/* Высота шапки */
html.quick-site .wrapper-body.layout .white-list.layout header.layout {
    height: 97px;
}
/* Высота подвала + липкий подвал */
html.quick-site .wrapper-body.layout {
    margin-bottom: -100px;
}
html.quick-site .wrapper-body.layout .white-list.layout {
    margin-bottom: 100px;
}
html.quick-site .footer-push,
html.quick-site footer.layout {
    height: 100px;
}

/* Шрифт */
html.quick-site {
    font-size: 10px;
}

/* Фон страницы */
html.quick-site body {
    background-color: #000000;
    background-image: url(../images/42.jpg);
    background-position: center top;
    background-repeat: repeat;
}

/* Цвета меню */
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu ul li a {
    color: #000000;
}
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu ul li ul li a {
    color: #000000;
}
/*Заголовок страницы*/
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .page .title {
    color: #000000;
}
/*Название товара в списке товаров, заголовок товара на странице товаров. Цвет совпадает с цветом заголовка страницы*/
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .products .item .title a,
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout .pr-product-item .pr-product-title h1
{
    color: #000000;
}

/*Цвет цены товара*/
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout span.pr-product-span-price
{
    color: #000000;
}
/*Цвет старой цены товара*/
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout span.pr-product-span-price-old
{
    color: #ff0000;
}

/* Слайдер */
html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .slider.layout ul li .text {
    background-color: rgba(255,198,153,1);
}

html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .slider.layout ul li .text .title {
    color: #010100;
}

html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .slider.layout ul li .text .content_general {
    color: #FFFFFF;
}

html.quick-site .wrapper.layout footer.layout .author, html.quick-site .wrapper.layout footer.layout .copyright,
html.quick-site .wrapper.layout footer.layout .author a, html.quick-site .wrapper.layout footer.layout .copyright a{
    color: #939393;
}


ul.products-ul{
    font-size: 0;
    display: block;
    margin-left: -2%;
}
ul.products-ul li.item{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    height: 263px;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 20px 5px;
    border-radius: 10px;
}

ul.products-ul li div.title{
    text-align: center;
    display: block !important;
}
ul.products-ul li div.title a{
    font-size: 16px;
    text-decoration: none;
}

.products ul.products-ul .item {
    border: 1px solid #d9d9d9;
}


.products ul.products-ul .item .img {
    display: block;
    text-align: center;
    float: none;
    /*margin-bottom: 5px;*/
    margin-right: 0;
}
.products ul.products-ul .item .img .pr-price-wrap{
    margin-top: 5px;
}

ul.products-ul li.item:hover div.title a{
    text-decoration: underline;
}
ul.products-ul li.item:hover{
    border: 1px solid #4a4a4a;
}

