@charset "utf-8";

.modal-pos {
	width: 50%;
}

.modal {
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
	justify-content: center;
	align-items: center;
}


.modal-content {
	margin: auto;
	display: block;
	max-width: 90%;
	max-height: 90%;
}

.close {
	position: absolute;
	top: 20px;
	right: 35px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	z-index: 9;
}

body {
	margin: 0 auto;
	max-width: 100%;
}

* {
	font-family: Tahoma, Helvetica, sans-serif;
	box-sizing: border-box !important;
	font-size: 14px
}

.container,
#main {
	overflow: hidden;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.container {
	overflow: visible;
}

a {
	color: #2B5F6C;
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline
}

ol,
ul {
	box-sizing: content-box;
	padding: 0;
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

#header {
	display: block;
	z-index: 100;
	width: 100%;
}

#headersm {
	display: block;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: none;
}

#headersm #cheader,
#headersm #topinfo {
	display: none;
}

#cheader {
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
}

#topinfo {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.topinfo-col-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.topinfo-col-1 * {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-decoration-line: underline;
	color: #414141;
}


.topinfo-col-1>div,
.topinfo-col-1 a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}



#panel_langs {
	color: #fff;
}

#panel_langs a {
	color: #19bfb1;
}

#topmenu {
	display: block;
	width: 100%;
	background-color: #00BA90;
	padding: 5px 15px;
}

#ctopmenu {
	display: flex;
	position: relative;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#ctopmenu ul.top-menu {
	display: block;
	float: left;
	list-style: none;
	width: auto;
}


#ctopmenu ul.top-menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 40px;
}

#bmenu #cmenu #menu li a,
#ctopmenu ul.top-menu li a {
	display: block;
	width: auto;
	font-weight: 700;
	line-height: 17px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.6s;
}

#ctopmenu ul.top-menu li a:hover {
	color: rgba(0, 166, 128, 1);
}

#ctopmenu #spanel {
	display: block;
	position: relative;
	max-width: 365px;
	width: 100%;
}

#ctopmenu #spanel #search {}

#ctopmenu #spanel #search input {
	width: 100%;
	height: 41px;
	padding: 0 10px 0 30px;
	border: none;
	border-radius: 6px;
	background-color: #fff;
}

#ctopmenu #spanel #search input:focus {
	outline: none;
}

#ctopmenu #spanel #search input::-webkit-input-placeholder {
	font-style: italic;
	color: #999999;
}

#ctopmenu #spanel #search input::-moz-placeholder {
	font-style: italic;
	color: #999999;
}

#ctopmenu #spanel #search a {
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	right: 20px;
	height: 18px;
	width: 18px;
	background-image: url(/img/search-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

#logo {
	display: block;
	height: 70px;
	width: 168px;
	background-image: url(/pic/logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#ctopmenu #logo:focus {
	outline: none;
}

#ctopmenu #btnmenu {
	display: none;
	float: left;
	margin-left: 120px;
	width: 40px;
	height: 50px;
}

#ctopmenu #btnmenu a {
	display: block;
	width: 40px;
	height: 50px;
	background-image: url(/pic/menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	z-index: 6;
	position: relative;
}

#ctopmenu #btnmenu:focus {
	outline: none;
}


#headersm #ctopmenu #logo {
	height: 44px;
	width: 106px;
	background-image: url(/pic/logo_sm1.png);
	background-repeat: no-repeat;
}

#spanel #btnmap,
#spanel #btnphone,
#spanel #btnsearch {
	display: none;
	position: relative;
}

#spanel #btnmap {
	width: auto;
	height: auto;
}

#spanel #btnmap>a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 auto;
	background-image: url(/pic/map1.png);
	background-repeat: no-repeat;
	background-position: 0;
	z-index: 5;
	position: relative;
}

#spanel #btnphone>a {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	background-image: url(/pic/phone23.png);
	background-repeat: no-repeat;
	background-position: 0;
	position: relative;
	z-index: 6;
	animation: pulse 1.5s infinite;
	border-radius: 60px;
	background-size: contain;
}
@keyframes pulse {
	0% {
	  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); /* Белая тень */
	}
	50% {
	  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5); /* Белая волна */
	}
	100% {
	  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
	}
}







#spanel #btnsearch>a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 auto;
	background-image: url(/pic/search1.png);
	background-repeat: no-repeat;
	background-position: 0;
	z-index: 6;
}


#spanel .bshowswn,
#ctopmenu .bshowswn {
	background-image: url(/pic/bgmnth.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#headersm #spanel .bshowswn,
#headersm #ctopmenu .bshowswn {
	background-image: url(/pic/bgmnth.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
}



#headersm #spanel {
	display: table
}

#headersm #spanel #btnmap,
#headersm #spanel #btnphone {
	display: table-cell;
	vertical-align: middle
}

#headersm #ctopmenu #spanel #search {
	width: auto;
	padding-right: 10px;
}

/*width:calc(100% - 50px);*/

.swn {
	display: block;
	z-index: 17;
	position: absolute;
	top: 55px;
	list-style: none;
	margin: 0;
	padding: 15px 15px;
	height: auto;
	width: auto;
	overflow-y: scroll;
	border-radius: 6px;
	background-color: #00a175;
	background-repeat: repeat-x;
	background-position: 0 0;
}


.swn li {
	margin: 0 0 16px 0
}

.swn li:last-child {
	margin-bottom: 0
}

.swn li>a {
	display: block;
	background-color: #006A4E;
	border-radius: 24px;
	width: 100% !important;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase
}

.swn li:first-child>a {
	background-color: transparent;
}

.swn li span {
	display: block;
	background-color: #006A4E;
	border-radius: 24px;
	width: 100%;
	height: auto;
	min-height: 48px;
	color: #fff;
	font-size: 18px;
}

.swn li .ph1 {
	padding: 0 0 0 60px;
	width: calc(100% - 60px);
	background-image: url(/pic/ph1.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.swn li .ph2 {
	padding: 0 0 0 60px;
	width: 100%;
	background-image: url(/pic/ph2.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.swn li .ph3 {
	padding: 0 0 0 60px;
	width: calc(100% - 60px);
	background-image: url(/pic/ph3.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.swn li .mail1 {
	padding: 0 0 0 60px;
	width: calc(100% - 60px);
	background-image: url(/pic/mail1.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.swn li .map2 {
	padding: 3px 0 10px 60px;
	width: calc(100% - 60px);
	background-image: url(/pic/map2.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.swn li .map2 a {
	display: table-cell;
	padding: 2px 0 2px 15px;
	font-size: 12px;
	background-image: url(/pic/arr1.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.swn li .map2 if rame {
	margin: 10px 0 10px -60px
}

.swn li .home {
	padding: 0 0 0 60px;
	width: calc(100% - 60px);
	background-image: url(/pic/home.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.swn li .products {
	padding: 0 0 0 60px;
	width: calc(100% - 60px);
	background-image: url(/pic/products.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.swn li .about {
	padding: 0 0 0 60px;
	width: calc(100% - 60px);
	background-image: url(/pic/about.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.swn li .photos {
	padding: 0 0 0 60px;
	width: calc(100% - 60px);
	background-image: url(/pic/photos.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.swn li .arts {
	padding: 0 0 0 60px;
	width: calc(100% - 60px);
	background-image: url(/pic/arts.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.swn li .map21 {
	padding: 0 0 0 60px;
	width: calc(100% - 60px);
	background-image: url(/pic/map2.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

@media (max-height: 468px) {
	#swnmenu.swn::after {
		border: none;
	}

	#swnmenu.swn {
		border-radius: 0
	}
}

#header .swn {
	top: 50px;
	overflow: hidden;
}

#swnmenu {
	min-width: 290px;
	left: 0;
	visibility: hidden;
	opacity: 0;
}

#swnphone {
	min-width: 290px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
}

#swnmap {
	min-width: 290px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	padding: 15px 0px 15px 15px;
	overflow: hidden;
}

#swnphone,
#swnmap,
#swnmenu,
#swnsearch {
	transition: visibility 0s, opacity 0.25s linear;
	-o-transition: visibility 0s, opacity 0.25s linear;
	-moz-transition: visibility 0s, opacity 0.25s linear;
}

#swnsearch {
	width: calc(100% - 30px);
	left: 0;
	visibility: hidden;
	opacity: 0;
}

#swnsearch li {
	position: relative;
	margin: 0;
}

#swnsearch input {
	background: none;
	border: none;
	font-size: 16px;
	color: #fff;
	padding: 12px 20px;
}

#swnsearch input::-webkit-input-placeholder {
	font-style: italic;
	color: #9CC5BA;
}

#swnsearch input::-moz-placeholder {
	font-style: italic;
	color: #9CC5BA;
}

#swnsearch input:focus {
	outline: none;
}

#swnsearch li a {
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	height: 36px;
	width: 36px;
	background-image: url('/pic/search2.png');
	background-repeat: no-repeat;
	background-position: 0;
}






#footer {
	display: block;
	width: 100%;
	height: 330px;
	background-image: url(/pic/bgm.jpg);
	background-repeat: repeat;
	background-position: top 0;
}

#bmenu {
	display: block;
	width: 100%;
	height: 50px;
	background-color: #00BA90;
	background-repeat: repeat-x;
	background-position: 0;
}

#bmenu #cmenu {
	display: block;
	width: 1280px;
	height: auto;
	margin: 0 auto;
}

#bmenu #cmenu #menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 50px;
	width: auto;
}

#bmenu #cmenu #menu li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 20px;
	float: left;
	margin: 0;
	height: 50px;
	width: auto;
}

#bmenu #cmenu #menu li a {}

#bmenu #cmenu #menu li a:hover {
	color: #2B5F6C;
}

#cfooter {
	display: block;
	width: 1280px;
	height: auto;
	margin: 0 auto;
}

#binfo {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
}

#binfo>li {
	display: table-cell;
	width: calc(100% - 760px);
	height: 240px;
	float: left;
	padding: 20px;
	font-size: 18px;
	color: #C5C5C5;
	text-align: center;
	font-weight: bold;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.05);
	margin: 0;
	border-radius: 6px;
}

