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

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

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

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

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

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

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

@font-face {
    font-family: 'Montserrat-bold';
    font-weight: 700;
    src: url("/static/fonts/Montserrat/Montserrat-Bold.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");
}

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

/*==================================================*/

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

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

header {
    width: 100%;
    z-index: 1039;
    top: 0px;
    margin: 0 auto;
    /* background: #ebebeb; */
}

#main-content {
    background: #ffffff;
}

.col {
    padding: 0;
}

.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

textarea {
    resize: none;
}

#message_box {
    z-index: 9999999;
}

footer {
    background: #b104cc;
    width: 100%;
    margin-top: 80px;
    padding-bottom: 57px;
    background-image: url(/static/css/img/footer-face.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 17%;
}

ul {
    list-style: none;
}

a {
    color: inherit;
}

img {
    width: 100%;
    height: auto;
}
/*==================================================*/
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 0;
    min-height: 25px;
    min-width: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
    outline: none;
    box-shadow: unset;
}

/*==================================================*/
.btn-site {
    padding: 7px 19px;
    text-align: center;
    background: #BA0909;
    border-radius: 19px;
    color: #fff;
}
.btn-site:hover {
    color: #fff;
    font-weight: bold;
}
/*==================================================*/
:focus {
    outline: none;
}

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

/*==================================================*/
.modal-dialog {
    width: inherit;
}

.modal-content {
    border: none;
    box-shadow: none;
    background: #ffffff;
    border-radius: 30px;
    padding: 86px 70px 114px;
}

#show-pict .modal-content {
    position: relative;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 3.67fr 1fr;
    grid-gap: 22px;
    grid-template-areas: 
        "pict body"
        "pict footer";
}

#show-pict .pict-text {
    grid-area: pict;
}

#show-pict .modal-body {
    padding: 59px 48px 0 0;
    grid-area: body;
}

#show-pict .modal-title {
    font-size: 1.78em;
}

#show-pict .brif-text {
    margin-top: 56px;
    color: #969696;
    font-size: 1.14em;
}

#show-pict .modal-footer {
    grid-area: footer;
    border: none;
    padding: 0;
    display: grid;
    grid-template-columns: 0fr 1fr 0fr 2fr 1fr;
}

#show-pict span {
    line-height: 70px;
    font-family: 'Montserrat-bold';
    margin: 0;
}

#show-pict .weight {
    text-align: left;
    color: #969696;
}

/*=================================================================*/
#header {
    position: relative;
    background: #ffffff;
    /*padding-bottom: 20px;*/
    z-index: 999;
}

#header-fix {
    width: 100%;
    padding-top: 9px;
    position: fixed;
    z-index: 1000;
    background: #ffffff;
}

#header-fix .container {
    position: relative;
}
div.navbar-toggle {
    display: block;
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: 218;
    width: 70px;
    padding: 16px;
    margin: 0px;
    border: 0;
    /*background: #fff;*/
    border-radius: 0 0 10px 10px;
    margin-top: 10px !important;
}
.h-cont {
    display: flex;
}

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

.toggle-bar,
.toggle-bar-top,
.toggle-bar::before,
.toggle-bar::after {
    width: 30px;
    height: 2px;
    background-color: #464646;
    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: -15px;
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
}

.toggle-bar::after {
    top: -7.5px;
    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;
}

#dropdown-main-menu {
    position: absolute;
    left: 0;
    top: 50px;
    width: 281px;
    background-color: #b104cc;
    z-index: 100000 !important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#dropdown-main-menu .user-menu {
    padding-top: 20px;
    font-size: 15px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

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

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

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

#dropdown-main-menu button.logout:hover {
    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: #ffffff;
}

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

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

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

#header-left {
    padding: 97px 0 0;
}

#logo {
    width: 170px;
    margin-top: 10px;
}

#logo a {
    display: block;
}

#logo a p {
    display: none;
}

#header .main-menu {
    margin-left: 57px;
    padding-top: 10px;

}

#header .main-menu .nav-pills > li > a {
    font-size: 1em;
    font-family: 'Montserrat-medium';
    line-height: 1.3em;
    color: #464646;
    padding: 9px 20px;
    text-decoration: none;
    border-radius: 23px;
}

#header .main-menu .nav>li>a:hover,
#header .main-menu .nav>li>a:focus,
#header .main-menu .nav-pills>li.active>a,
#header .main-menu .nav-pills>li.active>a:hover,
#header .main-menu .nav-pills>li.active>a:focus {
    border: 1px solid #b104cc;
    background: #ffffff;
    color: #b104cc;
    padding: 8px 19px;
}

