@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    src: url("/static/fonts/Montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: 'Montserrat-bold';
    font-weight: 700;
    src: url("/static/fonts/Montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: 'Montserrat-semi-bold';
    font-weight: 600;
    src: url("/static/fonts/Montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: 'Montserrat-extra-bold';
    font-weight: 800;
    src: url("/static/fonts/Montserrat/Montserrat-ExtraBold.ttf");
}

@font-face {
    font-family: 'Montserrat-black';
    font-weight: 900;
    src: url("/static/fonts/Montserrat/Montserrat-Black.ttf");
}

@font-face {
    font-family: 'Montserrat-italic';
    src: url("/static/fonts/Montserrat/Montserrat-ThinItalic.ttf");
}

@font-face {
    font-family: 'Montserrat-thin';
    font-weight: 100;
    src: url("/static/fonts/Montserrat/Montserrat-Thin.ttf");
}

@font-face {
    font-family: 'Montserrat-light';
    font-weight: 300;
    src: url("/static/fonts/Montserrat/Montserrat-Light.ttf");
}

@font-face {
    font-family: 'Montserrat-extra-light';
    font-weight: 200;
    src: url("/static/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf");
}

@font-face {
    font-family: 'Montserrat-medium';
    font-weight: 500;
    src: url("/static/fonts/Montserrat/Montserrat-Medium.ttf");
}

@font-face {
    font-family: 'Minion-regular';
    font-weight: 400;
    src: url("/static/fonts/Minion/RobotoSlab-Regular.otf");
}

html {
    min-height: 100%;
    position: relative;
    overflow-x: hidden !important;
}

body {
    background: #ededed;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-left: 0;
    overflow-x: hidden !important;
}

header {
    width: 100%;
    position: fixed;
    background-color: #666666;
    color: #fff;
    z-index: 1039;
    top: 0px;
    margin: 0 auto;
}

.modal { overflow: auto !important; }

body.modal-open {
    padding-right: 0 !important;
}

@-moz-document url-prefix() {
    body.modal-open {
        padding-right: 0 !important;
    }

}

textarea {
    resize: none;
}

.fa  {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.row {
    margin: 0;
}

.container {
    padding: 0;
}

.top-menu {
    padding: 0;
}

.top-menu.fixed {
    position: fixed;
    top: -47px;
}

div.navbar-toggle {
    display: block;
    position: relative;
    z-index: 218;
    width: 80px;
    padding: 22px;
    margin: 0px;
    float: left;
    border: 0;
}

.menu-toggle {
    height: 26px;
    width: 40px;
    position: relative;
    display: inline-block;
}

.toggle-bar,
.toggle-bar::before,
.toggle-bar::after {
    width: 35px;
    height: 5px;
    background-color: #ffff00;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.toggle-bar::before,
.toggle-bar::after {
    content: '';
    display: block;
}

.toggle-bar::before {
    top: -20px;
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
}

.toggle-bar::after {
    top: -10px;
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
}

.toggle-bar {
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.menu-collapse .toggle-bar::before {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
}

.menu-collapse .toggle-bar::after {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);
}

.menu-collapse .toggle-bar {
    transform: translate3d(0,-10px,0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.collapsing {
    -webkit-transition-duration:0.5s;
    -o-transition-duration:0.5s;
    transition-duration:0.5s;
}

ul li {
    list-style: none;
}

#dropdown-main-menu {
    position: absolute;
    left: 0;
    top: 113px;
    width: 281px;
    background-image: url(/static/css/img/dropdown_menu_bg.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #ECDACE;
    z-index: 100000 !important;
}

#dropdown-main-menu .user-menu {
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 32px;
    font-size: 15px;
}

#dropdown-main-menu .greeting {
    color: #000000;
}

#dropdown-main-menu .user-room .login {
    color: #ff6600;
    text-decoration: underline;
    margin-left: 0;
    margin-top: 10px;
    padding: 0;
    float: none;
}

#dropdown-main-menu button.logout {
    color: #ff6600;
    font-size: 0.92em;
    text-decoration: underline;
    margin-left: 0;
    margin-top: 10px;
    padding: 0;
}

#dropdown-main-menu button.logout:hover {
    color: #FB861E;
    text-decoration: none;
}

#dropdown-main-menu ul {
    padding-top: 30px;
    padding-bottom: 53px;
    padding-left: 0;
}

#dropdown-main-menu ul li {
    padding-left: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#dropdown-main-menu li a {
    font-size: 15px;
    color: #56453c;
}

#dropdown-main-menu li:hover {
    background-color: #D4B8A6;
    transition: 0.3s;
}

#dropdown-main-menu li:hover a {
    color: #ffffff;
    transition: 0.3s;
}

#dropdown-main-menu li a:hover {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

#dropdown-main-menu .catalog {
    background-image: url(/static/css/img/catalog.png);
    background-position: 20px center;
    background-repeat: no-repeat;
}

#dropdown-main-menu .catalog:hover {
    background-image: url(/static/css/img/catalog_active.png);
}

#dropdown-main-menu .actions {
    background-image: url(/static/css/img/actions.png);
    background-position: 20px center;
    background-repeat: no-repeat;
}

#dropdown-main-menu .actions:hover {
    background-image: url(/static/css/img/actions_active.png);
}

#dropdown-main-menu .review {
    background-image: url(/static/css/img/review.png);
    background-position: 20px center;
    background-repeat: no-repeat;
}

#dropdown-main-menu .review:hover {
    background-image: url(/static/css/img/review_active.png);
}

#dropdown-main-menu .terms_of_payment {
    background-image: url(/static/css/img/payment.png);
    background-position: 20px center;
    background-repeat: no-repeat;
}

#dropdown-main-menu .terms_of_payment:hover {
    background-image: url(/static/css/img/payment_active.png);
}

#dropdown-main-menu .delivery {
    background-image: url(/static/css/img/delivery.png);
    background-position: 20px center;
    background-repeat: no-repeat;
}

#dropdown-main-menu .delivery:hover {
    background-image: url(/static/css/img/delivery_active.png);
}

#dropdown-main-menu .bonus_system {
    background-image: url(/static/css/img/bonus.png);
    background-position: 20px center;
    background-repeat: no-repeat;
}

#dropdown-main-menu .bonus_system:hover {
    background-image: url(/static/css/img/bonus_active.png);
}

#dropdown-main-menu .vacancies {
    background-image: url(/static/css/img/vacancies.png);
    background-position: 20px center;
    background-repeat: no-repeat;
}

#dropdown-main-menu .vacancies:hover {
    background-image: url(/static/css/img/vacancies_active.png);
}

#dropdown-main-menu .about {
    background-image: url(/static/css/img/about_company.png);
    background-position: 20px center;
    background-repeat: no-repeat;
}

#dropdown-main-menu .about:hover {
    background-image: url(/static/css/img/about_company_active.png);
}

footer {
    position: relative;
    height: auto;
    bottom:0;
    width:100%;
    background-color: #999999;
    padding: 46px 0 41px 0;
}

/*==================================================*/
.arial{
    font-family: Arial, Helvetica, sans-serif;
}

/*==================================================*/
.lenten {
    background: #ccffcc;
}

/*==================================================*/
.modal-header {
    border-bottom: none;
    padding: 0;
    padding-top: 30px;
    min-height: 85px;
    position: relative;
    z-index: 2;
}

.modal-body {
    padding: 0;
}

.modal-title {
    padding: 0 55px 28px;
    font-size: 2.15em;
    margin: auto 0;
    color: #000000;
    text-align: center;
    line-height: 1.1;
    font-family: 'Montserrat-light';
}

.modal-content {
    border-radius: 23px;
    background-color: #ffffff;
    margin: 40px 140px 0;
    padding: 0 100px 30px;
    border: none;
}

.modal-footer {
    padding: 0 15px 15px;
    /*width: 70%;*/
    border-top: none;
}

#show_box .modal-dialog {
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 70px;
}

#show_box .modal-content {
    margin: 0;
    padding: 0;
}

#show_box .modal-header {
    padding: 0;
    min-height: 0;
}

#show_box img {
    width: 100%;
}

#show_box .modal-header .close {
    top: 15px;
    right: 15px;
}

/*==================================================*/
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #cccccc;
    white-space: nowrap;
    padding: 0;
    height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ff9900;
}

.btn-link {
    height: 27px;
    font-weight: normal;
    border-radius: 0;
    border: none;
}

.btn:focus,
.btn:active,
.btn-link:focus,
.btn-link:active {
    outline: none !important;
    box-shadow: none !important;
}

/*==================================================*/
.modal-footer hr {
    margin: 0 0 15px;
}

/*==================================================*/
.modal-header .close {
    width: 24px;
    height: 24px;
    background-image: url(/static/css/img/modal_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    position: absolute;
    right: -60px;
    top: 35px;
    z-index: 5;
    transition: 0.3s;
}

.modal-header .close:hover {
    transform: rotate(180deg);
    outline: none !important;
}

.modal-header .close:focus {
    outline: none !important;
}

#actions ul {
    padding: 0;
    margin: 0;
}

#actions li {
    display: block;
    list-style: none;
}

#actions li img {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

#actions .action-img {
    height: 270px;
}

#actions .action-img .inner {
    margin: 0 2px;
}

#actions .action-desc {
    font-size: 1.5em;
}
#actions .action-desc .inner {
    padding: 20px;
    margin: 0 2px;
    background: #cc0;
    height: 270px;
}

/*=======================================================*/
.panel {
    margin-bottom: 0;
    border: none;
    background-color: transparent;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: none;
    min-height: 200px;
}

#search-menu  {
    padding: 32px 0;
    position: relative;
}

#search-menu:hover {
    cursor: pointer;
}

#catalog-search {
    margin-left: -15px;
}

#ingredients-search {
    margin-right: -15px;
}

#catalog-search,
#ingredients-search {
    position: relative;
    opacity: 1;
    width: 48%;
}

#catalog-search-btn,
#ingredients-search-btn {
    width: 100%;
    font-size: 1.5em;
    padding-top: 5px;
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 3px 14px rgba(204,204,204,0.86);
}

#catalog-search:hover #catalog-search-btn,
#catalog-search:active #catalog-search-btn,
#catalog-search:focus #catalog-search-btn,
#ingredients-search:hover #ingredients-search-btn,
#ingredients-search:active #ingredients-search-btn,
#ingredients-search:focus #ingredients-search-btn {
    background: #ffcc00;
    box-shadow: 0px 2px 3px rgba(204,204,204,0.86) !important;
}

#search-menu .search-menu-dropdown {
    position: absolute;
    z-index: 999;
    top: 100%;
    width: 95%;
    background: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 13px rgba(204,204,204,0.86);
}

#search-menu .menu-desc-collapse {
    display: block;
    -webkit-transition:max-height 0.7s ease;
    -moz-transition:max-height 0.7s ease;
    transition:max-height 0.7s ease;
    max-height:0px;
}

#search-menu .menu-hide {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #666666;
}

#catalog-search:hover #catalog-search-dropdown,
#ingredients-search:hover #ingredients-search-dropdown {
    max-height: 800px;
}

#catalog-search-dropdown {
    left: 2.5%;
}

#ingredients-search-dropdown {
    right: 2.5%;
}

.search-menu-dropdown span {
    float: left;
    font-size: 0.85em;
    width: 50%;
    line-height: 15px;
    color: #666666;
}

#catalog-search-dropdown span {
    margin-top: 17px;
}

#ingredients-search-dropdown li {
    margin-top: 17px;
}

