.form-input {
    margin-bottom: 5px;
    position: relative;
}

.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 {
    background: #eaf2f4;
    border-radius: 3px;
    text-align: center;
    border: 2px solid #ffffff;
    height: 40px;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.form-input .captcha {
	width: 100%;
    margin: 5px 0px 0px 0px;
}

.form-input .captcha_img {
	margin: 0px 0px 0px 0px;
    max-height: 36px;
}

.cs-btn {
	margin: 15px 0px 0px 0px;
}


.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;
}

.captcha-input {
	width: 100%;
	display: inline-block;
}
/*.is-tabs-nav a.is-tabs-link {  Убрал из-за несоответствия СС
	margin-right: 20px;
    font-size: 11px;
}*/

.is-filter.offers {
	border-top: 0;
    padding-bottom: 0px;
    border-bottom: none;
}

.offers .form-select {
    font-size: 0;
    margin-top: 65px;
}

.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;
    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;
    padding-right: 36px;
    margin-top: -12px;
}

.search_offers_container2 {
    display: block;
    width: 100%;
    position: relative;
}

.offers_search_item {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 16px;
    background: url(/assets/img/search_item.png) no-repeat;
    background-position: -21px 0;
}

.offers .select-label {
    position: absolute;
    top: -48px;
    left: 0;
    width: 250px;
}

.is-filter.offers.no_padd_search {
    border-bottom: 1px solid #fff;
}

.page-exchange div.ei-section {
    overflow: visible;
}

.offers_search_item {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 16px;
    background: url(/assets/img/search_item.png) no-repeat;
    background-position: -21px 0;
}

.offers_close_item {
    width: 12px;
    height: 12px;
    position: absolute;
    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;
}

::-webkit-input-placeholder {color:#b8bbbd;}
::-moz-placeholder          {color:#b8bbbd;}/* Firefox 19+ */
:-moz-placeholder           {color:#b8bbbd;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b8bbbd;}
