/* ==========================================================================
   BASE LAYER
   ========================================================================== */

body {
  font: 300 18px/1.2 'Helvetica Neu Cond', Helvetica, Arial, sans-serif;
  /*background: url(../img/pattern-page.jpg) #e7e7e7 50%;*/
  background: url(../img/bg-section-reliable.jpg) fixed no-repeat 50% 100%;
  color: #423931;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

textarea {
  resize: vertical;
}


.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}



/* Ссылки
   ============================================================ */
a {
  color: #76daf7;
  text-decoration: none;
}

a:hover {
  color: #42CCF4;
}
/* END Ссылки
   ============================================================ */






/* Table
   ============================================================ */
table {
  width: 100%;
  max-width: 100%;
}
/* END Table
   ============================================================ */





/* Иконки
   ============================================================ */
.icon,
.svg-icon {
  display: inline-block;
  vertical-align: middle;
}

.icon {
  background: url('../img/sprites/icons.png') no-repeat;
}
.icon.icon-area-bryansk { background-position: 0px 0px; width: 93px; height: 85px;}
.icon.icon-arrow-left { background-position: 0px -86px; width: 35px; height: 14px;}
.icon.icon-arrow-right { background-position: 0px -101px; width: 35px; height: 14px;}
.icon.icon-bag { background-position: 0px -116px; width: 64px; height: 86px;}
.icon.icon-busstop { background-position: 0px -203px; width: 81px; height: 63px;}
.icon.icon-doc-clock { background-position: 0px -267px; width: 74px; height: 86px;}
.icon.icon-exclamation { background-position: 0px -354px; width: 6px; height: 28px;}
.icon.icon-people { background-position: 0px -383px; width: 85px; height: 86px;}
.icon.icon-phone-calling { background-position: 0px -470px; width: 28px; height: 28px;}
.icon.icon-pie-chart { background-position: 0px -499px; width: 85px; height: 85px;}
.icon.icon-plan { background-position: 0px -585px; width: 73px; height: 63px;}
.icon.icon-ruble { background-position: 0px -649px; width: 51px; height: 78px;}
.icon.icon-ruler { background-position: 0px -728px; width: 63px; height: 63px;}
.icon.icon-target { background-position: 0px -792px; width: 64px; height: 64px;}
.icon.icon-telefax { background-position: 0px -857px; width: 44px; height: 42px;}
.icon.icon-wall-bricks { background-position: 0px -900px; width: 89px; height: 63px;}
.icon.icon-wallet { background-position: 0px -964px; width: 64px; height: 63px;}

/*SVG icons*/
.svg-icon {
  fill: currentColor;
  stroke: inherit;
  height: 1em;
  width: 1em;
}

.svg-icon + span {
  vertical-align: middle;
}

.svg-icon-file {
  font-size: 32px;
}

.svg-icon-download {
  font-size: 20px;
}

.svg-icon-download + span {
  vertical-align: bottom;
}

/* END Иконки
   ============================================================ */






/* Таблицы
   ============================================================ */

.table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.table-border {
  
}

.table-border th,
.table-border td {
  border: 1px solid #546E7A;
  border: 1px solid #B0BEC5;
}

.table th,
.table td {
  padding: 10px 15px;
}