#search-menu div.search-menu-dropdown #ingredients-count {
    float: right;
    font-size: 0.85em;
    line-height: 15px;
    color: #666666;
    margin: 40px 0 0 50px;
}

#catalog-search-dropdown ul {
    padding-top: 10px;
}

#ingredients-search-dropdown ul {
    padding-top: 22px;
}

#catalog-search-dropdown li {
    margin-bottom: 10px;
}

.search-menu-dropdown li div {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
}

.search-menu-dropdown li:hover img {
    filter: brightness(0%);
}

.search-menu-dropdown li:hover span,
.checkbox-ing:checked + label + span {
    color: #000000;
    font-weight: bold;
}


#search-menu div.search-menu-dropdown img {
    position: absolute;
}

#catalog-search-dropdown img {
    transform: scale(0.45) translate(-100%, -100%);
    top: 39%;
    left: 39%;
}

#ingredients-search-dropdown img {
    top: 0;
    left: 0;
}

#ingredients-search-dropdown span {
    text-transform: capitalize;
}

#search-menu #catalog-search-dropdown li:last-child {
    margin-bottom: 40px;
}

.checkbox-ing {
    display: none;
}

.checkbox-ing + label {
    float: left;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-right: 15px;
    background: url("/static/css/img/checkbox.png") left no-repeat;
    background-size: cover;
}

.checkbox-ing:checked + label {
    background: url("/static/css/img/checkbox.png") right no-repeat;
    background-size: cover;
}

#ingredients-form-btn {
    margin: 30px;
    padding: 6px 65px 9px 65px;
}

.btn--elipse {
    float: right;
    font-size: 1.21em;
    border: none;
    height: 40px;
    border-radius: 30px;
    outline: none !important;
}

.btn--grey {
    background-color: #cccccc;
    color: #000000;
    padding-top: 8px !important;
}

.btn--yellow {
    background-color: #ffd427;
    color: #000000;
    padding-top: 8px !important;
}


.circleflash {
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
}

.circleflash span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #25871a;
    transition: width 0.8s ease-in-out, height 0.8s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.circleflash:hover span {
    width: 225%;
    height: 562.5px;
}

.circleflash:active {
    background-color: #e2e2e2;
}

.btn--red {
    background-color: #ff0000;
    border-top: 1px solid #ff7171;
    color: #ffffff;
}

.btn--red:hover {
    color: #ffffff;
}

.btn--elipse:hover {
    opacity: 0.85;
}

#catalog-menu {
    padding-bottom: 80px;
    position: relative;
}

#catalog-menu ul {
    margin: 0 0 0 70px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.catalog-menu-item {
    list-style: none;
    display: block;
    margin-left: 12px;
    margin-bottom: 55px;
    flex: 0 0 calc(20% - 20px);
}

.catalog-menu-item a {
    display: inline-block;
    text-align: center;
    height: 120px;
    position: relative;
    width: 100%;
}

.catalog-menu-item a span {
    color: #000;
    display: inline-block;
    font-size: 1.2em;
    margin-top: 5px;
    line-height: 1.48em;
    font-weight: 700;
    width: 89%;
    position: absolute;
    left: 5.5%;
    top: 105px;
}

.catalog-menu-item img {
    display: inline-block;
    position: absolute;
    max-width: 90%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    transition: 1s;
    max-width: 110px;
    max-height: 110px;
}

.catalog-menu-item img ~ img {
    z-index: 1;
}

.catalog-menu-item a:hover img ~ img {
    transform: translateX(-10px);
    transition: 1s;
}

.catalog-menu-item a:hover span {
    text-decoration: underline;
}

.children-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url("/static/css/img/children_menu.png");
    background-repeat: no-repeat;
    padding: 19px 0 21px 0;
    text-align: center;
    font-size: 1.29em;
}

.children-menu a {
    color: #5D3724;
    text-decoration: underline;
}

#catalog-menu-2{
    margin: 0 -7.5px;
}

#catalog-menu-2 .nav a{
    color: #f00;
    text-decoration: underline;
    border-radius: 0;
    font-size: 1.1em;
    line-height: 1em;
}

#catalog-menu-2 a:hover{
    text-decoration: none;
    background: none;
    color: #c00;
}

#catalog-menu-2 .active a{
    text-decoration: none;
    background: #f4f4f4;
    color: #aeaeae;
}

#catalog-menu-2 .active{
    background: #f4f4f4;
    border: 1px solid #eaeaea;
    border-width: 1px 1px 0;
}

.copy{
    color: #ccc;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.auth .greeting {
    color: #ffffff;
    padding-top: 10px;
}

.auth {
    float: right;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 13px;
}

.auth button{
    outline: 0;
}

.auth .btn-link {
    color: #ffffff;
    text-decoration: underline;
    padding: 10px 0 0 0;
}

.auth .btn-link:hover {
    color: #ffff00;
}

#sidebar-catalog-menu {
    padding-top: 47px;
}

#sidebar-catalog-menu .nav-pills > li {
    margin-right: 15px;
    z-index: 100;
}

#sidebar-catalog-menu .nav-pills li li {
    list-style: square;
    color: #333;
}

#sidebar-catalog-menu .nav-pills li li a{
    color: #333;
}

#sidebar-catalog-menu .nav-pills li li a:hover,
#sidebar-catalog-menu .nav-pills li li.active a{
    color: #f00;
}

#sidebar-catalog-menu .nav-pills>li>a{
    color: #666;
    font-size: 1.2em;
}

#sidebar-catalog-menu .active>a{
    background: #f4f4f4;
}

#sidebar-catalog-menu .active>a:after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 6.5px;
    right: -13px;
    width: 31px;
    height: 31px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f4f4f4;
    z-index: -1;
}

.modal-dialog-center {
    margin-top: 25%;
}

#order-form .form-group, #register-form .form-group {
    margin-bottom: 10px;
    overflow: hidden;
}

.btn-lg {
    border-radius: 2px;
}

#show_pict .modal-content {
    margin-top: 0px;
}

#show_pict h3 {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.65em;
}

#show_pict .modal-desc {
    padding: 30px;
    font-size: 1.07em;
    font-family: 'Montserrat-medium';
}

.nutritional-val h4,
#new_order_dialog legend {
    font-size: 0.88em;
    font-family: 'Montserrat-extra-bold';
    margin-bottom: 30px;
    border-bottom: 0;
}

#show_pict .brif-text {
    font-family: 'Montserrat';
    color: #666666;
    font-size: 1em;
    margin-bottom: 30px;
}


#show_pict .weight {
    font-size: 1em;
    color: #888888;
    background-image: url(/static/css/img/weight.png);
    background-repeat: no-repeat;
    margin-bottom: 30px;
    padding-left: 30px;
}

.nutritional-val {
    min-height: 130px;
}

.nutritional-val,
.price-block {
    width: 50%;
}

.nutritional-val ul {
    padding-left: 0;
    color: #888888;
    display: inline-block;
    list-style: disc;
}

.nutritional-val li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}

.nutritional-val li:nth-child(1)::before {
    background: #66ffff;
}

.nutritional-val li:nth-child(2)::before {
    background: #ffc52a;
}

.nutritional-val li:nth-child(3)::before {
    background: #ffb3df;
}

.nutritional-val .kcal-block {
    color: #888888;
    padding: 20px 5px;
    border-radius: 10px;
    border: 1px dashed #66cc66;
}

#show_pict .price-max {
    font-size: 1.1em;
    text-decoration: line-through;
    color: #999999;
    font-family: "Montserrat";
    margin-right: 15px;
}

#show_pict .price-block {
    text-align: right;
    padding: 0 25px;
}

#show_pict .price,
#show_pict .price + .fa {
    font-size: 2.4em;
    color: #333333;
    font-family: "Montserrat";
}

#show_pict .fa {
    color: #666;
}

#show_pict a {
    display: inline-block;
    color: #999999;
    font-family: "Montserrat";
    line-height: 2em;
    padding-left: 35px;
    background-image: url(/static/css/img/back_bracket.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#show_pict .btn--elipse {
    padding: 0 37px 0px;
    font-size: 1em;
    color: #000000;
    font-family: "Montserrat";
    margin-top: 40px;
    font-weight: bold;
}

#show_pict img {
    max-width: 100%;
}

#header-phone {
    float: right;
    text-align: right;
    color: #fff;
    padding-top: 5px;
}

#header-phone a {
    color: #fff;
}

#callme {
    display: inherit;
    background-image: url("/static/css/img/callme.png");
    background-repeat: no-repeat;
    background-position: center right 120px;
    font-size: 0.9em;
    color: #cccccc;
}

.content-header {
    color: #5b3511;
}

.content-header a {
    color: #5b3511;
    text-decoration: underline;
}

.content-header .container {
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: contain;
}

.content-header h3,
.ing-serch-header {
    line-height: 65px;
    margin: 0;
    position: relative;
    z-index: 10;
    font-size: 1.7em;
    font-weight: bold;
}

.ing-serch-header {
    padding-left: 15px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.sub-catalog {
    margin-left: 30px;
    color: #5b3511;
    font-size: 0.92em;
    text-decoration: underline;
    line-height: 65px;
}

.sub-catalog:hover {
    color: #cc9966;
    text-decoration: none;
    transition: 0.4s;
}

#main-content h1{
    margin-top: 0;
}

.main-menu {
    padding: 0;
}

.main-menu .nav-pills > li {
    float: left;
    display: block;
    width: auto;
    font-size: 1.07em;
    margin-left: 0;
}

.main-menu .nav-pills > li > a{
    text-decoration: none;
    border-radius: 0;
    line-height: 40px;
    color: #fff;
    text-shadow: none;
    padding: 15px 25px;
}

.main-menu .nav>li>a:hover,
.main-menu .nav>li>a:focus,
.main-menu .nav-pills>li.active>a:hover,
.main-menu .nav-pills>li.active>a:focus {
    background-color: #ffff00;
    color: black;
    transition: 0.3s;
}

.main-menu .nav-pills>li.active>a {
    background-color: #666666;
}

#info-row {
    position: relative;
    margin-top: 70px;
    background-color: #999999;
}

#info-row::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 70px;
    z-index: 20;
    box-shadow: inset 0px 40px 39px -30px rgba(0,0,0,0.48);
    -webkit-box-shadow: inset 0px 40px 39px -30px rgba(0,0,0,0.48);
}

#info-block {
    padding-left: 0;
    padding-right: 0;
    margin-left: 80px;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

#info-block-hours {
    margin-left: 25px;
    padding-left: 30px;
    background-image: url(/static/css/img/work_hours.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

#info-block-delivery {
    margin-left: 130px;
    padding-left: 45px;
    background-image: url(/static/css/img/delivery_time.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

#logo-container {
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
    pointer-events: none;
}

.logo-block{
    height: 462px;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 75px;
    box-shadow: yellow;
    position: relative;
    pointer-events: auto;
}

.logo img {
    width: 100%;
}

.logo a {
    display: block;
    height: 120px;
}

.logo a p {
    display: none;
}

#banner-block {
    background: #fff;
    position: relative;
    height: 462px;
}

#banner {
    background: #f5f5f5;
    min-height: 100%;

}

#banner .carousel-caption {
    left: 0;
    padding-left: 30px;
}

#banner .carousel-control {
    width: 5%;
}

#banner ol.carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
}

#banner .carousel-indicators li {
    border: 2px solid #ffffff;
    width: 12px;
    height: 12px;
    margin: 0 2px 0 0;
}

#banner .carousel-indicators li.active {
    background-color: rgba(255, 255, 255, 1);
}

#banner .carousel-inner .item {
    height: 462px;
}

