@charset "UTF-8";
/*УКРАШАТЕЛЬСТВА*/
body {
  background-color: #FFF;
}

.font2 {
  font-family: "Oswald", sans-serif;
}

.venzel {
  height: 20px;
  background-image: url(/uploads/design/venzel.png);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 15px 0;
}

.venzel.black {
  background-image: url(/uploads/design/venzel_black.png);
}

.venzel.white {
  background-image: url(/uploads/design/venzel_white.png);
}

.venzel.center {
  background-position: center;
}

.venzel.big {
  height: 30px;
}

.content, .p {
  font-size: 1.1rem;
  line-height: 1.5em;
}

.content span[style*=underline] {
  font-size: 1.4rem;
  display: block;
  font-weight: 300;
  font-style: italic;
  text-decoration: none !important;
  margin: 30px 0;
  line-height: 1.4em;
  position: relative;
  opacity: 0.8;
  /*background-image: url(/uploads/design/icon_smit.png);
    background-position: 8px 10px;
    background-size: 36px;
    background-repeat: no-repeat; */
  padding: 0px 15px 0px 30px;
}

.content span[style*=underline]::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #EEE;
  width: 25%;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 15px 0;
  opacity: 0.9;
  position: relative;
}

.content em {
  display: table;
  color: #444;
  font-size: 1.1em;
  padding: 20px;
  border-top: 1px solid #97ee2b;
  border-bottom: 1px solid #97ee2b;
  margin: 10px 0;
}

.content table {
  width: 100%;
  color: #666;
}

.content table td {
  padding: 10px 10px;
  border-bottom: 1px solid #DDD;
}

.content table tr:nth-child(2n) td {
  background-color: #F8F8F8;
}

.content li {
  list-style: none;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}

.content li::before {
  content: '';
  display: block;
  position: absolute;
  left: -1.1em;
  top: 0.44em;
  width: 0.3em;
  height: 0.3em;
  background-color: #de8b38;
}

h1:first-child {
  margin-top: 0px;
  margin-bottom: 30px;
}

.content .h1 span {
  color: #de8b38;
}

.box.arrow {
  position: relative;
}

.box.arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 250px;
  background-image: url(/uploads/design/logobg2.png);
  background-position: center -80px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.box .main {
  position: relative;
  z-index: 1;
}

/*ОСНОВНЫОЕ*/
.headBox {
  background-color: #FFF;
  position: relative;
  z-index: 2;
  padding: 40px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.headBox .jitem.logoItem {
  position: relative;
  color: #FFF;
}

.headBox .logo {
  display: block;
  box-sizing: border-box;
}

.headBox .logo img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0;
}

.headBox .dataItem {
  padding-left: 40px;
}

.headBox .table {
  display: table;
  vertical-align: middle;
  margin: 0 0 0 auto;
}

.headBox .adress {
  display: inline-block;
  color: #444444;
  text-align: right;
  font-size: 1em;
  max-width: 200px;
  font-weight: 300;
  text-transform: uppercase;
  vertical-align: middle;
}

.headBox .telefons, .headBox .emails {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-right: 50px;
}

.headBox .telefon, .headBox .email {
  display: block;
  color: #444444;
  font-size: 1.4em;
  font-weight: 600;
  text-decoration: none;
  background-image: url(/uploads/design/icon_telefon.png);
  background-position: left center;
  padding-left: 40px;
  background-size: contain;
  padding: 5px 0 5px 50px;
  background-repeat: no-repeat;
}

.headBox .email {
  background-image: url(/uploads/design/icon_email.png);
}

.headBox .caption {
  color: #666666;
  text-transform: uppercase;
}

.headBox .c-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.topMenuBox {
  background-color: #659e1d;
  overflow: visible;
  padding-left: 1%;
  text-align: right;
  position: relative;
  z-index: 2;
}

.topMenuBox .menu > a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  padding: 15px 12px;
  transition: 0.1s;
}

.topMenuBox .menu > a:hover, .topMenuBox .menu > a.active, .topMenuBox .menu a.hover {
  background-color: #de8b38;
  color: #FFF;
}

