

/* Start:/local/templates/.default/components/bitrix/news.list/request-info/style.css?15525486011371*/
.brochure-title {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "proxima_nova_rgbold",sans-serif;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: #000;
  margin: 0;
  padding: 36px 0; }

.brochure_row:nth-of-type(even) .brochure__img {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.brochure__container {
  background: #fff; }

.brochure__item {
  padding: 0 !important; }

.brochure__img img {
  width: 100%;
  display: block; }

.brochure__img, .brochure__info {
  padding: 0 !important; }

.brochure__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.brochure__wrapper {
  padding: 40px 65px; }

.brochure__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  margin: 5px 0 10px 0;
  font-family: "proxima_nova_rgbold",sans-serif;
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .brochure__title {
    font-size: 26px; }
  .brochure__wrapper {
    padding: 20px 30px; }
  .brochure__info_order {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

/* End */


/* Start:/local/components/jeep/request-info/templates/.default/style.css?15524778072187*/
.request-info{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  justify-content: center;
  align-items: center;
  z-index: 15;
  display: none;
}
.request-info_open{
  display: flex;
}
.request-info__content{
  background: #fff;
  padding: 40px 40px;
  position: relative;
  max-width: 450px;
  width: 90%;
}
.request-info__close{
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.request-info__close:hover i {
  color: #3d3d3d;
}
.request-info__close i{
  color: #aeaeae;
  font-size: 20px;
  transition: 0.2s ease-in;
}
.request-info__title{
  font-family: "proxima_nova_rgbold",sans-serif;
  font-size: 24px;
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.request-info__placeholder{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 0 10px;
  color: #828282;
  font-size: 14px;
  width: 100%;
  z-index: 0;
  transition: font-size .15s ease-out, .15s ease-out;
}
.request-info__container{
  position: relative;
  margin: 30px 0 40px;
}
.request-info__field{
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  width: 100%;
  height: 37px;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  border-bottom: 1px solid #828282;
  background-color: transparent;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  z-index: 1;
}
.form-agree {
  margin: 0px 0 30px;
}
.form-agree__checkbox, .form-agree__text{
  vertical-align: baseline;
}
.form-agree__link{
  color: inherit;
  border-bottom: 1px dashed #ffba00;
}
.request-info__success{
  display: none;
  font-size: 18px;
  text-align: center;
}
.request-info__field_fill ~ .request-info__placeholder, .request-info__field:focus ~ .request-info__placeholder {
  top: -25%;
  font-size: 12px;
}
.request-info__error{
  position: absolute;
  bottom: -25px;
  font-size: 13px;
  color: red;
  width: 100%;
  left: 0;
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/request-info/style.css?15525486011371 */
/* /local/components/jeep/request-info/templates/.default/style.css?15524778072187 */