.carousel-inner {
    overflow: initial;
    height: 462px;
}

#banner .carousel-inner .item video {
    display: block;
    max-width: 100%;
    height: auto;
}

#banner .carousel-inner .item img,
#banner .carousel-inner .item video {
    min-height: 350px;
    min-width: 1930px;
    position: absolute;
    top: 45.4%;
    margin-top: -210px;
    left: 50%;
    margin-left: -971px;
}

#banner .carousel-inner .item a {
    display: block;
    height: 462px;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    text-shadow: none;
    opacity: 1;
}

#banner .carousel-control .glyphicon-chevron-right {
    background: url(/media/Strelka.png);
    background-size: 36px;
    width: 36px;
    height: 36px;
    position: relative;
}

#banner .carousel-control .glyphicon-chevron-left {
    background: url(/media/Strelka.png);
    transform: rotate(180deg);
    background-size: 36px;
    width: 36px;
    height: 36px;
    position: relative;
}

.glyphicon-chevron-right:before, .glyphicon-chevron-left:before{
    content: "";
}

#news-block {
    background: #fff;
    position: relative;
    bottom: 0px;
}

#news-block .row {
    margin-bottom: 20px;
}

#news-block h3 {
    text-align: center;
    margin: 25px 0 30px;
    color: #666;
    font-size: 2em;
}

#news-block a {
    display: block;
    color: #999;
}

#news-block a.pull-right {
    text-decoration: underline;
}

#news-block strong {
    display: block;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.8em;
    margin-bottom: 20px;
}


/*======Order lock====================================*/
.basket-button {
    float: left;
    padding-top: 21px;
    padding-bottom: 21px;
    background-image: url("/static/css/img/basket.png");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 70px;
    width: 185px;
}

.basket-button a {
    padding-left: 70px;
    text-align: left;
    border: 0;
}

.basket-button span {
    font-size: 1.42em;
    color: white;
}

.basket-button:hover span {
    color: #FB861E;
    text-decoration: underline;
}

.lucky {
    font-size: 0.8em;
    font-weight: bold;
    color: #ff0000;
    margin: 7px;
    float: right;
}

.login-button .register {
    float: right;
}

#order_cart-container {
    padding-bottom: 110px;
}

#order-table {
    width: 100%;
    counter-reset: schetchik;
    margin: 20px 0 70px;
}

#order-table thead > tr > th:nth-child(1) {
    width: 8%;
}

#order-table thead > tr > th:nth-child(2) {
    width: 48%;
}

#order-table th,
#order-table td {
    padding: 5px;
}

#order-table td {
    font-size: 1.21em;
}

#order-table > thead th {
    padding-bottom: 30px !important;
    font-size: 0.85em;
    font-weight: normal;
}

#order-table > tbody tr {
    counter-increment: schetchik;
    padding-top: 11px;
    height: 52px;
}

#order-table > tbody tr::before {
    content: counter(schetchik);
    display: table-cell;
    text-align: center;
    padding: 9px 5px 5px 50px;
    width: 8%;
}
#order-table > tbody tr.nocounter::before {
    content: '';
    display: table-cell;
    text-align: center;
    padding: 9px 5px 5px 50px;
    width: 8%;
}
#order-table > tbody tr.nocounter {
    counter-increment: none;
}
#order-table > tbody tr:nth-child(odd) {
    background-color: #f5f4f4;
}

#order-table .item_name,
#order-table .item_price {
    color: #000000;
}

#order-table .item_name:hover {
    color: #FB861E;
    cursor: pointer;
}

#order-table > thead th,
#order-table > tbody tr::before,
#order-table .item_qty,
#legend-flags,
#order-table .fa-rub,
#order-table .fa-minus {
    color: #000;
}

#order-table .fa-plus {
    color: #64272b;
}

#legend-flags {
    padding-left: 100px;
}

#legend-flags p {
    color: #000000;
    margin-bottom: 15px;
}

#legend-flags div {
    margin-top: 15px;
}

#order .jspTrack {
    display: block;
    background: #E3E3E3;
}

#order .jspDrag {
    background-repeat: repeat;
    background: none;
    background-image: url(/media/polsunoc.png);
}

#order .action {
    background-color: #ff9900;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 2px;
    height: auto;
    font-weight: normal;
    text-align: center;
}

#order .basket_action_header .action {
    background-color: transparent;
    color: #999999;
    font-size: 14px;
    padding: 3px 21px;
    margin: 0 10px;
    height: auto;
    position: relative;
    top: 15px;
    font-weight: normal;
    text-align: center;
}

#order .alert {
    margin-bottom: 0;
}

#order li {
    width: 100%;
    color: #B8B8B8;
    font-size: 13px;
    list-style-position: inside;
    padding: 5px 0;
    overflow: hidden;
}

#order li .inner {
    width: 97%;
    position: relative;
    color: #000000;
    top: -18px;
}

#order .scroll-pane button {
    background-color: #fafafa;
}

#order .jspCap{
    display: block;
    height: 18px;
    width: 18px;
}

#order .jspCapTop {
    background-image: url(/media/pols_up.png);
}

#order .jspCapBottom {
    background-image: url(/media/pols_down.png);
}

#order .jspPane li .inner > div {
    display: inline-block;
    position: absolute;
}

#order .item_qty .btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

#order .node_del {
    background: url("/static/css/img/item_minus.png");
}

#order .node_add {
    background: url("/static/css/img/item_plus.png");
}

#order .item_qty .node_qty {
    border: none;
    width: 27px;
    padding: 0px;
    height: 27px;
    opacity: 1;
    background: none;
}

#order ol {
    padding: 0 0 0 55px;
    width: inherit;
}

#order ol .item_name strong {
    font-weight: normal;
}

.basket .row {
    font-size: 1.1em;
    width: 90%
}

.basket .total {
    font-size: 1em;
    bottom: 0px;
    color: #431C16;
}

.basket_total {
    height: 54px;
    margin-top: 37px;
    font-size: 1.14em;
}

.basket #order_price,
.basket #discount_price {
    font-size: 1.25em;
    width: 86px;
}

.basket .basket_action {
    width: 100%;
    background-color: #e9e9e9;
    margin: 0;
    margin-top: 7px;
    height: 100px;
    line-height: 10px;
    box-shadow: 0px 21px 20px -16px rgba(0, 0, 0, 0.25);
}

.basket .promo-block,
.basket .cert-block {
    width: 100%;
    margin-top: 31px;
    padding: 31px 3px 31px 3px;
    background: url(/media/promo_back.png) no-repeat;
    background-size: cover;
    text-align: center;
}

#promo-text {
    width: 59%;
    margin-bottom: 0;
    display: inline-block;
    color: #666666;
    font-size: 1.1em;
}

#promo-text strong {
    color: #000000;
}

.promo-inner {
    width: 41%;
    margin: 0 auto;
    height: 24px;
    padding-right: 90px;
}

.basket .basket_action h4 {
    margin: 0;
    height: 45px;
    padding: 6px 6px;
}

.basket .basket_action a.btn {
    margin: 0;
    background-color: #ffcc00;
    border: 1px solid #ffffff;
    color: #000;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height: 35px;
    padding: 5px 7px;
    position: relative;
    width: 250px;
}

#cart-back,
#cart-clear {
    color: #000000;
    text-decoration: underline;
    border: none;
    font-weight: normal;
}

#order-block-btn a.btn-link {
    width: unset;
    margin-left: 5vw;
    padding: 0px;
}

#order-block-btn a.btn:hover, #order-block-btn a.btn:focus {
    text-decoration: none;
    border: none;
}

#get_order {
    padding: 5px 36px 0 36px;
    margin-top: 30px;
}

.min_price {
    font-size: 0.9em;
    width: auto;
    color: #ff0000;
}

#new_order_dialog .modal-body {
    padding: 0 30px;
}

#new_order_dialog .form-group {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

#new_order_dialog .form-group .form-group {
    width: 100%;
}

#new_order_dialog #recuired-data > .form-group {
    width: 36%;
}

#new_order_dialog #address-data > .form-group {
    width: 25%;
}

#new_order_dialog #address-data .form-group:nth-of-type(1) {
    margin-right: 12.5%;
}

#new_order_dialog #extra-data > .form-group {
    width: 40%;
    margin-bottom: 40px;
}

#new_order_dialog input,
#new_order_dialog select {
    width: 100%;
    font-size: 1.1em;
    padding: 7px 0;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #888888;
    font-family: "Montserrat";
    background: none;
    outline: none;
}

#new_order_dialog input:focus,
#new_order_dialog select:focus {
    outline: none;
}

/* LABEL ======================================= */
#new_order_dialog label {
    color: #888;
    font-size: 1.1em;
    position: absolute;
    pointer-events: none;
    font-family: "Montserrat";
    top: 15px;
    opacity: 0;
    transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
}

/* active state */
#new_order_dialog #extra-data input:focus ~ label,
#new_order_dialog #address-data input:focus ~ label,
#new_order_dialog #recuired-data input:focus ~ label,
#new_order_dialog select:focus ~ label  {
    opacity: 1;
    top: -15px;
    font-size: 0.9em;
    color: #fb861e;
}

#new_order_dialog input:focus::-webkit-input-placeholder { color:transparent; }
#new_order_dialog input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
#new_order_dialog input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
#new_order_dialog input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/* BOTTOM BARS ================================= */
#new_order_dialog .bar {
    position: relative;
    display: block;
}

#new_order_dialog .bar:before, .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #fb861e;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

#new_order_dialog .bar:before {
    left: 50%;
}

#new_order_dialog .bar:after {
    right: 50%;
}

/* active state */
#new_order_dialog input:focus ~ .bar:before,
#new_order_dialog input:focus ~ .bar:after {
    width: 50%;
}

#order-confirm legend {
    width: 40%;
}

#order-confirm > .choice-confirm {
    position: relative;
    font-size: 1.1em;
    color: #888888;
    font-family: "Montserrat";
}

#order-confirm span {
    position: relative;
    top: -8px;
    margin-left: 15px;
}

.choice-confirm {
    margin-right: 55px;
    margin-bottom: 40px;
}

#new_order_dialog .radio-confirm {
    position: absolute;
    opacity: 0;
}

#new_order_dialog .radio-confirm + label {
    position: initial;
    display: inline-block;
    opacity: 1;
    width:17px;
    height:17px;
    cursor: pointer;
    transition: none;
    background: url("/static/css/img/radio.png") left no-repeat;
}

#new_order_dialog .radio-confirm:checked + label {
    background: url("/static/css/img/radio.png") right no-repeat;
}

#new_order_dialog #id_no_sms {
    top: 0;
}

#new_order_dialog .modal-footer .btn {
    height: 40px;
    font-size: 1.1em;
    width: auto;
    padding: 7px;
    margin-left: 5px;
    text-align: center;
}

#new_order_dialog .modal-footer a.btn {
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}

#new_order_dialog #no-online-payment {
    float: right;
}


#new_order_dialog #no-online-payment {
    float: right;
}


#new_order_dialog .modal-footer a.btn:hover,
#order-block-btn a.btn:focus {
    text-decoration: none;
}

#order-btns {
    width: 100%;
    position: relative;
}

#payment_action {
    position: absolute;
    right: 0;
    top: -28px;
    font-size: 10px;
    color: #000000;
    font-family: "Montserrat-medium";
    background: #fffa00;
    padding: 5px 10px;
    border-radius: 20px;
}

#payment_action::after {
    content: '';
    position: absolute;
    right: 14px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-top: 15px solid #fffa00;
    border-right: 11px solid transparent;
}

