@font-face {
font-family: 'nunito';
src: url('../fonts/Nunito_Sans/nunito.ttf');

}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
    font-family: 'nunito';
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
header
{
      background-color: #41373c;
  /*background-image:url(../img/city.png);*/
      background-size: contain;
    padding: 28px 0px;
}
.slider-for .slideImage 
{
    cursor: pointer;
}
.logoLink
{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
}
.logoLink:hover
{
 text-decoration:none;
    color: #fff;
}
.logoImg
{
  height:70px;
      margin-right: 10px;
}
.pagi
{
      margin-bottom: 25px;
}
.mainNav
{
      margin-top: 25px;
      display: flex;
    justify-content: space-between;
}
.mainNav li 
{
  
}
.mainNav li a
{
      color: #fff;
    font-weight: bold;
}
.mainNav li a:hover
{
  
}
.mainNav li a.active
{
  
}
.mainSlide
{
  background-image: url(../img/back.jpg);
      background-size: cover;
    background-position: center;
}
.shadow
{
      background: rgb(29 15 15 / 10%);
}
.slideTitle
{
     font-size: 36px;
    color: #D4DBE2;
    font-weight: bold;
}
.slideText
{
    font-size: 26px;
    color: #D4DBE2;
    margin-top: 17px;
}
.pv80
{
    padding: 80px 0px;
}
.slideForm
{
   /* background: rgb(69 60 65 / 90%);*/
    background: rgb(0 0 0 / 70%);
    padding: 50px 40px;
    border-radius: 0px;
}
.slideFlex
{
      align-items: center;
    display: flex;
}
.obro
{
  color:#D4DBE2;
}
.obro:hover
{
  color:#D4DBE2;
}
.inputField
{
    width: 100%;
    padding: 11px;
    border: 1px solid rgb(0 0 0 / 70%);
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
      background: rgb(0 0 0 / 70%);
          border-radius: 0px;

}
/* Для браузеров Webkit (Chrome, Safari) */
.inputField::-webkit-input-placeholder {
   color: #fff;
}

/* Для браузеров Gecko (Firefox) */
.inputField::-moz-placeholder {
  color: #fff;
  opacity: 1; /* Firefox по умолчанию добавляет меньшую непрозрачность */
}

