body {
  overflow-x: hidden;
  background: #868686 url(../images/body.jpg) repeat left top;
}


.kv1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #00c14f;
  padding: 12px 0px 10px 0px;
  display: block;
  border-bottom: 3px solid #00a042;
  margin-bottom: 15px;
  transition: 0.3s;
}

.kv1:hover, .kv1:focus {
  background: #00a042;
  color: #fff;
}

#fancybox-wrap, #fancybox-wrap * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.foto_kontakti ul {
  padding-left: 0px;
  list-style:none;
} 

.foto_kontakti li {
  margin-bottom:10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;        
}

.foto_kontakti img {
  border:1px solid #000;
}

.galary {
  clear: both;
}

.galary ul { 
  margin-bottom: 10px;
  list-style: none;
}

.galary li { 
  display: inline-block;
}

.galary a {
  border: 5px solid #dd7201;
  margin-left: 20px;
  margin-bottom: 10px;
  display: inline-block;
  color: #0084ff;
}

.galary a:hover {
  border: 5px solid #ff8300;
		
}

.kategorii {
  padding: 5px 10px;
  background-color:#FFCC99;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.right_img {
  width: 200px;
  float: right;
  margin: 5px 0px 10px 10px;
  padding: 2px;
  border: 1px solid #ccc;
  display: block;
}

.left_img {
  width: 200px;
  display: block;
  float: left;
  vertical-align: top;
  margin: 7px 10px 10px 0px;
  padding: 2px;
  border: 1px solid #ccc;
}

.wrap_conteiner {
  position: relative;
}

.ugol {
  background: #fff;
  content: "";
}

.wrap_conteiner:before {
  content: "";
  position: absolute;
  background: url(../images/ugol_right.png) no-repeat right top;
  width: 39px;
  height: 715px;
  right: -38px;
}

.wrap_conteiner:after {
  content: "";
  position: absolute;
  background: url(../images/ugol_left.png) no-repeat left bottom;
  width: 39px;
  height: 726px;
  left: -38px;
  bottom: 0;
}

.header {
  background: url(../images/header.jpg) no-repeat right top;
  min-height: 339px;
}

.wrap_logo {
  padding-top: 30px;
  padding-left: 50px;
}

.logo {
  display: inline-block;
  border: 5px solid #fff; 
  border-radius: 50%;
  padding: 65px 10px;
  background: #F3F3F3;
  box-shadow: 2px 2px 0px #ccc;
}

.wrap_lang {
  display: block;
  text-align: center;
  padding-top: 80px;
}

.lang_vibor {
  font-weight: bold;
  font-size: 16px;
  color: #F00;
}

.lang {
  font-size: 0;
}

.lang a {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}

.lang a img {
  border: 1px solid #333;
}

.wrapper {
  background: url(../images/fon.png) repeat-x left -20px;
}


/*menu*/
.nav > li > a:hover, .nav > li > a:focus {
  background: #aeaeae !important;
  color: #fff !important;
  border-radius: 0px 0px 15px 15px;
  margin-top: -3px;
}

#touch-menu {
  display: none;
}

.main_menu {
  border-top: 2px solid #e2001a;
  text-align: center;
}

.level_1 {
  display: block;
  font-size: 0;
  background: #e2001a;
  width: 96%;
  margin: 0 auto;
  border-radius: 0px 0px 15px 15px;
}

.main_menu ul li {
  display: inline-block;
  vertical-align: top;
}

.main_menu ul li a {
  color: #fff;
  text-decoration: underline;
  font-size: 17px;
  transition: 0.3s;
  padding: 10px 25px;
}

.main_menu ul li a:hover {
  text-decoration: none;
}
/*end menu*/

h1, h2, h3, h4, h5, h6 {
  font-size: 21px !important;
  color: rgb(226, 0, 26) !important;
  display: block;
  text-transform: uppercase;
  padding: 6px 0px !important;
  margin-bottom: 10px !important;
  margin-top: 0px !important;
  line-height: inherit !important;
  font-weight: 600;
  background: url(../images/poloska.png) no-repeat left bottom;
  background-size: 100%;
}