#header-right {
    padding-top: 90px;
    position: relative;
}

#header-right #basket-button {
    position: absolute;
    margin: 0;
    right: 120%;
}

#header-right #basket-button #basket-price {
    margin: 0;
}

#header-right div {
    width: 247px;
}

.auth {
    float: right;
    background: #b104cc;
    padding: 9px;
    border-radius: 19px;
    margin-bottom: 19px;
    text-align: center;
    height: 47px;
}

.auth a,
.auth button {
    outline: 0;
    text-decoration: none;
    border: none;
    font-size: 1em;
    line-height: 1.2em;
    color: #ffffff;
    padding: 5px 19px;
    float: left;
    border-radius: 19px;
}
.auth button:hover,
.auth button:active,
.auth button:focus,
.auth a:hover,
.auth a:active,
.auth a:focus {
    text-decoration: none;
}

.auth .login {
    padding: 6px 24px;
}

.auth .login:hover,
.auth .register:hover {
    background: #ffffff;
    color: #b104cc;
}

.auth .user-is-auth {
    float: none;
    position: relative;
    margin-top: -7px;
}

.auth .logout {
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #b104cc;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    font-size: 1em;
    line-height: 1.2em;
    padding: 5px 19px;
    z-index: -1;
}

.auth:hover .logout {
    z-index: 100;
}

#login-dialog {
    padding-top: 50px;
}

#register-dialog .form-title {
    margin-bottom: 32px;
    font-family: 'Montserrat-semi-bold';
}

#register-dialog #required-title {
    color: #b104cc;
}

#register-dialog #extra-title {
    color: #969696;
}

#login-dialog .form-control,
#register-dialog .form-control {
    margin-left: 80px;
    margin-bottom: 50px;
    background-color: #ffffff;
    box-shadow: none;
    border: 1px solid #969696;
    border-radius: 22px;
    padding: 12px 21px;
    font-style: italic;
    height: unset;
}

#login-dialog a {
    display: block;
    margin-left: 100px;
    color: #b104cc;
    text-decoration: underline;
    font-style: italic;
}

#login-dialog button {
    padding: 60px 57px;
    font-family: 'Montserrat-semi-bold';
    background: #fff;
    color: #b104cc;
    border-radius: 30px;
    border: 1px solid #b102cc;
    box-shadow: 0 7px 20px #d2d2d2;
}

.checkbox {
    width: 100%;
    margin-bottom: 50px;
}

.chbox {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.chbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    padding: 0;
    font-style: italic;
    color: #464646;
}

.chbox + label::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 1em;
    display: inline-block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    opacity: 1 !important;
    transition: none;
    background: url("/static/css/img/chbox.png") right no-repeat;
}

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

#registration-submit {
    padding: 14px 33px;
    background: #b104cc;
    color: #ffffff;
    border-radius: 30px;
    border: none;
    margin-bottom: 80px;
}

header .info #time {
    display: none;
}

.info .telephone {
    color: #464646;
    font-family: 'Montserrat-semi-bold';
    font-size: 2.2em;
    margin-bottom: 22px;
}

#custom-links a {
    font-size: 0.85em;
    color: #b104cc;
    text-decoration: underline;
    margin-bottom: 30px;
}

/*==================================================*/

.banner-outer {
    margin-bottom: 21px;
}

#banner .banner-inner {
    position: relative;
}

#banner #banner-const,
#banner .carousel-inner {
    height: auto;
    border-radius: 30px;
}

#banner .carousel-inner.mobile {
    display: none;
}

#banner #banner-const {
    width: 33%;
    float: left;
    overflow: hidden;
}

#banner .carousel-inner {
    width: 1060px;
    float: right;
}

#banner .banner-inner .item {
    height: inherit;
}

#banner .carousel-inner .item img {
    margin: 0 auto;
    display:block;
    height: 100%;
    object-fit: cover;
}

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

#banner .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 1px solid #b104cc;
    margin: 0 7px;
}

#banner .carousel-indicators li.active {
    background-color:#b104cc;
}

/* Стрелочки на баннере */
#banner .carousel-control {
    background: none;
}
#banner .carousel-control.left {
    left: -45px;
}
#banner .carousel-control.right {
    right: -45px;
}

/*==================================================*/

#catalog-menu ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

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

#index-catalog-menu ul {
    margin: 0;
    padding: 0;
}

