/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.color-pick-desc {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 9pt;
}
.color-picker-text {
    font-size: 9pt;
}
.color-pick-picture {
    width: 45px;
    height: 45px;
    border-radius: 24px;
}

.stickers .sticker_a_panel_agt, .stickers .sticker_b_panel_agt{
    background-color: #cc7900;
}

.stickers .sticker_a_panel_egger, .stickers .sticker_b_panel_egger{
    background-color: #ab0505;
}

.stickers .sticker_a_tsvetnoe_steklo, .stickers .sticker_b_tsvetnoe_steklo{
    background-color: #b9b814;
}

.stickers .sticker_a_pod_pokrasku, .stickers .sticker_b_pod_pokrasku{
    background-color: #ff5722;
}

.stickers .sticker_a_zerkalo, .stickers .sticker_b_zerkalo{
    background-color: #00aabf;
}

.catalog_block .catalog_item img, .product_slider .catalog_item img {
    max-width: 100%;
    max-height: 100%;
    /*height: 100%;*/
}
.catalog_block .catalog_item>div {
    padding: 1px 1px 0;
}
/*.ajax_load .top_wrapper .catalog_block .catalog_item>div {
    padding-left: 1px;
    padding-right: 1px;
}*/
.catalog_block .catalog_item>div .item_info {
    padding-left: 25px;
    padding-right: 25px;
}
.footer_button.inner_content {
    padding-left: 25px;
    padding-right: 25px;
}

/**/
.form .captcha-row .captcha_input label.error {
    top: 40px;
    left: 0;
}
.form .licence_block {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
	.form .captcha_image {
    	padding-top: 10px;
	}
}