
/*=== Cтили текста для сайта ===*/
@font-face {
    font-family: 'Museo Sans Cyrl 900';
    src: url('/fonts/MuseoSansCyrl-900.eot');
    src: url('/fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
         url('/fonts/MuseoSansCyrl-900.woff2') format('woff2'),
         url('/fonts/MuseoSansCyrl-900.woff') format('woff'),
         url('/fonts/MuseoSansCyrl-900.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans Cyrl 300';
    src: url('/fonts/MuseoSansCyrl-300.eot');
    src: url('/fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
         url('/fonts/MuseoSansCyrl-300.woff2') format('woff2'),
         url('/fonts/MuseoSansCyrl-300.woff') format('woff'),
         url('/fonts/MuseoSansCyrl-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans Cyrl 700';
    src: url('/fonts/MuseoSansCyrl-700.eot');
    src: url('/fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
         url('/fonts/MuseoSansCyrl-700.woff2') format('woff2'),
         url('/fonts/MuseoSansCyrl-700.woff') format('woff'),
         url('/fonts/MuseoSansCyrl-700.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans Cyrl 100';
    src: url('/fonts/MuseoSansCyrl-100.eot');
    src: url('/fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
         url('/fonts/MuseoSansCyrl-100.woff2') format('woff2'),
         url('/fonts/MuseoSansCyrl-100.woff') format('woff'),
         url('/fonts/MuseoSansCyrl-100.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'f';
    src: url('/fonts/MuseoSansCyrl-500.eot');
    src: url('/fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
         url('/fonts/MuseoSansCyrl-500.woff2') format('woff2'),
         url('/fonts/MuseoSansCyrl-500.woff') format('woff'),
         url('/fonts/MuseoSansCyrl-500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




/*===================================*/
/*=== Стили для input placeholder ===*/
.search-input input::-webkit-input-placeholder {
color: white !important;
}
.search-input input:-moz-placeholder { /* Firefox 18- */
color: white !important;  
}
.search-input input::-moz-placeholder {  /* Firefox 19+ */
color: white !important;  
}
.search-input input:-ms-input-placeholder {  
color: white !important;  
}
/*===================================*/






/*===================================*/

/*=== Стили для ссылок ===*/
.name_day_names a,
.name_day_names a:hover,
.name_day_names a:focus {
    text-decoration: none;
}
a {
    outline: none;
}
ul {
    padding-left: 0;
}
li a,
li a:hover,
li a:focus {
    color: #424242;
    text-decoration: none;
}

.item {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}
.color-grey {
    color: #767676;
}

.color-white {
    color: white;
}

.breadcrumb > li + li:before {
  padding: 0 10px;
  color: #ccc;
  content: url(../../img/sm_bc_arrow.png);
}

.datePicker input {
    display: none;
}