#new_order_dialog .btn {
    margin-bottom: 20px;
}

#new_order_dialog #order_submit.btn,
#new_order_dialog #payment_submit.btn {
    margin-right: 10px;
}

#new_order_dialog #order_submit.btn,
#new_order_dialog #payment_submit.btn,
#new_order_dialog #order_submit_cash.btn {
    font-weight: 400;
    text-decoration: none;
    padding: 9px 20px 0 20px;
}

#new_order_dialog textarea {
    width: 100%;
    outline: none;
}

#new_order_dialog a.back-to-menu {
    font-size: 1.1em;
    color: #999999;
    font-family: "Montserrat";
    margin: 10px 0 30px;
}

div.basket_action_header {
    height: 46px;
    margin: 3px 0 3px 0;
    width: 90%;
}

div.basket_action_title {
    color: #000000;
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 15px;
    height: 48px;
}

div.basket_action_title:nth-child(1) {
    width: 250px;
}

div.basket_action_title:nth-child(2) {
    width: 230px;
    padding-right: 5px;
    padding-top: 7px;
}

div.basket_action_text {
    color: #999999;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
}

.basket_total > div {
    width: 100%;
}

div.basket_action_text:nth-child(1) {
    width: 250px;
}

div.basket_action_text:nth-child(2) {
    width: 230px;
    padding-right: 5px;
}

#action_button {
    background-repeat: no-repeat;
    background-color: #e9e9e9;
    margin: 24px 36px 0 0;
    height: 46px;
    width: 90px;
    border: none;
}

#action_button.off {
    background-image: url(/static/css/img/off.png);
}

#action_button.on {
    background-image: url(/static/css/img/on.png);
}

.search {
    float: left;
    margin-left: 30px;
    width: 105px;
}

#search-form {
    margin-top: 25px;
    position: relative;
}

.search-field {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 15px;
    height: 23px;
    background-image: url(/static/css/img/search.png);
    background-repeat: no-repeat;
    background-position: 80px center;
    color: white;
    padding-right: 29px;
}

.search-field:focus {
    border-color: none;
    box-shadow: none;
}

.search-btn {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80px;
    height: 23px;
    width: 22px;
}

/*===========================================*/
.scroll-pane {
    /* width: 100%;*/
    height: 300px;
    /*overflow: auto;*/
}

.jspTrack {
    display: none;
}

.jspVerticalBar {
    background: none;
    right: 16px;
    width: 18px;
}

.jspDrag {
    background: #fc0;
}
.cart_clear {
    color: #f00;
    margin-left: 20px;
}
/*==========================================*/

a.top-sell {
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 4px;
    position: relative;
}

a.top-sell:after {
    background-position: -160px -160px;
}

.card_ico {
    width: 101px;
    height: 25px;
    background: url(img/card-ico.png) no-repeat 0px 0px;
    float: right;
    margin: 5px 20px 0;
}

.social {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
}

.social a {
    display: inline-block;
    text-indent: -9999em;
    width: 30px;
    height: 50px;
    background: url(img/social_ico.png) no-repeat 0px 0px;
    border-bottom: 1px solid #ffff00;
    transition: 0.3s;
}

.social a:hover {
    background: url(img/social_ico_hover.png) no-repeat 0px 0px;
    height: 40px;
    border-bottom: 1px solid #ffe082;
    transition: 0.3s;
}

.social a.vk {
    background-position: 0 0;
    margin-left: 6px;
}

.social a.facebook {
    background-position: -30px 0;
    margin-left: 27px;
}


.social a.instagram {
    background-position: -60px 0;
    margin-left: 28px;
}

footer .feedback h3 .kod {
    padding-left: 0;
}

.thumbnail {
    position: relative;
    min-height: 446px;
    border-radius: 10px;
    border: none;
    padding: 0;
    margin-bottom: 50px;
    overflow: hidden;
    box-shadow: rgba(211, 197, 187, 0.23) 0px 3px 14px 4px;
}

.home #nodes {
    border: 0;
}

#nodes {
    margin: 0 -15px;
    padding: 30px 0 5px;
}

.node {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
}

.node .thumbnail {
    transition: transform 0.35s;
}

.node .thumbnail:hover {
    -webkit-transform: scale(1.03) translate3d(0,0,21px);
    transform: scale(1.03) translate3d(0,0,21px);
}

.node::before {
    position: absolute;
    top: 1%;
    left: 5%;
    width: 90%;
    height: 89%;
    content: '';
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    box-shadow: 0 0px 30px 0px rgba(0,0,0,0.4);
    opacity: 0;
    border-radius: 10px;
}

.node:hover::before {
    opacity: 1;
}

.node:hover .node-name,
.node:hover .red {
    color: #FB861E;
}

.img-wrap {
    position: relative;
    background: #ffffff;
}

.node-flags {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 100%;
    pointer-events: none;
}

.node-flags img {
    margin-left: 10px;
    pointer-events: all;
    width: 36px;
    height: 36px;
}

.thumbnail img {
    height: auto;
    max-width: 100%;
    cursor: pointer;
}

.thumbnail h3 {
    margin-top: 13px;
    font-size: 1.71em;
    line-height: inherit;
    color: #000000;
    position: relative;
    cursor: pointer;
}

.thumbnail h3 .fa {
    margin: 2px 0 10px 10px;
    font-size: 1em;
    color: #ccc;
}

.node-footer {
    padding: 0 19px 126px;
    min-height: 220px;
}

.node .node_add:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 300%;
    height: 300%;
    left: -100%;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.75s ease-in-out;
}
.node .node_add:active:after {
    transform: scale(0);
    opacity: 1;
    transition: 0s;
}

.counter {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0px 16px 16px 19px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.news-desc {
    padding: 0 30px;
}

#info-banner {
    background: #ccc;
}

#info-banner .container {
    background-image: url("/static/css/img/Dostavka_45.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#info-banner-content {
    float: right;
    margin-top: 266px;
    padding-right: 0;
    padding-left: 15px;
}

#info-banner-content p {
    line-height: 0.83em;
    margin-bottom: 20px;
    color: #000;
    font-size: 1.3em;
    font-family: "Montserrat-extra-bold";
}

#feedback-btn {
    margin-top: 27px;
    margin-right: 30px;
    padding-left: 35px;
    padding-right: 36px;
    position: relative;
}

#feedback-img {
    content: url("/static/css/img/feedback_btn.png");
    margin-right: 25px;
    margin-top: 22px;
}

.info-banner-block {
    width: 100%;
    float: right;
    text-align: left;
    border-radius: 15px;
    padding-top: 15px;
}

#info-banner-payment {
    margin-top: 20px;
    padding-bottom: 45px;
}

#info-banner-payment a {
    margin-right: 40px;
}

#terms-of-payment,
#apps-links {
    display: flex;
    align-items: baseline;
}

#info-banner-apps {
    padding-bottom: 65px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#info-banner-apps a {
    margin-right: 15px;
}

.info-banner-block  img {
    width: 100%;
}

.info-banner-block  a:hover,
.info-banner-block  a:active {
    text-decoration: none;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    box-shadow: 0px 40px 56px -43px #000000 inset;
}

#footer-menu {
    column-count: 2;
    width: 50%;
    float: right;
    padding-left: 0;
}

#footer-menu a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 1.14em;
    line-height: 2.14em;
}

#footer-menu li:hover a {
    color: #fb861e;
}

.node_add_sum {
    background: none;
}

.node_total_price {
    font-size: 1.6em;
    margin-top: 2px;
}

.node_total_price .fa {
    font-size: 0.8em;
}

.num {
    line-height: 1.8em;
    font-size: 1.2em;
    font-style: italic;
    text-decoration: underline;
    /* margin-left: 30px; */
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.felix .btn-left {
    margin-left: 7px;
}

.felix .btn-right {
    float: right;
}

.felix .text-center {
    width: 54%;
}

.felix button,
.felix button:active,
.felix button:focus {
    width: 40px;
    height: 40px;
    font-weight: bold;
    border: 4px solid #ff0a13;
    border-radius: 50%;
    background: #ffeaed;
    color: #ff0a13;
    position: relative;
    box-shadow: 0px 0px 0px 33px #ffeaed !important;
}

.felix button:hover {
    background: #ff0a13;
    color: #ffffff;
    transition: 0.3s;
}

.felix #btn-plus {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 93%;
    font-size: 3em;
    line-height: 0.77;
}

.felix .node_qtys {
    position: absolute;
    top: -8px;
    left: -8px;
    background: #ff0a13;
    color: #ffffff;
    width: 20px;
    height: 20px;
    padding-top: 3px;
    font-size: 0.71em;
    border-radius: 50%;
}

.caption {
    font-size: 1.14em;
    color: #666666 !important;
    padding: 0 !important;
}

.art {
    position: absolute;
    top: 15px;
    z-index: 100;
    right: 15px;
}

.price {
    color: #000000;
    font-size: 2.14em;
    font-weight: bold;
}

.price .red {
    color: #c00;
}

.no_price {
    display: table-cell;
    font-size: 0.7em;
    text-decoration: line-through;
    color: #999;
}