.scroll-top-wrapper {
  position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
  background-color: #FEBD00;
	color: #333;
	width: 50px;
	height: 48px;
	line-height: 40px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #2F2F2F;
  color: #fff;
}
.scroll-top-wrapper.show {
  visibility:visible !important;
  cursor:pointer !important;
  opacity: 1 !important;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/*content*/
.wrap_content {
  padding-top: 15px;
}

.content {
  background-color: #F2F2F2;
  font-size: 16px;
  text-align: left;
  border: 1px solid #B6B6B6;
  padding: 10px;
  margin-bottom: 15px;
}

.content ul {
  padding-left: 0px;
  list-style: none;
}

.content a:hover {
  color: #179edc;
}

.kat_block {
  display: block;
}

.produkciya_kat_wrap {
  font-size: 0;
}

.produkciya_kat {
  background: #fff url(../images/bg_img_kategorii.png) no-repeat left top;
  position: relative;
  width: 100%;
  height: 112px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ff7101;
  border-radius: 10px;
}

.img_link_kat {
  top: -10px;
  left: -16px;
  position: absolute;
  width: 115px;
  height: 130px;
  text-decoration: none;
}

.img_link_kat:hover {
  text-decoration: none;
}

.produkciya_kat_zaglavie {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
  padding: 5px 0px;
}

.produkciya_kat_zaglavie:hover {
  color: #ff0000 !important;
  text-decoration: underline;
}

.produkciya_kat_text {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 12px;
  color: #000;
  text-align: left;
  padding: 0px 5px 0px 100px;
  line-height: 14px;
  vertical-align: top;
}

.produkciya_kat_podrobnee {
  font-size: 13px;
  color: #0077ae;
  display: block;
  padding: 5px 0px;
  font-weight: bold;
}

.produkciya_kat_podrobnee:hover {
  color: #179edc;

}

/*galary*/
.kat_galary span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #E95D0F;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
}

.kat_galary {
  margin-bottom: 20px;
  font-size: 0;
}

.kat_galary ul {
  padding-top: 10px;
  padding-left: 0px;
  list-style: none;
}

.kat_galary li {
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
  margin-bottom: 7px;
}

.kat_galary a {
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  background-color: #a1a1a1;
  display: block;
  padding: 5px;
}

.kat_galary a:hover {
  text-decoration: none;	
  background-color: #ff0000;
  color: #f6ff00;
}
/*end galary*/
/*end content*/

/*sidebar*/
.sidebar {
  padding-top: 15px;
}

.online {
  display: block;
  margin-bottom: 10px;
}

.kontakti {
  width: 100%;
  margin-bottom: 30px;
  background: url(../images/menu.png) no-repeat left top;
  background-size: 100%;
}

.kontakti span {
  display: block;
  text-align: center;
  margin-bottom: 7px;
  font-size: 16pt;
  color: #FF0000;
  font-weight: 700;
  padding: 67px 0px 0px 0px;
}

.kontakti p {
  padding-left: 15px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.kontakti a {
  display: block;
  margin-bottom: 5px;
  color: #FF0000;
  background: url(/images/galochka_red.png) no-repeat left center;
  padding-left: 15px;
  margin-left: 15px;
}

.menu_right {
  width: 100%;
  margin-bottom: 30px;
  background: url(../images/menu.png) no-repeat left top;
  background-size: 100%;
}

.menu_right span {
  display: block;
  text-align: center;
  margin-bottom: 7px;
  font-size: 16pt;
  color: #FF0000;
  font-weight: 700;
  padding: 67px 0px 0px 0px;
}

.menu_right ul {
  padding-left: 15px;
  list-style: none;
  padding-right: 20px;
}

.menu_right a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  background: url(/images/galochka.png) no-repeat left center;
  padding: 5px 15px;
  display: block;
  text-align: left;
  transition: 0.3s;
}

.menu_right a:hover {
  text-decoration: underline;
  color: #FF0000;
  background: url(/images/galochka_red.png) no-repeat left center;
}

.social {
  padding-left: 15px;
  margin-bottom: 20px;
}

.banner1 {
  padding-left: 20px;
  margin-bottom: 20px;
}

#swiffycontainer {
  width: 80%;
}

.schetchiki {
  padding-left: 15px;
  font-size: 0;
  margin-bottom: 15px;
}

.schetchiki a {
  display: inline-block;
  padding: 5px;
}
/*end sidebar*/

/*footer*/
.wrap_footer {
  background: url(../images/footer.jpg) no-repeat left bottom;  
}