.catalog-menu-item {
    list-style: none;
    display: block;
    width: 200px;
    margin-left: 10px;
    margin-bottom: 55px;
}

.catalog-menu-item a {
    display: inline-block;
    text-align: center;
    height: 200px;
    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: 180px;
}

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

.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;
}

/*==================================================*/
.content-header h3 {
    font-size: 33px;
    font-family: 'Montserrat-bold';
    color: #b104cc;
    padding: 10px 0 10px 87px;
    margin: 45px 0 40px;
    line-height: 40px;
    background: url(/static/css/img/recomended-header.png) no-repeat left center;
}

#greet-header h3 {
    background: url(/static/css/img/greet-header.png) no-repeat left center;
}

#login-header h3,
#register-header h3 {
    background: url(/static/css/img/login-header.png) no-repeat left center;
}

#order-header h3 {
    background: url(/static/css/img/order-header.png) no-repeat left center;
}

#actions-header h3 {
    background: url(/static/css/img/actions-header.png) no-repeat left center;
}

#delivery-header h3 {
    background: url(/static/css/img/delivery-header.png) no-repeat left center;
}

#o-kompanii-header h3 {
    background: url(/static/css/img/o-kompanii-header.png) no-repeat left center;
}

#terms_of_payment-header h3 {
    background: url(/static/css/img/terms_of_payment-header.png) no-repeat left center;
}

#o-kompanii-header + #page_content .text-block,
#terms_of_payment-header + #page_content .text-block {
    column-count: 1;
}

#o-kompanii-header + #page_content .pull-left,
#o-kompanii-header + #page_content .pull-right,
#terms_of_payment-header + #page_content .pull-left,
#terms_of_payment-header + #page_content .pull-right {
    width: 50%;
}

#o-kompanii-header + #page_content .pull-right,
#terms_of_payment-header + #page_content .pull-right {
    border-radius: 30px;
    box-shadow: rgba(0,0,0,0.16) 0 7px 17px 0;
    padding: 35px;
}

#o-kompanii-header + #page_content .pull-left,
#terms_of_payment-header + #page_content .pull-left {
    padding: 35px 74px 35px 0;
}

.vacansii .text-block {
    column-count: 1;
}
/*==================================================*/
#menuheader {
    padding-top: 20px;
}

#catalog-menu {
    padding: 0;
    padding-right: 10px;
    position: relative;
}

#catalog-menu ul {
    padding: 40px 14px 0;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: rgba(0,0,0,0.16) 0 7px 17px 0;
    position: relative;
    z-index: 2;
}

#catalog-menu ul li {
    display: inline-block;
    padding: 13px 35px;
    margin-bottom: 28px;
    font-size: 1.14em;
    font-family: 'Montserrat-medium';
    color: #b104cc;
}

#catalog-menu ul li.active,
#catalog-menu .sub-catalog-block a.active {
    background: #ffffff;
    border: solid #b104cc 1px;
    border-radius: 30px;
    font-family: 'Montserrat-bold';
}

#catalog-menu .sub-catalog-block {
    padding: 45px 52px 0;
    background: #fadbff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
}

#catalog-menu .sub-catalog-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 50px;
    background: #fadbff;
}

#catalog-menu .sub-catalog-block a {
    display: inline-block;
    padding: 13px 35px;
    margin-bottom: 40px;
    font-size: 1.14em;
    font-family: 'Montserrat-medium';
    color: #b104cc;
}

#basket-block {
    padding: 27px 15px 0;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: rgba(0,0,0,0.16) 0 7px 17px 0;
    color: #b104cc;
    position: relative;
}

#basket-block #basket-button {
    margin: 20px 0;
    width: 100%;
}

#basket-button {
    padding: 14px 19px;
    text-align: center;
    background: #b104cc;
    border-radius: 19px;
    color: #fff;
    height: 47px;
    margin-top: 10px !important;

}

#basket-greet {
    margin-bottom: 27px;
}

#btn-collapsebasket.collapsed {
    transform: rotate(0deg);
    transition: 0.5s;
}

#btn-collapsebasket {
    position: relative;
    right: -187px;
    top: -3px;
    width: 26px;
    height: 26px;
    border: none;
    box-shadow: none;
    background: url("/static/css/img/btn-colllapse.png");
    transform: rotate(-90deg);
    transition: 0.5s;
}