/* Для браузеров MS */
.inputField:-ms-input-placeholder {
   color: #fff;
}
.selectField
{
width: 100%;
    padding: 11px;
height: 51px;
    border: 1px solid rgb(0 0 0 / 70%);
    margin-bottom: 20px;
    font-size: 20px;
    color: #D4DBE2;
     background: rgb(0 0 0 / 70%);
        border-radius: 0px;
}
.myBtn
{
   display: inline-block;
  padding: 15px 25px;
      cursor: pointer;
    transition: 0.5s;
         border-radius: 0px;
           border: none;
}
.pingHide
{
	display:none;
}
.chpbtn
{
	    display: flex;
    justify-content: left;
    margin-bottom: 10px;
}
.formBtn
{
      background: #7B7C81;
     color: #D4DBE2;
}
.formBtn:hover
{
    background: #4b4b4c;
 
    color: #D4DBE2;
}
.catalogLink
{
    background: #7B7C81;
    color: #D4DBE2;
    margin-top: 22px;
        display: inline-flex;
    align-items: center;
}
.catalogLink img
{
      height: 12px;
    margin-left: 12px;
}
.catalogLink:hover
{
   background: #4b4b4c;
 text-decoration: none;
 color: #D4DBE2;
}
.checkboxBlock
{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.checkboxBlock label
{
      margin-left: 10px;
    color: #D4DBE2;
    font-size: 12px;
    line-height: 13px;
}
.formTitle
{
      font-size: 30px;
    color: #D4DBE2;
    margin-bottom: 10px;
      display: block;
}
.formText
{
    color: #D4DBE2;
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 17px;
}
.objectDescBlock
{
    background: #1D0F0F;
        padding-top: 80px;
    padding-bottom: 40px;
  
}
.objectDescBlock h2,
.objectDescBlock h1
{
    color: #D4DBE2;
    font-size: 50px;
    text-align: center;
}
.objectDescBlock p 
{
      color: #D4DBE2;
    margin-top: 30px;
    font-size: 23px;
    line-height: 30px;
}
.itemsBlock
{
      background: #1D0F0F;
          padding-bottom: 70px;
}
.item
{
    background: #453C41;
    color: #D4DBE2;
    margin: 10px;

    overflow: hidden;
    opacity: 0.9;
}
.item:hover
{
  opacity: 1;
}
.itemImg
{
  max-width:100%;
      display: block;
}
.itemsSlider .slick-prev {
    left: 10px;
    z-index: 100;
}
.itemsSlider .slick-prev, 
.itemsSlider .slick-next {
    width: 50px;
    height: 50px;
    top: 35%;
   
}
.itemsSlider .slick-prev:before, 
.itemsSlider .slick-next:before {
   
    font-size: 50px;
 
    opacity: .75;
    color:#D4DBE2;
  
}
.itemsSlider .slick-next {
    right: 10px;
}
.itemDesc
{
  padding: 20px;
}
.itemTitle
{
      font-size: 18px;
    font-weight: bold;
    line-height: 22px;
       margin-bottom: 15px;
    display: block;
}
.itemInfoBlock
{
display: flex;
    justify-content: space-between;
        border-bottom: 1px solid #D4DBE2;
}
.itemInfo
{
  width:25%;
      padding: 8px;
          text-align: center;
              display: flex;
    flex-direction: column;
    justify-content: space-evenly;
 
}
.itemInfo-2
{
    border-left: 1px solid #D4DBE2;
}
.itemInfo-3 
{
    border-left: 1px solid #D4DBE2;
}
.itemInfo-4
{
      border-left: 1px solid #D4DBE2;
}
.itemInfoVal
{
font-size: 15px;
     margin-bottom: 3px;
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
}
.itemInfoVal small
{
      font-size: 10px;
      font-weight: normal;
      margin-left: 2px;
}
.itemInfoDesc
{
    font-size: 12px;
    display: block;
  
}
.itemInfo-1 img
{
      height: 16px;
    margin: 0 auto;
    margin-bottom: 3px;
}
.h2Style
{
  display: flex;
    align-items: center;
      margin-left: 10px;
    color: #D4DBE2;
    font-size: 30px;
    margin-bottom: 20px;
}
.h2Style-main
{
  margin-left: 0px;
}
.withIcon
{
display: flex;
    align-items: center;
    margin: 7px 0px;
}
.withIcon img
{
  height: 20px;
  display: inline-block;
    margin-right: 6px;
}
.withIcon span
{
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 15px;
}
.objectDescBlock-rev 
{
      background: #D4DBE2;
}
.objectDescBlock-rev h2,
.objectDescBlock-rev h1
 {
    color: #1D0F0F;
    }
.objectDescBlock-rev p {
    color: #1D0F0F;
}
.itemsBlock-rev
{
     background: #D4DBE2;
}
.itemsBlock-rev .h2Style {

    color: #1D0F0F;
  }
  footer
  {
        background: #41373c;
    padding: 40px;
  }
  .companyName
  {
        color: #D4DBE2;
    font-size: 14px;
  }
  .footerMenu
  {

  }
  .footerMenu li
  {
    margin-bottom: 10px;
    color: #D4DBE2;
  }
  .footerMenu li a
  {
        color: #D4DBE2;
 
  }
    .footerMenu li a:hover
  {
text-decoration:underline;
  }
  b
  {
        font-weight: bold;
  }
  .footerTitle
  {
        display: flex;
    align-items: center;

  }
    .footerTitle span
  {

  }
  .footerTitle img
  {
      height: 15px;
    margin-right: 7px;
  }
  .finfo
  {
    font-size: 14px;
  }
  .finfo b
  {
        margin-left: 5px;
  }
  .miniLink
  {
        color: #D4DBE2;
    font-size: 12px;
    font-family: 'nunito';
    text-decoration: underline;
  }
    .miniLink:hover
  {
        color: #D4DBE2;
        text-decoration: none;
  }
  .fkfilBlock
  {
display: inline-block;
    background: #8c8c8e;
    cursor: pointer;
    color: #D4DBE2;
    border: 1px solid;
    padding: 11.5px 14px;
    font-weight: bold;
    margin-right: 5px;

  }
  .input
  .fkfilBlock:hover
  {
    background: #595055;
  }
  .fkfilBlockActive
  {
     background: #453C41;
  }
  .rieltLic
  {
    display: inline-flex;
    align-items: center;
    color: #D4DBE2;
    font-size: 20px;
    float: left;
    width: 20%;
       margin-right: 4%;
  }
.rielLin
{
	    display: flex;
    align-items: center;
}
   .rieltLic:hover
  {
        color: #D4DBE2;
  }
  .rieltLic img
  {
       width: 100%;
    margin-right: 0px;

  }
  .rieltLic span
  {

  }
  .rnlin
  {
  	    font-weight: bold;
    color: #fff;
  }
   .rnlin:hover
  {
  	
    color: #fff;
  }
.phoneClick img {
    width: 24px;
    margin-right: 5px;
}
  .obj_2_cont
  {
font-size: 18px;
    line-height: 22px;
    text-align: justify;
  }
    .obj_2_cont p
    {
      margin-bottom: 10px;
    }
  .phoneClickTitle
  {
        font-size: 23px;
    display: block;
    text-align: center;
    text-decoration: underline;
    margin-top: 20px;
  }
  .phoneClick
{
    display: inline-flex;
    text-align: center;

    font-size: 17px;
    color: #D4DBE2;
    font-weight: bold;
    align-items: center;
}
  .phoneClick:hover
  {
       color: #D4DBE2;
  }
  .mainNav li.current a, 
  .mainNav li.active a
  {
    text-decoration: underline !important;
  }
  .lastLine
  {
        display: flex;
    justify-content: space-between;
    color: #D4DBE2;
        padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgb(212 219 226 / 10%);
  }
  .logoLink-footer img
  {
    height: 40px;
    margin-right: 4px;
  }
  .logoLink-footer
  {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .itemType-1 .itemInfo {
    width: 33%;

  }
  .catalogLink-2
  {
    margin-left: 25px;
      background: #D4DBE2;
    color: #1d0f0f;
  }
    .catalogLink-2:hover
  {
           background: #fff;
    color: #1d0f0f;
 
  }

 .objectDescBlock-rev .catalogLink-2
  {
       background: #1d0f0f;
           color: #d4dbe2;  
  }
   .objectDescBlock-rev .catalogLink-2:hover
  {
    background: #3e2222;
  }
  .catalogLinkBlock
  {
    text-align: center;
  }
  .callBlock
  {
        background: #D4DBE2;
    padding: 40px 0px;
  }
  .clBack
  {
        background: #1D0F0F;
    padding: 37px;

    text-align: center;
  }
  .clBack p
  {
        color: #D4DBE2;
    font-size: 20px;
    margin-top: 8px;
  }
  .clBack h2,
  .clBack h3
  {
        color: #D4DBE2;
    font-size: 35px;
  }
  .h2Style img
  {
        height: 30px;
    margin-right: 15px;
  }
  .price
  {
 width: 50%;
    font-size: 20px;
    font-weight: bold;
  }
  .price-1
  {
       
    padding-left: 20px;
  }
    .price-2
  {
    
    padding-right: 20px;
    text-align:right;
  }
  .price small
  {
    font-weight: normal;
    margin-left:3px;
        font-size: 12px;
  }
.priceBlock
{
  display: flex;
    justify-content: space-between;
    padding: 13px 0px;
background: #E7DCCF;
color: #41373c;
}
.typeBtn
{
    text-decoration: none;
   background: #7B7C81;
    color: #D4DBE2;
    padding: 7px 10px;
        display: inline-flex;
    align-items: center;
    
}
.typeBtn:hover
{
   color: #D4DBE2;
}
.typeBtn-active
{
      background: #7B586B;
    color: #D4DBE2;

}
.typeBtn-1
{

  border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.typeBtn-2
{
  
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
 
}
.typeBtn img
{
    display: inline-block;
    margin-right: 4px;
    height: 18px;
}
.typeBtn span
{

}
.itemsBlock-page .item
{
  margin:0;
  margin-bottom: 30px;
}
.slideImage-mini img
{

}
.slideImage img
{
   height: 560px;
   position: relative;
    margin: 0 auto;
}
.blur
{
  background-size: cover;
  background-position: center;
  filter: blur(5px);
  height: inherit;
  width: 100%;
  position: absolute;
  opacity: 0.2;
}
.adress_info
{
color: #D4DBE2;
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}
.linkMap 
{
      color: #D4DBE2;
    margin-left: 9px;
    font-size: 12px;
}
.vacancyText img {
    max-width: 100%;
    height: auto;
}
.linkMap:hover
{
   color: #D4DBE2;
}
.pg_infoBlock
{
      background: #453C41;
    padding: 25px;
 
    color: #D4DBE2;
        margin-bottom: 25px;
}
.priceMain
{
  font-size: 23px;
     display: inline-block;
    font-weight: bold;
}

.priceOther
{
        font-size: 16px;
    font-weight: normal;
    display: inline-block;
}
.blockTitle
{
      font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    display: block;
}
.sg_inf_box {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    border-right: 2px solid #453c41;
    padding-right: 15px;
}
.sg_inf_box:last-child {
   
    border-right: none;
  
}
.sg_inf_box>div:first-child
{

    margin-right: 15px;

}
.sg_inf_box>div:first-child img
{
    height: 40px;
    display: block;
}
.sg_inf_box_a
{
    font-size: 12px;
    display: block;
}
.sg_inf_box_b
{
      display: block;
    font-weight: bold;
    margin-top: 3px;
}
.sgFlex
{
    display: flex;
    justify-content: center;
    background: #ffffff;
    color: #453C41;
}
.locImg
{
    height: 13px;
    margin-right: 3px;

}

.char {
  display: flex;
  align-items: baseline;
  gap: 8px;            /* расстояние между подписанием и точками и цифрой */
  font-family: sans-serif;
  font-size: 16px;
      margin-bottom: 12px;
}

.charName
{
      font-size: 14px;
    font-weight: bold;
}
.charValue
{
max-width: 65%;
    text-align: justify;
    line-height: 20px;
}
.charName, .charValue {
/*  white-space: nowrap; /* чтобы подпись и цифра не переносились */
}

/* полоса точек */
.dots {
  flex: 1;             /* занимает всё свободное пространство между label и value */
  height: 4px;         /* высота «полосы»; можно подправить */
  margin: 0 8px;
  background-image: radial-gradient(circle, currentColor 1.5px, transparent 1.5px);
  background-size: 10px 100%;   /* расстояние между точками (10px) */
  background-repeat: repeat-x;
  background-position: 0 50%;
  opacity: 0.8;        /* при желании чуть светлее */
}
.h2new
{
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    display: block;
}
.obj_content
{
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    color: #D4DBE2;
}
.obj_content p
{
    margin-bottom: 10px;
}
.apb
{
  margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    display: flex;
    align-content: center;
        justify-content: space-between;
}
.apb>span
{
font-size: 20px;
    display: block;
    line-height: normal;
}
.sellectCur
{

    padding: 4px 5px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #D4DBE2;
    font-size: 14px;
}
.sellectCur-active
{
    background: #D4DBE2;
    color: #453c41;
}
.priceib
{
display:none;
}
.priceib-show
{
display:block;
}
.slideImage-mini img
{
  max-width: 100%;
  width: 100%;
}
.slider-nav
{
    margin-top: 15px;
}
.slideImage-mini
{
      border: 2px solid #1d0f0f;
    margin: 2px;
    opacity:0.7;
    cursor:pointer;
}
.slider-nav .slick-current .slideImage-mini
{
opacity: 1;
    border-color: #d4dbe2;
}
.slider-nav .slick-next {
    right: 0;
}
.slider-nav .slick-prev {
    left: 0;
}
.h2Style-type-2 {
    display: block;

    color: #D4DBE2;
    font-size: 30px;
    margin-bottom: 20px;
}
.documentLink
{
    color: #D4DBE2;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 18px;
}
.documentLink:hover
{
   color: #D4DBE2;
  }
.documentLink img
{
  height: 24px;
    margin-right: 5px;
    display: inline-block;
}
.documentLink span
{

}
.teamLink
{
text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    display: block;
    background: #E7DCCF;
    color: #41373c;

    word-spacing: 100px;
    overflow: hidden;
    line-height: 20px;
        padding: 12px 0px;

}
.teamLink:hover
{
    
    color: #41373c;
}
.teamLink img {
    max-width: 100%;
    border-radius: 100%;
    filter: grayscale(1);
    transition: 0.7s;
}
.teamLink:hover img
{
    
  filter: grayscale(0);
}
.teamLink>div
{
padding: 0px 25px;
    margin-bottom: 10px;
}
.mt50
{
  margin-top: 50px;
}
.obj_content a
{
  color:#D4DBE2;
}
.obj_content a:hover
{
  color:#D4DBE2;
}
img
{
  max-width: 100%;
}

.teamMainImage
{
      background: #E7DCCF;
    color: #41373c;
        border-radius: 0px;
    overflow: hidden;
}
.teamMainImage p
{
    padding: 15px 10px;
}
.teamMainImage a
{
   color: #41373c;
}
.teamMainImage a:hover
{
   color: #41373c;
}
.obj_content_resize {
  height: 60px;
  overflow: hidden;
  transition: height 0.5s ease;
}

.toggle_btn {
    border: 1px solid;
    padding: 4px 5px;
    display: inline-block;
    border-radius: 0px;
    font-size: 14px;
    background: #D4DBE2;
    color: #453c41;
    cursor: pointer;
    margin-top: 14px;
}

.toggle_btn:hover {
    background: #fff;
    color: #453c41;
}
.slider-for .slick-prev {
    left: 60px;
}
.slider-for .slick-next {
    right: 60px;
}
.slider-for .slick-prev, 
.slider-for .slick-next {

    width: 60px;
    height: 60px;
        z-index: 100;

}
.slider-for .slick-prev:before,
.slider-for .slick-next:before {

    font-size: 60px;

}
.vacancyText li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.vacancyText li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;   /* ширина маркера */
    height: 16px;  /* высота маркера */
    background-image: url(../img/check-mark.png);
    background-size: contain; /* масштабируем под размеры блока */
    background-repeat: no-repeat;
}
.vacancyText ul
{
      margin: 20px 0px;
}
.vacancyText h3
{
display: block;
    color: #D4DBE2;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
        line-height: 26px;
  }
  .vacancyText li b 
  {
        font-size: 19px;
  }
  .filterStart
  {
        background: #1d0f0f;
    color: #d4dbe2;
    margin-left: 1%;
  }
  .title-t2
  {
  	display: flex; 
  	justify-content: space-between;
  }
.filterName
{
      color: #1d0f0f;
    font-weight: bold;
    font-size: 18px;

        margin-bottom: 12px;
}
.filSep
{
    display: inline-block;
    margin: 0px 4px;
    font-weight: bold;
    color: #000;
}
.filterBlock-dom 
{
display: block;
    margin-top: 15px;

}
.filterBlock
{
       margin: 0 1%;
    width: 23%;
    float: left;
}
  .fi1
  {
    padding: 10.5px;
    color: #000;
    font-size: 16px;
    width: 45%;
    text-align: center;
    border: none;
    background-color: #fff;
        border-radius: 0px;
  }
  .fi2
  {
    background-color: #fff;
    padding: 10.5px;
    font-size: 16px;
    border: none;
    border-radius: 0px;
    width: 100%;
        color: #000;
      height: 42.6px;
  }
  .pagiBlock a
  {
      border-radius: 0;
    /*background: #727176;*/
    color: #d4dbe2;
    padding: 9px;
    display: inline-block;
    width: 32px;
    height: 31px;
    margin: 0px 3px;
        border-bottom: 2px solid;
  }
  .pagiBlock a:hover
  {
  	    background: #727176;
  	    text-decoration: none;
  }
    .pagiBlock b
  {
       border-radius: 0;
    background: #d4dbe2;
        color: #1d0f0f;
    padding: 9px;
    display: inline-block;
    width: 32px;
    height: 31px;
    margin: 0px 3px;
  }
   .footerSocial
   {
opacity:1;
transition:0.5s;
 }
    .footerSocial:hover
   {
opacity:0.7;
 }
  .footerSocial img
  {
    width: 16px;

  }
        .mainNav {
    margin-top: 25px;
    display: flex;
    justify-content: end;
}
        .mainNav li {
    margin-left: 20px;
}
        .mainNav li a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.navBl
{
   margin-right: 25px;
}
.dsknone
{
  display: none;
}
.openMenu
{
      cursor: pointer;
}
body.no-scroll {
    overflow: hidden;
}
.pvNew
{
   padding-bottom: 20px;  
   padding-top: 160px;
}

section.filter
{
    background: #D4DBE2;
    color: #ddd;
    padding: 33px;

}

.wp_send_popup_error
  {
    position: fixed;
    padding: 17px;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -60px;
    background: #fff;
    font-size: 19px;
    width: auto;
    display: block;
    z-index: 1000000000;
    color: #982430;
    text-align: center;
    border: 2px solid #982430;
  } 
  .wp_send_popup_error_block
  {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: 41111;
  }
  .wp_send_popup_error h4
  {
    margin: 0;
    margin-bottom: 12px;
    color: #98222f;
  }
  .wp_send_popup_error .wp_close_popup_error
  {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    font-weight: bold;
   background: #982330;
       
    padding: 2px 7px;
    color: #fff;
    border: 2px solid #982330;
    border-right: none;
    border-top: none;
  }.wp_send_popup_error .wp_close_popup_error:hover
  {

    color: #982330;

    background: #fff;

  }
  #wp_send
  {
    display:none;
  }
.modal-content
{
      /*background: rgb(69 60 65 / 1000%);*/
    background: rgb(0 0 0 / 90%);
    border-radius: 0;
    box-shadow: 0px 0px 5px 0px #515050;
    border: none;
}
.modal-header 
{
    border-bottom: none;
    padding: 40px 35px;
    padding-bottom: 0px;
}
.modal-body {

    padding: 40px 35px;
padding-top: 20px;
}
.modal-content input,
.modal-content select
{
      border: 1px solid #3e3e3e;
}
.modal-header .close span
{
     color: #fff;
    font-size: 36px;
    line-height: 0px;
}

.myBtn-light
{
background-color: #D4DBE2;
color:#1d0f0f;
    font-weight: bold;
    transition:0.5s;
}
.myBtn-light:hover
{
 background-color: #fff;
 color:#1d0f0f;
}
.mmt14
{
      margin-top: 40px;
}

.filter form
{
  width: 100%;
}

.mmblock
{
      display: flex;
    align-items: center;
    justify-content: space-between;
}
.filterBlock-dom::after {
  content: "";
  display: table;
  clear: both;
}
.filterBlock-dom-20 .filterBlock
{
    margin: 0 1%;
    width: 18%;
    float: left;
}
.h2Style-main
{
      justify-content: space-between;
}
.h2Style-main img:hover
{
opacity: 0.7;
}
.h2Style-main img
{
      height: 45px;
    margin-right: 15px;
    margin-left: 30px;
}
.svg-str,
.svg-str svg
{
      width: 30px;
    height: 30px;
}
.svg-str svg
{

    transform: var(--f-button-svg-transform);
    fill: var(--f-button-svg-fill);
    filter: var(--f-button-svg-filter);
    opacity: var(--f-button-svg-opacity, 1);
    transition: var(--f-button-svg-transition);
    stroke: #D4DBE2;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}
.svgBtn
{
position: absolute;
    inset: 50% auto auto;
    transform: translateY(-50%);
    z-index: 50;
    background: #1d0f0f;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    opacity: 0.6;
    cursor:pointer;
}
.svgBtn:hover
{
  opacity:1;
}
.svgBtn-prev
{
    left: 50px;
}
.svgBtn-next
{
      right: 50px;
}

.btn-call {
     background: #d4dbe2;
    border: 2px solid #1d0f0f;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgb(83 75 81);
    cursor: pointer;
    height: 60px;
    width: 60px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.btn-call__ico {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
    color: white;
    font-size: 30px;
    padding-top: 5px;
    transition: .3s all;
}

.btn-call:hover {
    background-color: #fff;
}

.btn-call:hover .btn-call__ico {
    color: #38a3fd;
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

.closeMenu img
{
	    width: 40px;
}

.flcent
{
	    display: flex;
    align-items: center;
}
.hmeImg
{
	width: 20px;
	margin-right: 10px;
}
.filterMobileLink
{
	    background: #1d0f0f;
	    display: none;
}

.filterMobileLink a
{
    margin-top: 20px;
    background: #D4DBE2;
    display: inline-flex;
    align-items: center;
    padding: 13px;
    color: #1D0F0F;
    font-size: 14px;
        font-weight: bold;


}
.filterMobileLink a img
{
	    width: 15px;
    margin-right: 10px;
}


  #infoPanel {
        width: 28%;
        float: right;
        padding: 0px;
        border: 1px solid #ccc;
        min-height: 300px;
        display: none;
        position: relative;
        background: #fff;
        inset: 50% auto auto;
        transform: translateY(-50%);
        position: fixed;
        left: 33%;
        z-index: 1000000;
      }
      #infoPanel .closeBtn {
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        font-weight: bold;
        color: #333;
        background: #eee;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;

      }
      

   #infoPanel .item
      {
opacity:1;
    margin: 0px;

    box-shadow: 0px 0px 18px 7px #1d0f0f;
      }
/* -------------------------------------------------------------------------------------------- MEDIA -------------------------------------------------------------------------*/
@media screen and (max-width:1286px){

.mainNav li a {

    font-size: 16px;
}



}

@media screen and (max-width:1216px){

.mainNav li a {
        font-size: 14px;
    }



}



@media screen and (max-width:992px){
	.filterMobileLink
{
	    
	    display: block;
}

	.filter-hidden
	{
		    height: 0px;
    overflow: hidden;
    padding: 0 !important;
    transition: height 0.3s ease, padding 0.3s ease;
	}
		.mobileTitle:first-child
		{
			margin-top:30px;
		}
		    .filter-hidden.active
		    {
		    	 padding:33px !important;
		    }
	.mobileTitle
	{
		    padding: 0px 20px;
		            margin-bottom: 20px;
	}
	.mobileTitle>span
	{
	        color: #969696;
    margin-bottom: 10px;
    display: block;
	}
	.mobileTitle a,
	.mobileTitle a:hover
	{
			    color: #D4DBE2;
	}
	.mobileTitle li
	{
		margin-bottom: 5px;
		        line-height: 20px;
		   color: #D4DBE2;
	}
.objectDescBlock h2 {
  
    font-size: 46px;
 
}

section.filter,
.infoMar
{
margin-top: 100px


}
    .pvNew {
        padding-bottom: 80px;
        padding-top: 80px;
    }
.mainNav li a {
        font-size: 21px;
        padding: 13px 16px;
        display: block;
    }
.mainNav li a:hover {

        background: #453C41;
        text-decoration: none;
    }
.itemInfoVal {
    font-size: 11px;
    margin-bottom: 3px;
    display: block;
    font-weight: bold;
    letter-spacing: 0px;
}
   
  header {
        position: fixed;
        width: 100%;
        z-index: 200;
        padding: 16px 0px;
        top: 0;
}
.mainSlide {

    margin-top: 100px;
}
.logoImg {
    height: 60px;
}
.logoLink span
{
      font-size: 16px;
}
.mobileTop 
{
  display: flex;
    justify-content: space-between;
}
.dsknone
{
  display: block;
}
.navBl {
    margin-right: 0;
 height: 100%;
    position: fixed;
    background: #1d0f0f;
    top: 0;
    left: 0;
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 100%;
    
    /* Скрываем элемент */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Когда меню активно */
    .navBl.active {
        display: block;
        opacity: 1;
        visibility: visible;
        flex-direction: column;
        justify-content: space-between;
        overflow: auto;
    }
.mainNav {
    margin-top: 0px;
    flex-direction: column;
}
.menuHead
{
display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 18px 16px;
               padding-bottom: 32px;
        margin-left: 0px;
}
.mainNav li {
    text-align: center;
        margin-top: 0px;
            margin-left: 0px;
            border-top: 1px solid rgb(255 255 255 / 28%);
        padding-top: 0px;
}
    .mainNav li:first-child {
        margin-top: 0px;
    }
       .mainNav li:last-child {
           border-bottom: 1px solid rgb(255 255 255 / 28%);
    }
    .navBl nav
{
	width:100%;
}
    .headBtn
    {
        background: #7B7C81;
        color: #D4DBE2;

        display: inline-flex;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .headBtn:hover {
    background: #4b4b4c;
    text-decoration: none;
    color: #D4DBE2;
}
#infoPanel {
    width: 50%;

    left: 25%;

}
}
@media screen and (max-width:768px){

  .filterBlock {
       margin-bottom: 10px;
    width: 48%;
  }
.filterBlock-dom-20 .filterBlock {
       margin-bottom: 10px;
    width: 48%;
  }
.price {
  
    font-size: 16px;
  
}
.price-2 {
    padding-right: 10px;

}
.price-1 {
    padding-left: 10px;

}

  .title-t2
  {
    display: flex; 
    justify-content: space-between;
    flex-direction: column;
  }

  .lastLine {

    flex-direction: column;
}
.disnone
{
  display:none;
}
.miniLink {

    margin-bottom: 5px;
}
.footerMenu li {
    margin-bottom: 6px;
    color: #D4DBE2;
    font-size: 14px;
}
.footerMenu {
    margin-bottom: 15px;
}
.logoLink-footer span
{
          font-size: 13px;
}
.logoLink-footer br
{
  display: none;
}
    .logoLink span {

        text-transform: uppercase;
    }
    .logoLink-footer img {
    height: 25px;
   
}
.nnc,
.nnc b,
.nnc a
{
color: #1d0f0f !important;
}
  }

  @media screen and (max-width:576px){
  	    .logoImg {
        height: 40px;
    }
.h2Style-main img {
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
}
    .sgFlex {
        display: block;
        padding: 10px 25px;
    }
.sg_inf_box {

    margin-right: 0px;
    border-right: none;

    border-bottom: 2px solid #453c41;
    width: 100%;
    padding: 10px;
}
    .sg_inf_box:last-child {
 border-bottom:none;
      }
.sg_inf_box>div:first-child img {
    height: 25px;
}
.h2Style {

          font-size: 21px;
  
}
    .objectDescBlock h2 {
        font-size: 38px;
    }
    .objectDescBlock p {
 
    font-size: 19px;
    line-height: 23px;
}

.slideImage img {
        max-height: 280px;
        width: auto !important;
        height: auto;
    
}
    .mainNav li a {
        font-size: 18px;
  
    }
    header {

        height: 100px;
    }
    .slideForm {

    padding: 30px 25px;

}
.formTitle {
    font-size: 24px;

  
}
.objectDescBlock h2, .objectDescBlock h1 {
    
    font-size: 36px;

}
.catalogLink-2 {
    margin-left: 0px;
    }

.objectDescBlock {
  
    padding-top: 50px;

}
.inputField,
.selectField 
 {

    font-size: 17px;
}
.phoneClick {

    font-size: 15px;

}
    .filterBlock-dom-20 .filterBlock {
      
        width: 98%;
    }

    .filterBlock {
        margin-bottom: 10px;
        width: 98%;
    }

#infoPanel {
    width: 90%;

    left: 5%;

}
  }