#binfo>li:first-child {
	width: 250px;
	margin-right: 15px;
}

#binfo>li:first-child span {
	font-size: 12px;
}

#binfo>li:last-child {
	width: 350px;
	margin-left: 15px;
}

#binfo #soc {
	display: table;
	list-style: none;
	margin: 40px auto 0 auto;
	padding: 0;
	height: auto;
	width: auto;
}

#binfo #soc li {
	display: table-cell;
	width: auto;
	padding: 0 2px;
	width: 33%
}

#binfo #soc li a {
	display: block;
	text-indent: -9999px;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: background 0.15s linear 0.05s;
	-o-transition: background 0.15s linear 0.05s;
	-moz-transition: background 0.15s linear 0.05s;
}

#binfo #soc li a:focus {
	outline: none;
}

#binfo #soc li #fb {
	background-image: url(/pic/fbc_.png);
}

#binfo #soc li:hover #fb {
	background-image: url(/pic/fbc.png);
}

#binfo #soc li #vk {
	background-image: url(/pic/vkc_.png);
}

#binfo #soc li:hover #vk {
	background-image: url(/pic/vkc.png);
}

#binfo #soc li #gp {
	background-image: url(/pic/gpc_.png);
}

#binfo #soc li:hover #gp {
	background-image: url(/pic/gpc.png);
}

#binfo .menu {
	display: table;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	height: auto;
	width: auto;
}

#binfo .menu li {
	display: block;
	float: left;
	width: 47%;
	text-align: left;
	margin: 3px 1.5%;
}

#binfo .menu li a {
	color: #C5C5C5;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

#bcontacts {
	display: block;
	list-style: none;
	margin: 20px 0;
	padding: 0;
	height: auto;
	width: auto;
}

#bcontacts li {
	display: table-cell;
	width: 50%;
	margin: 0 5px;
}

#bcontacts li .ph1,
#bcontacts li .ph2,
#bcontacts li .mail,
#bcontacts li .adress {
	display: block;
	margin: 0 0 18px 0;
	padding: 0 0 0 30px;
	text-align: left;
	color: #C5C5C5;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	width: auto;
	height: auto;
	min-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bcontacts li .ph1 {
	background-image: url(/pic/phone2.png);
}

#bcontacts li .ph2 {
	background-image: url(/pic/phone3.png);
}

#bcontacts li .mail {
	background-image: url(/pic/mail2.png);
}

#bcontacts li .adress {
	background-image: url(/pic/map3.png);
}

#binfo>li:last-child #lookmap {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	color: #c5c5c5
}

#lookmap2 {
	color: #C5C5C5;
}

@media (max-width: 1280px) {

	#cfooter,
	#cmenu {
		width: calc(100% - 20px);
		padding: 0 10px
	}

	#binfo>li {
		width: calc(100% - 650px);
	}

	#binfo>li:first-child {
		width: 140px;
	}

}

@media (max-width: 1023px) {


	#binfo>li {
		display: none;
	}

	#binfo>li:first-child,
	#binfo>li:last-child {
		display: table-cell
	}

	#binfo>li:first-child {
		width: calc(100% - 465px);
	}
}

@media (max-width: 640px) {
	#footer {
		height: 580px;
	}

	#binfo>li:nth-child(2) {
		display: block;
		width: 96%;
	}

	#binfo>li:first-child {
		display: table;
		width: 96%;
		height: 40px;
		margin: 0 auto;
	}

	#binfo>li:last-child {
		display: table;
		width: calc(100% - 40px);
		height: auto;
		margin-left: 0;
		margin-top: 15px;
	}

	#bcontacts li:first-child {
		display: none;
	}

	#bcontacts li:last-child {
		display: table;
		width: auto;
		margin: 0 auto;
	}

	#binfo>li:last-child #lookmap {
		display: none;
	}
}

@media (max-width: 700px) {
	#bmenu #cmenu #menu {
		display: none;
	}
}

#imain1 {
	display: block;
	width: 100%;
	min-height: 600px;
	padding-top: 200px;
	background: url(/pic/bg/top1.jpg) no-repeat center 628px
}

#imain2 {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 0;
	padding: 100px 0 125px;
}

#kmr {
	display: block;
	width: 100%;
	min-height: 51px;
	height: auto;
	padding: 100px 0 0 0;
}

#kmrc {
	display: block;
	max-width: 100%;
	min-height: 51px;
	width: auto;
	height: auto;
	margin: 0 auto;
}

#kmrh {
	display: block;
	position: relative;
	min-height: 51px;
	line-height: 51px;
	width: auto;
	height: auto;
	text-align: center;
}

#kmrh span {
	font-size: 24px;
	color: #000;
}

#kmrcrlc {
	display: none;
}

#secnav li span a {
	display: inline-block;
	font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
    color: #7b7b7b;
    cursor: pointer;
    text-align: center;
	padding: 0;
	white-space: nowrap;
}


@media (max-width: 1280px) {
	#cmain {
		padding: 0 10px;
	}

	#productnav,
	#secnav {
		width: calc(100% - 20px)
	}

	#kmr {
		background: none;
	}

	#kmrcrlc {
		display: table;
		width: auto;
		max-width: calc(100% - 20px);
		margin: 20px auto;
		padding: 0;
	}

	#kmrcrlc img {
		width: 100%;
	}
}

#cmain {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cmain .swiper-slide a {
	width: 100%;
}

#cmain h1 {
	font-size: 26px;
	color: #8C8C8C;
	text-align: center;
	font-weight: normal;
	margin: 50px 0 30px;
}

#cmain h2,
#cmain h3 {
	font-size: 22px;
	color: #8C8C8C;
	text-align: center;
	font-weight: normal;
}

#cmain h4 {
	font-size: 20px;
	color: #8C8C8C;
	text-align: center;
	font-weight: normal;
}

#cntnav {
	margin: 0;
	padding: 0 70px;
	position: relative;
	z-index: 16;
}

#cnttb {

	width: 100%;
	margin: 0 0 0px 0;
}

#cntnav>div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

#cntnav>div {
	width: 100%;
}





.crumbs {
	width: auto;
	color: #c1c1c1;
	text-transform: uppercase;
}

.crumbs a {
	color: #c1c1c1;
	text-transform: uppercase;
	text-decoration: none;
}

.crumbs a:hover {
	color: #A7A7A7;
}

#fullmenu {
	display: inline-flex;
	width: 254px;
	position: relative;
}

#fullmenu {
	position: relative !important;
}

#btnfullmenu {
	display: block;
	z-index: 13;
	width: 250px;
	height: auto;
	padding: 8px 0;
	text-align: center;
	background-color: #00BA90;
	color: white;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 6px;
	transition: background-color 0.6s;
}

#btnfullmenu:hover,
#btnfullmenu.open {
	background-color: #019070;
}


#btnfullmenuc::after {
	content: '';
	display: block;
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}


#swmallmenu {
	display: table;
	opacity: 0;
	visibility: hidden;
	height: 0;
	z-index: 12;
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	;
	border-radius: 6px;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.25);
	transition: visibility 0s, opacity 0.25s linear;
	-o-transition: visibility 0s, opacity 0.25s linear;
	-moz-transition: visibility 0s, opacity 0.25s linear;
}

#swmallmenu ul {
	padding: 0;
	margin: 10px;
}

#swmallmenu ul li {
	display: none;
	text-align: left;
	position: relative;
}

#swmallmenu ul li:first-child {
	display: block;
	padding: 0 0 0 25px;
	position: relative
}

#swmallmenu ul li span {
	display: block;
	cursor: pointer;
	position: absolute;
	top: calc( 50% - 8px );
	left: 0;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(/pic/plus.png);
	background-position: left center;
}

#swmallmenu ul:first-child li:first-child {
	margin-top: 44px;
}

#swmallmenu ul li a {
	display: block;
	width: 200px;
	text-decoration: none;
	font-size: 12px;
	color: #4C4C4C;
	font-weight: normal;
	padding: 5px 5px 5px 25px;
}

#swmallmenu ul li a:hover {
	color: #039287;
}

#swmallmenu ul li:first-child a {
	text-transform: uppercase;
	color: #4C4C4C;
	font-weight: bold;
	padding: 5px 5px 5px 0;
}

#swmallmenu ul li:first-child a:hover {
	color: #039287
}

#swmallmenu ul li .plus {
	background-image: url(/pic/plus.png);
}

#swmallmenu ul li .minus {
	background-image: url(/pic/minus.png);
}

#swmallmenu #readall {
	display: block;
	margin: 35px 0 0 0;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #2F6B7A;
	text-decoration: none;
	border-bottom: 1px solid #B7B7B7;
}

#swmallmenu #readall:hover {
	background-color: #f0f0f0;
	color: #039287
}

#productnav,
#secnav {
	display: block;
	z-index: 100;
	float: none;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 100%;
	background-color: #fff;
}

#secnav {
	height: 45px;
	margin: 0;
}

#productnav li,
#secnav li {
	display: block;
	float: left;
	padding: 5px 40px;
	margin: 0 0px;
	border-right: 1px solid #8A8A8A;
	position: relative;
}

#productnav li:last-child,
#secnav li:last-child {
	border: none;
}

#productnav li span,
#secnav li span {
	display: block;
	width: auto;
	height: auto;
	font-size: 16px;
	text-transform: uppercase;
	padding: 5px;
	color: #7b7b7b;
	cursor: pointer;
	text-align: center;
}

/*border-bottom:1px solid #3ccbae;*/
#productnav li:first-child span,
#secnav li:first-child span {
	border-bottom: 1px solid #3ccbae;
}

#productnav li span:hover,
#secnav li span:hover {
	color: #3ccbae
}

#productnav li span#btnzakaz {
	margin-top: -6px;
	color: #000;
	padding: 12px 30px;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 6px;
	background-image: url(/pic/bgmnb.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#content {
	margin-bottom: 50px;
}

