.basket-link {
    white-space: nowrap;
    display: flex
}

.basket-link .js-basket-block {
    position: relative
}

.basket-link .count {
    font-size: 11px;
    border-radius: 100%;
    text-align: center;
    background: #000;
    background: var(--white_text_black);
    color: #fff;
    color: var(--white_text_black_reverse);
    width: 17px;
    height: 17px;
    display: inline-block;
    line-height: 18px
}

.basket-link:not(.basket-count) .count {
    background: #b0b0b0
}

body .bgcolored .basket-link.basket-count .count {
    background: #fff;
    background: var(--white_text_black_reverse);
    color: #222;
    color: var(--white_text_black)
}

body .menu-row.with-color.colored_dark .basket-link:not(.basket-count) .count {
    background: #b0b0b0;
    color: #fff;
    color: var(--white_text_black_reverse)
}

body.fill_bg_n.header_fill_colored.title-v5 .full-fill .logo-row, body.fill_bg_n.title-v5 .visible-lg:not(.index) .menu-row.bgcolored, body.fill_bg_y.visible_banner.header_fill_colored.title-v5 .full-fill .logo-row > .maxwidth-theme, body.fill_bg_y.visible_banner.title-v5 .visible-lg:not(.index) .menu-row.bgcolored > .maxwidth-theme {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.cart__item {
    padding: 25px 55px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    position: relative;
    page-break-inside: avoid;
    border: 1px solid #e5e5e5;
    margin-bottom: -1px;
    padding: 31px;
    border-radius: 4px;
}
.cart__item-info a {
    color: #333;
}
.cart__item-image {
    width: 70px;
    max-height: 70px;
    text-align: center
}

.cart__item-info {
    position: relative;
    margin: -8px 0 0
}

.cart__item-props {
    margin-top: 7px
}

.btn.to-order {
    width: 100%;
    background: #00569c;
    color: #fff;
    box-shadow: 0 1px 0 0 #003a69;
    border: none;
    outline: none !important;
}
.font_bold {
    font-weight: bold;
}
.font_18 {
    font-size: 1.2em;
    line-height: calc(1em + 7px);
}
.basket_order .item__name a  {
    color: #000;
    text-decoration: none;
}
.basket_order .foot {
    padding: 26px 30px 26px;
    background: #fafafa;
}
.rounded-4 {
    border-radius: 4px;
}


.flex-grow-1,
.flex-1 {
    flex: 1;
}
.btn.to-order:active, .btn.to-order:focus, .btn.to-order:hover {
    background: #006cc5;
    color: #ffffff;
}

.cart__item-remove {
    position: absolute;
    right: -29px;
    top: -16px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer
}

.price__new-val {
    font-weight: 600;
    line-height: 20px;
    font-size: 1em;
}

.cart__item-prices {
    margin-top: 12px
}

.cart__item-cost {
    flex-basis: 50%
}

.cart__item-summ {
    flex-grow: 1;
    text-align: right;
    flex-shrink: 0
}

.basket-side {
    flex-basis: 400px;
    flex-shrink: 0
}

.basket-side__wrapper {
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    background: var(--card_bg_black)
}

.basket-side__wrapper--padding {
    padding: 27px 32px 20px
}

.cart--default .cart__item {
    margin-bottom: -1px;
    padding: 31px
}

.cart--default .cart__item-image {
    width: 100px;
    max-height: 100px
}

.basket.default .foot {
    padding: 0 0 25px
}

.basket--column-btn .btn {
    margin-bottom: 12px
}

.svg-inline-basket-print {
    margin-right: 6px
}

.btn.print:hover .fill-theme path {
    fill: #fff
}

.basket .basket_empty {
    padding: 44px;
    min-height: 178px;;
    border-color: var(--stroke_black);
    border-radius: 4px
}

.basket .basket_empty > .wrap {
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    padding: 20px 0
}

.basket .basket_empty h4 {
    margin: 18px 0 13px
}

.basket .h4 {
    margin-bottom: 20px;
}

.basket .basket_empty .description {
    margin: 0 0 25px;
    max-width: 450px;
    text-align: center
}

.basket .basket_empty .btn {
    margin: 0
}

.basket .empty-basket .basket__heading {
    display: none
}

.basket.fly .wrap.empty-basket {
    padding-top: 0
}

.basket.fly .basket_empty {
    padding: 28px 30px 40px;
    border-top: none;
    border: none
}

.ajax_basket .basket.top {
    display: none
}

.header-cart {
    position: relative
}

.header-cart .basket > a {
    white-space: nowrap
}

.header-cart .basket-dropdown {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    position: absolute;
    top: 100%;
    padding-top: 12px;
    right: -1px
}

#main #headerfixed .header-cart .basket-dropdown {
    padding-top: 5px
}

