* {
	margin: 0;
	padding: 0;
}

html {
	 scroll-behavior: smooth;
}

input[type="text"], input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
}
 

body#body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	min-width: 320px;
	max-width: 1920px; 
	margin: 0 auto; 
	overflow-x: hidden;
	position: relative;
	background: #fff;
}
input:focus, button:focus {
	outline: none;
}
ul, ul li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border: 0px;
}
td {
	vertical-align: top;
	padding: 0px;
}
tbody {
	border: none;
}
a {
	color: #00636D;
	outline: none;
}
a:hover {
	text-decoration: none;
}
img, a img {
	border: 0;
}
.clear {
	clear: both;
}
fieldset {
	border: none;
	overflow: hidden;
	position: relative;
}
fieldset a {
	color: #fff;
}
fieldset .tips {
	font-size: 10px;
}
.bg {
	width: 96%;
	padding: 0 2%;
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}
.header {
	height: 101px;
	padding: 16px 0 0 0;
}
a.logo {
	display: inline-block;
	width: 252px;
	float: left;
	height: 92px;
	background: url(../img/logo.svg) no-repeat 0 0
}
.phone_adress {
	display: inline-block;
	float: left;
	padding: 25px 0 0 32px;
}
.number {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}

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

.adress {
	font-size: 16px;
	line-height: 22px;
}
.soc {
	float: right;
	padding: 23px 0 0 0;
}
.soc a {
	width: 48px;
	margin: 0 10px;
	height: 48px;
	display: inline-block;
}
.soc a:nth-child(1) {
	background: url(../img/soc.png) no-repeat 0 0
}
.soc a:nth-child(2) {
	background: url(../img/soc.png) no-repeat -48px 0
}
.mainmenu {
	height: 56px;
	position: relative;

	background: #00afcc;

}

.mainmenu .bg {
	width: 100%;
	padding: 0%;
	
}

.mainmenu ul li {
	float: left;
	height: 56px;
}
.mainmenu ul li:last-child {
	float: right;
}
.mainmenu ul li:last-child a {
	border-left: 2px solid #fff;
}
.mainmenu ul li a {
	line-height: 52px;
	color: #fff;
	display: block;
	margin: 2px 0;
	font-weight: bold;
	font-size: 20px;
	padding: 0 27px;
	text-decoration: none;
}
.mainmenu ul li:hover, .mainmenu ul li.active {
	background: rgba(255, 255, 255, 0.3)
}

.mainmenu ul li.parent:hover {
	background: #fff;
}

.mainmenu ul li.parent:hover a {
	color: #006879;
}

.mainmenu ul ul {
	position: absolute;
	left: 0;
	top: 56px;
	width: 100%;

	background: #fff;
	padding: 30px 0;
	display: none !important;
	z-index: 1000;
}

.mainmenu ul ul:after {
	content: "";
	position: absolute;
	height: 100%;
	left: -999px;
	width: 999px;
	top: 0;

	background: #fff;
}

.mainmenu ul ul:before {
	content: "";
	position: absolute;
	height: 100%;
	right: -999px;
	width: 999px;
	top: 0;
	
	background: #fff;
}


.mainmenu ul li:hover ul {

	display: block !important;

}


.mainmenu ul ul ul {
	position: static;
	padding: 0;
	padding: 0;
	display: block !important;
	z-index: 999;
}

.mainmenu ul li li {
	float: left;
width:16.666%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none !important;
}

.mainmenu ul li li li {
	float: none;
width:100%;
	
}


.mainmenu ul li li span{
	color: #000;
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin: 0 0 10px 27px;
}


.mainmenu ul li li a {
	line-height: 30px;
	color: #000 !important;
	display: block;
	margin: 0;
	font-weight: bold;

	font-size: 15px;
	padding: 0;
	margin: 0;
	border: none !important;
}

.mainmenu ul li li li a {
	
	font-weight: normal;

}
.mainmenu ul li li a:hover {

	color: #00AFCC !important;

}




.mobulemenu:after {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) repeat 0 0;
	z-index: 999;
	
}


.mobulemenu {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
z-index: 3;
	background: #fff;
	width: 264px;
}

.mobulemenu ul {
	position: relative;
	z-index: 1000;
	background: #fff;
	
}