ul.news,
ul.news li.item{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.news{}
ul.news li.item{
    font-size: 1.4em;
    margin-bottom: 20px;
    overflow: hidden;
}
ul.news li.item .gallery{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 7px;
}
ul.news li.item .title{
    font-weight: bold;
    color: #000000 !important;
    text-decoration: none;
    font-size: 1.2em;
}
ul.news li.item .title:hover{
    text-decoration: underline;
}
ul.news li.item .text{}
ul.news li.item .text .description{
    margin-top: 7px;
    margin-bottom: 7px;
}
ul.news li.item .text .more{
    text-decoration: none;
}
ul.news li.item .text .more:hover{
    text-decoration: underline;
}

.news .item.full{}
.news .item.full .text{
    font-size: 1.4em;
}
.article-item-back {
    margin-top: 20px;
    text-align: center;
}
.article-item-back .back{
    font-size: 1.4em;
}


.bag-widget-wrap{
    position: absolute;
    left: 48%;
    top: 28px;
}
.bag-widget{
    color: #289bd1;
    font-size: 18px;
}
.bag-widget i{
    font-size: 20px;
    margin-right: 20px;
}

.login-register-block-wrap{
    position: absolute;
    top: 5px;
    right: 30px;
    font-size: 14px;
}
.login-register-block-wrap a{
    color: #289bd1;
}

ul.products-ul li.item {
    height: 315px;
}

.bag-add-in-list-wrap{
    text-align: center;
}
.to_bag{
    text-align: center;
    margin-top: 10px;
}

.products ul .item .bag-add-link,
.price-list .price-list-item .price-list-item-products ul li.price-list-product .bag-wrap>a,
.button-link,
.to_bag .bag-add-link{
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px 5px 10px;
    margin: 0 auto;
    background-color: #1dc8ff;
    border-radius: 10px;
    text-transform: uppercase;
}
button.button-link{
    border: none;
}

.alertify-logs{
    font-size: 18px;
}



.bag-wrap{}
.bag-table{}
.bag-table .td-photo{
    width: 120px;
}
.bag-table .td-name{
    width: 370px;
}
.bag-table .td-count{
    width: 126px;
}
.bag-table .td-price{
    width: 110px;
}
.bag-table .td-amount{
    width: 85px;
}
.bag-table .td-del{
    width: 128px;
}

.bag-table.bag-table-oem .td-name{
    width: 380px;
}
.bag-table.bag-table-oem .td-unit{
    width: 70px;
}

.bag-table .bag-table-tr-head{
    font-size: 0;
    margin-bottom: 20px;
}

.bag-table-th{
    font-size: 14px;
    color: #bdbdbd;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    /*outline: 1px solid #ff5555;*/
}

.bag-table .bag-table-tr-prod{
    font-size: 0;
    padding: 15px 0;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 15px;
}
.bag-table .bag-table-td{
    display: inline-block;
    vertical-align: top;
    /*outline: 1px solid #ff5555;*/
    height: 80px;

}
.bag-table .bag-table-td.td-photo{
    text-align: center;
}
.bag-table .bag-table-td.td-photo a{
    display: inline-block;
    text-decoration: none;
}
.bag-table .bag-table-td.td-photo a img{
    display: block;
    width: 103px;
}

.bag-table .bag-table-td.td-name{
    text-align: center;
    position: relative;
}
.bag-table .bag-table-td.td-name a{
    font-size: 16px;
    color: #2a9fd4;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}
.bag-table .bag-table-td.td-count{
    position: relative;
    font-size: 32px;
    color: #ff8d00;
    text-align: center;
}
.bag-table .bag-table-td.td-count .td-count-cont{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding-left: 10px;
}
.bag-table .bag-table-td.td-price{
    position: relative;
}
.bag-table .bag-table-td.td-price .td-price-cont{
    font-size: 16px;
    color: #2a9fd4;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.bag-table .bag-table-td.td-unit{
    position: relative;
}
.bag-table .bag-table-td.td-unit .td-unit-cont{
    font-size: 20px;
    color: #650000;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    white-space: nowrap;
}
.bag-table .bag-table-td.td-amount{
    position: relative;
}
.bag-table .bag-table-td.td-amount .td-amount-cont{
    font-size: 16px;
    color: #ff8d00;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.bag-table .bag-table-td.td-del{
    position: relative;
}
.bag-table .bag-table-td.td-del a{
    color: #ff6b84;
    font-size: 25px;
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}


.bag-table .bag-table-td.td-count .input-count-wrap{
    width: 90px;
}
.input-count-wrap{
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    position: relative;
}

input.big-brown-input{
    border: 1px solid #d7d6d4;
    font-size: 32px;
    color: #2a9fd4;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    padding: 4px 0;
}

.input-count-wrap input{
    width: 100%;
}
.input-count-wrap a.input-count-button{
    position: absolute;
    right: 0;
    width: 14px;
    height: 14px;
    display: block;
    text-decoration: none;
    color: #29f77e;
    font-size: 18px;
}
.input-count-wrap a.input-count-button.plus{
    top: 4px;
}
.input-count-wrap a.input-count-button.minus{
    top: 26px;
}

.bag-amount{
    font-size: 0;
    background: url(../images/dot.jpg) repeat-x bottom left;
    padding-bottom: 20px;
}
.bag-amount .title{
    font-size: 20px;
    color: #828282;
    margin-right: 20px;
}
.bag-amount .money{
    font-size: 32px;
    color: #ff8d00;
}
.bag-amount .amount-delivery{
    display: inline-block;
    vertical-align: top;
    width: 317px;
}
.bag-amount .amount-delivery .amount-delivery-cont{
    padding-top: 7px;
}
.bag-amount .amount-delivery .amount-delivery-cont .title{}
.bag-amount .amount-delivery .amount-delivery-cont .money{}

.bag-amount .amount-promo{
    display: inline-block;
    vertical-align: top;
    width: 486px;
}
.bag-amount .amount-promo .amount-promo-cont{}
.bag-amount .amount-promo .amount-promo-cont .title{}
.bag-amount .amount-promo .amount-promo-cont .promo-input{
    width: 120px;
}

.bag-amount .amount-order{
    /*display: inline-block;*/
    vertical-align: top;
    /*width: 397px;*/
}
.bag-amount .amount-order .amount-order-cont{
    text-align: right;
    padding-top: 7px;
}
.bag-amount .amount-order .amount-order-cont .title{}
.bag-amount .amount-order .amount-order-cont .money{
    text-transform: uppercase;
}

.bag-amount .amount-order .amount-order-sale{
    text-align: right;
    padding-top: 0px;
    height: 35px;
}
.bag-amount .amount-order .amount-order-sale .title{
    font-size: 14px;
}
.bag-amount .amount-order .amount-order-sale .money{
    font-size: 25px;
}

html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .content.layout.wide{
    width: 95%;
}


.bag-form-wrap{
    /*padding-top: 40px;*/
    background: url(../images/dot.jpg) repeat-x bottom left;
}
.bag-form{}
.bag-form .cont-info-title{
    font-size: 18px;
    color: #2a9fd4;
    font-weight: bold;
    margin-bottom: 25px;
}
.bag-form-row{
    font-size: 0;
}
.bag-form-row.bag-form-row-60{
    margin-left: -60px;
}
.bag-form-row.bag-form-row-20{
    margin-left: -20px;
}
.bag-form-row .bag-form-column{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
}
.bag-form-row.bag-form-row-60>.bag-form-column{
    padding-left: 60px;
}
.bag-form-row.bag-form-row-20>.bag-form-column{
    padding-left: 20px;
}
.bag-form-row .bag-form-column.bag-form-column-50{
    width: 50%;
}

.textarea-108{
    height: 108px;
}

.mt-form-wrap{}
.mt-form-wrap .mt-form-field{
    margin-bottom: 5px;
}
.mt-form-wrap .mt-form-field .ww-label{
    /*display: none;*/
    font-size: 18px;
    color: #2a9fd4;
}
.mt-form-wrap .mt-form-field .ww-label span.i-req{
    color: #ff0000;
}
.mt-form-wrap .mt-form-field input,
.mt-form-wrap .mt-form-field select,
.mt-form-wrap .mt-form-field textarea{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 10px;
    font-size: 16px;
    color: #2a9fd4;
    padding: 10px 13px;
}
.mt-form-wrap .mt-form-field input{}
.mt-form-wrap .mt-form-field textarea{}


.radio-custom-wrap{
}
.radio-custom-wrap .radio-custom-label{
    cursor: pointer;
    display: inline-block;
}

.radio-custom-wrap .radio-custom-label .radio-custom{
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.radio-custom-wrap .radio-custom-label input:checked ~ .radio-custom,
.radio-custom-wrap .radio-custom-label:hover .radio-custom{
    border-color: #ff8d00;
}
.radio-custom-wrap .radio-custom-label input:checked ~ .radio-custom::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #29f77e;
    transform: translate(-50%, -50%);
}
.radio-custom-wrap .radio-custom-label input{
    vertical-align: middle;
    margin-right: -16px;
    position: relative;
}

.mt-form-wrap .mt-form-field .bp-form-input-checkbox-label input{
    width: auto;
    opacity: 0.01;
}
.mt-form-wrap .mt-form-field .bp-form-input-checkbox-label{
    font-size: 16px;
}

.bp-form-input-checkbox-label .bp-form-input-checkbox-custom{
    display: inline-block;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid #ff8d00;
    vertical-align: sub;
    margin-right: 20px;
    position: relative;
    margin-left: -19px;
    cursor: pointer;
}

.bp-form-input-checkbox-label input:checked ~ .bp-form-input-checkbox-custom::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #29f77e;
    transform: translate(-50%, -50%);
}

.radio-custom-wrap .radio-custom-label .radio-custom-label-text{
    font-size: 16px;
    color: #650000;
    vertical-align: middle;
    margin-left: 22px;
}
.radio-custom-wrap .radio-custom-label .radio-custom-label-text{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.radio-custom-wrap .radio-custom-label input:checked ~ .radio-custom-label-text,
.radio-custom-wrap .radio-custom-label:hover .radio-custom-label-text{
    color: #ff8d00;
}

.bag-form-bottom-wrap{
    padding-top: 15px;
}
.bag-form-bottom{
    font-size: 0;
}

.bag-form-bottom .title{
    font-weight: bold;
    font-size: 16px;
    color: #650000;
}

.bag-form-bottom-delivery{
    display: inline-block;
    vertical-align: top;
    width: 360px;
    box-sizing: border-box;
    padding-top: 33px;
    min-height: 153px;
}
.bag-form-bottom-delivery .title{
    margin-bottom: 23px;
}

.bag-form-bottom-paytype{
    display: inline-block;
    vertical-align: top;
    width: 500px;
    box-sizing: border-box;
    padding-top: 33px;
    padding-left: 60px;
    min-height: 153px;
}
.bag-form-bottom-paytype .title{
    margin-bottom: 23px;
}
.bag-form-bottom-delivery .radio-custom-wrap,
.bag-form-bottom-paytype .radio-custom-wrap{
    margin-bottom: 17px;
}

.bag-form-bottom-amount{
    vertical-align: top;
    box-sizing: border-box;
    padding-top: 11px;
    text-align: center;
}
.bag-form-bottom-amount .bag-form-bottom-amount-text{
    margin-bottom: 25px;
}
.amount-order .amount-all-amount{
    text-align: right;
}
.amount-order .amount-all-amount .title,
.bag-form-bottom-amount .bag-form-bottom-amount-text .title{
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
    padding-top: 22px;
    color: #650000;
    font-weight: bold;
}
.amount-order .amount-all-amount .money,
.bag-form-bottom-amount .bag-form-bottom-amount-text .money{
    font-size: 48px;
    color: #ff8d00;
    display: inline-block;
    vertical-align: top;
}

.bag-form-bottom-amount .bag-form-bottom-submit-wrap{}

.blue-button{
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px 5px 10px;
    margin: 0 auto;
    background-color: #1dc8ff;
    border-radius: 10px;
    text-transform: uppercase;
    border: none;
}
.bag-form-bottom-amount .bag-form-bottom-submit-accept-wrap{
    font-size: 16px;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}


.blue-button .fa{
    font-size: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blue-button:hover .fa{
    margin-left: 10px;
    font-size: 24px;
}

.sale-warning{
    color: #ff6b84;
    text-align: right;
    font-weight: bold;
    margin-bottom: -20px;
}




a.big-blue-button {
    width: 376px;
    height: 40px;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    background-color: #ff7c00;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.big-blue-button .fa {
    margin-right: 10px;
    font-size: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.big-blue-button:hover {
    background-color: #1dc8ff;
}

a.big-blue-button:hover .fa {
    font-size: 30px;
}




.mt-form-field .form-error{
    color: #ff0000;
}

.mt-form-field .captcha{}
.mt-form-field .captcha .form-error{
    margin-top: 10px;
    display: inline-block;
}
.mt-form-field .captcha .bp-form-field{
    /*overflow: hidden;*/
}
.mt-form-field .captcha .c-img{
    float: left;
}
.mt-form-field .captcha .c-img .frm-captcha-image{
    vertical-align: top;
}
.mt-form-field .captcha .c-img .frm-captcha-refresh{
    font-size: 48px;
    vertical-align: top;
    display: inline-block;
    margin-top: -6px;
    color: #2a9fd4;
}
.mt-form-field .captcha .c-input{
    margin-left: 170px;
    width: auto;
    padding-top: 5px;
}

.footer-menu-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.footer-menu{}
.footer-menu ul.level1,
.footer-menu ul.level1>li{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-menu ul.level1{
    font-size: 0;
    display: block;
    text-align: center;
}
.footer-menu ul.level1>li{
    display: inline-block;
    border-right: 1px solid;
    padding-right: 5px;
    margin-right: 5px;
}
.footer-menu ul.level1>li:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.footer-menu ul.level1>li>a{
    font-size: 14px;
    color: #ffffff;
}

html.quick-site .wrapper.layout footer.layout .copyright {
    top: 20px;
}
html.quick-site .wrapper.layout footer.layout .author {
    top: 40px;
}
html.quick-site .wrapper.layout footer.layout .counter {
    top: 30px;
}



.price-list-wrap{}
.price-list{}
.price-list .price-list-item{}
.price-list .price-list-item .price-list-item-title{}
.price-list .price-list-item .price-list-item-title h2{
    color: #220cb6;
    font-size: 1.8em;
}
.price-list .price-list-item .price-list-item-products{}
.price-list .price-list-item .price-list-item-products ul,
.price-list .price-list-item .price-list-item-products ul li.price-list-product{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.price-list .price-list-item .price-list-item-products ul{}
.price-list .price-list-item .price-list-item-products ul li.price-list-product{
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px;
    min-height: 36px;
}
.price-list .price-list-item .price-list-item-products ul li.price-list-product:not(:last-child){
    border-bottom: 1px solid #cccccc;
}
.price-list .price-list-item .price-list-item-products ul li.price-list-product .product-link{
    font-size: 15px;
    color: #000000;
}
.price-list .price-list-item .price-list-item-products ul li.price-list-product .bag-wrap{
    float: right;
    margin-left: 10px;
    width: 130px;
}
.price-list .price-list-item .price-list-item-products ul li.price-list-product .bag-wrap>a{}
.price-list .price-list-item .price-list-item-products ul li.price-list-product .price-wrap{
    float: right;
    font-size: 16px;
    padding-top: 7px;
}
.price-list .price-list-item .price-list-item-products ul li.price-list-product .price-wrap .price{
    color: #056980;
    font-weight: bold;
}
.price-list .price-list-item .price-list-item-products ul li.price-list-product .price-wrap .price-old{
    text-decoration: line-through;
    color: #afadad;
}

.pd4-link-wrap{
    margin-top: 20px;
}
.pd4-link{
    text-align: center;
}
.pd4-link a{}


.search-form-wrap{
    margin-top: 10px;
    margin-bottom: 20px;
}
.sidebar-search-wrap{
    padding-left: 6px;
}
.search-form{
    font-size: 0;
}
.search-form .search-input-wrap,
.search-form .search-button-wrap{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.search-form .search-input-wrap{
    width: 90%;
    margin-right: 10px;
}
.sidebar-search-wrap .search-form .search-input-wrap{
    width: 170px;
    margin-right: 5px;
}
.search-form .search-input-wrap input{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 10px;
    font-size: 16px;
    color: #2a9fd4;
    padding: 10px 13px;
}
.search-form .search-button-wrap{}
.search-form .search-button-wrap .button-link{
    padding: 8px 13px;
}

.search-result-wrap{}
.search-result-title{
    display: none;
}
.search-result{}
.search-result .search-result-empty{}

.product-action-date-text{
    text-align: center;
    font-size: 14px;
}

.mt-form-simple{
    /*max-width: 480px;*/
    /*margin: 0 auto;*/
}

.two-col-form-row{
    font-size: 0;
    margin-left: -30px;
}
.two-col-form-row .two-col-form-col{
    box-sizing: border-box;
    width: 50%;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
}






