.contacts-wrapper{
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-size: 16px;
  max-width: 100%;
}

.contacts-wrapper *{
-webkit-box-sizing: inherit !important;
        box-sizing: inherit !important;
}

.contacts-wrapper h1, .contacts-wrapper h2, .contacts-wrapper h3, .contacts-wrapper p{
  margin: 0 !important;
  padding: 0 !important;
}

.contacts-main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-city{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #cccccc;
  padding: 35px 45px 40px 45px;
}

.contacts-city_heading{
  font-size: 30px !important;
  font-weight: 400 !important;
}

.contacts-city_heading_colored{
  color: #29b1f6;
  font-weight: 700;
}

.contacts-city_phone_wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.contacts-city_phone{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-city_phone:not(:first-child){
  margin-left: 45px;
}

.contacts-city_phone-number{
  position: relative;
  display: inline-block;
  font-size: 31px;
  font-weight: 700;
  padding-left: 65px;
}

.contacts-city_phone-number:before{
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url("img/contacts/phone.png") no-repeat;
  background-size: contain;  
}

.contacts-city_phone-text{
  display: inline-block;
  position: relative;
  margin-left: 10px;
  top: 5px;

}

.contacts-city_button_wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.contacts-city_button-call:hover .contacts-city_button-call-text:before{
  background: url("img/contacts/call_hover.png") no-repeat;
  
} 
.contacts-city_button-call{
  border: none;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 30px 10px 30px;
  background-color: #F5A71C ;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid transparent;
  color: #fff;
}

.contacts-city_button-call:hover{
  background: transparent;
  border: 1px solid #F5A71C ;
  color: #000;
}

.contacts-city_button-call-text{
  position: relative;
  padding-left: 32px;
  font-weight: 700;
}

.contacts-city_button-call-text:before{
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 16px;
  background: url("img/contacts/call.png") no-repeat;
  background-size: contain;  
}

.contacts-city_button-question:hover .contacts-city_button-question-text:before{
  background: url("img/contacts/question-hover.png") no-repeat;
  
} 

.contacts-city_button-question{
  border: none;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 40px 10px 40px;
  margin-left: 50px;
  background-color: #29b1f6;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid transparent;
  color: #fff;
}

.contacts-city_button-question:hover{
  background: transparent;
  border: 1px solid #29b1f6;
  color: #000;
}

.contacts-city_button-question-text{
  position: relative;
  padding-left: 26px;
  font-weight: 700;

}


.contacts-city_button-question-text:before{
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 12px;
  background: url("img/contacts/question.png") no-repeat;
  background-size: contain;  
}



.contacts-store{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 31.8%;
  margin-left: 15px;
  border: 1px solid #29b1f6;
  padding: 40px 25px 40px 35px;

  color: #000;
}

.contacts-store_heading{
  font-size: 24px !important;
}

.contacts-store_info{
  margin-top: 20px;
  margin-left: 5px;
  font-weight: 700px !important;
}

.contacts-store_info-additional{
  margin-top: 20px;
  margin-left: 5px;
}

.contacts-store_heading{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
}

.contacts-store_img-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}

.contacts-store_img1{
  width: 190px;
  height: 43px;
}

.contacts-store_img2{
 width: 110px;
 height: 28px;
}

.contacts-store_info{
  margin-top: 20px;
  margin-left: 5px;
  font-weight: 700px !important;
}

.contacts-store_info-additional{
  margin-top: 20px;
  margin-left: 5px;
}

.contacts-store_button-map{
  border: none;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 30px 10px 20px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid transparent;
  margin-top: 20px;
  margin-left: 5px;
  font-weight: 700;
  border-color: #F5A71C ;

}

.contacts-store_button-map:hover{

  border-color: #29b1f6;
background-color: #fff;
}

.contacts-store_button-map-text{
  position: relative;
  padding-left: 40px;
  text-decoration: none;
    color: #000!important;
}

.contacts-store_button-map-text:before{
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 16px;
  background: url("img/contacts/location.png") no-repeat;
  background-size: contain;  
}