.mobulemenu ul li a {
	display: block;
	padding: 15px;
	background: #00AFCC;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
border-bottom: 2px solid #fff;
}

.mobulemenu ul li:last-child a {
	
border-bottom: none;
}



.mobulemenu ul li:first-child a {
	
	background: #fff;
	color: #000;

}

.mobulemenu ul li.item-104  {
	
	position: absolute;
	right: 0;
	top: 0;

}


.mobulemenu ul li ul {
	display: block;
	padding: 6px 0;
}

.mobulemenu ul li ul ul {
	display: none;
	padding: 0;
}


.mobulemenu ul li ul span.separator {
	display: inline-block;
	padding: 0 25px 0 16px;
	margin: 10px 0;
	cursor: pointer;
	position: relative;
}

.mobulemenu ul li ul span.separator:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	height: 6px;
	background: url(../img/arrow2.png) no-repeat 0 -6px;
	width: 14px;
}

.mobulemenu ul li ul span.separator.active:after {
	
	background: url(../img/arrow2.png) no-repeat 0 0;
}



.mobulemenu ul li ul ul li a {
	padding: 10px 15px 10px 40px;
	font-weight: normal;
	
}

.mobulemenu ul li ul li a:hover, .mobulemenu ul li ul li li.active a {
	
	background: rgba(115, 229, 255, 0.5)

	
}


.slider {
	background: url(../img/bg.jpg) repeat 0 0;
	padding: 0;
	position: relative;
}
.slider .bg {
	position: static
}
.slider img {
	width: 100% !important; 
	height: auto !important; 
}
.rborder.width25 {
	float: left;
	width: 23%;
	margin: 0 2% 2% 0;
}
.floatleft25 {
	float: left;
	width: 23%;
	margin: 0 2% 2% 0;
	
}

.gallery-item .floatleft25 {
	float: none !important; 
	width: 100% !important;
	margin: 0 !important;
	
}

._width50 {
	float: left;
	width: 50%;
}
.width25 {
	float: left;
	width: 25%;
}
.slider-text {
	padding: 20px 0 0 10px;
}
.slider-text span {
	color: #fff;
	font-weight: 800;
	font-size: 46px;
	line-height: 61px;
	
	color: #fff;
}

.slider-more {
	text-align: center;
	position: absolute;
	left: 0;
	z-index: 2;
	bottom: 80px;
	width: 100%;
}

.slider-more a {
	display: inline-block;
	height: 61px;
	
	max-width: 300px;
	padding: 0 15px;
	line-height: 61px;
	border-radius: 8px;
	background: #FF7D00;
	z-index: 2;

	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.slider-more a:hover {
	background: #FC912A;
}
.slider-more a:active {
	background: #FF6B00;
}

.text1 {
	padding: 43px 0;
	background: #73E5FF;
}
.text1 h2 {
	font-size: 42px;
	font-weight: bold;
	padding: 0 0 13px 0;
}
.text1 p {
	font-size: 20px;
	line-height: 28px;
}
.content {
	padding: 49px 0;
}
.title {
	font-size: 40px;
	font-weight: bold;
	padding: 0 0 40px 0;
}
.title2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 49px;
	padding: 9px 0;
}
ul.list1 li {
	line-height: 37px;
	font-size: 18px;
}
.mapsi {
	position: relative;
}

.pp1{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}



.mapsi-item {
	background: rgba(255, 255, 255, 0.8);
	top: 20px;
	left: 0;
	
	max-width: 449px;
	position: absolute;
	z-index: 2;
	min-height: 470px;
	font-size: 20px;
	line-height: 30px;
}

.mapsi-item.maps-contact {
	
	position: static;

}
.mapsi-item p {
	padding: 10px 0;
}
.mapsi-item .mapsi_padd {
	padding: 22px 37px;
}

.mapsi-item.maps-contact .mapsi_padd {
	padding: 0 0 22px 0;
}


