

/* Start:/bitrix/components/custom/news.list/templates/.default/style.css?15803998725248*/
.wrap_handbook_nav{
    padding-top: 40px;
}

.wrap_handbook_nav > h1 {
    font-size: 2.4em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.wrap_handbook_nav > h1 a{
    color: #222222;
    text-decoration: none;
}
.wrap_handbook_nav > h1 a:hover{
    color: #64b5f6;
}
.wrap_handbook_nav > h1:after{
    content: '';
    width: 160px;
    height: 4px;
    background: #64b5f6;
    margin: 30px auto 20px;
    display: block;
}
.wrap_handbook{
    padding: 0 0 50px;
}
.inner_handbook{
    overflow: hidden;
}
.inner_handbook > a{
    display: block;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    flex-flow: column;
    -webkit-flex-flow: column;
    float: left;
    width: 33%;
    background: #808080;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-right: 0.3%;
    margin-bottom: 0.3%;
}
.inner_handbook > a > img{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.inner_handbook .tit_inner_handbook{
    padding: 15px 10% 5px;
    display: block;
    text-align: center;
    font-size: 1.7em;
    color: #fff;
    position: absolute;
    min-height: 45%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #1c3f75;
    background: rgba(28, 63, 117, 0.9);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.inner_handbook > a:hover .tit_inner_handbook{
    padding: 15px 10% 5px;
    background: rgba(28, 63, 117, 1);
}

.wrap_handbook_nav{}
/*----------------------новые стили для спецпредожений---------------------------*/

.btn_special_offers {
    font-size: 22px;
    margin-left: 15px;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    width: 150px;
    padding-right: 28px;
    height: 50px;
    font-family: "OpenSansRegular";
    background: url(/bitrix/components/custom/news.list/templates/.default/../images/search_special_offers.png) #ffcc33 no-repeat right center;
}

.btn_special_offers {
    height: 30px!important;
    background-size: 30px!important;
    font-size: 18px!important;
    margin-bottom: 15px;
}

.btn_special_offers_subscribe {
    font-size: 18px;
    margin-left: 15px;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    width: 150px;
    height: 30px;
    font-family: 'OpenSansRegular', 'Arial', sans-serif;
    background: #ffcc33;
}

.special_offers_message {
    margin: 20px 0;
}

.special_offers_message span.error-message {
    display: none;
    color: red;
}

.special_offers_message span.info-message {
    display: none;
}

.form_special_offers{
    text-align: center;
    border-top: 1px solid #e0e3da;
}
.form_special_offers h3{
    margin:40px 0px;
    color: #424242;
    font-size:18px;
    font-family:"OpenSansRegular";
}
.form_offers{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}

.form_offers_group {
    display: flex;
    align-items: center;
}

.form_offers_btn_wrapper {
    display: flex;
    flex-direction: column;
}

.form_offers label{
    color:#353841;
    font-size: 18px;
    margin: 20px;
    font-weight:300;
}
.form_offers input:-ms-input-placeholder,
.form_offers input:-moz-placeholder,
.form_offers input:-moz-placeholder,
.form_offers input::-webkit-input-placeholder
.form_offers input:placeholder{
    color: #353841;
}
.handbook .offers-list__item .offers-elem-footer{
    margin-top: 1px;
}
/*--------------- стили для архивных спецпредложжений-------------------------------*/
.arhiver{
    width: 100%;
    height: 100%;
    background: rgba(230,230,230,0.5);
    position: absolute;
    z-index: 1000;
}
.handbook .offers-list__item .descr .old-special-offers p,
.handbook .offers-list__item .descr .old-special-offers span{
    color: rgba(140,140,140,0.9) !important;
}
/*.handbook .offers-list__item .offers-elem-header{*/
    /*background: rgba(230,230,230,0.5)*/
/*}*/
.handbook .offers-list__item .offers-elem-footer .old-special-offers p
{
    color: rgba(140,140,140,0.9);
}

.handbook .offers-list__item .offers-elem-footer .old-special-offers .price-travels{
    color:#d4d4d4;
}
.handbook .offers-list__item .offers-elem-footer .old-special-offers p{
    color: #fff;
}
.handbook .offers-list__item .offers-elem-footer .old-special-offers{
    background: rgb(156,154,154);
}













/*---cell----*/
@media screen and (max-width:900px) {
    .inner_handbook > a{
        width: 49%;
    }
}

@media screen and (max-width:768px) {
    .inner_handbook .tit_inner_handbook{
        font-size: 1.3em;
        padding: 15px 5% 5px;
    }
    .wrap_handbook_nav > h1{
        font-size: 1.5em;
    }

    .form_offers {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .form_offers_group label {
      width: 60px;
      font-size: 14px;
      margin: 20px 5px;
  }

  #offers_subscribe_modal .modal-dialog {
      width: 90%;
  }
}

@media screen and (max-width:500px) {
    .inner_handbook > a{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* End */
/* /bitrix/components/custom/news.list/templates/.default/style.css?15803998725248 */
