

/* Start:/local/templates/gpw_boeing_2020/components/bitrix/form.result.new/form-calculation-cost/style.css?17501452493262*/
.form-calculation-cost {
    background: url('/images/form-bg-vertical.svg') #0E2D3F center left no-repeat;
    background-size: cover;
    padding: 20px 30px;
    margin-bottom: 30px;
    max-width: 387px;
    box-sizing: border-box;
    border-radius: 20px;
    min-width: 387px;
}
.form-calculation-cost label {
    display: block;
    width: 100%;
}
.form-calculation-cost .fancybox-header {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
.form-calculation-cost .table-adaptive {
    overflow: hidden;
    margin-bottom: 0;
}
.form-calculation-cost .table-adaptive .field {
    margin-bottom: 10px;
    margin-right: 0;
}
.form-calculation-cost .button {
    padding: 0 35px;
}
.form-calculation-cost .agreement p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(71, 76, 86, 0.5);
}
#form-calculation-cost .button.button-blue {
    width: 100%;
}

.decor-img .form-calculation-cost {
    position: relative;
    z-index: 2;
    margin: 0;
    
}

.form-calculation-cost__box {
    display: flex;
    padding-right: 180px;
}
.decor-img .form-calculation-cost__box img {
    border-radius: 20px;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.form-calculation-cost input:not([type="submit"]) {
    border: 0.50px solid #fff;
    border-radius: 20px;
    width: 161px;
    height: 35px;
    padding: 7px 15px;
    box-sizing: border-box;
    
}
.form-calculation-cost input[type="submit"] {
    background: var(--orange);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--dark-blue);
    width: 161px;
    height: 35px;
    border-radius: 50px;
    border: 1px solid var(--orange);
}
.form-calculation-cost input[type="submit"]:hover {
    background: #FFF;
}
.form-calculation-cost .agreement {
    margin-top: 5px;
}
.form-calculation-cost .agreement p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 10px !important;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
}
.form-calculation-cost .agreement p a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}
.form-calculation-cost .agreement p a:hover {
    text-decoration: none;
}
.form-auto-fields label {
    width: 100%;
}
.form-auto-fields input:not([type="submit"]){
    height: 35px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    background: #0F374A;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
.form-auto-fields > div {
    margin: 0 2.5px 10px;
    display: inline-block;
}

.form-calculation-cost__box .form-auto-fields > div {
    width: 161px;
}

.form-calculation-cost__box .form-auto-fields > div:nth-child(5){
    width: 100%;
}
.form-calculation-cost__box .fancybox-body {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

input[name="form_text_b"]{
    display: none !important;
}
/* End */


/* Start:/local/templates/gpw_boeing_2020/css/pages/news.css?17501452512853*/
.news-list-container{padding:0 0 25px 0;margin:0;width:100%}.news-list-container:before,.news-list-container:after{content:" ";display:table}.news-list-container:after{clear:both}.news-list{display:-webkit-box;display:-webkit-flexbox;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:start;-webkit-flex-pack:start;-ms-flex-pack:start;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-align-items:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.news-list .news{-webkit-box-sizing:border-box;box-sizing:border-box;width:387px;min-width:290px;}.news-list .news>a:first-child{width:100%;display:inline-block;overflow:hidden}.news-list .news img{margin:0 0 15px;min-width:100%}.news-list .news img:before,.news-list .news img:after{content:" ";display:table}.news-list .news img:after{clear:both}.news-list .news .header{color:#232323;font-family:'News Gothic', sans-serif;font-weight:400;font-size:25px;line-height:normal;padding:0 0 10px 0;height:92px}.news-list .news .header:hover{color:#609bc8}.news-list .news .header:visited{color:#b9b9b9}.news-list .news .info{padding:5px 0 0 0}.news-list .news p{font-size:14px}.news-list .news:hover{border-color:#00b5e0}
.news-content .decor-img-news {
   width: 100%;
   margin: 0;
}
.news-content__img::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(14, 45, 63, 0) 0%, #0e2d3f 100%);
    z-index: 1
}
.news-content .decor-img-news aside {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    position: absolute;
    bottom: 11px;
    left: 20px;
    z-index: 2;
}
.news-content .decor-img-news img {
    border-radius: 13px;
}

.main-news {
    padding-bottom: 120px;
    padding-top: 60px;
}
.news-content__img {
    
}
.main-news__slider .decor-img-news {
    margin: 0;
    
}
.main-news__slider .decor-img-news:hover::before {
    transform-origin: right top;
    transform: rotate(3deg);
}
.news-content__img-wrap + p,
.news-content__img-wrap + p a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px !important;
    line-height: 150%;
    color: #0E2D3F;
    padding: 0 20px 0;
}
.news-content__img-wrap + p a {
    text-decoration: none;
}
.news-content__img-wrap + p a:hover {
    text-decoration: underline;
}
.news-content__img {
    height: 219px;
    overflow: hidden;
    border-radius: 13px;
    position: relative;
}
.news-content__img-wrap {
    padding: 40px 9px 15px 9px;
    display: block;
}

.main-news__list {
    margin-left: -9px;
    margin-right: -9px;
}
/* End */
/* /local/templates/gpw_boeing_2020/components/bitrix/form.result.new/form-calculation-cost/style.css?17501452493262 */
/* /local/templates/gpw_boeing_2020/css/pages/news.css?17501452512853 */
