table tr,td {
border: 1px solid #000;
padding: 10px;
}

table tr:nth-child(2n) {

background: #eee;
}

.umi-rows .umi-row:first-child {
    margin: 0;
    background: url(http://static.hdw.eweb4.com/media/wallpapers_dl/1/23/227605-gray-stone-wall.jpg);
}

.catalog_simple_1 .catalog_simple_1_title_inner {
    text-align: center;
    font-size: 18px;
  padding-top: 20px;
}


.formit label span{
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 1 !important;
  text-align: center;

}

.senks{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(119, 119, 119, 0.7);
  display: none;
}
.senks_window{
 position: absolute;
 width: 302px;
 height: 120px;
 background-color: #fff;
 top:calc(50% - 60px);
 left: calc(50% - 151px);
 transition: all .25s ease;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
 opacity: 0;
}

.senks_window.active{
 opacity: 1;
 -webkit-transform: scale(1) !important;
 -ms-transform: scale(1) !important;
 -o-transform: scale(1) !important;
 transform: scale(1) !important;
}

.senks .senks_window p{
 color: #000;
 font-size: 16px;
 line-height: 120px;
}

.formit .form_button{
  white-space: normal;
  max-width: 100%;
  min-width: 200px;
  margin: 25px 0 0 0;
  display: inline-block;
  transition: all .25s ease;
  outline: none;
  border: none;
  color: #fff;
  background: #e1472f;
  margin-top: 30px;
  font-size: 18px;
  padding: 19px 19px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  text-transform: uppercase;
  border-radius: 0;
}

.formit .form_button:hover{
    color: #fff;
    background: #ea9c00;
    border-radius: 0;
}

.formit{
  font-weight: normal;
}

.formit label{
 width: 100%;
 height: auto;
 margin-bottom: 20px;
}

.formit label input{
  border-radius: 0;
  font-weight: normal;
  padding: 10px 14px;
  font-size: 17px;
  line-height: 20px;
  height: 44px;
  color: #777;
  margin: 0 0 0 0;
  width: 100%;
  resize: none;
}


.formit label input[type="checkbox"]{
  width: auto !important;
  float: none;
  margin-left: 0;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 2px;
  height: auto !important; 

}


.chick div {

display: inline-block;
 width: 49%;
  text-align: right;
  padding-right: 20px;
  line-height: 36px;
  
}


.chick div:nth-child(2n) {

display: inline-block;
 width: 49%;
  text-align: left;
  border-left: 1px solid #000;
  padding-left: 20px;
  font-weight: bold;
  
}

@media (max-width: 979px) {
  
  .chick div {

width: 48%;
    
  }
}

@media (max-width: 480px) {
  
  .chick div {

width: 49%;
    
  }
}

.album_simple_1 .album_simple_1_list>li {
 overflow: hidden;
 margin-bottom: 20px;
}