.topMenuBox .menu > .down {
  background-color: #de8b38;
}

.topMenuBox .menu > .down > a {
  font-size: 1.1em;
  color: #FFF;
  text-decoration: none;
  text-align: left;
}

.topMenuBox .menu > .down > a:hover {
  background-color: #b26f2d;
}

.headTmp {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  text-align: left;
}

.headTmp .text {
  margin-left: 30%;
}

.headTmp .text .venzel {
  margin: 30px auto;
  height: 17px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

.headTmp .text .border {
  border-top: 20px solid #7ec624;
  width: 10%;
  margin: 20px 0;
}

.headTmp .text .title {
  color: #FFF;
  max-width: 900px;
  display: block;
  font-weight: 600;
  font-size: 2.5em;
  margin: 0px 0 20px 0;
  letter-spacing: 3px;
  line-height: 1.4em;
  font-family: "Oswald", sans-serif;
}

.headTmp .text .title span {
  display: block;
  font-weight: 600;
  letter-spacing: 5px;
  font-size: 5vw;
  line-height: 1.2em;
}

.headTmp .text .description {
  color: #FFF;
  max-width: 700px;
  margin: 0 0;
  font-size: 2.2em;
  font-weight: 100;
  margin-bottom: 30px;
}

.headTmp .text .advants {
  margin: 40px 0;
  max-width: 800px;
}

.headTmp .text .advants .image {
  float: left;
  width: 40px;
  height: 40px;
  background-size: cover;
  position: relative;
  top: 4px;
}

.headTmp .text .advants .name {
  margin-left: 50px;
  color: #FFF;
  font-size: 1.6em;
  font-weight: 100;
  line-height: 1em;
  font-family: "Oswald", sans-serif;
}

.headTmp .text .advants .name span {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: table;
}

.buttonsAction {
  float: left;
  width: 24%;
}

.buttonsAction.full {
  float: none;
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  background-color: #7ec624;
}

.buttonsAction .btn {
  display: block;
  padding: 20px;
  padding-left: 80px;
  color: #FFF;
  font-weight: 300;
  text-decoration: none;
  font-size: 1.4em;
  text-transform: uppercase;
  background-position: 20px center;
  background-size: 40px;
  background-repeat: no-repeat;
}

.buttonsAction .br {
  border-top: 1px solid #FFF;
  margin: 5px 0;
}

.buttonsAction .btn:hover {
  background-color: rgba(126, 198, 36, 0.5);
}

.buttonsAction .catalog {
  background-image: url(/uploads/design/icon_catalog.png);
}

.buttonsAction .price {
  background-image: url(/uploads/design/icon_pdf.png);
}

.buttonsAction .msg {
  background-image: url(/uploads/design/icon_msg.png);
}

.catalogListBox {
  background-color: #FFF;
  padding: 5px;
}

.catalogListBox .item {
  text-decoration: none;
  border: 5px solid #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.catalogListBox .area {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  height: 340px;
  padding: 60px 30px;
  text-decoration: none;
  background-color: rgba(178, 111, 45, 0.5);
  transition: 0.2s;
}

.catalogListBox .item:hover .text {
  padding-top: 20px;
}

.catalogListBox .item:hover .area {
  background-color: rgba(101, 158, 29, 0.9);
}

.catalogListBox .img {
  float: left;
  height: 80px;
  width: 80px;
}

.catalogListBox .name {
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2em;
  color: #FFF;
  padding-top: 10px;
}

.catalogListBox .desc {
  color: #FFF;
  font-size: 1.15rem;
  margin-top: 15px;
  font-weight: 100;
  opacity: 1;
  transform: 0.2s;
}

.catalogListBox .text {
  clear: both;
  position: relative;
  padding: 10px;
  z-index: 2;
  color: #000;
  transition: 0.2s;
}

.catalogListBox .bonus {
  background-color: #de8b38;
  -moz-filter: none;
  -o-filter: none;
  -webkit-filter: none;
  filter: transparent;
  filter: none;
}

.catalogListBox .bonus .name {
  font-size: 2.6em;
}

.catalogListBox .bonus::before, .catalogListBox .bonus:hover::before {
  opacity: 0;
}

.catalogListBox .bonus:hover {
  background-color: #de8b38;
}

div.catalogListInnerBox {
  margin-top: 20px;
  padding: 0;
  background-color: transparent;
  margin-left: -10px;
}

div.catalogListInnerBox .item {
  border-color: #FFF;
}

.itemList .item td {
  padding: 10px;
  border-bottom: 1px solid #DDD;
}

.itemList .item:hover {
  border-color: #de8b38;
}

.itemList .image {
  width: 20%;
}

.itemList .image img {
  display: block;
  width: 100%;
}

.itemList .text {
  padding-top: 15px;
  min-height: 220px;
  box-sizing: border-box;
}

.itemList .name {
  color: #000;
  font-size: 1.6em;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.6rem;
}

.itemList .name:hover {
  color: #de8b38;
}

.itemList .desc {
  color: #555;
  padding: 15px 0;
  font-size: 1.1em;
}

.itemList .price {
  display: inline-block;
  position: relative;
  top: -7px;
  font-size: 1.3em;
  margin-bottom: 10px;
  margin-right: 10px;
}

.itemList .order-btn {
  display: inline-block;
}

.preContentBox {
  padding: 100px 0;
  background-color: #659e1d;
  color: #FFF;
}

.preContentBox .left {
  padding: 40px 40px 0 0;
  text-align: right;
}

.preContentBox .venzel {
  margin-right: 0;
  margin-left: auto;
  width: 55%;
}

.preContentBox .title {
  display: inline-block;
  font-size: 2.4vw;
  color: #FFF;
}

.preContentBox .content {
  font-size: 1.4em;
}

.preContentBox .c-button {
  margin-top: 30px;
  margin-left: 5px;
}

.advantsList {
  padding: 100px 0;
  background-color: #FAFAFA;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.advantsList .title span {
  display: block;
}

.advantsList .advant {
  margin: 40px 0;
}

.advantsList .icon {
  display: table;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  float: left;
}

.advantsList .text {
  padding: 0 20px 20px 0;
  margin-left: 80px;
}

.advantsList .name {
  font-size: 1.6em;
  line-height: 1.2em;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

.advantsList .desc {
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.mainContent {
  padding: 50px 0;
}

.mainContent.part1 {
  padding-top: 100px;
}

.mainContent.part2 {
  padding-bottom: 100px;
  background-color: #FAFAFA;
}

.mainContent .columnLeft {
  padding-right: 40px;
}

.mainContent .images img {
  display: none;
}

.mainContent .images .image {
  height: 200px;
  background-position: center;
  background-size: cover;
}

.objSlider {
  overflow: hidden;
  padding: 80px 0 0 0;
  background-color: #FAFAFA;
}

.objSlider.inner {
  background: none;
  padding: 30px 10px;
  height: 530px;
  border-top: 4px solid #EEE;
  border-bottom: 4px solid #EEE;
  margin: 30px 0;
  box-sizing: border-box;
}

.objSlider div.jed-gridslider {
  height: 400px;
}

.objSlider div.jed-gridslider .left, .objSlider div.jed-gridslider .right {
  border: 1px solid #de8b38;
  width: 40px;
  height: 40px;
  top: -70px;
  z-index: 1;
  background-size: 24px;
}

.objSlider div.jed-gridslider .left.disable, .objSlider div.jed-gridslider .right.disable {
  border-color: #AAA;
  z-index: 0;
}

.objSlider div.jed-gridslider .left {
  left: auto;
  right: 88px;
  background-image: url(/uploads/design/icon_left.png);
}

.objSlider div.jed-gridslider .left.disable {
  background-image: url(/uploads/design/icon_left_.png);
}

.objSlider div.jed-gridslider .right {
  right: 40px;
  background-image: url(/uploads/design/icon_right.png);
}

.objSlider div.jed-gridslider .right.disable {
  background-image: url(/uploads/design/icon_right_.png);
}

.objSlider .title {
  display: block;
}

.objSlider .foto {
  display: block;
  position: relative;
  width: 100%;
  height: 380px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  background-color: #333;
  border: 5px solid #FAFAFA;
  text-decoration: none;
  /*
        -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -webkit-filter: grayscale(100%);
         filter: gray;
         filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");        
         */
}

.objSlider .foto::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  transition: 0.2s;
}

.objSlider .foto:hover {
  background-color: #222;
}

.objSlider .foto:hover:before {
  background-color: #b26f2d;
  opacity: 0.9;
}

.objSlider .foto:hover .border {
  margin-top: 20px;
  background-color: #7ec624;
}

.objSlider .caption {
  padding: 30px;
  box-sizing: border-box;
  border-left: 0;
  position: relative;
  z-index: 1;
}

.objSlider .name {
  color: #FFF;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.3em;
  text-transform: uppercase;
}

.objSlider .border {
  height: 2px;
  background-color: #de8b38;
  width: 30%;
  margin-top: 10px;
  transition: 0.2s;
}

.objSlider .description {
  color: #FFF;
  font-size: 1.4em;
  margin-top: 15px;
  font-weight: 100;
  transform: 0.2s;
}

.reviewMainBox {
  padding: 100px 0;
}

.reviewMainBox.inner {
  padding: 0 0 100px 0;
}

.reviewMainBox .title span {
  display: table;
}

.reviewMainBox .reviewsArea {
  margin-top: 50px;
}

.reviewMainBox .reviewsArea .review .image {
  display: none;
  width: 40px;
  height: 40px;
  float: left;
  background-position: center;
  /*background-image: url(/uploads/design/icon_review.png);                */
  background-size: cover;
  opacity: 0.8;
}

.reviewMainBox .reviewsArea .review .caption {
  margin-left: 20px;
}

.reviewMainBox .reviewsArea .review .fio {
  font-size: 1.8em;
  font-weight: 600;
}

.reviewMainBox .reviewsArea .review .desc {
  color: #b26f2d;
  font-size: 1.2em;
  margin: 0px 0 15px 0;
}

.reviewMainBox .reviewsArea .review .text {
  clear: both;
  margin-top: 25px;
  padding: 25px;
  background-color: #FAFAFA;
  position: relative;
}

.reviewMainBox .reviewsArea .review .text::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-color: #FAFAFA;
  transform: rotate(45deg);
  position: absolute;
  top: -9px;
  left: 60px;
}

.reviewMainBox .reviewsArea .review .link {
  margin-top: 15px;
  display: table;
}

.reviewMainBox .reviewsArea .review .link:hover {
  border-color: #de8b38;
}

.reviewMainBox .all-link {
  display: table;
  margin-top: 30px;
}

.formBottom {
  overflow: visible;
  background-color: #EEE;
  background-image: url(/uploads/bg/head.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;
  padding: 60px 0;
}

.formBottom .main {
  position: relative;
  overflow: visible;
}

.formBottom .bonus {
  width: 80%;
}

.formBottom .bonus .title {
  color: #FFF;
}

.formBottom .bonus .desc {
  font-size: 2em;
  color: #FFF;
  margin: 20px 0;
  font-weight: 100;
}

.formBottom .caption {
  text-align: right;
}

.formBottom .telefons {
  margin-top: 30px;
}

.formBottom .telefon {
  color: #FFF;
  text-decoration: none;
  font-weight: 100;
  display: table;
  font-size: 3em;
  margin-right: 0;
  margin-left: auto;
}

.formBottom .telefonDesc {
  color: #97ee2b;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.formBottom .c-button {
  display: table;
  margin-top: 20px;
  margin-right: 0;
  margin-left: auto;
}

.bottom {
  background-color: #000;
}

.bottom .left {
  padding-right: 15px;
}

.bottom .menu > .down {
  display: none;
}

.bottom .logo img {
  display: block;
  max-width: 150px;
  margin-bottom: 20px;
}

.bottom .telefons {
  background-image: url(/uploads/design/icon_telefon2.png);
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 10px 0 10px 50px;
}

.bottom .telefon {
  display: table;
  text-decoration: none;
  color: #FFF;
  font-size: 1.4em;
  font-weight: 100;
}

.bottom .adress {
  color: #FFF;
  font-size: 1.2em;
  background-image: url(/uploads/design/icon_adress.png);
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 10px 0 10px 50px;
  font-weight: 100;
}

.bottom .worktime {
  color: #FFF;
  font-size: 1.2em;
  background-image: url(/uploads/design/icon_worktime.png);
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 10px 0 10px 50px;
  font-weight: 100;
}

.bottom .selectCity .city {
  display: table;
  color: #de8b38;
  text-decoration: none;
  cursor: pointer;
}

.bottom .menuArea {
  padding-left: 120px;
  color: #FFF;
}

.bottom .venzel {
  width: 55%;
}

.bottom .menuName {
  font-size: 1.3em;
  font-weight: 100;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.bottom .menu a {
  display: table;
  font-size: 1.1em;
  color: #FFF;
  padding: 4px 0;
  text-decoration: none;
  font-weight: 100;
}

.bottom .menu a:hover {
  text-decoration: underline;
  color: #ffa743;
}

.bottom .btnArea {
  text-align: right;
}

.bottom .c-button {
  font-size: 1rem;
  margin-top: 10px;
}

.developer {
  color: #FFF;
  text-align: center;
  background-color: #111;
  text-transform: uppercase;
  padding: 5px 0 7px 0;
  font-size: 0.8em;
}

.developer a {
  color: #97ee2b;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-left: 3px;
}

.developer a:hover {
  color: #FFF;
  border-bottom: 1px solid #000;
}

.developer img {
  width: 17px;
  height: 17px;
  position: relative;
  bottom: -4px;
}

.box.boxInner {
  padding-top: 40px;
  padding-bottom: 80px;
}

.box.boxInner .titleTo {
  margin-bottom: 60px;
}

.box.boxInner .titleTo .venzel {
  height: 10px;
}

.box.boxInner .columnLeft {
  padding-right: 20px;
  padding-top: 60px;
}

.box.boxInner .columnRight {
  padding-left: 40px;
}

.box.boxInner .columnRight h1 {
  margin: 0;
}

.leftMenu {
  padding: 0px;
  margin-bottom: 30px;
}

.leftMenu > a {
  display: block;
  font-size: 1.3em;
  font-weight: 300;
  text-decoration: none;
  padding: 10px 25px 10px 30px;
  border-bottom: 1px solid #EEE;
}

.leftMenu > a.active {
  background-color: #de8b38;
  color: #FFF;
  border-bottom-color: transparent;
}

.leftMenu > a {
  color: #666;
}

.leftMenu > a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.025);
}

.leftMenu > a.active:hover {
  background-color: #de8b38;
  color: #FFF;
}

.leftMenu .down.level1 {
  border: 2px solid #de8b38;
  padding: 7px 30px 10px 30px;
}

.leftMenu .down.level1 > span, .leftMenu .down.level1 > a {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0;
  margin-left: 0px;
  border-bottom: 1px solid #EEE;
  font-size: 0.8rem;
}

.leftMenu .down.level1 > a {
  color: #666;
}

.leftMenu .down.level1 > a.active {
  color: #de8b38;
  text-decoration: none;
}

.leftMenu .down.level1 > a:hover {
  color: #000;
}

.leftMenu .down.level1 > .down {
  padding: 7px 0;
}

.leftMenu .down.level1 > .down > a {
  font-weight: 300;
  color: #666;
  display: table;
  font-size: 1rem;
  text-decoration: none;
  padding: 7px 0 7px 15px;
  position: relative;
  text-transform: none;
  border: 0;
}

.leftMenu .down.level1 > .down > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 12px;
  width: 5px;
  height: 5px;
  background-color: #999;
}

