@font-face {
  font-family: 'PlumbRegular';
  src: url('../fonts/plumb-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlumbMedium';
  src: url('../fonts/plumb-medium.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlumbBold';
  src: url('../fonts/plumb-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlumbBlack';
  src: url('../fonts/plumb-black.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlumbLight';
  src: url('../fonts/plumb-light.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
textarea {
  resize: vertical;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
a:focus, a:active {
  outline: none !important;
}
input:focus, 
textarea:focus, 
select:focus, 
select option:focus {
  outline: none !important;
}
a {
  color: #eaab00;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  font-size: 14px;
  color: #231f20;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 16px;
  font-family: 'PlumbRegular';  
}
ol {
  margin: 0 0 0 13px;
  counter-reset: item;
  list-style-type: none; 
  padding-left: 0; 
}
ol > li:before {
  content: counter(item, decimal);
  counter-increment: item;
  font-size: 18px;
  font-family: 'PlumbBlack';   
  color: #dc211e;  
  position: absolute;
  left: 0;
  top: 0; 
  line-height: 24px; 
}
ol li {
  margin-bottom: 26px;
  color:#231f20;
  font-size:16px;
  line-height: 26px;
  padding-left: 35px;
  position: relative;
}
ol li strong{
  /*display: block;*/
  margin-bottom: 10px;
}
ul {
  padding-left: 18px;
  margin: 0 0 30px;
  list-style: disc;
}
ul li {
  font-size: 16px;
  line-height: 26px;
  color: #231f20;
  margin-bottom: 9px;
  padding-left: 0;
}


ul.birds{
  padding-left: 26px;
}
ul.birds li{
  list-style-image: url(../img/birds.png);
}

h1 {
  font-size: 24px;
  color: #242123;
  font-weight: normal;
  margin: 5px 0 15px;
}
h2 {
  font-size: 18px;
  color: #262626;
  font-family: 'PlumbBlack';
  font-weight: 700;
  text-transform: none;
  margin: 0 0 17px;
  line-height: 22px;
}
h3 {
  font-size: 14px;
  line-height: 18px;
  color: #262626;
  text-transform: none;
  font-family: 'PlumbBlack';
  font-weight: 700;
  margin: 0 0 18px;
}
strong{
  font-family: 'PlumbBold';
  font-weight: normal;    
}

body {
  font: 14px/20px Arial;
  font-family: 'PlumbRegular', sans-serif;
  color: #363636;
  background: #fff;
  font-weight: 400;
}
.sitewrap {
  margin: 0px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

html, body {
  height: 100%;
  min-width: 1240px;
}
.wrap {
  min-width: 1235px;
  box-sizing:border-box;
  width:100%;
  padding:0 20px;
  margin: 0 auto;
  position: relative;
}
/*==================== header top =============================*/
header{
  z-index: 2;
  position: relative;
}
.header-top{
  height: 50px;
  border-bottom: 1px solid #2b2828;
  background: #000000 url(../img/top-line.png) 0 0 no-repeat;
  line-height: 49px;
  position: relative;
  z-index:2;
}
.menu-sec{
  text-align: center;
}
.menu-sec a{
  color:#bfbfbf;
  margin:0 14px;
  text-decoration: none;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s; 
  font-size:14px;  
}
.menu-sec a:hover{
  color:#dc211e;
  border-color:transparent;
}
.lang{
  position: absolute;
  top:0;
  right: 20px;
}
.lang a{
  margin:0 15px;
  font-size:14px;  
  color:#bfbfbf;  
  text-decoration: none;
  border-bottom: 1px solid #bfbfbf; 
  position: relative;  
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s;   
}
.lang a:last-of-type{
  margin-right: 0;
}
.lang a:hover,
.lang .active{
  color:#dc211e;
  border-color:transparent; 
}
.lang a:first-of-type:after{
  content:'';
  display: block;
  border-right: 1px solid #bfbfbf;  
  position: absolute;
  top: 0;
  right: -15px;
  height: 20px;
}
.header-adress-show{
  display: none;
}
.header-work-show{
  display: none;
}
.header-work strong{
  display: inline-block;
  width: 14px;
}

/*==================== header bottom =============================*/
.header-bot{
  height: 70px;
  padding-top: 22px;
  padding-bottom: 28px;
  position: relative;
  z-index: 2;
}
.logo{
  position: absolute;
  left:50%;
  top: -3px;
  width: 164px;
  margin-left: -82px;
  text-align: center;
}
.header-bot__l{
  float: left;
  line-height: 1;
}
.header-bot__l span{
  display: block;
  height: 15px;
  color:#ffffff;
  font-size:14px;
  margin-top: 15px;
  line-height: 15px;
  padding-left: 20px;
  background: url(../img/sprite.png) 0 0 no-repeat;
}
.header-bot__l span:last-of-type{
  background: url(../img/sprite.png) 0 -20px no-repeat;
}

.header-bot__r{
  float: right;
}
.header-bot__btn{
  display: block;
  float:left;
  width: 130px;
  height: 32px;
  color:#ffffff;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 20px;
  background: none;
  text-decoration: none;  
  text-align: center;
  margin-top: 20px;
  line-height: 32px;
  background: url(../img/btn-top.png) 0 0 no-repeat;  
}
.header-bot__btn:hover{
  border-color:transparent;
  background: url(../img/nav-bg.jpg) 0 0 repeat-x;
}
.header-bot__btn:after{
  display: none;
  content:'';
  height: 0;
  background: url(../img/nav-bg.jpg) 0 0 no-repeat;  
}
.header-bot__phones{
  float: right;
  margin-left: 35px;
  line-height: 1;  
}
.header-bot__phones a{
  height: 16px;
  line-height: 16px;
  display: block;
  font-family: 'PlumbMedium';
  font-size:18px;
  text-decoration: none;
  color:#ffffff;
  margin-top: 14px;
  margin-bottom: 1px;
  padding-left: 25px;
  background: url(../img/sprite.png) 0 -41px no-repeat;  
}
.header-bot__phones a:last-of-type{
  background: url(../img/sprite.png) 0 -60px no-repeat;   
}

/*==================== main nav =============================*/
.nav-main{
  height:60px;
  background: #dc211e;
  position: relative;
  z-index: 2;
  border-radius: 7px;  
}
.nav-main ul{
  padding:0;
  margin:0;
}
.nav-main ul li{
  padding:0;
  list-style: none;
  margin:0;
}
.nav-main a {
  -webkit-transition:background .2s linear 0s;
  -moz-transition:background .2s linear 0s;
  transition:background .4s linear 0s;
}
.nav-main > ul {
    display: block; 
}
.nav-main > ul > li {
  display:block;
  float:  left;
  text-align: center;
  position:relative;
  vertical-align:middle;
  box-sizing: border-box;  
  -webkit-transition:background .2s linear 0s;
  -moz-transition:background .2s linear 0s;
  transition:background .4s linear 0s; 
}
.nav-main > ul > li:first-of-type {
  width:13%;
  border-radius:7px 0 0 7px;  
}
.nav-main > ul > li:first-of-type a{
  border-radius:7px 0 0 7px;  
  border-left: none;  
}
.nav-main > ul > li:nth-of-type(2) {
  width:15%;
}
.nav-main > ul > li:nth-of-type(3) {
  width:9%;
}
.nav-main > ul > li:nth-of-type(4) {
  width:13%;
}
.nav-main > ul > li:nth-of-type(5) {
  width:11%;
}
.nav-main > ul > li:nth-of-type(6) {
  width:13.5%;
}
.nav-main > ul > li:nth-of-type(7) {
  width:12%;
}
.nav-main > ul > li:nth-of-type(8) {
  width:13.5%;
}
.nav-main > ul > li:nth-of-type(8) {
  border-radius: 0 7px 7px 0;  
}
.nav-main > ul > li:nth-of-type(8) a{
 border-radius: 0 7px 7px 0; 
} 
.nav-main > ul > li:hover{
  background: #b01a18;  
} 

.nav-main > ul > li > a{
  display:table;
  vertical-align: middle;
  height: 60px; 
  width:100%;
  text-align: center; 
  border-left: 1px solid #b01a18;
  /*display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;  
  display: flex;
  justify-content: center;
  flex-direction: column;*/
  font-size: 14px;
  line-height:18px;
  color:#fff;
  font-family: 'PlumbBold';
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
}
.nav-main > ul > li > a:hover{
  background: #b01a18;
} 

.nav-main > ul > li > a span{
  display:table-cell;
  vertical-align: middle;
  height: 60px; 
  text-align: center; 
  font-size:14px;  
  padding:0 17px;
}
.nav-main > ul > li > a small{
  font-size:14px;
  position: relative; 
}
.nav-main > ul > li > a small:after{
  content:'';
  display: block; 
  border: 3px solid transparent;
  border-top: 3px solid #000000; 
  position: absolute; 
  right: -12px; 
  top: 50%;
  margin-top: -1px;   
}
.nav-main > ul ul {
  display: none;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}
.br-1600{
  display: none;  
}
.nav-main > ul > li ul {
  background: #ffffff;
  position: absolute;
  z-index:5;
  top:100%;
  text-align: left;
  padding:0 0 0 0;
  width:auto;
}
.nav-main > ul > li > ul li {
  display: block;
  white-space: nowrap;
  position: relative;
}
.nav-main > ul > li > ul a {
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  text-decoration:none;
  width:auto;
  color:#231f20;
  font-family: 'PlumbBold';
  padding:0 20px 0 20px;
  border-bottom:1px solid #d3d2d2;
  position:relative;
  border-radius:0!important;
}
.nav-main > ul > li > ul > li:last-of-type> a{
  border-bottom:0;
}
.nav-main > ul > li > ul li a:hover {
  color:#ffffff;
  background:#dc211e;
}
.nav-main > ul > li > ul li a span{
  display: inline-block;
  width: 4px;
  height: 7px;
  background: url(../img/sprite.png) 0 -740px no-repeat;
  margin-left: 8px;
}
.nav-main > ul > li > ul li a:hover span{
  background: url(../img/sprite.png) 0 -755px no-repeat;  
}
.nav-main > ul > li ul li ul{
  top:0;
  left:100%;
}
.nav-main > ul > li > ul > li> ul li:last-of-type> a{
  border-bottom: 0;
}
.menu-close{
  display: none;
}
/*==================== main banner =============================*/
.main-slider{
  position: relative;
  margin:0 auto -180px;
  max-width:1920px;
  top:-180px; 
}
.main-slider .owl-item:after{
  content:'';
  display: block; 
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0, .50);
}
.main-slider .owl-item:before{
  content:'';
  display: block; 
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 449px;
  background: url(../img/main-banner/top-bg.png)  center top no-repeat;
  z-index: 1;
}
.main-slider img{
  display: block;
  max-width: 100%;
}
.main-slider__text{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  height: 150px;
  font-size:80px;
  color:#ffffff;
  font-family: 'PlumbBlack';
  line-height: 80px;  
  z-index: 2;
}
/*==================== main page =============================*/
.main-b__about{
  background: url(../img/main-about-bg.jpg) 0 bottom repeat-x,
              url(../img/white-bg.jpg) 0 bottom repeat; 
  padding-top: 60px; 
  padding-bottom: 70px;
}
.main-b__about .wrap{
  width: 1170px;
  text-align: center;
}
.b-title{
  font-size:44px;
  color:#231f20;
  text-align: center;
  font-family: 'PlumbBold';  
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.b-title:after{
  content:'';
  display: block;
  width: 279px;
  height: 11px;
  position: absolute;
  bottom:0;
  left:50%;
  margin-left: -140px;
  background: url(../img/title-bg.png) 0 0 repeat;    
}
.main-b__about p{
  color:#231f20;
  font-size:16px;
  line-height: 25px;
}
.main-b__about iframe{
  width: 760px;
  height: 500px;
  margin-top: 50px;
-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.35);  
}

.main-b__btns{
  padding:50px 0px;
  background: url(../img/grey-bg.jpg) 0 bottom repeat;  
}
.main-b__btns__btn{
  width: 32.5%;
  margin-right: 1.25%;
  float: left;
  height: 150px;
  background: #dc211e;
  border:5px solid #dc211e;
  box-sizing: border-box;
  position: relative;
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s;   
  font-size:24px;
  color:#fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 140px;
  text-decoration: none;
  font-family: 'PlumbLight';  
}
.main-b__btns__btn:nth-of-type(3){
  margin-right: 0;
}
.main-b__btns__btn:after{
  display: block;
  content:'';
  border:1px solid #fff;
  position: absolute; 
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index:2;
}
.main-b__btns__btn:hover{
  background: #ffffff;
  color:#dc211e;
}
.main-b__btns__btn span{
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: -16px;
}
.main-b__btns__btn br{
  display: none;
}
.main-b__btns__btn:first-of-type span{
  background: url(../img/sprite.png) 0 -160px no-repeat;    
}
.main-b__btns__btn:first-of-type:hover span{
  background: url(../img/sprite.png) 0 -220px no-repeat;    
}
.main-b__btns__btn:nth-of-type(2) span{
  background: url(../img/sprite.png) 0 -280px no-repeat;  
}
.main-b__btns__btn:nth-of-type(2):hover span{
  background: url(../img/sprite.png) 0 -340px no-repeat;    
}
.main-b__btns__btn:nth-of-type(3) span{
  background: url(../img/sprite.png) 0 -400px no-repeat;  
}
.main-b__btns__btn:nth-of-type(3):hover span{
  background: url(../img/sprite.png) 0 -455px no-repeat;  
}


.main-b__proj{
  padding:53px 0 62px;
  background: url(../img/main-project.jpg) center center no-repeat;
}
.main-b__proj .b-title{
  color:#ffffff;
}
.proj-b__i{
  width: 32.5%;
  margin-right: 1.25%;
  float: left;
  text-align: center;
  position: relative;
}
.proj-b__i:nth-of-type(3){
  margin-right: 0;
}
.proj-b__i img{
  max-width:100%;
  display: block;
}
.proj-b__i__info{
  display: block;
  position: absolute;
  bottom:0;
  right:0;
  left:0;
  min-height:61px;
  width:100%;
  box-sizing: border-box;
  border-bottom: 1px solid #dc211e;
  background: rgba(0,0,0, .7);
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .4s linear 0s; 
}
.proj-b__i:hover .proj-b__i__info{
  min-height:100%;
  border:1px solid #dc211e;
}
.proj-b__i__info span{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 16px;
  line-height: 16px;
  margin-top: -8px;
  text-align: center;
  font-size:24px;
  color:#ffffff;
}
.proj-b__i__info span small{
  font-size: 24px;
  color:#dc211e;
  margin-right: 10px;
}

.main-b__info{
  background: url(../img/white-bg.jpg) 0 bottom repeat;  
  padding:52px 0 50px;   
}
.art{
}
.art__i{
  width: 32.5%;
  margin-right: 1.25%;
  float: left;
  margin-bottom: 40px;
  margin-top: 10px;
}
.art__i:nth-of-type(3n){
  margin-right: 0;
}
.art__i__img{
  text-align: center;
  overflow:hidden;
  width:100%;
  position: relative;
  margin-bottom: 14px;
  display: block;
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s; 
}
.art__i__img:hover{
  opacity: .8;
}
.art__i__img:after{
  display: block;
  content:'';
  border:1px solid #fff;
  position: absolute; 
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index:2;
}
.art__i__img img{
  max-width:100%;
  display: block;
}
.art__i__video:after{
  background: url(../img/video.png) center center no-repeat;
}
.art__i__video:before{
  display: block;
  content:'';
  position: absolute; 
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index:1;
  background: rgba(0,0,0,.5); 
}
.art__i__date{
  line-height: 1;
  font-size:12px;
  color:#7b7979;
  margin-bottom: 6px;
}
.art__i__title{
  display: inline-block;
  font-size:16px;
  line-height: 20px;
  border-bottom:1px solid #dc211e;
  color:#dc211e;
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s; 
  text-decoration: none;  
  font-family: 'PlumbBold';
  margin-bottom: 12px;  
}
.art__i__title:hover{
  border-color: transparent;
}
.art__i__text{
  color:#231f20;
  font-size:14px;
  line-height: 21px;
}
.centered{
  text-align: center;
}
.art__more{
  color:#231f20;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'PlumbBlack';  
  border-bottom: 1px solid #231f20;
  position: relative;
  margin-left: -14px;
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s;   
}
.art__more:after{
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  position: absolute;
  right: -14px;
  top: 3px;
  background: url(../img/sprite.png) 0 -140px no-repeat;
}
.art__more:hover{
  border-color: transparent;
}


.grey-bg{
  /*background: url(../img/grey-bg.jpg) 0 0 repeat;*/
  background: url(../img/white-bg.jpg) 0 bottom repeat;
}
.main-b__text{
  padding: 45px 0 30px;
}
.main-b__text p{
  /*color:#7b7979;*/
  color:#000;
  font-family: 'Verdana';
}


/*==================== inn page =============================*/
.inn-page header:after{
  content:'';
  display: block;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url(../img/header-bg.jpg) center top no-repeat;
}
.inn-page .content{
  padding-bottom: 20px;
}
.inn-page .content p{
  font-size:16px;
  line-height: 26px;
}
.inn-page .content h2{
  font-size:22px;
  font-family: 'PlumbBold'; 
  color:#231f20;
}
.breadchambs,
.breadchambs a{
  color:#7b7979;
  font-size: 12px;
  line-height: 16px; 
}
.breadchambs a{
  padding-right: 15px;
  margin-right: 3px;
  text-decoration: underline;
  background: url(../img/breadchambs-arrow.jpg) right center no-repeat;
}
.breadchambs a:hover{
  text-decoration: none;
}
.breadchambs{
  padding:18px 0 15px;
  border-bottom: 1px solid #d3d2d2;
  margin-bottom: 20px;
}
.divider{
  border-bottom: 1px solid #d3d2d2;
  margin-top: 30px;
  margin-bottom: 40px;
}
.img-left{
  float: left;
  display: block;
  margin-right: 30px;
  margin-bottom: 20px;
}


/*==================== adventages =============================*/
.adv-list__item{
  width: 45.8%;
  float: left;
  text-align: center;
  font-size:16px;
  margin-bottom: 20px;
}
.adv-list__item:nth-of-type(2n){
  float: right;
}
.adv-list__item__nmb{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dc211e;
  line-height: 40px;
  text-align: center;
  color:#ffffff;
  font-family: 'PlumbBlack';   
}
.adv-list__item__title{
  font-family: 'PlumbBold'; 
  font-size:16px!important;  
  margin-top: 19px;
}

/*==================== payment =============================*/
.payment__item{
  float: left;
  width: 48.33%;
}
.payment__item:nth-of-type(2){
  float: right;
}
.payment__item__title{
  color:#231f20;
  font-family: 'PlumbBold';
  font-size:22px; 
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d2d2; 
  margin-bottom: 18px;
}
.payment__item__sm-title{
  font-family: 'PlumbBold'; 
  font-size:18px;
  margin-top: -8px;
}
.payment__note{
  color:#7b7979;
  font-size:12px!important;
  line-height: 21px!important;
  padding-left: 18px; 
  margin-top: -20px;
  position: relative;
}
.payment__note:before{
  content:'';
  display: block;
  height: 13px;
  width: 13px;
  position: absolute;
  left: 0;
  top: 1px;
  background: url(../img/sprite.png) 0 -515px no-repeat;  
}


/*==================== kredit =============================*/
.kredit__item{
  margin-bottom: 30px;
  margin-top: 30px;
}
.kredit__item h3{
  font-size:18px;
  font-family: 'PlumbBold';   
}
.kredit__item h3.bigger{
  font-size:22px; 
}
.kredit__item p{
  margin-bottom: 11px;
}
.kredit__item a{
  color:#dc211e;
  text-decoration: underline;
}
.kredit__item a:hover{
  text-decoration: none;
}
.grey-text p{
  color:#7b7979;
} 

/*==================== video =============================*/
.video-title{
  font-size:22px;
  font-family: 'PlumbBold'; 
  line-height: 1;
  padding-bottom: 17px;
  border-bottom: 1px solid #d3d2d2;  
  margin-bottom: 30px;
}
.video-item{
  width:31.6%;
  float: left;
  margin-right: 2.6%;
}
.video-b{
  margin-bottom: 30px; 
}
.video-item:nth-of-type(3n){
  margin-right: 0;
}
.video-item iframe{
  min-height: 285px;
}
.video-more{
  font-size:14px;
  color:#231f20;
  text-transform: uppercase;
  display: block;
  width:110px;
  line-height: 20px;
  height: 20px;
  margin:26px auto 0;
  box-sizing: border-box;
  padding-left: 28px;
  font-family: 'PlumbBlack'; 
  font-size:14px;
  background: url(../img/sprite.png) 0 -540px no-repeat  
}

/*==================== contacts =============================*/
#map{
  width: 100%;  
  height: 100%;  
}
.contacts{
  padding-bottom: 30px; 
}
.contacts-l{
  float:  left;
  width: 23.5%; 
}
.contacts-i{
  margin-bottom: 21px;  
  font-size:16px;
  line-height: 28px; 
  color:#231f20; 
}
.contacts-i a{
  color:#dc211e;
  text-decoration: none;  
}
.contacts-i a:hover{
  text-decoration: underline; 
}
.contacts-i strong{
  font-family: 'PlumbBold';
  color:#231f20;
}
.contacts-c{
  width: 48%; 
  height: 440px;  
  float:  left;
  margin:37px 2.5% 0;
}
.contacts-r{
  float:  right;
  width: 23.5%; 
}
.contacts-r .payment__item__title{
  margin-bottom: 0; 
}
.contacts-r .form{
  height: 440px;  
  box-sizing: border-box;
}
.form{
  padding: 15px 20px 20px 20px;
  background: #f4f4f4;
}
.form__label{
  display: block; 
  font-family: 'PlumbBold';
  text-transform: uppercase;    
  color:#231f20;
  margin-bottom: 4px; 
  position: relative; 
}
.form__label span{
  display: inline-block;  
  height: 8px;
  width: 10px;
  position: relative;
  top:-2px;
  margin-left: 5px;
  background: url(../img/sprite.png) 0 -685px no-repeat;
}
.form__input{
  display: block; 
  width: 100%;  
  box-sizing:border-box;
  padding:0 10px;
  height: 40px; 
  margin-bottom: 15px;  
  border:1px solid #d3d2d2;
  border-radius:5px;
-webkit-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1);
-moz-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1);
box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1);  
}
.form__textarea{
  display: block; 
  width: 100%;  
  box-sizing:border-box;
  padding:10px;
  height: 130px; 
  margin-bottom: 20px;  
  border:1px solid #d3d2d2;
  border-radius:5px;
-webkit-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1);
-moz-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1);
box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1);  
}
.form__note{
  line-height: 16px; 
  padding-left: 20px; 
  background: url(../img/sprite.png) 0 -515px no-repeat;
  color:#7b7979;
  font-size:12px;
}
.form__btn{
  width: 100%;  
  display: block; 
  height: 50px; 
  line-height: 50px;  
  text-align: center; 
  color:#ffffff;
  text-decoration: none;  
  font-size: 18px;
  background: #ff4515; /* Old browsers */
  background: -moz-linear-gradient(top, #ff4515 0%, #dc211e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff4515 0%,#dc211e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff4515 0%,#dc211e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4515', endColorstr='#dc211e',GradientType=0 ); /* IE6-9 */  
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s; 
  border-radius: 5px;
  border:0;
  margin-bottom: 12px;  
}
.form__btn:hover{
  opacity:.8;
}
.form_error{
  border-color:#dc211e;
}

/*==================== article =============================*/
.art-more{
  font-size:14px;
  color:#231f20;
  text-transform: uppercase;
  display: block;
  width:160px;
  line-height: 20px;
  height: 20px;
  margin:5px auto 0;
  box-sizing: border-box;
  padding-left: 28px;
  font-family: 'PlumbBlack'; 
  font-size:14px;
  background: url(../img/sprite.png) 0 -540px no-repeat  
}
.art__i__text a{
  color:#dc211e;
  font-size: 12px; 
  margin-left: 16px;
  position: relative;
}
.art__i__text a:after{
  content:'';
  position: absolute;
  left: -9px;
  top: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #dc211e;  
}
.art__in .art__i{
  margin-top: 0;
  margin-bottom: 22px;
}
.pager{
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 28px;
  border-top:1px solid #d3d2d2;
  border-bottom:1px solid #d3d2d2;  
  margin-bottom: 30px;
  text-align: center;
}
.pager span,
.pager a{
  font-size:18px;
  margin-left: 8px;
  margin-right: 8px;
  font-family: 'PlumbBold';  
}
.pager a{
  color:#dc211e;
  text-decoration: underline;
}
.pager a:hover{
  text-decoration: none;
}
.pager__next,
.pager__prev{
  display: block;
  height: 20px;
  width: 19px;
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s;   
}
.pager__next{
  float: right;
  border-left: 1px solid #d3d2d2;
  background: url(../img/sprite.png) 11px -586px no-repeat;    
}
.pager__next:hover{
  opacity: .8;
}
.pager__prev{
  float: left;
  border-right: 1px solid #d3d2d2;
  background: url(../img/sprite.png) 0 -566px no-repeat  
}
.pager__prev:hover{
  opacity: .8;
}

/*==================== article =============================*/
.art-date{
  color:#7b7979;
  font-size:12px;
  position: absolute;
  right: 20px;
  top: 83px;
}
.b-title__art{
  text-align: left;
}
.b-title__art{
  font-size: 30px;
  margin-bottom: 0;
  padding-right: 75px;
}
.b-title__art:after{
  display: none;
}
.img-art{
  margin-bottom: 0;
}
.pager__facebook{
  display: inline-block;
  width: 11px;
  height: 19px;
  background: url(../img/sprite.png) 0 -610px no-repeat;
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s;   
}
.pager__facebook:hover{
  opacity: .8;
}
.pager__twitter{
  display: inline-block;
  width: 19px;
  height: 16px;  
  background: url(../img/sprite.png) 0 -635px no-repeat;
  margin:0 18px!important;  
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s;   
}
.pager__twitter:hover{
  opacity: .8;
}
.pager__gplus{
  display: inline-block;
  width: 20px;
  height: 18px; 
  background: url(../img/sprite.png) 0 -660px no-repeat;
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s;   
  border:0;
}
.pager__gplus:hover{
  opacity: .8;
}
.top-pager{
  position: absolute;
  right: 20px;
  top: 15px;
}
.top-pager .pager__prev{
  margin-right: -1px;
}

/*==================== otzivi =============================*/
.otzivi{
  padding-bottom: 25px;
}
.otzivi-l{
  width: 70%;
  float: left;
}
.otzivi-r{
  width: 27.5%;
  float: right;
}
.otzivi-r .form{
  display: none;
  padding: 25px 20px 25px 20px;  
  border-top: 2px solid #dc211e;
  position: relative;
}
.otzivi-r .form:after{
  content:'';
  display: block;
  position: absolute;
  top: 0;
  right: 50% ;
  margin-right: -4px;
  border: 4px solid transparent; 
  border-top: 4px solid #dc211e;   
}
.otzivi-r .form__btn{
  margin-bottom: 17px;
}
.add-otziv{
  height: 75px;
  line-height: 75px;
  display: block;
  background: #f4f4f4;
  text-align: center;
  font-size:18px;
  color:#231f20;
  font-family: 'PlumbBlack';
  text-transform: uppercase;    
  cursor:pointer;
}
.add-otziv span{
  display: inline-block;
  border: 4px solid transparent; 
  border-top: 4px solid #231f20;
  margin-left: 5px;
}
.add-otziv.active span{
  border: 4px solid transparent; 
  border-bottom: 4px solid #231f20; 
  position: relative;
  top: -4px; 
}
.otziv-i{
  position: relative;
  padding:20px;
  background: #f4f4f4;
  margin-bottom: 20px;
}
.otziv-i__date{
  position: absolute;
  top: 30px;
  line-height: 1;
  right: 20px;
  font-size:12px;
  color:#7b7979;
}
.otziv-i__info{
  margin-bottom: 20px;
}
.otziv-i__img{
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  border-radius: 5px;
}
.otziv-i__img img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.otziv-i__cont{
  float: left;
}
.otziv-i__name{
  font-size:18px;
  color:#dc211e;
  line-height: 1;
  margin-top: 3px;
  margin-bottom: 12px;
}
.otziv-i__stars span{
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 3px;
  background: url(../img/sprite.png) 0 -700px no-repeat;
}
.otziv-i__stars span.none{
  background: url(../img/sprite.png) 0 -720px no-repeat; 
}
.otziv-i__stars{
  margin-bottom: 7px;
}
.otziv-i__link{
  font-size:12px;
  color:#7b7979;
  text-decoration: underline;
  line-height: 1;  
}
.otziv-i__link:hover{
  text-decoration: none;
}

/*==================== catalog =============================*/
/*.cat{
  margin-bottom: 25px;
}
.cat__i{
  width: 31.6%;
  margin-right: 2.6%;
  float: left;
  margin-bottom: 30px;
  text-decoration: none;  
}
.cat__i:nth-of-type(3n){
  margin-right: 0;
}*/
.cat{
  margin-bottom: 25px;
  text-align: center;
}
.cat__i{
  width: 31%;
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;  
  background: #f4f4f4;  
  border-bottom: 1px solid #dc211e;
  padding-bottom: 15px;  
}
.cat__i:nth-of-type(3n+2){
  margin: 0 2.6% 30px;
}
.cat__i img{
  max-width: 100%;
  display: block;
}
.cat__i__text{
  width:100%;
  height: 78px;
  display: block;
  background: #dc211e;
  color:#ffffff;
  font-size:20px;
  text-align: center;
  text-decoration: none;
  line-height: 31px;
  text-decoration: none;
  padding-top: 10px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.cat__i__img{
  border:10px solid #f4f4f4;
}
.cat-i__info{
  display: block;
  height: 210px;
  overflow:hidden;
  color:#231f20;
  font-size:14px;
  line-height: 22px;
  margin: 0 20px;
  border-top:1px solid #d3d2d2;
  text-align: left;
  padding-top: 10px;
  position: relative;
}
.cat-i__price{
  display: block;
  height:64px;
  line-height: 64px;
  background: #f4f4f4;
  font-size:20px;
  color:#231f20;
  font-family: 'PlumbMedium';  
  text-align: center;
}
.cat-i__price small{
  font-size:16px;
}
.grey-bg_in{
  margin-bottom: -20px;
}
.inn-page .main-b__info{
  -webkit-box-shadow: inset 0px 10px 15px 0px rgba(244,244,244,1);
  -moz-box-shadow: inset 0px 10px 15px 0px rgba(244,244,244,1);
  box-shadow: inset 0px 10px 15px 0px rgba(244,244,244,1);
  padding-bottom: 45px;
}
.inn-page .main-b__info .otziv-i{
  width: 48.75%;
  float: left;
  box-sizing: border-box;
}
.inn-page .main-b__info .otziv-i:nth-of-type(2n){
  float: right;
}
.inn-page .main-b__info .art-more{
  margin-top: 15px;
}

/*==================== about =============================*/
.about-video{
  display: block;
  margin:30px auto 50px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.5);  
}
.about-title{
  font-size:22px;
  font-family: 'PlumbBold';  
}
.about__item{
  float: left;
  width: 46%;
}
.about__item ul{
  margin-bottom: 0;
}
.about__item+.about__item{
  float: right;
}
.about-slider{
  margin-top: 30px;
  margin-bottom: -7px;
}
.about-slider .item{
  padding:0 10px;
  position: relative;
}
.about-slider .item:after{
  content:'';
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 15px;
  left: 15px;
  border:1px solid #fff;
}
.about-slider img{
  max-width:100%;
  display: block;
}
.about-slider .owl-wrapper-outer{
  padding-bottom: 45px;
}
.about-slider .owl-pagination {
  bottom: 0px;
}
.about-slider .owl-controls .owl-page span{
  background: #231f20;
}
.about-slider .owl-controls .owl-page.active span,
.about-slider .owl-controls.clickable .owl-page:hover span{
  background: #dc211e;
}
.about-slider .owl-controls .owl-buttons div {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.about-slider .owl-controls .owl-buttons .owl-next{
  right: -10px;
  background: url(../img/next-ar.png) 0 0 no-repeat;
}
.about-slider .owl-controls .owl-buttons .owl-next:after{
  content:'';
  display: none;
  height: 0;
  background: url(../img/next-ar-hover.png) 0 0 no-repeat;  
}
.about-slider .owl-controls .owl-buttons .owl-next:hover{
  background: url(../img/next-ar-hover.png) 0 0 no-repeat;
}
.about-slider .owl-controls .owl-buttons .owl-prev{
  left: -10px;
  background: url(../img/prev-ar.png) 0 0 no-repeat;  
}
.about-slider .owl-controls .owl-buttons .owl-prev:after{
  content:'';
  display: none;
  height: 0;
  background: url(../img/prev-ar-hover.png) 0 0 no-repeat;  
}
.about-slider .owl-controls .owl-buttons .owl-prev:hover{
  background: url(../img/prev-ar-hover.png) 0 0 no-repeat;
}
/*==================== projects =============================*/
.projects-menu{
  font-family: 'PlumbBold';  
  color:#231f20;
  font-size:18px;
  text-align: center;
  line-height: 1;
  padding:16px 0 15px;
  border-top:1px solid #d3d2d2;
  border-bottom:1px solid #d3d2d2;  
  margin-bottom: 30px;
}
.projects-menu span{
  display: inline-block;
  padding:0 50px;    
  position: relative;
}
.projects-menu span:after{
  content:'';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  border-bottom:2px solid #dc211e;
}
.projects-menu span:before{
  content:'';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -25px;
  border: 4px solid transparent;
  border-top: 4px solid #dc211e;  
}
.projects-menu a{
  text-decoration: none;
  color:#dc211e;
  font-size:18px;
  font-family: 'PlumbBold';  
  display: inline-block;
  padding:0 50px;  
  position: relative;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;  
}
.projects-menu a:hover{
   color:#231f20; 
}
.projects__i{
  display: block;
  float: left;
  width: 23.77%;
  margin-right: 1.64%;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;    
}
.projects__i:hover{
  opacity:.8;
}
.projects__i:nth-of-type(4n){
  margin-right: 0;
}
.projects__i img{
  max-width: 100%;
}

/*====================tovar =============================*/
.tovar-slider .item .cat__i{ 
  width:100%; 
}
.tovar-slider .item:after{
  display: none;
}
.tovar-slider .owl-prev,
.tovar-slider .owl-next{
  top: 25%!important;
  margin-top: 0!important;
}
.tov{
  margin-bottom: 30px;
}
.tov__left{
  float: left;
  width:600px;
  position: relative;
}

.slider{
  width: 480px;  
  float: right;
  box-sizing: border-box;
  border:10px solid #f4f4f4;
  position: relative;
  display: none;
}
.slider.slick-initialize{
  display: block;
}
.slider .slick-slide{
  position: relative;
}
.slider .slick-slide:after{
  content:'';
  display: block;
  width: 117px;
  height: 50px;
  background: url(../img/watermark.png) 0 0 no-repeat;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}
.slider .slick-slide img{
  max-width: 100%;
}
.prev.slick-disabled,
.next.slick-disabled {
  opacity:.3;
}
.prev,
.next {
  position: absolute;
   display: none!important;
  width: 100px;
  height: 25px;
  padding: 0;
  background: red;
  cursor: pointer;
  z-index: 3;
  content: '';
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;  
  left:0;
}
.slick-initialize .next,
.slick-initialize .prev{
  display: block!important;
}
.slick-initialized + .next,
.slick-initialized + .next + .prev{
  display: block!important;
}
.prev{
  top:0;
  background: url(../img/tov-prev.png) center 5px no-repeat;
}
.next{
  bottom: 0px; 
  background: url(../img/tov-next.png) center 8px no-repeat; 
}
.prev:hover,
.next:hover{
  opacity:.8;
}


.slider-nav{
  width:100px;
  float: left;
  margin-top: 20px;
  display: none;
}
.slick-initialize.slider-nav{
  display: block;
}
.slider-nav img{
  height: 98px;
  width:98px;
}
.slider-nav img:focus,
.slider-nav img:active,
.slider-nav .slick-slide:focus,
.slider-nav .slick-slide:active{
  outline: none;
}
.slider-nav .slick-slide{
  margin:5px 0px;
  cursor:pointer;
  border:1px solid #d3d2d2!important;  
}
.slider-nav .slick-current{
  position: relative;
}
.slider-nav .slick-current:after{
  content:'';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(210,210,210, .6);
}


.tov__right{
  margin-left: 620px; 
}
.tov__info{
  padding-bottom: 8px;
  border-bottom:1px dotted #dddddd;
  line-height: 34px;
  margin-bottom: 18px;
}
.tov__title{
  margin-top: 0;
  margin-bottom: 0;
  font-size:30px;
  display:inline;
  font-family: 'PlumbBold';  
  color:#231f20;
  margin-right: 15px;
}
.tov__art{
  display: inline;
  font-size:18px;
  color:#231f20;
}
.tov__art strong{
  font-family: 'PlumbBold';    
  color:#231f20;
  margin-right: 20px;   
} 
.tov__stars{
  display: block;
}
.tov__prop__title{
  font-size:18px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
.tov__prop__i{
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 20px;
}

.tov__prop__i  input[type=radio] {
  display: none;
}
.tov__prop__i  label {
  display: block;
  width: auto;
  height: 50px;
  box-sizing: border-box;
  border:2px solid #f4f4f4;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;   
  line-height: 46px;
  text-align: center;
  font-size:16px;
  font-family: 'PlumbBold';    
  color:#231f20;  
  padding:0 7px;
  cursor:pointer;
}
.tov__prop__i  input[type=radio]:checked + label,
.tov__prop__i label:hover{
  border:2px solid #dc211e;
}
.tov__gr{
  background: #f4f4f4;
  height: 70px;
  position: relative;
  margin-bottom: 18px;
  padding:0 10px 0 20px;
}
.tov__gr:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  border: 5px solid transparent;
  border-right: 5px solid #d3d2d2; 
  border-bottom: 5px solid #d3d2d2;
} 
.tov__price{
  display: inline-block;
  color:#231f20;
  font-size:18px;
  font-family: 'PlumbBold';
  line-height: 1;   
  margin-top: 7px;
}
.tov__price small{
  display: block; 
  float:  left;
  margin-right: 5px;  
  padding-top: 22px; 
}
.tov__price strong{
  font-size:24px;
  color:#dc211e;
  float:  left;
  font-family: 'PlumbBlack';  
}
.no-old-price strong{
  padding-top: 14px;  
}
.tov__price strong span{
  font-size:16px;
  color:#231f20;
  text-decoration: line-through;  
  font-family: 'PlumbRegular'; 
}
.tov__nalichie{
  line-height: 16px;
  display: inline-block;
  margin-left: 13px;
  padding-left: 25px;
  position: relative;
  top: -12px;
  font-size:14px;
  background: url(../img/sprite.png) 0 -905px no-repeat;
}
.tov__nalichie_no{
  background: url(../img/sprite.png) 0 -935px no-repeat; 
}
.no-old-price+.tov__nalichie{
  top: -5px;  
}
.tov__btn{
  display: inline-block;
  float: right;
  margin-top: 10px;
  height: 50px;
  line-height: 50px;
  background: url(../img/btn-bg.png) 12px 15px no-repeat, url(../img/btn.png) 0 0 repeat-x;  
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;   
  border-radius: 25px;
  padding:0 30px 0 40px;
  font-size:20px;
  text-decoration: none;
  color:#fff;
}
.tov__btn:hover{
  opacity:.8;
}
.tov__btn_cred{
  margin-right: 10px;
}
.tov__text{
  font-size:14px!important;
  line-height: 22px!important;
  padding-bottom: 18px;
  border-bottom:1px dotted #dddddd;  
  margin-bottom: 20px;
}


.tov__icons div{
  float: left;
  width: 24.5%;
  box-sizing: border-box;
  padding-right: 20px;
  font-size:12px;
  color:#7b7979;
}
.tov__icons div:nth-of-type(3){
  width: 31.5%;
}
.tov__icons div:last-of-type{
  width: 19.5%;
  padding-right: 0;
}
.tov__icons div img{
  vertical-align: middle;
  margin-right: 9px;
}
.tov__icons div br{
  display: none;
}
.tov__icons div a{
  color:#dc211e;
  text-decoration: none;
}

.tov__bottom{
  margin-bottom: 30px;
}

.tabs {
  height: 49px;
  border-top:1px solid #d3d2d2;
  border-bottom: 1px solid #d3d2d2;
  list-style: none;
  padding:0;
  margin:0;
}
.tabs li {
  float: left;
  display: block;
  width: 20%;
  line-height:49px;
  position: relative;
  text-align: center;  
  font-size: 18px;  
  font-family: 'PlumbBold';    
  cursor: pointer;
  color: #dc211e;  
}
.tabs_3 li{
  width: 33.3%;
}
.tabs_3 li:nth-of-type(4),
.tabs_3 li:nth-of-type(5){
  display: none;
}
.tabs li a{
  display: block;
  width: 100%;  
  height: 49px;
  line-height: 49px;
  color: #dc211e;
  cursor: pointer;
  font-size: 18px;  
  font-family: 'PlumbBold';   
  text-decoration: none!important;
  text-align: center;
}
.tabs li.current,
.tabs li.current a,
.tabs li:hover a{
  color: #231f20;
  text-decoration: none!important;  
}
.tabs li.current,
.tabs li.current a{
  cursor:default;
}
.tabs li.current:after{
  content:'';
  display: block;
  position: absolute;
  border-bottom: 2px solid #dc211e;
  left: 0;
  right: 0;
  bottom: -1px;
}
.tabs li.current:before{
  content:'';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -4px;  
  border: 4px solid transparent; 
  border-top: 4px solid #dc211e;  
  bottom: -9px;
}
.tabs li img{
  margin-right:7px;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}

.box {
  display: none;
  width: 100%;
  background: #fff;
  padding: 15px 0 0 1px;
  overflow:hidden;
  margin-top:2px;
}
.box.visible {
  display: block;
}

.box iframe{
  width: 600px; 
  height: 430px;  
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.tov-char{
  width:1000px;
  margin:0 auto;
  border-bottom: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;  
}
.tov-char th{
  padding-left: 15px;
  background: #dc211e;
  color:#ffffff;
  font-size:14px;
  font-family: 'PlumbBold';  
  text-align: left;
  padding-top: 10px;
  padding-bottom: 9px; 
}
.tov-char th:nth-of-type(3){
  padding-right: 15px;
}
.tov-char td{
  border-right:1px solid #f4f4f4;
  padding-left: 15px;
  width: 25%!important;
  padding-top: 10px;
  padding-bottom: 10px;   
  font-size:14px;
  padding-right: 15px;
}
.tov-char td:first-of-type{
  border-left:1px solid #f4f4f4;
}
.tov-char tr:nth-of-type(2n+1) td{
  background: #f4f4f4;
}
.tov-char tr:nth-of-type(2) td:first-of-type{
  width:50%!important;
}
.tov-char td:last-of-type{
  border-right:1px solid #f4f4f4;
}
.tov-char td:nth-of-type(2),
.tov-char td:nth-of-type(3),
.tov-char th:nth-of-type(2),
.tov-char th:nth-of-type(3){
  text-align: center;
}
.passp-out{
  text-align: center;
}
.passp{
  display: inline-block;
  width: 32%;
  text-decoration: none;  
  margin:0 0 20px;
  margin-right: 1.7%;
}
.passp:nth-of-type(3n){
  margin-right: 0;
}
.passp-img{
  border:5px solid #dc211e;
}
.passp-img img{
  max-width: 100%;
  display: block;
}
.passp-text{
  font-size: 14px;
  line-height: 18px; 
  float: left;
  height: 92px;
  background: #dc211e;
  width: 50%;
  box-sizing: border-box;
  padding:10px 0 0 15px;
  color:#fff;
  text-decoration: none;  
  border-bottom: 0;
}
.passp-title{
  float: left;
  width: 50%;
  color:#000;  
  font-size:22px;
  font-family: 'PlumbBold'; 
  height: 92px;
  line-height: 92px; 
  text-align: center;  
  box-sizing: border-box;
}
/*==================== footer top =============================*/
.footer-top{
  padding:38px 0 25px 0;
  background: url(../img/footer-bg.jpg) top center repeat;    
}
.footer-menu{
  float: left;
  width: 26%;
}
.footer-menu:last-of-type{
  width: 22%;
}
.footer-menu__title{
  color:#dc211e;
  font-size:14px;
  font-family: 'PlumbBlack';
  line-height: 1; 
  margin-bottom: 13px;
  text-transform: uppercase; 
}
.footer-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;  
}
.footer-menu ul li{
  margin: 0 0 5px;
  padding: 0;
  color:#ffffff;
  line-height: 20px;  
  font-size:14px;  
}
.footer-menu li a{
  color:#ffffff;
  font-size:14px;
  border-bottom: 1px solid #ffffff;
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s; 
  text-decoration: none;  
}
.footer-menu li a:hover{
  color:#dc211e;
  border-color:transparent;
}
.footer-menu:last-of-type li a{
  border-bottom: 0;
}
.footer-menu:last-of-type li {
  padding-left: 25px;
}
.footer-menu__ic1{
  position: relative;
}
.footer-menu__ic1:after{
  content: '';
  display: block;
  height: 15px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/sprite.png) 2px -77px no-repeat;   
}
.footer-menu__ic1 br{
  display: none;
}
.footer-menu__ic2{
  background: url(../img/sprite.png) 0 -95px no-repeat;
}
.footer-menu__ic3{
  background: url(../img/sprite.png) 0 -113px no-repeat; 
}
.footer-facebook{
  display: inline-block;
  height: 34px;
  width: 34px;
  background: url(../img/facebook.png) 0 0 no-repeat;
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s;
  margin-right: 10px; 
  margin-top: 20px;
}
.footer-facebook:after{
  content:'';
  display: none;
  height: 0;
  background: url(../img/facebook-hover.png) 0 0 no-repeat;  
}
.footer-facebook:hover{
  background: url(../img/facebook-hover.png) 0 0 no-repeat;  
}
.footer-twitter{
  display: inline-block;
  height: 34px;
  width: 34px;
  background: url(../img/twitter.png) 0 0 no-repeat;
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s; 
  margin-top: 20px;
}
.footer-twitter:after{
  content:'';
  display: none;
  height: 0;
  background: url(../img/twitter-hover.png) 0 0 no-repeat;  
}
.footer-twitter:hover{
  background: url(../img/twitter-hover.png) 0 0 no-repeat;  
}
/*==================== footer bottom =============================*/
.footer-bottom{
  padding: 10px 0 15px;
  border-top: 1px solid #393536;
  background: #000000; 
}
.footer-copy{
  margin-left: 0px;
  float: left;
}
.footer-copy span{
  display: inline-block;
  top: -7px;
  position: relative;
  margin-left: 10px;
  color:#ffffff;
  font-size:12px;  
}
.footer-bottom__r{
  float: right;
}
.footer-frog{
  float: left;
  margin-right: 30px;
  margin-top: 6px;
  color:#ffffff;
  font-size:12px;    
}
.footer-frog span{
  position: relative;
  display: inline-block;
  top: -12px;
  margin-right: 4px;
}
#to-top{
  display: block;
  float: left;
  margin-top: 15px;
}

