
.tablebodytext {
    display: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
} 
::webkit-selection {
    background: #000;
    color: #fff;
} 
::selection {
    background: #000;
    color: #fff;
}

* {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.form-control {
    padding: 6px 8px;
}

.input-lg, .form-group-lg .form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}


#print-window {
    display: none;
}

html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
    line-height: 1.154;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #2b2f33;
    background: #fafafa;
    /*opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;*/
}
/*body.ready {
    opacity: 1;
}*/

.breadcrumb-fa {
    margin: 0 6px;
}

.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}

.color--red {
    color: #d00a27 !important;
}
.color--grey {
    color: #aaa !important;
}

input {
    text-overflow: ellipsis;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #e7e8ec;
}


.input-group-addon .fa {
    width: 12px;
    text-align: center;
}

/* Переопределяем Бутстрап */

.form-control:focus {
    border-color: #5e81a8;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control.center {
    padding-left: 0;
    padding-right: 0;
}

.bootstrap-datetimepicker-widget {
    color: #333;
}

input, .form-control, .input-group-addon {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    border-radius: 2px !important;
}

ol, ul {
    padding-left: 20px;
}

.alert {
    padding: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.btn {
    text-decoration: none;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    border-radius: 2px !important;
}
.btn:hover {
    text-decoration: none;
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu {
    overflow-Y: auto;
    overflow-X: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.dropdown-menu>li>a {
    text-decoration: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background: #5e81a8;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f7fa !important;
}



.input-group.focus {}
.input-group.focus input {
    border-color: #5e81a8 !important;
}
.input-group.focus .input-group-addon,
.input-group a.input-group-addon:hover {
    border-color: #5e81a8 !important;
    background: #5e81a8 !important;
    color: #fff !important;
}



.btn .icon-right {
    margin-left: 6px;
}
.btn .icon-left {
    margin-right: 6px;
}

.dropdown-toggle {
    cursor: pointer !important;
}



.dropdown {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}
.dropdown--fw {
    display: block;
}
.dropdown .value {
    /*position: relative;
    display: block;
    font-weight: bold;
    height: 26px;
    line-height: 26px;*/
    padding: 0 30px 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    /*text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;*/
}
.dropdown .value.VKAPP__button b {
    font-weight: normal;
}
.dropdown:hover .value:not(.VKAPP__button) {
    background: #fff;
}
.dropdown .value .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
}
.dropdown .sub {
    max-height: 300px;
    margin-left: -2px;
}
.dropdown-header {
    padding: 3px 15px;
}
.dropdown .sub a {
    display: block;
    min-width: 287px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
    padding: 0px 15px;
    text-decoration: none;
}
.dropdown .sub a:hover {
    background-color: #f5f7fa;
}

.dropdown-inline-divide {
    vertical-align: middle; 
    color: #567ca4; 
    margin: 0 4px 0 5px;
}


.select-buttons {}
.select-buttons .VKAPP__button {
    margin-bottom: 4px;
}

.pagination {
    margin: 0;
    border-radius: 2px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}


.p20 {
    padding: 20px !important;
}
.p1530 {
    padding: 15px 30px !important;
}
.p2030 {
    padding: 20px 30px !important;
}
.p2540 {
    padding: 25px 40px !important;
}
.p30 {
    padding: 30px !important;
}

.pt5 {
    padding-top: 5px;
}

.br0 {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.ml20 {
    margin-left: 20px;
}
.mr20 {
    margin-right: 20px;
}
.mt5 {
    margin-top: 5px;
}
.mt17 {
    margin-top: 17px;
}
.mb20 {
    margin-bottom: 20px;
}

.lh30 {
    line-height: 30px;
}

a {
    color: #285473;
    text-decoration: underline;
}
a:hover,
a:active {
    color: #285473;
    text-decoration: none;
}
a.link {
    text-decoration: none !important;
    border-bottom: 1px solid rgba(94,129,168,0.3);
}
a.link:hover,
a.link:active {
    text-decoration: none !important;
    border-bottom: 1px solid #5e81a8;
}
a.link--white {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
a.link--white:hover,
a.link--white:active {
    border-bottom: 1px solid #fff;
}

label span {
    font-weight: normal;
    color: rgba(255,255,255,0.7);
}

h1 {
    font-size: 20px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 25px;
    margin: 0 0 16px;
}
h2 {
    font-size: 17px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 150%;
    margin: 0 0 10px;
}
h3 {
    font-size: 15px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 130%;
    margin: 0 0 10px;
    color: #555;
}
h3 .fa { 
    margin-right: 5px;
}

h1:last-child, 
h2:last-child, 
h3:last-child {
    margin-bottom: 0;
}

/* TODO Паходу не нужно

.cols {}
.cols .col {
    width: 50%;
}
.cols .col-left {
    float: left;
}
.cols .col-right {
    float: right;
}
.cols-3 {}
.cols-3 .col {
    width: 33%;
    float: left;
}
.cols-3 .col-3 {
    width: 34%;
    float: right;
}
*/


.jGrowl .urapywka {
    background: rgba(0,0,0,0.75);
    opacity: 1;
    filter: alpha(opacity = 100);
    width: 270px;
    padding: 15px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.jGrowl .urapywka .jGrowl-close {
    display: none;
}
.jGrowl .urapywka .jGrowl-header {
    display: none;
}
.jGrowl .urapywka .jGrowl-message {
    color: #fff;
}


.ajax-container {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.ajax-container.loading {
    opacity: 0.7;
}


#ajax-load-container {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#ajax-load-container.loading {
    opacity: 0.7;
}



.box {}
.box-body {}
.box-footer {}


.form-inline {}
.form-inline .input {
    float: left;
    margin-right: 15px;
}
.form-inline .input.pull-right {
    margin-right: 0;
    margin-left: 15px;
}

/*.box-form-line {
    margin: 0 0 15px;
}*/
/*.box-form-line:last-child {
    margin: 0;
}*/
.box-form-line .input {
    /*margin-bottom: 2px;*/
    margin-bottom: 15px;
}

.box-form-line-hr {
    border-bottom: 1px solid #DAE1E8;
    height: 0;
    margin: 35px -30px 15px;
}
.box-form-line-hr span {
    background: #fff;
    padding: 0 5px;
    margin: -14px 0 0 25px;
    vertical-align: top;
    display: inline-block;
}

.datetime-inline {
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}



.table .col-nowrap-1 {
    width: 1%;
    white-space: nowrap;
}
.table .right {
    text-align: right;
}






.table-clients {}
.table-clients .item {
    cursor: pointer;
}

.table-menu {}
.table-menu .item {
    cursor: pointer;
}
.table-menu .item.disabled {
    opacity: 0.3;
}
.table-menu__name {
    font-weight: 500;
    margin-bottom: 4px;
}
.table-menu .item.disabled .table-menu__name {
    text-decoration: line-through;
}
.table-menu__description {
    font-size: 12px;
    line-height: 1.2;
    color: #777;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-sections {}
.table-sections .item {
    cursor: pointer;
}
.table-sections .item.disabled {
    opacity: 0.3;
    text-decoration: line-through;
}

.table-orders {}
.table-orders .item {
    cursor: pointer;
}
.table-orders .item.danger {
    /*opacity: 0.5;*/
}
.table-orders td {
    vertical-align: middle !important;
}
.table-orders .user-name {
    display: inline-block;
    /*font-weight: bold;*/
    margin-right: 7px;
}
.table-orders .user-phone {
    display: inline-block;
    color: #265386;
    font-size: 15px;
    font-weight: bold;
}
.table-orders .user-phone .fa-phone {
    font-size: 13px;
}
.table-orders .user-adres {
    color: #777;
}
.table-orders .sum {
    text-align: right;
}
.table-orders .discount {
    text-align: right;
}
.table-orders .total {
    text-align: right;
}



.table-personal-orders {}
.table-personal-orders .item {
    cursor: pointer;
}
.table-personal-orders .item.danger {
    /*opacity: 0.5;*/
}
.table-personal-orders td {
    vertical-align: middle !important;
}
.table-personal-orders .user-name {
    display: inline-block;
    /*font-weight: bold;*/
    margin-right: 7px;
}
.table-personal-orders .user-phone {
    display: inline-block;
    color: #265386;
    font-size: 15px;
    font-weight: bold;
}
.table-personal-orders .user-phone .fa-phone {
    font-size: 13px;
}
.table-personal-orders .user-adres {
    color: #777;
}
.table-personal-orders .sum {
    text-align: right;
}
.table-personal-orders .discount {
    text-align: right;
}
.table-personal-orders .total {
    text-align: right;
}




.notification,
.notification:focus {
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 40px;
    right: 40px;
    width: 300px;
    height: 100px;
    text-decoration: none;
    text-transform: uppercase;
    background: #7AC943;
    color: #fff;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.notification:hover {
    text-decoration: none;
    color: #fff;
    background: #71BA38;
}
.notification .fa-bell {
    margin-right: 10px;
}





.combobox-container {}
.combobox-container .input-group {
    width: 100%;
}
.combobox-container .input-group-addon {
    width: 36px;
    padding: 6px 0;
    text-align: center;
}



.UR_pager {
    padding-top: 12px;
}
.UR_pager .nav-title {
    display: none;
}
.UR_pager .nav-pages {}
.UR_pager .nav-pages a {
    display: inline-block;
    margin-right: 1px;
    text-align: center;
    padding: 0 9px;
    height: 28px;
    line-height: 26px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    background: #45688e;
    border: 1px solid #45688e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.UR_pager .nav-pages a:hover {
    background: #2a5885;
    border-color: #2a5885;
}
.UR_pager .nav-pages span {
    display: inline-block;
    margin-right: 1px;
    text-align: center;
    padding: 0 9px;
    height: 28px;
    line-height: 26px;
    font-size: 15px;
    color: #45688e;
    background: #fff;
    border: 1px solid #45688e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}



.VKAPP__box {}
.VKAPP__box__title {}



.actions-index {
    position: relative;
    height: 590px;
    width: 1px;
    min-width: 100%;
}
.actions-index a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.actions-index a:hover {
    border-bottom: 1px solid #fff;
}
.actions-index .item {
    cursor: move;
    height: 590px;
    background: #C11021;
    color: #fff;
    text-align: center;
    padding: 80px 0 0;
}
.actions-index .item .subtitle {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    line-height: 24px;
    margin-bottom: 30px;
}
.actions-index .item .title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 40px;
}
.actions-index .item .title span {
    font-size: 60px;
}
.actions-index .item .description {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    line-height: 24px;
}
.actions-index .item .img {
    margin: 0 auto;
    width: 100%;
    height: 210px;
    background: url('/img/bant.svg') no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
}
.actions-index .owl-dots {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.actions-index .owl-dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 6px;
    background: #C11021;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.actions-index .owl-dot:hover {
    background: rgba(255,255,255,0.2);
}
.actions-index .owl-dot.active {
    background: #fff;
}


.VKAPP__map {
    margin: 1px 0;
    overflow: hidden;
}
.VKAPP__map #map {
    background: #F7F1D9;
    height: 380px;
}


.UR_menu {
    margin: 0 -10px 20px;
}
.UR_menu .item {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*width: 33%;*/
    width: 49.5%;
    /*float: left;*/
    padding: 10px 10px;
    margin-bottom: 10px;
    border-right: 1px solid #fff;
}
.UR_menu--4 .item {
    width: 33%;
}
.UR_menu .item:hover {
    background: #f5f7fa; /*#fafafa;*/
}
.UR_menu .item.active {
    background: #295574;
}
.UR_menu .item .vk-like {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 20px;
}
.UR_menu .item .img {
    position: relative;
    display: block;
    height: 244.667px; /*260px;*/
    margin-bottom: 15px;
}
.UR_menu .item-labels {
    position: absolute;
    top: 10px;
    left: 10px;
}
.UR_menu .item-label {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.UR_menu .item .title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #295574;
    text-transform: uppercase;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.UR_menu .item .title a,
.UR_menu .item .title a:hover {
    color: #295574;
    text-decoration: none;
}
.UR_menu .item.active .title,
.UR_menu .item.active .title a,
.UR_menu .item.active .title a:hover {
    color: #fff;
}
.UR_menu .item .description {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    height: 48px;
}
.UR_menu .item.active .description {
    color: rgba(255,255,255,0.9);
}
.UR_menu .item .properties {}
.UR_menu .item .properties .property {
    position: relative;
    display: block;
    line-height: 16px;
    text-decoration: none;
    color: #5e81a8;
    padding-left: 24px;
    margin: 10px 0 6px;
}
.UR_menu .item.active .properties .property {
    color: rgba(255,255,255,0.9);
}
.UR_menu .item .properties .property:hover,
.UR_menu .item .properties .property--active {
    color: #285473;
}
.UR_menu .item.active .properties .property:hover,
.UR_menu .item.active .properties .property--active {
    color: #fff;
}
.UR_menu .item .properties .property:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 1px solid #5e81a8;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.UR_menu .item.active .properties .property:before {
    border: 1px solid #fff;
}
.UR_menu .item .properties .property--active:before {
    border: 1px solid #285473;
}
.UR_menu .item.active .properties .property--active:before {
    border: 1px solid #fff;
}
.UR_menu .item .properties .property--active:after {
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #285473;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.UR_menu .item .bottom {
    min-height: 33px;
}
.UR_menu .item .price-weight {
    float: left;
    line-height: 30px;
}
.UR_menu .item .price-weight .price {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #11120C;
    margin-right: 3px;
}
.UR_menu .item.active .price-weight .price {
    color: #fff;
}
.UR_menu .item .price-weight .weight,
.UR_menu .item .price-weight .volume {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #295574;
}
.UR_menu .item.active .price-weight .weight,
.UR_menu .item.active .price-weight .volume {
    color: rgba(255,255,255,0.8);
}
.UR_menu .item .cantbuy {
    float: right;
    line-height: 30px;
}
.UR_menu .item .cantbuy span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #6888ad;
    text-decoration: none;
    text-transform: uppercase;
}
.UR_menu .item .cantbuy a {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-top: 1px;
    margin-left: 4px;
    color: #D6A256;
    text-decoration: none;
}
.UR_menu .item .cantbuy a:hover {
    color: #11120C;
    text-decoration: none;
}
.UR_menu .item .cantbuy a:active {
    color: #11120C;
    text-decoration: none;
}
.cantbuy-info {
    width: 400px;
    padding-top: 20px;
}
.cantbuy-info p {}
.cantbuy-info p:last-child {
    margin-bottom: 0;
}
.UR_menu .item .buy {
    float: right;
    line-height: 30px;
}
.UR_menu .item .buy a {
    display: none;
    vertical-align: middle;
    font-size: 30px;
    color: #5e81a8;
    text-decoration: none;
}
.UR_menu .item .buy a.plus {
    display: inline-block;
}
.UR_menu .item .buy a:hover {
    color: #6888ad;
    text-decoration: none;
}
.UR_menu .item .buy a:active {
    color: #6888ad;
    text-decoration: none;
}
.UR_menu .item.active .buy a {
    display: inline-block;
    color: rgba(255,255,255,0.9);
}
.UR_menu .item.active .buy a:hover {
    color: #fff;
}
.UR_menu .item.active .buy a:active {
    color: rgba(255,255,255,0.9);
}
.UR_menu .item .buy .count {
    display: none;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    color: #5e81a8;
    margin: 0 5px;
}
.UR_menu .item.active .buy .count {
    display: inline-block;
    color: #fff;
}
.UR_menu .item .buy .count b {
    display: inline-block;
    min-width: 12px;
    font-weight: 600;
}




.UR_menu.list .item {
    overflow: hidden;
    width: 100%;
    float: none;
    padding: 5px 10px;
    margin-bottom: 1px;
    border-right: none;
    border-bottom: 1px dashed #eee;
}
.UR_menu.list .item.active {
    border-bottom: 1px solid #fff;
}
.UR_menu.list .item:last-child {
    border-bottom: none;   
}
.UR_menu.list .item .title {
    text-decoration: none;
    /*float: left;*/
    margin-bottom: 0px;
    margin-right: 10px;
    line-height: 1.4;
}
.UR_menu.list .item .title:focus,
.UR_menu.list .item .title:hover {
    text-decoration: none;
}
.UR_menu.list .item .description {
    /*float: left;*/
    margin-bottom: 0px;
    margin-right: 10px;
    line-height: 1.4;
    height: auto;
}
.UR_menu.list .item .bottom {
    overflow: hidden;
    padding-top: 8px;
}
.UR_menu.list .item .price-weight {
    float: left;
    line-height: 30px;
    margin-right: 20px;
}




.UR_menu-detail {}
.UR_menu-detail .media {
    position: relative;
    background: #fff; /*#11120C;*/
    border-bottom: 1px solid #e7e8ec;
    width: 1px;
    min-width: 100%;
}
.UR_menu-detail .media .item {
    display: block;
    text-align: center;
    height: 530px;
}
.UR_menu-detail .media .img {
    display: block;
    text-align: center;
    height: auto;
}
.UR_menu-detail .media .img img {
    max-width: 100%;
    max-height: 600px;
    height: auto;
}
.UR_menu-detail .media .owl-prev,
.UR_menu-detail .media .owl-next {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    opacity: 0.6;
    border: 1px solid #5e81a8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}
.UR_menu-detail .media .owl-prev:hover,
.UR_menu-detail .media .owl-next:hover {
    opacity: 1;
}
.UR_menu-detail .media .owl-prev {
    left: 15px;
}
.UR_menu-detail .media .owl-next {
    right: 15px;
}
.UR_menu-detail .media.active .owl-prev {
    opacity: 0;
    -webkit-transform: translateX(-30px) scale(1.2);
    -moz-transform: translateX(-30px) scale(1.2);
    -o-transform: translateX(-30px) scale(1.2);
    transform: translateX(-30px) scale(1.2);
}
.UR_menu-detail .media.active .owl-next {
    opacity: 0;
    -webkit-transform: translateX(30px) scale(1.2);
    -moz-transform: translateX(30px) scale(1.2);
    -o-transform: translateX(30px) scale(1.2);
    transform: translateX(30px) scale(1.2);
}
.UR_menu-detail .media .owl-prev:before,
.UR_menu-detail .media .owl-next:before {
    display: inline-block;
    color: #5e81a8;
    font: normal normal normal 36px/58px FontAwesome;
}
.UR_menu-detail .media .owl-prev:before {
    content: "\f104";
    margin: -1px 0 0 -5px;
}
.UR_menu-detail .media .owl-next:before {
    content: "\f105";
    margin: -1px 0 0 5px;
}

.UR_menu-detail .text {
    padding: 15px 15px 13px;
}
.UR_menu-detail .title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #295574;
    text-transform: uppercase;
}
.UR_menu-detail .description {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    color: #333;
}
.UR_menu-detail .properties {}
.UR_menu-detail .properties .property {
    position: relative;
    display: block;
    line-height: 16px;
    text-decoration: none;
    color: #5e81a8;
    padding-left: 24px;
    margin: 10px 0 6px;
}
.UR_menu-detail .properties .property:hover,
.UR_menu-detail .properties .property--active {
    color: #285473;
}
.UR_menu-detail .properties .property:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 1px solid #5e81a8;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.UR_menu-detail .properties .property--active:before {
    border: 1px solid #285473;
}
.UR_menu-detail .properties .property--active:after {
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #285473;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.UR_menu-detail .price-weight {
    float: left;
    line-height: 30px;
}
.UR_menu-detail .price-weight .price {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #11120C;
    margin-right: 3px;
}
.UR_menu-detail .price-weight .weight,
.UR_menu-detail .price-weight .volume {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #295574;
}
.UR_menu-detail .cantbuy {
    float: right;
    line-height: 30px;
}
.UR_menu-detail .cantbuy span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #6888ad;
    text-decoration: none;
    text-transform: uppercase;
}
.UR_menu-detail .buy {
    float: right;
    line-height: 30px;
}
.UR_menu-detail .buy a {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #5e81a8;
    text-decoration: none;
}
.UR_menu-detail .buy a:hover {
    color: #6888ad;
    text-decoration: none;
}
.UR_menu-detail .buy a:active {
    color: #6888ad;
    text-decoration: none;
}
.UR_menu-detail .buy .count {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    color: #5e81a8;
    margin: 0 5px;
}
.UR_menu-detail .buy .count b {
    display: inline-block;
    min-width: 12px;
    font-weight: 600;
}




.VKAPP__sections-grid-3 {
    margin: 10px 10px 20px;
    /*text-align: center;*/
    font-size: 0;
}
.VKAPP__sections-grid-3 .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 33.3333%;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.VKAPP__sections-grid-3 .item:hover {
    background: #f5f7fa; /*#fafafa;*/
}
.VKAPP__sections-grid-3 .item.active {
    background: #295574;
}
.VKAPP__sections-grid-3 .item a,
.VKAPP__sections-grid-3 .item a:focus,
.VKAPP__sections-grid-3 .item a:hover {
    text-decoration: none;
}
.VKAPP__sections-grid-3 .item .img {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.VKAPP__sections-grid-3 .item .img img {
    width: 100%;
    height: auto;
}
.VKAPP__sections-grid-3 .item .title {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #295574;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.VKAPP__sections-grid-3 .item:hover .title {
    color: #295574;
}



.VKAPP__sections-grid-4 {
    margin: 10px 10px 20px;
    /*text-align: center;*/
    font-size: 0;
}
.VKAPP__sections-grid-4 .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 25%;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.VKAPP__sections-grid-4 .item:hover {
    background: #f5f7fa; /*#fafafa;*/
}
.VKAPP__sections-grid-4 .item.active {
    background: #295574;
}
.VKAPP__sections-grid-4 .item a,
.VKAPP__sections-grid-4 .item a:focus,
.VKAPP__sections-grid-4 .item a:hover {
    text-decoration: none;
}
.VKAPP__sections-grid-4 .item .img {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.VKAPP__sections-grid-4 .item .img img {
    width: 100%;
    height: auto;
}
.VKAPP__sections-grid-4 .item .title {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #295574;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.VKAPP__sections-grid-4 .item:hover .title {
    color: #295574;
}



.order-form {
    padding: 40px 40px 30px;
    background: #5e81a8;
}
.order-form .line {
    /*margin-bottom: 10px;*/
}
.order-form .line:last-child {
    margin-bottom: 0px;
}
.order-form .line.important {
    background: #295574;
    padding: 10px 20px 20px;
    margin: -20px -20px 10px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
}
.order-form .line.important .required {
    color: #295574;
}
.order-form label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin-bottom: 4px;
}
.order-form label .info {
    font-size: 11px;
    opacity: 0.7;
    margin-left: 8px;
    margin-right: 8px;
}
.order-form .input {}
.order-form .input--error label,
.order-form .input--error label span {
    color: red;
}
.order-form input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    border: none;
    font-size: 16px;
    /*text-transform: uppercase;*/
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.order-form textarea {
    display: block;
    width: 100%;
    min-height: 40px;
    line-height: 1.3;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    font-size: 15px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.order-form .persons-count {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    vertical-align: top;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.order-form .persons-count input {
    background: none;
    padding: 0; 
    display: inline-block;
    width: 26px;
    font-size: 16px;
    line-height: 1;
    text-align: right;
    margin-right: 2px;
}
.order-form .persons-count a {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}
.order-form .persons-count a:hover {
    color: #fff;
    text-decoration: none;
}
.order-form .persons-count a:active {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}
.order-form .persons-count a.minus {
    margin-right: 7px;
}
.order-form .persons-count a.plus {
    margin-left: 12px;
}
.order-form .persons-count .desc {
    font-weight: 300;
    margin-left: 12px;
    font-size: 14px;
    vertical-align: middle;
    text-transform: uppercase;
    opacity: 0.7;
}

.order-form-bottom-info {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.3;
    color: #666;
    text-align: center;
}

.order-form .dropdown {
    margin-bottom: 15px;
}
.order-form .dropdown input {
    /*display: none;*/
}

.order-form .UR_select {
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.order-form .UR_select input {
    /*display: none;*/
}
.order-form .UR_select a,
.order-form .UR_select a:focus {
    display: block;
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #6888ad;
    background: #fff;
    text-align: center;
}
.order-form .UR_select--3 a,
.order-form .UR_select--3 a:focus {
    width: 33.33%;
}
.order-form .UR_select a:hover {
    background: #fff; 
    color: #295574;
}
.order-form .UR_select a.active {
    color: #fff;
    background: #295574;
    border: 1px solid #fff;
    line-height: 38px;
}
.order-form .UR_select a.active:before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f00c";
    display: inline-block;
    margin-right: 8px;
}



.UR_order {}
/*.UR_order-cols .col-left {
    float: left;
    width: 60%;
    overflow: hidden;
}
.UR_order-cols .col-right {
    float: right;
    width: 37%;
    overflow: hidden;
}*/
.UR_order-cols .col-right.disabled {
    opacity: 0.3;
    -webkit-filter: blur(2px) grayscale(100%);
    filter: blur(2px) grayscale(100%);
}



.UR_order-error {
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #d00a27;
}




.UR_order-success {
    text-align: center;
    padding: 60px 0;
}
.UR_order-success .icon {
    display: inline-block;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
}
.UR_order-success .icon.icon-dlvry {
    background: url('/img/default-100.svg') no-repeat center center;
    background-size: contain;
}
.UR_order-success .title {
    font-size: 36px;
    text-transform: uppercase;
    color: #5e81a8;
    margin-bottom: 20px;
}
.UR_order-success .description {
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 20px;
}
.UR_order-success .allow p {
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #5e81a8;
}


.UR_order-basket {
    margin-bottom: 20px;
}
.UR_order-basket.empty {
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    background: #f44336;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.UR_order-basket.empty span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
.UR_order-basket table {
    width: 100%;
}
.UR_order-basket table tr {
    border-bottom: 1px solid #eee;
}
.UR_order-basket table th {
    font-size: 13px;
    font-weight: bold;
    color: #444;
    padding: 0 3px 3px;
}
.UR_order-basket table td {
    font-size: 16px;
    padding: 5px 3px;
}
.UR_order-basket .img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.UR_order-basket .name {
    cursor: pointer;
    color: #295574;
}
.UR_order-basket .name:hover {
    color: #295574;
}
.UR_order-basket .name:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    display: inline-block;
    margin-left: 5px;
    color: #a7b2c0;
}
.UR_order-basket .show-description .name:after {
    display: none;
}
.UR_order-basket .property {
    font-size: 12px;
    line-height: 1.1;
    margin-top: 4px;
    color: #333;
}
.UR_order-basket .description {
    display: none;
    font-size: 12px;
    line-height: 1.1;
    margin-top: 4px;
    color: #333;
}
.UR_order-basket .show-description .description {
    display: block;
}
.UR_order-basket .more {
    font-size: 12px;
    margin-top: 6px;
}
.UR_order-basket .buy {
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
}
.UR_order-basket .buy a {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #5e81a8;
    text-decoration: none;
}
.UR_order-basket .buy a:hover {
    color: #6888ad;
    text-decoration: none;
}
.UR_order-basket .buy a:active {
    color: #6888ad;
    text-decoration: none;
}
.UR_order-basket .buy .count {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    color: #5e81a8;
    margin: 0 5px;
}
.UR_order-basket .buy .count b {
    display: inline-block;
    min-width: 12px;
    font-weight: 600;
}
.UR_order-basket .sum {
    text-align: right;
    white-space: nowrap;
    padding-left: 10px;
}
.UR_order-basket .sum span {
    font-size: 18px;
    font-weight: bold;
}
.UR_order-basket .sum .fa {
    font-size: 13px;
}


.UR_order-minimum {
    color: #f44336;
    font-size: 14px;
    margin: -16px 0 16px;
}

.UR_order-total {
    text-align: right;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1;
}
.UR_order-total.error {
    color: #d00a27;
}
.UR_order-total .value {
    float: right;
    color: #D6A256;
}
.UR_order-total b {
    font-size: 16px;
    margin: 0 1px 0 3px;
}
.UR_order-total .fa-rub,
.UR_order-total .fa-percent {
    font-size: 13px;
}



.UR_order-total-arrow {
    text-align: right;
    margin-top: 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1;
}
.UR_order-total-arrow .value {
    position: relative;
    float: right;
    color: #295574;
    -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
/* // TODO добавить анимациии ?
.op0 .UR_order-total-arrow .value {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
}*/
/*.UR_order-total-arrow .value:after {
    position: absolute;
    top: 0;
    right: -26px;
    content: "";
    display: block;
    width: 30px;
    height: 50px;
    background: url('/img/btn-angles.svg') no-repeat right center;
}*/
.UR_order-total-arrow b {
    font-size: 18px;
    margin: 0 3px 0 5px;
}
.UR_order-total-arrow .fa-rub {
    font-size: 14px;
}



.UR_order-gift {
    display: none;
    margin-top: 30px;
}
.UR_order-gift.active {
    display: block;
}

.gifts {
    margin: 0 0 20px;
}
.gifts .items {}
.gifts .item {
    width: 50%;
    float: left;
    padding: 10px 10px;
    background: #fff;
}
.gifts .item:hover {
    background: #fafafa;
}
.gifts .item.active {
    background: #295574;
}
.gifts .item .img {
    display: block;
    margin-bottom: 10px;
}
.gifts .item .title {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #295574;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gifts .item.active .title {
    color: #fff;
}
.gifts .item .description {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    height: 44px;
}
.gifts .item.active .description {
    color: rgba(255,255,255,0.9);
}
.gifts .item .price-weight {
    float: left;
    line-height: 40px;
}
.gifts .item .price-weight .price {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #11120C;
    margin-right: 3px;
    text-transform: uppercase;
}
.gifts .item.active .price-weight .price {
    color: #fff;
}
.gifts .item .price-weight .weight,
.gifts .item .price-weight .volume {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #295574;
}
.gifts .item.active .price-weight .weight,
.gifts .item.active .price-weight .volume {
    color: rgba(255,255,255,0.9);
}
.gifts .item .buy {
    float: right;
    line-height: 30px;
}
/*.gifts .item .buy a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    background: #fff;
    color: #D6A256;
    border: 1px solid #D6A256;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.gifts .item .buy a:hover {
    background: #D6A256;
    color: #fff;
}
.gifts .item.active .buy a {
    border: 1px solid #fff;
    background: #fff;
    color: #11120C;
    padding: 0;
    width: 40px;
}
*/

.gifts .item .buy a {
    display: none;
    vertical-align: middle;
    font-size: 30px;
    color: #5e81a8;
    text-decoration: none;
}
.gifts .item .buy a.plus {
    display: inline-block;
}
.gifts .item.active .buy a {
    display: inline-block;
    color: #fff;
}
.gifts .item .buy a:hover {
    color: #6888ad;
    text-decoration: none;
}
.gifts .item .buy a:active {
    color: #6888ad;
    text-decoration: none;
}
.gifts .item.active .buy a:hover {
    color: #fff;
}
.gifts .item.active .buy a:active {
    color: rgba(255,255,255,0.9);
}
.gifts .item .buy .count {
    display: none;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    color: #5e81a8;
    margin: 0 5px;
}
.gifts .item.active .buy .count {
    display: inline-block;
    color: #fff;
}
.gifts .item .buy .count b {
    display: inline-block;
    min-width: 12px;
    font-weight: 600;
}



.UR_order-actions {
    margin-top: 30px;
}
.UR_order-actions .info {
    color: #6888ad;
}
.UR_order-actions ul {
    font-size: 15px;
    line-height: 150%;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}
.UR_order-actions ul li {
    margin-bottom: 3px;
}


.UR_order-vk-action {
    margin-top: 30px;
    padding: 15px;
    background: #edeef0;
    border: 1px dashed #6888ad;
}



.input-map {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}




.add-file {}
.add-file input {
    display: none;
}

.fileupload-progress {
    display: none;
    background: #eef0f3;
    margin: -1px 0 0;
}
.fileupload-progress.active {
    display: block;
}
.fileupload-progress .bar {
    height: 1px;
    background: #E6332A;
}

.fileupload-dropzone {
    background: #fff;
    border: 1px dashed #d7dee6;
    padding: 25px 30px 30px;
    text-align: center;
}
.fileupload-dropzone:hover {
    border-color: #aaa;
}
.fileupload-dropzone p {
    display: block;
    font-size: 16px;
    color: #d7dee6;
    margin: 0 0 20px;
}
.fileupload-dropzone:hover p {
    color: #aaa;
}
.fileupload-dropzone .or {
    margin: 8px 4px;
    font-size: 12px;
    color: #555;
}
/*.fileupload-dropzone.in {
    border: 1px dashed #6286ae;
}
.fileupload-dropzone.in span {
    color: #6286ae;
}*/
.fileupload-dropzone.hover {
    border-color: #E6332A;
}
.fileupload-list {
    overflow: hidden;
    margin: 0 -5px;
}
.fileupload-list .file {
    position: relative;
    margin-top: 10px;
    float: left;
    width: 25%;
}
.fileupload-list.big .file {
    width: 100%;
    float: none;
    /*margin-top: 0;*/
    /*margin-bottom: 10px;*/
}
.fileupload-list .file .file-img {
    margin: 0 5px;
    padding: 4px;
    background: #fff;
    border: 1px solid #f3f3f3;
}
.fileupload-list .file img {
    width: 100%;
    height: auto;
}
.fileupload-list .file .remove {
    position: absolute;
    cursor: pointer;
    color: #333;
    top: 8px;
    left: 13px;
}
.fileupload-list .file .remove:hover {
    color: #E6332A;
}




.animate--shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(1px, 0, 0);
  }
}



/* ************************************************************ */

.VKAPP {
    width: 100%;
    max-width: 100%;
    /*overflow-x: hidden; // TODO overflow-y тоже становится хиден? */
}
/*.VKAPP__group_name {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.VKAPP__user_name {
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}*/
.VKAPP__user_name .fa {
    margin-right: 10px;
}
.VKAPP__top-line {
    padding: 0 15px;
    margin-top: -1px;
    border-top: 1px solid #e7e8ec;
    border-bottom: 1px solid #e7e8ec;
}
.VKAPP__top-line--light-blue {
    background: #fafbfc;
}
.VKAPP__top-line--blue {
    background: #507299;
    color: #fff;
}
.VKAPP__top-line--blue a {
    color: #fff;
}
.VKAPP__top-line--red {
    background: #f44336;
    color: #fff;
}
.VKAPP__top-line h1 {
    line-height: 46px;
    vertical-align: middle;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.VKAPP__top-line h1 span {
    margin-left: 10px;
}
.VKAPP__top-line h1 .blue {
    color: #6888ad;
}
.VKAPP__top-notification {
    padding: 10px 15px;
}
.VKAPP__top-menu {
    margin-left: -5px;
}
.VKAPP__top-menu .item {
    display: inline-block;
    vertical-align: top;
}
.VKAPP__top-menu .item span {
    color: #656565;
    display: block;
    padding: 15px 0;
    margin: 0 -2px;
    outline: none;
    text-decoration: none;
}
.VKAPP__top-menu .item a {
    color: #656565;
    display: block;
    padding: 16px 6px 15px;
    margin: 0 4px -1px;
    outline: none;
    text-decoration: none;
}
.VKAPP__top-menu .item a:hover {
    text-decoration: none;
    border-bottom: 2px solid #cad2db;
    padding-bottom: 13px;
}
.VKAPP__top-menu .item.active a {
    color: #000;
    border-bottom: 2px solid #6387ac;
    padding-bottom: 13px;
}
.VKAPP__top-menu .item.red a {
    color: #e57373;
}
.VKAPP__top-menu .item.red a:hover {
    color: #e57373;
    border-bottom: 2px solid #ef9a9a;
}
.VKAPP__top-menu .item.red.active a {
    color: #f44336;
    border-bottom: 2px solid #f44336;
}
.VKAPP__top-cart {}

.VKAPP__top-back {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 47px;
    line-height: 47px;
}
.VKAPP__top-back:focus {
    text-decoration: none;
}
.VKAPP__top-back:hover {
    text-decoration: none;
    color: #fff;
}
.VKAPP__top-back .fa-chevron-left {
    margin-right: 8px;
}
.VKAPP__top-phones {
    width: 100%;
    overflow: hidden;
}
.VKAPP__top-phones--active {
    padding-top: 5px;
    padding-bottom: 10px;
}
.VKAPP__top-phones b {
    font-weight: normal;
    font-size: 17px;
}
.VKAPP__top-phones em {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255,255,255,0.85);
    margin-left: 5px;
}
.VKAPP__top-phone {
    cursor: pointer;
    display: none;
    text-decoration: none;
    color: #fff;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.VKAPP__top-phone:hover,
.VKAPP__top-phone:focus {
    text-decoration: none;
    color: #fff;
}
.VKAPP__top-phones--active .VKAPP__top-phone {
    position: relative;
    display: block;
    padding: 6px 10px 8px 5px;
}
.VKAPP__top-phones--active .VKAPP__top-phone:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -5px;
    right: 5px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.VKAPP__top-phone--main {
    cursor: pointer;
    padding: 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.VKAPP__top-phone--main:after {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f107";
    color: rgba(255,255,255,0.9);
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.VKAPP__top-phone--main:hover:after,
.VKAPP__top-phone--main:focus:after {
    color: #333;
}
/*.VKAPP__top-phones--active .VKAPP__top-phone--more:after {
    content: "\f106";
}*/
.VKAPP__top-phone .fa-phone {
    margin-right: 10px;
}

.VKAPP__catalog {
    padding: 10px 20px;
}

.VKAPP__owner-picture {
    overflow: hidden;
}
.VKAPP__owner-picture .media {
    position: relative;
    background: #fff; /*#11120C;*/
    /*border-bottom: 1px solid #e7e8ec;*/
    width: 1px;
    min-width: 100%;
}
.VKAPP__owner-picture .media .item {
    display: none;
}
.VKAPP__owner-picture .media .item:first-child {
    display: block;
}
.VKAPP__owner-picture .media.show .item {
    display: block;
}
.VKAPP__owner-picture .media .img {
    display: block;
    /*height: 530px;*/
    /*width: 795px;*/
}
.VKAPP__owner-picture .media .owl-prev,
.VKAPP__owner-picture .media .owl-next {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    opacity: 0;
    background: rgba(80, 114, 153, 0.8);
    /*border: 1px solid #5e81a8;*/
    /*-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;*/
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}
.VKAPP__owner-picture:hover .media .owl-prev,
.VKAPP__owner-picture:hover .media .owl-next {
    opacity: 0.5;
}
.VKAPP__owner-picture .media .owl-prev:hover,
.VKAPP__owner-picture .media .owl-next:hover {
    opacity: 1;
}
.VKAPP__owner-picture .media .owl-prev {
    left: 0;
    -webkit-border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    -o-border-radius: 0 50% 50% 0;
    border-radius: 0 50% 50% 0;
}
.VKAPP__owner-picture .media .owl-next {
    right: 0;
    -webkit-border-radius: 50% 0 0 50%;
    -moz-border-radius: 50% 0 0 50%;
    -o-border-radius: 50% 0 0 50%;
    border-radius: 50% 0 0 50%;
}
.VKAPP__owner-picture .media.active .owl-prev {
    opacity: 0;
    -webkit-transform: translateX(-30px) scale(1.2);
    -moz-transform: translateX(-30px) scale(1.2);
    -o-transform: translateX(-30px) scale(1.2);
    transform: translateX(-30px) scale(1.2);
}
.VKAPP__owner-picture .media.active .owl-next {
    opacity: 0;
    -webkit-transform: translateX(30px) scale(1.2);
    -moz-transform: translateX(30px) scale(1.2);
    -o-transform: translateX(30px) scale(1.2);
    transform: translateX(30px) scale(1.2);
}
.VKAPP__owner-picture .media .owl-prev:before,
.VKAPP__owner-picture .media .owl-next:before {
    display: inline-block;
    color: #fff;
    font: normal normal normal 36px/58px FontAwesome;
}
.VKAPP__owner-picture .media .owl-prev:before {
    content: "\f104";
    margin: 0px 0 0 -5px;
}
.VKAPP__owner-picture .media .owl-next:before {
    content: "\f105";
    margin: 0px 0 0 5px;
}
.VKAPP__owner-picture .media .owl-dots {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.VKAPP__owner-picture .media .owl-dot {
    display: inline-block;
    margin: 0 4px;
}
.VKAPP__owner-picture .media .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: #507299;
    border: 1px solid #507299;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.VKAPP__owner-picture .media .owl-dot.active span {
    background: #fff;
    border: 1px solid #507299;
}

.VKAPP__button {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
    margin: 0;
    font-size: 12.5px;
    font-weight: 200;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    background: #5e81a8;
    color: #fff;
    zoom: 1;
    outline: none;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.VKAPP__button:hover,
.VKAPP__button:focus {
    color: #fff;
    background-color: #6888ad;
    text-decoration: none;
}
.VKAPP__button:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}
.VKAPP__button--fw {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.VKAPP__button--maxw-200 {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.VKAPP__button--h34 {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}
.VKAPP__button--h40 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    text-transform: uppercase;
}
.VKAPP__button--h50 {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 18px;
    text-transform: uppercase;
}
.VKAPP__button--invert {
    color: #5e81a8;
    background: #fff;
    border: 1px solid #5e81a8;
}
/*.VKAPP__button--invert:hover,
.VKAPP__button--invert:focus {
    color: #333;
    background-color: #fff;
    text-decoration: none;
    border-color: #333;
}*/
.VKAPP__button--border-white {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
.VKAPP__button--border-white:hover,
.VKAPP__button--border-white:active {
    background: #fff;
    border: 1px solid #fff;
    color: #11120C;
}
.VKAPP__button--light-blue,
.VKAPP__button--light-blue:focus {
    color: #45688e;
    background: #e1e7ed;
}
.VKAPP__button--light-blue:hover {
    color: #42648b;
    background: #d9e1e8;
}
.VKAPP__button--white,
.VKAPP__button--white:focus {
    color: #333;
    background: #fff;
}
.VKAPP__button--white:hover {
    color: #000;
    background: #fff;
}
.VKAPP__button--red,
.VKAPP__button--red:focus {
    color: #fff;
    background: #f44336;
}
.VKAPP__button--red:hover {
    color: #fff;
    background: #e53935;
}
.VKAPP__button--blue,
.VKAPP__button--blue:focus {
    color: #fff;
    background: #03a9f4;
}
.VKAPP__button--blue:hover {
    color: #fff;
    background: #2196f3;
}
.VKAPP__button--icon-right .fa {
    margin-left: 5px;
}
.VKAPP__button--icon-left .fa {
    margin-right: 5px;
}

.VKAPP__top-line .VKAPP__button {
    margin-top: 8px;
    margin-bottom: 7px;
    margin-left: 4px;
}


.VKAPP__footer {
    clear: both;
    padding: 15px 15px;
    color: #828282;
    /*background: #fafbfc;*/
    border-top: 1px solid #e7e8ec;
}
.VKAPP__footer a {
    color: #2a5885;
    text-decoration: none;
}
.VKAPP__footer a:hover {
    color: #2a5885;
    text-decoration: underline;
}

.VKAPP__footer-info {}
.VKAPP__footer-info__toggle {
    display: block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: -5px auto 10px;
    font-size: 16px;
    color: #aaa;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.VKAPP__footer-info__toggle:focus {
    text-decoration: none;
}
.VKAPP__footer-info__toggle:hover {
    color: #fff;
    text-decoration: none;
    background: #2a5885;
}
.VKAPP__footer-info__toggle:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}
.VKAPP__footer-info__toggle .fa-angle-down {
    display: inline-block;
}
.VKAPP__footer-info--show .VKAPP__footer-info__toggle .fa-angle-down {
    display: none;
}
.VKAPP__footer-info__toggle .fa-angle-up {
    display: none;
}
.VKAPP__footer-info--show .VKAPP__footer-info__toggle .fa-angle-up {
    display: inline-block;
}
.VKAPP__footer-info__content {
    display: none;
}
.VKAPP__footer-info--show .VKAPP__footer-info__content {
    display: block;
    border-top: 1px solid #e1e7ed;
    /*padding: 0 20px 20px;*/
}



.VKAPP__page {
    overflow: hidden;
    padding: 15px;
}
.VKAPP__page--error {
    background: #ffebee;
    color: #f44336;
}
.VKAPP__page p {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 10px;
}
.VKAPP__page p:last-child {
    margin-bottom: 0;
}
.VKAPP__page p.small {
    font-size: 13px;
    line-height: 120%;
}
.VKAPP__page ul,
.VKAPP__page ol {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 15px;
}
.VKAPP__page ul:last-child,
.VKAPP__page ol:last-child {
    margin-bottom: 0;
}

.VKAPP__page .img {}
.VKAPP__page .img img {
    width: 100%;
}


.VKAPP__start-page {
    padding: 20px;
}

.VKAPP__error-page {
    padding: 80px 40px;
    text-align: center;
}
.VKAPP__error-page__img {
    margin-bottom: 20px;
}
.VKAPP__error-page__img img {
    width: 50px;
}
.VKAPP__error-page__title {
    font-size: 13px;
    font-weight: 100;
    color: rgb(146, 158, 176);
    letter-spacing: 0.1px;
    line-height: 22px;
}
.VKAPP__error-page__button {
    margin: 15px 0;
}

.VKAPP__success-page {
    padding: 80px 40px;
    text-align: center;
    color: #5e81a8; 
}





.VKAPP__table-form {
    width: 100%;
    border-spacing: 0px;
}
.VKAPP__table-form td {
    vertical-align: top;
    padding: 7px 0px;
}
.VKAPP__table-form td.VKAPP__table-form__label {
    color: rgb(102, 102, 102);
    /*width: 160px;*/
    white-space: nowrap;
    padding: 15px 15px 0px 0px;
}

.VKAPP__table-form__bottom {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #e7e8ec;
}

.VKAPP__form__multiple {}
.VKAPP__multiple__line {
    margin-bottom: 4px;
}
.VKAPP__table-form .required {
    color: red;
}



.ur-form {}
.ur-form__label {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0;
}
.ur-form__line {
    margin-bottom: 15px;
}



.VKAPP__helper {
    overflow: hidden;
    padding: 10px;
    background: #fafbfc;
    border: 1px solid #e7e8ec;
    margin-bottom: 15px;
}
.VKAPP__helper__toggle {
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}
.VKAPP__helper--show .VKAPP__helper__toggle {
    margin-bottom: 10px;
}
.VKAPP__helper__toggle:hover {
    color: #42648b;
}
.VKAPP__helper__toggle:after {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.VKAPP__helper--show .VKAPP__helper__toggle:after {
    content: "\f106";
}
.VKAPP__helper__content {
    display: none;
}
.VKAPP__helper--show .VKAPP__helper__content {
    display: block;
}
.VKAPP__helper p {
    font-size: 13px;
    line-height: 150%;
    font-weight: normal;
    color: #828282;
    padding: 0;
    margin: 0 0 10px;
}
.VKAPP__helper ol {
    font-size: 13px;
    line-height: 150%;
    font-weight: normal;
    color: #626262;
    padding: 0;
    margin: 0 0 10px 15px;
}


.VKAPP__error {
    overflow: hidden;
    padding: 10px;
    background: #ffebee;
    border: 1px solid #ffcdd2;
    margin-bottom: 15px;
}
.VKAPP__error:last-child {
    margin-bottom: 0;
}
.VKAPP__error h3 {
    color: #f44336;
}
.VKAPP__error p {
    font-size: 13px;
    line-height: 150%;
    font-weight: normal;
    color: #2b2f33;
    padding: 0;
    margin: 0 0 10px;
}


.VKAPP__success {
    overflow: hidden;
    padding: 10px;
    background: #F1F8E9;
    border: 1px solid #DCEDC8;
    margin-bottom: 15px;
}
.VKAPP__success h3 {
    color: #4CAF50;
}
.VKAPP__success p {
    font-size: 13px;
    line-height: 150%;
    font-weight: normal;
    color: #2b2f33;
    padding: 0;
    margin: 0 0 10px;
}




.VKAPP__buttons-or {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    margin: 0 6px;
    color: #777;
}





.VKAPP__vkuser {
    overflow: hidden;
    padding: 10px;
    background: #fafbfc;
    border: 1px solid #e7e8ec;
    margin-bottom: 15px;
}
.VKAPP__vkuser__img {
    float: left;
    width: 80px;
    margin-right: 15px;
    position: relative;
}
.VKAPP__vkuser--online .VKAPP__vkuser__img:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 15px;
    height: 15px;
    background: #8ac176;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.VKAPP__vkuser__img img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
}
.VKAPP__vkuser__info {
    overflow: hidden;
}
.VKAPP__vkuser__line {
    overflow: hidden;
    margin-bottom: 1px;
}
.VKAPP__vkuser__label {
    display: block;
    width: 165px;
    float: left;
    font-size: 13px;
    line-height: 150%;
    font-weight: normal;
    color: #828282;
}
.VKAPP__vkuser__labeled {
    overflow: hidden;
    padding: 1px 0;
}


.VKAPP__vkgroup {
    overflow: hidden;
    padding: 10px;
    background: #fafbfc;
    border: 1px solid #e7e8ec;
    margin-bottom: 15px;
}
.VKAPP__vkgroup__img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin-right: 10px;
    position: relative;
}
.VKAPP__vkgroup__img img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
}
.VKAPP__vkgroup__info {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}


.VKAPP__alert {
    padding: 12px;
    margin-bottom: 20px;
    color: #333;
    background: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}



.VKAPP__checkbox {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 8px 10px 7px;
    margin-bottom: 3px;
    min-width: 40px;
    text-align: center;
    background: #eee;
    color: #5e81a8;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}
.VKAPP__checkbox:last-child {
    margin-bottom: 0;
}
.VKAPP__checkbox--fw {
    display: block;
}
.VKAPP__checkbox--small {
    padding: 2px 4px 1px;
    min-width: 10px;
}
.VKAPP__checkbox:hover {
    /*background: #e7e8ec;*/
}
.VKAPP__checkbox--checked {
    background: #5e81a8;
    border-color: #5e81a8;
    color: #fff;
}
.VKAPP__checkbox:before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f096";
    display: inline-block;
    vertical-align: middle;
}
.VKAPP__checkbox--checked:before {
    content: "\f14a";
}
.VKAPP__checkbox--disabled {
    background: #5d5d5d;
    border-color: #5d5d5d;
    color: #fff;
}
.VKAPP__checkbox span {
    vertical-align: top;
    margin-left: 5px;
}



.VKAPP__reviews {}
.VKAPP__review {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e8ec;
}
.VKAPP__review:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.VKAPP__review-header {
    overflow: hidden;
    margin-bottom: 10px;
}
.VKAPP__review-ava {
    display: block;
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.VKAPP__review-name {
    margin: 0px 0 3px;
    font-size: 14px;
    font-weight: 500;
}
.VKAPP__review-name a {
    text-decoration: none;
}
.VKAPP__review-name a:hover {
    text-decoration: underline;
}
.VKAPP__review-date {
    font-size: 13px;
    color: rgb(147, 147, 147);
}
.VKAPP__review-body {
    margin-bottom: 10px;
}
.VKAPP__review-text {
    font-size: 14px;
    line-height: 1.3;
}
.VKAPP__review-answer {
    margin: 10px 0 0 0 !important;
}
.VKAPP__review-items {
    margin-top: 7px;
}
.VKAPP__review-items-toggle {
    text-decoration: none;
    border-bottom: 1px dashed;
    color: #666;
}
.VKAPP__review-items-toggle:hover {
    text-decoration: none;
    border-bottom: none;
}
.VKAPP__review-items--show .VKAPP__review-items-toggle {
    display: none;
}
.VKAPP__review-item {
    display: none;
    margin-bottom: 4px;
    color: #777;
}
.VKAPP__review-items--show .VKAPP__review-item {
    display: block;
}
.VKAPP__review-media {
    margin-top: 10px;
}
.VKAPP__review-media-toggle {
    text-decoration: none;
    border-bottom: 1px dashed;
    color: #666;
}
.VKAPP__review-media-toggle:hover {
    text-decoration: none;
    border-bottom: none;
}
.VKAPP__review-media--show .VKAPP__review-media-toggle {
    display: none;
}
.VKAPP__review-media-img {
    display: none;
    margin-bottom: 4px;
}
.VKAPP__review-media--show .VKAPP__review-media-img {
    display: block;
}
.VKAPP__review-media-img img {
    max-width: 100%;
    height: auto;
}
.VKAPP__review-footer {
    overflow: hidden;
}
.VKAPP__review-mark {
    float: left;
    color: #5e81a8;
}
.VKAPP__review-total {
    float: right;
    font-size: 13px;
    color: #888;
}






.UR_mobile-basket {
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    background: #5e81a8;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
.UR_mobile-basket--active {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.UR_mobile-basket:focus {
    text-decoration: none;
    color: #fff;
    background: #5e81a8;
}
.UR_mobile-basket:hover {
    text-decoration: none;
    color: #fff;
    background: #6888ad;
}



.key-value-view {
    background: #fafbfc;
    padding: 15px 0;
}
.key-value-view__title {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    color: #888;
    padding: 0 15px;
    margin-bottom: 8px;
}
.key-value-view__box {
    font-size: 14px;
    background: #fff;
    padding: 0 15px;
    margin-bottom: 15px;
    border-top: 1px solid #e7e8ec;
    border-bottom: 1px solid #e7e8ec;
}
.key-value-view__box:last-child {
    margin-bottom: 0;
}
.key-value-view__line {
    overflow: hidden;
    border-bottom: 1px solid #e7e8ec;
    padding: 8px 0;
    font-style: 15px;
}
.key-value-view__line:last-child {
    border-bottom: none;
}
.key-value-view__label {
    float: left;
    color: #111;
    margin-right: 5px;
}
.key-value-view__value {
    float: right;
    color: #656565;
    margin-left: 5px;
}
.key-value-view__value-text {
    clear: both;
    color: #656565;
    padding-top: 4px;
    line-height: 1.3;
}
.key-value-view__bottom {
    padding: 0 15px;
}


/*
.gps_ring {
    position: absolute;
    top: 0; 
    right: 0;
    display: block;
    border: 1px solid #f44336;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite; 
    -o-animation: pulsate 1s ease-out;
    -o-animation-iteration-count: infinite; 
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite; 
    opacity: 0.0;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
@-moz-keyframes pulsate {
    0% {-moz-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-moz-transform: scale(1.2, 1.2); opacity: 0.0;}
}
@-o-keyframes pulsate {
    0% {-o-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-o-transform: scale(1.2, 1.2); opacity: 0.0;}
}
@keyframes pulsate {
    0% {transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {transform: scale(1.2, 1.2); opacity: 0.0;}
}*/























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

@media only screen and (min-width: 1441px) {
    /*.UR_menu .item {
        width: 25%;
    }*/
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    /*.UR_menu .item {
        width: 49.5%;
    }*/
    .UR_order-cols .col-left {
        float: none;
        overflow: visible;
        width: 100%;
        margin-bottom: 20px;
    }
    .UR_order-cols .col-right {
        float: none;
        overflow: visible;
        width: 100%;
    }
    .UR_order-cols .col-right.disabled {
        display: none;
    }
    .menu-sections a {
        margin-right: 18px;
    }
    /*.cols-3 {}
    .cols-3 .col-1 {
        width: 66%;
    }
    .cols-3 .col-2 {
        display: none;
    }*/
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .UR_menu--4 .item {
        width: 49.5%;
    }
    .menu-sections a {
        margin-right: 10px;
    }
    .VKAPP__sections-grid-3 .item {
        width: 50%;
    }
    .VKAPP__sections-grid-4 .item {
        width: 33.3333%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .p2540 {
        padding: 25px 20px;
    }
    .actions-index .item .subtitle {
        font-size: 16px;
        line-height: 20px;
    }
    .actions-index .item .title {
        font-size: 30px;
        line-height: 42px;
    }
    .actions-index .item .title span {
        font-size: 38px;
    }
    .actions-index .item .description {
        font-size: 16px;
        line-height: 20px;
    }
    /* TODO ?
    .map-index .info {
        width: 50%;
    }*/
    /*.UR_menu-detail {
        width: 675px;
    }
    .UR_menu-detail .media .item,
    .UR_menu-detail .media .img {
        height: 450px;
        width: 675px;
    }*/
    .UR_menu-detail .media .img {
        /*height: 450px;*/
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    h2 {
        font-size: 22px;
    }
    /* TODO ?
    .op0 {
        opacity: 1;
    }*/
    .VKAPP__top-cart {
        float: none;
        width: 100%;
    }
    .VKAPP__top-cart .VKAPP__button {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .VKAPP__page {
        padding: 6px 8px;
    }
    .VKAPP__top-line {
        padding: 0 8px;
    }
    .VKAPP__top-line .VKAPP__button {
        /*display: block;
        width: 100%;*/
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    /*.VKAPP__user_name .fa {
        margin-right: 0px;
    }*/
    .VKAPP__top-line .VKAPP__button.VKAPP__top-phone--main {
        width: auto;
    }
    .VKAPP__top-phone--main {
        padding: 0 10px;
    }
    .VKAPP__top-phone--main:after {
        margin-top: -2px;
        margin-left: 0px;
    }
    .VKAPP__top-phone {
        padding: 5px 10px 5px 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.25);
        margin-bottom: 5px;
    }
    .VKAPP__top-phone:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .VKAPP__top-phone em {
        display: block;
        padding: 4px 0 0 0px;
        margin: 0;
        font-size: 12px;
    }
    /*.VKAPP__top-phones {
        padding:  0 0 6px;
    }
    .VKAPP__top-phones--active .VKAPP__top-phone--more {
        display: inline-block !important;
        width: auto;
    }
    */

    .VKAPP__top-menu {
        padding: 2px !important;
    }
    .VKAPP__top-menu .item {
        padding: 3px 3px !important;
    }
    .VKAPP__top-menu .item a {
        padding: 4px 6px 4px !important;
        margin: 0 !important;
        border: none !important;
        outline: none;
        text-decoration: none;
    }
    /*.VKAPP__top-menu .item a:hover {
        text-decoration: none;
        border-bottom: 2px solid #cad2db;
        padding-bottom: 4px;
    }*/
    .VKAPP__top-menu .item.active a {
        color: #fff;
        /*border-bottom: 2px solid #6387ac;
        padding-bottom: 4px;*/
        padding: 4px 6px 4px !important;
        margin: 0 !important;
        border: none !important;
        background: #6387ac;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .VKAPP__top-menu .item span {
        padding: 4px 0 0;
    }
    
    .UR_menu {
        margin-left: -15px;
        margin-right: -15px;
    }
    .UR_menu .item {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        border-right: none;
    }
    .UR_menu .item .title {
        white-space: normal;
        line-height: 1.3;
    }
    .UR_menu .item .description {
        height: auto;
    }
    .UR_menu .item {
        padding-top: 0;
    }
    .UR_menu .item .img {
        margin-left: -10px;
        margin-right: -10px;
    }
    .VKAPP__sections-grid-3 .item {
        width: 100%;
    }
    .VKAPP__sections-grid-4 .item {
        width: 100%;
    }
    .order-form {
        padding: 12px;
        margin-left: -8px;
        margin-right: -8px;
    }
    .order-form .persons-count {
        margin-bottom: 15px;
    }
    .order-form button {
        width: 100%;
    }
    .UR_order-basket .VKAPP__button {
        width: 100%;
    }
    .order-form label {
        font-size: 12px;
    }
    .order-form label .info {
        font-size: 11px;
    }
    .order-form-bottom-info {
        font-size: 11px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .UR_order-basket .name {
        font-size: 12px;
    }
    .UR_order-basket .sum span {
        font-size: 14px;
    }
    .UR_order-total-arrow {
        margin-top: 0;
    }
    .UR_order-total-arrow .value {
        position: relative;
        float: none;
        text-align: center;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
    }
    .UR_order-total-arrow .value:after {
        display: none;
    }
    .VKAPP__sections-grid-3 .item {
        padding: 0;
    }
    .VKAPP__sections-grid-3 .item .title {
        padding: 0 10px 15px;
    }
    .VKAPP__sections-grid-4 .item {
        padding: 0;
    }
    .VKAPP__sections-grid-4 .item .title {
        padding: 0 10px 15px;
    }
    .gifts .item {
        width: 100%;
        float: none;
    }
    .gifts .item {
        padding: 0;
        margin-bottom: 20px;
    }
    .gifts .item .title,
    .gifts .item .description,
    .gifts .item .bottom {
        padding-left: 10px;
        padding-right: 10px;
    }
    .gifts .item:last-child {
        margin-bottom: 0px;
    }
    .UR_menu-detail {
        padding-bottom: 10px; 
    }
    .UR_menu-detail .media {
        margin-bottom: 6px;
    }
    /*.UR_menu-detail {
        width: 255px;
    }
    .UR_menu-detail .media .item,
    .UR_menu-detail .media .img {
        height: 170px;
        width: 255px;
    }*/
    .actions-index {
        overflow: hidden;
        height: 330px;
    }
    .actions-index .item {
        height: 330px;
        padding: 35px 0 0;
    }
    .actions-index .item .subtitle {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .actions-index .item .title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .actions-index .item .title span {
        font-size: 26px;
    }
    .actions-index .item .description {
        font-size: 12px;
        line-height: 16px;
    }
    .actions-index .item .img {
        height: 140px;
        background: url('/img/bant.svg') no-repeat center center;
        background-size: cover;
        margin-bottom: 10px;
    }
    .actions-index .owl-dots {
        top: 10px;
    }
    .actions-index .owl-dot {
        width: 14px;
        height: 14px;
        margin: 0 4px;
    }
 
    .dropdown-menu {
        max-width: 100%;
    }

    .UR_order-basket.empty {
        text-transform: none;
        padding: 15px 10px;
        font-size: 20px;
        font-weight: normal;
    }

    .key-value-view__title {
        padding: 0 10px;
    }
    .key-value-view__box {
        padding: 0 10px;
    }
    .key-value-view__bottom {
        padding: 0 10px;
    }

    .ur-form__line {
        margin-bottom: 10px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .VKAPP {
        width: 320px;
    }
    .UR_menu-detail .media .item {
        height: 214px;
    }
}
























.cssload-loader {
    width: 40px;
    height: 24px;
    padding-top: 8px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
}
.cssload-loader > div {
    content: " ";
    width: 8px;
    height: 8px;
    background: currentColor;
    border-radius: 100%;
    position: absolute;
    animation: cssload-shift 1.9s linear infinite;
        -o-animation: cssload-shift 1.9s linear infinite;
        -ms-animation: cssload-shift 1.9s linear infinite;
        -webkit-animation: cssload-shift 1.9s linear infinite;
        -moz-animation: cssload-shift 1.9s linear infinite;
}
.cssload-loader > div:nth-of-type(1) {
    animation-delay: -0.38s;
        -o-animation-delay: -0.38s;
        -ms-animation-delay: -0.38s;
        -webkit-animation-delay: -0.38s;
        -moz-animation-delay: -0.38s;
}
.cssload-loader > div:nth-of-type(2) {
    animation-delay: -0.76s;
        -o-animation-delay: -0.76s;
        -ms-animation-delay: -0.76s;
        -webkit-animation-delay: -0.76s;
        -moz-animation-delay: -0.76s;
}
.cssload-loader > div:nth-of-type(3) {
    animation-delay: -1.14s;
        -o-animation-delay: -1.14s;
        -ms-animation-delay: -1.14s;
        -webkit-animation-delay: -1.14s;
        -moz-animation-delay: -1.14s;
}
.cssload-loader > div:nth-of-type(4) {
    animation-delay: -1.52s;
        -o-animation-delay: -1.52s;
        -ms-animation-delay: -1.52s;
        -webkit-animation-delay: -1.52s;
        -moz-animation-delay: -1.52s;
}



@keyframes cssload-shift {
    0% {
        left: -24px;
        opacity: 0;
        /*background-color: rgb(0,170,30);*/
    }
    10% {
        left: 0;
        opacity: 1;
    }
    90% {
        left: 40px;
        opacity: 1;
    }
    100% {
        left: 64px;
        /*background-color: rgb(0,170,30);*/
        opacity: 0;
    }
}

@-o-keyframes cssload-shift {
    0% {
        left: -24px;
        opacity: 0;
        /*background-color: rgb(0,170,30);*/
    }
    10% {
        left: 0;
        opacity: 1;
    }
    90% {
        left: 40px;
        opacity: 1;
    }
    100% {
        left: 64px;
        /*background-color: rgb(0,170,30);*/
        opacity: 0;
    }
}

@-ms-keyframes cssload-shift {
    0% {
        left: -24px;
        opacity: 0;
        /*background-color: rgb(0,170,30);*/
    }
    10% {
        left: 0;
        opacity: 1;
    }
    90% {
        left: 40px;
        opacity: 1;
    }
    100% {
        left: 64px;
        /*background-color: rgb(0,170,30);*/
        opacity: 0;
    }
}

@-webkit-keyframes cssload-shift {
    0% {
        left: -24px;
        opacity: 0;
        /*background-color: rgb(0,170,30);*/
    }
    10% {
        left: 0;
        opacity: 1;
    }
    90% {
        left: 40px;
        opacity: 1;
    }
    100% {
        left: 64px;
        /*background-color: rgb(0,170,30);*/
        opacity: 0;
    }
}

@-moz-keyframes cssload-shift {
    0% {
        left: -24px;
        opacity: 0;
        /*background-color: rgb(0,170,30);*/
    }
    10% {
        left: 0;
        opacity: 1;
    }
    90% {
        left: 40px;
        opacity: 1;
    }
    100% {
        left: 64px;
        /*background-color: rgb(0,170,30);*/
        opacity: 0;
    }
}