#productinfo ul,ol{padding: 10px 40px}
#productnav li span#btnzakaz::after {
	content: '';
	display: block;
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0;
	bottom: -1px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom: #2F6B7B solid 3px;
}

#secnav li span#btnzakaz {
	margin-top: 0;
	color: white;
	padding: 8px 30px;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 6px;
	background-repeat: repeat-x;
	background-position: center top;
	text-indent: unset;
	height: auto;
	width: auto;
	background-color: #00BA90;
}

.cpanel {
	display: block;
	width: auto;
	color: #656565;
}


#productarts,
#productarts * {
	font-size: 16px;
	text-align: justify;
}

.txt-left .cpanel img {
	display: inline-block;
	border: none;
	width: 346px;
	height: 350px;
	object-fit: coverc;
}


#productinfo * {
	font-size: 16px;
	text-align: justify;
}

.pannav-h2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 32px;
	color: #8C8C8C;
	margin: 0;
}



#productinfo>img {
	float: left;
	margin: 0 15px 15px 0;
}

#productinfo {
	padding: 0 15px;
}

#productinfo #showmore,
#productinfo #showhide {
	width: auto;
}

#productinfo #showmore a,
#productinfo #showhide a {
	color: #3ccbae;
	text-decoration: none;
}

#productinfo #info {
	transition: height 0.25s linear;
	-o-transition: height 0.25s linear;
	-moz-transition: height 0.25s linear;
}

#fzakaz {
	display: none;
	width: 300px;
	position: fixed;
	z-index: 200;
	top: 30%;
	right: calc(50% - 150px);
	background-color: #fff;
	padding: 15px;
	box-shadow: rgba(0, 0, 0, 0.247059) 1px 2px 10px;
}

@media (max-width: 730px) {
	#productinfo>img {
		width: 100%;
		max-width: 100%;
		margin: 0 0 15px 0;
		clear: both;
		float: none;
	}
}

@media (max-width: 800px) {
	#productinfo>img {
		width: 350px;
	}
}

@media (max-width: 840px) {

	#productnav li,
	#secnav li {
		padding: 5px 20px;
	}
}

@media (max-width: 840px) {

	#productnav li,
	#secnav li {
		padding: 5px 10px;
	}
}

@media (max-width: 580px) {

	#productnav li,
	#secnav li {
		padding: 5px 5px;
	}
}

@media (max-width: 550px) {

	#productnav li,
	#secnav li {
		padding: 5px 5px;
		border: none;
	}

	#cntnav .crumbs {
		display: none;
	}

	#cntnav #btnfullmenu,
	#cntnav #btnfullmenuc {
		width: calc(100vw - 20px);
	}

	#swmallmenu {
		width: 100%;
	}

	#productnav li span:focus {
		outline: none;
	}

	/* #btnzakaz{background-image: url(/pic/zakaz.png);} */
	#productnav li span#btnzakaz {
		width: 100%;
		height: auto;
		text-indent: 0;
		padding: 12px 10px;
		margin-top: 2px;
	}

}

@media (max-width: 568px) {
	#fzakaz {
		z-index: 200000;
		position: fixed;
		top: 25%;
		left: 50%;

		transform: translate(-50%, 0);
	}
}

#productphotos {}

#productphotos ul {
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	height: auto;
	width: auto;
	text-align: center
}

#productphotos ul li {
	float: left;
	width: 20%;
	margin: 10px 0;
}

#productphotos ul li img {
	width: 100%;
	height: 100%;
	max-width: 200px;
	border: none;
	border-radius: 0;
}

#productphotos ul li a {
	height: 200px;
	width: 200px;
	overflow: hidden;
	display: inline-block;
	border-radius: 6px;
	border: 2px solid #fff;
	transition: border 0.25s linear 0.05s;
	-o-transition: border 0.25s linear 0.05s;
	-moz-transition: border 0.25s linear 0.05s;
}

#productphotos ul li a:hover {
	border: 2px solid #3ccbae;
}

@media (max-width: 1100px) {
	#productphotos ul li {
		width: 25%;
	}
}

@media (max-width: 900px) {
	#productphotos ul li {
		width: 33%;
	}
}

@media (max-width: 700px) {
	#productphotos ul li {
		margin: 5px 0;
		width: 50%
	}

	#pro ductphotos ul li img {
		width: 95%;
	}
}

@media (max-width: 490px) {
	#productphotos ul li {
		width: 50%;
		margin: 5px 0;
	}

	#pro ductphotos ul li img {
		width: 90%;
	}
}

@media (max-width: 490px) {
	#productphotos ul li a {
		width: 160px;
		height: 160px
	}
}

@media (max-width: 400px) {
	#productphotos ul li a {
		width: 130px;
		height: 130px
	}
}

@media (max-width: 330px) {
	#productphotos ul li a {
		width: 120px;
		height: 120px
	}
}

#productarts ul {
	display: block;
	list-style: none;
	margin: 0 auto 30px auto;
	padding: 0;
	height: auto;
	width: auto;
}

#productarts ul li a {
	display: block;
	width: calc(100% - 40px);
	height: auto;
	padding: 10px 0 10px 40px;
	text-decoration: none;
	color: #2F6B7B;
	margin: 0;
	background-image: url(/pic/iart.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-bottom: 1px solid #D4DFE1;
}

#productarts ul li:last-child a {
	border: none;
}

#productarts ul li a:hover {
	background-color: #D4DFE1;
	color: #000;
	background-image: url(/pic/iarth.png);
}

#productarts ul li a {
	transition: background-color 0.25s linear 0.05s;
	-o-transition: background-color 0.25s linear 0.05s;
	-moz-transition: background-color 0.25s linear 0.05s;
}

#tbb {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 0 126px;
	margin: 0;
	flex-wrap: wrap;
}

#tbb #zob,
#tbb #rek {
	display: block;
	position: relative;
	height: 330px;
	text-align: center;
}

#tbb #zob .btn {
	margin-top: 25px;
}

#tbb #rek {
	width: 370px;
}

#tbb #zob h4,
#tbb #rek h4 {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0 25px 4px 25px;
	font-size: 18px;
	color: #2F6B7A;
	font-weight: bold;
	text-transform: uppercase;
}

#tbb #rek img {
	display: block;
	border: none;
	border-radius: 0;
	float: none;
	clear: both;
	margin: 0 auto;
}

#tbb #rek #txt {
	color: #656565;
	margin: 0 0 25px 0;
	word-break: break-word;
}

#tbb #zob ul {
	display: table;
	float: none;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 190px;
	width: auto;
	text-align: center
}

#tbb #zob ul li {
	display: block;
	float: left;
	margin: 0 5px;
	width: auto;
}


#tbb1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

#tbb1 #about,
#tbb1 #sert {
	display: flex;
	position: relative;
	text-align: center;
}

#tbb1 #about .txt-right {
	max-width: 592px;
}

#sert .sert-wrapper {
	width: 250px;
	height: 360px;
}

#sert .sert-wrapper .swiper-slide img {
	width: 100%;
	display: inline-block;
	object-fit: contain;
}

#productphotos .swiper-slide {
	height: 280px;
	overflow: hidden;
}

#tbb1 #about h4,
#tbb1 #sert h4 {
	display: inline-block;
	float: none;
	clear: both;
	width: auto;
	height: auto;
	padding: 0 25px 4px 25px;
	font-size: 18px;
	color: #2F6B7A;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #F9EAE0;
}

#tbb1 #rek img {
	display: block;
	border: none;
	border-radius: 0;
	float: none;
	clear: both;
	margin: 0 auto;
}

#tbb1 #rek #txt {
	color: #656565;
}


#tbb1 #about ul {
	display: table;
	float: none;
	clear: both;
	list-style: none;
	margin: 0 auto 25px auto;
	padding: 0;
	height: 190px;
	width: auto;
	text-align: center
}

#tbb1 #about ul li {
	display: block;
	float: left;
	margin: 0 5px;
	width: auto;
}

#tbb1 #about ul li img {
	border: 1px solid #9C9C9C;
}

#tbb1 #about #txt {
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}


#tbb1 #sert #lsert {}


#tbb1 #sert #lsert .slidesjs-previous:hover {
	background-image: url(/pic/prevh.png);
}



.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 142px;
	height: 42px;
	margin: 0;
	color: #000;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border-radius: 6px;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #00BA90;
	color: white;
	transition: background-color 0.5s;
}




@media (max-width: 1100px) {
	#tbb #zob {
		width: 540px;
	}
}

@media (max-width: 1140px) {
	#tbb1 #about {
		width: 100%;
		font-size: 12px;
		justify-content: center;
		flex-wrap: wrap;
	}

	#tbb1 #about #txt,
	#tbb1 #about #txt * {
		font-size: 12px
	}
}

@media (max-width: 940px) {
	#tbb1 #about {
		width: calc(100% - 35px);
		float: none;
		clear: both;
		height: auto
	}

	#tbb1 #about #txt,
	#tbb1 #about #txt * {
		font-size: 14px
	}
}

@media (max-width: 1024px) {

	.modal-pos {
		width: 100%;
	}
	#imageModal .swiper-slide img {
		object-fit: contain;
	}
	#tbb {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 590px) {
	#tbb #zob ul li:last-child {
		display: none;
	}

	#tbb #zob ul li img {
		width: 100%;
	}
}

#sections {
	display: flex;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	height: auto;
	width: 100%;
	position: relative;
	text-align: center;
	justify-content: center;
	align-items: center;
	column-gap: 4vw;
	row-gap: 30px;
	flex-wrap: wrap;
	max-width: 100%;
	z-index: 1;
}


#sections li {
	display: inline-flex;
	height: auto;
	position: relative;
	padding: 0;
}

#sections li:not(:first-child),
#sections li:not(:last-child) {
	margin-bottom: 17px;
}

#sections li a {
	display: inline-block;
	overflow: hidden;
	max-width: 360px;
	border-radius: 8px;
}

#sections li a span {
	display: block;
	padding: 10px 0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 25px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

#sections li img {
	width: 100%;
	max-width: 360px;
	border: none;
}