.contacts-feedback{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 13px;
}

.contacts-feedback_item{
  background-color: #f8f8f8;
  padding: 30px 20px 30px 20px;
}

.contacts-feedback_item:not(:last-child){
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}

.contacts-feedback_item:last-child{
  width: 31.8%;
}

.contacts-feedback_heading{
  position: relative;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.contacts-feedback_heading-inner{
  position: relative;
  padding-left: 50px;
}

.contacts-feedback_heading-inner:before{
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 24px;
  background: url("img/contacts/mail.png") no-repeat;
  background-size: contain;  
}

.contacts-feedback_content{
  margin-top: 40px;
}

.contacts-feedback_content-element{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-feedback_content-element:not(:first-child){
  margin-top: 5px;
}

.contacts-feedback_content-name{
}

.contacts-feedback_content-mail{
  color: #0080d3 !important;
  text-decoration: none;
}

.contacts-feedback_content-mail:hover{
  text-decoration: underline !important;
}

.contacts-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.contacts-info_details{
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 35px 35px 40px 40px;
  border: 1px solid #cccccc;

}

.contacts-info_download{
  position: absolute;
  top: 35px;
  right: 35px;
  color: #29b1f6 !important;
  text-decoration: none;
  cursor: pointer;
  z-index: 100;
}

.contacts-info_download:hover{
  text-decoration: underline !important;
}

.contacts-info_heading{
  font-size: 18px !important;
}

.contacts-info_heading-inner{
  position: relative;
  padding-left: 50px;
}

.contacts-info_heading-inner:before{
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 32px;
  background: url("img/contacts/contacts.png") no-repeat;
  background-size: contain;  
}

.contacts-info_caption{
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
}

.contacts-info_table{
  margin-top: 5px;
}

.contacts-info_table tr td:first-child{
  min-width: 250px;
}

.contacts-info_table tr td{
  padding-top: 2px;
  padding-bottom: 2px;
}

.contacts-info_social{
  width: 31.8%;
  padding: 35px 35px 40px 40px;
  margin-left: 15px;
  border: 1px solid #29b1f6;
}

.contacts-info_social-heading{
  font-size: 18px !important;
}

.contacts-info_social-list{
  list-style: none;
  margin-top: 30px;
}

.contacts-info_social-item{
  position: relative;
  padding-left: 55px;
}

.contacts-info_social-item:before{
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-size: contain;  
}

.contacts-info_social-item1:before{
  background: url("img/contacts/facebook.png") no-repeat;
}

.contacts-info_social-item2:before{
  background: url("img/contacts/vkontakte.png") no-repeat;
}

.contacts-info_social-item3:before{
  background: url("img/contacts/youtube.png") no-repeat;
}

.contacts-info_social-item4:before{
  background: url("img/contacts/odnoklassniki.png") no-repeat;
}

.contacts-info_social-item5:before {
  background: url("img/contacts/instagram.png") no-repeat;
}

.contacts-info_social-item:not(:first-child){
  margin-top: 25px;
}

.contacts-info_social-item-link{
  text-decoration: none;
  color: #000 !important;
}

a.contacts-info_social-item-link:hover{
  text-decoration: underline!important;

}



@media only screen and (max-width: 1200px){
  .contacts-city_phone_wrapper{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts-city_phone:not(:first-child){
  margin-left: 0;
  margin-top: 20px;
}

}


@media only screen and (max-width: 1100px){
.contacts-store_img-wrapper{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 10px;
}

.contacts-store_img2{
  margin-top: 20px;
}

.contacts-feedback_content-element{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-feedback_content-element:not(:first-child){
  margin-top: 10px;
}
.contacts-feedback_item{
  text-align: center;
}

.contacts-info_social-list{
  padding-left: 0;
}

.contacts-feedback_content-mail{
  margin-top: 3px;
}


}


@media only screen and (max-width: 1000px){
  .contacts-city_heading{
    font-size: 25px !important;
  }
  .contacts-city_phone_wrapper{
  margin-top: 20px;
}
.contacts-city_phone:not(:first-child){
  margin-top: 30px;
}
 .contacts-city_button_wrapper{
  margin-top: 20px;
}
.contacts-city_phone-number{
  font-size: 25px;
}
 .contacts-city{
  padding: 25px 35px 35px 30px;

}
  .contacts-store{
  padding: 25px 15px 35px 15px;
}


.contacts-feedback_item{
  padding: 15px 5px 15px 5px;
}

.contacts-info_details{
  padding: 25px 20px 35px 25px;
}

.contacts-info_social{
  padding: 25px 20px 35px 25px;
}

.contacts-info_download{
  top: 27px;
  right: 20px;
}

.contacts-info_table{
  font-size: 14px;
}

.contacts-info_table tr td:first-child{
  min-width: 200px;
}

.contacts-info_social-list{
  font-size: 14px;
}


}

@media only screen and (max-width: 860px){
 
  .contacts-city_button_wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts-city_button_wrapper{
  margin-top: 30px;
}

.contacts-city_button-question{
  margin-left: 0;
  margin-top: 20px;
}
.contacts-feedback_content{
  margin-top: 15px;
}
}

@media only screen and (max-width: 800px){
  .contacts-city_phone_wrapper{
  margin-top: 20px;
}
.contacts-city_phone{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
  .contacts-city_phone-text{
    display: inline-block;
    position: static;
    margin-left: 70px;
  }

}

@media only screen and (max-width: 730px){
  .contacts-city_phone_wrapper{
  margin-top: 20px;
}

.contacts-feedback_heading{
  text-align: initial !important;
}

.contacts-feedback_heading-inner{
  margin-left: 33%;
}

.contacts-store{
   width: 40%;
}

.contacts-feedback{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

}

.contacts-feedback_content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contacts-feedback_item:not(:last-child){
  margin-right: 0;
}

.contacts-feedback_item:last-child{
  width: 100%;
}

 .contacts-feedback_content-element:not(:first-child){
  margin-top: 0;
}

.contacts-feedback_content-element{
  width: 33%;
}

.contacts-info{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 
}

.contacts-info_social{
  width: 100%;
  margin-left: 0;
  padding: 15px 20px 20px 25px
}

.contacts-info_social-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-info_social-item:not(:first-child){
  margin-top: 0;
}

.contacts-info_social-item:last-child {
  margin-top: 30px;
}

@media only screen and (max-width: 650px){
  .contacts-main{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
  .contacts-store{
    width: 100%;
    margin-left: 0;
    padding-left: 30px;
    text-align: center!important;
  align-items: center;
}
  .contacts-feedback{
    margin-top: 0;
  } 
  .contacts-info{
    margin-top: 0;
  }
  .contacts-city{
  text-align: center!important;
  align-items: center;
}
.contacts-store_img-wrapper{

  align-items: center;
  margin-left: 0px;
}
}

@media only screen and (max-width: 600px){
  .contacts-info_social-list{
    margin-top: 20px;
  }
  .contacts-info_social-item{
    width: 50%;
}

 .contacts-info_social-item:nth-child(3){
    margin-top: 30px !important;
}

 .contacts-info_social-item:nth-child(4){
    margin-top: 30px !important;
}

}

@media only screen and (max-width: 500px){
  .contacts-feedback_content{
    font-size: 14px;
}

.contacts-feedback_heading-inner{
  margin-left: 25%;
}

.contacts-info_details{
  padding-top: 45px;
  padding-bottom: 20px;
}

.contacts-info_download{
  top: 15px;
}

.contacts-info_table tr td:first-child{
  min-width: 150px;
}

}


@media only screen and (max-width: 450px){
  .contacts-city_heading{
    font-size: 20px !important;
  }
  .contacts-city_phone-number{
    font-size: 18px !important;

  }
  .contacts-city_phone:not(:first-child){
  margin-top: 40px;
}
  .contacts-store_heading{
    font-size: 20px !important;
}

.contacts-feedback_content{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-feedback_heading-inner{
  margin-left: 23%;
}

.contacts-feedback_content-element:not(:first-child){
  margin-top: 10px;
}

.contacts-feedback_item:not(:last-child){
  padding-bottom: 0;
}

.contacts-info_caption{
  margin-top: 15px;
}










}

@media only screen and (max-width: 400px){
 .contacts-feedback_heading-inner{
  margin-left: 18%;
}
}

@media only screen and (max-width: 360px){
  .contacts-info_details{
    padding-left: 10px;
  }
  .contacts-info_table{
    font-size: 13px;
  }
  .contacts-info_social{
    padding-left: 10px;
  }
}

/* старое */

.right_cont .block_row h3{
  color:#000;
}
.b-pp-form .b-pp-item-content{
  padding:0 24px;
}
.b-pp-form{
  font-size: 15px;
}
.b-pp-form .h3{
  color:#000;
  margin:0;
}
.b-pp-form  .field input[type="text"]{
  padding: 8px 15px;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
}
.b-pp-form  .field {
  margin-bottom: 1em;
  display: inline-block;
  width: 100%;
}
.b-pp-form  label{
  margin-bottom: 0.5em;
  display: inline-block;
}
.red_border{
  border:1px solid red !important;
}
.b-pp-form .form-errors{
  display: none;
  color: #ff3000;
}

.b-pp-form .form-msg{
  display: none;
}
.b-pp-form .privacy-policy{
  opacity: 0.5;
  font-size: 0.8em;
  display: inline-block;
}

.b-pp-form .privacy-policy a{
  color: rgb(0, 0, 0);
}

.b-pp-form .subtitle{
  color: #696969;
  font-size: 0.8em;
}

.b-pp-form textarea{
  padding: 8px 15px;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
}
.b-pp-form select{
  padding: 8px 15px;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff !important;
}

.mb-1{
  margin-bottom: 1em;
}


.delivery-mobile-hide{
  display: block;
}
.delivery-desktop-hide{
  display: none;
}
@media screen and (max-width: 924px) {

  .delivery-mobile-hide{
    display: none !important;
  }
  .delivery-desktop-hide{
    display: block !important;
  }

}

.b-pp-popup{
  max-height: 100%;
    overflow: scroll;
    margin-top: 10px;
}    
.b-pp-popup::-webkit-scrollbar { width: 0; }

/* ie 10+ */
.b-pp-popup { -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
.b-pp-popup { overflow: -moz-scrollbars-none; }
}


.contacts_cont{
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
.contacts_cont .row_cont{
    display: block;
}
.contacts_cont .left_cont, .contacts_cont .right_cont{
    
    vertical-align: top;
}
.contacts_cont .left_cont{
    width: 20%;
    padding-right: 6px;
}
.contacts_cont .right_cont{

}


.right_cont .city_nav{
    height: 73px;
    margin-bottom: 23px;
}
.right_cont .city_nav ul{
    list-style: none;
    position: relative;
}
.right_cont .city_nav ul li{
    display: inline-block;
    padding: 9px;
    min-width: 16px;
    cursor: pointer;
    margin: -3px;
    white-space: normal;
}
.right_cont .city_nav ul li .letter{
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #0080c9;
}
.right_cont .city_nav ul li .letter.act{
    color: #000;
}
.right_cont .city_nav ul li .arrow{
    display: none;
    border: 8px solid transparent;  border-bottom: 8px solid #EFEFEF;
    margin: auto;
    margin-top: -8px;

}

.right_cont .b-news-detail{
    background: none;
}

/*
.right_cont .city_nav ul li .arrow.act{
    display: block;
}

.right_cont .city_nav ul:hover li .arrow.act{
    display: none;
}
.right_cont .city_nav ul li:hover .arrow{
    display: block;
}
*/

.right_cont .city_nav ul li .finds{
    display: none;
    position: absolute;
    width: 100%;
    background: #EFEFEF;
    left: 0px;
    top: 30px;
    min-height: 53px;
}

.right_cont .city_nav ul li .finds.act{
    overflow:hidden;
    height: 53px;
    transition:all 0.2s;
}

.right_cont .city_nav ul li .finds a.act{
    color: #000;
}

/*
.right_cont .city_nav ul li .finds.act{
    display: block;
}


.right_cont .city_nav ul li:hover .finds{
    display: block;
}
*/

.right_cont .city_nav ul li .some{
    font-size: 16px;
}



.left_cont .contacts_nav{
}
.left_cont .contacts_nav ul{
    list-style: none;
    border: 1px solid #CECECE;
}
.left_cont .contacts_nav ul li{
    display: block;
    /*cursor: pointer;*/
    border-bottom: 1px solid #CECECE;
}
.left_cont .contacts_nav ul li:last-child{
    border-bottom: none;
}
.left_cont .contacts_nav ul li.tit{
    font-size: 14px;
    position: relative;
    padding: 15px;
    padding-left: 30px;
    font-weight: bold;
}
.left_cont .contacts_nav ul li.sub{
    font-size: 14px;
    position: relative;
    padding: 15px;
    padding-left: 30px;
}
.left_cont .contacts_nav ul li.sub a{
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    color: #666;
    text-decoration: underline;
}
.left_cont .contacts_nav ul li.sub a:hover{
    text-decoration: none;
}

.left_cont .contacts_nav ul li.sub a:last-child{
    margin-bottom: 0px;
}

.left_cont .contacts_nav ul li.tit .arrow{
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -6px;
    background: url("/images/s-plus.svg") 50% 0px no-repeat;
    /*transform: rotate(-90deg);*/
    transform: rotate(0deg);
    opacity: 0.7;
}
.left_cont .contacts_nav ul li.tit.act{
    /*background: #FCDF45;*/
}
.left_cont .contacts_nav ul li.tit.act .arrow{
    transform: rotate(0deg);
    margin-top: -4px;
}



.right_cont .block_tb{
    display: table;
    width: 100%;
}

.right_cont .block_row > div{
    margin-bottom: 1em;
}

.right_cont .block_row .block_row{
    margin:0;
}

.right_cont .block_row{
    display: block;
    margin:0 1em;

}
.right_cont .block_td{
    
}


.right_cont .block_row ._conture{
    border: 1px solid #CECECE;
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.right_cont .block_contact_city, .block_delivery_city, .right_cont .block_punkt_city, .right_cont .block_clients, .right_cont .block_partners, .right_cont .block_aspirant,  .right_cont .block_requisite_city, .right_cont .block_social{
    
    vertical-align: top;
    /*padding-right: 13px;
    padding-bottom: 13px;*/
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}
.right_cont .block_punkt_city ._conture, .right_cont .block_social ._conture, .right_cont .block_aspirant ._conture{
    right: 0px;
}

.right_cont .block_punkt_city, .right_cont .block_social, .right_cont .block_aspirant{
    width: 100%;
}

.right_cont .block_contact_city, .right_cont .block_requisite_city{
    
}

.right_cont .block_row  h3{
   font-size: 20px;
   font-weight: normal;
   margin-bottom: 20px;
   
}

.right_cont .block_row  .phones{
    margin-bottom: 10px;
   
}
.right_cont .block_row  .phones div{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.right_cont .block_row  .phones div span{
    font-weight: normal;
}
.right_cont .block_row  .phones small{
    display: block;
    font-size: 11px;
    font-weight: normal;
    color: #727272;
}

.right_cont .block_row .main_block{
    margin-top: 22px;
    display: none;
}

.right_cont .block_row .main_block.vis{
    display: block;
}

.right_cont .block_row  .work_day div{
    display: inline-block;
    font-weight: bold;
}
.right_cont .block_row  .work_day div span{
    color: #727272;
    font-weight: normal;
}

.right_cont .block_row  .address{
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}


.right_cont .block_row  .call_back, .right_cont .block_row  .to_tell, .right_cont .block_row  .review{
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 23px;
    height: 24px;
}

.right_cont .block_row  .call_back{
    background-image: url(/images/call_back.svg);
    color:#0080c9;

}
.right_cont .block_row  .call_back span{
    border-bottom: 1px dashed #0080c9;
    display: inline-block;
    cursor: pointer;
}
.right_cont .block_row  .to_tell{
    background-image: url(/images/to_tell.svg); 
}
.right_cont .block_row  .review{
    background-image: url(/images/review.svg); 
}



.right_cont .block_row  .pnkr{
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dashed #0080c9;
}

.right_cont .block_row .bott{
    margin-bottom: 20px;
}

.right_cont .block_row .sort .zBl{
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
}
.right_cont .block_row .z-aci-container .z-selector[type="text"]{
    width: 100%;
    box-sizing: border-box;
    height: 22px;
}
.right_cont .block_row .z-aci-values-full{
    width: 100% !important;
}



.right_cont .block_punkt_city .block_tb{
    margin-bottom: 22px;
}

.right_cont .block_punkt_city .work_day{
    margin-bottom: 22px;
}

.right_cont .mails_bl{
}

.right_cont .mails_bl .mail_link{
    font-size: 14px;
    margin-bottom: 10px;
}

.right_cont .requisite_bl .block_td{
    font-size: 14px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.right_cont .requisite_bl .block_td.val{
    font-weight: bold;
}

.window .dark{
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
    z-index: 3001;
    left: 0px;
    top: 0px;
    background: rgb(0, 0, 0);
}

.window .plane{
    position: fixed;
    background: #fff;
    padding: 10px;
    width: 0px;
    height: 0px;
    top:  50%;
    left: 50%;
    transition: all 0.3s;
    z-index: 3002;
}

.window .w_close{
    position: absolute;
    top:12px;
    right:12px;
    width:23px;
    height:23px;
    background:url(/images/d-popup-close.gif) no-repeat 50% 50% #fff;
    cursor:pointer;
    border-radius:100%;
    z-index:1100;
}/* 

.window .tb{
    display: table;
    width: 100%;
    margin-top: 10px;
}
.window .tr{
    display: table-row;
}
.window .th{
    display: table-cell;
    vertical-align: top;
}
.window .th._left{
   width: 300px;
   height: 550px;
}
.window .th._right{
   width: 100%;
   height: 550px;
}
.window .th._title h2{
   
   padding-bottom: 7px;
   margin-top: 0px;
   
   text-align: right;
   margin-right: 8%;
}


.window .th.gal{
    width: 440px;
}

.window .th  h3{
   font-size: 20px;
   font-weight: normal;
   margin-bottom: 20px;
}


.window .gl_orig{
    width: 440px;
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
}

.window .gl_small{
    width: 80px;
    height: 60px;
    background-size: cover;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}
 */
.window .gl_small:last-child{
    margin-right: 0px;
}

          /*contacts_social.png*/
.right_cont .social_bl{}
.right_cont .social_bl div{ height: 24px; margin-bottom: 10px; }
.right_cont .social_bl div a{ display: block; line-height: 24px; margin-left: 40px; }
.right_cont .social_bl .facebook{ background: url('/images/contacts_social.png') left top no-repeat; }
.right_cont .social_bl .twitter{ background: url('/images/contacts_social.png') left -29px no-repeat; }
.right_cont .social_bl .vk{ background: url('/images/contacts_social.png') left -62px no-repeat; }
.right_cont .social_bl .yt{ background: url('/images/contacts_social.png') left -93px no-repeat; }
.right_cont .social_bl .google_plus{ background: url('/images/contacts_social.png') left -123px no-repeat; }
.right_cont .social_bl .odnokl{ background: url('/images/contacts_social.png') left -154px no-repeat; }
 
 
.right_cont .delivery_t{
    padding-bottom: 42px;
}

.right_cont .delivery_t #Filt input{
    margin-top: 0px!important;
}

 
 /* delivery */
 .contacts_cont .right_cont.w100{
    width: 100%;
}
