

/* Start:/local/components/optimalgroup/concrete.pool/templates/.default/style.css?167990490517485*/
sup {
    font-size: 70%;
    vertical-align: top;
}

.color-blue {color: #389bf9;}
.content_b .main_b.full-width {
    width: 100%;
    float: none;
    padding:30px 0;
}
.box-sizing *,
.box-sizing *:after,
.box-sizing *:before {
    box-sizing: border-box;
}
.footer {border-top: 0 !important;}

.calc-header {
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calc-header .title_b {
}
.calc-header-right {
    text-align: left;
}
.calc-header-right .menu {
    margin: 0 !important;
}
.calc-header-right .menu li {
    padding-left: 28px;
    font-size: 14px;
    color: #4db0f7;
}
.calc-header-right li + li {
    margin-top: 10px;
}

.calc-volume {
    margin-bottom: 10px;
}

.concrete-calc {
    margin: 0 0 39px;
}
.calc-estimate--preview,
.content_b .calc-input .sizes,
.calc-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    text-align: left;
}
.calc-row + .calc-row {margin-top: 45px;}
.calc-label {
    flex:0 0 15%;
    padding: 0 20px 0 0 !important;
}
.calc-input {
    padding: 0 20px;
    flex:0 0 65%;
}
.calc-input .radio {
    float: none !important;
    position: relative;
    margin: 0;
}
.calc-input .radio input {
    position: absolute;
    opacity: 0;
}
.calc-input .radio p {
    padding: 0;
}
.calc-input .radio p + p {
    margin-left: 15px;
}
.calc-input .radio_label {
    position: relative;
    padding-left: 34px;
}
.calc-input .radio_label:before {
    height: 20px;
    width: 20px;
    border: 3px solid #000000;
    background: #000000;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.calc-input .radio_label span {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.calc-input input:checked + .radio_label:before {
    background: #fbcc55;
}
.calc-input .sizes span {
    color: #000 !important;
}
.calc-input .sizes input[type="text"] {
    width: 100%;
    border-radius: 0;
    height: 37px;
    font:700 18px/37px "Open Sans", 'Helvetica', 'Arial', sans-serif;
    color: #389bf9;
    text-align: center;
    background: none;
    border: 1px solid #000;
}
.col-link {
    flex: 0 0 20%;
}
.col-link a {
    color: #000;
    text-decoration: none;
}
.col-link a span {
    border-bottom: 1px dashed #4db0f7
}
.col-link a b {
    font-weight: normal;
}
.col-link a:hover span {border-color: transparent;}
.icon-question {
    background: url(/local/media/images/sprites.png) -78px 0;
    font-style: normal;
    display: inline-block;
    height: 17px;
    margin-left: 3px;
    position: relative;
    top: 3px;
    width: 17px;
}
a:hover .icon-question {
    background-position: -95px 0;
}
.content_b .calc-input .sizes {
    margin: 0;
}
.content_b .calc-input .sizes small {
    color: #389bf9;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    font: 12px "Open Sans", 'Helvetica', 'Arial', sans-serif;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}
.content_b .calc-input .sizes span {
    padding: 0 15px;
    -webkit-flex: 0 0 13px;
    -moz-flex: 0 0 13px;
    -ms-flex: 0 0 13px;
    -o-flex: 0 0 13px;
    flex: 0 0 13px;
    text-align: center;
    font-size: 20px;
    line-height: 37px;
}
.content_b .calc-input .sizes span + span {padding-left: 0;}
.content_b .calc-input .sizes div + div {margin-left: 15px;}
.content_b .calc-input .sizes div {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    position: relative;
}

.calc-total {
    border: 5px solid #389bf9;
    padding: 15px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}
.calc-total--column {
    padding: 0 20px;
    white-space: nowrap;
}
.column-total > span {
    display: block;
}
.calc-total--column div {
    font-size: 12px;
    color: #389bf9;
    position: relative;
    margin: 5px 0;
}
.calc-total--column div b {
    font-size: 16px;
}
.calc-total--column div i {
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
}
.calc-total--column div sup {
    color: #fe4419;
    position: relative;
    font-size: 16px;
}
.calc-total--column a {
    color: #000;
    border-color: #389bf9;
}
.calc-total--column p,
.calc-total--column small {
    display: block;
    font-size: 16px;
    color: #fe4419;
    line-height: 1;
    padding: 0;
}
.calc-total--column p b {
    font-size: 30px;
}
.calc-attention {
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
}
.calc-error {
    margin: 20px 0 0;
    font-size: 20px;
    text-align: center;
    color: #f00;
}
.estimate {}
.estimate-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 100;
}
.calc-estimate {
    border: 5px solid #389bf9;
    margin-bottom: 30px;
    position: relative;
}
.calc-estimate--preview {
    justify-content: space-between; 
    position: relative;    
    padding: 20px 0 20px 25px;
}
.calc-estimate--preview__count {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 20px;
    text-align: center;
    border-right: 3px solid #389bf9;
    color: #389bf9;
    width: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.calc-estimate--collapse {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    padding-right: 25px;
    font-size: 14px;
}
.calc-estimate--collapse:after {
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #007bff;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    vertical-align: middle;
    content: "";
    transition: .3s;
}
.calc-estimate--collapse.is-opened:after {
    top: 1px;
    border-bottom-color: #007bff;
    border-top-color: transparent;
}
.calc-estimate--preview__text {
    font-size: 14px;
    color: #000;
    padding: 0 35px 10px 0;
    flex: 0 0 69%;
}
.calc-estimate--preview__count + .calc-estimate--preview__text {padding-left: 60px;}

.calc-estimate--preview__text div {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: bold;
}

.calc-estimate--preview__price {
    text-align: right;
    font-size: 14px;
    color: #fe4419;
    padding-right: 20px;
    flex: 0 0 20%;
    position: relative;
    white-space: nowrap;
}
.calc-estimate--preview__price .small {
    font-size: 12px;
    color: #000;
}
.calc-estimate--preview__price b {
    font-size: 24px;
}
.calc-estimate--preview__price .small b {
    font-size: 16px;
}
.calc-estimate--preview__price .old-price {
    position: relative;
    color: #000;
    display: inline-block;
}
.calc-estimate--preview__price .old-price:before,
.calc-estimate--preview__price .old-price:after {
    height: 2px;
    width: 100%;
    background: #fe4419;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: top left;
    transform: translate(-50%, -50%);
    content: "";
}

.calc-estimate--preview__price .old-price:before {transform: rotate(-10deg) translate(-50%, -50%);}
.calc-estimate--preview__price .old-price:after {transform: rotate(10deg) translate(-50%, -50%);}
.calc-estimate--detail {
    padding: 20px;
}
.calc-estimate--detail table {
    border-left: 0;
    border-right: 0;
    margin: 0;
}
.calc-estimate--detail table td,
.calc-estimate--detail table th {
    border: 0;
    padding: 10px 5px;
    font-size: 14px;
    font-family: "Open Sans", 'Helvetica', 'Arial', sans-serif;
    border-left: 1px solid #d3e4ef;
    transition: .3s;
}
.calc-estimate--detail table thead th {
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
    border:1px solid #d3e4ef;
    padding: 13px 10px;
}
.calc-estimate--detail table tbody th {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4db0f7;
    padding: 20px 0;
}
.calc-estimate--detail table tbody tr td:nth-child(2),
.calc-estimate--detail table tbody tr td:first-child,
.calc-estimate--detail table tbody tr th:first-child {border-left:0;}
.calc-estimate--detail table .odd-row td {background: #f3f3f3;}
.calc-estimate--detail table .empty-border td {border-color: transparent;}

[data-check="row"] {cursor: pointer;}
/*[data-check="row"].is-checked:hover td,*/
[data-check="row"]:hover td {background: #eee !important;}
[data-check="row"].is-checked td {background: #d3e4ef !important;}

.calc-estimate--more {}
.calc-estimate--more a {
    background: #389bf9;
    color: #fff;
    display: block;
    text-align: center;
    height: 111px;
    line-height: 111px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
    position: relative;
}
.calc-estimate--more i {
    position: relative;
    display: inline-block;
    top: -5px;
    height: 3px;
    width: 20px;
    margin-right: 10px;
}
.calc-estimate--more i:after,
.calc-estimate--more i:before {
    height: 100%;
    width: 100%;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.calc-estimate--more i:before {
    transform: rotate(90deg);
}
.popup-estimate {
    max-width: 970px;
    width: 100%;
}
.popup-text {
    width: 750px;
    overflow: hidden;
}
.popup-text .h2 {
    margin: 0 0 30px;
    font: 400 36px "Open Sans", 'Helvetica', 'Arial', sans-serif;
}
.popup-text img {
    max-width: 100%;
    height: auto;
}
.pop_title {
    display: block;
    font:500 28px/1.2 'Roboto', 'Helvetica', 'Arial', sans-serif;
    margin: 0 0 20px;
}
.pop_title .h2_border {
    margin: 10px 0 0;
}
.difference-text {
    margin: 30px -10px 0;
}
.difference-text .left-text {
    width: 50%;
    float: left;
    padding: 0 10px;
}
.full-text {
    padding: 0 10px;
}

.order {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #000;
    font-size: 14px;
    font-family: "Open Sans", 'Helvetica', 'Arial', sans-serif;
    padding: 20px 0;
    margin: 20px 0;
    position: relative;
    overflow: visible;
}
.order:before {
    height: 100%;
    width: 1000%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    z-index: -1;
    content: "";
}
.order-person {
    text-align: center;
    padding: 0 30px;
    flex: 2 auto;
}
.order-person i {
    border-radius: 50%;
    width: 94px;
    height: 94px;
    margin: 0 auto 20px;
    display: block;
    overflow: hidden;
}
.order-person i img {
    max-width: 100%; 
    height: auto;
    
}
.order-person div {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.order-call {
    padding: 0 30px;
    flex: 2 auto;
}
.order-email span,
.order-call--title {
    font-weight: bold;
    text-transform: uppercase;
}
.order-call .h2_border {
    margin: 5px 0 10px;
}
.order-call--phone {
    margin-top: 10px;
}
.order-call--phone a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.order-call--time {
}
.order-call--btn {
    margin-top: 20px;
}
.order-call--btn .btn-yellow {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.order-or {
    align-self: center;
    flex: 1 auto;
    text-align: center;
}

.order-email {
    padding: 0 30px;
    flex: 2 auto;
}
.order-email span {
    display: block;
}
.order-email div {
    margin: 5px 0 18px;
}
.order-email p {
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: green;
}
.order-email input {
    display: block;
    width: 100%;
    border-radius: 0;
    height: 37px;
    font: 400 16px/37px "Open Sans", 'Helvetica', 'Arial', sans-serif;
    color: #000;
    text-align: left;
    background: none;
    border: 1px solid #000;
    padding: 0 10px;
    margin: 0 0 27px;
}
.order-email input.is-error {border-color: red;}
.order-email button {
    background: #20a1fd;
    border-radius: 9px;
    border: 0;
    width: 100%;
    border-bottom: 3px solid #093758;
    font-size: 18px;
    font-weight: 700;
    line-height: 53px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(60, 60, 60, 0.6);
    color: #fff;
    outline: none;
    padding: 0;
    display: block;
    text-align: center;
    cursor: pointer;
}
.download-file {
    text-align: center;
    padding: 40px 0 0;
}
.download-file button {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 0;
    border: 0;
    background: none;
    outline: none;
    cursor: pointer;
}
.download-file button img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.checkbox {
    display: block;
    position: relative;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 1;
    height: 100%;
    width: 100%;
    z-index: 2;
    cursor: pointer;
}
.checkbox label {
    display: block;
    height: 19px;
    width: 19px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    cursor: pointer;
}
.checkbox input:checked + label {
    background: url(/local/templates/akva-new/images/sprites.png) -17px 0 no-repeat;
    border-color: transparent;
}
.is-loading {
    position: relative;
}
.is-loading:before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.5);
    content: "";
}

.is-static {
    position: static;
    left: auto;
    top: auto;
    margin: auto;
}
.popup-form .request-form input.inputtext.is-error {
    border-color: red;
}

.mb-10 {margin-bottom: 10px;}
.color-orange {color:#fe4419;}
.fs-18 {font-size: 18px;}
.w-12 {width: 12px; display: inline-block;}

.d-xs-block,
.d-sm-inline-block,
.d-sm-flex,
.d-sm-block {display: none;}

@media (max-width: 890px) {
    .d-sm-none {display: none !important}
    .d-sm-flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .d-sm-block {display: block;}
    .d-sm-inline-block {display: inline-block;}
    .concrete-calc {padding: 0 10px;}
    
    .calc-label {
        padding:0 !important;
        flex: 0 0 30%;
    }
    .estimate,
    .calc-header {
        padding: 0 10px;
    }
    .calc-total {
        margin: 0 10px 10px;
        flex-wrap: wrap;
    }
    .calc-total--column {}
    .content_b .main_b .title_b h1 {
        margin: 0;
    }
    .calc-header {
        margin: 0 0 20px;
    }
    .content_b .main_b .title_b {
        margin: 0 !important;
    }
    .calc-estimate--preview__text {
        flex: auto;
    }
    .calc-volume {
        padding: 0 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 720px) {
    .calc-estimate--preview,
    .calc-header,
    .calc-row {        
        flex-wrap: wrap;
    }
    .calc-label {flex: 100%; margin-bottom: 10px;}
    .calc-input {flex: 100%; padding: 0;}
    .calc-row + .calc-row {
        margin: 20px 0 0;
    }
    .content_b .calc-input .sizes {margin-top: 30px;}
    
    .calc-total .calc-total--column {
        width: 33.33333%;
        margin: 20px 0;
    }
    .calc-total .calc-total--column:nth-last-child(2),
    .calc-total .calc-total--column:last-child {
        flex: 50%;
        margin: 0;
        flex-wrap: wrap;
    }
    .column-total {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;        
    }
    .calc-estimate--preview {}
    .calc-estimate--preview__count + .calc-estimate--preview__text + .calc-estimate--preview__price {padding-left: 60px;}
    /*.calc-estimate--preview__price,
    .calc-estimate--preview__text {
        padding: 0;
    }*/
    .calc-estimate--preview__price {margin-top: 20px;}
    .popup-text {
        max-width: 100%;
    }
    .popup-text .h2 {
        font-size: 30px;
    }
    .difference-text .left-text {
        width: 100%;
    }
    .difference-text .left-text + .left-text {margin-top: 20px;}
}
@media (max-width: 600px) {
    .d-xs-none {
        display: none;
    }
    .d-xs-block {display: block;}
    .calc-input .radio p {
        display: block;
    }
    .calc-input .radio p + p {margin: 10px 0 0;}
    .calc-estimate--collapse {padding: 0;}
    .calc-estimate--collapse:after {display: none;}
    .table-popup {
        display: none;
    }
    .calc-estimate {
        width: 100%;
    }
    .calc-estimate--detail {
        display: block !important;
        overflow: auto;
    }
    .calc-estimate--detail table {
        min-width: 800px;        
    }
    .order {
        padding: 20px 10px;
        flex-wrap: wrap;
    }
    .order-call,
    .order-or,
    .order-email {
        flex: none;
        padding: 0;
        width: 100%;
    }
    .order-or {padding: 15px 0;}
}
@media (max-width: 400px) {
    .calc-total .calc-total--column {
        width: 100%;
        margin: 0 0 20px;
    }
    .calc-total .calc-total--column:last-child {margin-top: 20px;}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/table-tariffs-prices/style.css?16799049053933*/
.build-pool-section {
  /*font:300 14px/21px "Roboto Condensed", 'Helvetica', 'Arial';*/
}
.tariff-table {
  border:1px solid #bbd5eb;
  border-collapse:collapse;
  width:621px;
}
.table-brb {border-bottom:1px solid #bbd5eb;}
.tariff-table .no-border {border:0;}
  .tariff-table th {
    background:#f6f7f8;
    font:300 12px/1 'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;
    color:#000;
    border-right:1px solid #bbd5eb;
    padding:5px 10px;
    text-align:center;
    vertical-align:middle;
  }
  .tariff-table th.current,
  .tariff-table th.hover-state {
    background:#549fd3;
    color:#fff;
  }
    .tariff-table th b {
      font:700 14px/1 'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;
      display:block;
    }
    .tariff-table th.tariff-table-col-name {
      width:83px;
      padding:15px 10px;;
    }
    
  .tariff-table td.section-title {
    padding-top:30px;
    font:700 14px/1 'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;
    color:#78abd8;
    text-transform: uppercase;
  }
  .tariff-table td {
    padding:2px 10px;
    font:300 14px/17px 'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;
    color:#000;
    border-right:1px solid #bbd5eb;
  }
  .tariff-table td[valign="middle"] {vertical-align:middle;}
  .tariff-table td.current,
  .tariff-table td.hover-state {
    background:#107ec9;
    color:#fff;
  }
  .js-highlightTable { cursor:pointer;}
  .tariff-table td.add-text {
    font:300 12px/21px Arial, Helvetica, sans-serif;
    color:#ff0000;
    border-top:1px solid #bbd5eb;
    border-bottom:1px solid #bbd5eb
  }
  .js-selectCellTable {}
    .js-selectCellTable div {
      cursor:pointer; 
      position:relative; 
      padding-right:20px; 
      white-space:nowrap;
    }
    .js-selectCellTable.disabled div {color:#999;}
    .js-selectCellTable.text-center div {
      display:inline-block;
      padding:0 20px;
    }
    .js-selectCellTable div.selected {color:#0061a3;}
    .js-selectCellTable div.selected:after {
      background:url(/bitrix/media/images/build-pool/checked.png) no-repeat;
      height:12px;
      width:12px;
      display:block;
      position:absolute;
      top:1px;
      right:0;
      content:"";
    }    
  .tariff-table-left {
    width:621px;
  }
  .tariff-form-left {
    width:320px;
    border:1px solid #bbd5eb;
    margin-left:-1px;
  }
    .tariff-form-total {
      border-bottom:1px solid #bbd5eb;
      color:#107ec9;
      font:700 21px/1 'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;
      text-transform:uppercase;
      padding:45px 0 32px;
    }
      .tariff-form-total div {
        font-size:32px;
        line-height:1;
        text-transform:lowercase;
        margin:10px 0 0;
      }
    .tariff-form-list {
      font:300 14px/21px 'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;
      color:#000;
      padding:0 29px 19px;
    }
      .tariff-form-list table {
        width:100%;
      }
        .tariff-form-list table td { vertical-align:middle; padding:14px 0;}
        .tariff-form-list table td:first-child {padding-right:20px;}
          .tariff-form-list table td div {
            font:400 25px/1 'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;
            color:#1d2339;
          }
      .tariff-form-list .formSub {
        height:63px;
        line-height:63px;
        width:100%;
        display:block;
        margin:0 7px;
      }
      .tariff-form-links {
        font:700 14px/1 'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;
        text-transform:uppercase;
        margin-top:30px;
      }
        .tariff-form-links div + div { margin-top:25px;}
          .tariff-form-links div input {
            color:#ff4e00;
            border:0;
            padding:0;
            background:none;
            text-decoration: underline;
            text-transform:uppercase;
          }
          .tariff-form-links div input:hover {text-decoration:none;}
/* End */
/* /local/components/optimalgroup/concrete.pool/templates/.default/style.css?167990490517485 */
/* /local/templates/.default/components/bitrix/news.list/table-tariffs-prices/style.css?16799049053933 */