#sections li ul {
	display: table;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 6;
	left: calc(50% - 180px);
	top: 226px;
	display: block;
	list-style: none;
	padding: 0;
	height: auto;
	width: calc(100% - 30px);
	max-width: 360px;
	text-align: left;
	background-repeat: repeat-y;
	background-position: 0;
	border: none;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: rgba(0, 186, 144, 1);
	backdrop-filter: blur(20px)
}


#sections li.open ul {
	visibility: visible;
	opacity: 1;
	top: 326px;
}



#sections li ul li:first-child::after,
#sections li ul li.psec::after {
	content: ' ';
}

#sections li ul li a {
	width: 100%;
	height: auto;
	border: none;
	color: white;
	text-decoration: none;
	overflow: visible;
}

#sections li ul li:first-child a,
#sections li ul li.psec a {
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
}

#sections li ul li:first-child {
	width: 100%;
}

#sections li ul li:first-child a {
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	width: 100%;
	text-align: center;
}

#sections li.open ul li a {
	border: none;
}

#sections li li:hover {
	background-color: rgba(255, 255, 255, 0.25)
}

#sections li li:hover::after {
	left: 2px;
}



@media (max-width: 1120px) {
	#sections li ul {
		left: 0;
	}
}

@media (max-width: 800px) {}

@media (max-width: 560px) {}

@media (max-width: 400px) {
	#sections li ul {
		left: 0;
		top: 70%
	}
}

@media (max-width: 360px) {
	#sections li.open ul {
		left: 0;
		top: 70%;
		width: 100%;
	}
}

#is {
	display: flex;
	width: 100%;
	margin: 30px 0 0 0;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

#is #left,
#is #right {
	padding: 100px 0 0 0;
	display: flex;
	flex-direction: column;
}

#is #left {
	width: auto;
	padding: 0;
}

#is #right {
	width: 100%;
}

#is #sections li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-align: left;
}

#sections li a span,
#is #sections li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 0;
	backdrop-filter: blur(20px);
	background-color: transparent;
}

#is #sections ul li:first-child a {
	max-width: 100%;
	max-height: auto;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	margin: 0 0 20px 0;
	text-align: center;
}

#is #sections li ul li:first-child {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top-right-radius: 6px;
	overflow: hidden;
}

#is #sections li ul li:first-child img {
	width: 100%;
	max-width: 100%
}

#is #sections li ul li:first-child:hover {
	background: none;
}

#is #sections li ul li:first-child::after {
	content: ''
}

/**/
#sections li ul li:last-child {
	margin-bottom: 15px;
}

#sections li>ul {
	width: 0;
	overflow: hidden;
	opacity: 0;
	transition: width 0.7s, opacity 0.7s;
}

#sections li.open ul {
	opacity: 1;
	zoom: 1;
	opacity: 1;
	left: 0;
	top: 69px;
	width: 100%;
	border: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px 35px 40px 30px !important;
}



#dle-content {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
}

#cntbody article {
	display: table;
	position: relative;
	width: calc(100% - 34px);
	border-radius: 6px;
	padding: 15px 0;
	margin: 0 0 35px 0
}

#cntbody article .title {
	display: block;
	margin: 0 0 20px 0
}

#cntbody article .title a {
	font-weight: bold;
	text-transform: uppercase;
	color: #2F6B7A;
	text-decoration: none;
}

#cntbody article img {
	float: left;
	margin: 0 30px 10px 0;
	border: none;
	border-radius: 6px;

}

#cntbody article .txt {
	display: table;
	float: none;
	clear: both;
	color: #656565;
	width: 100%;
}

#cntbody article .stext,
#artbody .stext,
#artbody .sinfo {
	display: inline-flex;
	width: 100%;
	color: #656565;
	margin: 10px 0 0 0
}

#cntbody article .stext>div,
#artbody .stext>div {
	display: block;
	width: auto;
	height: auto;
	padding: 10px 0;
}

#artbody .sinfo {
	padding: 10px 0;
}

#artbody {
	color: #656565;
}

#artbody>div {
	text-align: justify
}

#artbody img {
	margin: 5px 10px;
}

#cntbody article .stext>div:last-child,
#artbody .stext>div:last-child {
	float: left;
	width: calc(100% - 220px);
	padding-right: 10px;
}

#cntbody article .stext>div:last-child a,
#artbody .stext>div:last-child a {
	font-size: 12px;
	color: #2B5F6C;
	text-decoration: none;
}

#cntbody article .stext>div:last-child a:hover,
#artbody .stext>div:last-child a:hover {
	text-decoration: underline;
}

#cntbody article .stext>div:last-child span,
#artbody .stext>div:last-child>div {
	font-size: 12px;
	color: #2F6B7A;
	text-transform: uppercase;
	font-weight: bold
}

#artbody .stext>div:last-child>div {
	float: left;
	margin-right: 10px;
}

#cntbody article .stext>div:first-child,
#artbody .stext>div:first-child {
	width: 200px;
	float: right;
	text-align: center;
}

#cntbody article::after,
#artbody::after {
	content: '';
	display: block;
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0;
	bottom: -5px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#cntbody h2 {}

.navigator,
.page-numbers {
	display: table;
	width: auto;
	margin: 0 auto;
}

.page-numbers li {
	display: block;
	min-width: 20px;
	height: 20px;
	float: left;
	margin: 10px 5px;
}

.navigator span,
.page-numbers span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 33px;
	height: 33px;
	border-radius: 20px;
	padding: 0;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #2F6B7A;
}

.navigator a,
.page-numbers a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 33px;
	height: 33px;
	float: left;
	border: 2px solid #2F6B7A;
	border-radius: 20px;
	padding: 0;
	text-decoration: none;
	font-size: 16px;
	color: #2F6B7A;
	text-align: center;
	background-color: #fff;
}

.navigator a,
.page-numbers a {
	transition: border-color 0.25s linear 0.05s;
	-o-transition: border-color 0.25s linear 0.05s;
	-moz-transition: border-color 0.25s linear 0.05s;
}

.navigator a:hover,
.page-numbers a:hover {
	border: 2px solid #3ccbae
}

.page-numbers .prev,
.page-numbers .next {
	position: relative;
}

.page-numbers .prev::after {
	content: '«';
}

.page-numbers .next::after {
	content: '»';
}

#artbody {
	position: relative;
	padding: 25px;
	margin: 0;
}

#artbody a {
	color: #2F6B7B;
}

#artbody a:hover {
	color: #3ccbae;
}

#artbody .btn,
#artbody .btn:hover {
	color: #000
}

@media (max-width: 480px) {
	#cntbody article img {
		float: none;
		clear: both;
		width: 100%;
	}

	#cntbody article .stext>div:first-child,
	#artbody .stext>div:first-child {
		width: 100%;
		float: none;
		text-align: center;
	}

	#cntbody article .stext>div:last-child,
	#artbody .stext>div:last-child {
		width: 100%;
		float: none;
	}
}


/*rating*/

.rating {
	color: #666666;
	font-family: Tahoma, helvetica, sans-serif;
	font-size: 11px;
	width: 85px;
	height: 16px;
}

.unit-rating {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 85px;
	height: 16px;
	position: relative;
	background: url('/pic/rating.png') top left repeat-x;
}

.unit-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.unit-rating li a {
	display: block;
	width: 17px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}

.unit-rating li a:hover {
	background: url('/pic/rating.png') left center;
	z-index: 2;
	left: 0px;
}

.unit-rating a.r1-unit {
	left: 0px;
}

.unit-rating a.r1-unit:hover {
	width: 17px;
}

.unit-rating a.r2-unit {
	left: 17px;
}

.unit-rating a.r2-unit:hover {
	width: 34px;
}

.unit-rating a.r3-unit {
	left: 34px;
}

.unit-rating a.r3-unit:hover {
	width: 51px;
}

.unit-rating a.r4-unit {
	left: 51px;
}

.unit-rating a.r4-unit:hover {
	width: 68px;
}

.unit-rating a.r5-unit {
	left: 68px;
}

.unit-rating a.r5-unit:hover {
	width: 85px;
}

.unit-rating li.current-rating {
	background: url('/pic/rating.png') left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/*rating*/

.rating {
	display: inline-block;
	width: auto;
	float: left;
	height: 40px;
	margin: 0 0 5px 0;
}

.rating>div {
	display: table-cell;
	vertical-align: middle
}

.rating>div:last-child {
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FAB429;
}

.rate_like>a,
.rate_like-dislike {
	float: left;
	height: 30px;
	line-height: 22px;
	padding: 3px 3px;
	border: 2px solid #eaeaea;
	border-radius: 18px;
	text-decoration: none !important;
	font-weight: bold;
	color: #919191;
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}

.rate_like>a:hover {
	border-color: #4FD9C0;
	color: #333;
}

.rate_like .icon {}

.rate_like .icon-love {
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(/pic/like.png);
	background-repeat: no-repeat;
	background-position: 0;
}

.rate_like:hover .icon-love {
	background-image: url(/pic/likeh.png);
}

.rate_like-dislike>a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
}

.rate_like-dislike>a .icon {
	width: 14px;
	height: 15px;
	fill: #787878;
	vertical-align: middle;
	margin: -.3em 0 0 0;
}

.rate_like-dislike>a:hover .icon {
	fill: #3394e6;
}

.rate_like-dislike .ratingplus {
	color: #88c54d;
}

.rate_like-dislike .ratingminus {
	color: #e45757;
}

.rate_like-dislike>span {
	cursor: default;
	margin: 0 .3em;
}

.ratingtypeplus {
	height: 30px;
	line-height: 30px;
	margin: 0 6px
}

#productinfo .rating {
	margin: 10px auto
}

#artbody .rating {
	margin: 0 auto 10px auto
}

.cpanel #csearch {
	display: block;
	position: relative;
	margin: 10px 0;
	padding: 0;
	height: 30px;
	width: 100%;
}

.cpanel #csearch input {
	width: calc(100% - 40px);
	height: 30px;
	padding: 0 10px 0 30px;
	border: 1px solid #959595;
	border-radius: 6px;
	background-color: #fff;
}

