
@font-face {
    font-family: 'Arial Black';
    src: local('Arial Black'), local('arial-black'), url('/fonts/arial-black.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


body{
  font-family: 'Open Sans';  
  font-size: 17px;
  color: #787b7c;
}

.wraper{
  width: 1200px;
  margin: 0 auto;
}

header {
  text-align: center;
  /*height: 200px;*/
  
}

h2{
    text-align: center;
    font-size: 22px;
    color: #222323;
    text-transform: uppercase;
    margin: 80px 0 20px 0;
    font-weight: 500;
}

p a{
  text-decoration: none;
  color: #c82e24;
}


.lang-block{
    width: 1200px;
    margin: 0 auto;
    height: 20px;
    text-align: right;
    padding: 10px 0;
    /* background: rgb(251, 251, 251); */
    /*border-width: 1px 0px;
    border-style: solid;
    border-color: rgb(232, 232, 232);*/
}

.lang {
    padding: 0px 0 0 30px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 0;
    color: #C91C00;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 17px;
    /* font-weight: bold; */
    border: none;
    text-decoration: none;
}

.lang-eng{
   background-image: url(/im/flag_great_britain.png);  
}

.lang-ru{
   background-image: url(/im/flag_russia.png);  
}


.logo{
    height: 140px;
}

#header-text{
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #2b3330;
    font-size: 36px;
    font-weight: 400;
    /* width: 615px; */
    /* height: 170px; */
    /* top: 35px; */
    /* left: 293px; */
    /* margin: 25px auto 35px auto; */
    /* padding: 5px 40px 55px 40px; */
    /* z-index: 1001; */
    line-height: 0.9;
    /* display: inline; */
    /* width: calc(100%/2); */
    /* position: absolute; */
    /* top: 50%; */
    /* float: left; */
    /* width: 50%; */
    /* height: 100px; */
    /* margin-right: 2%; */
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
    display: table-cell;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

#header-phone {

    /* display: none; */
    /* width: 200px; */
    line-height: 1.1;
    /* float: right; */
    /* height: 300px; */
    /* margin: 0 0px 30px 30px; */
    /* margin: 35px 45px; */
    /* position: absolute; */
    /* top: 35px; */
    /* right: 255px; */
    /* position: absolute; */
    /* left: 70px; */
    /* top: 90px; */
    /* padding-left: 70px; */
    /* text-align: left; */

    /* background-image: url(/im/phone-header.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 24px 24px; */
    /* background-position: 0; */
    /* width: calc(100%/4); */
    /* padding: 0px 0 0 30px; */
    /* background: #eee; */
    /* float: left; */

    /* margin-right: 2%; */
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
    /* margin: 25px 0 0 0; */
    /* height: 100px; */

    display: table-cell;
    /* height: 100px; */
    text-align: center;
    vertical-align: middle;
    padding: 10px 0 10px 10px;
}

#header-phone a{
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #333;
    font-size: 19px;
    text-decoration: none;
    /* margin: auto; */
    vertical-align: middle;
    background-image: url(/im/phone-header.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 0;
    padding: 2px 0 2px 30px;
}

#header-logo{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#header-logo img{
}


nav{
    background: rgb(251, 251, 251);
    border-width: 1px 0px;
    border-style: solid;
    border-color: rgb(232, 232, 232);
    height: 110px;
    /* top: 189px; */
    /* margin: 100px 0 0 0; */  
}

nav ul{
    list-style: none outside none;
    padding: 40px 0;
    margin: 0;
}

nav li{
    display: inline-block;
    
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-top: -1px;
    line-height: 1.2;
    text-align: center;
    /*font-family: 'Ubuntu Condensed', sans-serif;*/
    font-size: 22px;
    
    letter-spacing: 0px;  
    padding: 0 20px;
}

nav li a{
  padding: 10px 27px;
  text-decoration: none;
  color: #303334;
  border: 1px solid rgb(251, 251, 251);
  
}

nav li a:hover{
    text-decoration: none;
    border: 1px solid #c82e24;
    color: #c82e24;   
}