.con_tit {
	font-size: 40px;
	font-weight: bold;
	padding: 0 0 46px 0 !important;
}
.mapsi-item ul li {
	padding: 0 0 0 44px;
	margin: 4px 0;
	position: relative;
	color: #20767e;
}
.mapsi-item ul li a {
	color: #20767e;
}
.mapsi-item ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 30px;
}
.mapsi-item ul li:nth-child(1):after {
	background: url(../img/soc2.png) repeat -2px -2px;
}
.mapsi-item ul li:nth-child(2):after {
	background: url(../img/soc2.png) repeat -2px -39px;
}
.f1 {
	float: left;
	width: 30%;
}
.f2 {
	float: left;
	width: 70%;
}
.footer_contact {
	background: url(../img/bg.jpg) repeat 0 0;
	padding: 24px 0;
}
.rsform-input-box {
	width: 100%;
	border: none;
	background: #fff;
	padding: 0 17px;
	height: 42px;
	font-family: 'Open Sans', sans-serif;
}

.rsform-captcha-box {
	border: none;
	background: #fff;
	padding: 0 17px;
	height: 42px;
	font-family: 'Open Sans', sans-serif;
}

.rsform-text-box {
	width: 100%;
	border: none;
	height: 132px;
	background: #fff;
	padding: 11px 17px;
	font-family: 'Open Sans', sans-serif;
}
.rsform-submit-button {
	border: none;
	height: 61px;
	cursor: pointer;
	line-height: 61px;
	border-radius: 8px;
	background: #FF7D00;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	width: 291px;
	text-decoration: none;
}

.rsform-submit-button:hover {
	background: #FC912A;
}
.rsform-submit-button:active {
	background: #FF6B00;
}

p.thenkstext {
	color: #fff;
	font-size: 20px;
	padding: 20px 0;
}

.row {
	padding: 5px 34px 5px 0;
}
.footer_contact .title {
	color: #fff;
	padding: 0 0 24px 0;
}
.footer_contact .contact-box .title {
	color: #00636D;
}
.contact-box {
	padding: 16px 60px;
	background: #fff;
}
.forms {
	margin-right: 40px;
}
ul.contact-list li {
	padding: 10px 0 10px 60px;
	line-height: 30px;
	font-size: 24px;
	position: relative;
}
ul.contact-list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	width: 41px;
	height: 44px;
}
ul.contact-list li:nth-child(1):after {
	background: url(../img/icons.png) repeat 0 0;
}
ul.contact-list li:nth-child(2):after {
	background: url(../img/icons.png) repeat 0 -44px;
}
ul.contact-list li:nth-child(3):after {
	background: url(../img/icons.png) repeat 0 -88px;
}
ul.contact-list li:nth-child(4):after {
	background: url(../img/icons.png) repeat 0 -132px;
}
.contact-box .soc {
	float: none;
	padding: 20px 0;
}
.footer {
	background: #E4E4E4;
	padding: 31px 0 46px 0;
}

.capcha a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.error_page {
	text-align: center;
	padding: 0 0 50px 0;
}

.copirit {
	background: url(../img/logo_footer.svg) no-repeat 0 0;
	background-size: contain;
	display: inline-block;
	padding: 55px 0 0 0;
	margin: 0 0 24px 0;
}
.footermenu ul li {
	display: inline-block;
	padding: 0 15px 0 0;
}
.footermenu ul li a {
	color: #00636D;
}



.slider-item-left {
	float: left;
	width: 45%;
}
.slider-item-right {
	float: left;
	width: 55%;
}
.list-item {
	padding: 0 0 20px 0;
}
.list-item img {
	max-width: 100%;
}
a.menu_link {
	height: 21px;
	width: 24px;
	background: url(../img/menu.png) no-repeat 0 0;
	position: absolute;
	right: 6px;
	top: 16px;
	display: none
}

a.menu_link.active {
position: fixed;
	background: url(../img/menu.png) no-repeat 0 -21px;
	z-index: 1001;
}


a.phone_link {
	height: 23px;
	width: 23px;
	background: url(../img/call_icon.svg) no-repeat 0 0;
	position: absolute;
	right: 38px;
	top: 16px;
	display: none
}
.navi {
	margin: 0 0 25px 0;
}
.navi ul li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	color: #999999;
	font-size: 12px;
	background: url(../img/arrow.png) no-repeat right 6px;
}
.navi ul li:last-child {
	padding: 0;
	margin: 0;
	background: none;
}
.navi ul li a {
	color: #999999
}
.content h1 {
	font-size: 52px;
	font-weight: 800;
	padding: 0 0 40px 0;
}
.content h2 {
	font-size: 40px;
	padding: 20px 0 10px 0;
	font-weight: bold;
}
.content h3 {
	font-size: 36px;
	padding: 0 0 20px 0;
	font-weight: bold;
}