.table-separate {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.table-separate.table-border th + th,
.table-separate.table-border td + td {
  border-left: none;
}

/* END Таблицы
   ============================================================ */





/* Кнопки
   ============================================================ */
.btn {
  padding: 10px;
  position: relative;
  border: none;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  border-radius: 2px;
  text-transform: uppercase;
  background-color: #ff4c59;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}


.btn-success {
  background-color: #029e80;
  color: #fff;
}

.btn-success:hover {
  color: #fff;
  background-color: #13B092;
}


.btn:hover {

}

  .btn .btn-text {
    display: inline-block;
    padding: 5px;
  }

.btn-block {
  display: block;
  width: 100%;
}
/* Sizes button
   ======================================== */
/*
 * l - large
 * xl - extra-large
*/

.btn__size-l,
.btn__size-xl {
  font-weight: 500;
}

.btn__size-s {
  font-size: 16px;
}

.btn__size-l {
  font-size: 19px;
}

  .btn__size-l + .bar-under-button {
    font-size: 25.6px;
  }

.btn__size-xl {
  font-size: 23px;
}

  .btn__size-xl + .bar-under-button {
    font-size: 29.6px;
  }

/* Кнопка с иконкой
   ======================================== */
.btn__has-icon {
  display: table;
  margin: auto;
  padding: 0;
  background-color: #76daf7;
}

  .btn__has-icon .btn-addon,
  .btn__has-icon .btn-text {
    display: table-cell;
    vertical-align: middle;
    padding: 9px;
  }

  .btn__has-icon.btn__size-l .btn-addon,
  .btn__has-icon.btn__size-l .btn-text {
    padding: 9px;
    min-width: 28px;
  }

  .btn__has-icon.btn__size-xl .btn-addon,
  .btn__has-icon.btn__size-xl .btn-text {
    padding: 11px;
    min-width: 44px;
  }

  .btn__has-icon .btn-addon {
    background-color: #ff4c59;
    position: relative;
    border-radius: 2px 0 0 2px;
  }

    .btn__has-icon .btn-addon:after,
    .btn-drop-order-callback .btn-addon:before {
      content: "";
      position: absolute;
      height: 0;
      width: 0;
      margin: auto;
      left: 100%;
      top: 0;
      bottom: 0;
      border-width: 8px 5px;
      border-style: solid;
      border-color: transparent;
      border-left-color: #ff4c59;
    }

  .btn__has-icon .btn-text {
    padding-left: 15px;
    padding-right: 15px;
  }

    .btn__has-icon.btn__size-l .btn-text {
      padding-left: 14px;
      padding-right: 14px;
    }

  .btn-addon .icon {
  }

/* Кнопка заказать звонок в шапке
   ======================================== */
.btn-drop-order-callback {
  font-size: 16px;
  color: #fff;
}

  .btn-drop-order-callback .btn-addon {
    background-color: #ff9d4c;
  }

    .btn-drop-order-callback .btn-addon:after {
      border-left-color: #ff9d4c;
      transition: 0.2s;
    }

    .btn-drop-order-callback .btn-addon:before {
      border-width: 0;
      top: 100%;
      bottom: auto;
      left: 0;
      right: 0;
      border-left-color: transparent;
      border-top-color: #ff9d4c;
      transition: 0.2s;
    }


/* END Кнопки
   ============================================================ */




/* Формы
   ============================================================ */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 3px;
  font-size: 16.46px;
  font-weight: 500;
  cursor: pointer;
}

label.error {
  font-size: 12px;
  color: #fefefe;
  background: #E74B12;
  padding: 3px;
  font-weight: 300;
}

.form-control {
  display: block;
  width: 100%;
  padding: 5px;
  height: 32px;
  line-height: 1.2;
  border: none;
  border-radius: 2px;
  color: #444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  transition: 0.1s ease-in;
}
.form-control.error {
  box-shadow: inset 0 1px 2px rgba(243, 26, 26, 0.6), 0 0 8px rgba(243, 26, 26, 0.6);
  border: 1px solid #E74B12;
  -webkit-animation: error-field 1.3s infinite reverse;
  -o-animation: error-field 1.3s infinite reverse;
  animation: error-field 1.3s infinite reverse;
}

@-webkit-keyframes error-field {
  0%, 100% {
    box-shadow: inset 0 1px 2px rgba(243, 26, 26, 0.66), 0 0 8px rgba(243, 26, 26, 0.66);
    border-color: #E74B12;
  }
  50% {
    box-shadow: inset 0 1px 2px rgba(243, 26, 26, 0.1), 0 0 8px rgba(243, 26, 26, 0.1);
    border-color: transparent;
  }
}
@keyframes error-field {
  0%, 100% {
    box-shadow: inset 0 1px 2px rgba(243, 26, 26, 0.66), 0 0 8px rgba(243, 26, 26, 0.66);
    border-color: #E74B12;
  }
  50% {
    box-shadow: inset 0 1px 2px rgba(243, 26, 26, 0.1), 0 0 8px rgba(243, 26, 26, 0.1);
    border-color: transparent;
  }
}

.form-control:focus {
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 8px rgba(118, 127, 134, 0.6);
}

.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

.form-control::-webkit-input-placeholder {
  color: #777;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 12px;
}
/* END Формы
   ============================================================ */





/* Списки
   ============================================================ */
ul, ol, dl, p {
  margin: 0 auto .7em;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
/* END Списки
   ============================================================ */





/* Заголовки
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0 auto 0;
  font-weight: 400;
}

/* Заголовки в разделах
   ======================================== */
.section-title {
  position: relative;
  margin-bottom: 1.8em;
  overflow: hidden;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: #ff9d4c;
  line-height: 74px;
}

/*.section-title-text:before,
.section-title-text:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: #dedede;
  border-radius: 2px;
}

.section-title-text:before {
  margin-left: -103%;
}

.section-title-text:after {
  margin-left: 3%;
}*/
/* END Заголовки
   ============================================================ */





/* Сноски (footnote)
   ============================================================ */
.footnote {
  font-size: 14px;
}
  .footnote p:last-child {
    margin-bottom: 0;
  }
/* END Сноски (footnote)
   ============================================================ */






/* Bar section (форма)
   ============================================================ */
.bar-section {
  /*width: 1036px;*/
  position: relative;
  padding: 30px 0 20px;
  /*margin: auto;*/
  background: url(../img/pattern-form-section.png) #ff9d4c;
  /*box-shadow: 0 0 54px rgba(70, 57, 46, 0.24);*/
}


/* Призыв к действию в блоке формы (bar-section)
   ======================================== */
.to-action {
  padding: 10px;
  margin-bottom: 16px;
  border-radius: 2px;
  font-size: 26px;
  text-align: center;
  color: #f8f8f8;
  background-color: #76daf7;
  text-transform: uppercase;
}

  .to-action strong:before,
  .to-action strong:after {
    display: inline-block;
    content: "";
    vertical-align: 2px;
    width: 35px;
    height: 14px;
    background: url(../img/sprites/icons.png) no-repeat;
  }

  .to-action strong:before {
    background-position: 0px -101px;
    margin-right: 10px;
  }

  .to-action strong:after {
    background-position: 0px -86px;
    margin-left: 10px;
  }


/* Bar section table (для выравнивания элементов по центру)
   ======================================== */
.bar-section-table {

}

.bar-col-1 {
  width: 530px;
}

.bar-col-2,
.bar-col-3 {
  text-align: center;
}


.bar-fields-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -10px;
}

.bar-fields-col {
  float: left;
  width: 50%;
  margin-bottom: -5px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Сноска
   ======================================== */
.bar-section .footnote {
  text-align: right;
}

.bar-under-button {
  margin-top: 5px;
  /*font-size: 29.6px;*/
  color: #f8f8f8;
}

.bar-phone {
  text-decoration: none;
  font-weight: 500;
  color: #f8f8f8;
}

  .bar-phone span {
    font-size: 1.333445945945946em;
  }






/* Загибающиеся уголки
   ======================================== */
/*.bar-section .top-corners,
.bar-section .bottom-corners {
  position: absolute;
  left: 0;
  right: 0;
}

.bar-section .top-corners {
  bottom: 100%;
}

.bar-section .bottom-corners {
  top: 100%;
}

.bar-section .top-corners:before,
.bar-section .top-corners:after,
.bar-section .bottom-corners:before,
.bar-section .bottom-corners:after {
  content: "";
  position: absolute;
  border: 10.5px solid;
  border-right-width: 19px;
  border-left-width: 19px;
}

.bar-section .top-corners:before,
.bar-section .top-corners:after {
  bottom: 100%;
}

.bar-section .top-corners:before {
  border-color: transparent #c5712c #c5712c transparent;
}

.bar-section .top-corners:after {
  right: 0;
  border-color: transparent transparent #c5712c #c5712c ;
}

.bar-section .bottom-corners:before,
.bar-section .bottom-corners:after {
  top: 100%;
}

.bar-section .bottom-corners:before {
  border-color:  #c5712c #c5712c transparent transparent;
}

.bar-section .bottom-corners:after {
  right: 0;
  border-color: #c5712c transparent transparent #c5712c ;
}*/

/* Цифровое табло
   ======================================== */
.digital-board {
  position: relative;
  padding: 43px 0 17px;
  border-radius: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #ff4c59;
  box-shadow: 0 3px 7px -2px #2A2A2A;
}

  .digital-board:before,
  .digital-board:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    margin: auto;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 100%;
  }

  .digital-board:after {
    left: auto;
    right: 100%;
  }

.digital-board-number {
  font-size: 76px;
  line-height: 0.8;
}

.digital-board-units {
  font-size: 24px;
}

.digital-board-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: rgba(206, 61, 72, 0.9);
}