/*==================== forms =============================*/
.overlay-forms {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
.form-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .83);
}
.of-form {
  display: none;
  width: 320px;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -160px;
}
.of-form__title{
  height: 70px;
  background: #f4f4f4;
  border-bottom:2px solid #dc211e;
  position: relative;
  font-size:22px;
  color:#231f20;
  font-family: 'PlumbBlack';
  line-height: 70px; 
  text-align: center;
  text-transform: uppercase;
}
.of-form__title:before{
  content:'';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -10px;
  border: 4px solid transparent;
  border-top: 4px solid #dc211e;  
}
.of-close{
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: -11px;
  top: -11px;
  background: #f4f4f4 url(../img/sprite.png) 14px -762px no-repeat;
  border-radius: 50%;
  z-index:2;  
}
.of-wrap{
  padding:25px 30px 25px;
  background: #ffffff;
}

.of-label{
  display: block; 
  font-family: 'PlumbBold';
  text-transform: uppercase;    
  color:#231f20;
  margin-bottom: 4px; 
  position: relative; 
}
.of-label span{
  display: inline-block;  
  height: 8px;
  width: 10px;
  position: relative;
  top:-2px;
  margin-left: 5px;
  background: url(../img/sprite.png) 0 -685px no-repeat;
}
.of-input{
  display: block; 
  width: 100%;  
  box-sizing:border-box;
  padding:0 10px 0 40px; 
  height: 40px; 
  margin-bottom: 15px;  
  border:1px solid #d3d2d2;
  border-radius:5px;
  -webkit-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1);
  -moz-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1);
  box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1);  
}
.of-input_name{
  background: #fff url(../img/sprite.png) 12px -791px no-repeat;
}

