body {
  font-family: "Roboto Condensed";
  background: #ffffff;
}
a {
  text-decoration: none;
}
.noselect, .sendForm, .showForm, .next, .prev {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;          
}
.btn.order {
  width: 201px;
  height: 44px;
  line-height: 44px;
  background: url(../img/btn.png) no-repeat;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.13);
  text-align: center;
  cursor: pointer;
}
.wrapper {
  margin: 0 auto;
  width: 1200px;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.top-menu-blue {
  display: none;
  background: #1b85d0;
  height: 72px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}
.top-menu-blue:after {
  background: #3995d5;
  height: 72px;
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  left: 50%;
  top: 0;
}
.top-menu-blue .wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top-menu-blue a {
  color: #FFF;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 76px;
  margin: 0 11px 0 0;
  text-decoration: none;
}
.top-menu-blue a:hover {
  border-bottom: 1px dashed #F2FAFF;
}
.top-menu-blue .wrapper > * {
  /* float: left; */
  position: absolute;
}
.top-menu-blue li {
  display: inline-block;
}
.top-menu-blue address {
  top: 0;
  right: 288px;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 69px;
  margin: 0 18px 0 53px;
}
.top-menu-blue .button {
  right: 59px;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  color: #1B85D0;
  font-size: 18px;
  font-weight: 700;
  width: 230px;
  height: 37px;
  background-color: #FFF;
  border-radius: 15px;
  text-align: center;
  line-height: 39px;
  cursor: pointer;
  margin: 18px 0 0;
  word-spacing: -3px;
}
.top-menu-blue .button:hover {
  background: #fff url(../img/top-button-hover.png) repeat-x top;
}
.top-menu-blue .up {
  right: 0;
  background: #fff url(../img/top-menu-blue-up.png) no-repeat center;
  width: 33px;
  height: 33px;
  cursor: pointer;
  float: right;
  margin: 20px 0 0 0;
}
.top-menu {
  background: #f1f1f1;
  border-bottom: 3px solid #1a7ecb;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.top-menu ul {
  display: table;
  margin: 0 auto;
  width: 900px;
}
.top-menu ul li {
  display: table-cell;
}
.top-menu ul li a {
  line-height: 34px;
  height: 34px;
  color: #313131;
  font-size: 16px;
  font-weight: 400;
}
.top-menu ul li a:hover {
  border-bottom: 1px dashed #ababab;
}
.top-menu ul li a.active {
  border-bottom: 1px dashed #ababab;
}
header {
  margin: 5px 0 0 0;
}
header .wrapper {
  width: 957px; 
}
.block-1 {
  margin-bottom: 50px;
}
.block-1 h1 {
  margin: 29px 0 0 0;
  text-align: center;
  color: #22221E;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
}
.block-1 h1 span {
  font-size: 40px;
  font-weight: 700;
}
.block-1 p {
  background: url(../img/b-1-bg.png) repeat-x;
  height: 47px;
  padding: 0 16px 0 64px;
  line-height: 47px;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(93, 174, 21, 0.75);
  width: 699px;
  margin: 5px auto 0;
  border-radius: 5px; 
  position: relative;
  
  text-align: center;
}
.block-1 p:before {
  display: block;
  position: absolute;
  content: '';
  width: 82px;
  height: 82px;
  background: url(../img/b-1-before.png);
  top: -16px;
  left: -17px;
}
.block-2 {
  background: url(../img/top-container.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0px;
  margin-top: 10px;
}
/*
.block-2:before {
  content: '';
  background: url("../img/block-2-line.png") center top repeat-x;
  height: 65px;
  position: absolute;
  left: 0px;
  top: -40px;
  right: 0px;
}

.block-2:after {
  content: '';
  background: url("../img/block-2-line.png") center top repeat-x;
  height: 65px;
  position: absolute;
  left: 0px;
  bottom: -40px;
  right: 0px;
}
*/
.block-2 .block-1 {

  margin-bottom: 0px;
}
.block-2 .block-1 h1 {
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px 0px 15px 0px;
  margin-bottom: 18px;
}


.block-2 .wrapper {
  width: 860px;
  padding-top: 15px;
}
.block-2 .wrapper .left {
  float: left;
  width: 506px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.54);
  background: #fff url(../img/elka2.jpg) no-repeat 334px 6px;
  border-radius: 12px;
  padding: 21px 0px 44px 30px;
}
.block-2 .wrapper .left p:nth-child(1) {
  color: #e64803;
  font-size: 37px;
  font-weight: 700;
  margin: 0px 0 13px 0;
  text-transform: uppercase;
}
.block-2 .wrapper .left p:nth-child(2) {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #22221e;
  line-height: 29px;
  margin: 15px 0 21px 0;
}
.block-2 .wrapper .left p:nth-child(2) span {
  font-weight: 700;
  text-transform: uppercase;
}
.block-2 .wrapper .left p:nth-child(3) {
  font-size: 16px;
  text-transform: uppercase;
  color: #22221e
}
.block-2 .wrapper .left p:nth-child(3) span:nth-of-type(1) {
  color: #e64803;
  font-size: 24px;
  text-transform: uppercase;
}
.block-2 .wrapper .left p:nth-child(3) span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
}
.block-2 .wrapper .right {
  float: right;
}
form.call {
  width: 290px;
  height: 256px;
  padding: 0 0 20px 0;
  background-color: #E8D9B4;
  border: 3px solid #FFF;
  border-radius: 15px;
  box-shadow: 0 5px 46px rgba(0, 0, 0, 0.82);
}
form.call p.title {
  text-align: center;
  color: #544D3D;
  font-family: "Arial";
  font-size: 14px;
  font-style: italic;
  margin: 12px 0;
}
form.call p.title span {
  color: #120F0B;
  font-style: normal;
  font-family: "Roboto Condensed";
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
}
form.call input[type="text"] {
  display: block;
  width: 243px; height: 41px; 
  line-height: 41px;
  padding: 0 0 0 14px;
  background-color: #FFF;
  border: 1px solid rgba(199, 182, 141, 0.34);
  border-radius: 15px;
  color: #544D3D; 
  font-family: "Arial"; 
  font-size: 17px; 
  font-style: italic;
  margin: 0px auto 6px;
}
form.call input[type="submit"] {
  width: 258px;
  height: 58px;
  line-height: 58px;
  background: url(../img/btn-call.png) no-repeat;
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(244, 81, 12, 0.75);
  text-align: center;
  font-style: normal;
  border: none;
  outline: none;
  margin: 15px auto 0;
  display: block;
}
.block-3 {
  text-align: center;
  margin: 12px 0 21px 0;
}
.block-3 div {
  display: inline-block;
  width: 231px;
  height: 148px;
  background-color: #1B85D0;
  background-position: center 12px;
  background-repeat: no-repeat;
  margin: 0 10px;
}
.block-3 div:nth-child(1) {
  background-image: url(../img/block-3-1.png);
}
.block-3 div:nth-child(2) {
  background-image: url(../img/block-3-2.png);
}
.block-3 div:nth-child(3) {
  background-image: url(../img/block-3-3.png);
}
.block-3 div:nth-child(4) {
  background-image: url(../img/block-3-4.png);
}
.block-3 div {
  color: #FFF;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  line-height: 34px;
  vertical-align: top;
}
.block-3 div > span {
  display: block;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 76px 0 0 0;
}
.block-3 div > span span {
  font-size: 36px;
  font-weight: 700;
  text-transform: none;
}
.block-4 {
  background: url(../img/block-topShadow-bg.png) repeat-x top;
}
.block-4 .wrapper {
  background: url(../img/block-4-bg.png) no-repeat left 114px;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: auto;
}
.block-4 h1 {
  position: absolute;
  left: 54px;
  top: 22px;
  line-height: 29px;
  color: #22221E;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 31px;
}
.block-4 h1 span {
  display: block;
  color: #22221E;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
}
.block-4 p {
  position: absolute;
  left: 264px;
  top: 108px;
  color: #E64803;
  font-family: "Roboto Condensed";
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.block-4 ul {
  list-style: none;
  margin: 74px 0 38px 386px;
}
.block-4 li {
  padding: 0 0 0 39px;
  background: url(../img/block-4-li.png) no-repeat left center;
  color: #22221E;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  list-style: none;
  margin: 0 0 14px 0;
  line-height: 21px;
}
.block-5 {
  background: url(../img/block-topShadow-bg.png) repeat-x top;
}
.block-5 .wrapper {
  background: url(../img/block-5-bg.png) no-repeat right 114px;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: auto;
}
.block-5 h1 {
  position: absolute;
  right: 64px;
  top: 11px;
  line-height: 32px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  color: #1B85D0;
  font-size: 40px;
}
.block-5 h1 span {
  display: block;
  color: #22221E;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
}
.block-5 ul {
  list-style: none;
  margin: 117px 0 112px 21px;
}
.block-5 li {
  padding: 3px 0 3px 45px;
  background: url(../img/block-5-li.png) no-repeat left center;
  color: #22221E;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  list-style: none;
  margin: 0 0 14px 0;
  line-height: 20px
}
.block-6 {
  background: url(../img/block-topShadow-bg.png) repeat-x top;
  padding: 10px 0 42px 0;
}
.block-6 h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 32px 0;
}
.block-6 h1 span {
  font-size: 49px;
  font-weight: 700;
}
.block-6 .wrapper {
  width: 962px;
}
.block-6 .wrapper > div {
  display: inline-block;
  width: 24%;
  position: relative;
  padding: 100px 0 0 0;
}
.block-6 .wrapper > div:after {
  display: block;
  content: '';
  position: absolute;
  top: 1px;
  right: 7px;
  bottom: 44px;
  width: 1px;
  background: url(../img/b-6-bor.png) repeat-y;
}
.block-6 .wrapper > div:last-child:after {
  display: none;
}
.block-6 .wrapper > div p.title {
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  background: url(../img/b-6-title.png) no-repeat;
  padding: 11px 10px 53px 10px;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
.block-6 .wrapper > div p.title span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.block-6 .wrapper > div p {
  font-weight: 400;
  color: #22221E;
  font-size: 13px;
  padding: 0 0 0 2px;
}
.block-6 .wrapper > div p span {
  color: #1B85D0;
  font-size: 16px;
  padding: 0 0 0 3px;
}
.block-6 .wrapper > div p:nth-child(4) {
  margin: 8px 0 10px 0;
  color: #22221E;
  font-size: 12px;
  width: 250px;
}
.block-6 .wrapper > div p.price {
  color: #22221E;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 10px 0 0 0;
}
.block-6 .wrapper > div p.price span {
  color: #22221E;
  font-size: 36px;
  font-weight: 700;
}
.block-6 .wrapper > div .btn.order {
  margin: 18px 3px 0 7px;
}
.block-7 {
  background: url(../img/block-topShadow-bg.png) repeat-x top;
}
.block-7 .wrapper > div {
  background: url(../img/block-7-bg.png) no-repeat -28px 0px;
  width: 500px;
  background-size: inherit;
  padding: 32px 0 37px 600px;
}
.block-7 p:nth-child(1) {
  text-transform: uppercase;
  color: #1B85D0;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 4px 0;
}
.block-7 p:nth-child(2) {
  text-transform: uppercase;
  color: #22221E;
  font-size: 49px;
  font-weight: 700;
  text-align: center;
}
.block-7 .btn.order.big {
  background: url(../img/btn-big.png) no-repeat;
  width: 467px;
  height: 59px;
  line-height: 59px;
  margin: 22px auto 0;
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(131, 129, 129, 0.75);
}
.block-8 {
  background: url(../img/block-topShadow-bg.png) repeat-x top;
}
.block-8 .wrapper {
  width: 964px;
}
.block-8 .wrapper h1 {
  text-align: center;
  color: #22221E;
  text-transform: uppercase;
  font-size: 49px;
  font-weight: 700;
  padding: 42px 0 45px 0;
  margin: 0;
}
.block-8 .wrapper > div {
  width: 206px;
  display: inline-block;
  margin: 0 39px 32px 0;
  text-align: center;
  position: relative;
}
.block-8 .wrapper > div:after {
  display: block;
  content: '';
  position: absolute;
  top: 13px;
  right: -23px;
  bottom: 134px;
  width: 1px;
  background: url(../img/b-6-bor.png) repeat-y;
}
.block-8 .wrapper > div:nth-of-type(4n):after {
  display: none;
}
.block-8 .wrapper > div:nth-of-type(4n) {
  margin: 0;
}
.block-8 .wrapper .img {
  border: solid 1px #e1e1e1;
  width: 100%;
  height: 224px;
}
.block-8 .wrapper div:nth-of-type(1) .img {
  background: #fff url(../img/b-8-4.png) no-repeat 9px 12px;
}
.block-8 .wrapper div:nth-of-type(2) .img {
  background: #fff url(../img/b-8-2.png) no-repeat 29px 16px;
}
.block-8 .wrapper div:nth-of-type(3) .img {
  background: #fff url(../img/b-8-3.png) no-repeat -1px 8px;
}
.block-8 .wrapper div:nth-of-type(4) .img {
  background: #fff url(../img/b-8-1.png) no-repeat 41px 3px;
}
.block-8 .wrapper div:nth-of-type(5) .img {
  background: #fff url(../img/b-8-5.png) no-repeat 18px 4px;
}
.block-8 .wrapper div:nth-of-type(6) .img {
  background: #fff url(../img/b-8-6.png) no-repeat 22px 10px;
}
.block-8 .wrapper div:nth-of-type(7) .img {
  background: #fff url(../img/b-8-7.png) no-repeat 38px 11px;
}
.block-8 .wrapper div:nth-of-type(8) .img {
  background: #fff url(../img/b-8-8.png) no-repeat 9px 25px;
}
.block-8 .wrapper div:nth-of-type(9) .img {
  background: #fff url(../img/b-8-9.png) no-repeat 9px 25px;
}
.block-8 .wrapper div:nth-of-type(10) .img {
  background: #fff url(../img/b-8-10.png) no-repeat 9px 25px;
}
.block-8 .wrapper div:nth-of-type(11) .img {
  background: #fff url(../img/b-8-11.png) no-repeat 9px 25px;
}
.block-8 .wrapper div:nth-of-type(12) .img {
  background: #fff url(../img/b-8-12.png) no-repeat 9px 25px;
}
.block-8 .wrapper div:nth-of-type(13) .img {
  background: #fff url(../img/b-8-13.png) no-repeat 9px 25px;
}
.block-8 .wrapper div:nth-of-type(14) .img {
  background: #fff url(../img/b-8-14.png) no-repeat 9px 25px;
}
.block-8 .wrapper div:nth-of-type(15) .img {
  background: #fff url(../img/b-8-15.png) no-repeat 9px 25px;
}
.block-8 .wrapper div:nth-of-type(16) .img {
  background: #fff url(../img/b-8-16.png) no-repeat 9px 25px;
}


.block-8 .wrapper div p:nth-child(2) {
  font-family: "Open Sans";
  color: #22221E;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 -9px 0;
}
.block-8 .wrapper div p:nth-child(3) {
  font-family: "Open Sans";
  color: #1B85D0;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 -8px 0;
}
.block-8 .wrapper div p:nth-child(4) {
  font-family: "Open Sans";
  color: #22221E;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  line-height: 17px;
}
.block-9 {
  background: url(../img/block-topShadow-bg.png) repeat-x top;
}
.block-9 .wrapper {
  width: 1084px;
}
.block-9 .wrapper > h1 {
  text-align: center;
  color: #22221E;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  padding: 52px 0 14px 0;
  margin: 0;
}
.block-9 .wrapper h1 span {
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-size: 49px;
  font-weight: 700;
}
.block-9 section {
  width: 50%;
  float: left;
  margin: 7px 0px -10px 0;
  position: relative;
}
.block-9 section div.img {
  width: 124px;
  height: 126px;
  border-radius: 50%;
  float: left;
  margin: 20px 0 0 34px;
}
.block-9 div.fix:nth-of-type(3) section:nth-of-type(2) p.after {
  position: absolute;
  display: block;
  bottom: -46px;
  color: #22221E;
  font-family: "Arial";
  font-size: 14px;
  font-style: italic;
}
.block-9 div.fix:nth-of-type(3) section:nth-of-type(2) p.after span {
  color: #f30325;
}
.block-9 div.fix:after {
  display: block;
  content: '';
  clear: both;
}
.block-9 section h1 {
  color: #1B85D0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 41px 0 0 178px;
}
.block-9 section p:nth-of-type(1) {
  color: #22221E;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: italic;
  margin: -2px 0 0 178px;
  line-height: 22px;
}
.block-9 section p:nth-of-type(2) {
  color: #E63304;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: italic;
  margin: -1px 0 0 178px;
}
.block-9 section p span {
  color: #fc033e;
}
.block-10 {
  background: url(../img/block-topShadow-bg.png) repeat-x top;
  margin: 38px 0 0 0;
}
.block-10 .wrapper {
  width: 1083px;
}
.block-10 h1 {
  color: #22221E;
  text-transform: uppercase;
  font-size: 49px;
  font-weight: 700;
  margin: 0;
  padding: 49px 0 13px 0;
  text-align: center;
}
.block-10 img {
  margin: 0 auto;
  display: block;
}
.block-10 p {
  position: absolute;
  top: 153px;
  right: 91px;
  font-size: 18px;
  color: #22221E;
  font-family: "Open Sans";
  font-style: italic;
  line-height: 22px;
}
.block-10 p span {
  color: #1B85D0;
  font-weight: 700;
}
.block-10 ul li {
  list-style: none;
  font-family: "Open Sans";
  color: #22221E;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin: 43px 0 0 107px;
  line-height: 22px;
  float: left;
}
.block-10 ul li:last-child {
  margin-top: 11px;
}
.block-10 ul li span {
  color: #64B9CB;
  font-size: 24px;
  font-weight: 700;
}
.block-11 {
  background: url(../img/block-topShadow-bg.png) repeat-x top;
  margin: 57px 0 0 0;
  padding: 32px 0 0 0;
}
.block-11 .wrapper {
  width: 880px;
}
.block-11 h1 {
  color: #22221E;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  line-height: 43px;
}
.block-11 h1 span {
  font-size: 49px;
  font-weight: 700;
}
.block-11 .wrapper div {
  float: left;
  width: 20%;
  margin: 24px 0 0 0;
  text-align: center;
  position: relative;
}
.block-11 .wrapper div:after {
  display: block;
  content: '';
  position: absolute;
  background: url(../img/b-11-after.png) no-repeat;
  top: 54px;
  right: -14px;
  width: 26px;
  height: 25px;
}
.block-11 .wrapper div:last-child:after {
  display: none;
}
.block-11 .wrapper div p {
  color: #22221E;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 7px 0 0 0;
  line-height: 18px;
}
.block-12 {
  background: url(../img/block-topShadow-bg.png) repeat-x top;
  margin: 45px 0 0 0;
}
.block-12 .wrapper {
  width: 953px;
}
.block-12 h1 {
  color: #22221E;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  line-height: 43px;
  padding: 57px 0 0 0;
}
.block-12 h1 span {
  font-size: 49px;
  font-weight: 700;
}
.block-12 section.list {
  position: relative;
  height: 140px;
}
.block-12 section.list p:nth-child(1) {
  color: #1B85D0;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
.block-12 section.list p:nth-child(1) span {
  color: #22221E;
  font-size: 53px;
  font-weight: 700;
}
.block-12 section.list p:nth-child(2) {
  color: #22221E;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  margin: -4px 0 0 49px;
}
.block-12 section.list img {
  position: absolute;
  top: 0;
  right: 0;
}
.block-12 .last p {
  color: #22221E;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 11px 0 0 116px;
  background: url(../img/b-12-last.png) no-repeat 25px 10px;
}
.block-12 .last span {
  color: #22221E;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
  display: block;
  text-transform: lowercase;
  margin: 5px 0 0 0;
}
.block-12 .last b {
  color: #1B85D0;
}
.block-13 {
  background: url(../img/block-topShadow-bg.png) repeat-x top;
  margin: 58px 0 0 0;
}
.block-13 .wrapper {
  width: 1053px;
}
.block-13 h1 {
  color: #22221E;
  text-transform: uppercase;
  font-size: 49px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 48px 0 40px 0;
}
.block-13 .wrapper div {
  position: relative;
  width: 25%;
  text-align: center;
  float: left;
}
.block-13 .wrapper div:first-of-type {
  cursor: pointer;
}
.block-13 .wrapper div:after {
  display: block;
  position: absolute;
  content: '';
  top: 82px;
  right: -28px;
  background: url(../img/b-13-after.png) no-repeat;
  width: 53px;
  height: 44px;
}
.block-13 .wrapper div:last-child:after {
  display: none;
}
.block-13 .wrapper div:first-of-type:before {
  display: block;
  position: absolute;
  content: '';
  top: -25px;
  right: 27px;
  background: url(../img/b-13-before.png) no-repeat;
  width: 204px;
  height: 257px;
}
.block-13 .wrapper p {
  color: #22221E;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 0 0;
  line-height: 19px;
}
.block-13 .wrapper p span {
  color: #22221E;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.block-14 {
  background: url(../img/block-topShadow-bg.png) repeat-x top;
  margin: 30px 0 0 0;
}
.block-14 .wrapper {
  width: 969px;
  background: url(../img/b-14-bg.png) no-repeat 367px 19px;
  padding: 32px 0 121px 0;
}
.block-14 .wrapper div:nth-of-type(1) {
  float: left;
}
.block-14 .wrapper div:nth-of-type(2) {
  float: right;
}
.block-14 .wrapper div:nth-of-type(1) h1 {
  color: #22221E;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  line-height: 43px;
  padding: 0;
}
.block-14 .wrapper div:nth-of-type(1) h1 span {
  font-size: 49px;
  font-weight: 700;
}
.block-14 .wrapper div:nth-of-type(1) p:nth-of-type(1) {
  color: #22221E;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 400;
  margin: -16px 0 0 0;
  line-height: 29px;
}
.block-14 .wrapper div:nth-of-type(1) p:nth-of-type(2) {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 34px 6px 36px;
  background: #1b85d0;
  display: inline-block;
  position: relative;
  margin: 12px 0 0 0;
}
.block-14 .wrapper div:nth-of-type(1) p:nth-of-type(2):after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -11px;
  content: '';
  background: url(../img/b-14-after.png) no-repeat;
  width: 11px;
  height: 50px;
}
.block-14 .wrapper div:nth-of-type(2) .call {
  margin: 26px 0 0 0;
}
.block-15 {
  background: url(../img/block-topShadow-bg.png) repeat-x top;
  margin: 1px 0 0 0;
}
.block-15 .wrapper {
  width: 1000px;
}
.block-15 .slider {
  width: 900px;
  margin: 0 auto 85px auto;
}
.block-15 h1 {
  color: #22221E;
  text-transform: uppercase;
  font-size: 49px;
  font-weight: 700;
  margin: 0;
  padding: 49px 0 30px 0;
  text-align: center;
}
.block-15 img {
  float: left;
  margin: 0 40px 0 0;
}
.block-15 p.title {
  font-family: "Open Sans";
  color: #1B85D0;
  font-size: 18px;
  font-weight: 400;
  padding: 19px 0 0 0;
  line-height: normal;
}
.block-15 p {
  font-family: "Open Sans";
  color: #22221E;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 14px;
}
.block-15 .prev {
  width: 23px;
  height: 38px;
  background: url(../img/slider-prev.png);
  position: absolute;
  top: 216px;
  left: -52px;
  cursor: pointer;
}
.block-15 .next {
  width: 23px;
  height: 38px;
  background: url(../img/slider-next.png);
  position: absolute;
  top: 214px;
  right: -52px;
  cursor: pointer;
}
.map h1 {
  margin: 0 auto;
  left: 0;
  top: 30px;
  width: 1000px;
  position: relative;
}
.map h1 {
  position: absolute;
  width: 310px;
  height: 84px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
  color: #22221E;
  font-family: "Roboto Condensed";
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 99;
  background: white;
  text-align: center;
  line-height: 85px;
  left: 0;
  right: 0;
  top: 35px;
}
.map address {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 99;
  background: #252525 url(../img/map-address-bg.png) no-repeat top;
  font-family: "Roboto Condensed"; 
  font-size: 16px; 
  font-weight: 400; 
  color: #A9AAAA;
  font-style: normal;
  width: 360px;
  height: 340px;
}
.map address p {
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 400;
  margin: 0 31px 3px 31px;
}
.map address p:nth-of-type(1) {
  margin: 130px 31px 0px 31px;
}
.map address p:nth-of-type(1) {
  text-transform: uppercase;
}
.map address p:nth-of-type(4) {
  margin: 14px 31px 0px 31px;
}
.map address p:nth-of-type(4) span {
  color: #FFA200;
}
.map address p:nth-of-type(4) a {
  color: #6C96B6;
}
footer .wrapper {
  margin: 0 auto;
  left: 0;
  height: 114px;
  width: 1000px;
  position: relative;
}
footer .copy {
  position: absolute;
  top: 43px;
  color: #484949;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 400;
}
footer address {
  position: absolute;
  right: 257px;
  top: 27px;
}
footer address p:first-child {
  color: #252525;
  font-family: "Arial";
  font-size: 16px;
  font-style: italic;
}
footer address p:first-child span {
  color: #252525;
  font-family: "Arial";
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
footer address p:last-of-type {
  color: #FFA200;
  font-family: "Roboto Condensed";
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
}
footer .order {
  position: absolute;
  right: 0;
  top: 37px;
}
.ymaps-controls-pane {
  display: none;
}
.shadow {
  display: none;
  background: rgba(0, 0, 0, 0.38);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.shadow form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.error {
  box-shadow: 0 0 0 2px red;
}
.success {
  text-align: center;
  pad1ding: 4px 10px;
  font-size: 18px;
}
.close {
  background: rgb(232, 217, 180);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  right: -16px;
  top: -16px;
  border: 3px #FFF solid;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-family: Georgia;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
}


/*new*/
/*header*/
header { display: block;
  padding-bottom: 10px;
  padding-top: 20px;
  width: 1000px;
margin: 0 auto;
font-family: Arial;}

header:after {
  content: '';
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  margin: 0px;
  font-size: 0px;
}

.logo { float: left; padding-top: 10px; font-size: 0px; width: 280px;}

.logo-description {
  float: left;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-top: 14px;
  font-weight: bold;
  line-height: 160%;
}

.header_contacts { float: right;; width: 480px;}
.phone { font-size: 23px;  color: #1788d7; float: right; padding-right: 12px; height: 35px;}
.phone span { display: block; font-size: 12px;  color: #fd3d3d; font-weight: normal; text-align: right; }
.phone span.ya-phone {font-size: 23px; color: #1788d7; padding-bottom: 0px; padding-top: 0px; font-weight: bold;}
.schedule { font-weight: bold; float: right; font-size: 14px; color: #555656; padding-right: 10px; padding-left: 10px;
text-align: center}
.schedule a {
  text-decoration: underline;
  color: #1887d6;
}
.schedule a:hover {
  text-decoration: none;
}
.contacts_link { float: right; font-size: 11px; line-height: 18px; padding-left: 16px; height: 35px; margin-top: 28px;}
.contacts_link a { color: #555656; position: relative; top: -3px; text-decoration: underline;}
.contacts_link a:hover {
  text-decoration: none;
}
.schedule .button {
  background: #F8C91B;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F8C91B), to(#f9971c));
  background: -webkit-linear-gradient(#F8C91B, #f9971c);
  background: -moz-linear-gradient(#F8C91B, #f9971c);
  background: -ms-linear-gradient(#F8C91B, #f9971c);
  background: -o-linear-gradient(#F8C91B, #f9971c);
  background: linear-gradient(#F8C91B, #f9971c);
  -pie-background: linear-gradient(#F8C91B, #f9971c);
  height: 30px;
  width: 163px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-weight: normal;
  padding-top: 7px;
  margin-top: 9px;
  text-decoration: none;
}

.schedule .button img {
  vertical-align: middle;
  margin-right: 4px;
}


.breadcrumbs-top {
  background: #eeeeee;
  padding: 6px 24px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  margin-top: 0px;
  font-family: Arial;
}

.breadcrumbs-top:after {
  content: '';
  display: block;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  width: auto;
  clear: both;
}

.breadcrumbs-top-title {
  position: relative;
  padding-left: 24px;
  float: left;
  width: 166px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 140%;
}
.breadcrumbs-top-title a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
}

.breadcrumbs-top-title:after {
  content: '';
  background: url("../img/nav-li-active.png") left top no-repeat;
  width: 27px;
  height: 32px;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -16px;
}

.breadcrumbs-top .center {
  width: 1120px;
  margin: 0 auto;
}
.breadcrumbs-top ul {
  list-style: none;
  padding: 0px;
  float: left;
  margin-top: 0px;
  width: 900px;
}
.breadcrumbs-top ul li {
  float: left;
  padding-right: 23px;
  padding-left: 46px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url("../img/nav_li-little.png") 23px top no-repeat;
  border-left: 1px solid #c3c3c3;
}
.breadcrumbs-top ul li:first-child {border: none}
.breadcrumbs-top ul li a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
}
.breadcrumbs-top ul li a:hover {
  color: #4ec0e8;
  border-bottom: 1px dashed #4ec0e8;
}

.breadcrumbs-top ul li.active a {
  color: #4ec0e8;
  border-bottom: 1px dashed #4ec0e8;
}
/*header*/


/*catalog*/
.catalog {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.catalog-title {
  text-align: center;
  padding-bottom: 35px;
}
.catalog-title h3 {
  font-size: 49px;
  color: #000;
  text-transform: uppercase;
}
.catalog-title h4 {
  font-size: 23px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.catalog-title p {
  font-size: 23px;
  color: #000;
}
.catalog-title p img {
  vertical-align: middle;
  margin-right: 12px;
}

.catalog-thumbs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.catalog-thumbs-thumb {
  border: 1px solid #acacac;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 306px;
  padding: 10px 7px;
  margin-bottom: 17px;
}
.catalog-thumbs-thumb-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.catalog-thumbs-thumb-container-photo {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  flex-shrink: 0;
  position: relative;
  margin-right: 7px;
}
.catalog-thumbs-thumb-container-photo span {
  background: #ff881d;
  position: absolute;
  width: 46px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  padding-top: 11px;
}
.catalog-thumbs-thumb-container-description {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding-top: 8px;
}
.catalog-thumbs-thumb-container-description-row {
  border-bottom: 1px solid #000;
  padding-top: 5px;
}
.catalog-thumbs-thumb-container-description-row:last-child {
  border-bottom: none;
}
.catalog-thumbs-thumb-container-description-row h4 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 4px;
}
.catalog-thumbs-thumb-container-description-row p img {
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -2px;
}

.catalog-thumbs-thumb-container-description-row .catalog-old-price {
  font-size: 12px;
  text-decoration: line-through;
}
.catalog-thumbs-thumb-container-description-row .catalog-old-price  span {
  color: #cc0000;
}
.catalog-thumbs-thumb-container-description-row .catalog-new-price {
  padding-bottom: 10px;
}

.catalog-thumbs-thumb-container-description-row .catalog-scheme {
  font-size: 12px;
  text-align: center;
}
.catalog-thumbs-thumb-container-description-row .catalog-scheme a {
  color: #3399cc;
}
.catalog-thumbs-thumb-buttons {
  text-align: center;
  padding-bottom: 10px;
  margin-top: 15px;
}
.catalog-thumbs-thumb-buttons .button-yellow {
  background: #ff881d;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 2px 20px;
  margin-bottom: 5px;
}
.catalog-thumbs-thumb-buttons .more {
  font-size: 14px;
  color: #3399cc;
}


.selection-order {
text-align: center;
}
.selection-order-title {
  background: url("../img/section-order-title.png") center bottom no-repeat;
  padding-bottom: 30px;
  font-size: 20px;
  color: #84ae01;
  margin-bottom: 20px;
  margin-top: 10px;
}
.selection-order .button-order {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #f8c21b;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8c21b), to(#f99a1c));
  background: -webkit-linear-gradient(#f8c21b, #f99a1c);
  background: -moz-linear-gradient(#f8c21b, #f99a1c);
  background: -ms-linear-gradient(#f8c21b, #f99a1c);
  background: -o-linear-gradient(#f8c21b, #f99a1c);
  background: linear-gradient(#f8c21b, #f99a1c);
  -pie-background: linear-gradient(#f8c21b, #f99a1c);
  color: #333;
  text-shadow: 1px 1px #fdeac6;
  padding: 12px 20px;
  font-weight: bold;
  display: inline-block;
}

.order-ads {
  font-size: 0px;
  text-align: center;
  margin-bottom: 40px;
}





.products-container {
  width: 1000px;
  margin: 0 auto;
}

.products-container-thumbs {}
.products-container-thumbs-thumb {
  margin-bottom: 60px;
}
.products-container-thumbs-thumb:after {
  content: '';
  display: block;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  width: auto;
  clear: both;
}
.products-container-thumbs-thumb-photo {
  float: left;
  width: 435px;
}

.products-container-thumbs-thumb-photo-right .products-container-thumbs-thumb-photo { float: right;}
.products-container-thumbs-thumb-photo-right .products-container-thumbs-thumb-description ul {
  margin-left: 0px;
}
.products-container-thumbs-thumb .button {
  background: #37b1e2;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#37b1e2), to(#219bd9));
  background: -webkit-linear-gradient(#37b1e2, #219bd9);
  background: -moz-linear-gradient(#37b1e2, #219bd9);
  background: -ms-linear-gradient(#37b1e2, #219bd9);
  background: -o-linear-gradient(#37b1e2, #219bd9);
  background: linear-gradient(#37b1e2, #219bd9);
  -pie-background: linear-gradient(#37b1e2, #219bd9);
  width: 190px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  height: auto;
  text-decoration: underline;
  margin: 0 auto;
  margin-top: 16px;
}
.products-container-thumbs-thumb .button:hover {
  text-decoration: none;
}
.products-container-thumbs-thumb-description {
  float: left;
  width: 560px;
}

.products-container-thumbs-thumb-description h4 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  min-height: 60px;
  margin-bottom: 0px;
}
.products-container-thumbs-thumb-description h4 span {
  background: url("../img/price-container.png") left top no-repeat;
  width: 123px;
  height: 44px;
  display: inline-block;
  float: right;
  margin-left: -25px;
  padding-left: 63px;
  font-size: 15px;
  color: #fff;
  padding-top: 16px;
  font-weight: normal;
  margin-top: -18px;
  text-transform: none;
  text-align: center;
}
.products-container-thumbs-thumb-description h4 span strong {font-size: 22px;}


.products-container-thumbs-thumb-description p {
  margin-left: 0px;
  margin-bottom: 8px;
  line-height: 140%;
}
.products-container-thumbs-thumb-description ul {
  padding: 0px;
  list-style: none;
  margin-left: 0px;
  font-size: 17px;
}
.products-container-thumbs-thumb-description ul li {
  background: url("../img/marker.png") left center no-repeat;

  padding-left: 50px;
  padding-top: 7px;
  padding-bottom: 6px;
  list-style: none;
}

.products-container-thumbs-thumb-description .button-order {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #f8c21b;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8c21b), to(#f99a1c));
  background: -webkit-linear-gradient(#f8c21b, #f99a1c);
  background: -moz-linear-gradient(#f8c21b, #f99a1c);
  background: -ms-linear-gradient(#f8c21b, #f99a1c);
  background: -o-linear-gradient(#f8c21b, #f99a1c);
  background: linear-gradient(#f8c21b, #f99a1c);
  -pie-background: linear-gradient(#f8c21b, #f99a1c);
  color: #333;
  text-shadow: 1px 1px #fdeac6;
  padding: 12px 20px;
  font-weight: bold;
  display: inline-block;
}

.products-container-thumbs-thumb-description .text-center {
  text-align: center;
  padding-top: 18px;
}
/*catalog*/