.cpanel #csearch input:focus {
	outline: none;
}

.cpanel #csearch input::-webkit-input-placeholder {
	font-style: italic;
	color: #999999;
}

.cpanel #csearch input::-moz-placeholder {
	font-style: italic;
	color: #999999;
}

.cpanel #csearch a {
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
	height: 17px;
	width: 17px;
	background-image: url(/pic/search.png);
	background-repeat: no-repeat;
	background-position: 0;
}

#gosearhchex {
	padding: 10px 0
}

#gosearhchex a {
	font-size: 14px;
	color: #2B5F6C;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase
}

#ppi {
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	height: auto;
	width: 100%;
	position: relative;
	text-align: center;
}

#ppi li {
	display: inline-block;
	text-align: center;
	float: left;
	width: 33.3%;
	height: auto;
	position: relative;
	padding: 0;
	margin: 20px 0;
}

#ppi li .sections li {
	display: inline-block;
	text-align: center;
	float: none;
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	margin: 20px 0;
}

#greenppi {
	display: block;
	list-style: none;
	margin: 20px auto;
	padding: 0;
	height: 590px;
	width: 360px;
	position: relative;
	text-align: center;
	background-image: url(/pic/lg1.png);
	background-repeat: no-repeat;
	background-position: 0;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom: 3px solid #404040;
}

#greenppi li {
	display: block;
	margin: 0;
	padding: 0;
	height: 590px;
	width: 360px;
}

#greenppi li img {
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

#icoinfo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: auto;
	width: 100%;
	border-radius: 6px;
	background-color: #fff;
}

#icoinfo a,
#icoinfo>div {}

#icoinfo a:first-child {
	margin-top: -12px
}

#icoinfo a:last-child {
	border: none;
	margin-bottom: -12px
}

#icoinfo a div,
#icoinfo>div div {
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	text-align: left;
	color: rgba(65, 65, 65, 1);
	text-transform: uppercase;
	max-width: 236px;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;

}

#icoinfo>div div b {
	display: inline-block;
	width: 100%;
}

#icoinfo a div {
	display: block;
	font-weight: normal;
	clear: both
}

#icoinfo a:hover,
#icoinfo>div:hover {
	background-color: #F7F7F7;
	background-position: 10px center;
}

#icoinfo a:hover div,
#icoinfo>div:hover div {
	color: #2F6B7B;
}

#imain2 h2,
.measurement-title,
#right h2 {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	color: rgba(47, 107, 122, 1);
	text-align: center;
}

#cmain h2.measurement-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	color: #2F6B7A;
}

#imain2 h2 {
	margin: 0 0 50px 0;
}

#right h2 {
	margin: 0 0 40px 0;
}

@media (max-width: 1260px) {

	#is #left,
	#is #right {
		display: block;
		width: 100%;
		float: none;
		clear: both;
	}

	#icoinfo {
		width: calc(100% - 30px);
	}

	#icoinfo li {
		float: left;
		clear: none;
		width: 25%;
		border: none;
	}

	#icoinfo li:first-child {
		margin-top: 0
	}
}

@media (max-width: 960px) {
	#icoinfo li {
		width: 38%;
	}

}

@media (max-width: 690px) {
	#icoinfo li div {
		font-size: 14px;
	}

	#icoinfo li {
		width: 35%;
	}
}

@media (max-width: 640px) {
	#icoinfo li div {
		font-size: 14px;
	}

	#icoinfo li {
		width: auto;
		border-bottom: 1px solid #D4DFE1;
		float: none;
		clear: both;
	}
}

.hd24 {
	display: block;
	width: auto;
	padding: 0 10px;
	margin: 15px 0;
	text-align: center;
	color: #2F6B7B;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 50px 0;
}

.hd15 {
	display: block;
	width: auto;
	padding: 0 10px;
	margin: 15px 0;
	text-align: center;
	color: #414141;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

/*---показ оригинальной картинки загруженной на сайт из уменьшенной копии---*/
.highslide-wrapper,
.highslide-outline {
	background: #fff
}

.highslide-image {
	border: 2px solid #fff
}

.highslide-active-anchor {
	visibility: hidden
}

.highslide-active-anchor img {
	visibility: hidden
}

.highslide-dimming {
	background-color: black
}

.highslide-html {
	background-color: white
}

.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: black
}

a.highslide-full-expand {
	background: url(../dleimages/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px
}

.highslide-display-block {
	display: block
}

.highslide-display-none {
	display: none
}

.highslide-caption {
	display: none;
	padding: 5px;
	background: white
}

.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px
}

.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 100% -90px
}

.highslide-controls li {
	float: left;
	padding: 5px 0;
}

.highslide-controls a {
	background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none
}

.highslide-controls a.disabled {
	cursor: default
}

.highslide-controls a span {
	display: none
}

/*---The CSS sprites for the controlbar---*/
.highslide-controls .highslide-previous a {
	background-position: 0 0
}

.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px
}

.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important
}

.highslide-controls .highslide-play a {
	background-position: -30px 0
}

.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px
}

.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important
}

.highslide-controls .highslide-pause a {
	background-position: -60px 0
}

.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px
}

.highslide-controls .highslide-next a {
	background-position: -90px 0
}

.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px
}

.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important
}

.highslide-controls .highslide-move a {
	background-position: -120px 0
}

.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px
}

.highslide-controls .highslide-full-expand a {
	background-position: -150px 0
}

.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px
}

.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important
}

.highslide-controls .highslide-close a {
	background-position: -180px 0
}

.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px
}


/*---Выпадающее меню кнопки редактировать---*/
#dropmenudiv {
	padding: 10px 0;
	min-width: 140px;
	width: auto !important;
	opacity: 1 !important;
	display: none;
	font-size: .9em;
	box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.3);
	border: 1px solid #e6e6e6;
	border-color: rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
}

#dropmenudiv {
	background-color: #fff;
}

#dropmenudiv a {
	text-decoration: none !important;
	color: inherit;
	display: block;
	padding: 3px 20px;
	border: 0 none;
	white-space: nowrap;
	color: inherit;
}

#dropmenudiv a:hover {
	background-color: #eeeeef;
}

/*---Диалоговые и всплывающие окна jQuery UI---*/
.ui-widget-overlay {
	background: #000;
	opacity: 0.5;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
}

.ui-helper-clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}

.ui-helper-clearfix {
	display: inline-block
}

* html .ui-helper-clearfix {
	height: 1%
}

.ui-helper-clearfix {
	display: block
}

.ui-dialog {
	text-align: left;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 370px;
	border-radius: 2px;
	box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.3);
	border: 1px solid #e6e6e6;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #f7f7f7;
	background-clip: padding-box;
}

.ui-dialog-titlebar {
	padding: 20px 20px;
	position: relative;
}

.ui-dialog-title {
	float: left;
	font-weight: bold;
	font-size: 1.15em;
}

.ui-dialog-titlebar-close {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -16px;
	height: 32px;
	width: 32px;
	border: 0 none !important;
}

.ui-dialog-titlebar-close .ui-icon {
	display: block;
	margin: 10px auto 0 auto;
	width: 12px;
	height: 12px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	opacity: .5;
}

.ui-button {
	float: right;
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	height: 36px;
	border-radius: 18px;
	line-height: 22px;
	outline: none;
	background-color: #3394e6;
	color: #fff;
	border: 0 none;
	padding: 7px 22px;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease .1s;
	transition: all ease .1s;
}

.ui-dialog-titlebar-close:hover .ui-icon {
	opacity: 1;
}

.ui-icon {
	overflow: hidden;
	text-indent: -9999px;
}

.ui-dialog label {
	color: #575757;
}

.ui-dialog-content {
	padding: 20px;
	border: 1px solid #fff;
	overflow: auto;
	position: relative;
	zoom: 1;
}

.loginbox.ui-dialog,
.loginbox .ui-dialog-content {
	overflow: visible !important;
}

.ui-dialog-content h2 {
	display: inline;
	font-size: 1em;
	font-weight: bold
}

.ui-dialog .ui-dialog-buttonpane {
	padding: 20px;
	text-align: center;
}

.ui-dialog .ui-resizable-se {
	bottom: 3px;
	height: 14px;
	right: 3px;
	width: 14px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-state-error {
	background: #fef1ec 50% 50% repeat-x !important;
	border: 1px solid #cd0a0a;
	color: #cd0a0a;
}

.ui-button {
	margin: 0 3px;
}

.ui-helper-hidden-accessible {
	display: none;
}

.quick-edit-text {
	display: inline-block;
	width: 100% !important;
	height: 46px;
	line-height: 22px;
	padding: 10px;
	vertical-align: middle;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #d7d7d7;
	-webkit-transition: border 0.2s linear 0s;
	transition: border 0.2s linear 0s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.iedit {
	display: inline-block;
	text-indent: -9999px;
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 10px 10px 10px 0;
	background-image: url(/pic/edit.png);
	background-repeat: no-repeat;
	background-position: 0;
}

.iedit:focus {
	outline: none;
}

#searchsuggestions {
	display: table;
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
}

#searchsuggestions a {
	display: inline-block;
	margin: 0;
	padding: 10px;
	border-bottom: #ccc;
	color: #2B5F6C;
	text-decoration: none;
}

a.highslide-full-expand {
	background: url(//pic/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.tag_list span {
	display: inline-block;
	position: relative;
	margin: 0 15px 10px 0;
}

.tag_list span::after {
	content: '•';
	position: absolute;
	top: 0;
	right: -11px;
}

.tag_list span:last-child::after {
	content: ' '
}

.tag_list span a {
	color: #2B5F6C;
	text-decoration: none
}

.tag_list span a:hover {
	text-decoration: underline
}


.back-top {
	display: block;
	opacity: 0.6;
	position: fixed;
	z-index: 50000;
	text-indent: -9999px;
	bottom: 50px;
	left: 10px;
	width: 50px;
	height: 50px;
	background-image: url(/pic/up.png);
	background-repeat: no-repeat;
	background-position: 0;
}

.back-top:focus {
	outline: none;
}

.back-top:hover {
	opacity: 1;
}


#popup {
	transition-duration: 0.5s;
	zoom: 0;
	opacity: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 50%;
	right: 0;
	bottom: 50%;
	width: 100%;
	height: 100%;
	z-index: 500000;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.redpopup {
	background-color: #E13A3E
}

.redpopup #cnt {
	background-color: #E13A3E
}