.mega-fixed-menu .header-cart .items_wrap {
    max-height: calc(100vh - 270px)
}

.mega-fixed-menu .header-cart .header-cart__name {
    display: none
}

.mega-fixed-menu .header-cart .basket-dropdown {
    bottom: 100%;
    top: auto;
    padding-top: 0;
    padding-bottom: 9px;
    z-index: 3
}

.header-cart.opened .basket-dropdown, .header-cart:hover .basket-dropdown {
    opacity: 1;
    visibility: visible
}

.header-cart .basket-dropdown .dropdown {
    overflow: hidden;
    padding: 18px 24px 0;
    width: 530px;
    left: 0;
    padding: 0
}

.header-cart .basket .basket_empty {
    padding: 28px 38px 28px 38px;
    border: none
}

.header-cart .items_wrap {
    max-height: 410px;
    overflow: hidden
}

.header-cart .items_wrap .mCSB_container {
    margin: 0
}

.header-cart .cart__item {
    padding: 25px 24px 23px
}

.header-cart .cart__item:last-of-type {
    border-bottom: none
}

.header-cart .cart__item-title {
    padding: 0 30px 0 0
}

.header-cart .cart__item-remove {
    right: -9px;
    top: -2px
}

.header-cart .cart__item-cost {
    flex-basis: 70%
}

.header-cart .cart__item-cost .price {
    display: inline;
    vertical-align: baseline
}

.header-cart .cart__item-summ .price_new {
    display: inline;
    vertical-align: baseline
}

.header-cart .cart__item-prices {
    margin-top: 8px
}

.header-cart .cart__item-counter {
    margin: 0 0 0 6px;
    vertical-align: baseline
}

.header-cart .counter__count-wrapper {
    margin: 0 0 0 5px
}

.header-cart .foot {
    padding: 19px 24px 24px 24px;
    background-color: #fafafa;
    background-color: var(--light_bg_black);
    border-top: 1px solid #e5e5e5;
    border-color: var(--stroke_black)
}

.header-cart .foot .buttons {
    margin: 17px 0 0 0
}

.header-cart .foot .price_old {
    margin: 0 7px 0 0
}

.header-cart .cart__item-image {
    height: 70px
}

.header-cart .cart__item-image a {
    height: 100%;
    display: inline-block
}

.basket.fly {
    position: fixed;
    width: 700px;
    display: block !important;
    right: -701px;
    top: 0;
    background: #fff;
    background: var(--card_bg_black);
    z-index: 996;
    transition: right ease-in-out .3s;
    -moz-transition: right ease-in-out .3s;
    -ms-transition: right ease-in-out .3s;
    -o-transition: right ease-in-out .3s;
    -webkit-transition: right ease-in-out .3s;
    margin: 0;
    height: 100%
}

.ajax_basket.opened .basket.fly {
    right: 0
}

.basket__heading {
    margin: 0;
    padding: 49px 54px 42px;
    border-bottom: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    margin-top: -123px;
    height: 123px
}

.basket__heading-title {
    margin: 0
}

.basket__heading-link {
    position: relative;
    padding-right: 89px
}

.basket__heading .basket__heading-link .arrow-all {
    top: 10px
}

.basket__heading-remove {
    cursor: pointer
}

.cart-total {
    font-weight: bold;
    font-size: 1.2em;
    line-height: calc(1em + 7px);
}

