/* font-family: "OpenSansRegular"; */
@font-face {
    font-family: "OpenSansRegular";
    src: url("../../fonts/OpenSans-Regular.ttf");
    src: url("../../fonts/OpenSans-Regular.woff");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "OpenSansLight"; */
@font-face {
    font-family: "OpenSansLight";
    src: url("../../fonts/OpenSans-Light.ttf");
    src: url("../../fonts/OpenSans-Light.woff");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "OpenSansItalic"; */
@font-face {
    font-family: "OpenSansItalic";
    src: url("../../fonts/OpenSans-Italic.ttf");
    src: url("../../fonts/OpenSans-Italic.woff");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "OpenSansBold"; */
@font-face {
    font-family: "OpenSansBold";
    src: url("../../fonts/OpenSans-Bold.ttf");
    src: url("../../fonts/OpenSans-Bold.woff");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "OpenSansExtraBold"; */
@font-face {
    font-family: "OpenSansExtraBold";
    src: url("../../fonts/OpenSans-ExtraBold.ttf");
    src: url("../../fonts/OpenSans-ExtraBold.woff");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "OpenSansExtraBoldItalic"; */
@font-face {
    font-family: "OpenSansExtraBoldItalic";
    src: url("../../fonts/OpenSans-ExtraBoldItalic.ttf");
    src: url("../../fonts/OpenSans-ExtraBoldItalic.woff");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "OpenSansBoldItalic"; */
@font-face {
    font-family: "OpenSansBoldItalic";
    src: url("../../fonts/OpenSans-BoldItalic.ttf");
    src: url("../../fonts/OpenSans-BoldItalic.woff");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "OpenSansSemiBold"; */
@font-face {
    font-family: "OpenSansSemiBold";
    src: url("../../fonts/OpenSans-Semibold.ttf");
    src: url("../../fonts/OpenSans-Semibold.woff");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "OpenSansSemiBoldItalic"; */
@font-face {
    font-family: "OpenSansSemiBoldItalic";
    src: url("../../fonts/OpenSans-SemiboldItalic.ttf");
    src: url("../../fonts/OpenSans-SemiboldItalic.woff");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "Rubls"; */
@font-face {
    font-family: "Rubls";
    src: url('../../fonts/rouble.eot');
    src: url('../../fonts/rouble.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/rouble.woff') format('woff'),
    url('../../fonts/rouble.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
a {
    outline:none !important;
}
input:focus, span:focus, div:focus, label:focus, img:focus {
    outline: none;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

/*��� select*/
.ib-value-select {
    float: left;
    height: 60px;
}

.ib-select-style {
    border: 1px solid #d3dde2;
    border-radius: 5px;
    text-align: left;
    height: 30px;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-left: 4px;
    overflow: hidden;
    background: #ffffff url("../../../default/images/corelib/customselect/select_arrow.gif") no-repeat 100%;
}

.ib-select-style select::-ms-expand {
    display: none;
}

.ib-select-style select {
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 30px;
    padding: 0 20px 0 0;
}

.ib-select-size-style {
    overflow: hidden;
}

.ib-select-size-style select {
    width: 115%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.ib-select-style select:focus {
    outline: none;
}

.ib-select-style option:nth-of-type(odd) {
    background-color: #F1F1F1;
}

/*�������� �����*/
.rubls {
    font-family: Rubls !important;
    text-transform: none !important;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

/*������*/
DIV.t-error {
    border: none;
    padding: 14px;
    margin: 0 0 15px;
    background: #f6495e;
    position: relative;
}

DIV.t-error:after {
    content: "";
    background: url("../../images/corelib/error-coner.png") no-repeat center bottom;
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: -8px;
}

DIV.t-error DIV.t-banner {
    display: none;
    padding: 0;
    margin: 0;
    background: #f6495e;
    color: white;
    font-weight: normal;
    font-family: OpenSansRegular,"Nimbus Sans L", sans-serif;
    font-size: 14px;
    line-height: 22px;
}

DIV.t-error UL {
    padding: 0;
    background: #f6495e;
    color: white;
    font-family: OpenSansRegular,"Nimbus Sans L", sans-serif;
    font-size: 14px;
    line-height: 22px;
}

HTML > BODY DIV.t-error LI {
    margin-left: 0;
}

.payment-confirm DIV.t-error {
    width: 310px;
    box-sizing: border-box;
}

DIV.t-error-popup {
    cursor: pointer;
    font: 14px OpenSansRegular,"Nimbus Sans L", sans-serif;
    text-decoration: none;
    max-height: 30px;
    display: table;
    margin-top: -12px;
    max-width: 240px;
    min-width: 240px;
    margin-left: -2px;
    background: #f6495e;
    z-index: 100;
    padding: 14px;
    border-radius: 3px;
}

DIV.t-error-popup:before {
    content: "";
    background: url("../../images/corelib/red-coner.png") no-repeat left center;
    width: 27px;
    height: 45px;
    position: absolute;
    left: -8px;
    top: 5px;
    z-index: 1;
}

DIV.t-error-popup SPAN {
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 0;
    padding-left: 0;
    z-index: 2;
    position: relative;
    background: transparent;
    color: white;
    font-weight: normal;
    font-family: OpenSansRegular,"Nimbus Sans L", sans-serif;
    font-size: 14px;
    line-height: 22px;
}

DIV.t-error-popup:after {
    content: "";
    background: transparent;
    width: 19px;
    height: 30px;
    position: absolute;
}

IMG.t-error-icon {
    display: none;
    background: transparent url("../../images/corelib/error-close.png") no-repeat right center;
}

INPUT.t-error, TEXTAREA.t-error, SELECT.t-error {
    border-color: #e30000 !important;
    font-style: normal !important;
    color: #222426 !important;
    position: relative !important;
}

.js-view-button-login, .js-view-button-continue, .js-view-button-change-password {
    height: 44px;
    line-height: 44px;
    font-family: OpenSansSemiBold,"Nimbus Sans L", sans-serif;
    font-size: 17px;
    width: 100%;
    color: white;
    text-align: center;
    user-select: none;
    border-radius: 5px;
    background-color: #029f41;
    background: linear-gradient(to top, #00944e, #41ca5b);
    box-shadow: 0 2px 0 0 rgba(7, 137, 76, 1);
}
.js-view-button-enter {
    border-radius: 5px;
    line-height: 1.5;
    font-family: OpenSansSemiBold,"Nimbus Sans L", sans-serif;
    font-size: 15px;
    color: white;
    text-align: center;
    background-color: #41ca5b;
    user-select: none;
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.7);
    margin-right: 20px;
    display:inline-block;
    float:left;
}
.js-active-button-enter {
    border-radius: 5px;
    height: 44px;
    line-height: 1.5;
    font-family: OpenSansSemiBold,"Nimbus Sans L", sans-serif;
    font-size: 15px;
    color: white;
    display:inline-block;
    float:left;
}

.js-view-button-continue {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.js-view-button-change-password {
    opacity: 0.5;
    margin-right: 30px;
    float: left;
}

.js-view-button-change-mobile {
    opacity: 0.5;
}

.js-view-button-change-password span {
    cursor: default;
}

.js-active-button-login, .js-active-button-continue {
    float: left;
    margin-right: 30px;
    height: 44px;
}

.js-active-button-continue {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.deactive-button-registration {
    float: left;
    margin-right: 30px;
}

div.js-active-button-login .ib-button-action,
div.js-view-button-login .ib-button-action,
div.js-active-button-continue .ib-button-action,
div.js-view-button-continue .ib-button-action {
    margin-right: 0;
}