.whitepopup {
	background-color: #fff
}

.whitepopup #cnt {
	background-color: #fff
}

#popup #pclose {
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 51000;
	width: 18px;
	height: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer
}

#popup #vphoto {
	width: 100%;
	height: auto;
}

#popup #cnt {
	display: block;
	position: relative;
	max-width: 100%;
	width: calc(100% - 40px);
	height: calc(100% - 80px);
	margin: 40px auto;
	overflow-y: auto
}

#popup #cnt::-webkit-scrollbar {
	width: 0;
}

#popup #cnt {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}


#popup #pclose {
	display: none;
	position: fixed;
	top: 10px;
	right: 30px;
}

.btn-style,
#callback {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 40px;
	color: #FFFFFF;
	background-color: #00BA90;
	border-radius: 6px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.5s;
}

.btn-style {
	padding: 0;
}


#swnphone #callback {
	background-color: #006A4E;
	height: auto;
	width: 100%;
	border-radius: 24px;
	padding: 0 10px 0 60px;
}


.btn:hover,
#callback:hover {
	background-color: #019070;
}


#fcallback #pclose,
#fzakaz #pclose {
	display: block;
	float: right;
	margin: -10px 10px 0 0;
	width: 18px;
	height: 18px;
	list-style: none;
	padding: 0;
	cursor: pointer
}

#popup #pclose>div,
#fcallback #pclose>div,
#fzakaz #pclose>div {
	position: absolute;
	top: 20px;
	right: 20px;
	margin-left: 10px;
	height: 24px;
	width: 24px;
	padding: 0;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	border: none;
	background: 0 0;
	color: transparent;
	text-indent: 100%;
	z-index: 1001;
	white-space: nowrap;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

#popup #pclose>div::after,
#popup #pclose>div::before,
#fcallback #pclose>div::after,
#fcallback #pclose>div::before,
#fzakaz #pclose>div::after,
#fzakaz #pclose>div::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin-left: -14px;
	margin-top: -2px;
	height: 2px;
	width: 28px;

}

#popup.redpopup #pclose>div::after,
#popup.redpopup #pclose>div::before {
	background-color: #fff;
}

#popup.whitepopup #pclose>div::after,
#popup.whitepopup #pclose>div::before {
	background-color: #E13A3E;
}

#fcallback #pclose>div::after,
#fcallback #pclose>div::before,
#fzakaz #pclose>div::after,
#fzakaz #pclose>div::before {
	background-color: #E13A3E;
}

#fzakaz #viber {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	background: url(pic/svg/viber.svg) center center no-repeat;
	background-size: cover;
	border-radius: 50%;
	cursor: pointer;
}

#fzakaz #whatsapp {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 10px;
	background: url(pic/svg/whatsapp.svg) center center no-repeat;
	background-size: cover;
	border-radius: 50%;
	cursor: pointer;
}

#fzakaz #messenger {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 10px;
	background: url(pic/svg/messenger.svg) center center no-repeat;
	background-size: 115%;
	border-radius: 50%;
	cursor: pointer;
}

#fzakaz #telegram {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 10px;
	background: url(pic/svg/telegram.svg) center center no-repeat;
	background-size: cover;
	border-radius: 50%;
	cursor: pointer;
}

#fzakaz #phone {
	display: table;
	width: auto;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background: url(pic/svg/phone.svg) left center no-repeat;
	background-size: auto;
	padding-left: 75px;
	color: #3A4DE1;
	font-size: 20px;
cursor: pointer;
}

#fzakaz #email {
	display: block;
	width: 60px;
	height: 60px;
	margin: 10px auto;
	background: url(pic/svg/email.svg) center center no-repeat;
	background-size: cover;
	border-radius: 50%;
	cursor: pointer;
}

#b tnzakaz {
	margin-top: -6px;
	color: #000;
	padding: 12px 30px;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 6px;
	background-image: url(pic/bgmnb.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#popup #pclose>div::before,
#fcallback #pclose>div::before,
#fzakaz #pclose>div::before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

#popup #pclose>div::after,
#fcallback #pclose>div::after,
#fzakaz #pclose>div::after {
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

#popup #cnt {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

#popup #hd {
	display: block;
	float: none;
	clear: both;
	padding: 10px;
	margin: 0;
	width: auto;
	margin: 0 auto;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

#popup .hd20 {
	display: block;
	float: none;
	clear: both;
	padding: 10px;
	margin: 0;
	width: auto;
	margin: 0 auto;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

#popup .hd18 {
	display: block;
	float: none;
	clear: both;
	padding: 10px;
	margin: 0;
	width: auto;
	margin: 0 auto;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

#popup * {
	max-width: 100%;
}

#popup .center {
	text-align: center;
}

#popup .mcenter {
	display: block;
	margin: 0 auto;
}

#main .mcenter {
	display: table;
	margin: 0 auto;
}

#popup.redpopup #hd,
#popup .hd20 {
	color: #fff;
}

#popup.whitepopup #hd,
#popup .hd20 {
	color: #E13A3E;
}

#popup .inp {
	padding: 5px;
	border: 1px solid #666666;
	border-radius: 10px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

#popup .inp:focus {
	outline: none;
}

#dle-captcha img {
	width: 160px;
}

@media (max-width: 480px) {
	#dle-captcha img {
		width: 160px;
	}
}

.ui-form {
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	max-width: 500px;
	height: auto
}

.ui-form li {
	float: none;
	clear: both;
	padding: 10px 0;
	margin: 0;
}

.ui-form li input[type=text],
.ui-form li input[type=email],
.ui-form li textarea,
.ui-form li select {
	font-size: 16px;
	padding: 10px;
	width: calc(100% - 20px);
	background-color: #fff;
	border: 1px solid #ccc;
}

.ui-form li input:focus,
.ui-form li input[type=email]:focus,
.ui-form li textarea:focus,
.ui-form li select:focus {
	outline: none;
}

.ui-form li #dle-captcha {
	margin: 0 auto;
	display: table;
}

#social_share {
	display: table;
	list-style: none;
	margin: 15px auto 0 auto;
	padding: 0;
	height: 32px;
	width: auto;
}

#social_share li {
	display: table-cell;
	padding: 0 3px;
	color: #2F6B7A;
	height: 32px;
	vertical-align: middle;
	font-weight: bold;
}

#social_share li a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#social_share li a:foucs {
	outline: none;
}

#social_share li #sbfacebook {
	background-image: url(/pic/soc/fb.png);
	background-repeat: no-repeat;
	background-position: 0;
}

#social_share li #sbvkontakte {
	background-image: url(/pic/soc/vk.png);
	background-repeat: no-repeat;
	background-position: 0;
}

#social_share li #sbgoogle {
	background-image: url(/pic/soc/google.png);
	background-repeat: no-repeat;
	background-position: 0;
}

#social_share li #sbpinterest {
	background-image: url(/pic/soc/pinterest.png);
	background-repeat: no-repeat;
	background-position: 0;
}

#social_share li #sbviber {
	background-image: url(/pic/soc/viber.png);
	background-repeat: no-repeat;
	background-position: 0;
}

#social_share li #sbmessenger {
	background-image: url(/pic/soc/messenger.png);
	background-repeat: no-repeat;
	background-position: 0;
}

#social_share li #sbwhatsapp {
	background-image: url(/pic/soc/whatsapp.png);
	background-repeat: no-repeat;
	background-position: 0;
}

.close-icon {
	top: 20px;
	right: 20px;
	position: absolute;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	background-image: url('/img/close-icon.svg');
}

@media (max-width: 480px) {
	#social_share li:first-child {
		display: none;
	}
}

#fcallbackSuccess,
#fcallback {
	display: none;
	width: 300px;
	position: fixed;
	z-index: 200;
	top: 90px;
	right: calc(50% - 135px);
	background-color: #fff;
	padding: 65px 20px 30px 20px;
	border-radius: 6px;
	box-shadow: 0px 8px 24px 0px rgba(61, 61, 61, 0.15);
}

#fcallback form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#fcallbackSuccess {
	height: 100%;
	max-height: 550px;
}

.fcallbackSuccess-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.fcallbackSuccess-wrapper-title {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	color: rgba(65, 65, 65, 1);
	margin: 0 0 20px 0;
	text-transform: uppercase;
	text-align: center;
}

.fcallbackSuccess-wrapper-text {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
}

#fcallbackSuccess.open {
	display: flex;
	justify-content: center;
	align-items: center;
}

#fcallback input,
#fcallback textarea {
	width: 100%;
	padding: 0 0 0 30px;
	margin: 10px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	border: 1px solid #4D4F53;
	border-radius: 6px;
	height: 48px;
	align-items: center;
	justify-content: flex-start;
}

#fcallback textarea {
	padding: 15px 0 0 30px;
	height: 150px;
}

#fcallback input::placeholder,
#fcallback textarea::placeholder {
	color: #CCCCCC;
}

#fcallback input:focus,
#fcallback textarea:focus {
	outline: none;
}


@media (max-width: 1280px) {
	#sections {
		max-width: 100%;
	}
}

#slo {
	display: none;
	width: 41px;
	height: 41px;
	margin: 0 auto;
	padding: 0;
	background-image: url(/pic/ajaxLoader37.gif);
	background-repeat: no-repeat;
	background-position: 0;
}

#sort {
	display: table;
	width: auto;
	height: auto;
	padding: 10px 0 20px 0
}

#sort>div {
	display: table-cell;
	width: auto;
	height: auto
}

#sort>div:first-child {
	padding: 0 10px 0 0
}

#sort>div ul {
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: auto;
}

