.input-error-captcha {
	position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: #ee3123;
    line-height: 20px;
    visibility: visible;
    opacity: 1;
}

.captcha_img {
	border-radius: 3px;
}

.captcha-img-container {
	margin: 0px 0px 0px 0px;
	background: #eaf2f4;
	border-radius: 3px;
	text-align: center;
	height: 36px;
}

.form-input .captcha-container {
    margin: 7px 6px 0px 2px;
    background: #eaf2f4;
    border-radius: 3px;
    text-align: center;
    height: 36px;
    width: 220px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.form-input .captcha {
	width: 218px;
    margin: 5px 0px 0px 0px;
}

.form-input .captcha_img {
	margin: 0px 0px 0px 0px;
    max-height: 36px;
}

.cs-btn {
	float: right;
}

.captcha-input {
	display: inline-block;
}

.cs-error {
	color: red;
}
.page-promo {
    background-image: url('/upload/img/bg_promo.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100%;
}
.promo-page-bg {
    background: #79d5ee;
}

.captcha-reload {
	cursor: pointer;
    background: url(/assets/img/icons/refresh.png);
    width: 16px;
    height: 16px;
    display: block;
    vertical-align: top;
    right: 10px;
    bottom: 10px;
    position: absolute;
}

.is-filter.offers_block {
    border-top: none;
     border-bottom: none; 
     padding:0; 
     margin-bottom: 0; 
}

.offers .form-select {
    font-size: 0;
}

.offers .label {
    font-family: 'SansBold', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #121212;
    width: 122px;
}

.is-leftcol.offers {
    width: 560px;
}

.is-rightcol.offers {
    width: 306px;
}

.offers .select-container {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.search_offers_container {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.offers_search_link {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-family: 'SansBold', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #121212;
    text-decoration: none;
}

::-webkit-input-placeholder {color:#b8bbbd;}
::-moz-placeholder          {color:#b8bbbd;}/* Firefox 19+ */
:-moz-placeholder           {color:#b8bbbd;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b8bbbd;}

.offers_search_link:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 6px;
    right: 16px;
    background: url(/assets/img/search_item.png) no-repeat;
    background-position: 0 0;
}

.is-rightcol.offers .is-tabs-nav {
    padding-bottom: 8px;
    overflow: visible;
}

.search_offers {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #eaf2f4;
    background-color: #eaf2f4;
    font-family: 'SansBold', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #121212;
    padding: 8px;
    outline: none;
    margin-top: -4px;
    padding-right: 36px;
}

.search_offers_container2 {
    display: block;
    width: 100%;
    position: relative;
}

.offers_search_item {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    right: 16px;
    background: url(/assets/img/search_item.png) no-repeat;
    background-position: -21px 0;
}

.offers_close_item {
    width: 12px;
    height: 12px;
    position: absolute;
        top: 7px;
    right: 13px;
    background: url(/assets/img/close_item.png) no-repeat;
    background-position: 0px 0;
}

.offers .select-label {
    position: absolute;
    top: -35px;
    left: 0;
    width: 250px;
}

.offers .search-label {
    position: absolute;
    top: -35px;
    left: 0;
    width: 250px;
    display: none;
    font-size: 12px;
    color: #121212;
    line-height: 24px;
}

.offers .complete-label {
    position: absolute;
    top: -35px;
    left: 0;
    width: 250px;
    display: none;
    font-size: 12px;
    color: #121212;
    line-height: 24px;
}

.column--wide.offers_btn_block {
    min-height: 155px;
}

.is-rightcol.offers .is-tabs-nav.no_padd_search {
    padding-bottom: 0;
    border-bottom: solid 1px #fff;
}

.selectric-items {
    left: initial;
    right: 0;
}

.search_offers_container2.show-error .search_offers {
    border-color: #ee3123;
}

.search_offers_container2.show-error .error-type-a {
    height: 20px;
}
.search_offers_container2.show-error .input-error {
    visibility: visible;
    opacity: 1;
}
.search_offers_container2 .input-error {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 12px;
    color: #ee3123;
    line-height: 20px;
    visibility: hidden;
    opacity: 0;
    -o-transition: visibility .2s, opacity .2s, height .2s;
    transition: visibility .2s, opacity .2s, height .2s;
}