nav li a.selected{
    background-color: #c82e24;
    color: #fff;    
}


#img-main-page{
  color: #fff;
  background: url(/eng/img/img-main.png);
    /* height: 558px; */
    /* margin: auto; */
    
    font-size: 48px;
    vertical-align: middle;
    text-align: center;
    padding: 250px 0 250px 0;
    font-weight: bold;
  
  
  
}

/*********************
Showcase
*********************/

.showcase-button-wrapper span{
    padding: 5px 10px;
    margin: 5px;
    color: #666;
    cursor: pointer;
}

.showcase-button-wrapper span:hover{
    background: #ddd;
    color: #CC3300;
}

.showcase-button-wrapper span.active{
    border: solid 1px #666;
    color: #CC3300;
    font-size: 12px;
    border-radius: 2px;
}

.showcase-content-container {
    margin-bottom: 12px;
}

.showcase-content img {
    border: 1px #CCCCCC solid;
}


#slides-container{
  /*background: #f2faff;*/
  width: 100%;
  /*background: #ffd75d;*/
  /*height: 330px;*/
  margin: 0 0 40px 0;
  /*background-repeat: no-repeat;*/
}

.slidesjs-pagination {
    display: inline-block;
    position: relative;
    top: -180px;
    /* left: 100px; */
    /* margin: auto; */
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 100;
}

ul.slidesjs-pagination {
    list-style: none;
}

li.slidesjs-pagination-item {
    display: inline-block;
    padding: 5px;
    color: #c82e24;
}

li.slidesjs-pagination-item a {
    color: #c82e24;
    text-decoration: none;
    font-size: 16px;
    height: 24px;
    width: 24px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    /* border: 1px #000; */
    background: rgba(255, 255, 255, 0.5);
}

li.slidesjs-pagination-item a.active {
    color: #c82e24;
    text-decoration: none;
    font-size: 16px;
    height: 24px;
    width: 24px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    /* border: 1px #000; */
    background: rgba(255, 255, 255, 1);
}




li.slidesjs-pagination-item {
    display: inline-block;
    padding: 4px;
    color: #c82e24;
}


#slides {
    display: none;
  width: 1200px;
  /*width: 100%;*/
  /*max-width: 1000px;*/
  max-width: 100%;
  text-align: center;
  margin: auto;
  height: 550px;

} 

.slidesjs-control{
  text-align: center;
}

#slides-text{
    color: #fff;
    /* height: 558px; */
    /* margin: auto; */
    font-size: 108px;
    /* vertical-align: middle; */
    text-align: center;
    /* padding: 250px 0 250px 0; */
    /*font-weight: bold;*/
    position: absolute;
    z-index: 10000;
    width: 1200px;
    text-shadow: #111 0 2px 5px;
    top: 480px;
    line-height: 0.98;
    font-family: Arial Black;
    line-height: 1.1;  
}


.slides-text-small{
    display:block;
    font-size: 28px;
    text-transform: uppercase;
      font-family: 'Open Sans';
}



#slides img {
  /*max-height: 330px;*/  
  
}

div#showcase {
    max-width: 100%;
}


.main-page .title{
    font-size: 25px;
    color: #222323;
    text-transform: uppercase;
  text-align: center;
  margin: 80px 0 20px 0;
}

.main-page p{
  text-align: center;
  margin: 40px 100px;
}

.text-page .img-100{
  width:100%;  
  margin: 90px 0 0 0;
      
}



.text-page .title,
.text-page h1{
    font-size: 25px;
    color: #222323;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 10px 0;
    border-bottom: 1px solid;
    border-color: rgb(232, 232, 232);
    padding: 15px;
    text-align: left;
    margin-top: 50px;
    font-weight: 500;
}



.text-page p,
.product-page p{
  text-align: left;
  margin: 17px 10px;
 
}


.text-page ul{
  text-align: left;
}

.products-list ul{
    text-align: center;
}


.text-page .img-100{
  width:100%;  
  margin: 0;
      
}


.more{
  text-align: center;
  margin: 0 0 40px 0;  
}