.flags {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.flags div {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    height: 23px;
    line-height: 21px;
    position:relative;
    padding: 0 10px;
    left: -2px;
    top: 10px;
    color: #fff;
    background: #ccc;
    background: #0066cc;
    margin-bottom: 5px;
    text-align: center;
}

.flags div:after {
    content: '';
    width: 0;
    height: 0;
    bottom: -2px;
    right: 0;
    margin-right: -20px;
    position: absolute;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #cccccc;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #cccccc;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.35);
    z-index: -1;
}

.flags div:before {
    content: '';
    width: 0;
    height: 0;
    right: 0;
    top: 2px;
    margin-right: -20px;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ccc transparent transparent transparent;
    line-height: 0px;
    _border-color: #ccc #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    z-index: -1;
}

/*------------------------------------------------------------------*/
.flag_discount-10 {
    background-image: url(/static/css/img/disco_flag-10.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: 14px;
    z-index: 1;
}

.flag_discount-20 {
    background-image: url(/static/css/img/disco_flag-20.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.flag_discount-30 {
    background-image: url(/static/css/img/disco_flag-30.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: 14px;
    z-index: 1;
}

.flag_lucky {
    background-image: url(/static/css/img/lucky_flag.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: 14px;
    z-index: 1;
}

.flag_novelty {
    background-image: url(/static/css/img/novelty_flag.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: 94px;
    z-index: 1;
}
/*------------------------------------------------------------------*/
.flags div .novelty {
    background: #0066cc;
}

.flags .novelty:before {
    border-color: #0066cc transparent transparent transparent;
}

.flags .novelty:after {
    border-color: transparent transparent transparent #0066cc;
}

/*------------------------------------------------------------------*/
.flags .best_sale {
    background: #ffcc00;
}

.flags .best_sale:before {
    border-color: #ffcc00 transparent transparent transparent;
}

.flags .best_sale:after {
    border-color: transparent transparent transparent #ffcc00;
}
/*------------------------------------------------------------------*/
.flags .top_position {
    background: #ff0000;
}

.flags .top_position:before {
    border-color: #cc0000 transparent transparent transparent;
}

.flags .top_position:after {
    border-color: transparent transparent transparent #cc0000;
}

/*------------------------------------------------------------------*/
.flags .is_discount {
    background: #0099ff;
}

.flags .is_discount:before {
    border-color: #0066cc transparent transparent transparent;
}

.flags .is_discount:after {
    border-color: transparent transparent transparent #0066cc;
}

/*------------------------------------------------------------------*/
#order .flags {
    position: relative;
}

#order .flags div {
    width: 70px;
    font-size: 14px;
    height: 21px;
    line-height: 19px;
    position: relative;
    padding: 0;
    left: 0;
    top: 1px;
    margin: 0;
}

.basket .total-discount {
    color: #431C16;
}

.basket .total .text,
.basket .total-discount .text {
    margin-right: 35px;
    line-height: 2em;
}

.weight {
    font-size: 0.85em;
    color: #666666;
    line-height: 2.1;
}

.panel panel-default,
.panel-group .panel,
.panel-heading {
    border: none;
}

.panel-default .panel-heading {
    background: #fc0;
}

a.anc {
    cursor: text;
    text-decoration: none;
    color: #333;
}

.app-logo img {
    max-width: 100%;
    max-height: auto;
}

.ui-autocomplete {
    z-index: 1100;
}

.promo_text {
    font-size: 1.6em;
    color: #666;
}

.promo_add,
.promo_add:focus {
    float: right;
    background-image: url(/media/promo_btn.png);
    width: 222px;
    height: 54px;
    border: none;
    outline: none;
}

.promo_page #news-block {
    display: none;
}

.promo-input {
    position: relative;
    display: block;
    height: 29px;
}

input.promo-input {
    width: 62%;
    font-size: 17px;
    padding-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #A0A0A0;
}

input.cert-input {
    width: 100px;
    margin-top: 13px;
}

a.promo-input, a.cert-input {
    width: 121px;
    border-top-left-radius: 0px;
    color: #666666;;
    border-bottom-left-radius: 0px;
    background: white;
    border-left: none;
    border-color: #6C6C6C;
    font-size: 17px;
}

a.cert-input {
    margin-right: 100px;
    margin-top: 13px;
}

.cert-block h4 {
    margin-left: 100px;
    margin-top: 14px;
}

.cert-block span {
    margin: 0 26px;
    margin-top: 20px;
}

#sidebar {
    position: sticky;
    top: 120px;
}

#lk-login {
    padding-top: 50px;
    padding-bottom: 125px;
    background-image: -webkit-gradient(radial, 23% bottom, 0, 23% bottom, 531, color-stop(0, #fff8b0), color-stop(0.7, #ffffff), color-stop(1, #ffffff));
    background-image: -webkit-radial-gradient(23% bottom, 531px 531px, #fff8b0 0%, #ffffff 70%, #ffffff 100%);
    background-image: radial-gradient(circle 531px at 23% bottom, #fff8b0 0%, #ffffff 70%, #ffffff 100%);
    background-image: -ms-radial-gradient(23% bottom, 531px 531px, #fff8b0 0%, #ffffff 70%, #ffffff 100%);
}

#lk-login .container {
    padding-left: 110px;
}

#lk-login .login {
    float: left;
    font-size: 1.07em;
}

#lk-login  .login-name {
    float: left;
    font-size: 1.21em;
}

#lk-content {
    padding: 60px 0 50px 110px;
}

/*kabinet_new*/

.lk_up {
    padding: 0;
    margin: 0;
    width: 100%;
}

button.login.btn-link {
    font-size: 1em;
    margin: 0 10px 0 0;
    float: left;
    text-align: left;
}



.login-pass {
    padding: 3px;
    margin: 0;
/* width: 25%; */
/* height: 48px; */
    float: left;
    font-size: 1em;
    font-weight: 300;
    color: #969696;
    text-align: center;
    cursor: pointer;
    border: 1px solid #cccccc;
/*text-decoration: underline;*/
}

.login-button {
    padding: 0;
    margin: 0;
}

.user-room {
    font-size: 1em;
}

.user-room .logout {
    margin-left: 5px;
}

.lk-orders {
    padding: 0.5em 0 0.6em 5%;
    margin: 0;
    width: 100%;
    /* height: 290px; */
    float: left;
}

.lk-bonus {
    padding: 0.5em 0 0.6em 5%;
    margin: 0;
    width: 100%;
    /* height: 290px; */
    float: left;
    background-color: #ffcc00;
}


.modal-footer button {
    padding: 5px;
    margin: 5px 0 0 10px;
    width: auto;
    height: 40px;
    font-size: 17px;
}

.modal-dialog.modal-sm {
    width: 600px;
}

.comment-nm {
    position: absolute;
    left: 42%;
    margin: 0;
    width: 22%;
    float: left;
    padding: 0;
    font-size: 10px;
    font-weight: 300;
    color: #656565;
    text-align: left;
    line-height: 9px;
}

.lk-data-butt {
    padding: 0;
    margin: 12px 0 0;
    width: 100%;
    float: right;
    font-size: 14px;
    font-weight: 300;
    color: #656565;
}

#lk-data-pass {
    float: right;
    width: 100%;
    margin-top: 50px;
}

.password-butt {
    margin-top: 25px;
    padding-left: 13%;
}

.name-nm {
    padding: 5px 0 0 0;
    margin: 0;
    width: 12%;
    height: 27px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    text-align: left !important;
}

#actions .row {
    margin: 0 -15px;
    padding-top: 30px;
}

#actions .panel {
    margin-bottom: 30px;
}

#actions .action-shadow {
    overflow: hidden;
}

#actions .panel-heading {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12.5px 20px;
    min-height: 55px;
}

#actions .panel-heading::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    height: 30px;
    width: 110%;
    z-index: 10;
    box-shadow: inset 0px 15px 21px -10px rgba(0,0,0);
}

#actions .panel-body {
    position: relative;
    padding: 0;
    height: 84.5%;
}

#actions .panel-body img,
#actions .panel-body video {
    width: 100%;
    margin: 0 auto;
}

.action-caption {
    position: absolute;
    bottom: -100%;
    width: 100%;
    padding: 18px;
    background-color: rgba(0, 0, 0, 0.42);
    color: white;
    font-size: 0.78em;
    transition: 0.4s;
}

#actions .panel:hover .action-caption {
    bottom: 0;
    transition: 0.4s;
}

#actions .panel:hover .action-shadow {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 16px 30px -9px rgba(0, 0, 0, 0.46);
}

.text-block {
    padding: 0 30px 60px;
}

#catalog .text-block {
    padding: 10px 0px 5px;
    color: #fb0001;
    font-style: italic;
}

.text-block h3 {
    font-size: 1.21em;
    line-height: 1.35em;
    font-weight: bold;
    margin-top: 43px;
}

.text-block h3:first-of-type {
    margin-top: 0;
    font-size: 1.35em;
}

.text-block li {
    font-size: 1.07em;
}

#review-container .text-block {
    padding: 50px 0 95px;
}

#delivery-container .text-block {
    padding: 50px 70px 0;
}

#YMapsID {
    padding: 50px 0;
}

#terms_of_payment-container .text-block {
    padding: 55px 70px;
}

#terms_of_payment-container span {
    color: #000000;
    font-size: 1.21em;
    margin-bottom: 15px;
}

#terms_of_payment-container .systems_payments {
    margin: 40px 0;
}

#terms_of_payment-container p {
  margin-bottom: 15px;
  font-size: 1.07em;
}

#delivery-container p {
    margin-bottom: 5px;
    font-size: 1.07em;
}

#delivery-container .text-block div {
    position: relative;
    float: right;
    width: 50%;
    margin-left: 50%;
}

#delivery-container div img {
    position: absolute;
    left: -100%;
}


#add_complain_dialog .pull-left {
    width: 50%;
    padding-left: 76px;
    color: #000000;
}

.choices-reviews {
     margin-bottom: 40px;
}

.choices-reviews p {
    width: 100%;
    font-weight: normal;
    font-size: 1.07em;
    margin-bottom: 5px;
}

.choice-reviews {
    display: inline-block;
    width: 15%;
    text-align: center;
}

.radio-reviews {
    display: none;
}

.radio-reviews + label {
    display:inline-block;
    width:17px;
    height:17px;
    cursor: pointer;
    background: url("/static/css/img/radio.png") left no-repeat;
}

.radio-reviews:checked + label {
    background: url("/static/css/img/radio.png") right no-repeat;
}

#add_complain_dialog .pull-right {
    width: 50%;
    color: #000000;
}

#add_complain_dialog .pull-right label {
    font-weight: normal;
    text-align: left;
}

fieldset label {
    padding-bottom: 15px;
    color: #333333;
}

#add_complain_dialog .pull-right input {
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;
}

#comment-group {
    padding-left: 105px;
    margin-bottom: 120px;
}

#comment-group .control-label {
    padding: 0;
    margin-bottom: 5px;
    font-size: 1.07em;
    color: #000000;
}

#data-legend {
    font-size: 0.64em;
    color: #000000;
    border: none;
    position: absolute;
    top: -20px;
}

#send_complain {
    margin-right: 27%;
    margin-top: 10px;
    padding: 0px 57px 5px;

}

#request-call,
#login_dialog,
#register_dialog {
    padding-left: 43px;
}

#request-call label,
#login_dialog label,
#register_dialog label {
    text-align: left;
}

#send-rqst-call {
    float: left;
    width: 210px;
    margin-left: 27%;
}

.auth-container {
    padding-top: 40px;
    padding-bottom: 85px;
}

.ld-link {
    text-decoration: underline;
    color: #000000;
}

.ld-link:hover {
    text-decoration: none;
    color: #fb861e;
}

#send_passwd {
    position: absolute;
    left: 110%;
    display: inline-table;
    top: 0;
    margin-top: 5px;
}

#submit_login,
#register-block {
    margin-left: 24%;
}

#register-block {
    margin-top: 20px;
}

#register-required,
#register-dop {
    margin-top: 25px;
}

.phone-group {
    padding-left: 1% !important;
}

#id_phone {
    margin-left: 0;
    width: 104%;
}

/*newcss*/
/*=======================================================*/
.modal-footer .btn-info {
    border: 1px solid #cccccc;
    background-color: #fff;
    background-image: none;
    text-shadow: none;
}

.modal-footer .btn-info:hover,
.btn-info:focus {
    background-color: #ff9900;
    color: #FFFFFF;
    text-shadow: none;
}

.modal-footer .btn-info:active,
.btn-info.active {
    background-color :#FFFFFF;
    border-color :#28a4c9;
    color: #ff9900;
    text-shadow: none;
}

.modal-footer .btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
    background-color: #FFFFFF;
    background-image: none;
    color: #ff9900;
    text-shadow: none;
}

/*=======================================================*/
.modal-footer .btn-success {
    border: 1px solid #cccccc;
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    background-color: #FFFFFF;
}

.modal-footer .btn-success:hover,
.btn-success:focus {
    background-color: #ff9900;
    color: #FFFFFF;
    text-shadow: none;
}

.modal-footer .btn-success:active,
.btn-success.active {
    background-color: #FFFFFF;
    border-color: #28a4c9;
    color: #ff9900;
    text-shadow: none;
}

.modal-footer .btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
    background-color: #FFFFFF;
    background-image: none;
    color: #ff9900;
    text-shadow: none;
}

/*=======================================================*/
.modal-footer .btn-warning {
    border: 1px solid #cccccc;
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    background-color: #FFFFFF;
}

.modal-footer .btn-warning:hover,
.btn-warning:focus {
    background-color: #ff9900;
    color: #FFFFFF;
    text-shadow: none;}

.modal-footer .btn-warning:active,
.btn-warning.active {
    background-color :#FFFFFF;
    border-color: #28a4c9;
    color: #ff9900;
    text-shadow: none;
}

.modal-footer .btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
    background-color: #FFFFFF;
    background-image: none;
    color: #ff9900;
    text-shadow: none;
}

