.clear {
    clear: both;
}

#panel {
    z-index: 990 !important;
}

.logotip {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 990;
    height: 79px;
    width: 295px;
    font-size: 1px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

#want_form .input {
    width: 100%;
    box-sizing: border-box;
}

.form {
    width: 425px !important;
}

.form span {
    /*width: 140px !important;*/
}

.form em {
    margin: 3px 0 8px 150px !important;
}

.cont #YMaps {
    margin: 0 auto !important;
}

#footer .mini_logo {
    margin: 0 2px 0 0;
}

#footer table td {
    vertical-align: top;
    padding: 0 2px;
}

#footer table td.copy {
    line-height: 1.5em;
}

.bx-composite-btn {
    min-width: 130px;
}

.self-price-alert {
    padding: 10px 0;
    font-weight: 700;
}

.self-price-alert.success {
    color: green;
}

.self-price-alert.error {
    color: red;
}

.self-price-fields {
    width: 50%;
    float: left;
}

.popup-self-price input, .popup-self-price textarea {
    position: relative;
    display: block;
    float: left;
    background: #eaeeef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #787878;
    padding: 5px 12px;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .2);
    margin-bottom: 5px;
    width: 87%;
}

.popup-self-price textarea {
    height: 75px;
}

.popup-self-price input[type=submit] {
    border: 1px solid #dadada;
    color: #393939;
    font-weight: bold;
    padding: 4px 12px;
    margin: 2px 0 0 0;
    background: #f2f2f2;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ededed;
    width: auto;
    background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(20%, #f6f6f6), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
}

.popup-self-price .wrapper::after {
    content: none !important;
}

.popup-self-price .title {
    margin-bottom: 10px;
}

.popup-self-price .results {
    margin-bottom: 10px !important;
    display: block;
}

.self-price-block {
    margin: 5px 0 20px 0;;
    text-align: center;
}

.self-price-block p {
    margin-bottom: 5px;
}

.self-price-btn {
    padding: 10px;
    border-radius: 3px;
    background: #0066b7;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

.self-price-btn:hover {
    background: #F26522;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.cont .bt-print {
    bottom: auto;
}

@media screen and (max-width: 767px) {
    .tcon-plus {
        display: none;
    }
}

/* style all input elements with a required attribute */
input[name="ORDER_PROP_12"]:required {
    box-shadow: 4px 4px 20px rgba(200, 0, 0, 0.85);
}

/**
 * style input elements that have a required
 * attribute and a focus state
 */
input[name="ORDER_PROP_12"]:required:focus {
    border: 1px solid red;
    outline: none;
}

/**
 * style input elements that have a required
 * attribute and a hover state
 */
input[name="ORDER_PROP_12"]:required:hover {
    opacity: 1;
}

input[name="ORDER_PROP_12"]:valid {
    box-shadow: 4px 4px 20px rgba(160, 253, 184, 0.85);
}

/**
 * style input elements that have a required
 * attribute and a focus state
 */
input[name="ORDER_PROP_12"]:valid:focus {
    border: 1px solid green;
    outline: none;
}

/**
 * style input elements that have a required
 * attribute and a hover state
 */
input[name="ORDER_PROP_12"]:valid:hover {
    opacity: 1;
}

.clients-list {
    letter-spacing: -.5em;
    padding: 20px 0;
    text-align: center
}

.clients-list * {
    letter-spacing: normal;
}

.clients-list .item {
    display: inline-block;
    vertical-align: middle;
    width: 27%;
    margin: 0 3% 20px;
    text-align: center
}

.clients-list .item img {
    max-width: 90%;
    height: auto;
}

@media (min-width: 768px) and (max-width: 1065px) {
    .clients-list .item {
        width: 46%;
        margin: 0 2% 20px;
    }
}

@media (max-width: 480px) {
    .clients-list .item {
        width: 100%;
        margin: 0 0 20px;
    }
}

.section_list_element {
    margin: 15px 0;
}

.section_list_title {
    font-weight: 300;
}

.section_list_element a {
    color: #0066b7;
    font-size: 16px;
    text-decoration: none;
}

.section_list_element a:hover {
    text-decoration: none;
}

.similar:hover {
    box-shadow: 0 0 0 10px #ffffff, 0 0 4px 10px #eaeaea;
}

.similar .pic {
    margin: 0 auto 10px;
    font-size: 12px;
    line-height: 1.2em;
}

.similar .pic a img {
    display: inline;
}

.similar {
    margin: 13px 2% 20px 0 !important;
}

.main-sale-hit-new .similar {
    box-shadow: none;
}

#catitem .printer:hover {
    background: url(https://www.pluselectro.ru/upload/medialibrary/269/2699e9babd4b3533891adbb8f5869b85.png) no-repeat 0 50% !important;
}

.claim-btn, .claim-btn-xs {
    box-shadow: 0 2px 0 #55a32c, 0 2px 4px 0 #93a791;
    border-bottom: none !important;
}

@media screen and (max-width: 766px) {
    .claim-btn, .claim-btn-xs {
        height: 29px !important;
        font-size: 14px;
        font-weight: normal;
    }
}

label.errField {
    text-decoration: underline;
    text-decoration-color: white;
}

/*
 * ***************************
 * ***********team************
 * ***************************
 */

#IMteam-photo {
    position: absolute;
    margin: -25px 0 0 275px;
}

#IMteam-photo1 {
    position: absolute;
    margin: -25px 0 0 436px;
}

#IMteam-photo2 {
    height: auto;
    width: 20%;
    border-radius: 5px;
}

.line-height-team {
    line-height: 190%;
    margin: 0;
    padding-bottom: 10px;
    font-size: 140%;
}