/* END Bar section (форма)
   ============================================================ */





/* ==========================================================================
   END BASE LAYER
   ========================================================================== */




.layout {

}

.l-header {
  background: url(../img/bg-page-header2.jpg) no-repeat 50% 0;
}

.l-main {

}

.l-footer {
  /*background: #909992 url(../img/bg-section-reliable.jpg) fixed 50%;*/
  /*background: transparent;*/
  background-color: rgba(0, 0, 0, 0.5);
}

.container {
  width: 930px;
  margin: auto;
  padding: 0 15px;
}


/* Header
   ======================================== */
.page-header {
  height: 545px;
  font-size: 18px;
  /*box-shadow: 0 0 54px rgba(70, 57, 46, 0.24);*/
}

.page-header-top {
  padding-top: 33px;
}

  .page-header-top .left-side {
    float: left;
	color:#fff;
    /*color: #fff;*/
  }

  .page-header-top h1 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    display: inline;
  }

  .page-header-top .right-side {
    float: right;
	color:#fff;
  }

.page-header-phones,
.page-header-order-callback {
  float: right;
  color:#fff;
}

.page-header-phones {
  text-align: right;
  margin-right: 13px;
  line-height: 1;
  font-size: 16px;
}

.page-header-phones a {
  color: #423931;
  text-decoration: none;
  color:#fff;
}

  .page-header-phones .primary-phone {
    font-size: 30px;
    font-weight: 500;
  }