.leftMenu .down.level1 > .down > a:hover {
  color: #000;
}

.leftMenu .down.level1 > .down > a:hover:before {
  background-color: #000;
}

.leftMenu .down.level1 > .down > .active {
  color: #de8b38;
  font-weight: 400;
}

.leftMenu .down.level1 > .down > .active:before {
  background-color: #de8b38;
}

.leftMenu .down.level1 > .down > a.active:hover {
  color: #de8b38;
}

.leftMenu .down.level2, .leftMenu .down.level3 {
  padding-left: 15px;
}

.leftMenu .down.level2 > span, .leftMenu .down.level3 > span {
  display: block;
  font-weight: 400;
  padding: 5px 0 5px 15px;
  margin-left: 0px;
  font-size: 1rem;
}

.leftMenu .down.level2 > .down, .leftMenu .down.level3 > .down {
  padding: 7px 0;
}

.leftMenu .down.level2 > .down.group, .leftMenu .down.level3 > .down.group {
  padding: 0;
}

.leftMenu .down.level2 > .down > a, .leftMenu .down.level3 > .down > a {
  font-weight: 300;
  color: #666;
  display: table;
  font-size: 1rem;
  text-decoration: none;
  padding: 7px 0 7px 15px;
  position: relative;
  text-transform: none;
  border: 0;
}