.of-input_phone{
  background: #fff url(../img/sprite.png) 10px -820px no-repeat;
}
.of-input_email{
  background: #fff url(../img/sprite.png) 10px -858px no-repeat;
}
.of-show{
  color:#231f20;
  font-size:14px;
  line-height: 1;
  text-decoration: none;
  border-bottom:1px dotted #231f20;
  position: relative;
}
.of-show:after{
  content:'';
  display: block;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -1px;
  border: 3px solid transparent; 
  border-top: 3px solid #231f20; 
}
.of-show.active:after{
  margin-top: -4px;
  border: 3px solid transparent;   
  border-bottom: 3px solid #231f20;
}
.of-textarea{
  display: none; 
  width: 100%;  
  box-sizing:border-box;
  padding:10px;
  height: 130px; 
 /* margin-bottom: 20px;  */
  border:1px solid #d3d2d2;
  border-radius:5px;
  margin-top: 6px;
  margin-bottom: -5px;
  -webkit-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1);
  -moz-box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1);
  box-shadow: inset 0px 3px 1px 0px rgba(244,244,244,1);  
}
.form_error{
  border-color:#dc211e;
}

.check{
  vertical-align:top;
  margin:0 3px 0 0;
  width:10px;
  height:10px;
}
.check + label{
  cursor:pointer;
  font-family: 'PlumbBold';
  text-transform: uppercase;
  color: #231f20;
}
.check:not(checked){
  position:absolute;
  opacity:0;
}
.check:not(checked) + label{
  position:relative;
  padding: 0 0 0 60px;
}
.check:not(checked) + label:before{
  content: '';position:
        absolute;
  top:0;
  left:0;
  width:40px;
  height:20px;
  border-radius:10px;
  background: #CDD1DA;
  box-shadow:inset 0 2px 3px rgba(0,0,0,.2);
  -webkit-box-shadow:inset 0 2px 3px rgba(0,0,0,.2);
  -moz-box-shadow:inset 0 2px 3px rgba(0,0,0,.2);
}
.check:not(checked) + label:after{
  content:'';
  position:absolute;
  top:0;
  left:2px;
  width:20px;
  height:20px;
  border-radius:10px;
  background:#fff;
  box-shadow:0 2px 5px rgba(0,0,0,.3);
  -webkit-box-shadow:0 2px 5px rgba(0,0,0,.3);
  -moz-box-shadow:0 2px 5px rgba(0,0,0,.3);
  transition: all .2s;
}
.check:checked + label:before{
  background: #09de4f;
}
.check:checked + label:after {
  left:20px;
}
.of-check-box{
  margin-bottom: 15px;
}
.of-note{
  line-height: 16px; 
  padding-left: 20px; 
  background: url(../img/sprite.png) 0 -515px no-repeat;
  color:#7b7979;
  font-size:12px;
  margin-left: 15px;
}
.of-submit{
  width: 100%;  
  display: block; 
  height: 50px; 
  line-height: 50px;  
  text-align: center; 
  color:#ffffff;
  text-decoration: none;  
  font-size: 18px;
  margin-top: 25px;
  background: #ff4515; /* Old browsers */
  background: -moz-linear-gradient(top, #ff4515 0%, #dc211e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff4515 0%,#dc211e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff4515 0%,#dc211e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4515', endColorstr='#dc211e',GradientType=0 ); /* IE6-9 */  
  -webkit-transition:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  transition:all .2s linear 0s; 
  border-radius: 5px;
  margin-bottom: 12px;
  border:0;  
}
.of-submit:hover{
  opacity:.8;
}

.form-buy__b{
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d2d2;
  margin-bottom: 15px;
}
.form-buy__img{
  float: left;
  width: 80px;
  height: 80px;
  background: #f4f4f4;
  border-radius:5px;
  text-align: center;
  line-height: 80px;
}
.form-buy__img img{
  vertical-align: middle;
}
.form-buy__text{
  width: 165px;
  float: left;
  color:#231f20;
  font-size:14px;
  line-height: 20px;
  margin-left: 14px;
}

.size-img{
  width: 1000px;
  margin:0 auto;
  box-sizing: border-box;
}

.form-commerse {
    width: 880px;
    position: absolute;
    top: 50px;
    margin-left: -440px;
}

.form-commerse .of-form__title {
    text-transform: none;
    line-height: 1;
    height: auto;
    padding-top: 20px;
    padding-bottom: 15px;
}

.form-commerse .of-form__title span {
    display: block;
    color: #dc211e;
    font-size: 16px;
    font-family: 'PlumbRegular';
    margin-top: 3px;
}

.form-commerse .of-submit {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.form-tr {
    float: left;
    width: 260px;
    margin-right: 20px;
}

.form-tr:nth-of-type(3n) {
    margin-right: 0;
}

.form-commerse .of-input {
    padding-left: 10px;
    margin-bottom: 20px;
}

.form-bl {
    border-bottom: 1px solid #d3d2d2;
    margin-bottom: 28px;
}

.form-bl__title {
    color: #231f20;
    font-size: 18px;
    font-family: 'PlumbBold';
    line-height: 1;
    margin-bottom: 15px;
}

.jqui-select {
    margin-bottom: 20px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    box-shadow: inset 0 2px 0px 0px #f4f4f4;
    font-size: 14px;
    color: #666666 !important;

}

.jqui-select .ui-state-default {
    font-weight: 400;
    font-size: 12px;
    outline: none !important;
    height: 40px;
    width: 100% !important;
    box-sizing: border-box;
    font-family: 'PlumbRegular';
    font-size: 14px;
    margin-bottom: -5px;
}

.jqui-select .ui-selectmenu-text {
    background: #fff !important;
    padding: 0.7em 2.1em 0.8em 1em !important;
}

.jqui-select .ui-selectmenu-text:before {
    position: absolute;
    content: '';
    width: 37px;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #f7f7f7;
    right: 0;
    border-left: 1px solid #d3d2d2;
    border-radius: 0 5px 5px 0;
}

.ui-selectmenu-button {
    border: 1px solid #d3d2d2;
    border-radius: 5px;
}

.ui-selectmenu-button .ui-icon-triangle-1-s {
    background: none !important;
    margin-top: -2px !important;
    border: 4px solid transparent;
    border-top: 4px solid #000000;
    z-index: 3;
    width: auto;
    right: 15px !important;
}

.ui-selectmenu .ui-widget-content {
    background: #fff !important;
}

.ui-selectmenu-menu .ui-menu-item {
    background: #fff !important;
    font-family: 'PlumbRegular';
    margin: 0 !important;
    font-size: 14px !important;
    color: #666666;
}

.ui-selectmenu-menu .ui-menu-item.ui-state-focus {
    background: #fafafa !important;
    border: 0 !important;
    color: #666666;
    font-weight: 400;
    font-size: 14px !important;
}

@media only screen and (min-width: 1900px) {
  .wrap {
    width: 1860px;
    padding:0;
  }
  .lang{
    right: 0;
  }
  .lang a:last-of-type{
    margin-right: 10px;
  }
  .nav-main > ul > li:first-of-type {
    width:12%;
  }
  .nav-main > ul > li:nth-of-type(2) {
    width:14.7%;
  }
  .nav-main > ul > li:nth-of-type(3) {
    width:9%;
  }
  .nav-main > ul > li:nth-of-type(4) {
    width:14%;
  }
  .nav-main > ul > li:nth-of-type(5) {
    width:12.6%;
  }
  .nav-main > ul > li:nth-of-type(6) {
    width:13%;
  }
  .nav-main > ul > li:nth-of-type(7) {
    width:12%;
  }
  .nav-main > ul > li:nth-of-type(8) {
    width:12.7%;
  }  
  .nav-main > ul > li > a small:after{
    right: -17px; 
  }
  .owl-controls .owl-buttons .owl-prev{
    left: 30px;
  }
  .owl-controls .owl-buttons .owl-next{
    right: 30px;
  }   

  .tov__icons div:first-of-type br{
    display: block;
  }  
  .tov__icons div:first-of-type img{
    float: left;
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1640px) {
  .tov__icons div:first-of-type br{
    display: block;
  }    
  .tov__icons div:first-of-type img{
    float: left;
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1639px) {
  .tov__icons div{
    width: 26%;
    padding-right: 20px;
    display: inline-block;
  }
  .tov__icons div:nth-of-type(3){
    width: 26%;
  }
  .tov__icons div:last-of-type{
    width: 22%;
    padding-right: 0;
  }
  .tov__icons div img{
    float: left;
    display: block;
    margin-bottom: 20px;
  }
  .tov__icons div:nth-of-type(3) br{
    display: none;
  }
  .tov__icons div br{
    display: block;
  }
    
}
@media only screen and (max-width: 1560px) {
  .main-b__btns__btn:first-of-type,
  .main-b__btns__btn:nth-of-type(2){
    line-height: 28px;
    text-align: left;
    padding-left: 70px;
    height:120px;
    padding-top: 28px;
  }

  .main-b__btns__btn span{
    float: left;
   }
  .main-b__btns__btn br{
    display: block;
  }
  .main-b__btns__btn:nth-of-type(3){
    height: 120px;
    line-height: 110px;
    text-align: left;
    padding-left: 70px;    
  }
  .main-b__btns__btn:nth-of-type(3) br{
    display: none;
  }
  .main-b__btns__btn:nth-of-type(3) span{
    float: none;
  }
  .br-1600{
    display: block; 
  }
}

@media only screen and (max-width: 1500px) {
	.nav-main > ul > li:first-of-type {
	  width:12%;
	  border-radius:7px 0 0 7px;  
	}
	.nav-main > ul > li:first-of-type a{
	  border-radius:7px 0 0 7px;  
	  border-left: none;  
	}
	.nav-main > ul > li:nth-of-type(2) {
	  width:13%;
	}
	.nav-main > ul > li:nth-of-type(3) {
	  width:9%;
	}
	.nav-main > ul > li:nth-of-type(4) {
	  width:13%;
	}
	.nav-main > ul > li:nth-of-type(5) {
	  width:11%;
	}
	.nav-main > ul > li:nth-of-type(6) {
	  width:15.5%;
	}
	.nav-main > ul > li:nth-of-type(7) {
	  width:14%;
	}
	.nav-main > ul > li:nth-of-type(8) {
	  width:12.5%;
	}
  .tov__icons div:first-of-type br{
    display: none;
  }   
}
@media only screen and (max-width: 1370px) {
	.nav-main > ul > li > a span{
		font-size:12px;
	}

	.nav-main > ul > li:first-of-type {
	  width:12%;
	  border-radius:7px 0 0 7px;  
	}
   .main-b__btns__btn:nth-of-type(3){
    text-align: center;
    padding-left: 0;    
  } 
}
@media only screen and (max-width: 1430px) {
  .tov__btn {
    background: url(../img/btn-bg.png) 12px 15px no-repeat, url(../img/btn.png) 0 0 repeat-x;
    padding: 0 20px 0 40px;
    font-size: 15px;
  }
  .tov__nalichie{
    font-size:12px
  }
  .tov__price strong{
    font-size:20px;
    margin-top: 7px;
  }

}
@media only screen and (max-width: 1330px) {
  .tov__gr_kompl .tov__price small{
    width: 70px;
    padding-top: 10px;
    font-size:13px;
  }
  .tov__gr_kompl .tov__price strong{
    font-size:18px;
  }
  .tov__gr_kompl .tov__btn{
    font-size:13px;
    padding-left: 35px;
    padding-right: 20px!important;
  }
}
@media only screen and (max-width: 1260px) {
  .tov__icons div{
    padding-right: 10px;
  }
}
.delear-l{
    width: 72%;
    float: left;
}
.delear-r{
    width: 25%;
    float: right;
}
.form__label span {
    display: inline-block;
    height: 8px;
    width: 10px;
    margin-left: 5px;
    color:#dc211e;
    background: none;
    position: relative;
    top: 1px;
}
.form__note{
    background: none;
    padding-left: 0;
}
.form__note span{
    color:#dc211e;
    font-size:18px;
    position: relative;
    top: 6px;
}

@media only screen and (max-width:767px){
    .delear-l{
        width: 100%;
        float: none;
    }
    .delear-r{
        width: 280px;
        margin:0 auto;
        float: none;
    }
  .tov__icons div:nth-of-type(3){
    clear: both;
  }
}

    .main-slider__img-on{
      position: absolute;
      top: 35%;
      right: 0;
      left: 0;
      text-align: center;   
      z-index: 2; 
    }
    .main-slider__img-on img{
      display: inline-block;
      max-height: 80%
    }
    @media only screen and (max-width:1650px){
      .main-slider__img-on{
        top:30%;
      }
    }
    @media only screen and (max-width:1400px){
      .main-slider__img-on{
        top:38%;
      }       
      .main-slider__img-on img{
        max-height: 320px
      }
    } 

    @media only screen and (max-width:767px){
      .main-slider__img-on{
        top:15%;
      }       
      .main-slider__img-on img{
        max-height: 320px;
        max-width: 95%!important;
      }

    } 
    @media only screen and (max-width:639px){
      .main-slider__img-on{
        top:25%;
      }       
    }   
    @media only screen and (max-width:479px){
      .main-slider__img-on{
        top:29%;
      } 
      .main-slider__img-on img{
        max-width: 100%!important;
      }             
    }

/* Adding css */
.otzivi-r.page-review {
  z-index: 2;
  position: absolute;
  right: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.otzivi-r.page-review .form{
  display:block;
}
.clearfix.otzivi.page-review{
  width:72%;
}
@media only screen and (max-width:767px){

  .otzivi-r.page-review{
    position: relative;
    width: 100%;
  }
  .clearfix.otzivi.page-review{
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width:767px) {
  .inn-page .main-b__info.add-center {
    text-align: center;
  }

  .inn-page .main-b__info.add-center .otziv-i {
   /* width: 31%;
    float: none;
    display: inline-block;*/
    padding: 20px 20px 20px 17%;
    text-align: left;
    background: none;
  }

  .inn-page .main-b__info.add-center .otziv-i:nth-of-type(2n) {
    /*float: none;
    vertical-align: top;
    margin: 0 2.6% 30px;*/
    padding: 20px 17.4% 20px 20px;
  }
  .inn-page .main-b__info.add-center .otziv-i:nth-of-type(2n) .otziv-i__date{
    right: 38%;
  }

  .grey-bg.main-b__text.grey-bg_in.add-center {
    /*width: 60%;
    margin: 0 17% 0 17.4%;
    padding: 20px;*/
    padding: 20px 18% 20px 17.1%;
    background: url(../img/white-bg.jpg) 0 bottom repeat;
    text-align: justify;
  }

  .grey-bg.main-b__text.grey-bg_in.add-center .wrap {
    display: table-row;
  }

}
.icons-fuel {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.icons-fuel ul.i-topl{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.icons-fuel ul.i-topl li{
  margin: 0px 5px;
  text-align: center;
  display: inline-block;
  width: 15%;
}
.icons-fuel ul.i-topl li p{
  line-height: 0;
  font-size: 11px;
  font-family: "Verdana";
  margin-top: -10px;
}
.icons-fuel ul.i-topl li img{
  width: 90%;
}
.icons-fuel ul.i-topl li.advance p{
  font-size: 10px;
}
.icons-fuel ul.i-topl li.advance img{
  width: 70%;
}
.wrap-icons-fuel ul{
  float: left;
  list-style-type: none;
  margin: 0;
  width: 100%;
  padding-bottom: 15px;
}
.wrap-icons-fuel ul li{
  /* float: left; */
  margin-right: 5px;
  text-align: center;
  /*width: 8%;*/
  padding: 0 2px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
}
.inn-page .content .wrap-icons-fuel ul li p {
  line-height: 0;
  font-size: 12px;
  font-family: "Verdana";
}
.inn-page .content .wrap-icons-fuel ul li.advance p {
  font-size: 10px;
}
.price-list{
  width: 95%;
  text-align: center;
  margin: 0 2% 0 3%;
}
.price-list h2 {
  padding-top: 10px;
}
.price-list table{
  width: 85%;
  margin: 20px auto;
}
.price-list table tr.row-lewel3{
  height: 102px;
}
.price-list table tr.row-lewel2{
  height: 153px;
}
.price-list table img{
  height: 300px;
}
@media only screen and (max-width:767px){
  .price-list{
    width: 100%;
    margin: 0px;

  }
  .price-list table {
    font-size: 8px;
    width: 98%;
    margin: 0 5px 20px;
  }
  .wrap.adding .wrap-icons-fuel img{
    margin-top: -5px !important;
  }
}
@media only screen and (max-width:1300px) {
   .cat-i__info{
      height:250px;
   }
  .wrap-icons-fuel ul{
    text-align: center;
  }
}

/* adding product view */
.wrap.adding .tov__info{
  line-height: 25px;
}
.wrap.adding .tov__info .otziv-i__stars{
  margin-bottom: -5px;
  margin-top: 0px;
}
.wrap.adding .wrap-icons-fuel{
  margin-top: -12px;
}
.wrap.adding .wrap-icons-fuel img{
  margin-top: -10px;
}
.wrap.adding .wrap-icons-fuel li.advance img{
  width: 75%;
}
.inn-page .content .wrap.adding .wrap-icons-fuel ul li p{
  margin-top: -16px;
}
.wrap.adding .tov__text{
  padding-bottom: 5px;
}
.wrap.adding .tov__gr{
  margin-bottom: 5px;
}
.wrap.adding .wrap-icons-fuel ul{
  padding-bottom: 0px;
}
.wrap.adding .tov{
  margin-bottom: 20px;
}
.rc-anchor-normal{
  width: 258px;
}
.rc-anchor-normal .rc-anchor-content{
  width: 158px;
}
.rc-anchor-normal .rc-anchor-pt{
  text-align: left;
}