.pop-up-container-simple {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    display: none;
    width: 100%;
    min-width: 960px;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    background: rgba(57, 69, 82, 0.9);
    overflow: auto;
}

.pop-up-container-simple:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.pop-up-simple {
    position: relative;
    z-index: 1000;
    display: inline-block;
    vertical-align: middle;
    width: 460px;
    background: #fff;
    border-radius: 3px;
    white-space: normal;
    text-align: left;
    font-size: 13px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.pop-up-close {
    right: 20px;
    cursor: pointer;
    position: absolute;
    top: 19px;
    font-size: 18px;
}

.pop-up-close:before {
    content: "";
    display: block;
    width: 10px;
    height: 11px;
    background-image: url(images/close.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
}

.login-header {
    padding: 24px 19px 14px 19px;
    border-bottom: 1px solid #e5e5e5;
}

.login-tab {
    float: left;
    text-align: center;
    padding: 5px 10px 9px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.login-tab a {
    border-bottom: 1px dashed;
    font-size: 17px;
}

.login-tab.act a {
    border-color: transparent;
}

.registration-link {
    margin-left: 1px;
}

.login-form {
    padding: 30px 29px 40px 29px;
}

.login-form>p {
    font-size: 25px;
}

.pop-up-simple .login-form form {
    margin-top: 24px;
}

.pop-up-simple input[type=text],
.pop-up-simple input[type=password] {
    width: 303px;
    margin-bottom: 14px;
    height: 44px;
    padding-left: 13px;
}

.pop-up-simple input[type=text]:hover,
.pop-up-simple input[type=password]:hover {
    border-color: #999;
    outline: none;
}

.pop-up-simple input[type=text]:focus,
.pop-up-simple input[type=password]:focus {
    border-color: #999;
    outline: none;
}

.input-message {
    float: right;
    width: 84px !important;
    padding-top: 7px;
    line-height: 15px;
}

.input-message a {
    color: #666666;
}

#login .input-message a {
    color: #1472a3 !important;
    font-size: 12px;
    border-bottom: 1px dashed rgba(20, 114, 163, 0.4);
}

#login .input-message:hover a {
    border-color: rgba(20, 114, 163, 0.8);
}

.pop-up-simple .checkbox label {
    display: inline-block;
    margin: 5px 0 14px;
}

.pop-up-simple .checkbox label:hover .checkbox-custom {
    border-color: #999;
}

.pop-up-simple input[type=checkbox] {
    display: none;
}

.pop-up-simple input[type=checkbox] + .checkbox-custom {
    position: relative;
    margin-right: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    float: left;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pop-up-simple input[type=checkbox]:checked + .checkbox-custom:before {
    opacity: 1;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -5px;
    left: 2px;
    content: '';
    background-image: url(images/checkbox-act.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
}

.pop-up-simple input[type=checkbox]:checked + .checkbox-custom {
    border-color: #999 !important;
}

.pop-up-simple .checkbox-text {
    cursor: pointer;
    display: inline-block;
    margin-top: 2px;
}

.pop-up-simple .checkbox-text a {
    color: #1472a3;
    border-bottom: 1px solid rgba(20, 114, 164, 0.4);
}

.pop-up-simple .checkbox-text a:hover {
    border-color: rgba(20, 114, 164, 0.8);
}

.pop-up-simple .catalog-filtr-checkbox-container .catalog-filtr-checkbox-box {
    line-height: 15px;
    width: 15px;
    height: 15px;
    top: 5px;
    position: relative;
    cursor: pointer;
    float: left;
    border: 1px solid #dadada;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pop-up-simple .catalog-filtr-checkbox-container .catalog-filtr-checkbox-control {
    display: none;
}

.pop-up-simple .catalog-filtr-checkbox-container .catalog-filtr-checkbox-value {
    float: left;
    color: #000000;
    cursor: pointer;
    margin-top: 6px;
    line-height: 15px;
    margin-left: 11px;
}

.pop-up-simple .catalog-filtr-checkbox-container {
    display: inline-block;
}

.pop-up-simple .catalog-filtr-checkbox-container:hover .catalog-filtr-checkbox-box {
    border-color: #999;
}

.pop-up-simple .catalog-filtr-checkbox-box.active {
    border-color: #999;
}

.pop-up-simple .catalog-filtr-checkbox-box.active:after {
    visibility: visible;
    opacity: 1;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -5px;
    left: 2px;
    content: '';
    background-image: url(images/checkbox-act.svg);
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}

.pop-up-simple .btn {
    font-size: 13px;
    padding: 15px 13px 13px 13px;
    color: #fff;
    background-color: #d01414;
    display: inline-block;
    border: 1px solid #d4d4d6;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    cursor: pointer;
    border-color: transparent;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.pop-up-simple .buttons-str {
    margin-top: 28px;
}

.registration-text-link {
    position: relative;
    left: 16px;
    top: -2px;
    color: #1472a3;
    border-bottom: 1px solid rgba(20, 114, 164, 0.4);
}

.registration-text-link:hover {
    border-color: rgba(20, 114, 164, 0.8);
}

.login-footer {
    padding: 28px 26px 0px 28px;
}

.login-footer>p {
    font-size: 17px;
}

.pop-up-simple .socials li a {
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 21px;
    margin-top: 14px;
    background-repeat: no-repeat;
    background-image: url(images/icons_socials.png);
}

.pop-up-simple a.ok {
    background-position: 0 0;
}

.pop-up-simple a.vk {
    background-position: -41px 0;
}

.pop-up-simple a.fb {
    background-position: -82px 0;
}

.pop-up-simple a.g_plus {
    background-position: -204px 0;
}

.login-tab-content {
    display: none;
}

.login-tab-content.act {
    display: block;
}

#registration form>p {
    margin-bottom: 12px;
    margin-top: -2px;
    margin-left: 3px;
}

#registration .login-form {
    padding-bottom: 40px;
    border: none;
}

#registration .login-form form {
    margin-top: 29px;
}

#registration .buttons-str {
    margin-top: 15px;
}

.input-error {
    display: none;
}

#registration .input-message {
    width: 94px !important;
}

#login-pop-up .achtung_block {
    display: none;
    position: absolute;
    height: 35px;
    z-index: 1;
    line-height: 35px;
    background: #fbefcc;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 13px;
    color: #c33;
    white-space: nowrap;
}

#login-pop-up .achtung_block:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#login-pop-up .achtung_block:before {
    border-color: rgba(251, 239, 204, 0);
    border-right-color: #fbefcc;
    border-width: 18px;
    margin-top: -18px;
}

#login-pop-up .popup-btn {
    display: inline-block;
    padding: 15px 13px 13px;
    border: 1px solid #d4d4d6;
    font-size: 13px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #fff;
    background-color: #d01414;
    border-color: transparent;
    cursor: pointer;
}

#login-pop-up .popup-btn:hover {
    background-color: #EA2E2E !important;
}