.l-tiles-block {
    margin-top: 20px;
}
.crosslink-header {
    font-size:18px;
}
.crosslinks {
    margin-top:10px;
}
.crosslinks li {
    list-style:none;
}


.breadcrumbs {
    list-style:none;
    margin-top: 10px;
	padding-bottom: 15px;
}
.breadcrumbs li {
    font-family: "FranklinGothic",sans-serif;
    font-size: 14px;
    float: left;
    list-style: none;
    margin-right: 10px;
}


.sidebar iframe {
 transform: scale(0.8);
left: -30px;
position: absolute;
}
.g-recaptcha {
    position:relative;
}

.shop-items h1 {
   word-spacing: normal;
}
.shop-item--desc {
    padding-right:70px;
}
input.shk-count {
 text-align: right !important;
    width: 48px !important;
background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #DDDDDD !important;
    box-sizing: border-box !important;
    color: #5B5B5B !important;
    font-family: Arial,sans-serif !important;
    font-size: 14px !important;
    height: 30px !important;
    padding: 6px !important;
    transition: all 0.2s ease 0s !important;

}

.field-arr-up {
    margin: 0 0 18px 1px !important;
}
.field-arr-down {
     margin: 0 0 2px -17px !important;
}

.menu-pull-right .nav-main-nested{
    text-align:right !important;
}
.nav-main-nested-sec {
    padding-top: 10px;
}
.stazh {
padding-left: 615px !important;
}
.birthday {
padding-left: 170px !important;
}
.attest-group .group {
	padding-left: 317px !important;
}
.att-date {
	padding-left: 241px !important;
}

.shop-item-txt .shop-item--desc {
    min-height:35px;
}
 .shop-nav--item--active {
    background: #656f8b;
    color: #fff;
    border-color: #fff; }

.shop-item {
    position:relative;
}    

.shop-tile.action-shop-tile{
    background-color: #F15942;
    color: #fff;
}

.shop-tile.action-shop-tile h2{
     color: #fff;
}



.crosslinks-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.crosslink {
  flex: 100% 0 0;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .crosslink {
    flex: 32% 0 0;
  }
}
.crosslink__link{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #282828;
  border: 1px solid;
  background: #e2ecf0;
  border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.05);
  text-align: left;
  margin-bottom: 4px;
  text-align: center;
}
.crosslink__link:hover{
  border-color: #9bbed6;
  color: #282828;
}
.crosslink__header {
  display: block;
  padding: 8px 10px;
}
.crosslink {
    margin-top: 0px;
    margin-bottom: 5px;
}