a.button{
    font-size: 17px;
    color: rgb(34, 35, 35);
    text-decoration: none;
    display: inline-block;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 193, 194);
    border-image: initial;
    padding: 14px 40px;
}

a.button:hover{
  color: #fff;
  background-color: #bbb;
}

 


.more-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
	 margin: 0 auto;
  width: 220px;  
}

.more-svg {
   height:60px;
  width:220px;   
  
}


.shape {
  
   height:60px;
  width:220px;   
  stroke-dasharray: 140 540;
  stroke-dashoffset: -320;
  stroke-width: 3px;
  fill: transparent;
  stroke: #c82e24;
  border-bottom: 5px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

/*
a.button {
    font-size: 17px;
    color: #222323;    
  text-decoration: none;
  letter-spacing: 4px;
  top: 48px;
  position: relative;
  display: inline-block;
}

a.button span{
    font-size: 17px;
    color: #222323;    
  text-decoration: none;
  letter-spacing: 4px;
  top: -48px;
  position: relative;


}
*/

.more-svg:hover .shape {
  stroke-width: 4px;
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
}


#numbers{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.number{
    width: 220px;
    display: inline-block;
    padding: 0;
    margin: 20px;
    height: 220px;
    border-right: 1px solid rgb(230, 230, 230);
    background: rgb(237, 237, 237);
    border: 1px solid rgb(192,193,194);
}

.number .title{
    font-size: 110px;
    color: #222323;
    height: 120px;
    padding: 20px 0 0 0;
    margin: 0;
    color: #c82e24;
    text-shadow: #333 0 1px 1px;
    /* line-height: 0.8; */
    font-family: Arial Bold;
}

.number img{
    text-align: center;
    display: block;
    margin: auto;
}

.number p{
text-align: center;
    font-size: 17px;
    color: #787b7c;
    padding: 0;
    margin: 10px 0;
}

.dealers-block{
    max-width: 100%;
}
table.dealers{
    color: #333;
    border: 1px #CCCCCC solid;
    width: 100%;
}

table.dealers td{
    padding: 2px 5px;
    color: #575a5a;
    font-size: 16px;
}

/*---------------------
        product
        
        
----------------------*/


.img-left{
    float: left;
}

.p-left-25 {
    float: left;
    width: 25%;
    padding: 40px 201px 40px 20pх;
}

#product-text img {
    padding: 0;
}


.p-left-25 img{
    border: 1px #CCCCCC solid;
    padding: 10px;
    margin: 15px;
    width: 90%;
}

.p-right-75{
    float: right;
    width: 74%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}




#product-text img::after {
    clear:both;

}

.video-block-center{
    text-align: center;
}


#product-text{
position: relative;
  left: 0;
  top: 0;
}

.product-page a{
    color: #c82e24;
    text-decoration: none;
}


.product-page .title{
    font-size: 25px;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
    border-color: #c82e24;
    font-color: #c82e24;
    color: #c82e24;
    padding: 15px;
    text-align: left;
    /* background: rgb(237, 237, 237); */
    border-radius: 6px;
  clear: both;
    font-weight: normal;
}

.product-page .title h1,
.product-page .title h2{
    font-size: 25px;
    font-weight: normal;
    font-color: #c82e24;
    color: #c82e24;
    text-align: left;
    padding: 0;
    margin: 0;
}

ul.articles-list,
ul.documents,
ul.video-list
{
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
}
ul.articles-list li,
ul.documents li{
    padding: 8px 0 8px 40px;
    background: url(../im/page_white_text.png) no-repeat center left;
    border-bottom: none;
    background-size: 32px 32px;
}

ul.articles-list li a,
.video-list li a{
    text-decoration: none;
    color: #787b7c;

}

/*
.video-list {
    padding: 0 10px;
    margin: 0;
    list-style-type: none;
}
*/
.video-list li {
    padding: 0px 0 0px 50px;
    background: url(../im/video.png) no-repeat center left;
    line-height: 50px;
    border-bottom: none;
    background-size: 38.5px 38.5px;
}
/*
ul.documents{
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
}

ul.documents li{
    padding: 2px 0 2px 30px;
    background: url(../im/doc.png) no-repeat center left;

    border-bottom: none;
    background-size: 24px 22px;
}
*/
.products-list{
    padding: 30px 0;
    /* float: right; */
    /* width: 90%; */
}