#basket-scroll thead,
#basket-scroll #order-table > tbody tr::before,
#basket-scroll .node-del,
#basket-scroll .node-add,
#basket-scroll td.item_action,
#basket-scroll #legend-flags,
#basket-scroll .promo-block,
#basket-scroll .basket-total {
    display: none;
}

.basket-text {
    margin-left: 17px;
}

span.basket-text,
#basket-scroll td.item_price {
    color: #000000;
    font-size: 1.14em;
    font-family: 'Montserrat-bold';
}

#basket-qty {
    background: #b104cc;
    color: #fff;
    font-size: 0.64em;
    border-radius: 50%;
    margin-right: 37px;
    width: 20px;
    padding: 4px;
    text-align: center;
}

#basket-price {
    margin-left: 21px;
}

#basket-scroll {
    float: left;
    padding-left: 17px;
    padding-right: 19px;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 17px;
}

#basket-scroll #order-table td {
    padding: 6px 0;
}

#basket-scroll::-webkit-scrollbar-button,
#basket-scroll::-webkit-scrollbar-track {
    visibility: none; 
}

#basket-scroll::-webkit-scrollbar {
    width: 10px;
    background: url("/static/css/img/scrollbar.png") center no-repeat;
}

#basket-scroll::-webkit-scrollbar-thumb {
    background: #969696;
}

#basket-block .item_name {
    color: #464646;
    font-family: 'Montserrat-medium';
    width: 65%;
}

#basket-block .item_qty {
    font-family: 'Montserrat-semi-bold';
    width: 14%;
}

#basket-block .item_price {
    color: #000000;
    font-size: 0.85em;
    text-align: right;
    font-family: 'Montserrat-bold';
    padding-top: 16px;
}

#basket-block .min_price {
    margin-left: 17px;
    color: #000000;
    font-size: 0.57em;
    margin-bottom: 12px;
}

/*==================================================*/
#nodes {
    margin: 0 -10px;
    padding-top: 50px;
}

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

.thumbnail {
    position: relative;
    min-height: 446px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    padding: 0;
    margin-bottom: 46px;
    overflow: hidden;
    box-shadow: #ededed 0px 7px 20px;
}

.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;
} */

.img-wrap {
    position: relative;
}

.thumbnail img {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.thumbnail h3 {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 1.64em;
    line-height: inherit;
    color: #000000;
    cursor: pointer;
}

.node-footer {
    padding: 0 20px 124px 30px;
    min-height: 220px;
}

.thumbnail .node-brief {
    padding: 0;
    padding-top: 16px;
    color: #969696;
}

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

.counter {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0px 20px 25px 30px;
}

.thumbnail .weight {
    color: #969696;
    font-family: 'Montserrat-bold';
    margin-top: 30px;
}

.price {
    color: #000000;
    font-size: 2.14em;
    line-height: 1;
    font-family: 'Montserrat-bold';
    margin-top: 24px;
}

.price .fa {
    font-family: 'Montserrat-bold';
}

.no_price {
    display: table-cell;
    font-size: 0.6em;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    color: gray;
}

.node .node-add {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 0;
    margin-left: 21px;
    background: url('/static/css/img/node-add.png');
}

.node .node-add:hover {
    background-position: right;
}

.inOrder .thumbnail {
    border: 1px solid #b104cc;
}

.inOrder .node-add {
    background-position: right;
}

.inOrder .node_qtys {
    position: absolute;
    top: -20px;
    right: 0;
    background: #b104cc;
    color: #ffffff;
    width: 20px;
    height: 20px;
    padding-top: 2px;
    font-size: 0.85em;
    font-family: 'Montserrat-medium';
    border-radius: 50%;
}

/*==================================================*/
#footer .footer-block {
    margin-top: 87px;
}

.footer-item {
    font-size: 1.14em;
    margin-bottom: 30px;
    color: #ffffff;
    text-decoration: underline;
}

#footer #custom-links {
    display: none;
}

#footer .info {
    color: #ffffff;
}

#footer #time {
    font-size: 1.14em;
    font-family: 'Montserrat-bold';
}

#footer .telephone {
    font-size: 2.14em;
    font-family: 'Montserrat-medium';
    color: #ffffff;
    margin-top: 17px;
}

#footer .kod {
    font-size: 0.46em;
}

#footer #footer-links {
    background-color: #cb2be3;
    padding: 32px 30px 63px 53px;
    border-radius: 51px;
    width: 31%;
    margin-top: 58px;
}

#footer #footer-links span {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    font-size: 1.42em;
    margin-bottom: 27px;
}

