.shop-list-ul-wrap .input-row {
    position: relative;
}

.manager-block img {
    max-height: 80px;
}

.js-success_message {
    margin-bottom: 30px;
}



@media screen and (max-width:768px) {
    .prize-ico-unit img {
        width: 80px;
        max-height: 120px;
        margin-bottom: 25px;
    }

    .prize-ico-row {
        flex-direction:column;
        margin: 0px auto 10px;
    }

    .prize-ico-unit {
        display:flex;
        width: 100%;
        align-items: center;
        margin-bottom:30px;
        margin: 30px 0;
    }

    .prize-ico-unit p {
        margin-bottom:0;

    }

    .prize-ico-unit span {
        font-size:18px;
        align-items:center;
        margin-bottom: 10px;
    }

    .main-catalog-selector-panel .mcs-row-wrap:first-child .msc-unit:first-child{
        background:#cfd776;
    }

    .main-catalog-selector-panel .mcs-row-wrap:nth-child(2) .msc-unit:first-child{
        background:#92cae3;
    }
}

.additional-login-page-links {
    align-items: center;
    display: flex;
    justify-content: center;
}

.field-loginform-rememberme input[type="checkbox"] {
    display:none;
}

.form-group input[type="checkbox"] {
    display:none;
}

.field-loginform-rememberme input[type="checkbox"] + label {
    padding-left:50px;
    cursor:pointer;
    user-select: none;

}

.form-group input[type="checkbox"] + label {
    padding-left:50px;
    cursor:pointer;
    user-select: none;

}

.main-form-panel .field-loginform-rememberme{
    margin:30px 0;
    display:block;
}

.main-form-panel .field-signupform-repassword + .form-group{
    margin:30px 0;
    display:block;
}

