input, a, textarea {
    outline: none;
}

input, textarea {
    border-radius: 5px;
    border: 1px solid #acacac;
    background: #fff;
    padding: 0 10px;
}

textarea {
    padding: 10px;
}

.da_form_wrapper {
    display: inline-block;
    background: #f6f6f6;
    border: 1px solid #e3e2e2;
    border-radius: 6px;
    padding: 20px;
    font-size: 14px;
}

.da_form_wrapper .da-price-model {
   font-size: 14px;
}

.jq-selectbox {
    cursor: pointer;
}
.jq-selectbox__select {
    height: 28px;
    padding: 0 45px 0 10px;
    border: 1px solid #808080;
    border-radius: 5px;
    color: #010101;
    background: #fff;
    font-size: 14px;
    line-height: 28px;
}

.jq-selectbox__select-text {
    display: block;
    width: 173px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jq-selectbox .placeholder {
    color: #888;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 29px;
    height: 24px;
    text-align: center;
    border: 1px solid #808080;
    border-radius: 3px;
    box-shadow: inset 0 0 3px #fff;
    background: #d3d3d3; /* Old browsers */
    background: -moz-linear-gradient(top, #d3d3d3 0%, #f6f6f6 12%, #c1c0c0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(12%, #f6f6f6), color-stop(100%, #c1c0c0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d3d3d3 0%, #f6f6f6 12%, #c1c0c0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d3d3d3 0%, #f6f6f6 12%, #c1c0c0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d3d3d3 0%, #f6f6f6 12%, #c1c0c0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d3d3d3 0%, #f6f6f6 12%, #c1c0c0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d3', endColorstr='#c1c0c0', GradientType=0); /* IE6-9 */
}

.jq-selectbox.dropup .jq-selectbox__trigger {
    background: #c1c0c0; /* Old browsers */
    background: -moz-linear-gradient(top,  #c1c0c0 0%, #f6f6f6 88%, #d3d3d3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c0c0), color-stop(88%,#f6f6f6), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c0c0', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}
.jq-selectbox__trigger-arrow {
    display: inline-block;
    margin-top: 10px;
    width: 0;
    border-top: 5px solid #040404;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.jq-selectbox.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: default;
}
.jq-selectbox__dropdown {
    top: 31px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #808080;
    border-radius: 5px;
    background: #FFF;
    font-size: 14px;
    line-height: 28px;
}

.jq-selectbox__search {
    margin: 5px;
}
.jq-selectbox__search input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}
.jq-selectbox ul {
    margin: 0 !important;
    padding: 0 !important;
}
.jq-selectbox li {
	background: none;
    min-height: 28px;
    line-height: 28px !important;
    border-top: 1px solid #808080;
    padding: 0 8px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}
.jq-selectbox li:first-child {
    border-top: none;
}
.jq-selectbox li.selected,
.jq-selectbox li:hover {
    background: #bfbfbf;
    color: #FFF;
}

.da_form_wrapper .da-price {
    font-size: 30px;
    color: #fc0f00;
}

.da_form_wrapper .da-price span {
    font-size: 18px;
    color: #fc0f00;
}

.da_form_wrapper .jq-selectbox {
    margin: 5px 0 25px;
}

.da_price_button {
    cursor: pointer;
    display: inline-block;
    margin-top: 25px;
    border-radius: 5px;
    border: 1px solid #a40404;
    box-shadow: inset 0 1px 1px #fff, 0 4px 7px #a0a0a0;
    background: #fc0a04; /* Old browsers */
    background: -moz-linear-gradient(top,  #fc0a04 0%, #ca0a07 81%, #db0906 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc0a04), color-stop(81%,#ca0a07), color-stop(100%,#db0906)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fc0a04 0%,#ca0a07 81%,#db0906 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fc0a04 0%,#ca0a07 81%,#db0906 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fc0a04 0%,#ca0a07 81%,#db0906 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fc0a04 0%,#ca0a07 81%,#db0906 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0a04', endColorstr='#db0906',GradientType=0 ); /* IE6-9 */

}

.da_price_button:hover {
    background: #db0906; /* Old browsers */
    background: -moz-linear-gradient(top,  #db0906 0%, #ca0a07 19%, #fc0a04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db0906), color-stop(19%,#ca0a07), color-stop(100%,#fc0a04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #db0906 0%,#ca0a07 19%,#fc0a04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #db0906 0%,#ca0a07 19%,#fc0a04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #db0906 0%,#ca0a07 19%,#fc0a04 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #db0906 0%,#ca0a07 19%,#fc0a04 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0906', endColorstr='#fc0a04',GradientType=0 ); /* IE6-9 */
}

.da_price_button input,
.da_price_button span {
    display: inline-block;
    vertical-align: top;
}

.da_price_button input {
    cursor: pointer;
    width: 136px;
    background: none;
    border: none !important;
    color: #fff;
    font-size: 24px;
    height: 38px;
    outline: none;
}

.da_price_button span {
    width: 48px;
    height: 32px;
    border-radius: 0 5px 5px 0;
    box-shadow: inset 0 1px 1px #fff;
    background: #e70904; /* Old browsers */
    background: -moz-linear-gradient(top,  #e70904 0%, #970604 81%, #a10604 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e70904), color-stop(81%,#970604), color-stop(100%,#a10604)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e70904 0%,#970604 81%,#a10604 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e70904 0%,#970604 81%,#a10604 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e70904 0%,#970604 81%,#a10604 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e70904 0%,#970604 81%,#a10604 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e70904', endColorstr='#a10604',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    text-align: center;
    padding-top: 6px;
}

.da_price_button:hover span {
    background: #a10604; /* Old browsers */
    background: -moz-linear-gradient(top, #a10604 0%, #970604 19%, #e70904 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a10604), color-stop(19%,#970604), color-stop(100%,#e70904)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a10604 0%,#970604 19%,#e70904 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a10604 0%,#970604 19%,#e70904 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a10604 0%,#970604 19%,#e70904 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a10604 0%,#970604 19%,#e70904 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a10604', endColorstr='#e70904',GradientType=0 ); /* IE6-9 */
}

.da_question_button {
    cursor: pointer;
    display: inline-block;
    margin: 25px 0 0 12px;
    border-radius: 5px;
    border: 1px solid #808080;
    box-shadow: inset 0 1px 1px #fff;
    background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #f6f6f6 12%, #c1c0c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(12%,#f6f6f6), color-stop(100%,#c1c0c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#c1c0c0',GradientType=0 ); /* IE6-9 */
}

.da_question_button:hover {
    background: #c1c0c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #c1c0c0 0%, #f6f6f6 88%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c0c0), color-stop(88%,#f6f6f6), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c0c0', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}

.da_question_button input,
.da_question_button span {
    display: inline-block;
    vertical-align: top;
}

.da_question_button input {
    cursor: pointer;
    width: 136px;
    background: none;
    border: none !important;
    color: #010101;
    font-size: 17px;
    height: 38px;
    outline: none;
}

.da_question_button span {
    width: 48px;
    height: 32px;
	border-left: 1px solid #808080;
    border-radius: 0 5px 5px 0;
    box-shadow: inset 0 1px 1px #fff;
    background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #f6f6f6 12%, #c1c0c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(12%,#f6f6f6), color-stop(100%,#c1c0c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#c1c0c0',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    text-align: center;
    padding: 4px 0 3px;
}

.da_question_button:hover span {
	background: -moz-linear-gradient(top,  #c1c0c0 0%, #f6f6f6 88%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c0c0), color-stop(88%,#f6f6f6), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c0c0', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}


/*basket bottom block*/
.da_button {
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    font-weight: normal;
}

.da_button.middle {
    font-size: 18px;
    line-height: 28px;
    padding: 4px 30px;
}

.da_button.red {
    color: #fff !important;
    border: 1px solid #a40404;
    box-shadow: inset 0 1px 1px #fff, 0 4px 7px #a0a0a0;
    background: #fc0a04; /* Old browsers */
    background: -moz-linear-gradient(top,  #fc0a04 0%, #ca0a07 81%, #db0906 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc0a04), color-stop(81%,#ca0a07), color-stop(100%,#db0906)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fc0a04 0%,#ca0a07 81%,#db0906 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fc0a04 0%,#ca0a07 81%,#db0906 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fc0a04 0%,#ca0a07 81%,#db0906 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fc0a04 0%,#ca0a07 81%,#db0906 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0a04', endColorstr='#db0906',GradientType=0 ); /* IE6-9 */
}

.da_button.red:hover {
    background: #db0906; /* Old browsers */
    background: -moz-linear-gradient(top,  #db0906 0%, #ca0a07 19%, #fc0a04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db0906), color-stop(19%,#ca0a07), color-stop(100%,#fc0a04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #db0906 0%,#ca0a07 19%,#fc0a04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #db0906 0%,#ca0a07 19%,#fc0a04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #db0906 0%,#ca0a07 19%,#fc0a04 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #db0906 0%,#ca0a07 19%,#fc0a04 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0906', endColorstr='#fc0a04',GradientType=0 ); /* IE6-9 */
}

.da_button.grey {
    color: #363636;
    border: 1px solid #808080;
    box-shadow: inset 0 0 1px #fff, 0 4px 7px #a0a0a0;
    background: #d3d3d3; /* Old browsers */
    background: -moz-linear-gradient(top,  #d3d3d3 0%, #f6f6f6 12%, #c1c0c0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(12%,#f6f6f6), color-stop(100%,#c1c0c0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#c1c0c0',GradientType=0 ); /* IE6-9 */
}

.da_button.grey:hover {
    background: #c1c0c0; /* Old browsers */
    background: -moz-linear-gradient(top,  #c1c0c0 0%, #f6f6f6 88%, #d3d3d3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c0c0), color-stop(88%,#f6f6f6), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c0c0', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}

.da_basket_bottom_block {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
	z-index: 101;
}

.da_basket_block {
    display: inline-block;
    font-size: 15px;
    padding: 6px 8px;
    border: 1px solid #808080;
    border-radius: 5px;
    box-shadow: inset 0 -1px 3px #fff;
    background: #d3d3d3; /* Old browsers */
    background: -moz-linear-gradient(top,  #d3d3d3 0%, #f6f6f6 12%, #c1c0c0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(12%,#f6f6f6), color-stop(100%,#c1c0c0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#c1c0c0',GradientType=0 ); /* IE6-9 */
}

.da_basket_block img,
.da_basket_block > span,
.da_basket_block a {
    display: inline-block;
    vertical-align: middle;
}

.da_basket_block img {
    margin: 0 13px 0 5px;
}

.da_basket_block .da_basket_block_label {
    text-transform: uppercase;
}

.da_basket_block span span {
    color: #e40a05;
}

.da_basket_block a {
    margin-left: 13px;
}

/*basket page*/
.da_basket_block_wrapper {
    border: 1px solid #a7a6a6;
    border-radius: 8px;
    box-shadow: 0 2px 6px #a3a2a2;
	font-family: Arial;
	position: relative;
}

.da_basket_block_wrapper.no_popup {
	margin-bottom: 40px;
}

.da_basket_block_wrapper.no_popup .da_basket_table_wrapper {
	padding-bottom: 45px;
}

.da_basket_block_wrapper h3 {
    font-size: 24px;
    border-bottom: 1px solid #bcbaba;
    padding: 20px 0 18px 40px;
    font-weight: normal;
    margin: 0 !important;
	color: #030303;
	font-family: Arial;
}

.da_basket_table_wrapper {
    background: #faf9f9;
    border-radius: 0 0 8px 8px;
}

.da_basket_table {
    width: 100%;
    text-align: center;
	border-collapse: collapse;
}

table,
.da_basket_table tr,
.da_basket_table td {
    /border: none!important;
}

.da_basket_table th {
    font-weight: normal;
    padding: 10px;
    font-size: 15px;
    box-shadow: inset 0 0 #a5a4a4;
    background: #f7f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f5f5 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f5f5), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f5f5 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f5f5 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f5f5 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f5f5 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f5', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

.da_basket_table td {
    padding: 10px;
    font-size: 20px;
    border: none;
    border-top: 1px solid #d9dadb !important;
}

.da_basket_table td:first-child {
    border-top: none;
}

.da_basket_table td.da_basket_empty {
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #d9dadb !important;
}

.da_basket_result td,
.da_basket_block_button,
.da_basket_separator {
    font-size: 18px;
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(top,  #e8e8e8 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e8e8e8 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e8e8e8 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e8e8e8 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e8e8e8 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.da_basket_table td a {
    color: #fe0303;
}

.da_basket_result span:first-child {
    text-transform: uppercase;
}

.da_basket_result_sum {
    font-size: 19px;
    color: #fe0303;
}

.da_basket_result_sum span {
    font-size: 24px;
    font-weight: bold;
}

.da_basket_table_name {
    text-align: left;
}

.da_basket_table_number span {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    width: 44px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #a1a0a0;
    border-radius: 3px;
}

.da_basket_table_button {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
}

.da_basket_table_button a {
    display: inline-block;
    width: 24px;
    height: 22px;
    border: 1px solid #a1a0a0;
    border-radius: 3px;
    color: #363636 !important;
    text-shadow: 0 0 1px #f0f5f5;
    text-decoration: none;
    background: #daf6f8; /* Old browsers */
    background: -moz-linear-gradient(top,  #daf6f8 0%, #96d8df 71%, #d8f6f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#daf6f8), color-stop(71%,#96d8df), color-stop(100%,#d8f6f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #daf6f8 0%,#96d8df 71%,#d8f6f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #daf6f8 0%,#96d8df 71%,#d8f6f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #daf6f8 0%,#96d8df 71%,#d8f6f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #daf6f8 0%,#96d8df 71%,#d8f6f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf6f8', endColorstr='#d8f6f7',GradientType=0 ); /* IE6-9 */
}

.da_basket_table_button a:first-child {
    margin-bottom: 1px;
	line-height: 22px;
}

.da_basket_block_contact,
.da_basket_block_delivery {
    display: inline-block;
    vertical-align: top;
    width: 464px;
}

.da_basket_block_contact h3,
.da_basket_block_delivery h3 {
    padding-left: 35px;
	font-family: Arial;
text-align: center;
}

.da_basket_block_contact > div,
.da_basket_block_delivery > div {
    text-align: right;
    padding: 30px 28px 30px 0;
}

.da_basket_block_button {
    border-top: 1px solid #d9dadb;
    padding: 15px 35px;
    margin-bottom: 45px;
}

.da_basket_block_button .red,
.popup_da_basket_button .popup_da_basket_button_wrapper {
    float: right;
}

.da_basket_separator {
    height: 20px;
    padding: 0 !important;
}

.da_basket_block_wrapper label {
    display: block;
    color: #282828 !important;
    font-size: 16px;
    margin-bottom: 12px;
}

.da_basket_block_wrapper label span,
.da_basket_block_wrapper label input {
    display: inline-block;
    vertical-align: middle;
}

.da_basket_block_wrapper label textarea {
    vertical-align: top;
}

.da_basket_block_wrapper label > span {
    width: 140px;
    padding-right: 20px;
}

.da_basket_block_contact span span,
.da_basket_block_wrapper label span span {
    color: #fc0202;
    font-size: 16px;
}

.da_basket_block_contact span span {
    font-size: 14px;
}

.da_basket_block_contact .da_basket_footnote {
	display: inline-block;
	font-size: 14px;
	width: 270px;
	text-align: left;
}

.da_basket_block_wrapper input[type="text"],
.da_basket_block_wrapper textarea {
    width: 248px;
}

.da_basket_block_wrapper input[type="text"],
.da_basket_block_wrapper input[type="email"]  {
    height: 30px;
}

.da_basket_block_wrapper textarea {
    height: 75px;
}

.da_basket_block_delivery .jq-selectbox {
    text-align: left;
    vertical-align: middle;
}

.da_basket_block_delivery .jq-selectbox__select-text {
    width: 213px;
}

/*popup*/
.da_basket_table  .popup_da_basket_button {
    text-align: left;
    padding: 23px;
}

.popup_da_basket_button_wrapper {
    padding-top: 13px;
}

.popup_da_basket_button_wrapper .red {
    margin-left: 15px;
}

/*popup*/ 
.da_popup_close {
	position: absolute;
	top: 7px;
	right: 7px;
	border-radius: 50%;
	display: inline-block;
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #c1bfbf;
	background: #fefdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefdfd 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefdfd), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefdfd 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefdfd 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefdfd 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefdfd 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

.da_popup_close img {
	margin-top: 9px;
}

.da_popup_form_wrapper h3 {
	font-size: 20px;
	color: #ca0404;
	padding: 20px 60px 18px 60px;
	text-align: center;
}

.da_popup_form_wrapper form {
	border-top: 10px solid #e8e8e8;
	display: inline-block;
	padding: 0 45px;
	margin: 0;
}

.da_popup_form_wrapper label {
	font-size: 16px;
}

.da_popup_form_footnote span,
.da_popup_form_wrapper label span {
	color: #fe0202;
}

.da_popup_form_footnote {
	font-size: 12px;
}

.da_popup_form_wrapper textarea,
.da_popup_form_wrapper input[type="text"],
.da_popup_form_wrapper input[type="email"] {
	width: 376px;
}

.da_popup_form_wrapper textarea {
	resize: none;
	height: 96px;
	margin-top: 5px;
}

.da_popup_form_button {
	text-align: center;
	margin: 14px -45px;
	border-top: 1px solid #bcbaba;
	padding: 10px 0;
	background: #e8e8e8;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #e8e8e8 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #e8e8e8 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #e8e8e8 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #e8e8e8 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e5e5e5',GradientType=0 );
}

.da_popup_form_button .da_button{
	padding: 4px 60px;
}
a.da_only_button {
    border: 2px solid #fff;
    color: #fff!important;
    text-decoration: none;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
    height: 28px;
    width: 100px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border-radius: 5px;
    background: #e70904; /* Old browsers */
    background: -moz-linear-gradient(top,  #e70904 0%, #970604 81%, #a10604 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e70904), color-stop(81%,#970604), color-stop(100%,#a10604)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e70904 0%,#970604 81%,#a10604 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e70904 0%,#970604 81%,#a10604 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e70904 0%,#970604 81%,#a10604 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e70904 0%,#970604 81%,#a10604 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e70904', endColorstr='#a10604',GradientType=0 ); /* IE6-9 */
}

a.da_only_button:hover {
   background: #a10604; /* Old browsers */
    background: -moz-linear-gradient(top, #a10604 0%, #970604 19%, #e70904 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a10604), color-stop(19%,#970604), color-stop(100%,#e70904)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a10604 0%,#970604 19%,#e70904 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a10604 0%,#970604 19%,#e70904 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a10604 0%,#970604 19%,#e70904 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a10604 0%,#970604 19%,#e70904 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a10604', endColorstr='#e70904',GradientType=0 ); /* IE6-9 */
}
.da_form_wrapper .da-price .old_price {
    color: grey;
    font-size: 22px;
    text-decoration: line-through;
}

.da-one-click {
	margin-top: 10px;
	padding: 3px;
	border-radius: 3px;
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #f6f6f6 12%, #c1c0c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(12%,#f6f6f6), color-stop(100%,#c1c0c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d3d3d3 0%,#f6f6f6 12%,#c1c0c0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#c1c0c0',GradientType=0 ); /* IE6-9 */
	border: 1px solid #808080;
    box-shadow: inset 0 1px 1px #fff, 0 4px 7px #a0a0a0;
	color: #010101;
    text-align: center;
	font-size: 16px;

}

.da-one-click:hover {
    background: -moz-linear-gradient(top,  #c1c0c0 0%, #f6f6f6 88%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c0c0), color-stop(88%,#f6f6f6), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c1c0c0 0%,#f6f6f6 88%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c0c0', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}
.da-one-click  input[type=text] {
    padding: 6px;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    text-align: center;
    width: 176px;
}

.da-one-click input[type=button] {
    background: none;
    border: 0;
    width: 189px;
    color: #010101;
    padding: 5px 0;
    font-size: 16px;
	outline: none;
	cursor: pointer;
}

.da-one-click div {
	margin: 6px 0 6px 0;
}