.page-header-order-callback {
  position: relative;
}

/* Форма обратого вызова
   ======================================== */
.callback {
  width: 250px;
  position: absolute;
  margin-top: 10px;
  padding: 20px 26px;
  top: 100%;
  right: 0;
  border-radius: 2px;
  background: url(../img/pattern-form-section.png) #ff9d4c;
  opacity: 0;
  visibility: hidden;

  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);

  -webkit-transition: 0.27s;
  -o-transition: 0.27s;
  transition: 0.27s;
}

.callback-form {

}

.callback .form-group {
  margin-bottom: 9px;
}

.btn-order-callback {
  margin-top: 22px;
  font-size: 16.46px;
  color: #fff;
  font-weight: 500;
}

.page-header-order-callback.__dropped {
  
}

.page-header-order-callback.__dropped .btn-drop-order-callback .btn-addon:before {
  border-width: 5px 8px;
}

.page-header-order-callback.__dropped .btn-drop-order-callback .btn-addon:after {
  border-width: 0;
}

.page-header-order-callback.__dropped .callback {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}






.content-section {
  position: relative;
}

/* Белый текст в разделе
   ======================================== */
  .content-section__text-color-invert .content-section-inner {
    color: #fff;
  }

  .content-section__text-color-invert .section-title {
    background-color: #76daf7;
  }


.content-section-inner {
  /*padding-top: 50px;*/
  padding-bottom: 65px;
  background-color: #fff;
  background-position: 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  /*box-shadow: 0 0 54px rgba(70, 57, 46, 0.24);*/
}

@media screen and (min-width: 1920px) {
  -webkit-background-size: auto;
  background-size: auto;
}