.app-logo {
    display: inline-block;
    width: 120px;
    height: 60px;
    margin-bottom: 73px;
}

.social a {
    display: inline-block;
    width: 38px;
    margin-right: 37px;
}


#actions .desk-banner {
    width: 100%;
}
/*==================================================*/
#actions .action {
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    height: auto;
    overflow: hidden;
}

#actions img {
    width: 1060px;
    height: auto;
    object-fit: cover;
}

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

.delivery_div {
    position: fixed;
    bottom: 283px;
    left: 88px;
    width: 100%;
    padding-right: 131px;
}

.delivery_div .col-md-2 {
    right: 64px;
}

/*=======prefer_banner=======================================*/
/* #show_box .modal-dialog {
    //width: 702px;
}

#show_box .modal-body {
    padding: 0;
}

#show_box .modal-header {
    padding: 0px;
    border-bottom: none;
    min-height:0;
}

#show_box .modal-content {
    background: none;
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
} */

/*=======================================================*/

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

.map aside {
    width: 362px;
    height: 594px;
    top: 56px;
    left: 110px;
    position: relative;
    background: url(/media/delivery_zombie.png);
}

/*======Order block====================================*/

#index-hide {
    display: none;
}

#order {
    float: none;
    margin: 0 auto 90px;
    padding: 52px 95px 80px;
    box-shadow: #ededed 0px 7px 20px;
    border-radius: 30px;
}

#order-table {
    width: 100%;
    text-align: center;
    counter-reset: schetchik;
}

#order-table td:nth-child(1),
#order-table th:nth-child(1) {
    text-align: left;
}

#order-table > tbody tr {
    counter-increment: schetchik;
}

#order-table > tbody tr::before {
    content: counter(schetchik);
    display: table-cell;
    padding-top: 20px;
    width: 3%;
}

#order-table > tbody tr.nocounter::before {
    content: '';
    display: table-cell;
    padding-top: 20px;
    width: 3%;
}
#order-table > tbody tr.nocounter {
    counter-increment: none;
}


#order-table thead {
    font-family: 'Montserrat-semi-bold';
    color: #b104cc;
}

#order-table tbody {
    font-family: 'Montserrat-medium';
}

#order-table th {
    padding-bottom: 17px;
    text-align: center;
}

#order-table td {
    padding: 14px 0;
}

#order-table button {
    border: none;
    background: none;
}

#order-table .node-del,
#order-table .node-add {
    font-size: 1.5em;
    padding-top: 4px;
    color: #b104cc;
    font-family: 'Montserrat-semi-bold';
}

#order-table .addition-row .node-del,
#order-table .addition-row .node-add {
    font-size: 1.5em;
    padding-top: 4px;
    color: white;
    font-family: 'Montserrat-semi-bold';
}

#order-table .item_price {
    font-size: 1.42em;
}

#order .flag {
    width: 36px;
}

#legend-flags {
    margin-top: 45px;
}

#legend-flags p {
    font-family: 'Montserrat-semi-bold';
    color: #b104cc;
    margin-bottom: 20px;
}

#legend-flags div {
    margin-bottom: 20px;
}

#legend-flags span {
    margin-left: 10px;
}

#order .promo-block {
    margin-top: 55px;
}

#order .promo-text {
    width: 100%;
    margin-bottom: 19px;
}

#order .bright-text {
    font-family: Montserrat-semi-bold;
    color: #b104cc;
}

#order .promo-inner {
    width: 100%;
}

#order .promo-input {
    border-radius: 22px;
    border: 1px solid #969696;
    outline: none;
    padding: 11px 15px;
    min-width: 39%;
    margin-right: 20px;
    margin-bottom: 69px;
}

#order .promo-btn {
    color: #b104cc;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 11px 68px;
    border: 1px solid #b104cc;
    margin-bottom: 69px;
}

#order .total {
    width: 23%;
}

#order .total .text {
    font-family: Montserrat-semi-bold;
    color: #b104cc;
    margin-bottom: 29px;
}

#order #order_price {
    font-family: Montserrat-medium;
    font-size: 1.42em;
}

#order #order-block-btn {
    width: 32%;
    margin-right: 190px;
}

#order .min_price {
    color: #ff8800;
    font-family: Montserrat-semi-bold;
}

#order #cart-clear {
    color: #b104cc;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 11px 49px;
    border: 1px solid #b104cc;
}

#order #get_order {
    color: #ffffff;
    background-color: #b104cc;
    border-radius: 30px;
    padding: 11px 49px;
    margin-bottom: 135px;
}