.leftMenu .down.level2 > .down > a:before, .leftMenu .down.level3 > .down > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 12px;
  width: 5px;
  height: 5px;
  background-color: #999;
}

.leftMenu .down.level2 > .down > a:hover, .leftMenu .down.level3 > .down > a:hover {
  color: #000;
}

.leftMenu .down.level2 > .down > a:hover:before, .leftMenu .down.level3 > .down > a:hover:before {
  background-color: #000;
}

.leftMenu .down.level2 > .down > .active, .leftMenu .down.level3 > .down > .active {
  color: #de8b38;
  font-weight: 400;
}

.leftMenu .down.level2 > .down > .active:before, .leftMenu .down.level3 > .down > .active:before {
  background-color: #de8b38;
}

.leftMenu .down.level2 > .down > a.active:hover, .leftMenu .down.level3 > .down > a.active:hover {
  color: #de8b38;
}

.leftMenu .level2 > .down.level3 {
  padding-left: 15px;
}

.path {
  margin-left: -5px;
  margin-bottom: 30px;
  color: #97ee2b;
  font-size: 1em;
  font-weight: 300;
}

.path a {
  margin: 0 5px;
  text-decoration: none;
  font-weight: 300;
  color: #000;
  font-size: 1.2em;
}

.path a:hover {
  color: #de8b38;
}

