/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

/*    height: 100%;
    min-height: 1px;*/
/*    height: calc(100vh - 43px);
    min-height: 800px;*/
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.news_block_items_item_img
{
  width: 100%;
  overflow: hidden;
  transition: transform .5s;
}
.news_block_items_item_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_block_items_item_name {
    font-size: 25px;
    padding-top: 0px;
    padding-left: 4px;
}
.slick-slide img
{
    display: block;
    width: 100%;
    height: 72.5%;
}
.news_block_items_item_img img{
  max-width: 446px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media (min-width: 601px) and (max-width: 960px){
.slider-photos-top .slider-photo, .slider-photos-down .slider-photo {
    height: 168px;
}
.slider-photo img {
    height: 100%;
    width: 80% !important;
    margin: 0 auto;
}
}

.subs-forms{
  font-family: 'Montserrat', sans-serif !important;
}


.navi-adress-img {
    display: flex;
}

.about-left-image{
    overflow: hidden;
}

.slider-photo:hover img{
    cursor: pointer !important;
}
#pop-up-btn3:hover{
    cursor: pointer;
    color: #F4911D;
}
.b-popup {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  border-radius: 5px;
}
.b-popup .b-popup-content {
  position: relative;
  margin: 100px auto;
  width: 500px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #000;
}
.b-popup .b-popup-content.active {
  display: block;
  height: 100%;
  overflow: hidden;
}
.b-popup .b-popup-content .feedback-form {
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.b-popup .b-popup-content .feedback-form label {
  font-size: 14px;
}
.b-popup .b-popup-content .feedback-form input {
  text-transform: unset;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  font-size: 14px;
}
.b-popup .b-popup-content .feedback-form input:focus {
  outline: none;
}
.b-popup .b-popup-content .feedback-form .wpcf7-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 500px;
  color: #000 !important;
  border-radius: 5px;
}
.b-popup .b-popup-content .feedback-form .wpcf7-form p {
  padding: 20px;
}
.b-popup .b-popup-content .feedback-form .wpcf7-submit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 250px;
  height: 50px;
  border: none;
  color: #fff;
  background: #666;
  font-size: 14px;
  border-radius: 5px;
}
.b-popup .b-popup-content .feedback-form .wpcf7-submit:hover {
  cursor: pointer;
  background: #76281C;
}

#pop-up-hide,#pop-up-hide2 {
  position: absolute;
  right: 10px;
  top: 10px;
  margin-left: 15px;
  color: #76281C;
  font-weight: bold;
  float: right;
  font-size: 60px;
  line-height: 38px;
  cursor: pointer;
  transition: 0.3s;
}
#pop-up-hide:hover, #pop-up-hide2:hover {
  color: #000;
  transition: 0.3s;
}

@media screen and (max-width: 800px) {
  .filters.js_menu.active{
    left: 0 !important;
  }
  .b-popup .b-popup-content {
    position: relative;
    margin: 50px auto;
    width: 300px;
    height: 400px;
  }
  .b-popup .b-popup-content .feedback-form {
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .b-popup .b-popup-content .feedback-form label {
    font-size: 12px;
  }
  .b-popup .b-popup-content .feedback-form input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000;
    font-size: 12px;
    width: 250px;
  }
  .b-popup .b-popup-content .feedback-form input:focus {
    outline: none;
  }
  .b-popup .b-popup-content .feedback-form .wpcf7-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
    color: #000 !important;
    border-radius: 5px;
  }
  .b-popup .b-popup-content .feedback-form .wpcf7-form p {
    padding: 10px;
  }
  .b-popup .b-popup-content .feedback-form .wpcf7-submit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 250px;
    height: 50px;
    border: none;
    color: #fff;
    background: #666;
    font-size: 14px;
    border-radius: 5px;
  }
  .b-popup .b-popup-content .feedback-form .wpcf7-submit:hover {
    cursor: pointer;
    background: #76281C;
  }
}

.footer-logo {
    height: 100%;
    display: flex;
    align-items: center;
}
.news_block_items_item_word{
		padding-top: 8px;
}
