@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/library/MaterialIcons/mi.woff2) format("woff2"); }

h5 {
	font-size: 16px;
}

body {
color:#000000;
font-size:15px;}

.titles {
	/*color:#FFFFFF;*/
	margin:10px 0 0 0;
	font-size:24px;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);*/
}

.arrow_top {
	height:64px;
	width:64px;
	position:absolute;
	bottom:60px;
	right:60px;
	z-index:100;
	background: url("/application/views/images/arrow.png") center center no-repeat;
	display:none;
	}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

  
.sp-slide_title {

font-size:18px;}


.box {
/*position:absolute;*/
float:left;
margin:10px 10px 10px 10px;
}


.section_icon{
    font-size: 14px;
    color: darkgrey;
}

.section_icon i{
    font-size: 40px;
    color: darkgrey;
}

.section_icon:hover i, .section_icon:hover a{
    color: #A14240;
}

.printable {
  display: none; }

input.error {
  border: 1px solid red; }

label.error {
  color: red; }

a {
  color: black;
  text-decoration: underline; }

.oveflow {
  max-height: 450px;
  overflow: auto; }

.shadow {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }

.bg_1 {
  background: url("/application/views/images/bg.png")}

.bg_2 {
  background: url("/application/views/images/bg_2.jpg") center center no-repeat; }

.bg_email {
  background: url("/application/views/images/bg_email.jpg") center center no-repeat;
}

.bg_promo {
  background: url("/application/views/images/bg_promo.jpg") center center no-repeat;
}

.bg_history {
  background: url("/application/views/images/bg_history.jpg") center center no-repeat;
}
  
.bg_main {
  background: url("/application/views/images/bg_main.jpg") top center no-repeat;
  }

.bg_0 {
  background: url("/application/views/images/russia.jpg") center center no-repeat; 

  }
  
 .bg_product {
  background: url("/application/views/images/bg_product.jpg") center center no-repeat; 

  }
  
 .bg_about {
    background: url("/application/views/images/bg_about.jpg") center center no-repeat; 
  }
  
 .bg_comment {
    background: url("/application/views/images/bg_comment.jpg") center center no-repeat; 
  }
  
   .bg_sotr{
    background: url("/application/views/images/bg_sotr.jpg") center center no-repeat; 
  }
  
     .bg_dobro{
    background: url("/application/views/images/bg_dobro.jpg") center center no-repeat; 
  }
  
     .bg_part{
    background: url("/application/views/images/bg_part.jpg") center center no-repeat; 
  }
  
  .white {
  color:#ffffff;}
  
/* Обратная связь */
#header {
  position: fixed;
  height: 90px;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99;
  padding: 15px 0 15px 0;
  border-bottom: 1px #f2f2f2 solid;
  top: 0px; }
  #header .main_menu {
    background: url("/application/views/images/menu.png");
    background-repeat: no-repeat;
    width: 180px;
    height: 66px; }
  #header .main_menu > .main_menu_in {
    width: 163px;
    position: relative;
    top: 66px;
    color: aliceblue;
    background: #01BCF3; }
    #header .main_menu > .main_menu_in a {
      color: aliceblue; }
  #header .contacts {
    font-size: 18px;
    margin: -6px 0 0 0px;}
    #header .contacts i {
      font-size: 26px;
      color: #B33C00;
      margin: 0 10px 0 0;}

.menus {
    list-style-type: none; /* Убираем маркеры */
    margin: 0;
    padding: 0;
}
.menus li
    {
        float: left;
        list-style-type: none; /* Убираем маркеры */
        padding: 0;
        margin: 0 10px 0 0;
    }

/* О компании */
.iconService {
  color: #B33C00;
  font-size: 60px; }

.principles_item {
  padding-top: 10px; }

#footer {
  bottom: 0px;
  position: fixed;
  display: block;
  width: 100%;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(238, 238, 238, 0.9) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(238, 238, 238, 0.9) 100%);
  z-index: 99;
  padding: 5px 0 5px 0;
  border-top: 1px #f2f2f2 solid; }

/* Page Menu */
.page_menu_icon {
  background: url("/application/views/images/page_menu_icon.png");
  width: 140px;
  height: 138px; }

.menuItems {
/*  display: table; */
    position: relative;
    height: 540px;
    width:640px; 
    margin:auto;
}
  .menuItems li div {
/*
    width: 155px;
    height: 153px;
    padding-top: 45px;
*/
    padding-top: 30px;
/*    background-image: url(/application//views/images/border.png);*/

    width: 120px;
    height: 120px;

    border-radius: 80px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .menuItems li div:hover {

	background: rgba(252,236,88, 1);

      color: black;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
	

/* Новости */
.news_bg {
	background: rgba(255, 255, 255, 0.85);
	border-radius: 4px;
	}
.news_bg  .card{
	border: 0;
	}
	
.news_bg_white {
	background: rgba(255, 255, 255, 1);
	
	border-radius: 4px;}

.news_bg_white_2 {
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );


	border-radius: 4px;
}
	


.bg_none {
	border: 0px;}
	
	
/* Продукты */
.product_card {
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );

	
	/*height: 440px;*/
	border-radius:4px;
	clear: both;
	}
.product_card .card {
  height: 220px;
  overflow: hidden;
  margin-bottom: 0;
  border:0;  }
  .product_card .card img {
    height: 120px; }
  .product_card .card:hover > .product_description {
    border: 0px solid #000;
    top: 0; }

.product_description {
  padding: 10px;
  position: absolute;
  z-index: 100;
  top: 220px;
  right: 0;
  left: 0;
  height: 220px;
  width: 100%;
  background: rgba(142, 142, 142, 0.95);
  bottom: 0px;
  border: 0px solid #fff;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.4; }

/* Добрые дела */

.dobro .card {
	border:0px ;}

.dobro_block {
    width: 280px;
    height: 220px;
    overflow: hidden;
    /*background: #FFFFFF;*/
    border: 0px;
    border-radius: 2px;
    margin: 1px 0 1px 0;
}

.dobro_block > .dobro_description {
  padding: 4px;
  margin: 2px 0 0 0;
  height: 220px;
  width: 280px;
  color: #000000;
  line-height: 1.4;
}

/* Bottstarp */
h1 {
  color: #02007d;
  font-size: 28px;}

.card {
	/*
  background: rgba(255, 255, 255, 0.9);
  border: .0625rem solid #dadada; }
  */

#question .card {
  margin-bottom: 0; }

.fp-controlArrow.fp-prev {
  background-image: url(/application/views/images/left.png);
  background-repeat: no-repeat;
  height: 206px;
  width: 30px;
 }

.fp-controlArrow.fp-next {
  background-image: url(/application/views/images/right.png);
  background-repeat: no-repeat;
  height: 206px;
  width: 30px;
  border: 0; }

/* Slider-Pro */
.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
  background-color: #000; }

.fp-controlArrow.fp-prev {
  left: 60px; }

.fp-controlArrow.fp-next {
  right: 60px; }

.p_review img {
  display: inline; }
  

 
.container {
    min-width: 72rem;
	width:72rem;
}