#slider.slider {
	height: 290px;
	max-height: 290px;
	overflow: hidden;
	width: 980px;
}
#slider.slider ul.slider-lst {
	list-style-type: none;
}
#slider.slider ul.slider-lst, #slider.slider ul.slider-lst li {
	padding: 0;
	margin: 0;
}
/* =========================================================================================================== */
.about_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box; }
  .about_block h3 {
    text-transform: uppercase;
    margin: 0 0 15px; }
  .about_block p {
    margin: 0 0 10px; }
  .about_block sup {
    font-size: 11px; }
  .about_block .more {
    display: block;
    font-family: Arial;
    text-transform: uppercase;
    font-size: 13px;
    color: #006699;
    text-decoration: none; }
    .about_block .more:hover {
      text-decoration: underline; }
  .about_block .about_card {
    display: inline-block;
    width: 267px;
    border-top: 5px solid #fcbd10;
    padding: 20px 0; }

.reason_block {
  display: block; }
  .reason_block h3 {
    text-transform: uppercase;
    margin: 0 0 15px; }
  .reason_block .reason_container {
    display: block;
    border-top: 5px solid #c0c1c5; }
    .reason_block .reason_container .reason_card {
      display: inline-block;
      width: 25%;
      float: left;
      background-color: #ebebeb;
      padding-top: 25%;
      position: relative; }
      .reason_block .reason_container .reason_card.darck {
        background-color: #d9d9d9; }
      .reason_block .reason_container .reason_card img {
        position: absolute;
        top: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .reason_block .reason_container .reason_card .text {
        display: block;
        width: 100%;
        position: absolute;
        top: 80px;
        font-family: Arial;
        font-size: 13px;
        color: #5d6263;
        text-align: center;
        font-weight: bold; }
      .reason_block .reason_container .reason_card a {
        font-family: Arial;
        text-transform: uppercase;
        font-size: 18px;
        color: #006699;
        text-decoration: none;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .reason_block .reason_container .reason_card a:hover {
          text-decoration: underline; }

/*-----------------------USE--------------------------- 
footer {
   @include border-radius(10px);
   @include box-shadow( 0 1px 0 rgba(255, 255, 255, 0.05));
   @include text-shadow(1px, #000);
   @include sprite (-100px, -50px);
   @include sprite_bg (0px, -50px);
   @include font (14px, $text);
   @include opacity (0.5);
   @include ellipsis;
   @include gradient($color1, $color2);
   @include hr_gradient($color1, $color2);
   @include transition-property (bottom);
   @include transition-duration(0.5s);
   @include transition-timing;
   @include transform(skew(20deg))
}
-----------------------------------------------------*/
