@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&subset=latin,cyrillic);

@font-face{
  font-family: PragmaticaC;
  src: url(../fonts/pragmaticac.eot);
  src: url(../fonts/pragmaticac.eot?#iefix) format('embedded-opentype'), url(../fonts/pragmaticac.woff) format('woff'), url(../fonts/pragmaticac.ttf) format('truetype');
  font-weight:400;
  font-style:normal
}

.main-menu__link:hover {
  color:#000 !important;
  text-decoration: none;
}

@font-face{
  font-family: PragmaticaC;
  src: url(../fonts/pragmaticac-bold.eot);
  src: url(../fonts/pragmaticac-bold.eot?#iefix) format('embedded-opentype'), url(../fonts/pragmaticac-bold.woff) format('woff'), url(../fonts/pragmaticac-bold.ttf) format('truetype');
  font-weight:700;
  font-style:normal
}

@font-face {
  font-family:PFRegalDisplayPro;
  src:url(../fonts/pfregaldisplaypro-italic.eot);
  src:url(../fonts/pfregaldisplaypro-italic.eot?#iefix) format('embedded-opentype'),url(../fonts/pfregaldisplaypro-italic.woff) format('woff'),url(../fonts/pfregaldisplaypro-italic.ttf) format('truetype');
  font-weight:400;
  font-style:normal
}

@font-face {
  font-family:PFRegalDisplayPro;
  src:url(../fonts/pfregaldisplaypro-bolditalic.eot);
  src:url(../fonts/pfregaldisplaypro-bolditalic.eot?#iefix) format('embedded-opentype'),url(../fonts/pfregaldisplaypro-bolditalic.woff) format('woff'),url(../fonts/pfregaldisplaypro-bolditalic.ttf) format('truetype');
  font-weight:700;
  font-style:normal
}

@font-face {
  font-family:PFRegalDisplayPro;
  src:url(../fonts/pfregaldisplaypro-ublackitalic.eot);
  src:url(../fonts/pfregaldisplaypro-ublackitalic.eot?#iefix) format('embedded-opentype'),url(../fonts/pfregaldisplaypro-ublackitalic.woff) format('woff'),url(../fonts/pfregaldisplaypro-ublackitalic.ttf) format('truetype');
  font-weight:900;
  font-style:normal
}



body {
  background-color: #f1f3f2;
/*
  width: 100% !important;
  min-width: 1170px !important;
*/  
}  
/*
.container {
  width: 1170px !important;
  min-width: 1170px !important;
}
*/
.banner-728-90 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 728px;
}

.banner-728-90-c4 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 728px;
}

.banner-1040-90 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 1040px;
}

.banner-width {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 1040px;
}

/*-------------------------------------*/

.header-line {
  margin-bottom: 30px;
}

.logo-text {
  font-family: PFRegalDisplayPro,Georgia,serif;
  font-size: inherit;
  font-weight: 900;
/*  font-size: 2.57143rem; */
  font-size: 36px;
  color: #4b4b4b;
  float: left;  
  margin-left: 5px;
}

.logo img {
/*  width: 80px;*/
  width: auto;
  height: 36px; 
  float: left;
}

@media (max-width: 767px) {

  .logo-text {
    font-size: 28px;
  }

  .logo img {
    height: 28px; 
  }
}

.logo a:hover {
  text-decoration: none;
}

.social-link {
  width: 30px; 
  margin-top: 10px;
  float: left;
  margin-right: 10px;  
}

.social-link img{
  width: 100%; 
}

.social__popup
{
  display: none;
}

/*
.social-link:hover .social__popup {
  display: block;
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 10;
  margin-top: 5px;
  font-size: 14px;
  white-space: nowrap;
  background-color: #f1f3f2;
  border-top-width: 15px;
  border-right-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 15px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #f1f3f2;
  border-right-color: #f1f3f2;
  border-bottom-color: #f1f3f2;
  border-left-color: #f1f3f2;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch stretch;
  box-shadow: #c9c9c9;
}
*/

.social-link:hover .social__popup {
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 10;
  margin-top: 5px;
  font-size: 14px;
  white-space: nowrap;
  background-color: #f1f3f2;
  padding: 6px 10px;

  border-top-width: 15px;
  border-right-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 15px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #f1f3f2;
  border-right-color: #f1f3f2;
  border-bottom-color: #f1f3f2;
  border-left-color: #f1f3f2;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch stretch;
  box-shadow: 0px 5px 13px #c9c9c9; /*#bba6ad;*/
}

.social-link:hover .social__popup:after {
  content:'';
  display:block;
  position:absolute;
  top:-32px;
  left:5px;
  z-index:25;
  width:1px;
  height:1px;
  border:10px solid transparent;
  border-bottom:7px solid #f1f3f2
}

.block-login {
  padding-top: 12px;
/*  text-align: right;*/
/*  float: right;*/
/*  margin-left: 0px;*/
}

.block-login-new {
  float: right; 
  margin-left: 30px; 
  text-align: right;  
  min-width: 180px;
  padding-top: 12px;  
}  

.social-links-new {
  float: right;
}

.login-icon {
  width: 27px;
  float: left; 
  margin-right: 6px;
}

.login-icon img {
  width: 100%;
}

.login-link {
/*  float: right; */
  margin-top: 4px;
} 

.login-link a, 
.home-link a {
  color: #6b6b6b;
  font-size: 13px;
  font-family: "Arial";
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
}

.no-offers {
  font-size: 18px; 
  color: red;
}


/*--------------------------------------------------------*/

.block-main-menu {
  border-bottom: solid #000 1px;
  text-align: center;
}

.block-main-menu a {
  color: #000000;
  font-size: 14px;
  font-family: "Arial";
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.block-main-menu .active {
  border-bottom: solid #eecc61 6px;
}  

.block-main-menu .active a{
  font-weight: bold;
}

.block-search {
  float: right;
  opacity: 0.5;
  height: 32px;
  background-color: #ffffff;  
  padding: 4px 8px;
  vertical-align: top;  
  margin-top: 10px;
}

.block-search form {
  vertical-align: top;
}

.block-search input[type=text] {
  border: none;
  height: 24px;   
  float: left; 
}

.block-search [type=image]{
  height: 20px;
  margin-top: 2px;
  float: right; 
}

.main-menu-item {
  float: left;
  text-align: center;  
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
}

.navbar {
/*  border-bottom: solid #000 1px;*/
  text-align: center;
  border-radius: 0;
  min-height: 0px;
  margin-bottom: 0px;

/*  padding-left: 14px;
  padding-right: 14px;  */  
}  

.navbar-collapse {
  margin-left: -15px;
  padding-left: 0px;
}  

.navbar-border {
  border-top: solid #000000 1px;
  height: 1px;
}

.navbar-nav {
  width: calc(100% - 200px);
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  justify-content: space-between; 
  -webkit-box-pack: justify;

/*border: solid red 1px;*/  
}

.navbar-nav li {
  display: inline-block;
}
  
.navbar-nav li a {
  color: #000000;
  font-size: 14px;
  font-family: "Arial";
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid #f1f3f2 6px;
}

.navbar-nav li.active a,
.navbar-nav li a:hover {
  border-bottom: solid #eecc61 6px;
  background: none;  
}  

.navbar-nav li.active a {
  font-weight: bold;
}

.navbar-header button {
  background: url(../images/icon_menu.png) no-repeat center center;
  border: none;
  width: 40px;
  height: 40px;
}


/*------------------------------------------------------*/

.block-lenta {
  margin-left: -30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-lenta .caption {
  color: #6b6b6b;
  font-size: 18px;
  font-family: "Arial";
  line-height: 1.55;
  font-weight: 700;
}

.block-lenta .info {
  color: #6b6b6b;
  font-size: 11px;
  font-family: "Arial";
  line-height: 1.2;
  font-weight: 400;
}

/*-------------------------------------------------------*/

.block-banners-big .cell-middle {
  text-align: center;
}


/*-------------------------------------------------------*/

.block-section-menu {
  margin-top: 30px;
  margin-bottom: 10px; 
  position: relative; 
  display: block;  
}

.section-menu-column {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

@media (min-width: 768px) {
  .section-menu-column.middle {
    border-left: solid 1px #6b6b6b;
    border-right: solid 1px #6b6b6b;   
  }
  
  .section-menu-column.right {
    border-left: solid 1px #6b6b6b;  
  }  
}


.section-menu-column ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section-menu-column li,
.section-menu-column li a {
  color: #4a4a4a;
  font-size: 17px;
  font-family: "Arial";
  line-height: 1.75;
  font-weight: 400;
}

.section-menu-column a {
  text-decoration: underline;
}

.section-menu-column .section-main,
.section-menu-column .section-main a {
  text-transform: uppercase;
  color: #4a4a4a;
  font-size: 16px;
  font-family: "Arial";
  line-height: 1.55;
  font-weight: 300;
  letter-spacing: 1.5px;  
}

.section-menu-column .section-main.second {
  margin-top: 20px;
}

.section-menu-column .section-main a {
  text-decoration: none;
}  

.btn-search {
  width: 100%;
  background: #5f8ba6 url(../images/icon_btn_search.png) no-repeat right center;   
  color: #ffffff;
  font-size: 18px;
  font-family: "Arial";
  line-height: 1.55;
  font-weight: 400; 
  padding: 10px 20px;
  margin-top: 20px;
  cursor: hand;
  cursor: pointer; 
}

.btn-search-new {
  background: #5f8ba6 url(../images/icon_btn_search.png) no-repeat right center;   
  color: #ffffff;
  font-size: 18px;
  font-family: "Arial";
  line-height: 1.55;
  font-weight: 400; 
  padding: 10px 20px;
  cursor: hand;
  cursor: pointer; 
  position: absolute; 
  bottom: 30px; 
  left: 10px; 
  width: 44%; 
  margin-left: 10px;  
  text-align: left;
}

/*
.btn-search img {
  float: right;
  margin-left: 10px;
  width: 26px;
}
*/
/*-------------------------------------------------------*/

.block-spo {
  background: #ffffff;
  padding: 10px;
}

.block-spo .caption {
  color: #4a4a4a;
  font-size: 20px;
  font-family: "Georgia";
  line-height: 1.1;
  font-weight: 700;
  font-style: italic;
  border-bottom: solid 2px #4a4a4a;
  padding-bottom: 8px; 
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.block-spo .list {
  color: #403f3f;
  font-size: 15px;
  font-family: "Open Sans";
  line-height: 1.35;
  font-weight: 400;
  background: url(../images/line_v1.png) left repeat-y;
}

.block-spo .day-name {
  padding-left: 20px;
  font-weight: bold;
  background: url(../images/circle.png) left top no-repeat;
}

.block-spo .company {
  padding-left: 20px;
}

.block-spo .company a {
  color: #403f3f;
}

/*-------------------------------------------------------*/

.block-caption {
  width: 100%;
  text-align: left;
  color: #4a4a4a;
  font-size: 27px;
  font-family: "Georgia";
  line-height: 1.55;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 2px;
  border-bottom: solid 3px #eecc61;  
  margin-bottom: 30px;
}

.country-item img {
/*  width: 290px; */
  width: 94%;
}

.country-name {
  color: #403f3f;
  font-size: 17px;
  font-family: "Arial";
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
}

.country-price {
  color: #403f3f;
  font-size: 17px;
  font-family: "Arial";
  line-height: 1.2;
  font-weight: 400;
}

.block-footer {
  margin-top: 50px;
  background: url(../images/bg_line.png) repeat-x;  
}

.more-offers-block {
  margin-top: 20px;
}

.more-offers-block .block-footer {
  margin-top: 20px;
}

.block-footer .line {
  height: 24px;
  background: url(../images/bg_line.png) repeat-x;
}

.block-footer .link {
  text-align: right;
  padding-right: 0px;   
}

.block-footer a {
  color: #6b6b6b;
  font-size: 14px;
  font-family: "Georgia";
  line-height: 1.55;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  background: #f1f3f2;   
  padding-left: 15px;
}

/*-------------------------------------------------------*/

.block-subscribe {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-subscribe .caption {
  background-color: #95aa4f;
  color: #ffffff;
  font-size: 18px;
  font-family: "Arial";
  line-height: 1.55;
  font-weight: 700;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px; 
  padding-left: 20px;
  height: 46px; 
}

.block-subscribe .arrow {
  background-color: #95aa4f;
  height: 46px;
  padding-top: 8px;
  padding-right: 16px;
  text-align: right;
  float: right;
}

@media (max-width: 767px) {
  .block-subscribe .caption {
    height: auto;
  }
  
  .block-subscribe .arrow {
    height: 20px;
    padding-top: 0px;    
  }  

}



.block-subscribe .arrow img {  
  -moz-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  transform:rotate(90deg)
}

.block-subscribe .field {
  background-color: #ffffff;
  border: solid #95aa4f 1px;
  height: 46px; 
  padding: 4px 20px;
}

.block-subscribe .field input {
  width: 100%;
  height: 100%;
  border: none;
  font-style: italic;
  color: #c2c0c0;
  font-size: 18px;
  font-family: "Georgia";
  line-height: 1.55;
  font-weight: 400;  
}

/*-------------------------------------------------------*/

.footer {
  background-color: #4a4a4a;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: PragmaticaC, Arial, sans-serif;  
  line-height: 1.5;  
  min-height:347px;
}

.footer .caption-1 { 
  margin-bottom: 6px;
}

.footer .caption-1 a {
  color: #c2c2c2;
  font-size: 17px;
  font-weight: 700;
}  

.caption-image-1,
.caption-image-2 {
  position: relative;
  width: 40px;
  float: left;
  margin-right: 10px;
}

.caption-image-2 img {
  width: 36px;
  margin-top: -6px;
}

.footer .caption-1 img,
.footer .caption-2 img {
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: ease;
  transition-delay: 0s;
}  

.footer .caption-1 img.two { 
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
} 

.footer .caption-1 img.one {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;  
} 

.footer .caption-2 img.one {
  opacity: 1;
  position: absolute;
  top: -6px;
  left: 0;  
} 

.footer .caption-2 img.two { 
  opacity: 0;
  position: absolute;
  top: -6px;
  left: 0;
} 

.footer .caption-1 img.two:hover,
.footer .caption-2 img.two:hover { 
  opacity: 1;
} 

.footer .caption-1 img.one:hover,
.footer .caption-2 img.one:hover {
  opacity: 0;
} 

.caption-text-1,
.caption-text-2 {
  margin-left: 50px;
}

.footer .caption-2 {
  margin-bottom: 6px; 
}

.footer .caption-2 a {
  color: #c2c2c2;
  font-size: 17px;
  font-weight: 700;
}  

.footer .caption-3 {
  color: #c2c2c2; /* #95aa4f; */
  font-size: 17px;
  font-weight: 700;   
  margin-bottom: 6px;   
}

.footer .contact {
  color: #c2c2c2;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer .contact a {
  color: #c2c2c2;
  text-decoration: none;
}

.footer .contact a.blue {
  color: #5f8ba6;
}

.copyright {
  color: #c2c2c2;
  font-size: 10px;
/*  line-height: 1.3;*/
  font-weight: 400;
  margin-top: 30px;
}

.copyright a {
  color: #5f8ba6;
  text-decoration: none;
}

/*--------------------------------------------------------------------*/

.section-caption {
  width: 100%;
  height: auto; /*46px; */
  text-align: left;
  color: #4a4a4a;
  font-size: 27px;
  font-family: "Georgia";
  line-height: 1.55;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 2px;
  border-bottom: solid 3px #eecc61; 
}

.section-caption span {
  font-style: italic;
  color: #9d9e9e;
  font-weight: normal;
}

.column-caption {
  text-align: center;
  color: #9d9e9e;
  font-size: 12px;
  padding-bottom: 4px;
  border-bottom: solid #9d9e9e 1px; 
  margin-top: 20px;
  margin-bottom: 10px;
}

.align-left {
  text-align: left;
}

.section-offers {
  margin-bottom: 30px;
}

.offer-row {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: solid #9d9e9e 1px; 
}

.row-odd {
  background-color: #f7f7f7;
}

.depart-city,
.direction {
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 20px;
}

.offer-date {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;  
}

.offer-row a {
  color: #5f8ba6;
}

.offer-text {
  color: #403f3f;
  font-size: 15px;
  font-family: "Arial";
  line-height: 1.35;
  font-weight: 400;
  padding-left: 4px;
  padding-right: 4px;  
}  

@media (max-width: 767px) {

  .offer-text {
    padding-left: 15px;
    padding-right: 15px;
  }

}
  
.offer-action {
  text-align: right;
  margin-top: 10px;
  color: #5f8ba6;
  font-size: 12px;
  font-family: "Open Sans";
  line-height: 1.5;
  font-weight: 500;
  padding-right: 20px;  
}  

.date {
  margin-bottom: 6px;
}

.offer-cost {
  color: #403f3f;
  font-size: 15px;
  font-family: "Arial";
  line-height: 1.35;
  font-weight: 800; 
}

.offer-link-detail {
  color: #5f8ba6;
  font-size: 12px;
  font-family: "Open Sans";
  line-height: 1.5;
  font-weight: normal;
}

.offer-extended-table {
  display: none;
}

/*---------------------------------------------------------------------*/

/*------------------------------------------------------------------------*/

.birga-banner {
  border-left: solid #9a9a9a 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
/*
.birga-banner:first-child {
  border-left: solid #9a9a9a 1px;
}
*/
/*
.price-line { 
  line-height: 22px;
}
*/
/*
.price-tour {
  float: right;
  font-weight: bold;
  font-size: 18px;
  color: #6a6d72;
  padding-right: 6px;
  padding-left: 10px;
  padding-top: 0px;
}

.price-tour a {
  font-weight: bold;
  font-size: 18px;
  color: #6a6d72;
  text-decoration: none;  
}

.price-ticket {
  float: right;
  font-weight: bold;
  font-size: 18px;
  color: #6a6d72;
  padding-right: 6px;
  padding-left: 10px;
  padding-top: 0px;
}

.price-ticket a {
  font-weight: bold;
  font-size: 18px;
  color: #6a6d72;
  text-decoration: none;  
}

.price-compare-up {
  float: right;
  font-weight: bold;
  font-size: 15px;
  color: #bf5e84;
  padding-left: 6px;
  padding-top: 2px;
  line-height: 22px;
  vertical-align: middle;  
}

.price-compare-up a {
  font-weight: bold;
  font-size: 15px;
  color: #bf5e84;
  text-decoration: none;  
}

.price-compare-down {
  float: right;
  font-weight: bold;
  font-size: 15px;
  color: #a5aa8a;
  padding-left: 6px;
  padding-top: 2px;  
  line-height: 22px;
  vertical-align: middle;
}

.price-compare-down a {
  font-weight: bold;
  font-size: 15px;
  color: #a5aa8a;
  text-decoration: none;   
}

.date-line,
.date-line a {
  color: #6b6b6b;
  font-size: 12px;
  font-family: "Arial";
  line-height: 1.4;
  font-weight: normal;  
  text-decoration: none;  
}

.route-line,
.route-line a {
  color: #6b6b6b;
  font-size: 12px;
  font-family: "Arial";
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none;
}

.block-banners-text {
  display: none;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #6a6d72; 
  margin-top: 30px; 
}

.lenta-icon {
  float: right;
  margin-top: -6px;
}

.compare-icon {
  float: right;
}
*/
/*-------------------------------------------------------------*/

.left-block-caption {
  width: 100%;
  height: 46px;
  text-align: left;
  color: #4a4a4a;
  font-size: 20px;
  font-family: "Georgia";
  line-height: 1.55;
  font-weight: 700;
  font-style: italic;
  padding-top: 12px;
  padding-bottom: 2px;
  border-bottom: solid 3px #eecc61; 
/*  margin-top: 11px;*/

  margin-bottom: 21px;
}

.left-block-info {
  color: #403f3f;
  font-size: 12px;
  font-family: "Arial";
  line-height: 1.35;
  font-weight: 300;
  opacity: 0.5;
  border-bottom: solid 1px #403f3f;
  padding-bottom: 4px;
}

.left-item {
  border-bottom: solid 1px #4a4a4a; 
  padding-top: 8px;
  padding-bottom: 10px;
}

.date-time {
  color: #6b6b6b;
  font-size: 17px;
  font-family: "Georgia";
  line-height: 1.5;
  font-weight: 700;
  opacity: 0.5;
  font-style: italic;
  margin-bottom: 8px;
}

.icon {
  float: left;
  margin-right: 10px;
}

.route {
  color: #4a4a4a;
  font-size: 19px;
  font-family: "Arial";
  line-height: 1.1;
  font-weight: 300;
}

.price-move {
  color: #5f8ba6;
  font-size: 12px;
  font-family: "Open Sans";  
  margin-top: 10px;
  margin-bottom: 8px;
}

.price-move .icon {
  opacity: 0.8;
}

.orientir-item {
  margin-top: 20px;
  margin-bottom: 40px;
}

.orientir-item .text {
  color: #4a4a4a;
  font-size: 19px;
  font-family: "Arial";
  line-height: 1.1;
  font-weight: bold;
}

.orientir-item .picture {
  width: 100%;
  height: 130px;
  margin-bottom: 15px;
  position: relative;
  background-size: cover;
}

.orientir-item .picture .caption {
  background-color: #000000;
  width: auto;
  color: #a1f3fc;
  font-size: 20px;
  font-family: "Georgia";
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  padding: 4px 10px;
  position: absolute;
  left: 10px;
  bottom: 10px;
/*  
  margin-left: 10px;
  margin-right: auto;
  margin-top: 90px;  
*/  
}

/*--------------------------------------------------------*/
 
.block-day-hits {
  background: #ffffff;
  padding: 10px;
/*  height: 100%; */
  height: 500px; 
  overflow: hidden;  
/*  height: 500px; */
/*  overflow: hidden;*/
}

@media (max-width: 749px) {
  .block-day-hits {
    height: auto; 
    overflow: auto;
  }
}  

.block-day-hits .caption {
  color: #4a4a4a;
  font-size: 20px;
  font-family: "Georgia";
  line-height: 1.1;
  font-weight: 700;
  font-style: italic;
  border-bottom: solid 2px #4a4a4a;
  padding-bottom: 8px; 
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.block-day-hits h2 {
  font-family: PFRegalDisplayPro,Georgia,serif; 
  font-weight: 900; 
  border-bottom: 2px solid #4b4b4b; 
  margin-bottom: 1.785714285714286rem;
  font-size: 20px;
  color: #4b4b4b;
}

.block-day-hits .hit-item-new {
  position: relative;
  margin-bottom: 1.428571428571429rem;
}

.block-day-hits .hit-item-new .time {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: PFRegalDisplayPro,Georgia,serif;
  line-height: 24px;
  font-weight: 700;
  color: #4b4b4b;
}

.block-day-hits .hit-item-new .text {
  font-family: PragmaticaC,Arial,sans-serif; 
  color: #4b4b4b;
  font-weight: normal;
}

.hit-item {
  margin-bottom: 20px;
}

.hit-item .time {
  color: #aba8a8;
  font-size: 17px;
  font-family: "Georgia";
  line-height: 1.55;
  font-weight: bold;
  font-style: italic;
}

.hit-item .text {
  color: #000000;
  font-size: 13px;
  font-family: "Arial";
  line-height: 1.5;
  font-weight: 400;
}

.hit-item .text a {
  color: #000000;
  font-size: 13px;
  font-family: "Arial";
}  

.block-day-hits-bottom-link {
  background-color: #eecc61;
  height: 75px;
  padding: 40px 20px 24px 20px;
  text-align: right;
}

.block-day-hits-bottom-link a {
  color: #000000;
  font-size: 20px;
  font-family: "Georgia";
  line-height: 1.55;
  font-weight: 400;
  font-style: italic;
}

/*=================== Detail page ====================*/

.item-descr {
  width: 100%;
  padding: 15px;
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.item-descr h1 {
  color: #4a4a4a;
  font-size: 37px;
  font-family: "Arial";
  line-height: 1.1;
  font-weight: 700;
  margin-top: 0px;
  padding-top: 0px;
}

.item-descr .price {
  color: #4a4a4a;
  font-size: 37px;
  font-family: "Arial";
  line-height: 1.1;
  font-weight: 700;
}

.item-descr .price span {
  color: #95aa4f;
}

.print-link {
  float: right;
  margin-left: 15px;
}

.print-link img,
.new-icon img {
  width: 36px;
}

.new-icon {
  float: right;
  margin-left: 15px;
}

.time-update {
  color: #6b6b6b;
  font-size: 17px;
  font-family: "Georgia";
  line-height: 1.5;
  font-weight: 700;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 20px;
}

.time-update span {
  color: #403f3f;
  font-size: 12px;
  font-family: "Arial";
  line-height: 1.35;
  font-weight: 300;
  opacity: 0.5;
  font-style: normal;
  padding-left: 20px;
}

.left-border {
  border-left: 1px solid #403f3f;
}

.data-caption,
.data-caption-left {
  color: #403f3f;
  font-size: 15px;
  font-family: "Arial";
  line-height: 1.35;
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 10px;
}

.data-caption-left {
  float: left;
  margin-right: 15px;
  margin-top: 1px;
}  

.data-text,
.data-text-left {
  color: #403f3f;
  font-size: 17px;
  font-family: "Arial";
  line-height: 1.35;
  font-weight: 400;

}

.data-text-left {
  float: left;
}

.data-text div,
.data-text-left div {
  margin-bottom: 12px;
}

.data-text a,
.data-text-left a {
  color: #5f8ba6;
}

.data-column {

}

.image-detail {
  margin-top: 30px;
}

.image-detail img {
  width: 180px;
}

.detail-tools-link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #5f8ba6;
  font-size: 12px;
  font-family: "Open Sans";
  line-height: 1.5;
  font-weight: 500;  
}

.detail-tools-link a {
  color: #5f8ba6;
  font-size: 12px;
  font-family: "Open Sans";
  line-height: 1.5;
  font-weight: 500;
}

.item-links {
  width: 100%;
  padding-right: 20px;
}

.call-link {
  background-color: #ffffff;
  width: 100%;
  margin-left: 15px;
  margin-right: 5px;
  padding-top: 6px;
  padding-bottom: 6px;  
  text-align: center;
}

.call-link a {
  color: #6b6b6b;
  font-size: 18px;
  font-family: "Arial";
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.call-link img {
  width: 30px;
  opacity: 0.5;
}

.buy-link {
  border: 1px solid #b8b6b6;
  background-color: #95aa4f;
  width: 100%;
  margin-left: 5px;
  margin-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px; 
  text-align: center;   
}

.buy-link a {
  color: #ffffff;
  font-size: 18px;
  font-family: "Arial";
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.buy-link img {
  width: 30px;
}

.item-links .block-footer {
  margin-left: 15px;
  margin-right: 0px;
}

.item-links .block-footer .link {
  text-align: center;
}

.item-links .block-footer .link .soc-links {
  margin-left: auto;
  margin-right: auto;
  margin-top: -4px;
  width: 200px;
}

.soc-link {
  float: left;
  width: 39px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 0px;
  text-align: center;
  background: #f1f3f2; 
}

.soc-link img {
  width: 30px;
}

.soc-link a {
  padding-left: 0px;
}

.item-links .block-footer span {
  color: #6b6b6b;
  font-size: 14px;
  font-family: "Georgia";
  line-height: 1.55;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  background: #f1f3f2;   
  padding-left: 15px;
  float: right;
}

.more-offers-title {
  background: #eecc61;
  text-transform: uppercase;
  padding: 3px 20px;
  color: #4a4a4a;
  font-size: 16px;
  font-family: "Arial";
  line-height: 1.55;
  font-weight: 300;
  letter-spacing: 3px; 
  margin-bottom: 10px; 
  text-align: center;
}

.list-item {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6b6b6b;
  width: 100%;
}

.more-list-items:last-child,
.more-list-items .row.list-item:last-child,
.more-offers-block .list-item:last-child {
  border-bottom: none;
}

.list-item-image {
  width: 240px;
}

.icon-new,
.icon-basket {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

.icon-new img,
.icon-basket img {
  height: 40px;
}

.right-icon {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
  margin-top: 0px;
/*
  position: absolute;
  bottom: 0;
  right: 0;   */
}

.list-item-descr {
  text-align: left;
}

.list-item-direction {
  color: #4a4a4a;
  font-size: 37px;
  font-family: "Arial";
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 16px;
}

.list-item-text {
  color: #403f3f;
  font-size: 17px;
  font-family: "Arial";
  line-height: 1.35;
  font-weight: 400;
}

.list-item-text a {
  color: #5f8ba6;
}

.list-item-bottom {
  margin-top: 10px;
}

.list-item-time {
  color: #6b6b6b;
  font-size: 17px;
  font-family: "Georgia";
  line-height: 1.5;
  font-weight: 700;
  float: left;  
}

.list-item-actions {
  float: right;
  color: #5f8ba6;
  font-size: 12px;
  font-family: "Open Sans";
  line-height: 1.5;
  font-weight: 500;
  margin-top: 8px;
}

.list-item-actions a {
  color: #5f8ba6;
  font-size: 12px;
  font-family: "Open Sans";
  line-height: 1.5;
  font-weight: 500;
}

.banner_block {
  margin-bottom: 15px;
}

/* -------------------------------------------------------------*/

.form-find {
  padding: 15px 30px;
  background-color: #ffffff;
  margin-top: 20px;
/*  display: none;*/
}

.form-find .label {
  font-weight: normal;
  color: #4a4a4a;
  font-size: 13px;
  text-align: right;
  line-height: 46px;
}

.form-find .field {
  line-height: 46px;
  font-weight: normal;
  color: #4a4a4a;
  font-size: 13px;  
}

.form-find .checkboxes {
  margin-top: 4px;
  line-height: 42px; 
}

.form-find .field-check {
  margin-top: 8px;  
}

.form-find .field-check input {
  margin-top: 8px;
  float: left;
}

.check-caption {
  margin-left: 20px;
  margin-top: 0px;
  line-height: 28px; 
}

/*
.checkbox {
  margin-top: -6px;
  float: left;
}
*/
.form-find .field input[type=text] {
  height: 44px;
  padding-left: 8px;
  background-color: #fcfbf9;
  border: solid 1px #b8b6b6;
}
/*
.form-find .field input[type=checkbox] {
  margin-top: 8px;
}
*/
.form-find .field input.input-wide,
.form-find .field select {
  width: 360px;
}

.form-find .field img {
  margin-left: -22px; /*6px;*/
  margin-top: -4px;
}

.form-find #Date_out_beg,
.form-find #Date_out_end {
  width: 125px;
}

.form-find #btnFind {
  width: 260px;
  height: 46px;
  color: #ffffff;
  font-size: 18px;
  line-height: 46px;
  background: #5f8ba6 url(../images/icon_btn_search.png) no-repeat right center; 
  border: none; 
}

/*select.chosen-select.data-select {*/
select.chosen-select {
  border: solid 1px #dedede !important; 
/*  border: solid 1px red !important;*/
  width: 670px;
  min-height: 38px; 
  height: auto;
  border-radius: 2px;
  webkit-border-radius: 2px;
  moz-border-radius: 2px;
  khtml-border-radius: 2px;  
}

select.chosen-select.single {
  width: 360px;
  height: 44px;
}


/*
.chosen-container-multi {
  border: solid 1px #dedede;
  height: 36px;   
  background-image: none;
}
*/
.chosen-container-multi .chosen-choices {
  border: solid 1px #dedede;
/*  height: 36px;*/   
  background-image: none;
  padding-top: 4px;
  margin-bottom: 4px;
}

.chosen-container-single .chosen-single {
  height: 44px;
  padding-left: 8px;
  background-color: #fcfbf9;
  border: solid 1px #b8b6b6;
  background-image: none;
  padding-top: 10px;
  border-radius: 0;
  box-shadow: none;
}

.chosen-container-active .chosen-single {
  background-color: #fcfbf9;
  border: solid 1px #b8b6b6;
  height: 44px;
  background-image: none;
  padding-top: 10px;
  border-radius: 0;
  box-shadow: none;
}

.chosen-container-single .chosen-single div b {
  background-position-y: 10px;
}

.chosen-container-active .chosen-single div b {
  background-position-y: 10px;
} 

.chosen-container-single .chosen-single abbr {
/*  background-position-y: 8px;*/
  top: 14px;
}

.chosen-container-single .chosen-single div b {
  background: url('../js/chosen/chosen-sprite1.png') no-repeat 0px 12px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position-y: 10px;
}

/*------------------------------------------------------------------*/


.login_form {
  display: none;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  width: 300px;  
}

.login_popup_header {
  background: #BCD8CB;
  font-size: 16px; 
  padding: 12px 10px;
  border-radius: 3px;
}

.authorization_form {
    width: 270px;
}


.login_label {
    display: block;
    margin-top: 18px;    
}

.login_label_text {
    display: inline-block;
    width: 66px;
    font-weight: normal;    
}

.login_input {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    font-weight: normal;    
    padding: 10px 12px;
    border: 1px solid #C1C1C1;
    margin: 0;
    box-sizing: border-box;
/*
    background: linear-gradient(to top, #F6F6F6, #E6E6E6);
    background: -webkit-linear-gradient(top, #F6F6F6, #E6E6E6);
    background: -ms-linear-gradient(top, #F6F6F6, #E6E6E6);   
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#E6E6E6');
*/    
}

.keep_me_login_label {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: right;
}

.keep_me_login_label .custom_checkbox {
  float: right;
  margin-left: 10px;
}

.keep_me_login_text {
  font-size: 13px;
  font-weight: normal;
  float: right;  
}

.login_button_row {
  margin-top: 10px;
  text-align: center;
}

.login_button {
  background: #95aa4f; //#64947F;
  border: none;
  border-radius: 4px;
  padding: 12px 40px;
  color: #FFFFFF;
  cursor: pointer;
/*  width: 85px;*/
}

.registration_link_row {
  margin-top: 10px;
/*    padding-left: 60px; */
  width: 100%;
  text-align: center; 
}

.registration_link {
  display: inline-block;
  color: #000000;
/*
    background: #BCD8CB;
    text-decoration: none;
    padding: 11px 0;
    border-radius: 4px;
    border: 1px solid #64947f;
    color: #000000;
    width: 160px;
    text-align: center;
*/    
}

.registration_link:hover {
  text-decoration: none !important;
}

.or_text {
  display: inline-block;
  text-align: center;
  width: 47px;
}

.forgot_password_row {
  margin-top: 4px;
/*    padding-left: 60px; */
  width: 100%;
  text-align: center;  
}

.forgot_password {
  font-size: 13px;
  color: #000000;
}

.forgot_password:hover {
  text-decoration: none !important;
}

/*--------------------------------------------------------------*/

/* *** POPUPS *** */
button.mfp-close { width: 21px; height: 20px; background: url(./images/close.png) no-repeat 0 0; top: 10px !important; right: 10px !important; overflow: hidden;font-size:0px; }
button.mfp-close:hover {  }
body > .popup { display: none; }
.popup { overflow: hidden; margin: 0 auto; position: relative; width: 256px; padding: 10px 39px; background: #f3f3f3; }
.popup {font-family: 'Arial';}
.popup-thanks { width: 625px; padding: 28px 40px 20px 48px; }
.popup-reg { width: 780px; padding: 0px 0 30px 57px; }


.popup.test { position: absolute; top: 300px; left: 100px; z-index: 1000; display: block; }
.popup h4 { float: left; width: 100%; text-align: center; color: #000000;   margin: 20px 0 44px 0; font-size:18px;font-weight:400; 
            font-family: 'Arial';
}
.popup form .item { width: 100%; float: left; margin: 0 0 7px; position: relative; }
.popup form .item small { position: relative; top: -4px; color: red;}
.popup form .item .help { float: left; font: 400 9pt Roboto; color: #555555; padding-left: 81px; display: none; position: absolute; top: 47px; }
.popup form .item:hover .help  { display: block; }
.popup form .item label { float: left; padding: 8px 5px 0 0; font-weight: bold; text-align: right; margin: 0 0 6px; color: #333;font-size:14px;  width: 105px;line-height: 21px;}
.popup form .item input[type="text"] { width: 210px; float: left; padding: 0 10px; border: 1px #cccccc solid; background: #ffffff; margin-bottom:7px;height: 46px; color: #000000;border-radius:0px;outline:none; }
.popup form .item input[type="button"] { width: 210px; float: left; padding: 0 10px; border: 1px #cccccc solid; margin-bottom:7px;height: 46px; color: #000000;border-radius:0px;outline:none; cursor: hand; cursor: pointer;}
.popup form .item .input2 {width:47px;color:#be2b5f;} 
.popup form .item .input3 {width:125px;color:#be2b5f;} 
.popup form #subscribe {}
#popup-ask form .item input, #popup-ask form .item textarea, #popup-phone form .item input, #popup-phone form .item textarea, #popup-become form .item input, #popup-become form .item textarea  {width:330px;border: 1px #cccccc solid;
                                                                                                                                                                                                  background: #ffffff;border-radius:0px;}
#popup-become label {padding-right:5px;}
.popup #subscribe {width:auto !important;}
.popup form .item textarea {border:none;background: #ededed;  float: left; padding: 10px; height: 74px; color: #000000; font: 400 10.5pt Roboto;border-radius:20px;outline:none;width:300px; }
.popup form .item input:focus, .popup form .item textarea:focus { border-color: #3f3f3f; }
.popup form .item .error-text { display: none; width: 100%; float: left; margin: -5px 0 0 0; color: #7f0000; font-size:14px; padding: 0 0 0 10px; width: calc(100% - 10px); }
.popup form .item.error .error-text { display: block; }
.popup form .data-input input[type="button"] { 
    height: 40px; margin-top:10px;
    text-align: center; 
    background: #bcd8cb;
    display: inline-block;
    padding: 8px 55px;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    border-radius: 2px;
    cursor: pointer;
    outline: none; 
    box-shadow: 0px 5px 13px #bba6ad;
    border:none;
}
.popup form .data-input input[type="button"]:hover {background:#b0c6bc;}
.popup .info p { width: 100%; float: left; margin: 0 0 15px; }

/* --------------------------------------------------- */

/* Спасибо за заказ */
.plashka-thanks{
    background: #F4F4F4;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    width:617px;
    margin:0 auto;
    position:relative;
    color:#64947f;
    font-size:26px;
    line-height:32px;
    text-align:center;
    padding-top:70px;
    padding-bottom: 70px;
}
.cross-thanks{
    position:absolute;
    top:10px;
    right:15px;
    background:url(images/cross-thanks.png) no-repeat;
    width:13px;
    height:15px;
    cursor: pointer;
}
/* Заказать звонок */
.plashka-order{
    background: #F0F0F0;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    width: 545px;
    margin: 0 auto;
    position: relative;
    text-align: center;	
    padding-bottom: 15px;
}
.cross-order{
    position:absolute;
    top:20px;
    right:20px;
    background:url(images/cross-thanks.png) no-repeat;
    width:13px;
    height:15px;
}
.po-text{
    width: 450px;
    margin: 0 auto;
    color: #4a4a4a; /*#64947f;*/
    font-size: 22px;
    padding-top: 20px;
    font-weight: bold;
}

.po-input{
    outline: none !important;
    width: 452px;
    height: 39px;
    margin-top: 15px;
    padding: 0 9px;
    font-family: Arial;
    font-size: 16px;
    color: #999999;
    /*background:url(images/po-input-bg.png) no-repeat;*/
    box-sizing: border-box;
    border: 1px solid #C2C2C2;
/*    
    border-radius: 1px;
    background: linear-gradient(to top, #FFFFFF, #E6E6E6);
    background: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6);
    background: -ms-linear-gradient(top, #FFFFFF, #E6E6E6);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6E6E6');
*/
}

.po-input.error, .user_memo.error {
    border: 2px solid #FF0000;
}

.plashka-order .btn_send {
    width: 250px;
}

.plashka-order #user_name{
/*    margin-top:33px;*/
  margin-top: 10px;
}

.user_memo{
    outline: none !important;
    box-sizing: border-box;
    width:452px;
    height:110px;
    margin-top:10px;
    padding:10px 9px;
    font-family:Arial;
    font-size:16px;
    color:#999999;
    /*background:url(images/po-ta-bg.png) no-repeat;*/
    resize: none;
    border: 1px solid #C2C2C2;
/*    
    border-radius: 1px;
    background: linear-gradient(to top, #FFFFFF, #E6E6E6);
    background: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6);
    background: -ms-linear-gradient(top, #FFFFFF, #E6E6E6);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6E6E6');
*/    
}

.plashka-order .btn_send, .close_popup {
    background: #95aa4f; /*#B1D9CC; */
    width:205px;
    height:40px;
    outline:none;
    border:none;
    cursor:pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family:Arial;
    font-size:16px;
    color: #ffffff;
}

.plashka-order .btn_send {
    margin-top: 0px;
    margin-bottom: 10px;
}

.close_popup {
    margin-top: 20px;
}

.plashka-order .form-agry {
  width: 100%; 
  text-align: left; 
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.plashka-order .form-captcha {
  margin: 10px 0 10px 8px;
}


/*-----------------------------------------------------------*/

.header-send {
  margin: 20px 0 20px 20px;
}

.icons {
  position: relative; 
  bottom: -4px; 
  text-align: left; 
  margin-left: 9px;
}


.icon-descr {
  color: #403f3f;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-descr img {
  float: left;
  margin-right: 20px;
}

.btn-show-contacts {
  width: 80%;
  padding: 6px;
  text-align: center;
  background-color: #eecc61;
  margin-top: 20px;
}

.btn-show-contacts a {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

.contacts-block {
  display: none;
  margin-top: 20px;
}

.top-menu-image {
  float: left;
  margin-top: -6px; 
  margin-right: 6px;
}  

.index-bottom-text {
  margin-left: -15px;
}


#upper-block {
  flex-flow: unset;
}

/* ================================================================== */


@media (max-width: 767px) {

  .social-links {
    margin-top: 20px;
  }

  .block-login {
    margin-top: 4px;
    border-bottom: solid 1px #595959;
    padding-bottom: 20px;    
  }
  
  .block-login-new {
    float: left;
    text-align: left;
  }
 
  .navbar {
/*    border-bottom: none; */
    margin-bottom: 10px;
  } 
 
  .navbar-border {
    border-top: none;
  }  
  
  .navbar-header button {
    margin-top: -100px;  
  }  
  
  .navbar-nav {
  /*  width: calc(100% - 200px);*/
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    -webkit-box-flex: 0;
    flex-grow: 0; 
  }  
  
  .navbar-nav li {
    float: none;
    text-align: center;
    width: 100%;
  }  
  
  .section-caption {
    height: auto;
    font-size: 22px;
    line-height: 1em;
    padding-bottom: 10px;    
  } 
  
  .block-banners-big .cell-middle {
    margin-top: 15px;
    margin-bottom: 15px;
  }  
  
  .banner-v {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  } 
  
  /*--------------------------------------------------*/
  
  .form-find .label {
    text-align: left;
    line-height: 46px;
  }

  .form-find .field input.input-wide,
  .form-find .field select {
    width: auto; /*360px; */
  }

  .form-find .field img {
    margin-left: -22px; /*6px;*/
    margin-top: -4px;
  }

  .form-find #Date_out_beg,
  .form-find #Date_out_end {
    width: 100px;
  }

  .form-find #btnFind {
    margin-left: auto;
    margin-right: auto;
  }

  select.chosen-select {
    width: auto; /*670px; */
  }

  select.chosen-select.single {
    width: auto; /* 360px;*/
  }
  
  /*----------------------------------------------------*/
  
  .left-border {
    border-left: none;
  }
  
  .detail-tools-link {
    position: relative;
    margin-top: 20px;
    margin-left: 15px;
    bottom: 0;
/*    border: solid 1px #eeeeee; */
  }
  

  .call-link {
    margin-left: 15px;
    margin-right: 15px;
  }

  .buy-link {
    margin-left: 15px;
    margin-right: 15px;  
  }
  
  .block-footer {
    margin-bottom: 40px;  
  }  
  
  .banner-728-90,
  .banner-728-90-c4 {
    width: auto;
  }

  .banner-width {
    width: auto;
  }   
  
  .btn-search-new {
    width: 100%;  
  }  

  .top-menu-image {
    float: none;
    margin-top: -2px; 
  }  
  
/*  
  #Price_beg,
  #Price_end {
    width: 70px;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 4px;
  }
*/  


  
  #upper-block {
    flex-flow: column nowrap;
  }
  
  #description-block {
     margin-top: 20px;
     margin-bottom: 20px;
  }
}