#sort>div ul li {
	display: table-cell;
	width: auto;
	height: auto;
	padding: 0 10px 0 0;
	position: relative;
}

#sort .asc,
#sort .desc {
	padding: 0 20px 0 0;
}

#sort .asc::after {
	content: '↑';
	position: absolute;
	top: 0;
	right: 10px;
}

#sort .desc::after {
	content: '↓';
	position: absolute;
	top: 0;
	right: 10px;
}

#sort .asc a,
#sort .desc a {
	font-weight: bold;
}

@media (max-width: 479px) {
	#sort>div {
		display: block;
		width: auto;
		height: auto
	}

	#sort>div:first-child {
		text-align: center;
		padding-bottom: 15px;
	}

	#sort>div a {
		font-size: 12px;
	}
}


@media (max-width: 780px) {

	#productnav,
	#secnav {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		height: auto;
		gap: 50px;
	}

	#secnav {
		left: 0;
		width: 100%;
		padding: 20px 0;
		z-index: 15;
		gap: 20px;
		overflow: scroll;
	}
#cntnav>div {
	    margin-bottom: 0;
}

	#btnproductarts {padding-right: 10px;}
	#productnav li:nth-child(4),
	#secnav li:nth-child(4) {
		border-right: none;
	}

	#secnav li:last-child {
		display: inline-flex !important;
	}

	#productnav li:last-child span {
		width: 100%;
		text-indent: 0;
		font-weight: bold;
	}
}


#btnproductarts a {font-weight: 600;}
._prgar {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}


._prgar .price {
	display: block;
	height: auto;
	padding: 5px 13px;
	background: rgba(0, 186, 144, 1);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
}


._prgar .warranty {
	display: block;
	width: 90px;
	height: auto;
	padding: 5px 10px;
	background: #4D4D4D;
	color: #C0C0C0;
	font-size: 12px;
	float: right;
}

#infoposluga {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 360px;
	height: auto;
	float: right;
	background-color: rgba(0, 186, 144, 1);
	border-radius: 6px;
	padding: 30px 75px 40px;
}

#infoposluga #pslprice {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin: 0 0 40px 0;
}

#infoposluga #pslprice span {
	display: inline-block;
	font-size: 40px;
	line-height: 48px;
}

#infoposluga #psllist {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
	margin: 0 0 40px 0;
}


#infoposluga #psllist ul {
	text-align: left;
	padding: 0 0 0 60px;
}

#infoposluga #psllist ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 20px 0;
	position: relative;
}

#infoposluga #psllist ul li:last-child {
	margin: 0;
}

#infoposluga #psllist ul li p {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: white;
}

#infoposluga #psllist ul li i {
	position: absolute;
	left: -60px;
}

#infoposluga #psllist ul li p b {
	font-weight: 700;
	text-transform: uppercase;
}

#infoposluga h3 {
	color: #54B08F;
}

#infoposluga #ip_phone {
	display: inline-block;
	margin: 0 auto;
	height: 24px;
	margin: 0 0 35px 0;
	width: 100%;
	text-align: center;
}

#infoposluga #ip_phone a {
	display: table;
	color: #000;
	text-decoration: none;
	padding-left: 30px;
	background: url('/pic/svg/phone.svg') 0 center no-repeat;
	width: auto;
	height: 22px;
	line-height: 22px;
	font-size: 18px;
}

#infoposluga #pslsoc {
	display: table;
	width: auto;
	margin: 20px auto;
}


#psltelegram,
#pslviber {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	background-size: cover;
	border-radius: 50%;
}

#pslviber {
	background: url(/img/viber-icon.svg) center center no-repeat;
}

#psltelegram {
	margin-left: 10px;
	background: url(/img/telegram_certus.svg) center center no-repeat;
}

@media (max-width: 780px) {
	#infoposluga {
		height: auto;
		float: none;
		margin: 0 auto 30px;
		width: 100%;
	}
}


.measurement-block {
	padding: 100px 0 0 0;
}

.measurement-container {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 60px 0;
}

.measurement-container::before,
.measurement-container::after {
	content: '';
	position: absolute;
	width: 35%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	height: 100%;
	z-index: -1;
}

.measurement-container::before {
	left: 0;
	background-image: url('./img/bg-left.svg');
}

.measurement-container::after {
	right: 0;
	background-image: url('./img/bg-right.svg');
}

.measurement-description {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	color: rgba(65, 65, 65, 1);
	margin: 0 0 30px 0;
}

.measurement-input-group,
.measurement-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
}

.measurement-form button {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	color: white;
	background-color: rgba(0, 186, 144, 1);
	outline: none;
	border: none;
	width: 230px;
	height: 41px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	text-transform: uppercase;
	transition: background-color 0.6s;
	cursor: pointer;
}

.measurement-form button:hover {
	background-color: #019070;
}

.measurement-input-group input {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	border-radius: 6px;
	width: 260px;
	height: 48px;
	outline: none;
	border: 0.7px solid rgba(65, 65, 65, 1);
	padding: 0 0 0 30px;
}

.measurement-input-group input::placeholder {
	color: rgba(204, 204, 204, 1);
}

#formResponse.error,
.measurement-input-group input.error {
	border: 2px solid red;
}

#formResponse.success {
	color: rgba(0, 186, 144, 1);
}

#formResponse.error {
	color: red;
}

.txt-right p {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: left !important;
	margin: 0;
}

.txt-right p:first-child {
	margin: 0 0 30px 0;
}

.txt-right .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 142px;
	height: 41px;
	font-size: 14px;
	margin: 37px 0 0 0;
}

#imageModal .swiper-button-prev,
#imageModal .swiper-button-next,
#productphotos .swiper-button-prev,
#productphotos .swiper-button-next,
#sert .swiper-button-prev,
#sert .swiper-button-next {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: white;
	box-shadow: 1px 3px 8px 0px rgba(65, 65, 65, 0.1);
	border-radius: 6px;
}

#imageModal .swiper-button-prev,
#imageModal .swiper-button-next {
	background-color: transparent;
	box-shadow: none;
}

#imageModal .swiper-button-next,
#sert .swiper-button-next {
	right: -15px;
}

#imageModal .swiper-button-prev,
#productphotos .swiper-button-prev,
#sert .swiper-button-prev {
	left: -15px;
}
#imageModal .swiper-button-next,
#productphotos .swiper-button-next {
	right: 0;
}
#imageModal .swiper-button-prev,
#productphotos .swiper-button-prev {
	left: 0;
}
#imageModal .swiper-button-next::after,
#imageModal .swiper-button-prev::before,
#productphotos .swiper-button-prev::before,
#productphotos .swiper-button-next::after,
.swiper-button-prev:after,
#sert .swiper-button-prev::before,
#sert .swiper-button-next::after {
	content: '';
}

#imageModal .swiper-button-prev img,
#productphotos .swiper-button-prev img,
#sert .swiper-button-prev img {
	transform: rotate(180deg);
}

#productphotos .swiper-button-prev,
#productphotos .swiper-button-next {
	top: 125px;
}

.lang-mob img,
.lang-mob {
	display: none;
}

.lang-mob a {
	color: white;
}

.bswn.bshowswn {
	position: relative;
}

.bswn.bshowswn:before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	background-color: #00a175;
	border-radius: 100px;
}

.bswn.bshowswn:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 10px;
	background-color: #00a175;
	top: 25px;
	left: calc(50% - 2px);
}

.kmrh-mob {
	display: none;
}

.topmenu-logo-xs {
	display: none;
}

/* Контейнер Swiper */
.swiper-container {
	width: 100%;
	max-width: 1200px;
	/* Ограничиваем ширину слайдера */
	margin: 0 auto;
	/* Центруем слайдер */
	padding-top: 20px;
	/* Добавляем отступ сверху */
}

.swiper-container2 {
	position: relative;
	overflow: hidden;
	padding: 20px 15px 0;
	height: 280px;
	z-index: 1;
}

/* Слайды */
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px;
	/* Добавляем внутренние отступы */
	box-sizing: border-box;
	border: 2px solid #fff;

}
#imageModal .swiper-slide{
	height: 100vh;
	border: none;
} 
.swiper-slide img {
	/* max-width: 100%; */
	cursor: pointer;
	height: 280px;
	width: auto;
	/* Сохраняем пропорции изображения 
	border-radius: 8px;*/
	/* Закруглённые углы для изображений 
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
	/* Лёгкая тень */
	object-fit: fill;
	/* Изображения равномерно покрывают слайд */
}

#imageModal .swiper-slide img {
	height: auto;
	max-width: 100%;
}

/* Навигационные стрелки */
.swiper-button-next,
.swiper-button-prev {
	color: #333;
	/* Цвет стрелок */
	background: rgba(255, 255, 255, 0.8);
	/* Лёгкий фон под стрелками */
	border-radius: 50%;
	/* Делаем кнопки круглыми */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	/* Тень для кнопок */
	width: 40px;
	height: 40px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: #3ccbae;
	/* Цвет кнопок при наведении */
	color: #fff;
	/* Белые стрелки при наведении */
}

/* Пагинация */
.swiper-pagination {
	bottom: 10px;
}

.modal .swiper-pagination {
	font-weight: 700;
}

.swiper-pagination-bullet {
	background: #ccc;
	/* Цвет точек пагинации */
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #3ccbae;
	/* Активная точка */
}

.blanck-price {
	display: flex;
	position: absolute;
	justify-content: space-between;
	align-items: center;
	padding: 5px 20px;
	bottom: 0;
	width: 100%;
	flex-direction: row;
	backdrop-filter: blur(10px);
	background: rgba(204, 204, 204, 0.2);
	margin: 0;
	z-index: 6;

}

.blanck-price b,
.blanck-price i {
	width: 50%;
}

.blanck-price b {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	text-align: left;
}

.blanck-price i {
	width: 142px;
	height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background-color: rgba(0, 186, 144, 1);
	color: white;
	text-transform: uppercase;
	font-style: normal;
}

#psllist ul {
	list-style: none;
}