/* Раздел что такое ТЦ Северный
   ======================================== */
.content-section__it-is {
  font-size: 18px;
}

.it-is-list {
  text-align: center;
  margin-bottom: -40px;
}

.it-is-list-i {
  width: 220px;
  text-align: center;
  margin: 0 15px 40px;
  vertical-align: top;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

  .it-is-list .list-i-text {
    margin-top: 20px;
    
  }

  .it-is-list .list-i-text strong {
    font-size: 1.3333em;
    text-transform: uppercase;
    display: block;
    font-weight: 300;
  }




/* Раздел с планировкой
   ======================================== */
.content-section__plan {
}

  .content-section__plan .content-section-inner {
    background-color: #d7dbf6;
    background-image: url(../img/bg-section-plan.jpg);
  }

  .content-section__plan .subsection {
    width: 610px;
    margin: 0 auto 65px;
  }

  .content-section__plan .subsection:last-child {
    margin-bottom: 0;
  }

  .content-section__plan .subsection-title {
    margin-bottom: 11px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    color: #4b3e32;
    text-transform: uppercase;
    border-radius: 5px;
  }

  .content-section__plan .subsection-content {
    padding: 5px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    text-align: center;
  }


/* Раздел с причинами
   ======================================== */
.content-section__arguments {
}

  .content-section__arguments .content-section-inner {
    background-color: #a3aeb9;
    background-image: url(../img/bg-section-arguments.jpg);
  }

    .content-section__arguments .section-title-text_small {
      display: inline-block;
      font-size: 0.3888888888888889em;
      text-align: left;
      line-height: 1.1;
      font-weight: 300;
    }

.arguments-list {
  margin-bottom: -24px;
}

.arguments-i {
  width: 50%;
  display: table;
  float: left;
  padding: 0 3% 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.arguments-i_icon {
  width: 142px;
  height: 142px;
  line-height: 142px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  background-color: rgba(255,255,255,0.9);
  display: table-cell;
}

.arguments-i_icon .icon {
}

.arguments-i_text {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

  .arguments-i_text strong {
    font-size: 1.3333em;
    display: block;
    font-weight: 300;
  }

/* Сноска
   ======================================== */
  .content-section__arguments .footnote {
    margin-left: 3%;
  }





/* Раздел "Расположение на карте"
   ============================================================ */
.content-section__map {

}

  .content-section__map .content-section-inner {
    padding-bottom: 0;
  }

  .content-section__map .section-title {
    margin-bottom: 0;
  }
/* END Раздел "Расположение на карте"
   ============================================================ */





/* Раздел "Документы"
   ============================================================ */
.content-section__files {

}

  .content-section__files .section-title {
    background-color: #76daf7;
  }

  .content-section__files .table {
    text-align: center;
  }

  .content-section__files .table td:nth-child(2) {
    text-align: left;
  }
/* END Раздел "Документы"
   ============================================================ */





/* Раздел "Сверный - надежный партнер"
   ============================================================ */
.content-section__reliable {
}

  .content-section__reliable .content-section-inner {
    /*background-color: #909992;*/
    /*background-image: url(../img/bg-section-reliable.jpg);*/
    background: transparent;
  }

.documents-gallery {
  text-align: center;
}

.documents-gallery-i {
  display: inline-block;
}

.documents-gallery-i figcaption {
  font-size: 19px;
  margin-top: 20px;
}

.content-section__reliable .bar-col-3 {
  width: 130px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

/* О компании
   ======================================== */
.about-company {
  margin-bottom: 30px;
  width: 100%;
  display: table;
}

.about-company-left-side,
.about-company-right-side {
  display: table-cell;
  vertical-align: middle;
}

.about-company-right-side {
  font-size: 19px;
}

.about-company_logo {
  background-color: #fff;
  border-radius: 5px;
  width: 204px;
  height: 175px;
  line-height: 175px;
  text-align: center;
}

.about-company_text {
  margin-left: 30px;
}

  .about-company_text p {
    margin-bottom: 0;
  }


/* END Раздел "Сверный - надежный партнер"
   ============================================================ */





/* Footer
   ============================================================ */
.page-footer {
  color: #fff;
  font-size: 12px;
}

.page-footer-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

  .page-footer .pull-left {
    font-size: 11px;
    margin-top: 10px;
  }

    .page-footer p {
      margin-bottom: 0;
    }

  .page-footer .pull-right,
  .page-footer .text-center {
    margin-top: 15px;
  }

    .page-footer .pull-right * {
      vertical-align: bottom;
    }

    .page-footer .pull-right span {
      margin: 0 5px 0 30px;
    }

.footer-logo-binvest {
  margin: -12px 0 0 25px;
}

.scroll-top {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
/* END Footer
   ============================================================ */


/*============================
=            News            =
============================*/

.news {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 2px solid #ff9d4c;
  background-color: #fff;
}

.news__inner {
}

.news__item {

}

.news__item-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.news__item-area-images {
  min-width: 300px;
  flex-shrink: 0;
  width: 350px;
  /*height: 300px;*/
  overflow: hidden;
  margin-right: 30px;
}

.news__item-area-text {

}

.news__item-title {
  margin: 0;
  margin-bottom: 8px;
  font-size: 26px;
  text-transform: uppercase;
}

.news__item-date {
  display: block;
  margin-bottom: 15px;
  font-size: 0.8em;
  color: #7e7e7e;
}

.news__item-text {

}

/*=====  End of News  ======*/



/*===================================
=            News slider            =
===================================*/

.news-slider {

}

.news-slider__item {
  
}

.news-slider > .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  font-size: 0;
  border: none;
  background: none;
  transition: 0.3s;
  outline: none;
}

.news-slider > .slick-arrow.slick-disabled {
  opacity: 0.15;
  user-select: none;
  pointer-events: none;
}

.news-slider > .slick-arrow::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.news-slider > .slick-prev {
  right: 100%;
}

.news-slider > .slick-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23121313' fill-rule='evenodd' d='M11.3 16.7l9 9c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L13.4 16l8.3-8.3c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0l-9 9c-.4.4-.4 1 0 1.4z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.news-slider > .slick-next {
  left: 100%;
}

.news-slider > .slick-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23121313' fill-rule='evenodd' d='M21.7 15.3l-9-9c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l8.3 8.3-8.3 8.3c-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0l9-9c.4-.4.4-1 0-1.4z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

/*=====  End of News slider  ======*/


/*==========================================
=            News images slider            =
==========================================*/

.news-images-slider {

}

.news-images-slider__item {

}

.news-images-slider > .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 40px;
  font-size: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  outline: none;
  transition: 0.3s;
}

.news-images-slider > .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.news-images-slider > .slick-arrow::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.news-images-slider:hover > .slick-arrow {
  opacity: 1;
}

.news-images-slider > .slick-prev {
  left: 0;
}

.news-images-slider > .slick-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.3 16.7l9 9c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L13.4 16l8.3-8.3c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0l-9 9c-.4.4-.4 1 0 1.4z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.news-images-slider > .slick-next {
  right: 0;
}

.news-images-slider > .slick-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M21.7 15.3l-9-9c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l8.3 8.3-8.3 8.3c-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0l9-9c.4-.4.4-1 0-1.4z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.news__item-image-wrapper {
  width: 100%;
  height: 300px;
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@supports (object-fit: cover) {
  .news__item-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

/*=====  End of News images slider  ======*/











/* ==========================================================================
   PROJECT LAYER
   ========================================================================== */

/* ==========================================================================
   END PROJECT LAYER
   ========================================================================== */










/* ==========================================================================
   COSMETIC LAYER
   ========================================================================== */

/* ==========================================================================
   END COSMETIC LAYER
   ========================================================================== */


























/* ==========================================================================
   Helper classes
   ========================================================================== */

.center-block {
 display: block;
 margin-right: auto;
 margin-left: auto;
}
.pull-right {
 float: right !important;
}
.pull-left {
 float: left !important;
}
/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
}
