.orderItems .icount{
    width: 30px !important;
    height: 20px !important;
    display: inline-block !important;
    font-size: 15px !important;
    padding: 0px !important;
    text-align: center;
    margin: 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.packetItems,
.orderItems{
    width: 100%;
}
.packetItems td{
    width: 33%;
}

.setBlock{
    /*display: inline-block;
    margin: 10px;
    /*width: 30%;*/
}
.t_minus, .t_plus {
    cursor: pointer;
    margin: 0 5px;
}
#sumTotal{
    font-weight: bold;
}
.date-interval-hellip,
.calendar-icon:last-of-type,
#date_fld_finish{
    display: none !important;
}
#date_fld{
    width: 150px;
    display: inline-block;
}
.selectDate img{
   /* display: none;*/
}
h1.title_ a{
    color:#f1c017;
}

.totalTable td {
    padding: 5px 10px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.2;
    border: 2px solid #dbaa00;
}

.totalTable tfoot {
    background-color: #fdbc42;
    color: #ffffff;
    font-size: 1.2em;
}
.totalTable tfoot td {
    padding: 10px;
}

.totalTableWrap {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 4px solid #fed12f;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 0px 2px #b88648;
    -moz-box-shadow: 0px 0px 0px 2px #b88648;
    box-shadow: 0px 0px 0px 2px #b88648;

}
.totalTable thead tr {
    border-bottom: 2px solid #dbaa00;
}

.totalTable thead td {
    color: #ffffff;
    background-color: #f1c017;
    padding: 15px 10px 10px;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    text-shadow: 0.125rem 0 0 #6a3c00, -0.125rem 0 0 #6a3c00, 0 0.125rem 0 #6a3c00, 0 -0.125rem 0 #6a3c00, 0.0625rem 0.0625rem #6a3c00, -0.0625rem -0.0625rem 0 #6a3c00, 0.0625rem -0.0625rem 0 #6a3c00, -0.0625rem 0.0625rem 0 #6a3c00;
    font-family: 'AngryBirds-Reg', sans-serif;
    letter-spacing: 0.05em;
    -moz-border-bottom-colors: #fed12f;
    border-bottom-color: #fed12f;
}

.disabledRow *,
.disabledRow:hover *,
.totalTable tbody tr.disabledRow *,
.totalTable tbody tr.disabledRow:hover * {
    cursor: default;
}

.totalTable tbody tr.disabledRow,
.totalTable tbody tr.disabledRow:hover td {
    background-color: transparent;
    color: rgba(0,0,0,0.3);
}

.firstRow  .bgImg{
   /* height: 240px;*/
    height: 253px;
    padding: 30px;
   /* background: url('/upload/medialibrary/e32/e327ab29cf6f55e7ac9080a243c69d6e.jpg') no-repeat;*/
    background: url('./images/push_01.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    vertical-align: middle;
}





/*styles from 28.12.2017*/

.content_ .ab-sections .title_,
.ab-sections a {
    color: #ffffff;
}
.ab-sections a:hover {
    color: #ffffff;
}
.ab-sections {
    position: relative;
   /* border: 4px solid #eef7fc;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    /*color: #ffffff;
    background-color: #fdbc42;*/
}
.ab-sections:hover {
    /*background-color: #8d8d8d;*/
}
.ab-sections:hover .bgImg {
    opacity: 0.6;
}
.ab-sections .bgImg {
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
   /* opacity: 0.2;*/

}

.ab-sections-hovered .ab-sections .title_ {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.8rem;
    will-change: transform;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    text-shadow: 0.125rem 0 0 #6a3c00, -0.125rem 0 0 #6a3c00, 0 0.125rem 0 #6a3c00, 0 -0.125rem 0 #6a3c00, 0.0625rem 0.0625rem #6a3c00, -0.0625rem -0.0625rem 0 #6a3c00, 0.0625rem -0.0625rem 0 #6a3c00, -0.0625rem 0.0625rem 0 #6a3c00;
}

ul.ab-check-list {
    list-style: none;
    margin: 0.5em 0;
    padding: 0;
}
ul.ab-check-list li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 0.5em;
    min-height: 20px;
}
ul.ab-check-list li:before {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.3) url("/local/templates/main/dist/images/icon-check.png") no-repeat center center;
    -webkit-background-size: 10px;
    background-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.ab-elements-group ul.ab-check-list {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}
.ab-elements-group {
    margin: 1em 0;
}
.ab-elements-group .text-center {
    padding: 30px 0;
    line-height: 60px;
}

.ab-elements-group .button.secondary.round {
    margin: 0;
}
.content_ .ab-elements-group p {
    margin: 0 0 0.5em 0;
}