/*=======================================================*/
.modal-footer .btn-danger {
    border: 1px solid #cccccc;
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    background-color: #FFFFFF;
    width: auto;
}

.modal-footer .btn-danger:hover,
.btn-danger:focus {
    background-color: #ff9900;
    color: #FFFFFF;
    text-shadow: none;
}

.modal-footer .btn-danger:active,
.btn-danger.active {
    background-color: #FFFFFF;
    border-color: #28a4c9;
    color: #ff9900;
    text-shadow: none;
}

.modal-footer .btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
    background-color: #FFFFFF;
    background-image: none;
    color: #ff9900;
    text-shadow: none;
}

/*=======================================================*/
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-danger {
    color:#ff9900;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #ff9900;
    border: 1px solid #cccccc;
}

button.btn.btn-link {
    margin: 5px 0 0 0;
    border: none;
    width: auto;
    font-weight: 300;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.close {
    font-family: Arial, sans-serif;
    float: right;
    font-size: 3em;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    margin: 4px 3px 0 0;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: none;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-success {
    color:#ff9900;
}
/*==========================================================*/
#order button.btn {
    font: normal 19px FontAwesome;
    border: none;
}
/*==========================================================*/

h4.pull-right {
    /* width: 40%; */
    margin: 0px auto;
    font-size: 20px;
}

.col-md-2.text-right {
    font-size: 20px;
}

/* user_room */

h3 span#btn-update-password {
    width: auto;
}

/*=======================================================*/
.row .btn-warning {
    border: 1px solid #cccccc;
    background-color: #fff;
    background-image: none;
    text-shadow:none;
    background-color: #FFFFFF;
}

.row .btn-warning:hover,
.btn-warning:focus {
    background-color: #ff9900;
    color: #FFFFFF;
    text-shadow: none;
}

.row .btn-warning:active,
.btn-warning.active {
    background-color: #FFFFFF;
    border-color: #28a4c9;
    color: #ff9900;
    text-shadow: none;
}

.row .btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
    background-color: #FFFFFF;
    background-image: none;
    color: #ff9900;
    text-shadow:none;
}

.row h3 span#btn-update-password {
    width: auto;
    padding: 5px;
    margin: 0 0 0 10px;
    width: auto;
    height: 35px;
    font-size: 17px;
}

.row span#save-profile {
    width: auto;
    padding: 5px;
    margin: 0 0 0 10px;
    width: auto;
    height: 35px;
    font-size: 17px;
}

.row .btn-success {
    border: 1px solid #cccccc;
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    background-color: #FFFFFF;
}

.row .btn-success:hover,
.btn-success:focus {
    background-color: #ff9900;
    color: #FFFFFF;
    text-shadow: none;
}

.row .btn-success:active,
.btn-success.active {
    background-color: #FFFFFF;
    border-color: #28a4c9;
    color: #ff9900;
    text-shadow: none;
}

.row .btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
    background-color: #FFFFFF;
    background-image: none;
    color: #ff9900;
    text-shadow: none;
}

.control-group {
    margin: 0 0 15px 0;
}

.clearfix fieldset.col-md-10 {
    width: 70%;
}

.clearfix fieldset.col-md-11 {
    width: 70%;
}
/*
.clearfix fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
    width: 70%;
}
*/
.bonus {
    padding: 0;
    margin: 0;
    width: 21%;
    float: left;
    font-size: 1.7em;
    font-weight: 200;
    color: #656565;
}

.ball {
    padding: 0;
    padding-top: 0.6em;
    margin: 0;
    width: 79%;
    float: left;
    font-size: 1.1em;
    font-weight: 400;
    color: #000;
}

.lk-bonus p {
    padding: 22px 0 0 0;
    margin: 0;
    width: 100%;
    float: right;
    font-size: 1.1em;
    font-weight: 400;
    color: #000;
}

.bilet {
    padding: 16px 0 0 0;
    margin: 0;
    width: 20%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #ffff99;
}

.bilet img {
    padding: 8px 0 0 2px;
    margin: 0;
    text-align: left;
    clear: both;
}

.bilet-i {
    padding: 16px 0 0 0;
    margin: 0;
    width: 20%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.bilet-i img {
    padding: 8px 0 0 2px;
    margin: 0;
    text-align: left;
    clear: both;
}

.uslugi {
    padding: 0;
    margin: 0;
    width: 94%;
    float: left;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.r-ball {
    width: 89px;
    padding: 0;
    margin: 0;
    text-align: center;
    clear: both;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.l-ball {
    width: 89px;
    padding: 0;
    margin: 0;
    text-align: center;
    clear: both;
    font-size: 1.3em;
    font-weight: 400;
    color: #000000;
}

.l_green {
    width: 89px;
    padding: 5px 0 ;
    margin: 2px 0 10px 2px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #009900;
    cursor: pointer;
    display: block;
}

.skoro {
    width: 89px;
    padding: 0;
    margin: 0;
    text-align: center;
    clear: both;
    font-size: 20px;
    font-weight: 400;
    color: #ffff99;
}

.history {
    padding: 15px 0 30px 5%;
    margin: 0;
    width: 100%;
    float: left;
}

.history-l {
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
}

.h-l {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}

.h-r {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #636363;
}

.h-m {
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    width: 200px;
    float: left;
}


.lk-data {
    padding: 0;
    margin: 0;
    width: 100%;
    float: right;
    font-size: 24px;
    font-weight: 200;
}

.lk-data-nm {
    position: relative;
    padding: 0;
    margin: 25px 0 0;
    width: 100%;
    height: 32px;
    float: right;
    font-size: 14px;
    font-weight: 300;
}

.field-nm {
    padding: 0;
    margin: 0;
    width: 28%;
    height: 27px;
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #656565;
    text-align: left;
}

.field-card {
    padding: 0;
    margin: 0;
    width: 28%;
    height: 27px;
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #656565;
    text-align: left;
}

.field-check {
    padding: 6px 0 0 0;
    margin: 0;
    /* width: 6.1%; */
    height: 27px;
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #656565;
    text-align: right;
}

#new_order_dialog .sms-check {
    position: relative;
    margin-bottom: 45px;
}

#new_order_dialog .sms-check label {
    top: 0;
    transition: none;
}

#new_order_dialog .sms-check span {
    padding-left: 35px;
    line-height: 1.7em;
    font-size: 0.72em;
    color: #888888;
    font-family: "Montserrat";
}

.chbox {
    position: absolute;
    opacity: 0;
}

.chbox + label {
    display:inline-block;
    width:16px;
    height:17px;
    cursor: pointer;
    opacity: 1 !important;
    transition: none;
    background: url("/static/css/img/chbox.png") left no-repeat;
}

.chbox:checked + label {
    background: url("/static/css/img/chbox.png") right no-repeat;
}

.field_butt {
    padding: 6px 0 0 22.5%;
    margin: 0;
    /*width: 32.6%;*/
    height: 27px;
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #656565;
    text-align: right;
}

.comment-butt {
    padding: 0 5.5% 0 13%;
    margin: 0;
    width: 40%;
    height: 40px;
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #656565;
    text-align: left;
}

.butt {
    padding: 0;
    margin: 0;
    width: 210px;
    height: 40px;
    float: left;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-align: center;
    cursor: pointer;
}

.comment-card {
    padding: 6px 0 0 3%;
    margin: 0;
    width: 40%;
    height: 23px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.comment-check {
    padding: 7px 3% 0 1%;
    margin: 0;
    width: 67%;
    height: 23px;
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #656565;
    text-align: left;
}

.input-name {
    padding: 0 0 0 5%;
    margin: 0 0 0 3.5%;
    width: 100%;
    height: 30px;
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    text-align: left;
    border: 1px solid #cccccc;
}

.input-card {
    padding: 0 0 0 6%;
    margin: 0 0 0 3.5%;
    width: 100%;
    height: 30px;
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #656565;
    text-align: left;
    border:1px solid #cccccc;
    clear: both;
}

.dop-nm {
    padding: 0;
    margin: 0;
    width: 70%;
    float: left;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

.lk-data-dop-nm {
    padding: 0;
    margin: 12px 0 0;
    width: 100%;
    float: right;
    font-size: 14px;
    font-weight: 300;
    clear: both;
}

.input-name-dop {
    padding: 0 0 0 2%;
    margin: 0 0 0 1.5%;
    width: 69%;
    height: 100px !important;
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    text-align: left;
    border: 1px solid #cccccc;
}

.hello {
    padding: 13px 0 0 19% ;
    margin: 0;
    width: 81%;
    text-align: left;
    font-size: 1.7em;
    font-weight: 200;
    color: #656565;
}

.name {
    padding: 6px 0 0 19% ;
    margin: 0;
    width: 81%;
    text-align: left;
    font-size: 1.1em;
    font-weight: 400;
    color: #000000;
}

#off-content {
    min-height: 57vh;
}

#off-content h3 {
    text-align: center;
}

#lk-link a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-decoration: underline;
}

#lk-link a:hover {
    font-size: 14px;
    font-weight: 300;
    color: #656565;
    text-decoration: none;
}

#bon a {
    font-size: bold 14px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
}

#bon a:hover {
    font-size: bold 14px;
    font-weight: 400;
    color: #ffff99;
    text-decoration: none;
}

input.chbox {
    padding: 0;
    margin: 5px 0 0;
    width: 14px;
    height: 14px;
    background-color: #FFFFFF;
}

.hist.col-sm-offset-2.col-sm-12 {
    margin: 0 0 0 420px;
}

.h-m p {
    padding: 0;
    margin: 5px ;
    font-size: 12px;
    font-weight: 400;
    color: #656565;
}

.real-hint {
    background-color: #fff;
    border: 1px solid #aaa;
    display: none;
    padding: 5px ;
    position: absolute;
    z-index: 99;
}

.real-hint .prm-cross {
    cursor: pointer;
    float: right;
    margin-top: 3px;
    padding-left: 15px;
}

.real-show-hint a {
    cursor: pointer;
    color: #999999;
    background-image: url(/static/images/str1.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 0 0 0 15px;
    margin: 0;
}

.real-show-hint a:hover {
    cursor: pointer;
    color: #999999;
    background-image: url(/static/images/str2.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 0 0 0 15px;
    margin: 0;
}

div#bon .real-show-hint {
    cursor: pointer;
    padding: 0;
    margin: 0;
}

#real-hint-3 {
    width: 350px;
    padding: 10px;
    margin: 0 0 0 2px;
}

#real-hint-3 p {
    font-size: 12px;
    font-weight: 400;
    color: #656565;
    padding: 0;
    margin: 0;
}

#real-hint-3 p a {
    font-size: 12px;
    font-weight: 400;
    color: #00a7ec;
    padding: 0;
    margin: 0;
	text-decoration: underline;
}

#real-hint-3 p a:hover {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    padding: 0;
    margin: 0;
	text-decoration: none;
}

div#promocode_banner {
    background: url(/media/popup_banner/3_itogo.png);
    position: absolute;
    top: 20px;
    width: 1140px;
    margin: 0 auto;
    height: 750px;
}

#promocode_banner input {
    position: absolute;
    bottom: 45px;
    right: 382px;
    width: 165px;
    height: 48px;
    font-size: 25px;
    color: black;
    text-align: center;
    background: white;
}

#promocode_banner button {
    left: unset;
    right: 233px;
    bottom: 50px;
    height: 38px;
    width: 130px;
    border-radius: 6px;
    background: #ffec00;
    border-color: #ffec00;
    font-size: 15px;
    color: black;
}

