/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */





















.logo_and_menu-row {
  background: #fff;
}

.btn.btn-warning {
  background-color: #f16436;
  border-color: #f16436;
}
.btn.btn-warning:hover {
  background-color: #fa704b !important;
  border-color: #f16436;
}

.btn.btn-warning.btn-transparent {
  color: #f16436 !important;
  background-color: transparent;
  border-color: rgba(241, 100, 54, 0.3);
}

.btn.btn-warning.btn-transparent:hover {
  color: #fff !important;
  background-color: #f16436 !important;
  border-color: rgba(241, 100, 54, 1);
}

.introtext {
  padding: 42px 0 34px;
}

.btn-arrow-right {
  position: relative;
  display: inline-block;
}
.buttons.btn-arrow-right > a {
  padding: 9px 46px 9px 19px !important;
  margin: 0 !important;
}
.btn-arrow-right:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 20px;
  width: 11px;
  height: 7px;
  background: url(../images/svg/content_icons.svg) -122px -33px no-repeat;
}

/* стили полосы на главной */

.strip-container {
  background-color: #263f78;
  color: #fff
}
.strip-container h2 {
  color: #fff !important;
}
.strip-container img {
  max-width: 100%;
}
.strip-container-wrap {
  width: 70%;
  height: 400px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .strip-container-wrap {
    width: 100%;
  }
}
/* стили для выборки языка на шапке */
.select-lang{
  display: table-cell;
  height: 87px;
  vertical-align: middle;
  padding: 0 20px;
}
.select-lang a{
  font-weight: bold;
}
.select-lang a:first-child{
  border-right: 2px solid #777;
  padding-right: 10px;
  margin-right: 5px;
}
body #mobilemenu .select-lang{
  height: inherit;
  padding: 0 35px;
}
.mega_fixed_menu .right_block .info .phone>.wrap>div:after,
footer .info .phone.blocks .phone>.wrap>div:after{
  background: none;
}
.contacts-page-map .bx-yandex-view-layout{
  margin-bottom: 0px;
}

@media (max-width: 1500px) {
  .banners-big .flexslider, .banners-big .slides,
  .banners-big .slides .text,
  .banners-big .slides > li{
    height: 540px;
  }
  .banners-big .slides .img .inner{
    height: 450px;
  }
  .banners-big .slides .text .inner{
    padding-left: 30px;
  }
  .banners-big .slides .text .title{
      font-size: 28px;
  }

  .strip-container .strip-container-wrap{
    width: 90%;
  }
  .strip-container .strip-container-wrap h2{
    font-size:25px;
  }
}

@media (max-width: 767px) {
  .banners-big .slides .text .title{
    font-size: 20px;
  }
  .banners-big .slides .text .inner{
    padding-left: 5px;
  }
  footer .bottom-menu{
    margin-bottom: 25px;
  }
}