/*
.products-list ul{
  list-style:none;
  margin: 5px 0 0 0;
  padding: 0 0 0 12px;
  text-align: center;
}


 */
.products-list li{
    border: 1px solid #e3e1e0;
    -webkit-border-radius: 2px; 
    border-radius: 5px; 
    background: #fff;
    display: inline-block;
    display: -webkit-inline-flex;
    list-style: none;
    /* width: 353px; */
    width: 320px;
    text-align: center;
    padding: 20px 7px 10px 7px;
    /* box-shadow: 0 0 8px #ddd; */
    margin: 0 0 17px 17px;
}

.teach-products-list li{
    width: 260px;
}

.products-list li a,
.teach-products-list li a {
    text-decoration: none;
    width: 100%;
}


.product-title {
    color: #c82e24;
    font-size: 16px;
    /* font-family: 'Open Sans', sans-serif; */
    text-align: center;
    /* text-transform: uppercase; */
    /* font-weight: 700; */
    overflow: hidden;
    margin: 5px;
    height: 65px;
    padding-top: 5px;
}

.product-table{
    border: 1px solid #c82e24;
    margin: 10px 0 30px 0;
    width: 100%;
    color: #333;
    border-radius: 6px;
}

.product-table th{
    /* border: 1px solid #0873b5; */
    /* background: #e0f3ff; */
    padding: 15px;
    /* background-color: #c82e24; */
    color: #c82e24;
    font-size: 17px;
    font-weight: 100;
}

.product-table tr:nth-child(even) {
    background: #fcb4aa;
}

.product-table td:nth-child(1) {
    text-align:left;
}

.product-table td {
    text-align: center;
    /*min-width: 130px; */
    padding: 5px 10px;
}

.product-img{
    float: right;
    padding: 0;
    /*margin: 100px 50px; */ 
  margin: 40px;

}

.product-img-1200{
    padding: 0;
    margin: 0;  

}

#easy_zoom{
	width:400px;
	height:400px;	
	border: 1px solid #c82e24;
  border-radius: 100%;
	background:#fff;
	color:#333;
	position:absolute;
	top:85px;
	left:100px;
	overflow:hidden;
	-moz-box-shadow:0 0 10px #777;
	-webkit-box-shadow:0 0 10px #777;
	box-shadow:0 0 10px #777;
	/* vertical and horizontal alignment used for preloader text */
	line-height:400px;
	text-align:center;
  z-index: 20000;
	}





.no-touchproducts .products-list li a:hover .product-title,
.no-touchproducts .teach-products-list li a:hover .product-title {

    color: #6F1B3F;
       color: #8F4B6F;
           color: #333;

}

.product-img-small {
  width: 150px;
  height:75px;
  }

.product-image {
 overflow:hidden;
 width: 100%;
 height:215px;
 }

.product-image img {
/* 
    left: 10px;
    margin-left: -10px;
    position: relative;
    width: 100%;
    max-width: 350px;
    height: auto;
    height: 200px;
*/
    max-width: 100%;
    min-height: 200px;
    max-height: 200px;
    /* max-width: 95%;*/
    padding: 5px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    
 }
 
.product-image img:hover{

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);


    /*
         -webkit-transform: scale(1.2) rotate(2deg);
        -moz-transform: scale(1.2) rotate(2deg);
        -o-transform: scale(1.2) rotate(2deg);
        -ms-transform: scale(1.2) rotate(2deg);
        transform: scale(1.2) rotate(2deg);

     */
 }
 
.product-image-detail{
     left: 0;
    top: 150;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    background: rgba(0,0,0,0.5);
}

.product-description,
.product-description-date
{
    font-size: 14px;
    font-weight: 500;
    background-repeat: no-repeat;
    background-size: 28px 42px;
    background-position: left center;  
color: #888;
}