.promo_pref {
    position: absolute;
    font-size: 18px;
    color: #fff700;
    font-family: "MullerMedium";
    bottom: 57px;
    letter-spacing: -0.5px;
    left: 450px;
}

.promo_text_w {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 300px;
    left: 150px;
    width: 841px;
    line-height: 23px;
    text-align: justify;
    font-family: "MullerLight";
    font-weight: bold;
}

.promo_text_y {
    color: #ffec00;
    font-size: 21px;
    position: absolute;
    top: 550px;
    left: 151px;
    width: 840px;
    line-height: 23px;
    text-align: justify;
    font-family: "MullerLight";
    font-weight: bold;
}

.promo_head_text {
    font-family: "MullerMedium";
    font-size: 57px;
    text-align: center;
    position: absolute;
    color: white;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.59);
}

.promo_head_text.p1 {
    width: 795px;
    top: 85px;
    left: 166px;
}

.promo_head_text.p2 {
    width: 761px;
    top: 153px;
    left: 190px;
}

.promo_head_text.p3 {
    width: 641px;
    top: 222px;
    left: 249px;
}

#message_box {
    z-index: 9999999;
}

#message_box .modal-content,
#send_password_dialog .modal-content{
    margin: 0;
    padding: 0 50px 30px;
}

#message_box .modal-header .close,
#send_password_dialog .modal-header .close {
    transform: scale(0.7);
    right: 0;
}

#message_box .modal-body,
#send_password_dialog .modal-body {
    padding: 0px 200px;
    margin: 60px 0 90px;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    color: #888888;
    font-family: "Montserrat";
}

#message_box .btn,
#send_password_dialog .btn {
    padding: 5px 30px;
    float: none;
    display: block;
    margin: 0 auto;
}

/*============================================================================*/
#site_offline {
    padding: 70px 90px;
}   

#site_offline h2 {
    text-align: center;
}

#site_offline p {
    text-align: center;
}

#site_offline h3 {
    text-align: center;
}
/*============================================================================*/
#ya_rating {
    float: left;
    margin: 7px 3px;
    border-radius: 17px;
}
/*============================================================================*/
.btn-site {
    padding: 7px 19px;
    text-align: center;
    background: #BA0909;
    border-radius: 19px;
    color: #fff;
}
.btn-site:hover {
    color: #fff;
    font-weight: bold;
}
/*==================================================*/

@media screen and (max-width: 1200px) {
    div.navbar-toggle {
        width: 55px;
        padding-left: 14.5px;
        padding-right: 14.5px;
    }

    .search {
        margin-left: 9.5px;
    }

    #dropdown-main-menu {
        top: 115px;
        width: 323px;
        background-position: left -27px;
    }

    #dropdown-main-menu .user-menu {
        padding-bottom: 8px;
    }

    #dropdown-main-menu ul {
        padding-bottom: 10px;
    }

    #ingredients-form-btn {
        margin-bottom: 45px;
    }

    #header-phone {
        float: none;
        font-size: 2em;
        padding-bottom: 5px;
        padding-right: 35px;
    }

    #callme {
        background-position: top 3px left 6px;
        font-size: 0.7em;
        float: left;
        text-align: left;
        margin-left: 50px;
        padding-left: 29px;
        text-decoration: underline;
    }

    #info-row {
        margin-top: 115px;
    }

    #info-banner .container {
        background-position: center;
    }

    #info-block {
        margin: 0;
    }

    #banner-block {
        height: 355px;
    }

    #banner .carousel-inner .item {
        height: 355px;
    }
    
    .carousel-inner {
        height: 355px;
    }

    #banner .carousel-inner .item a {
        height: 355px;
    }
    

    #banner .carousel-inner .item img,
    #banner .carousel-inner .item video {
        min-width: 1480px;
        top: 59.2%;
        left: 75%;
    }

    .logo-block {
        height: 355px;
    }

    #search-menu div.search-menu-dropdown ul {
        padding: 10px 0 0 15px;
    }

    #ingredients-search-dropdown li {
        margin-top: 23px;
    }

    #search-menu #catalog-search-dropdown li:last-child {
        margin-bottom: 64px;
    }

    .info-banner-block {
        width: 106%;
    }

    #info-banner-content > p {
        font-size: 4.14em;
        line-height: 1em;
        margin-bottom: 52px;
        margin-left: 80px;
    }

    #info-banner-content p span {
        font-size: 1em;
    }

    .name-nm {
        width: 14%;
    }

    .comment-butt {
        padding: 0 5.5% 0 15%;
    }

    .password-butt {
        padding-left: 15%;
    }

    .review-data {
        margin-left: 5%;
    }

    #send_complain {
        margin-right: 21%;
    }

    .comment-nm {
        left: 44%;
        width: 28%;
    }

    .input-name-dop {
        width: 75%;
    }

    .modal-content {
        padding: 0 30px 30px;
    }

    .modal-header .close {
        right: 0;
    }

}

@media (max-width: 991px) {
    .main-menu .nav-pills > li > a {
        padding: 15px 14px;
    }

    #dropdown-main-menu {
        width: 250px;
    }

    #dropdown-main-menu .user-menu {
        padding-top: 9px;
        padding-bottom: 19px;
    }

    #dropdown-main-menu ul {
        padding-top: 0;
        padding-bottom: 4px;
    }

    #header-phone {
        padding-right: 10px;
    }

    #banner-block {
        height: 319px;
    }

    #banner .carousel-inner .item {
        height: 319px;
    }
    
    .carousel-inner {
        height: 319px;
    }

    #banner .carousel-inner .item a {
        height: 319px;
    }

    .logo-block {
        height: 319px;
        background-position: center -28px;
    }

    #banner .carousel-inner .item {
        height: 319px;
    }

    #banner .carousel-inner .item img,
    #banner .carousel-inner .item video {
        top: 60.3%;
        left: 81%;
        transform: scale(0.9);
    }

    #search-menu div.search-menu-dropdown ul {
        padding: 0;
    }

    .search-menu-dropdown li div {
        width: 100%;
        height: 90px;
    }

    #catalog-search-dropdown img {
        transform: scale(0.8) translate(-6%, 6%);
        top: 0;
        left: 0;
    }

    .search-menu-dropdown span {
        font-size: 1em;
        line-height: 25px;
    }

    #catalog-search-dropdown span {
        margin-top: 17px;
        width: 100%;
        text-align: center;
    }

    #search-menu #ingredients-search-dropdown ul {
        padding-left: 20px;
    }

    #ingredients-search-dropdown li {
        margin-top: 50px;
    }

    .checkbox-ing + label {
        width: 25px;
        height: 25px;
    }

    #ingredients-form-btn {
        margin: 40px 30px;
    }

    #search-menu div.search-menu-dropdown #ingredients-count {
        font-size: 1em;
        line-height: 25px;
        margin: 0 30px 50px 0;
    }

    .info-banner-block {
        width: 95%;
    }

    #info-banner-apps {
        padding-bottom: 17px;
    }

    #info-banner-content > p {
        font-size: 2.14em;
        margin-bottom: 125px;
        margin-left: 69%;
        margin-right: 19px;
    }

    #order .node_del {
        background: url("/static/css/img/item_minus_circle.png");
    }

    #order .node_add {
        background: url("/static/css/img/item_plus_circle.png");
    }

    .cert-block span{
        display: none;
    }

    #order .flags, div.basket_action_content,
    div.basket_action_title:nth-child(2) {
        display: none;
    }

    div.basket_action_title:nth-child(1) {
        width: 198px;
    }

    div.basket_action_header {
        height: 100%;
    }

    div.basket_action_title {
        line-height: 12px;
        height: 100%;
    }

    .cert-block h4 {
        margin-left: 25vw;
        margin-top: -59px;
    }

    .basket .basket_action,
    .basket .promo-block,
    .basket .cert-block {
        height: 53px;
        padding-top: 54px;
        padding-bottom: 114px;
    }

    #promo-text {
        width: 100%;
        margin-bottom: 30px;
    }

    #action_button {
        margin: 2px 36px 0 0;
    }

    .basket .promo-block {
        margin-bottom: 42px;
    }

    .promo-inner {
        width: 100%;
        padding-right: 20%;
    }

    input.promo-input {
        width: 56%;
    }

    .name-nm {
        width: 20%;
    }

    .comment-nm {
        left: 63%;
    }

    .field-nm,
    .field-card {
        width: 40%;
    }

    .input-name-dop {
        width: 93%;
        margin: 0 0 0 2%;
    }

    .comment-butt {
        padding: 0px 5.5% 0 22%;
    }

    .lk-data-butt {
        margin: 25px 0 0;
    }

    .password-butt {
        padding-left: 22%;
    }

    .review-data {
        margin-left: 0;
    }

    #send_complain {
        margin-right: -4%;
    }

    #submit_login,
    #register-block {
        margin-left: 29%;
    }

    .modal-content {
        margin: 0;
    }

    #message_box .modal-body,
    #send_password_dialog .modal-body {
        padding: 30px;
        margin: 20px 0 40px;
    }

    #info-banner .container {
        background-position: right;
    }

}

@media (max-width: 840px) {

    #banner-block {
        height: 248px;
    }

    #banner .carousel-inner .item {
        height: 248px;
    }
    
    .carousel-inner {
        height: 248px;
    }

    #banner .carousel-inner .item a {
        height: 248px;
    }

    .logo-block {
        height: 248px;
        padding-top: 39px;
        background-position: center -65px;
    }

    .social {
        bottom: 25px;
    }

    #banner .carousel-inner .item {
        height: 248px;
    }

    #banner .carousel-inner .item img,
    #banner .carousel-inner .item video {
        top: 63.2%;
        transform: scale(0.7);
    }
}

@media (max-width: 767px) {
    #header-phone {
        float: left;
        margin-top: 10px;
        margin-left: 20px;
        font-size: 1.5em;
    }

    #banner .carousel-inner .item img,
    #banner .carousel-inner .item video {
        left: 39%;
        margin-left: -720px;
    }

    #banner .carousel-control .glyphicon-chevron-left,
    #banner .carousel-control .glyphicon-chevron-right {
        top: 40%;
    }

    .name-nm {
        width: 23%;
    }

    .comment-nm {
        width: 64%;
        top: -20px;
        left: 25%;
        text-shadow: 0px 0px 8px rgb(255, 254, 247);
        opacity: 0;
        transition: 0.3s;
    }

    .form-control:focus + .comment-nm {
        opacity: 1;
    }

    .comment-butt {
        padding: 0px 5.5% 0 25%;
    }

    .password-butt {
        padding-left: 25%;
    }

    #comment-group {
        padding-left: 15px;
        margin-bottom: 82px;
    }

    #catalog-menu ul {
        margin: 0;
    }

    .catalog-menu-item {
        flex: 0 0 calc(28% - 0px);
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    #add_complain_dialog .pull-left,
    #add_complain_dialog .pull-right {
        padding-right: 10px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .node {
        width: 50%;
    }
}