.IMteam-b {
    margin: 55px 0 -20px;
}

/*
 * ***************************
 * *******login-dropdown******
 * ***************************
 */

.login_dd {
    background: #eaeeef;
    padding: 15px;
    position: absolute;
    top: 190px;
    width: 215px;
    border-radius: 0 0 5px 5px;
    z-index: 1000;
    margin: 4px 0 0 -80px;
    box-sizing: unset;
}

@media (min-width: 768px) and (max-width: 1065px) {

    .login_dd {
        margin: -20px 0 0 -80px;
    }
}

.login_dd .login-form {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
}

.login_dd:hover .login-form {
    max-height: none;
}

.login_dd:hover svg {
    background: #00bb33;
}

.login_dd svg {
    background: #0066B3;
    border-radius: 50%;
    fill: #ffffff;
    border: 6px solid #eaeeef;
    width: 25px;
    height: 25px;
    padding: 10px;
    transition: background .6s ease;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -27px;
}

.login_dd nav a {
    color: #000000;
    text-decoration: none;
    font-size: 13px
}

.login_dd nav {
    display: flex;
    justify-content: space-between;
}

.btn-default {
    background: #00BB33;
    border: 2px solid #00BB33;
    color: #ffffff;
    width: 100%;
    transition: background .3s ease;
    padding: 8px;
    border-radius: 5px;
}

.btn-default:hover {
    background: transparent;
    border: 2px solid #00BB33;
    color: #333333;
}

.login_a {
    color: #337ab7;
    text-decoration: none
}

.login_a:focus, .login_a:hover {
    color: #23527c;
    text-decoration: underline;
}

.login_a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.form-control-pl {
    display: block;
    width: 88%;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.header .min_cost {
    padding: 0 0 60px 0 !important;
    font-size: 90% !important;
    width: 250px !important;
    margin: -30px 0 0 -80px !important;
}

@media (max-width: 767px) {

    .login_dd {
        background: #eaeeef;
        padding: 15px;
        position: absolute;
        top: 20px;
        width: 215px;
        border-radius: 0 0 5px 5px;
        z-index: 1000;
        margin: -20px 0 0 0 !important;
        box-sizing: unset;
    }

    .login_dd .login-form {
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s ease;
    }

    .login_dd:hover .login-form {
        max-height: 0 !important;
    }

    .login_dd:hover svg {
        background: #00bb33;
    }

    .login_dd svg {
        background: #0066B3;
        border-radius: 50%;
        fill: #ffffff;
        border: 6px solid #eaeeef;
        width: 25px;
        height: 25px;
        padding: 10px;
        transition: background .6s ease;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -27px;
    }

    .login_dd nav a {
        color: #000000;
        text-decoration: none;
        font-size: 13px
    }

    .login_dd nav {
        display: flex;
        justify-content: space-between;
    }

    .btn-default {
        background: #00BB33;
        border: 2px solid #00BB33;
        color: #ffffff;
        width: 100%;
        transition: background .3s ease;
        padding: 8px;
        border-radius: 5px;
    }

    .btn-default:hover {
        background: transparent;
        border: 2px solid #00BB33;
        color: #333333;
    }

    .login_a {
        color: #337ab7;
        text-decoration: none
    }

    .login_a:focus, login_a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    .login_a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .form-control-pl {
        display: block;
        width: 88%;
        height: 20px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .header .min_cost {
        padding: 0 0 60px 0 !important;
        font-size: 90% !important;
        width: 250px !important;
        margin: -30px 0 0 -80px !important;
    }

    .header .header-authorization {
        background-color: #eaeeef !important;;
        left: 20px !important;;
        position: fixed !important;;
        right: 20px !important;;
        top: 50px !important;;
        padding: 15px !important;;
        text-align: center !important;;
        height: 110px !important;;
    }
}

#tabs-menu.ui-widget-content,
#form-hit-tabs.ui-widget-content,
.main-sale-hit-new.ui-widget-content {
    background: none;
}

.main-sale-hit-new .main-sale-hit-new-tabs ul {
    background: #f6f6f7;
}

#form-hit-tabs .jcarousel li {
    background: #fff;
}

#form-hit-tabs .jcarousel-control-prev,
#form-hit-tabs .jcarousel-control-next {
    background: #fff;
    line-height: 20px;
}

#one_click_buy_form_button {
    text-align: center;
}

.basket-container .grn_btn {
    margin: 18px 0 15px 10px;
}

.num_td .minus,
.num_td .plus {
    height: 28px
}

.order-foot {
    float: right;
    width: 55%;
    box-sizing: border-box;
}

.order-foot .min-summa {
    padding: 0 20px;
    overflow: hidden;
}

.basket-container .sales-area {
    width: 45%;
    float: left;
    box-sizing: border-box;
}

@media (max-width: 1000px) {
    .order-foot {
        float: none;
        width: 100%;
    }

    .order-foot .min-summa {
        padding: 20px 20px 20px 0;
    }

    .basket-container .sales-area {
        width: 100%;
        float: none;
        clear: both;
    }
}

.one_click_buy_frame.popup {
    margin-left: 0 !important;
    transform: translate(-50%, 0);
}

.one_click_buy_frame input[type=checkbox] {
    -webkit-appearance: checkbox;
    margin: 0 5px 0 0;
    float: left;
}

.form em.prDescr {
    display: block;
    clear: both;
}

#catitem .item_right {
    margin-bottom: 40px !important;
}

@media (max-width: 767px) {
    .main-sale-hit-new-tabs ul {
        display: block !important;
    }
}

.popup.show {
    min-width: 300px;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-height: 100vh;
    overflow: auto;
}

body {
    background: #ffffff !important;
}