.footer {
  min-height: 110px;
  border-top: 1px solid #b6b6b6;
  padding: 15px;
  color: #999;
}

.copyright {
  color: #999;
  text-align: right;
}
/*end footer*/

/*media screen*/
@media (max-width: 1200px) {
/*.jcarousel li {
  width: 138px !important;
}*/
}

@media (max-width: 992px) {
.main_menu ul li a {
  padding: 10px 14px;
}

.kontakti {
  background: none;
  display: inline-block;
  width: 49%;
  margin-bottom: 10px;
}

.kontakti span {
  text-align: left;
  padding-top: 5px;
  border-bottom: 2px solid red;
}

.kontakti p {
  padding-left: 0px;
}

.kontakti a {
  margin-left: 0px;
}

.menu_right {
  display: inline-block;
  width: 49%;
  margin-bottom: 10px;
  background: none;
  vertical-align: top;
}

.menu_right span {
  text-align: left;
  padding-top: 5px;
  border-bottom: 2px solid red;
}

.social {
  display: inline-block;
  width: 49%;
}

.banner1 {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.copyright {
  padding-top: 10px;
  text-align: center;
}
}

@media (max-width: 768px) {
.wrap_conteiner:before {
  content: inherit;
  position: inherit;
  background: none;
  width: 0px;
  height: 0px;
  right: 0px;
}

.wrap_logo {
  padding-top: 30px;
  text-align: center;
  padding-left: 0px;
  margin-bottom: 10px;
}
.wrap_lang {
  padding-top: 100px;
}
.wrap_main_menu {
  width: 100%;
}

.main_menu {
  width: 100%;
  background: #e2001a;
  border-radius: 0px 0px 15px 15px;
  content: "";
}

.main_menu:before {
  content: "";
  position: absolute;
  border-top: 2px solid #e2001a;
  width: 15px;
  left: 0;
  top: 0px;
}

.main_menu:after {
  content: "";
  position: absolute;
  border-top: 2px solid #e2001a;
  width: 15px;
  right: 0;
  top: 0px;
}

#touch-menu {
  display: block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  text-align: left;
  width: 100%;
  margin: auto;
}

.nav {
  display: none;
  padding-bottom: 10px;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 10px;
}

.fa:before {
  content: "\f0c9";
}

.level_1 {
  padding-top: 0px !important;
  margin-bottom: 10px;
  background: #e2001a;
}

.main_menu li {
  display: block !important;
  border: none !important;
  padding: 0px !important;
}

.main_menu li a {
  border-bottom: 1px dashed #FF7584;
  border-left: 3px solid transparent;
  font-size: 17px !important;
  text-align: left;
  padding: 8px 10px !important;
  height: inherit !important;
	width: 100% !important;
  color: #fff !important;
}

.main_menu li a:hover {
  color: #fff !important;
  text-decoration: none !important;
  border-left: 3px solid #999;
  padding-left: 14px !important;
  border-radius: 0px !important;
  margin-top: 0px;
}

.scroll-top-inner .fa {
  margin-right: 0px;
}

#swiffycontainer {
  width: 98%;
}
}

@media (max-width: 560px) {
.wrap_logo {
  display: block;
  text-align: center;
  padding-left: 0px;
  padding-top: 10px;
  width: 100%;
}

.logo {
  display: block;
  border: none;
  border-radius: 0;
  padding: 10px 10px;
  background: none;
  box-shadow: none;
  text-align: center;
}

.header {
  background-image: none;
  background: linear-gradient(to bottom, rgb(199, 237, 255) 0%,rgba(125,185,232,0) 100%);
  min-height: inherit;
}

.wrap_lang {
  display: block;
  width: 100%;
  padding-top: 0px;
  margin-bottom: 10px;
}

.wrapper {
  display: none;
}

.kontakti {
  display: block;
  width: 100%;
}

.menu_right {
  display: block;
  width: 100%;
}

.wrap_content {
  background: #F2F2F2;
  padding-top: 0px;
}

.content {
  background: none;
  border: none;
  padding: 0px 0px 10px 0px;
}

.social {
  display: block;
  width: 100%;
}

.banner1 {
  display: block;
  width: 100%;
}

.produkciya_kat {
  height: auto;
  background-position: left center;
}
}

@media (max-width: 480px) {

}

@media (max-width: 340px) {

}