.product-description {
  height: 20px;
  display: inline-block;
  overflow: hidden;
}

.product-description-date {
    color: #000;
    font-size: 15px;
    text-transform:lowercase;
}
  

.image-product-info{
max-height: 450px;
    max-width: 100%;
    margin: auto;
box-shadow: 0 0 8px #ddd;
    padding: 7px;
    border-radius: 5px;
    background: #fff;    
  }

.product-info-block-img {
    width: 47%;
    float: left;
    text-align: right;
    padding: 5px;
}

.product-info-block-description {
  width: 47%;
  float:right;
  text-align:left;
 padding: 7px 0 7px 0;
}

.product-info-block-description h1{
  text-align:left;
  margin: 0 0 20px 0;
  }

.product-info-block-text {
  float:left;
  width: 90%;
  margin: 35px 25px 0 25px;
}







#map{
  
      background: #fff;
    /* padding: 7px; */
    /* margin: 0; */
    /* border: 1px solid #e3e1e0; */
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
  display: inline-block;
    list-style: none;
    min-height: 533px;
    width: 100%;
    height: 533px;
    
    margin: 0;
}


.contact-img {
    float: right;
    padding: 0;
    /* margin: 100px 50px; */
    margin: 0 0 40px 40px;
    width: 502px;
}

.counters {
    text-align: center;
    background: rgb(237, 237, 237);
    padding: 10px 10px 5px 10px;
}

.counters a img {
    width: 50px;
    height: 50px;
    padding: 7px;
}

footer{
    background: rgb(237, 237, 237);
    border-top: 1px solid rgb(232, 232, 232);
    height: 320px;
}


footer .title{
    color: #c82e24;
    text-shadow: #333 0 1px 1px;
    font-size: 48px;
    margin: 20px 0 0px 0;
    font-family: Arial Black;
    text-align: center;
}

.footer-title-small{
    /*color: #222323;*/
    display:block;
    font-size: 18px;
    text-transform: uppercase;  
  text-shadow: none;
  line-height: 0.98;
     font-family: 'Open Sans';
}


footer ul{
    list-style: none outside none;
    padding: 20px 40px 10px 40px;
    margin: 0;
    list-style: none;
    text-align: center;
}

footer li{
    /*display: inline-block; */
    /* max-width: 200px; */
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-top: -1px;
    line-height: 1.2;
    /* text-align: left; */
    font-family: 'Open Sans';
    font-size: 25px;
    letter-spacing: 0px;
    padding: 0 70px;
    font-size: 15px;
    font-weight: 600;
    color: #222323;
    margin: auto;
    /* padding: 0; */
    }


footer li a{
  /*color: #787b7c;  */
  color: #222323;
  text-decoration: none;
      
}

footer li a:hover{
  color: #c82e24;  
  text-decoration: none;
}

.counter {
    text-align: center;
}

/*================================
           adm
================================ */
.table-edit {
    border: 1px solid #eee;
    margin: 10px 0 30px 0;
    width: 100%;
    color: #333;
    border-radius: 6px;
}

.table-edit tr:nth-child(even) {
    background: #eee;
}

.table-edit tr:hover {
    background: #ddd;
}


.table-edit td{
    padding: 5px;
}

textarea{
    width:100%;
    max-width: 1079px;
    font-family: 'Arial';

}

.parag a{

    color: #c82e24;
    font-family: 'Open Sans';
    font-size: 17px;

}

.spec-val{
    color: #000;
    text-transform: uppercase;
    position: absolute;
    left: 170px;
}

.spec-lbl{
    text-transform: uppercase;
    font-size: 15px;
}

.spec-address{
    text-transform: lowercase;
}

.detail-text-block {
    float: left;
    width: 49%;
    margin: 50px 0 50px 0;
}

.detail-img-block {
    /* text-align: center; */
    width: 49%;
    min-height: 853px;
    /*
     max-width: 500px;
    min-width: 250px;
    height: 500px;
    overflow: hidden;
    margin: 80px auto 0px auto;
    */
    border: 1px solid #c82e24;
    float: right;
    background-image: url(/uploads/no-image.png);
    background-repeat: no-repeat;

}