.user-sidebar,
.key-icon,
.shit-icon {
	display: inline-block;
	width: 45px;
	height: 50px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.shit-icon {
	background-image: url('./img/shit.svg');
}

#psllist .shit-icon {
	background-image: url('./img/white-shits.svg');
}

.key-icon {
	background-image: url('/img/key.svg');
}

.user-sidebar {
	background-image: url('/img/sidebar-icon.svg');
}


#infoposluga #ip_phone a {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color: white;
	background: transparent;
	padding: 0;
}

.gat-form-btn {
	display: flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	width: 231px;
	height: 42px;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: rgba(1, 144, 112, 1);
	border-radius: 6px;
	cursor: pointer;
}

.blog-entry-category {
	margin: 0 0 20px 0;
	color: rgba(204, 204, 204, 1);
}

.blog-entry-category * {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: rgba(204, 204, 204, 1);
	text-transform: uppercase;
	text-decoration: solid;
}

#cntbody article .title a {
	color: rgba(65, 65, 65, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
}

.blog-entry-summary * {
	color: rgba(0, 0, 0, 1);
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 20px 0;
}

#cntbody article .stext,
.edit-link {
	display: none;
}

.kmrh-desc img {
	display: inline-block;
	max-width: 100%;
	width: 100%;
}




@media (max-width: 1440px) {

	#sections {
		column-gap: 1vw;
	}

	#primary h2,
	#productarts,
	#cntnav {
		padding: 0 15px;
	}


	#is {
		padding: 0 15px;
	}
}

@media (max-width: 1280px) {

	#tbb1 {
		flex-direction: column;
		gap: 35px;
	}

	#sections {
		justify-content: center;
		max-width: 100%;
	}

	#search {
		max-width: 365px;
	}

	#ctopmenu #spanel {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: max-content;
		gap: 20px;
	}

	#cheader,
	#ctopmenu {
		width: 100%;
		flex-wrap: wrap;
		gap: 15px;
	}

	#headersm #ctopmenu #logo {
		left: 10px
	}
}

@media (max-width: 1120px) {


	/*calc(100% - 220px)*/
	#headersm #ctopmenu ul.top-menu {
		display: none;
	}

	#headersm #ctopmenu #btnmenu {
		display: block;
	}
}

@media (max-width: 1023px) {

	#tbb {
		gap: 50px;
	}

	.site-content {
		padding: 0 15px;
	}

	#cntbody .site-content {
		padding: 0;
	}

	#topinfo {
		flex-direction: column;
	}

	.kmrh-desc {
		display: none;
	}

	.kmrh-mob {
		display: block;
	}

	#ctopmenu #btnmenu {
		margin: 0;
	}

	#imain2 #cmain {
		padding: 0;
	}

	#imain2 {
		padding: 0 15px 125px;
	}

	#txt {
		flex-wrap: wrap;
	}

	#icoinfo {
		flex-wrap: wrap;
		gap: 30px;
		justify-content: center;
	}

	.swn li .map2,
	.swn li .mail1 {
		width: 100%;
	}

	.lang-mob,
	#spanel #btnmap {
		display: inline-flex;
	}

	.topinfo-col-1>div {
		display: none;
	}

	#ctopmenu ul.top-menu li {
		display: none;
	}

	#header #ctopmenu #btnmenu {
		display: block;
		margin-left: 10px;
	}
}


@media (max-width: 767px) {
	#secnav li span#btnzakaz {
		font-size: 14px;
		font-weight: 600;
		padding: 7px 5px;
	}

	#secnav li span a,
	#secnav li span { 
		font-size: 16px;
		padding: 0;
	}

	#secnav li span a:last-child{padding-right: 10px;}
	
	#secnav li span a {
		margin: 0 0 5px;
	}
	.pannav-h2 {
		margin-top: 0;
	}

	#secnav {
		margin: 0;
	}
	#infoposluga #psllist ul {
		padding: 0 0 0 38px;
	}
	#infoposluga #pslprice {
		font-size: 18px;
		font-weight: 700;
		line-height: 22px;
	}

	#infoposluga #pslprice span {
		font-size: 38px;
		font-weight: 700;
		line-height: 46px;
	}

	.gat-form-btn {
		margin: 0 auto;
	}

	#tbb #rek {
		width: 100%;
	}

	#cntbody article {
		width: 100%;
	}

	.swiper-container2{
		height:460px;
	}

	#productphotos .swiper-button-prev, #productphotos .swiper-button-next {
	  top: 240px;
	}

	#productphotos .swiper-slide {
		height: 480px;
	}

	
	#productphotos .swiper-slide img {
		width: auto;
		height: 480px;

	}

	#cmain h1 {
    margin: 30px 0 30px;
	}
	#imain2 {
		padding: 0 15px 60px;
	}

	#tbb1 {
		gap: 60px;
	}

	#topmenu .container {
		display: flex;
	}

	.measurement-container {
		padding: 60px 0;
	}

	#fcallback {
		right: calc(50% - 150px);
	}

	.content-wrap {
		padding: 50px 0 0 0;
	}

	#tbb #zob {
		width: 100%;
	}

	#tbb #zob ul {
		margin: 0 auto;
	}

	#cfooter,
	#cmenu {
		padding: 0;
		width: 100%;
	}

	.txt-right .btn {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 15px auto 0;
	}


	#blog-entries {
		justify-content: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#cntbody article {
		padding: 0;
	}

	.blog-entry-category {
		margin-top: 20px;
	}

	#cntbody article img {
		max-width: 343px;
		margin: 0;
		float: none;
		height: auto;
		width: 100%;
	}

	#blog-entries .txt a {
		width: 100%;
		display: inline-block;
	}

	#cntbody #blog-entries article .txt a.thumbnail-link {
		text-align: center;

	}

	#cntbody #blog-entries article .txt .blog-entry-category a {
		display: inline;
	}

	#cntbody #blog-entries .blog-entry-summary.clr {
		text-align: left;
	}

	#blog-entries .txt .thumbnail {
		width: 100%;
	}

	.blog-entry-summary {
		text-align: center;
	}

	#cntbody article .txt {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#cntbody article .txt .btn {
		width: 100%;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}

	#cntnav>div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 25px;
	}

	#secnav li {
		border: none;
		position: relative;
		padding: 0;
	}
	#secnav li:first-child{padding-left: 10px;}
	#secnav li:not(:last-child)::before {
		content: '';
		display: none;
		position: absolute;
		bottom: -12px;
		left: calc(50% - 20px);
		width: 40px;
		height: 1px;
		background-color: #414141;
	}

	#cntnav {
		margin: 0 0 15px 0;
	}

	#fullmenu {
		margin: 0 auto;
	}

	.measurement-input-group input {
		height: 41px;
		width: 230px;
	}

	#ctopmenu #btnmenu a {
		z-index: 6;
		position: relative;
	}

	.swn li .ph3 {
		padding: 0 10px 0 50px;
	}

	#swnphone #callback {
		border-radius: 24px;
		height: auto;
	}

	#cheader #callback {
		padding: 0 15px;
	}

	#callback {

		width: 100%;
	}

	#icoinfo>div {
		width: 100%;
	}

	#icoinfo>div div {
		max-width: 100%;
		width: 100%;
		box-shadow: 1px 3px 8px 0px rgba(65, 65, 65, 0.1);
	}

	#spanel #btnmap {
		display: block
	}


	/* */
}

@media (max-width: 510px) {

	@keyframes pulse {
		0% {
		  box-shadow: 0 0 0 1px rgba(0, 186, 144, 0.3); /* Уменьшаем начальную тень */
		}
		50% {
		  box-shadow: 0 0 0 4px rgba(0, 186, 144, 0.5); /* Волна меньше */
		}
		100% {
		  box-shadow: 0 0 0 1px rgba(0, 186, 144, 0.3);
		}
	}
	#spanel #btnphone>a {
		background-image: url(/pic/phone1.png);
	}

	#binfo>li {
		height: auto;
		float: none;
	}

	.txt-left img {
		max-width: 100%;
	}

	#imain2 {
		padding: 60px 0;
	}

	#binfo {
		display: flex;
		flex-direction: column;
	}

	#binfo p {
		margin: 0;
		font-size: 18px;
		color: #C5C5C5;
		text-align: center;
		font-weight: bold;
		padding-bottom: 5px;
	}

	#binfo>li:last-child,
	#binfo>li:nth-child(2),
	#binfo>li:first-child,
	#binfo>li {
		display: flex;
		width: 100%;
		flex-direction: column;
	}

	#binfo>li:first-child {
		min-height: 86px;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0;
		float: none;
	}

	.measurement-description {
		max-width: 245px;
	}

	#swnmenu {
		left: 0;
		width: 100%;
	}

	.swn {
		top: 55px;
	}

	#spanel #btnsearch>a {
		display: inline-flex;
	}

	#spanel #btnsearch {
		display: inline-flex;
	}

	.topmenu-logo-xs {
		display: inline-flex;
	}

	#swnphone #callback {
		line-height: 48px;
	}

	.swn li:first-child>a {
		background-color: transparent;
	}

	#spanel .lang-mob {
		display: none;
	}

	#header #ctopmenu #btnmenu {
		margin: 0;
	}

	#top-bar-wrap {
		display: none;
	}

	#topmenu {
		display: flex;
	}


	#ctopmenu {
		position: initial;
		justify-content: flex-start;
		flex-direction: row-reverse;
	}

	#search {
		display: none;
	}

	.searchform {
		position: relative;
	}

	#topmenu {
		position: relative;
		background-color: rgba(65, 65, 65, 1);
	}

	#spanel #btnphone {
		display: inline-flex;
	}



	#cheader,
	#topinfo>div:last-child {
		display: none;
	}

	#ctopmenu #logo {
		left: 0;
		top: -126px;
		width: 100%;
		height: 100px;
		background-position-x: center;
		background-size: contain;
	}

}

@media (max-width: 479px) {

	#ctopmenu #spanel #search input,
	#ctopmenu #spanel #search a {
		display: none;
	}
}