.content h3 a {
	text-decoration: none;
	color: #000;
}

.content h3 a:hover {
	color: #00636D
}
.content p {
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0;
}
.left {
	float: left;
	width: 20%;
}
.right {
	float: right;
	width: 78%;
}
.left ul li {
	margin: 13px 0;
}

.left ul li a {
	text-decoration: none;
}


.left ul li a {
	position: relative;
	padding: 0 25px 0 0;
	display: inline-block;
	cursor: pointer;
}
.left ul li a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	height: 6px;
	background: url(../img/arrow2.png) no-repeat 0 -6px;
	width: 14px;
}
.left ul li a.active:after, .left ul li.active a:after {
	background: url(../img/arrow2.png) no-repeat 0 0;
}
.left ul li ul {
	display: none; 
	padding: 10px 0;
}
.left ul li.active ul {
	display: block;
}
.left ul li li {
	margin: 0;
}
.left ul li li a {
	color: #000;
	font-size: 14px;
	display: block;
	padding: 8px 0 8px 24px;
	
	text-decoration: none;
}
.left ul li li a:after {
	display: none !important
}


.left ul li li:hover, .left ul li li.current {
	background: #dedede
}
.left ul li li.current a {
	font-weight: bold;
}
.vidpechti {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.l-box {
	float: left;
	width: 35%;
	text-align: center;
}
.right-box {
	float: right;
	width: 63%;
}
.item-block {
	margin: 40px 0;
}
.item-block img {
	max-width: 100%;
	height: auto;
}
.price {
	font-size: 30px !important;
	font-weight: 600;
}
.item-block table {
	width: 100%;
}
.item-block table td {
	border: 2px solid #fff;
	background: #dedede;
	text-align: center;
	padding: 15px 0;
}
.item-block table tr:first-child td {
	font-weight: bold;
}
.table-box {
	display: none;
}
p.opt {
	font-size: 18px;
}
p.opt a {
	position: relative;
}
p.opt a {
	position: relative;
}
p.opt a:after {
	content: "";
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -2px;
	height: 8px;
	background: url(../img/arrow3.png) no-repeat 0 -8px;
	width: 18px;
}
p.opt.active a:after {
	background: url(../img/arrow3.png) no-repeat 0 0;
}
.gallery-item {
	position: relative;
}

.gallery-item-link a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	text-indent:-9999px;
}

.gallery-item img {
	width: 100% !important;
	height: auto !important;
	display: block;
}
.gallery-item-title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	width: 100%;
}
.gallery-item-title div {
	padding: 15px 10px;
	color: #fff;
	font-size: 14px;
}
.gallery-item-title span {
	float: right;
	color: #fff;
}

.gallery_full img {
	width: 100%
}


.rsform-error {
	border: 1px solid red
}

.formError {
	background: red;
	color: #fff !important;
	padding: 0 2px;
}

 
#topNubex {
	
	position: fixed;
	right: 20px;
	bottom: 80px;
	border-radius: 50px;
	height: 50px;
	width: 50px;
	background: #FC912A 
}