.detail-img{
    /*
    max-width: 500px;

     */
}

.detail-img-block > img {
    width: 100%;
    /*
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     */
}


.detail-table{
    border: 1px solid #c82e24;
    margin: 10px 0 30px 0;
    width: 100%;
    color: #333;
    border-radius: 6px;
}

.detail-table th{
    /* border: 1px solid #0873b5; */
    /* background: #e0f3ff; */
    padding: 15px;
    /* background-color: #c82e24; */
    color: #c82e24;
    font-size: 17px;
    font-weight: 100;
}

.detail-table tr:nth-child(even) {
    background: #EFEFEF;
}

.detail-table td:nth-child(2),
.detail-table th:nth-child(2),
.detail-table th:nth-child(3),

.detail-table td:nth-child(3)
{
    text-align:left;
    word-wrap: break-word;
    word-break: break-word;
}

.detail-table td:nth-child(1),

.detail-table th:nth-child(1),
.detail-table th:nth-child(4),
.detail-table td:nth-child(4)
{
    text-align:right;
    word-wrap: break-word;
    word-break: break-word;
}

.detail-table td {
    /*min-width: 130px; */
    padding: 5px 10px;
}
.detail-table tr:hover {
background-color: #ccc;
}

.detail-table a:hover {
    text-decoration: underline;
}








/*---------------------
       nav-main
----------------------*/



.nav-main {
    margin:0 auto;
    list-style:none;
    padding:0;
    width: 550px;
    text-align: center;
    display: block;
}

#menu-icon {
    display: none; /* hide menu icon initially */
}


.nav-main ul {
    margin:0 auto;
}

.nav-main li {
    display:inline-block;
    padding: 0 15px 0 15px;
    margin: 25px 0 0 0;
}

.selected {
    color:#8F4B6F;
}