@media (min-width: 992px){
    .container {
        width: 970px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 27px;
        padding-right: 27px;
    }

    #dropdown-main-menu {
        top: 55px;
    }

    header .logo {
        position: absolute;
        width: 100px;
        top: 5px;
        left: 50%;
        margin-left: -50px;
    }

    header .logo a {
        height: inherit;
    }

    #header-phone {
        float: left;
        font-size: 1.5em;
        text-align: right;
        padding: 10px 0 10px 20px;
        width: 100%;
        margin-left: 0;
    }

    #callme {
        background-position: center right 205px;
        float: left;
        font-size: 1em;
        padding-left: 31px;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 30px;
    }

    #info-row {
        margin: 0;
    }

    #info-row::after {
        height: 0;
    }

    .greeting {
        font-size: 1.14em;
        margin-right: 25px;
    }

    .panel {
        width: 100%;
        padding: 0;
    }

    .search-menu-dropdown li div {
        margin: 0 auto 15px;
        float: none;
    }

    #search-menu div.search-menu-dropdown span {
        float: none;
        margin-left: 0;
    }

    .content-header h3 {
        font-size: 1.3em;
    }

    .sub-catalog {
        margin-left: 18px;
    }

    .modal-dialog.modal-sm {
        width: 90vw;
    }

    #feedback-btn::before {
        left: 76%;
        bottom: 150%;
    }

    #info-banner-content>p {
        opacity: 0;
    }

    .info-banner-block {
        width: 100%;
    }

    .to-user-room {
        margin-right: 10px;
    }

    .login-name {
        width: 38vw;
        float: right;
    }

    .login-pass {
        margin-right: 20vw;
        float: right;
    }

    .lk-bonus .ball {
        width: 37.5vw;
        float: right;
    }

    header {
        position: relative;
    }

    div.navbar-toggle {
        padding-top: 14.5px;
        padding-bottom: 14.5px;
    }

    .toggle-bar, .toggle-bar::before, .toggle-bar::after {
        width: 25px;
        height: 4px;
    }

    .toggle-bar {
        bottom: 3px;
    }

    .toggle-bar::after {
        top: -9px;
    }

    .toggle-bar::before {
        top: -18px;
    }

    #basket-button {
        float: right;
        background-image: url(/static/css/img/basket_mobile.png);
        background-position: center right;
        background-size: 20%;
        padding-top: 9px;
        padding-bottom: 6px;
        text-align: right;
        min-height: 40px;
        font-size: 1.5em;
    }

    #basket-button a {
        text-align: right;
        padding-left: 0;
        padding-right: 45px;
    }

    #basket-button span {
        font-size: 1.14em;
    }

    .login-button {
        position: relative;
    }

    #catalog-search,
    #ingredients-search {
        margin: 20px 0;
        width: 100%;
        padding: 0 1%;
    }

    #search-menu .search-menu-dropdown {
        width: 93%;
    }

    #catalog-search-dropdown {
        left: 3.5%;
    }

    #ingredients-search-dropdown {
        right: 3.5%;
    }

    #search-menu div.search-menu-dropdown ul {
        padding: 0;
    }

    .search-menu-dropdown li div {
        width: 110px;
        height: 110px;
    }

    #catalog-search-dropdown img {
        transform: scale(1) translate(0, 10%);
        top: 0;
        left: 0;
    }

    #search-menu #catalog-search-dropdown li {
        text-align: center;
    }

    #search-menu div.search-menu-dropdown #ingredients-count {
        margin: 50px 0 0 50px;
    }

    #order-table > tbody tr::before {
        padding: 9px 5px 5px 5px;
    }

    #order-table td {
        font-size: 0.9em;
    }

    #order-block-btn a.btn-link {
        margin-left: 0;
        width: 35%;
    }

    #cart-clear {
        margin-top: 20px;
    }

    .cert-block h4 {
        margin-left: 41vw;
        margin-top: -59px;
    }

    a.cert-input {
        margin-right: 24.3%;
        margin-top: 13px;
    }

    .auth .btn-link {
        color: #ffffff;
    }

    div.user-room {
        position: relative;
    }

    div.user-room .logout {
        position: relative;
    }

    #sidebar {
        position: relative;
        top: 0px;
    }

    #sidebar-catalog-menu {
        padding-top: 0px;
    }

    #add_complain_dialog .pull-left {
        padding-left: 22px;
    }

    #request-call,
    #login_dialog,
    #register_dialog {
        padding-left: 25px;
    }

    #submit_login,
    #register-block {
        margin-left: 22%;
    }

    #send_passwd {
        left: 100%;
    }

    #order-confirm legend {
        width: 100%;
    }

    #info-banner-content {
        margin-top: 160px;
    }

}

@media (max-width: 627px) {

    #basket-button span {
        font-size: 0.8em;
    }

    #header-phone {
        padding-left: 0;
    }

    #info-block-hours {
        margin-left: 0;
        padding-left: 0;
        background-image: none;
    }

    #banner-block {
        height: 159px;
    }

    #banner .carousel-inner .item {
        height: 159px;
    }
    
    .carousel-inner {
        height: 159px;
    }

    #banner .carousel-inner .item a {
        height: 159px;
    }

    #banner .carousel-inner .item {
        height: 160px;
    }

    #banner .carousel-inner .item img,
    #banner .carousel-inner .item video {
        left: 43%;
        margin-left: -716px;
        top: 70%;
        transform: scale(0.45);
    }

    #search-menu div.search-menu-dropdown #ingredients-count {
        margin: 0 0 50px 0;
        width: 100%;
        text-align: center;
    }

    #catalog-menu ul {
        margin: 0;
    }

    #fila_rolls-header h3,
    #classic_rolls-header h3,
    #hot_hand_rolls-header h3,
    #sets-header h3,
    #dinners-header h3,
    #deserts-header h3,
    #drinks-header h3 {
        line-height: 2em;
        margin-top: 10px;
        padding-left: 29px;
    }

    .sub-catalog-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .sub-catalog {
        margin-left: 29px;
        font-size: 1em;
        line-height: 1.7em;
    }

    .lk-data-butt {
        margin-top: 45px;
    }

    #order .flags,
    div.basket_action_content,
    div.basket_action_title:nth-child(2) {
        display: none;
    }

    div.basket_action_header {
        height: 100%;
    }

    div.basket_action_title {
        line-height: 54px;
        height: 100%;
    }

    .cert-block h4 {
        margin-left: 36vw;
        margin-top: -59px;
    }

    #order-block-btn a.btn-link {
        width: 50%;
        margin-top: 30px;
        text-align: left;
    }

    .promo-inner {
        padding-right: 15%;
    }

    #info-banner .container {
        padding: 0;
        background-size: 200%;
    }

    #info-banner-content {
        width: 100%;
    }

    #terms-of-payment, #apps-links {
        flex-flow: wrap;
    }

    #terms-of-payment {
        padding: 0 5%;
    }

    .info-banner-block a {
        margin-bottom: 3%;
    }

    #lk-login .container {
        padding-left: 72px;
    }

    #lk-login {
        padding-bottom: 50px;
    }

    #lk-content {
        padding: 50px 0 50px 72px;
    }

    .lk-data-nm {
        margin-top: 40px;
    }

    .name-nm {
        width: 95%;
    }

    .input-name {
        margin-left: 0;
    }

    .field-nm,
    .field-card {
        width: 74%;
    }

    .comment-nm {
        top: -5px;
        width: 50%;
        left: 40%;
    }

    .lk-data-dop-nm {
        margin-top: 40px;
    }

    .dop-nm {
        width: 70%;
    }

    .input-name-dop {
        width: 106%;
        margin-left: 0;
    }

    .input-card {
        margin-left: 0;
    }

    .comment-butt {
        padding: 0 5.5% 0 0;
    }

    .password-butt {
        padding-left: 0;
    }

    #add_complain_dialog .pull-left,
    #add_complain_dialog .pull-right {
        width: 100%;
    }

    #request-call {
        padding-left: 0;
    }

    #send_passwd {
        position: inherit;
        left: 0;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .phone-group {
        padding-left: 0 !important;
    }

    #id_phone {
        margin-left: 0;
        width: 100%;
    }

    #register-dop {
        margin-top: 80px;
    }

    .nutritional-val,
    .price-block {
        width: 100%;
}

    #new_order_dialog #recuired-data > .form-group,
    #new_order_dialog #address-data > .form-group,
    #new_order_dialog #address-data .form-group:nth-of-type(1),
    #new_order_dialog #extra-data > .form-group,
    #new_order_dialog #order-confirm > .form-group {
        width: 100%;
    }

    .modal.in .modal-dialog {
        padding: 0;
    }

    #message_box .modal-title,
    #send_password_dialog .modal-title {
        padding: 0;
        font-size: 1.8em;
    }

    #message_box .modal-header .close,
    #send_password_dialog .modal-header .close {
        right: -30px;
        top: 25px;
    }

    #message_box .modal-body,
    #send_password_dialog .modal-body {
        padding: 30px 0;
    }

    #new_order_dialog #order_submit.btn,
    #new_order_dialog #payment_submit.btn,
    #new_order_dialog #order_submit_cash.btn,
    #show_pict .btn--elipse,
    #message_box .btn--elipse,
    #send_password_dialog .btn--elipse {
        width: 100%;
        margin-bottom: 35px;
        height: 50px;
        padding-top: 12px !important; 
    }

    #show_pict .price-block {
        padding: 40px 25px 0;
    }

    #info-banner .container {
        background: #fff;
    }

    #info-banner-content {
        margin-top: 0;
    }

    #info-banner-payment {
        padding-bottom: 0;
    }
    
}

@media (max-width: 420px) {

    #header-phone {
        text-align: left;
    }

    #callme {
        float: right;
        margin: 0 5px;
        padding: 5px;
        content: url(/static/css/img/callme.png);
        border: 1px #ccc solid;
    }

    #info-block {
        width: 100%;
        text-align: center;
    }

    .auth {
        width: 100%;
    }

    div.user-room {
        width: 100%;
        padding-bottom: 5px;
        font-size: 1.4em;
    }

    #banner .carousel-inner .item img,
    #banner .carousel-inner .item video {
        left: 35%;
    }

    #search-menu .search-menu-dropdown {
        width: 87%;
    }

    #catalog-search-dropdown {
        left: 6.5%;
    }

    #ingredients-search-dropdown {
        right: 6.5%;
    }

    .search-menu-dropdown li div {
        width: 90px;
        height: 90px;
    }

    #catalog-search-dropdown img {
        transform: scale(0.8) translate(-17%, 10%);
    }

    .checkbox-ing + label {
        margin-right: 5px;
    }

    .content-header h3 {
        font-size: 1.1em;
    }

    div.basket_action_title:nth-child(1) {
        font-size: 13px;
        width: 50vw;
    }

    #footer-menu {
        width: 100%;
    }

    #send-rqst-call {
        margin-left: 0;
    }

    #request-call label {
        width: 30%;
    }

    #request-call .form-group div {
        width: 70%;
    }

    #login_dialog {
        padding-left: 0;
    }

    .lk-data-butt {
        margin-top: 70px;
    }

    #lk-login .container {
        padding-left: 20px;
    }

    #lk-content {
        padding: 50px 0 50px 20px;
    }

    .field-nm, .field-card {
        width: 93%;
    }

    .input-name-dop {
        width: 133%;
    }

    .comment-nm {
        width: 55%;
        left: 45%;
    }

    #legend-flags {
        padding-left: 0;
    }

    .catalog-menu-item {
        flex: 0 0 calc(44% - 0px);
    }
}


@media screen and (max-width: 360px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .top-menu .auth {
        font-size: 14px;
    }

    .basket-button a,
    button.login.btn-link {
        font-size: 0.9em;
    }

    #dropdown-main-menu {
        left: -5px;
    }

    #search-menu div.search-menu-dropdown p {
        margin: 15px 20%;
    }

    .content-header h3 {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .catalog-menu-item a span {
        font-size: 1.2em;
    }

    .basket {
        font-size: 0.9em;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }

    #header-phone .tel {
        font-size: 2em;
        font-weight: bold;
    }

    #header-phone .kod {
        font-size: 2em;
        font-family: 'Montserrat-light';
    }

    .basket {
        font-size: 1em;
    }
}