#order-form {
    float: none;
    margin: 0 auto 90px;
    padding: 83px 90px 103px;
    box-shadow: #ededed 0px 7px 20px;
    border-radius: 30px;
}

#order-form legend {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    color: #b104cc;
    font-size: 1em;
    border: none;
    font-family: Montserrat-semi-bold;
}

/* 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: #b104cc;
    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%;
}

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

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

#new_order_dialog #recuired-data > .form-group,
#new_order_dialog #address-data > .form-group {
    width: 23%;
}

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

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

#new_order_dialog input,
#new_order_dialog select {
    width: 100%;
    padding: 5px 0;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #969696;
    color: #969696;
    font-family: Montserrat-medium;
    background: none;
    outline: none;
}

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

/* LABEL ======================================= */
#new_order_dialog label {
    color: #969696;
    position: absolute;
    pointer-events: none;
    font-family: Montserrat-medium;
    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: #b104cc;
}

#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+ */

#order-confirm > .choice-confirm {
    position: relative;
    color: #969696;
    font-family: Montserrat-medium;
}

#order-confirm span {
    position: relative;
    top: -5px;
    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:12px;
    height:12px;
    cursor: pointer;
    transition: none;
    background: url("/static/css/img/radio.png") right no-repeat;
}

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

#new_order_dialog .chbox + label {
    opacity: 1;
    position: unset;
    color: #969696;
    margin-bottom: 58px;
    font-family: Montserrat-medium;
    pointer-events: all;
}

#new_order_dialog .chbox + label::before {
    width: 17px;
    height: 17px;
    background-size: cover;
}

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

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

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

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

#new_order_dialog #order_submit.btn,
#new_order_dialog #order_submit_cash.btn {
    margin-right: 62px;
}

#new_order_dialog #order_submit.btn,
#new_order_dialog #payment_submit.btn,
#new_order_dialog #order_submit_cash.btn {
    text-decoration: none;
    padding: 10px 30px;
    background: #b104cc;
    border: none;
    color: #ffffff;
    border-radius: 30px;
    font-family: Montserrat-medium;
}

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

/*===================================================================*/
#request-call label {
    color: #969696;
}

#request-call .form-control {
    color: #000000;
}

.form-control:focus {
    border-color: #b104cc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#request-call fieldset {
    margin-bottom: 30px;
    margin-left: 70px;
}

#request-call .btn {
    background: #b104cc;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-left: 80px;
}

/* #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_content {
}

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

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

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

.delivery_node .col-md-10 {
    bottom: 0px;
    right: 0px;
} */

/*===========================================*/
/* .jspTrack {
    display: none;
}

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

.jspDrag {
    background: #fc0;
}

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

.node-total-price {
    font-size: 1.6em;
    line-height: 1;
    margin-top: 2px;
}

.node-total-price .fa {
    font-size: 0.8em;
}

.basket #discount_price {
    width: 156px;
    font-size: 13px;
}

.basket #discount_price .fa {
    font-size: 11px;
}

.weight {
    line-height: 2.1;
}

.text-block {
    font-size: 1.14em;
    color: #464646;
    column-count: 2;
    padding-left: 85px;
    column-gap: 110px;
}

.one-col {
    column-count: 1;
}

/*----------------------------------------------------------------------------*/
button.btn.btn-link {
    border:none;
    width: auto;
}

button.close {
    position: absolute;
    right: 70px;
    top: 58px;
    width: 42px;
    height: 42px;
    background: url("/static/css/img/close.png");
    background-size: contain;
    opacity: 1;
}

.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;
}

/*============================================================================*/
#site_offline {
    padding: 70px 90px;
}
    
#site_offline h2 {
    text-align: center;
}

#site_offline p {
    text-align: center;
}

#site_offline h3 {
    text-align: center;
}
/*============================================================================*/

@media screen and (min-width: 1200px) {
    
    .container {
        width: 1060px;
        padding: 0;
    }

}
#basket-button svg {
    opacity: 0;
}

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

    #basket-button {
        margin-right: 10px;
    }

    #basket-button svg {
        opacity: 1;
    }
    #basket-button .corz {
        display: none;
    }

}

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

    #header-left {
        padding: 100px 0 0;
    }

    #header-right {
        padding-top: 0;
        padding-bottom: 40px;
    }

    #header-right #basket-button {
        width: 240px;
        right: 0;
        top: 75px;
    }

    div.navbar-toggle {
        width: 80px;
    }

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

    #header-right #custom-links {
        float: left !important;
        width: 30%;
        margin-top: 15px;
    }

    .app-logo {
        width: 100%;
    }

    .social a {
        margin-right: 20px;
    }

    #banner #banner-const {
        width: 37%;
    }

    #banner .carousel-inner {
        width: 100%;
    }

    #index-catalog-menu ul {
        margin: 0 0 0 20px;
    }

    #btn-collapsebasket {
        right: -130px;
    }

}

