

/* Start:/local/templates/sigma_2019/components/pixelplus/feedback_reCaptcha/order-now/style.css?15693289662695*/
.order-now {
  background: url(/img/order-now.jpg) no-repeat center center;
  background-size: cover;
  border: #eaeaea solid 3px;
  min-height: 126px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 22px 25px;
  font-family: 'DaxlinePro-ExtraBold', Arial, serif;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
}

.order-now form {
  width: 100%;
}

.order-now .labels_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-now .title {
  margin-bottom: 12px;
}

.order-now .error_list {
  font-size: small;
  margin: 15px 0;
}

.order-now .label_block input[type=text] {
  width: 232px;
  height: 34px;
  border: #d3d3d3 solid 1px;
  font-family: Arial, serif;
  font-style: italic;
  font-size: 12px;
  color: #4b4b4b;
  line-height: 30px;
  padding: 0 12px;
}

.order-now .label_block input[type=text]::-webkit-input-placeholder { color: #4b4b4b; }
.order-now .label_block input[type=text]::-moz-placeholder          { color: #4b4b4b; } /* Firefox 19+ */
.order-now .label_block input[type=text]:-moz-placeholder           { color: #4b4b4b; } /* Firefox 18- */
.order-now .label_block input[type=text]:-ms-input-placeholder      { color: #4b4b4b; }

.order-now .label_block input[type=submit] {
  width: 156px;
  height: 34px;
  line-height: 34px;
  font-family: 'DaxlinePro-Bold', Arial, serif;
  font-size: 16px;
  background: url(/img/order-now-submit.png) no-repeat center center;
  border: 0;
  padding: 0 0 0 30px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.order-now .label_block input[type=submit]:hover {
  opacity: .7;
}

.order-now .send_ok {
  font-size: larger;
}

@media only screen and (max-width: 767px), screen and (max-device-width: 767px) {
  .order-now {
    margin: 0 -15px;
    border-right: 0;
    border-left: 0;
    padding: 16px 13px;
    min-height: 203px;
  }
  
  .order-now .title {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -1px;
  }
  
  .order-now .labels_block {
    flex-direction: column;
    align-items: start;
  }
  
  .order-now .label_block {
    width: 100%;
    margin-top: 11px;
  }
  
  .order-now .label_block:first-child {
    margin-top: 0;
  }
  
  .order-now .label_block input[type=text] {
    width: 100%;
  }
}

@media only screen and (max-width: 320px), screen and (max-device-width: 320px) {
  .order-now {
    background-image: url(/img/order-now-mobile.jpg);
  }
}
/* End */


/* Start:/local/templates/sigma_2019/components/bitrix/news.list/price_list/style.css?17437812277312*/

.table_price {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: #DAD8D8;
    border: 1px solid #DAD8D8;
    border-radius: 4px;

}
.table_price_head > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    background: #4F5863;
}
.table_price > div {
    display: flex;
    gap: 1px;

}
.table_price > div > div,
.table_price_row > div {
    flex-basis: calc(100% / 7);    
}
.table_price_head {
    font-family: Circe;
    font-size: 13px;
    font-weight: 700;
    line-height: 16.9px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    background: #fff;
    min-height: 37px;
}
.table_price_head > div > span {
    display: block;
    font-family: Circe;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    
}
.table_price_row {
    background: #DAD8D8;
}
.table_price > div.table_price_row:nth-child(2n) > div {
    background: #F1F1F1;
}
.table_price > div.table_price_row:nth-child(2n+1) > div {
    background: #EBEBEB;
}
.table_price_row .table_price_row_title {
    font-family: Circe;
    font-size: 13px;
    font-weight: 700;
    line-height: 16.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #292323;
    padding: 10px 12px;
}
.table_price_row > div {
    min-height: 37px;

}
.table_price_row > div:not(.table_price_row_title) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.show_more {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: Circe;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #4F5863;
    text-transform: uppercase;
    border: 1px solid #4F5863;
    width: fit-content;
    margin: 32px auto;
    cursor: pointer;
}
.hidden_price:not(.active) {
    display: none;
}
.hidden_more {
    display: none;
}
.show_more.active svg {
    transform: rotate(180deg);
}
.table_price.hidden_table{
    display: none;
}
.switch {
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: Circe;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #292323;
    margin-bottom: 23px;
    min-height: 22px;
}
.switch .active {
    color: #FF0B19;
    border-bottom: 1px dashed #FF0B19;
}
.switch_toggled {
    border: 1px solid #292323;
    border-radius: 20px;
    width: 37px;
    height: 19px;
    box-shadow: 0px 5px 4px 0px #00000026 inset;
    position: relative;
    cursor: pointer;
}
.switch_toggled:before {
    width: 13px;
    height: 13px;
    background: #FF0B19;
    border-radius: 100%;
    display: block;
    content: '';
    position: absolute;
    left: 3px;
    top: 2px;
    transition: 200ms;
}
.active_swich:before {
    left: 19px;
}
.switch_title {
    transition: 200ms;
}
.letter_search {
    margin-bottom: 25px;
}
.price_list_title {
    font-family: 'DaxlinePro', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36.7px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #454545;
    margin: 50px 0 25px;
}
.letter_search > div.active {
    background :#4A535D;
    border-radius: 5px;
    color: #F7F7FB;
}
.desc_text {
    font-style: italic;
}
@media(min-width: 768px) {
    .mobile_title {
        display: none;
    }
    .table_price_row_title_distance {
        display: none;
    }
    .table_row_mobile_title {
        display: none !important;
    }
    .letter_search {
        display: none;
    }
}
@media(max-width: 768px) {
    .table_price > div.table_price_head {
        display: none;
    }
    .table_row_distance {
        display: none !important;
    }
    .table_price_row {
        display: flex;
        flex-direction: column;
        gap: unset !important;
        margin-bottom: 25px;
    }
    .table_price_row .table_price_row_title {
        background: #4A535D !important;
        font-family: Circe;
        font-size: 13px;
        font-weight: 700;
        line-height: 16.9px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 9px 0;

    }
    .table_price_row .table_price_row_title_distance {
        font-family: Circe;
        font-size: 13px;
        font-weight: 400;
        line-height: 16.9px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .table_price_row > div:not(.table_price_row_title) {
        justify-content: space-around;
        gap: 1px;
    }
    .table_price > div.table_price_row:nth-child(2n) > div,
    .table_price > div.table_price_row:nth-child(2n+1) > div {
        background: #DAD8D8;
    }
    .table_price_row > div:not(.table_price_row_title) > span {
        width: 100%;
        background: #F1F1F1;
        min-height: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .table_price > div.table_price_row > div:not(.table_price_row_title):nth-child(2n+1) > span {
        background: #EBEAEB;
    }
    .table_price {
        border-radius: unset;
        border: unset;
    }
    .table_price_row_title {
        margin-bottom: 8px;
    }
    .table_price_row,
    .table_price {
        background: unset;
        
    }
    .table_price > div.table_price_row > div:not([class=""]) {
        border-left: 1px solid #DAD8D8;    
        border-right: 1px solid #DAD8D8;    
    }
    .table_price > div.table_price_row:nth-child(2n) > div,
    .table_price > div.table_price_row:nth-child(2n+1) > div {
        border-bottom: 1px solid #DAD8D8;    
    }
    .table_price > div.table_price_row > div:nth-child(3) {
        border-top: 1px solid #DAD8D8;    
        border-radius: 4px 4px 0 0 ;
    }
    .table_row_mobile_title {
        font-family: Circe;
        font-size: 13px;
        font-weight: 700;
        line-height: 16.9px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F7F7FB;
    }
    .table_price > div.table_price_row > div.table_row_mobile_title > span {
        background:#4A535DB2 !important;
        
    }
    .letter_search {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px 5px;
    }
    .letter_search > div {
        font-family: 'DaxlinePro', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #4A535D;   
        padding: 6px 8px;
        cursor: pointer;
    }
    .show_more {
        display: none;
    }
}

/* End */


/* Start:/local/templates/sigma_2019/components/pixelplus/feedback_reCaptcha/order-now-popup-ext/style.css?15693289663982*/
.order-now-popup-ext {
  background: #fff;
  min-height: 126px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0;
  font-family: 'DaxlinePro-ExtraBold', Arial, serif;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
}

.order-now-popup-ext form {
  width: 100%;
}

.order-now-popup-ext .labels_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.order-now-popup-ext .title {
  margin-bottom: 12px;
}

.order-now-popup-ext .error_list {
  font-family: "DaxlineProRegular", Arial, serif;
  color: #df010b;
  font-size: small;
  margin: 15px 0;
}
.order-now-popup-ext .label_block {
  width: 100%;
}
.order-now-popup-ext .label_block input[type=text] {
  width: 100%;
  margin-bottom: 15px;
  height: 34px;
  border: #d3d3d3 solid 1px;
  font-family: Arial, serif;
  font-style: italic;
  font-size: 12px;
  color: #4b4b4b;
  line-height: 30px;
  padding: 0 12px;
}

.order-now-popup-ext .label_block input[type=text]::-webkit-input-placeholder { color: #4b4b4b; }
.order-now-popup-ext .label_block input[type=text]::-moz-placeholder          { color: #4b4b4b; } /* Firefox 19+ */
.order-now-popup-ext .label_block input[type=text]:-moz-placeholder           { color: #4b4b4b; } /* Firefox 18- */
.order-now-popup-ext .label_block input[type=text]:-ms-input-placeholder      { color: #4b4b4b; }

.order-now-popup-ext .label_block input[type=submit] {
  width: 304px;
  height: 50px;
  line-height: 34px;
  font-family: 'DaxlinePro-Bold', Arial, serif;
  font-size: 16px;
  background: url(/img/arrow-btn-big.jpg) no-repeat center center;
  border: 0;
  padding: 0 0 0 30px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.order-now-popup-ext .label_block input[type=submit]:hover {
  opacity: .7;
}

.order-now-popup-ext .send_ok {
  font-size: 20px;
  color: #000;
  text-align: center;
}
.order-now-popup-ext .order-popup-title {
  font-family: "DaxlineProRegular", Arial, serif;
  font-size: 27px;
  font-weight: 300;
  color: #000;
  padding-bottom: 25px;
  border-bottom: 5px solid #df010b;
  margin-bottom: 25px;
  margin-left: -24px;
  margin-right: -24px;
}
.order-now-popup-ext .order-popup-title span {
  padding: 0 25px;
}
@media only screen and (max-width: 767px), screen and (max-device-width: 767px) {
  .order-now-popup-ext {
    margin: 0 -15px;
    border-right: 0;
    border-left: 0;
    padding: 16px 13px;
    min-height: 203px;
  }
  

  .order-now-popup-ext .labels_block {
    flex-direction: column;
    align-items: start;
  }
  
  .order-now-popup-ext .label_block {
    width: 100%;
    margin-top: 11px;
  }
  
  .order-now-popup-ext .label_block:first-child {
    margin-top: 0;
  }
  
  .order-now-popup-ext .label_block input[type=text] {
    width: 100%;
  }
}

/*@media only screen and (max-width: 320px), screen and (max-device-width: 320px) {
  .order-now-popup-ext {
    background-image: url(/img/arrow-btn-big.jpg);
  }
}*/
#params-block {
  margin-bottom: 15px;
}
#params-block .dop_property
{
  color: #000;
  font-family: Arial, sans-serif;
  list-style:none;
  margin-top: 5px;
  padding:0;
}
#params-block .dop_property li
{
  font-size:12px;
  text-align: left;
  line-height: 14px;
  margin-bottom: 10px;
}
#params-block .dop_property li span
{
  color: #f42412;
  font-size:14px;
  display:block;
  font-weight:bold;
}
#params-block .service-name {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
#params-block .freight-page_car-park-property-name {
  font-size: 12px;
}
#params-block .freight-page_car-park-property-value {
  font-size: 14px;
}

[name=PX_SERVICE_NAME],
[name=PX_PRICE],
[name=PX_DISTANCE] {
  display: none;
}
/* End */
/* /local/templates/sigma_2019/components/pixelplus/feedback_reCaptcha/order-now/style.css?15693289662695 */
/* /local/templates/sigma_2019/components/bitrix/news.list/price_list/style.css?17437812277312 */
/* /local/templates/sigma_2019/components/pixelplus/feedback_reCaptcha/order-now-popup-ext/style.css?15693289663982 */