.flexbox--justify-beetwen {
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.basket.fly > .wrap {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    color: #333;
    color: var(--white_text_black);
    text-align: left;
    height: 100%;
    padding-top: 123px
}

.widget_open .wrap {
    padding-top: 0 !important
}

.basket.fly > .wrap .basket_wrap {
    height: 100%;
    padding-bottom: 181px
}

.basket.fly .opener {
    display: block;
    width: 63px;
    height: 64px;
    cursor: pointer;
    text-align: center;
    line-height: 64px;
    position: relative
}

.opened .basket.fly .opener {
    background-color: #fff;
    background-color: var(--darkerblack_bg_black)
}

.opened .basket.fly .opener:after {
    content: "";
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    background: var(--stroke_black);
    position: absolute;
    z-index: 1
}

.basket.fly .items_wrap {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%
}

.basket.fly .foot {
    padding: 27px 55px 25px;
    border-top: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    margin-top: -1px;
    position: relative
}

.basket.fly .buttons {
    padding: 0 56px 32px
}

.buy_block {
    display: block;
}

 .buy_block:not(.in) .in_cart {
    display: none;
}

 .buy_block.in .to_cart {
    display: none;
}

.btn-actions--with-icons {
    max-width: 243px;
    flex-basis: 100%;
}

.btn-actions__inner {
    flex: 1;
    max-width: 100%;
    text-overflow: ellipsis;
}

.btn-actions--with-icons .buy_block {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.btn-actions--with-icons .buttons {
    flex: 1;
}

.buy_block .btn {
    white-space: normal;
    max-width: 100%;
    text-overflow: ellipsis;
    width: 100%;
    background: #00569c;
    color: #fff;
    box-shadow: 0 1px 0 0 #003a69;
    border: none;
    outline: none !important;
    margin: 0;
}

.buy_block .btn:active,
.buy_block .btn:focus,
.buy_block .btn:hover {
    background: #006cc5;
    color: #ffffff;
}
.header-cart {
    position: relative;
}

.header-cart:before {
    content: attr(data-count);
    position: absolute;
    top: -3px;
    right: -5px;
    font-size: 10px;
    min-height:  18px;
    min-width: 18px;
    border-radius: 18px;
    background: red;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;

}
.header-cart[data-count=""]:before,
.header-cart[data-count="0"]:before {
    display: none !important;
}

.counter {
    display: flex;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 103px;
}
.counter__action {
    flex: 0 0 30px;
    position: relative;
}
.counter__action:before,
.counter__action:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    border-radius: 1px;
    top: 50%;
    left: 50%;
}
.counter__action:before {
    width: 12px;
    height: 2px;
    margin-top: -1px;
    margin-left: -6px;
}
.counter__action--minus {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.counter__action--plus {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.counter__action--plus:after {
    width: 2px;
    height: 12px;
    margin-top: -6px;
    margin-left: -1px;
}
.counter__count {
    flex: 1;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    text-align: center;
    color: #fff;
}
.btn .counter {
    height: 39px;
}
.btn-lg .counter {
    height: 30px;
    width: 133px;
}
.btn-md .counter {
    height: 36px;
}
.btn-sm .counter {
    height: 34px;
}
.btn-xs .counter {
    height: 29px;
}
.btn-wide .counter {
    width: auto;
}
.btn-lg .counter__action {
    flex-basis: 44px;
    background: transparent;
    border: none;
    outline: none;
}

.counter--basket {
    width: 88px;
    background: #f8f8f8;
    margin: auto;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.counter--basket .counter__action {
    flex-basis: 26px;
    border: none;
    cursor: pointer;
}
.counter--basket .counter__action:hover:before,
.counter--basket .counter__action:hover:after {
    background-color: #333;
    background-color: var(--fill_dark_light_white_hover);
}
.counter--basket .counter__action:before,
.counter--basket .counter__action:after {
    background-color: #999 !important;
}
.counter--basket .counter__action:before {
    width: 8px;
    margin-left: -4px;
}
.counter--basket .counter__action.counter__action--plus:after {
    height: 8px;
    margin-top: -4px;
}
.counter--basket .counter__count {
    color: #333;
    color: var(--white_text_black);
    font-size: 0.8em;
    padding: 5px;
}
@media (max-width: 1200px) {
    .basket-side {
        flex-basis: 250px
    }
}

@media (min-width: 992px) {
    .cart--default .cart__item-cost {
        flex-basis: 58%
    }

    .basket .line-block--block {
        flex-wrap: wrap
    }

    .basket-side__remove {
        margin: 23px 0 0
    }
}

@media (max-width: 991px) {
    .basket__inner {
        flex-wrap: wrap
    }

    .basket-side {
        flex-basis: auto;
        flex-grow: 1;
        width: 100%
    }

    .basket-side__wrapper {
        box-shadow: none
    }

    .basket-side__wrapper--bordered {
        border: 1px solid #e5e5e5;
        margin-top: -1px
    }
}

@media (max-width: 767px) {
    .ajax_basket {
        display: none
    }
}

@media not print {
    @media (max-width: 600px) {
        .line-block--block-t600 {
            flex-wrap: wrap
        }

        .line-block--block-t600 > .line-block__item {
            flex-basis: 100%;
            flex-grow: 1;
            text-align: center
        }

        .cart.cart--default {
            flex-basis: auto;
            display: flex;
            flex-wrap: wrap
        }

        .cart--default .cart__item {
            margin: 0 0 -1px -1px;
            padding: 18px
        }

        .cart--default .cart__wrapper {
            height: 100%;
            flex-direction: column;
            flex-wrap: nowrap
        }

        .cart--default .cart__image-wrapper {
            flex: 1
        }

        .cart--default .cart__item-image {
            margin: 0 auto 20px;
            max-height: 100px
        }

        .cart__info-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: space-between
        }

        .cart--default .cart__item-info {
            margin: 0;
            position: static;
            text-align: center
        }

        .cart--default .cart__item-remove {
            top: 10px;
            right: 10px
        }

        .cart--default .cart__item-props .line-block {
            justify-content: center
        }

        .cart--default .cart__item-counter {
            margin: 10px 0
        }

        .basket-side__wrapper {
            padding-left: 0;
            padding-right: 0
        }
    }
}

.line-block {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0 -16px;
}

.line-block--align-normal {
    align-items: normal;
}

.line-block--align-flex-start {
    align-items: flex-start;
}

.line-block--align-flex-end {
    align-items: flex-end;
}

.line-block--flex-wrap {
    flex-wrap: wrap;
}

.line-block>.line-block__item {
    padding-left: 16px;
    padding-right: 16px;
}

.line-block--10 {
    margin-left: -5px;
    margin-right: -5px;
}

.line-block--10>.line-block__item {
    padding-left: 5px;
    padding-right: 5px;
}

.line-block--40 {
    margin-left: -20px;
    margin-right: -20px;
}

.line-block--40>.line-block__item {
    padding-left: 20px;
    padding-right: 20px;
}

.line-block--48 {
    margin-left: -24px;
    margin-right: -24px;
}

.line-block--48>.line-block__item {
    padding-left: 24px;
    padding-right: 24px;
}

.line-block--100 {
    margin-left: -50px;
    margin-right: -50px;
}

.line-block--100>.line-block__item {
    padding-left: 50px;
    padding-right: 50px;
}

.line-block-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.line-block--80>.line-block__item {
    padding-left: 40px;
    padding-right: 40px;
}

.line-block--24 {
    margin-left: -12px;
    margin-right: -12px;
}

.line-block--24>.line-block__item {
    padding-left: 12px;
    padding-right: 12px;
}

.line-block--20 {
    margin-left: -10px;
    margin-right: -10px;
}

.line-block--20>.line-block__item {
    padding-left: 10px;
    padding-right: 10px;
}

.line-block--16 {
    margin-left: -8px;
    margin-right: -8px;
}

.line-block--16>.line-block__item {
    padding-left: 8px;
    padding-right: 8px;
}

.line-block--12 {
    margin-left: -6px;
    margin-right: -6px;
}

.line-block--12>.line-block__item {
    padding-left: 6px;
    padding-right: 6px;
}

.line-block--8 {
    margin-left: -4px;
    margin-right: -4px;
}

.line-block--8>.line-block__item {
    padding-left: 4px;
    padding-right: 4px;
}

.line-block--0 {
    margin-left: 0;
    margin-right: 0;
}

.line-block--0>.line-block__item {
    padding-left: 0;
    padding-right: 0;
}

.line-block--flex-100>.line-block__item {
    flex-basis: 100%;
}

@media all and (max-width: 1400px) {
    .line-block--24-narrow {
        margin-left:-12px;
        margin-right: -12px
    }

    .line-block--24-narrow>.line-block__item {
        padding: 0 12px
    }
}

@media all and (max-width: 1300px) {
    .line-block--24-1300 {
        margin-left:-12px;
        margin-right: -12px
    }

    .line-block--24-1300>.line-block__item {
        padding: 0 12px
    }
}

@media all and (max-width: 1200px) {
    .line-block--24-1200 {
        margin-left:-12px;
        margin-right: -12px
    }

    .line-block--24-1200>.line-block__item {
        padding: 0 12px
    }
}

@media all and (max-width: 1100px) {
    .line-block--24-1100 {
        margin-left:-12px;
        margin-right: -12px
    }

    .line-block--24-1100>.line-block__item {
        padding: 0 12px
    }
}

@media all and (max-width: 1400px) {
    .line-block--32-narrow {
        margin-left:-16px;
        margin-right: -16px
    }

    .line-block--32-narrow>.line-block__item {
        padding: 0 16px
    }

    .line-block--32-1400 {
        margin-left: -16px;
        margin-right: -16px
    }

    .line-block--32-1400>.line-block__item {
        padding: 0 16px
    }
}

@media all and (max-width: 1300px) {
    .line-block--32-1300 {
        margin-left:-16px;
        margin-right: -16px
    }

    .line-block--32-1300>.line-block__item {
        padding: 0 16px
    }
}

@media all and (max-width: 1200px) {
    .line-block--32-1200 {
        margin-left:-16px;
        margin-right: -16px
    }

    .line-block--32-1200>.line-block__item {
        padding: 0 16px
    }
}

@media all and (max-width: 1100px) {
    .line-block--32-1100 {
        margin-left:-16px;
        margin-right: -16px
    }

    .line-block--32-1100>.line-block__item {
        padding: 0 16px
    }
}

@media (max-width: 1400px) {
    .line-block--wrap-end-1400 {
        flex-wrap:wrap;
        justify-content: flex-end
    }
}

@media (max-width: 767px) {
    .line-block--block {
        display:block
    }
}

.line-block--24-vertical {
    margin-top: -12px;
    margin-bottom: -12px;
}

.line-block--24-vertical>.line-block__item {
    padding-top: 12px;
    padding-bottom: 12px;
}

.line-block--16-vertical {
    margin-top: -8px;
    margin-bottom: -8px;
}

.line-block--16-vertical>.line-block__item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.line-block--8-vertical {
    margin-top: -4px;
    margin-bottom: -4px;
}

.line-block--8-vertical>.line-block__item {
    padding-top: 4px;
    padding-bottom: 4px;
}

.line-block--8-1-vertical {
    margin-top: -8px;
    margin-bottom: -1px;
}

.line-block--8-1-vertical>.line-block__item {
    padding-top: 8px;
    padding-bottom: 1px;
}

.line-block--5-6-vertical {
    margin-top: -5px;
    margin-bottom: -6px;
}

.line-block--5-6-vertical>.line-block__item {
    padding-top: 5px;
    padding-bottom: 6px;
}

.line-block--4 {
    margin-left: 2px;
    margin-right: 2px;
}

.line-block--4>.line-block__item {
    padding: 2px;
}

.line-block--gap {
    --gap: 0;
    margin: 0;
    gap: var(--gap);
}

.line-block--gap>.line-block__item {
    padding: 0;
}

.line-block--gap-4 {
    --gap: 8px;
}

.line-block--gap-6 {
    --gap: 8px;
}

.line-block--gap-8 {
    --gap: 8px;
}

.line-block--gap-12 {
    --gap: 12px;
}

.line-block--gap-16 {
    --gap: 16px;
}

.line-block--gap-20 {
    --gap: 20px;
}

.line-block--gap-32 {
    --gap: 32px;
}

.line-block--gap-40 {
    --gap: 40px;
}

.line-block--gap-70 {
    --gap: 70px;
}
.font_13 {
    font-size: 0.86667em;
    line-height: calc(1em + 7px);
}

.color_999 {
    color: #999;
}


.jqmOverlay {
    background: #000;
}

.jqmWindow {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 50%;
    background: white;
    width: 500px;
    top: 0px;
    -moz-transition: opacity .2s ease-out, visibility .2s ease-out;
    -o-transition: opacity .2s ease-out, visibility .2s ease-out;
    -webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
    transition: opacity .2s ease-out, visibility .2s ease-out;
}

.jqmWindow.show {
    opacity: 1;
    visibility: visible;
}

.jqmClose.top-close {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    right: -54px;
    font-size: 25px;
    cursor: pointer;
}

.form.popup .form-header {
    min-height: 115px;
    padding: 30px;
    background: url('images/background.png') #eaf0f2 0 0 no-repeat;
}

.form.popup .form-header .text {
    padding-left: 74px;
}

.form.popup .form-header i {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: white;
    float: left;
    font-size: 28px;
}

.form.popup .form-header .title {
    font-size: 26px;
    line-height: 30px;
}

.form.popup .form-header p:last-child {
    margin: 0;
}

.form.popup .form-body {
    padding: 30px 85px 0;
    background: white;
}

.form.popup .form-body .refresh {
    padding-left: 10px;
}

.form.popup .form-body .refresh span {
    border-bottom: 1px dashed;
}

.form.popup .form-body .refresh:hover {
    cursor: pointer;
}

.form.popup .form-group {
    margin-bottom: 10px;
}

.form .form-group .required-star {
    color: #e02222;
    margin-left: 3px;
    font-weight: normal;
}

.form.popup .form-group .input {
    position: relative;
}

.form.popup .form-group i {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 17px;
    color: #c4ccd1;
}

.form.popup .form-group .hint {
    font-size: 11px;
    line-height: 18px;
    margin-top: 7px;
}

.form.popup .form-footer {
    padding: 30px 85px;
    display: block !important;
    text-align: center;
}

.form.popup .form-footer .star {
    background: #e02222;
    color: white;
    font-size: 18px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.form.popup .form-footer .required-fileds {
    padding: 7px 0;
    color: #97a1a7;
}

.form.popup .form-footer .btn {
    margin: 0;
}

.form.callback .form-header {
    margin-bottom: 20px;
    background: white;
}

.form.callback .form-body {
    padding: 30px 85px;
    background: url('images/background.png') #eaf0f2 0 0 no-repeat;
    background-size: cover;
}

.form.callback .form-footer.clearfix .pull-right {
    padding-left: 5px;
}

.form.contacts .title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 13px;
}

.form.contacts textarea {
    height: 182px;
}

.form.contacts .form-header i {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: white;
    float: left;
    font-size: 28px;
}

.form.contacts .form-header .text {
    padding-left: 74px;
}

.form.contacts .form-group .required-star {
    color: #e02222;
    margin-left: 3px;
    font-weight: normal;
}

.form.contacts .form-group .input {
    position: relative;
}

.form.contacts .form-group i {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 17px;
    color: #c4ccd1;
}

.form.contacts .form-group .hint {
    font-size: 11px;
    line-height: 18px;
    margin-top: 7px;
}

.form.contacts .btn {
    margin: 0;
}

.form .recaptcha-row .g-recaptcha {
    max-width: 100%;
    overflow: hidden;
    min-height: 78px;
    background: url(images/preloader.gif) no-repeat scroll left center transparent;
}

.form .recaptcha-row .input.error .g-recaptcha>div {
    border: 1px solid #e02222;
}

.form .recaptcha-row label.error {
    display: none !important;
}

.form .processing-block {
    margin-top: 28px;
}

.form .processing-block .input {
    position: relative;
}

.form .processing-block input[type=checkbox] {
    position: absolute;
}

.form .processing-block label:not(.error) {
    display: inline-block;
    margin-left: 35px !important;
    vertical-align: top;
    color: #2f383d;
}

.form .processing-block label:not(.error)>* {
    vertical-align: top;
}

.js-form-inline .form .form-header {
    margin-bottom: 20px;
}

.js-form-inline .form .form-header .icon {
    display: none;
}

.js-form-inline .form .form-header .title {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 20px;
}

.js-form-inline .form .form-group .input .icon {
    display: none;
}

.js-form-inline .form .form-group .input label.error {
    top: 0px;
    right: 16px;
}

.js-form-inline .form .form-footer {
    width: 100%;
}

.input.error>* {
    color: white;
}

.input.error input,
.input.error textarea {
    background: #ff4949;
    border-color: white;
}

.input.error input::-webkit-input-placeholder,
.input.error textarea::-webkit-input-placeholder,
.input.error input:-moz-placeholder,
.input.error textarea:-moz-placeholder {
    color: white !important;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #d7dee3;
    height: 34px;
    padding: 6px 12px;
}

.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #CCC;
}

form input i[class*=icon] {
    font-family: FontAweSome;
}
.button--red {
    border: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
    display: block;
}