.ab-elements {
    border-bottom: 2px solid #fdbc42;

}
.programs .ab-elements{
    margin: 0 auto;
    width: calc(100% - 20px);
    background: url('./images/push_02.jpg') no-repeat;
    background-size: 110%;
    background-position: center center;
    /*height: 521px !important;*/
    border: 4px solid #77c1e6;
    border-radius: 30px;
    margin-bottom: 20px;
}
.ab-element-desc {
    padding: 0 0 15px 10px;
    font-size: 15px;
    line-height: 1.25;
    text-align: left;
}

.ab-elements-group .ab-elements h1,
.ab-elements-group .ab-elements h2,
.ab-elements-group .ab-elements h3,
.ab-elements-group .ab-elements h4,
.ab-elements-group .ab-elements h5,
.ab-elements-group .ab-elements h6 {
    font-size: 30px;
    color: #ffffff;
}
.ab-elements-link {
    text-align: center;
    color: #ffffff;
    display: block;
   /* background-color: #0081c8;*/
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 10px;
}
.ab-elements-link:hover {
    color: #ffffff;
    text-decoration: none;
    /*background-color: #fdbc42;*/
    border-color: #dd9000;
}
.ab-elements .ab-elements-link:hover img {
    border-color: #dd9000;
}
.ab-elements-link,
.ab-elements .ab-elements-link img {
   /* border: 2px solid #0069a2;*/
    margin-bottom: 1em;
    -webkit-transition: background-color 300ms ease,border-color 300ms ease;
    -moz-transition: background-color 300ms ease,border-color 300ms ease ;
    -ms-transition: background-color 300ms ease,border-color 300ms ease ;
    -o-transition: background-color 300ms ease,border-color 300ms ease ;
    transition: background-color 300ms ease,border-color 300ms ease ;
}
.ab-hor-scroll {
    overflow-x: auto;
}
.ab-hor-scroll table {
    background-color: #e0edf2;
}
#date_fld {
    -webkit-border-radius:0.625rem;
    -moz-border-radius:0.625rem;
    border-radius:0.625rem;
}
.selectDate .calendar-icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    border: 2px solid #ffa600 !important;
    margin: 0 0.5em;
}
.selectDate .calendar-icon-hover {
    border-color: #4bace1 !important;
}
.ab-order-form {
    max-width: 480px;
    margin: auto;
    padding: 20px 0;
}

.ab-carousel-group {
    max-width: 488px;
}
.ab-carousel-group .slick-dots {
    position: relative;
    bottom: -10px;
}
.ab-carousel-group .slick-dots li button:before {
    font-size: 40px;
}
.orderItems .icnt input {
    margin: 0 0 10px 0;
}
.orderItemsPrice {
    font-weight: bold;
    white-space: nowrap;
}
.orderItemsPriceTable td {
    padding-bottom: 10px;
}

table.orderItems.totalTable td.totalTablePrice {
    white-space: nowrap;
}
table.orderItems.totalTable .vertical-text {
    font-family: 'AngryBirds-Reg', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    text-shadow: 0.125rem 0 0 #ffffff, -0.125rem 0 0 #ffffff, 0 0.125rem 0 #ffffff, 0 -0.125rem 0 #ffffff, 0.0625rem 0.0625rem #ffffff, -0.0625rem -0.0625rem 0 #ffffff, 0.0625rem -0.0625rem 0 #ffffff, -0.0625rem 0.0625rem 0 #ffffff;
    color: #444444;
}