.nav-main li a{
    display:block;
    color:#000;
    font-size:18px;
    line-height: 50px;
    height: 50px;
    margin:auto;
    text-align:center;
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-main li a:hover{
    color:#8F4B6F;
    transition: 0.6s;
    /* ef2a33 */
}

.vcard{
    text-align: center;
    display: block;
}

.vcard-header{
    background: linear-gradient(to right, #5d4c50, #9c3328);
}

ul.vcard-person{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;

    color: #fff;
}

ul.vcard-person li{
    padding: 20px 50px 0px;
}

ul.vcard-person li.vcard-person-topline{
    background: linear-gradient(to right, #534c50, #8f3328);
    padding: 27px;
}

.person-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}

img.vcard-person-photo{
    width: 150px;
    height: 150px;

    margin: 0px auto;
    background: url("../img/photo-person-empty1.png") no-repeat;
    background-size: cover;

}

ul.vcard-person li.vcard-person-name{
    padding: 20px 0 0 0;
    font-size: 26px;
}

ul.vcard-person li.vcard-person-position{
    padding: 20px 0 20px 0;
    font-size: 15px;
}

ul.vcard-menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display:block;
    text-align: center;
    font-size: 0px;
    color: #fff;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgb(152, 152, 152);

}

ul.vcard-menu li{
    display: inline-block;
    text-transform: uppercase;
    padding: 33px 65px 5px;
    max-width: 60px;

}

ul.vcard-menu li:hover{
    background-color: #9c3328;

}


ul.vcard-menu li a{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}


li.vcard-menu-phone{
    background: url(../img/vcard-email.png) no-repeat center top;
}
li.vcard-menu-direction{
    background: url(../img/vcard-email.png) no-repeat center top;
}

li.vcard-menu-email{
    background: url(../img/vcard-email.png) no-repeat center top;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: rgb(152, 152, 152);
}

ul.vcard-items {
    list-style-type: none;
    padding: 0px;
    margin: 0 auto;
    font-size: 16px;
    width: 350px;
}

ul.vcard-items li {
    padding: 20px 0 20px 60px;
    background-size: 32px 32px;
    color: #444;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid;
    border-color: rgb(232, 232, 232);
}

ul.vcard-items li.vcard-phone{
    background: url(../img/vcard-phone.png) no-repeat center left;
}
ul.vcard-items li.vcard-email{
    background: url(../img/vcard-email.png) no-repeat center left;
}

ul.vcard-items li.vcard-organization{
    background: url(../img/vcard-organization.png) no-repeat center left;
}
ul.vcard-items li.vcard-web{
    background: url(../img/vcard-web.png) no-repeat center left;
}

.vcard-item-name{
    color: #787b7c;
    font-size: 14px;
    font-weight: normal;
}
ul.vcard-items li.vcard-button{
    font-weight: normal;
    margin: 40px 0px 40px 0;
    padding: 10px 0;
    text-align: center;
    border: none;
}

ul.vcard-items li a{
    text-decoration: none;
    color: #444;
}

ul.vcard-items li a:hover{
    text-decoration: underline;
}


a.vcard-button {
    padding: 10px 55px;
    text-decoration: none;
    text-align: center;
    color: #303334;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #c82e24;
    color: #fff;
    width: 225px;
    box-shadow: 10px 10px 10px #bbb;
    margin: 40px auto;
}



a.vcard-button:hover{
    box-shadow: 5px 5px 5px #bbb;
}

iframe {
    border: 4px solid black;
    padding: 0px;
    height: 500px;
    width: 100%;
}

.vcard-map{
    max-width: 40%;
    float: right;
}



/*================================
           media  1200
================================ */



@media only screen and (max-width: 1200px) {

    .detail-text-block{
        float: unset;
        width: 100%;
    }
    .detail-img-block {
        /* text-align: center; */
        width: 100%;
        min-height: 853px;
        /*
         max-width: 500px;
        min-width: 250px;
        height: 500px;
        overflow: hidden;
        margin: 80px auto 0px auto;
        */
        border: 1px solid #c82e24;
        float: unset;
        background-image: url(/uploads/no-image.png);
        background-repeat: no-repeat;
    }

    .detail-table{
        max-width: 100%;
    }

    .detail-table td:nth-child(1),

    .detail-table th:nth-child(1),
    .detail-table th:nth-child(4),
    .detail-table td:nth-child(4)
    {
        max-width: 40px;
    }

    .wraper {
        margin:0 auto;
        width:100%;
      }

    .lang-block {
        padding: 0;
        width: 100%;
    }

    #slides {
        display: none;
      width: 1200px;
      /*width: 100%;*/
  /*max-width: 1000px;*/
  max-width: 100%;
  text-align: center;
  margin: auto;
  height: auto;
} 
  
#slides-text {
    width: 100%;
    /*font-size: 78px;*/
    top: 300px;
}  

.slides-text-small {
    width: 100%;
    /*font-size: 38px;*/
    top: 300px;
}  

  
  
nav {
    height: 55px;
}
  
nav ul {
    padding: 15px 0;
}  
  
nav li {
    font-size: 14px;
    
    padding: 0 5px;
}  
  
nav li a {
    padding: 5px 13px;
} 

  .img-100{
    width: 100%;
  }  
  
.main-page p {
    margin: 40px 50px;
}  

.number {
    height: auto;
}  
  
.number .title {
  font-size: 80px;
  height: 130px;
}  
  
.number p {
    margin: 20px 0;
}  
  
  
a.button {
    font-size: 14px;
    padding: 7px 25px;
    text-decoration: none;
    display: inline-block;
    
}  
  

footer li {
    /* display: inline-block; */
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 0;
}  
  
.product-img {
    max-width: 100%;
}

    .contact-img {
        float: none;
        padding: 0;
        /* margin: 100px 50px; */
        margin: 0 0 40px 40px;
        max-width: 90%;
    }

    #header-phone{
        width: 20%;
    }

    #header-logo {
        width: 20%;
    }

    .phone-num{
        display:none;
    }

    .slidesjs-pagination {
        top: -120px;
    }

}


/*================================ 
           media  1000
================================ */

