



body{
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 17px;
  color: #787b7c;
}

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

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


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


.lang-block{
    /* display: inline-block; */
    /* width: 100%; */
    height: 20px;
    text-align: right;
    padding: 10px 60px;
    /* 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: 30px;
    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;
    display: inline-block;
}

#header-text{
    /* position: absolute; */
    color: #2b3330;
    font-size: 34px;
    font-weight: 600;
    width: 615px;
    /* height: 170px; */
    /* top: 35px; */
    /* left: 293px; */
    /* margin: 25px auto 35px auto; */
    padding: 25px 20px 35px 20px;
    z-index: 1001;
    line-height: 1.2;
    display: inline-block;
}

#header-phone{
    color: #333;
    font-size: 14px;
    width: 150px;
    line-height: 1.3;
    /* float: left; */
    /* height: 300px; */
    /* margin: 45px 0 0 70px; */
    /* margin: 35px 45px; */
    /* position: relative; */
    /* top: 35px; */
    /* left: 35px; */
    /* position: absolute; */
    /* left: 70px; */
    top: 50px;
    /*padding-left: 70px;*/
    text-align: left;
    display: inline-block;
}

#header-logo{
    
    /* position: absolute; */
    /* top: 35px; */
    /* right: 70px; */
    display: inline-block;
}

#header-logo img{
    width: 171px;
    height: 66px;
}


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: Arial, Helvetica, sans-serif;
    font-size: 25px;
    
    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;
  
  
  
}



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

.slidesjs-pagination{
  display: none;
}


#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, Helvetica, sans-serif;
    line-height: 1.1;  
}


.slides-text-small{
    display:block;
    font-size: 28px;
    text-transform: uppercase;
      font-family: Arial, Helvetica, sans-serif;
}



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


.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{
    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;  
}

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

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

.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;
}

.number{
    width: 220px;
    display: inline-block;
    padding: 0;
    margin: 20px;
    height: 360px;
    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: 160px;
    padding: 30px 0 0 0;
    margin: 0;
    color: #c82e24;
    text-shadow: #333 0 1px 1px;
    /* line-height: 0.8; */
    font-family: Arial, Helvetica, sans-serif;
}

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

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



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


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


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

.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;
    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;

    /* opacity: .9; */

}


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

.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: left;
    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:650px;
	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;
*/

    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) 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;
}





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


footer .title{
  color: #c82e24;  
  text-shadow: #333 0 1px 1px;
  font-size: 36px;
  margin: 80px 0 20px 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.footer-title-small{
    /*color: #222323;*/
    display:block;
    font-size: 16px;
    text-transform: uppercase;  
  text-shadow: none;
  line-height: 0.98;
     font-family: Arial, Helvetica, sans-serif;
}


footer ul{
    list-style: none outside none;
    padding: 40px;
    margin: 0;
    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: Arial, Helvetica, sans-serif;
    font-size: 25px;
    
    letter-spacing: 0px;  
    padding: 0 70px;
font-size: 17px;
    color: #222323;  
}

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

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

.counter {
    text-align: center;
}


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

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

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

.lang-block {
    padding: 10px; 
}
  
#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: 16px;
    
    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 ul {
    
    padding: 0;
    margin: 0;
  }
  
footer li {
    /* display: inline-block; */
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 0;
}  
  
.product-img {
    max-width: 100%;
}  
  
}


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

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


#easy_zoom{
	top:400px;
	left:10%;
  max-width: 90%;
	}
  
.logo {
    height: 100px;
}
  
#header-text {
    font-size: 20px;
    width: 315px;
}  
  
#header-phone {
    width: 100px;
    top: 25px;
    padding-left: 10px;
  font-size: 11px;
}  
  
  
#header-logo img {
    width: 134px;
    height: 44px;
}  
  
  
  
}
/*================================ 
           media  700
================================ */

@media screen and (max-width: 700px) {
  
#header-phone {
    display: none;
}
  
#header-text {
font-size: 15px;
    width: 50%;
    margin: 5px;
    text-align: left;
    padding: 17px 17px 17px 0;
    color: #000;
} 
  
#header-logo img {
    width: 83px;
    height: 33px;
}  
  
nav li {
    font-size: 15px;
    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: 200px;
}  
  
.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;
 
}
  
.products-list li {
        width: 90%;

    padding: 20px 0;

    margin: 17px 0;
}  
  
#easy_zoom{
	left:4%;
  max-width: 90%;
	
}  
  
  
  
}




    