#banner .desk-banner,
#banner .mobile-banner,
#banner video {
    width: 100%;
    display: block;
}
.mobile-banner {
    display: none !important;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 770px) {
    .mobile-banner {
        display: block !important;
    }
    .desk-banner {
        opacity: 0;
        display: none !important;
    }


}

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

    #show-pict .modal-content {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: "pict" "body" "footer";
    }

    #header-left {
        float: left;
    }

    #header-right {
        padding-bottom: 0;
        padding-top: 100px;
        float: right;
    }

    footer {
        padding-bottom: 10px;
        background-size: cover;
    }

    #footer #footer-links {
        width: 56%;
    }

    .app-logo {
        width: 210px;
        float: left !important;
    }

    #footer .info {
        margin-top: 30px;
    }

    #footer #time {
        float: left;
    }

    #footer .telephone {
        float: right;
    }

    #banner .banner-inner {
        padding-bottom: 10px;
    }

    #banner #banner-const {
        width: 48%;
    }

    #banner .carousel-inner {
        width: 100%;
    }

    button.close {
        top: 20px;
        right: 20px;
    }

    .text-block {
        column-count: 1;
    }

    #btn-collapsebasket {
        right: -540px;
    }

    #basket-block {
        margin-top: 50px;
    }

    #order {
        padding: 50px 30px 50px;
    }

    #order-form {
        padding: 50px 30px 50px;
    }

    #register-dialog .form-control {
        margin-left: 0;
    }

    #o-kompanii-header + #page_content .pull-left,
    #o-kompanii-header + #page_content .pull-right
    #terms_of_payment-header + #page_content .pull-left,
    #terms_of_payment-header + #page_content .pull-right {
        width: 100%;
    }

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

    .img-wrap::before {
        width: 55%;
        height: 83%;
        margin-left: -27%;
        margin-top: -27%;
    }

    .modal-content {
        padding: 50px;
    }

    button.close {
        top: 30px;
        right: 30px;
    }

    #header-fix {
        width: 100%;
    }



    .auth {
        display: none;
    }

    #header-right .info {
        float: right !important;
        margin: 0;
    }

    #footer .footer-block {
        display: grid;
        grid-template-rows: 1fr 1fr;
        justify-content: center;
        align-items: center;
        justify-items: center;
    }

    #banner #banner-const,
    #banner .carousel-inner {
        width: 100%;
        height: fit-content;
        margin-bottom: 30px;
    }

    .catalog-menu-item {
        margin-left: 13%;
        transform: scale(1.2);
    }

    .catalog-menu-item a {
        height: 140px;
    }

    #show-pict .modal-content {
        padding-top: 85px;
    }

    .text-block {
        column-count: 1;
        padding-left: 0;
    }

    #btn-collapsebasket {
        right: -76%;
    }

    #login-dialog .form-group {
        width: 70%;
    }

    #login-dialog .form-control,
    #register-dialog .form-control {
        margin-left: 0;
    }

    .catalog-menu-item a span {
        top: 100%;
    }

    #actions .action {
        height: auto;
        width: auto;
    }
    #actions img {
        height: auto;
        width: auto;
    }
}