@media (max-width: 520px) {

    table.orderItems.totalTable td.totalTableCount,
    table.orderItems.totalTable td.totalTablePrice {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .ab-elements:not(.ab-elements-height-calc) {
        height: auto !important;
    }
    .ab-carousel-group .ab-carousel,
    .ab-carousel-group .ab-carousel-nav {
        padding: 0 !important;

    }
    table.orderItems.totalTable,
    table.orderItems.totalTable thead,
    table.orderItems.totalTable tbody,
    table.orderItems.totalTable tr,
    table.orderItems.totalTable td {
        display: block !important;
        width: 100%;
    }

    table.orderItems.totalTable thead {
        display: none !important;
    }

    .vertical-text {
        padding: 20px 0;
        text-align: center;
    }

    table tbody td:before {
        content: attr(data-label);
        text-transform: uppercase;
        font-weight: 800;
        font-size: 12px;
        vertical-align: middle;
        margin-right: 1em;
    }

    table.orderItems.totalTable td.totalTableCount,
    table.orderItems.totalTable td.totalTablePrice {
        width: 50%;
        float: left;
        padding: 10px;
        line-height: 20px;
    }

    table.orderItems.totalTable tr:before,
    table.orderItems.totalTable tr:after {
        content: " ";
        display: table;
    }
    table.orderItems.totalTable tr:after {
        clear: both;
    }
    .firstRow  .bgImg{
        height: 170px;
    }

}



@media (min-width: 768px) {
    .totalTable tbody tr:hover td {
        background-color: rgba(255,255,255,0.5);
        color: #004870;
    }

    .totalTable tbody tr:hover td.pos-rel {
        background-color: transparent;
        color: #797979;
    }

    .ab-hor-scroll table {
        min-width: 800px;
    }

    .vertical-text {
        position: absolute;
        display: inline-block;
        text-align: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) rotate(-90deg);
        -moz-transform: translate(-50%,-50%) rotate(-90deg);
        -ms-transform: translate(-50%,-50%) rotate(-90deg);
        -o-transform: translate(-50%,-50%) rotate(-90deg);
        transform: translate(-50%,-50%) rotate(-90deg);
    }

    .firstRow {
        margin: 0 30px !important;
    }
    .ab-text-inner {
        padding: 0 44px;
    }
    .ab-sections-hovered .ab-sections .title_ {
        font-size: 2.8rem;
    }

    .ab-sections .bgImg {
        border-radius: 30px;
    }
}
.errortext,
.errortext a{
    color:red;
}
.packButoon{
    border-radius: 0px !important;
}
.calcBanner h2{
    /* color: white !important; */
}
.calcBanner {
    text-align: left;
    background-size: cover;
    height: 150px;
    padding-left: 105px;
    cursor: pointer;
}
.orderItems{
    font-family: AngryBirds-Reg, sans-serif !important;
}
.hideCalc{
    display: none;
}
.addServices td{
    border: 0px  !important;
    border-top: 1px solid #dbaa00 !important;
}
.packButton{
    width: 220px;
    height: 64px;
    line-height: 28px;
    font-weight: 300;
    font-size: 20px;
    color: white;
    font-family: 'AngryBirds-Reg', sans-serif;
    text-decoration: none;
    padding-top: 11px;
    margin: 0 auto;
    display: inline-block;
}

.packButton-single_line {
    padding-top: 19px;
}
/*
.ab-elements-group .col-xs-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.ab-elements h2 {
    height: 126px;
}*/
.centered{
    text-align: center;
}

.ab-elements-group {
    position: relative;
}

.ab-elements > a {
    display: block;
    width: 100%;
    text-align: center;

}

.ab-elements > a > img {
    margin: 0 auto 20px;;
}

.ab-element-slick-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 50px;
    text-indent: -9999px !important;
    z-index: 10;
}

.ab-element-slick-nav:hover, .ab-element-slick-nav:focus {
    background-color:unset;
}

.ab-elements-slick-prev {
    background: url(/local/templates/main/dist/images/arrows.png) 0 0 no-repeat;
    left: -1.9625rem;
}

.ab-elements-slick-next {
    background: url(/local/templates/main/dist/images/arrows.png) -6.25rem 0 no-repeat;
    right: -2.5625rem;
}

/**Центрирование**/
.packetItems.center {
    text-align: center;
}

.center > .col-sm-4 {
    float: none;
    display: inline-block;
    text-align: center;
}

.programs__item {
    width: 49%;
    #float: left;
    display: inline-block;
    vertical-align: top;
}
.programs__item_wrap {
    position: inherit;
}

.ab-elements-link > .programs__item_image {
    margin: 0 23px 0 0;
    float: left;
}

h2.programs__item_caption {
    font-size: 23px!important;
}

.programs__item_right {
    width: calc(100% - 180px);
    float: left;
    text-align: left;
    margin-bottom: 10px;
}
.programs__item_description {
    margin-top: 10px;
}

.programs__item_description, .programs__item_description > p {
    font-size: 12px;
}
.programs__item_element {
    position: relative;
}
.programs__item_bottom-button {
    position: absolute!important;
    left: calc(100% - 274px);
    bottom: 16px;
}

@media (max-width: 1279px) {
    .programs__item_bottom-button {
        position: absolute!important;
        left: auto;
        right: 20px;
        bottom: 16px;
    }
}

@media (max-width: 1100px) {
    .programs__item {
        width: 100%;
    }

    .ab-elements-link > .programs__item_image {
        margin: 0 auto;
        float: none;
    }

    .programs__item_right {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .programs__item_bottom-button {
        position: relative!important;
        /* left: auto; */
        /* right: auto; */
        /* width: 70px; */
        /* bottom: 16px; */
        width: 150px;
        margin: 0 auto !important;
    }
    .programs__item_description ul {
        list-style: none;
    }
}

.ab-elements-link:hover {
    text-decoration: none;
}

.programs__item_right > div.programs__item_description > h3 {
    font-size: 20px;
}