.field-loginform-rememberme input[type="checkbox"] + label::after {
    content:'';
    position:absolute;
    width:24px;
    height:24px;
    border:2px solid #a0a0a0;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}

.form-group input[type="checkbox"] + label::after {
    content:'';
    position:absolute;
    width:24px;
    height:24px;
    border:2px solid #a0a0a0;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}

.field-loginform-rememberme input[type="checkbox"] + label::before {
    content:'';
    position:absolute;
    left: 6px;
    top: 3px;
    bottom:0;
    width: 13px;
    height:6px;
    border-left: 3px solid #cfd776;
    border-bottom: 3px solid #cfd776;
    transform:rotate(-45deg);
    opacity: 0;
}

.form-group input[type="checkbox"] + label::before {
    content:'';
    position:absolute;
    left: 6px;
    top: 3px;
    bottom:0;
    width: 13px;
    height:6px;
    border-left: 3px solid #cfd776;
    border-bottom: 3px solid #cfd776;
    transform:rotate(-45deg);
    opacity: 0;
}

.form-group input[type="checkbox"]:checked + label::before {
    opacity: 1;
}

.field-loginform-rememberme input[type="checkbox"]:checked + label::before {
    opacity: 1;
}

.additional-login-page-links a {
    color:inherit;
    text-decoration: underline;
}

.text-page h2 {
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}

.form-group select {
    width: 100%;
    padding-left: 12px;
    box-sizing: border-box;
    height: 40px;
    font-size: 16px;
}

.text-page a {
    color:inherit;
    text-decoration: underline;
}

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

.lost-pass-wrapper h2 {
    font-weight: 400;
    text-align: center;
    margin:30px 0;
}

.form-group > div {
    width:100%;
}

.account-form-block-panel h2, .account-orders-cont h2, .account-orders-info h2{
    text-align: center;
    font-weight: 400;
    margin:30px 0;
}

.account-additional-buttons ul{
    display:flex;
    justify-content: center;
    align-content: center;
    width:100%;
    list-style: none;
    margin-top:30px;
}

.account-additional-buttons ul li.active {
    background-color:#CFD776;
}

.account-additional-buttons ul li {
    padding:6px 12px;
    border-radius: 4px;
    background-color:transparent;
    margin:0 8px;
}

.account-additional-buttons ul li a {
    color:#000;
}

.account-orders-cont table, .account-orders-info table{
    width:100%;
    border-collapse: collapse;
    border:1px solid rgba(0,0,0,0.4);
}

.account-orders-cont th, .account-orders-info th {
    background-color: #CFD776;
    padding:16px 16px;
    text-align: center;
    font-size:16px;

}

.account-orders-cont td, .account-orders-info td {
    text-align: center;
    padding:16px 16px;
    font-size:16px;

}

.account-orders-cont td a, .account-orders-info td a {
    color:#000;
    text-decoration: underline;
}

.account-orders-cont td a:hover, .account-orders-info td a:hover{
    text-decoration: none;
}

.account-orders-cont tr, .account-orders-info tr {
    border-bottom:1px solid rgba(0,0,0,0.4);
    text-align:center;
}

.account-orders-info p a {
    color:#000;
    text-decoration: underline;
    font-size:16px;
}

.account-orders-info p a:hover{
    text-decoration: none;
}

.account-orders-info table.order-mini-table{
    width:auto;
    border:none;
}

.account-orders-info table.order-mini-table td {
    text-align:left;
}

.account-orders-info table.order-mini-table td:nth-child(2){
    font-weight:600;
}

.account-orders-info table.order-mini-table tr {
    border:none;
}

.main-form-panel .form-group .help-block {
    position: absolute;
    color: red;
    font-size: 10px;
    left: 0;
    bottom: -14px;
}

.main-form-panel {
    padding:0 10px;
    box-sizing:border-box;
}

.reg-page-wrapper h1 {
    text-align: center;
    font-weight: 400;
}

.reg-page-wrapper > p {
    text-align: center;
}







.check-good-main-panel {
    display:flex;
    justify-content: center;
    align-items: flex-start;
}

.check-good-left-col{
    margin-right:20px;
}

.check-good-right-col {
    max-width:500px;
}

.check-good-main-panel .input-row {
    width:100%;
    margin-bottom: 20px;
}

.check-good-main-panel .input-row input {
    width:100%;
    height:40px;
    border:1px solid #C4C4C4;
    padding-left:12px;
    box-sizing:border-box;
}

.check-good-main-panel .input-row textarea {
    border:1px solid #C4C4C4;
    height:80px;
    resize:vertical;
    width:100%;
    box-sizing:border-box;
    padding:6px 12px;
}

.check-good-block-annotation {
    margin-bottom: 15px;
    font-size: 22px;
}

.check-good-block-spec-title {
    font-size:18px;
    margin-bottom: 16px;
}
.check-good-left-col img {
    max-width: 300px;
}

.check-good-attributes div span {
    font-weight: 600;
    margin-left: 12px;
}

.check-good-attributes div {
    margin-bottom:12px;
}


.main-promo-panel .btn-row .btn {
    width: auto;
    border-radius: 30px;
}

.main-promo-panel .btn-row .btn:hover {
    background-color: #2f6b94;
}

.main-promo-panel .btn-row {
    display:flex;
    align-items:center;
    justify-content:center;
}

@media screen and (max-width:768px) {
    .check-good-left-col {
        width:30%;
        margin:0 auto;
    }

    .title-panel-row h2 {
        font-size:24px;
    }

    .check-good-left-col img {
        width:100%;
    }

    .check-good-block-annotation {
        font-size:18px;
        line-height:1.4;
        margin:10px 0;
    }
}


@media screen and (max-width:480px) {



    .check-good-main-panel {
        flex-direction:column;
    }

}
.catalog-page-category-title {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
    background-color: #CFD776;
    padding: 8px 0;
}

.breadcrumbs-panel {
    margin-top: 24px;
    margin-bottom: 24px;
}

.breadcrumbs-panel a {
    color:#000;
}

.header + .centered {
    margin-top: 280px;
}

.breadcrumbs-panel {
    margin-top: 280px;
}

.inner-page-wrap {
    margin-top:0;
}

@media screen and (max-width:991px) {
    .header + .centered {
        margin-top: 87px;
    }

    .breadcrumbs-panel {
        margin-top: 108px;
    }
}


.instagram-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.instagram-row img {
margin-right: 10px;
}


/*

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.breadcrumbs-panel {
    margin-top: 280px;
}



.header-bot-row-wrap{
    transition: 0.2s;
    border-bottom: 2px solid rgba(40, 39, 37, 0);
}

.color .header-bot-row-wrap {
    margin-top: 17px;
    border-bottom: 2px solid rgba(40, 39, 37, 1);
}

.color .header-mid-row-wrap, .color .header-top-row-wrap{
    display:none;
}

.main-slider {
    margin-top: 280px;
}

*/