@media screen and (max-width: 1000px) {


#easy_zoom{
	top:400px;
	left:10%;
  max-width: 90%;
	}
    .slidesjs-pagination {
        top: -100px;
    }

}
/*================================
           media  700
================================ */

@media screen and (max-width: 700px) {

    #header-logo img {
        width: 50px;
    }

    #header-text {
        font-size: 20px;
    }


    nav li {
    font-size: 12px;
    padding: 0;
} 
  
nav li a {
    padding: 5px 5px;
}  
  
.main-page .title {
    margin: 40px 0 10px 0;  
  }
  
  .main-page p {
    margin: 40px 5px;
}  
  
  
  
.product-img {
    width: 100%;
    padding: 0;
    margin: 0;  
}  
  
#slides-text {
    font-size: 38px;
    top: 250px;
}  
  
.slides-text-small {
    font-size: 20px;
}    
  
.number {
    width: 42%;
    padding: 0;
    margin: 5px;    
    border: 1px solid rgb(230, 230, 230);
}  
  
.products-list {
    padding: 30px 0;
    /* float: right; */
        width: 100%;
}  
  
.products-list ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
  
.products-list li {
    /*width: 100%;*/
    padding: 20px 0;
    margin: 10px 0;
}

    .contact-img {
        float: none;
        padding: 0;
        /* margin: 100px 50px; */
        margin: 10px;
        width: 100%;
    }

    /* nav-wrap */
    #nav-wrap {
        position: relative;
    }

    /* menu icon */
    #menu-icon {
        color: #000;
        width: 52px;
        background: #ecebeb url(/im/menu-icon.png) no-repeat 10px center;
        padding: 6px 10px 6px 42px;
        cursor: pointer;
        border: solid 1px #bbb;
        display: block; /* show menu icon */
        color: #333;
        border-radius: 5px;
    }
    #menu-icon:hover {
        background-color: #f8f8f8;
    }
    #menu-icon.active {
        background-color: #bbb;
    }

    /*
    .nav-main {
      width: 100%;
     float:left;
     text-align:right;
     width:100%;
    }


    .nav-main li {
      margin:0;
    }
    */

    /* main nav */
    .nav-main {
        clear: both;
        position: absolute;
        top: 36px;
        width: 160px;
        z-index: 10000;
        padding: 5px;
        border-radius: 5px;
        background: #fff;
        border: solid 1px #e3e1e0;
        display: none; /* visibility will be toggled with jquery */
        text-align:left;
    }
    .nav-main li {
        clear: both;
        float: none;
        margin: 0;
    }

    /*
    #nav ul {
        background: #fff;
        padding: 2px;
        position: absolute;
        border: solid 1px #ccc;
        display: none;
        width: 200px;
    }

    */

    .nav-main a,
    .nav-main ul a {
        font: inherit;
        background: none;
        display: inline;
        padding: 0;
        color: #666;
        border: none;



    }

    .nav-main li a {
        line-height: 50px;
        height: 40px;
        padding: 0 0 5px 20px;
        font-size: 14px;
        font-weight:normal;

    }
    .nav-main a:hover,
    .nav-main ul a:hover {
        background: none;
        color: #000;
    }

    /* dropdown */
    .nav-main ul {
        width: auto;
        position: static;
        display: block;
        border: none;
        background: inherit;
    }
    .nav-main ul li {
        margin: 3px 0 3px 15px;
    }





    #easy_zoom{
	left:4%;
  max-width: 90%;
	
}

    .p-left-25 {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;

    }
    .p-left-25 img {
        border: 1px #CCCCCC solid;
        padding: 10px;
        margin: 10px;
        width: 90%;
        max-width: 100%;
    }

.p-right-75 {
    float: right;
    width: 100%;
}

    .slidesjs-pagination {
        top: -80px;
    }

}
/*================================
           media  500
================================ */

@media screen and (max-width: 500px) {
    .slidesjs-pagination {
        top: -70px;
    }


    ul.vcard-menu li{


        padding: 33px 25px 5px;



    }

}



/*================================
           media  300
================================ */


@media screen and (max-width: 400px) {
    .slidesjs-pagination {
        display: none;
    }
}