@media screen and (max-width: 627px) {
    #header-left {
        width: 100%;
    }

    #header-right {
        float: right;
        font-size: 0.8em;
        width: 100%;
        padding-top: 0;
    }



    #footer .footer-block {
        /*grid-template-rows: 1fr 1fr 1fr;*/
    }

    #footer #footer-links {
        width: 100%;
    }

    .app-logo {
        width: 40%;
        margin-right: 5%;
    }
    
    #index-catalog-menu ul {
        margin: 0;
    }

    .catalog-menu-item {
        margin-left: 9%;
        width: 35%;
    }

    .catalog-menu-item a {
        height: 180px;
    }

    .catalog-menu-item a span {
        top: 110%;
    }

    #show-pict .modal-content {
        padding: 60px 10px 20px;
    }

    button.close {
        top: 10px;
        right: 10px;
    }

    #show-pict .modal-body {
        padding: 0;
    }

    #show-pict .brif-text {
        margin-top: 10px;
    }

    #show-pict .modal-body {
        padding: 0 15px;
    }

    #show-pict .weight {
        padding-left: 15px;
    }

    #actions .action {
        height: auto;
        width: auto;
    }
    #actions img {
        height: auto;
        width:  auto;
    }

    #request-call fieldset {
        margin-left: 0;
    }

    #btn-collapsebasket {
        right: -60%;
    }

    #order .total {
        width: 100%;
    }

    #order #order_price {
        margin-left: 20px;
    }

    #order #order-block-btn {
        width: 80%;
        margin: 30px 10% 50px;
    }

    #order #get_order {
        margin: 0;
        padding: 20px 30px;
        width: 100%;
    }

    #new_order_dialog #recuired-data > .form-group,
    #new_order_dialog #address-data > .form-group {
        width: 41%;
    }

    .center-627px {
        float: none !important;
        margin-left: 30%;
    }

    #new_order_dialog #extra-data > .form-group {
        width: 90%;
    }

    #new_order_dialog #order_submit.btn,
    #new_order_dialog #payment_submit.btn,
    #new_order_dialog #order_submit_cash.btn {
        width: 80%;
        margin: 0 10% 50px;
    }

    #login-dialog .form-group {
        margin-left: 40px;
    }

    #login-dialog button {
        margin-right: 40px;
    }

    #login-dialog a {
        margin-bottom: 40px;
    }

    #register-dialog .form-group {
        width: 80%;
        margin: 0 10%;
    }

    #registration-submit {
        margin: 40px 10%;
        width: 80%;
    }

    .catalog-menu-item {
        margin-bottom: 100px;
    }

    .catalog-menu-item a {
        height: 110px;
    }

}
.banner-inner {
    padding: 0 !important;
}
@media screen and (max-width: 500px) {


    #logo {
        transform: translate(-50%, 0) !important;
    }
    #basket-price {
        display: none;
    }
    /*.h-cont {*/
    /*    height: 110px;*/
    /*        align-items: flex-start;*/
    /*}*/
    /*#logo {*/
    /*    bottom: 0*/
    /*}*/

}


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



    
    .catalog-menu-item {
        margin-bottom: 50px;
    }

    .catalog-menu-item a {
        height: 110px;
    }

    .catalog-menu-item a span {
        top: 90%;
    }

    #footer .footer-block {
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }

    #footer .info {
        width: 100%;
        grid-template-rows: 1fr 1fr;
    }

    #request-call label,
    #request-call div {
        width: 100%;
        margin-bottom: 15px;
    }

    #btn-collapsebasket {
        right: -38%;
    }

    #order {
        padding: 0;
        box-shadow: none;
    }

    #order-table td:nth-child(1),
    #order-table th:nth-child(1) {
        width: 45%;
    }

    #order-table thead {
        display: none;
    }

    #order-table > tbody tr::before {
        display: none;
    }

    #order-table .node-del,
    #order-table .node-add {
        font-size: 3em;
    }

    #order .promo-input {
        margin-bottom: 50px;
    }

    #order-form {
        padding: 50px 0 0;
        box-shadow: none;
    }

    #new_order_dialog #recuired-data > .form-group,
    #new_order_dialog #address-data > .form-group {
        width: 90%;
    }

    .center-627px {
        float: left !important;
        margin-left: 0;
    }

    #new_order_dialog #order_submit.btn,
    #new_order_dialog #payment_submit.btn,
    #new_order_dialog #order_submit_cash.btn {
        width: 100%;
        margin: 0 0 50px;
        padding: 20px 30px;
    }

    #login-dialog a {
        margin-left: 0;
    }

    #login-dialog button {
        width: 80%;
        margin-right: 10%;
    }

    #registration-submit {
        padding: 20px 30px;
    }

    #actions .action {
        margin: 3px;
        height: auto;
        width: auto;
    }
    #actions img {
        height: auto;
        width:  auto;
    }
}

div.vacancies {
    box-sizing: border-box;
    border-radius: 30px;
}
div.vacancies img {
    border-radius: 30px;
}
div.vacancies p {
    font-size: 1.3em;
}

@media screen and (max-width: 360px) {
    .content-header h3 {
        font-size: 24px;
        margin: 20px 0;
    }

    #actions .action {
        margin: 1px;
    }
}
