@font-face {
  font-family: 'PTSansItalic';
  src: url('../fonts/pts56f.eot');
  src: url('../fonts/pts56f.eot?#iefix') format('embedded-opentype'), url('../fonts/pts56f.woff') format('woff'), url('../fonts/pts56f.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansBoldItalic';
  src: url('../fonts/pts76f.eot');
  src: url('../fonts/pts76f.eot?#iefix') format('embedded-opentype'), url('../fonts/pts76f.woff') format('woff'), url('../fonts/pts76f.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansBold';
  src: url('../fonts/pts75f.eot');
  src: url('../fonts/pts75f.eot?#iefix') format('embedded-opentype'), url('../fonts/pts75f.woff') format('woff'), url('../fonts/pts75f.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansRegular';
  src: url('../fonts/pts55f.eot');
  src: url('../fonts/pts55f.eot?#iefix') format('embedded-opentype'), url('../fonts/pts55f.woff') format('woff'), url('../fonts/pts55f.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'FrizquadratacttBoldItalic';
	src: url('../fonts/frq86c-webfont.eot');
    src: url('../fonts/frq86c-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frq86c-webfont.woff') format('woff'),
         url('../fonts/frq86c-webfont.ttf') format('truetype'),
         url('../fonts/frq86c-webfont.svg#frizquadratacbolditalic') format('svg');
}
@font-face {
	font-family: 'FrizquadratacttItalic';
	src: url('../fonts/frq56c-webfont.eot');
    src: url('../fonts/frq56c-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frq56c-webfont.woff') format('woff'),
         url('../fonts/frq56c-webfont.ttf') format('truetype'),
         url('../fonts/frq56c-webfont.svg#frizquadratacitalic') format('svg');
}
@font-face {
	font-family: 'FrizquadratacttBold';
	src: url('../fonts/frq85c-webfont.eot');
    src: url('../fonts/frq85c-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frq85c-webfont.woff') format('woff'),
         url('../fonts/frq85c-webfont.ttf') format('truetype'),
         url('../fonts/frq85c-webfont.svg#frizquadratacbold') format('svg');
}
@font-face {
	font-family: 'Frizquadratactt';
    src: url('../fonts/frq55c-webfont.eot');
    src: url('../fonts/frq55c-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frq55c-webfont.woff') format('woff'),
         url('../fonts/frq55c-webfont.ttf') format('truetype'),
         url('../fonts/frq55c-webfont.svg#frizquadratacregular') format('svg');
}
html {
	height: 100%;
}
body {
  min-width: 860px;
}
*:focus,
a:focus {
	outline: none;
}
ul:not(.list-simple),
ol:not(.list-simple) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bold {
	font-weight: bold;
}
.img-thumbnail {
  background-color: transparent;
  border: none;
  padding: 0;
}
.img-thumbnail.bordered {
  padding: 6px;
  background: url("../images/FFF40.png");
  border-radius: 10px;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
  opacity: 1;
  color: #000;
  text-shadow: none;
}
.carousel-control.right {
  right: -100px;
}
.carousel-control.left {
  left: -100px;
}
.ar-left {
  width: 21px;
  height: 36px;
  background: url("../images/ico-left.png") no-repeat;
  margin-top: -18px;
  position: absolute;
  top: 250px;
  right: 50%;
  z-index: 5;
  display: inline-block;
}
.ar-right {
  width: 21px;
  height: 36px;
  background: url("../images/ico-right.png") no-repeat;
  margin-top: -18px;
  position: absolute;
  top: 250px;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.panel {
  padding: 10px;
  background-color: transparent;
  border: 1px solid rgba(66, 48, 34, 0.3);
  overflow: hidden;
}
.modal-dialog {
  width: 344px;
}
.modal-dialog .modal-content {
  background-color: #fff799;
  border-radius: 15px;
  color: #423022;
}
.modal-dialog .modal-content .modal-header,
.modal-dialog .modal-content .modal-footer {
  border: none;
  text-align: left;
  padding: 25px;
}
.modal-dialog .modal-content .modal-title {
  font-family: "Frizquadratactt", 'Times New Roman', serif;
  text-transform: uppercase;
}
.modal-dialog .modal-content .modal-body.with-form {
  padding: 0 25px;
}
.form-group .form-control {
  background-color: #fffbcc;
  border: 1px solid #978d77;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #5d4b25;
  opacity: 0.7;
}
.form-group .form-control::-moz-placeholder {
  color: #5d4b25;
  opacity: 0.7;
}
.form-group .form-control:focus {
  box-shadow: none;
}
.form-group textarea {
  resize: none;
}
.form-group:last-child {
  margin-bottom: 0;
}
body {
  background: url("../images/bg_main.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'PT Sans', Arial, Verdana, sans-serif;
  color: #423022;
}
h1 {
  font-family: "Frizquadratactt", 'Times New Roman', serif;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
}
h2 {
  font-family: 'PT Sans', Arial, Verdana, sans-serif;
  font-weight: bold;
}
h3 {
  font-family: 'PT Sans', Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
a,
a:hover,
a:focus {
  color: #423022;
}
.ico-img {
  margin-right: 5px;
}
.btn-attr,
.btn-attr:hover,
.btn-attr:focus {
  height: 50px;
  background-color: #ee364f;
  color: #FFF;
  border: none;
  font-family: "FrizquadratacttBoldItalic", 'Times New Roman', Arial, Verdana, serif;
  font-size: 14px;
  padding: 15px 12px;
  text-shadow: 1px 1px 0 #000;
}
.link-dop {
  display: inline-block;
  margin: 20px 0 0 20px;
  font-family: "FrizquadratacttBoldItalic", 'Times New Roman', Arial, Verdana, serif;
}
.logo {
  width: 177px;
  height: 150px;
  background: url("../images/logo.png") no-repeat top center;
}
.logo:hover {
  /*background: url("../images/logo-h.png") no-repeat top center;*/
}

.footer {
  width: 223px;
  height: 23px;
  background: url("../images/hr.png") no-repeat;
}
.navigation {
  overflow: hidden;
}
.navigation .nav-main {
  border: none;
}
.navigation .nav-main li {
  font-family: "FrizquadratacttItalic", 'Times New Roman', Arial, Verdana, serif;
  font-size: 14px;
  color: #423022;
}
.navigation .nav-main li a,
.navigation .nav-main li a:hover,
.navigation .nav-main li a:focus {
  background-color: transparent;
  border: none;
  color: #423022;
}
.navigation .nav-main li.active a {
  font-weight: bold;
}
.navigation .nav-main.main-nav-center {
  float: left;
  left: 50%;
  position: relative;
}
.navigation .nav-main.main-nav-center li {
  right: 50%;
}
.nav-attractive {
  border: none;
  margin-bottom: 25px;
}
.nav-attractive li {
  font-family: "FrizquadratacttBoldItalic", 'Times New Roman', Arial, Verdana, serif;
  font-size: 16px;
  margin-bottom: 5px;
}
.nav-attractive li a,
.nav-attractive li a:hover,
.nav-attractive li a:focus {
  height: 60px;
  overflow: hidden;
  background-color: #ee364f;
  border: none;
  color: #FFF;
  border-radius: 6px;
  line-height: 18px;
  text-shadow: 1px 1px 0 #000;
}
.nav-attractive li.active a,
.nav-attractive li.active a:hover,
.nav-attractive li.active a:focus {
  background-color: #ee364f;
  color: #FFF;
  border: none;
}

.nav-attractive li .pull-left  {
  text-align: center;
  margin-right: 10px;
}

.social {
  position: absolute;
  top: 0;
  right: 0;
}
.bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: auto;
}
.bottom .img-bottom {
  width: 100%;
}
.bottom .img-bottom-left {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 320px;
  height: 190px;
}
#flower_middle {
	position: absolute;
	bottom: -65px;
	left: 58px;
}
#flower_small {
	position: absolute;
	top: 120px;
	left: 152px;
}
#flower_big {
	position: absolute;
	bottom: -136px;
	left: -98px;
}
.bottom .img-bottom-right {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 170px;
}
#flower_middle_right {
	position: absolute;
	right: 96px;
	bottom: -123px;
	left: auto;
}
#flower_big_right {
	position: absolute;
	right: -100px;
	bottom: -142px;
	left: auto;
}
.wrapper {
  width: 860px;
  position: relative;
}
.header {
  height: 150px;
}
.content {
  padding: 0 60px 50px;
}
.index-page {
  background: url("../images/main_page.png") no-repeat center;
}
.default-page .logo {
  position: absolute;
  left: -30px;
  top: 0;
}
.default-page .navigation {
  position: absolute;
  top: 55px;
  right: -15px;
  margin-left: 130px;
}
.products {
  position: relative;
  min-height: 340px;
}
.vars {
  font-size: 20px;
  font-style: italic;
}
.news-item .img-thumbnail {
  width: 100%;
  margin: 0 0 20px;
}
.news-item .news-block {
  display: block;
  line-height: 1.3;
  margin-top: 10px;
}
.news-item .news-block.emph {
  font-size: 18px;
  font-weight: bold;
}
.news-item .news-block.emph:hover {
  text-decoration: underline;
}
.news-item .news-block:first-child {
  margin-top: 20px;
}
.news-item:hover,
.news-item:focus {
  text-decoration: none;
}
.article h2 {
  margin-top: 0;
  font-size: 22px;
}
.article .article-link {
  margin-top: 100px;
  width: 100%;
}
.article .img-thumbnail {
  width: 100%;
  box-sizing: content-box;
  margin-left: -6px;
}
.with-news {
  line-height: 53px;
}
.with-news p {
  margin-top: 20px;
}
.btns-row .btn-attr {
  width: 100%;
  padding: 6px 12px;
}
.video-list .item {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 11px;
}
.video-list .item img {
  margin-bottom: 5px;
}
.video-list a {
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
}

/*-----------------------------------*/
/* Scroll Bars */
/*-----------------------------------*/

.scrollbar {
	height: 370px;
	overflow: auto;
}
.scrollbar:focus {outline: none;}
.jspContainer {overflow: hidden; position: relative;}
.jspPane {position: absolute;}
.jspHorizontalBar {display: none;}
.jspVerticalBar {position: absolute; top: 0; right: 0; bottom: 0;}

/* Bar */
.jspTrack {
    float: right;
    width: 5px;
    position: relative;
}
.jspTrack:before {
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    bottom: 0;
	width: 1px;
    background: #b08c2b;
}

/* Arrows */
.jspArrow {
    display: none;
    margin: 0 auto;
    cursor: pointer;
    width: 1px;
    height: 0;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 4px solid #a9a8a5;
    position: relative;
    top: 9px;
    z-index: 1;
}
.jspArrowDown {
    border-top: 4px solid #a9a8a5;
    border-bottom: none;
    top: auto;
    bottom: 9px;
}

/* Handle */
.jspDrag {
    width: 5px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    border-radius: 2px;
    background: #af8826;
}