#topNubex:after {
	
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 8px;
	width: 18px;
	margin: -4px 0 0 -9px;
	background: url(../img/arrow3.png) no-repeat 0 0;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {

	.forms {
		margin-right: 30px;
	}
	.title {
		font-size: 36px;
	}
	.con_tit {
		font-size: 36px;
	}
	.slider-text span {
		font-size: 44px;
	}
	.text1 h2 {
		font-size: 36px;
	}
	.title2 {
		font-size: 30px;
	}
	.content h1 {
		font-size: 44px;
	}
	.content h2 {
		font-size: 36px;
	}
	.content h3 {
		font-size: 30px;
	}
	.rborder.width25 {
		float: left;
		width: 31%;
		margin: 0 2% 2% 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	
	.floatleft25 {
	float: left;
	width: 31%;
	margin: 0 2% 2% 0;
	
}

	.forms {
		margin-right: 30px;
	}
	.width25 {
		float: left;
		width: 33%;
	}
	.slider-item-left {
		padding: 20px 0 0 0;
	}
	.mainmenu ul li a {
		padding: 0 10px;
		font-size: 18px;
	}
	
	
	
	

	
	
	.mainmenu ul ul ul {
	padding: 0 0 0 10px;

}


.mainmenu ul li li span{
	margin: 0 0 10px 10px;
}
	
	
	
	.slider-text span {
		font-size: 36px;
		line-height: 51px;
	}
	.text1 h2 {
		font-size: 32px;
	}
	.title {
		font-size: 34px;
	}
	.con_tit {
		font-size: 34px;
	}
	.title2 {
		font-size: 28px;
	}
	.text1 {
		padding: 43px 0;
		background: #73E5FF;
	}
	.contact-box {
		padding: 16px;
	}
	.content h1 {
		font-size: 36px;
	}
	.content h2 {
		font-size: 32px;
	}
	.content h3 {
		font-size: 24px;
	}
	.rborder.width25 {
		float: left;
		width: 48%;
		margin: 0 2% 2% 0;
	}
}
@media screen and (max-width: 768px) {
	
	.floatleft25 {
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
	
}
	
	
	.mainmenu {
		display: none;
	}
	.header-box {
		border-bottom: 8px solid #00AFCC;
		position: fixed;
		width: 100%;
		background: #ffffff;
		opacity: 1;
		z-index: 10;
	}
	.header {
		height: 37px;
		padding: 8px 0;
	}
	a.logo {
		display: inline-block;
		width: 103px;
		float: left;
		height: 38px;
	
	}
	.number {
		font-size: 14px;
		line-height: 20px;
	}
	.adress {
		font-size: 12px;
		line-height: 16px;
	}
	.phone_adress {
		display: inline-block;
		float: left;
		padding: 2px 0 0 10px;
	}
	.header .soc {
		display: none;
	}
	a.menu_link, a.phone_link {
		display: block
	}
	.slider-item-left {
		float: none;
		width: 100%;
	}
	.slider-item-right {
		float: none;
		width: 100%;
	}
	.slider-text span {
		font-size: 24px;
		line-height: 30px;
	}
	a.more {
		height: 40px;
		max-width: 100%;
		margin-top: 20px;
		line-height: 40px;
		font-weight: bold;
		font-size: 18px;
	}
	
	body#body {
		font-size: 14px;
	}
	.text1 p {
		font-size: 14px;
		line-height: 20px;
	}
	.text1 h2 {
		font-size: 24px;
	}
	.title {
		font-size: 24px;
		padding: 0 0 20px 0;
	}
	.con_tit {
		font-size: 24px;
		padding: 0 0 20px 0;
		line-height: 30px;
	}
	.title2 {
		font-size: 20px;
	}
	.width25 {
		float: none;
		width: 100%;
	}
	.list-item {
		position: relative;
	}
	.list-item img {
		position: absolute;
		right: 0;
		top: 0;
		max-width: 120px;
	}
	.mapsi-item {
		position: static;
		font-size: 18px;
	}
	.mapsi-item .mapsi_padd {
		padding: 22px 14px;
	}
	._width50 {
		float: none;
		width: 100%;
	}
	.forms {
		margin-right: 0;
	}
	.input {
		height: 34px;
	}
	.submit {
		height: 37px;
		line-height: 37px;
		font-size: 18px;
		width: 169px;
	}
	.contact-box {
		padding: 16px;
		margin: 20px 0 0 0;
	}
	ul.contact-list li {
		font-size: 20px;
	}
	.footermenu {
		display: none;
	}
	.footer {
		padding: 31px 0;
	}
	.left {
		display: none;
	}
	.right {
		float: none;
		width: 100%;
	}
	.content h1 {
		font-size: 24px;
	}
	.content h2 {
		font-size: 24px;
	}
	.content h3 {
		font-size: 20px;
	}
	.l-box {
		float: none;
		width: 100%;
		padding: 0 0 20px 0;
		text-align: center;
	}
	.right-box {
		float: none;
		width: 100%;
	}
	.content {
		padding: 70px 0;
	}
	.rborder.width25 {
		float: left;
		width: 48%;
		margin: 0 2% 2% 0;
	}
}