.catPage .columnLeft .h2 {
  margin-bottom: 20px;
}

.catPage .part1 {
  overflow: hidden;
}

.catPage .part1 .imageCat {
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 20px solid #EEE;
  box-sizing: border-box;
}

.catPage .part1 .content {
  background-color: #F7F7F7;
  padding: 20px 40px;
}

.catPage .part1 .titleArea {
  position: relative;
}

.catPage .part1 .titleArea::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.0;
}

.catPage .part1 .titleArea .area {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.catPage .part1 .titleArea h1 {
  padding-right: 20px;
  text-align: left;
  display: block;
}

.catPage .part1 .titleArea img {
  display: none;
}

.catPage .part1 .titleArea .venzel {
  height: 10px;
  margin-right: auto;
  margin-left: 0;
}

.catPage .part1 .titleArea .c-button {
  margin-top: 15px;
}

.catPage .part1 .tags {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  font-size: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  overflow: auto;
}

.catPage .part1 .tags span {
  color: #FFF;
  background-color: #de8b38;
  padding: 2px 7px;
  border-radius: 5px;
  font-weight: 300;
  margin: 2px 3px;
  float: left;
}

.catPage .part2 {
  padding: 100px 0;
}

.catPage .fotos.imagesArea {
  padding: 30px;
  position: relative;
}

.catPage .fotos.imagesArea img {
  display: none;
}

.catPage .fotos.imagesArea .image {
  height: 140px;
  background-position: center;
  background-size: cover;
}

.catPage .fotos.imagesArea .image:hover {
  border-color: #de8b38;
}

.catPage .part3 {
  padding: 100px 0;
}

.catPage .part3 .advsBlock {
  margin: 80px 0 0 0;
}

.catPage .part3 .advsBlock .advant {
  padding: 10px 20px;
}

.catPage .part3 .advsBlock .image {
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  opacity: 0.7;
  position: relative;
  top: 0px;
}

.catPage .part3 .advsBlock .text {
  color: #555;
  margin-top: -5px;
  margin-left: 40px;
  font-size: 1.2em;
  font-style: italic;
}

.catPage .tabsBox {
  background-color: #F7F7F7;
  padding: 100px 0;
  /*
        .tab::before{
            content:'';
            position: absolute;
            display: block;
            background-color: #000;
            width: 16px;
            height: 16px;
            transform: rotate(45deg);    
            bottom: -7px;
            left: 43%;        
            opacity: 0;
            transition: 0.3s;
        }*/
}

.catPage .tabsBox .tab {
  display: inline-block;
  position: relative;
  padding: 10px 16px;
  font-size: 1.2em;
  font-weight: 300;
  background-color: #EEE;
  cursor: pointer;
  margin-right: 2px;
  transition: 0.2s;
}

.catPage .tabsBox .tab:hover {
  background-color: #de8b38;
  color: #FFF;
}

.catPage .tabsBox .tab.active {
  background-color: #7ec624;
  color: #FFF;
  border-color: transparent;
  z-index: 2;
  left: 0px;
  top: 0px;
}

.catPage .tabsBox .tab.active::before {
  opacity: 1;
}

.catPage .tabsBox .text {
  display: none;
  padding: 20px 0px;
}

.catPage .tabsBox .text.active {
  display: block;
}

.catPage .tabsBox .text h2:first-child, .catPage .tabsBox .text h3:first-child {
  margin-top: 0;
}

.catPage .tabsBox table {
  border: 0;
  border-spacing: 0;
}

.catPage .tabsBox table tr:hover td {
  background-color: rgba(0, 0, 0, 0.1);
}

.catPage .expressBox {
  background-color: #659e1d;
  color: #FFF;
}

.catPage .express {
  position: relative;
  overflow: visible;
  padding: 60px 40px;
  display: table;
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
}

.catPage .express .area {
  overflow: auto;
}

.catPage .express .title {
  color: #FFF;
  font-size: 3em;
}

.catPage .express .feedback {
  padding: 0;
  color: #97ee2b;
}

.catPage .express label span {
  display: none;
}

.catPage .express .input-box {
  width: 49%;
  float: left;
  box-sizing: border-box;
  margin-right: 1%;
}

.catPage .express .input-box.input_text {
  width: 99%;
  margin-top: 0;
}

.catPage .express input {
  background-color: #FFF;
  height: 44px;
  border-color: #AAA;
  border-color: transparent;
}

.catPage .express input:focus {
  border-color: #de8b38;
  color: #000;
}

.catPage .express .result {
  background-color: #FFF;
}

.catPage .express .feedback_button {
  width: 30%;
  float: left;
  box-sizing: border-box;
  margin-top: 12px;
  padding: 15px 0;
  box-shadow: none;
}

.catPage .express .formabout {
  color: #FFF;
  bottom: 40px;
}

.catPage .express .formabout a {
  color: #FFF;
  text-decoration: underline;
}

.catPage .catList {
  margin: 20px 0 20px 0;
}

.catPage .catList .subTitle {
  margin-top: 40px;
  margin-bottom: 30px;
}

.catPage .directorForm {
  position: relative;
  padding: 80px 0;
  background-color: #FFF;
}

.catPage .directorForm .fio {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}

.catPage .directorForm .venzel {
  background-image: url(/uploads/design/uzor_b.png);
}

.catPage .directorForm .foto {
  height: 340px;
  max-width: 300px;
  background-color: #EEE;
  margin: 0 0 0 auto;
  background-image: url(/uploads/users/director.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.catPage .directorForm .feedback {
  padding: 10px;
}

.itemPage .desc {
  margin-bottom: 10px;
}

.itemPage .price {
  font-size: 2em;
}

.itemPage .fotos.imagesArea {
  padding: 0;
  margin-bottom: 40px;
}

.itemPage .venzel {
  height: 10px;
}

.itemPage .part1 .content {
  background-color: transparent;
  border: 2px solid #EEE;
}

.itemPage .part2 {
  background-color: #F7F7F7;
}

.itemPage .part2 .columnLeft {
  padding-right: 40px;
}

.itemPage .part2 .columnLeft table {
  font-size: 0.9rem;
}

.itemPage .part2 .columnLeft table td {
  padding: 3px 5px;
}

.contactPage .contacts .company {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 10px;
  padding-right: 30px;
  text-transform: uppercase;
}

.contactPage .contacts {
  font-size: 1.4em;
  margin-bottom: 20px;
  padding-right: 40px;
}

.contactPage .contacts .site {
  display: table;
  text-decoration: none;
  padding: 5px 30px 5px 30px;
  background-image: url("/uploads/design/icons/url_black.png");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #000;
  margin-bottom: 5px;
}

.contactPage .contacts .telefons {
  display: table;
  padding: 5px 30px 5px 30px;
  background-image: url("/uploads/design/icons/telefon_black.png");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.contactPage .contacts .telefon {
  display: table;
  text-decoration: none;
  font-weight: 300;
  color: #000;
}

.contactPage .contacts .email {
  display: table;
  text-decoration: none;
  padding: 5px 30px 5px 30px;
  background-image: url("/uploads/design/icons/email_black.png");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #000;
  margin-bottom: 5px;
}

.contactPage .contacts .workTime {
  display: table;
  padding: 5px 30px 5px 30px;
  background-image: url("/uploads/design/icons/worktime_black.png");
  background-size: 20px;
  background-position: left 5px;
  background-repeat: no-repeat;
  color: #000;
  margin-bottom: 5px;
}

.contactPage .contacts .adress {
  display: table;
  padding: 5px 30px 5px 30px;
  background-image: url("/uploads/design/icons/adress_black.png");
  background-size: 20px;
  background-position: left 5px;
  background-repeat: no-repeat;
  width: 60%;
  color: #000;
  margin-bottom: 5px;
}

.contactPage .map {
  background-color: #EEE;
  height: 400px;
  overflow: hidden;
}

.workersGrid {
  margin-top: 40px;
}

.workersGrid .title {
  margin-bottom: 20px;
}

.workersGrid .foto {
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

.workersGrid .worker {
  margin: 0 0 20px 0;
}

.workersGrid .text {
  margin-left: 100px;
}

.workersGrid .name {
  font-size: 1.3em;
}

.workersGrid .type {
  margin: 3px 0 7px 0;
  color: #666;
}

.workersGrid .telefon, .workersGrid .email {
  color: #de8b38;
  display: table;
  text-decoration: none;
  margin: 0px 0;
  font-weight: 400;
  font-size: 1.2em;
}

.outList {
  margin-top: 40px;
}

.outList .item {
  margin: 10px 0;
  padding: 20px;
  border: 2px solid #EEE;
}

.outList .out {
  border-bottom: 2px solid #de8b38;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.outList .line span {
  font-weight: 400;
}

.outList .name {
  font-weight: 400;
}

.outList .type {
  font-size: 1.2em;
  font-weight: 600;
}

.outList .opt {
  font-weight: 400;
  font-size: 1.2em;
}

.outList .count {
  margin-top: 5px;
  font-size: 1.4em;
  color: #de8b38;
  font-weight: 400;
}

.widget {
  position: fixed;
  padding: 10px;
  background-color: #FFF;
  bottom: 40px;
  left: 20px;
  z-index: 3;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.widget a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
}

.widget a.whatsApp {
  background-image: url(/uploads/design/widget/icon_whatsapp.png);
}

.widget a.skype {
  background-image: url(/uploads/design/widget/icon_skype.png);
  background-size: 26px;
}

.widget a.viber {
  background-image: url(/uploads/design/widget/icon_viber.png);
}

.widget a.telegram {
  background-image: url(/uploads/design/widget/icon_telegram.png);
}

.widget a.email {
  background-image: url(/uploads/design/widget/icon_mail.png);
  background-size: 25px;
}

.contentSub {
  padding: 30px;
  border: 2px solid #7ec624;
  margin-bottom: 40px;
  font-size: 1.2em;
}
