html body {
    background: #fff;
    color: #222;
    font-family: Rubik, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

html body.not-home {
    background: #f5f5f5;
}
body.no-scroll {
    left: 0;
    -webkit-overflow-scrolling: touch;
    top: 0;
    width: 100%;
}

.only-desktop {
    display: block;
}
.only-mobile {
    display: none;
}

.container {
    width: 1206px;
    margin: 0 auto;
}
.container .container {
    width: auto;
}

b, strong {
    font-weight: bold;
}

h1 {
    margin: 25px 0;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
h2 {
    margin-bottom: 15px;
    font-size: 25px;
}
h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
a {
    outline: none !important;
    text-decoration: underline;
    color: #ffa127;
}
p {
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 0;
}

a,
input,
select,
button,
span,
textarea {
    outline: none !important;
}

textarea {
    display: block;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.flex-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flex-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.flex-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.flex-nowrap {
    flex-wrap: nowrap;
}

.clearfix:after {
    content: '';
    clear: both;
    display: table;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #222222;
    color: #222222;
    background: #fff;
    font-family: Rubik, Arial, sans-serif;
    font-size: 15px;
    text-indent: 12px;
    margin: 0;
    padding: 0;
    height: 50px;
    border-radius: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
}
input[type="text"]::-moz-placeholder {
    opacity: 1;
}
input[type="text"]:-ms-input-placeholder {
    opacity: 1;
}
input[type="text"]:-moz-placeholder {
    opacity: 1;
}

input[type="password"]::-webkit-input-placeholder {
    opacity: 1;
}
input[type="password"]::-moz-placeholder {
    opacity: 1;
}
input[type="password"]:-ms-input-placeholder {
    opacity: 1;
}
input[type="password"]:-moz-placeholder {
    opacity: 1;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    border: 1px solid #222222;
    color: #222222;
    background: #fff;
    font-family: Rubik, Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 12px;
    width: 100%;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
}
textarea::-moz-placeholder {
    opacity: 1;
}
textarea:-ms-input-placeholder {
    opacity: 1;
}
textarea:-moz-placeholder {
    opacity: 1;
}

button {
    height: 50px;
    cursor: pointer;
    background: #f6a01d;
    color: #ffffff;
    padding: 0 25px;
    margin: 0;
    border: none;
    font-family: Rubik, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.button {
    line-height: 50px;
    cursor: pointer;
    background: #f6a01d;
    color: #ffffff;
    padding: 0 20px;
    margin: 0;
    border: none;
    font-family: Rubik, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

button.grey,
.button.grey {
    background: #999;
}

button.link {
    padding: 0;
    background: none;
    color: #ffa127;
    border: none !important;
    line-height: inherit;
    height: auto;
    text-transform: none;
    font-weight: normal;
    text-decoration: underline;
    font-size: inherit;
}

.form-group {
    margin: 30px 0;
}
.form-group:first-child {
    margin-top: 0;
}
.form-group:last-child {
    margin-bottom: 0;
}

.hide {
    display: none;
}
html body > p.flash-message.fade {
    font-size: 15px;
    top: 10px;
    z-index: 10000 !important;

    width: 500px;
    margin-left: -250px;
    box-sizing: border-box;
}
html body > p.flash-message.fade button.close {
    height: 24px;
    background: none !important;
}
html body > p.flash-message.fade {
    width: 500px;
    margin-left: -280px;
    left: 50%;
}
html body > p.flash-message.fade pre {
    text-align: left;
}

.block {
    margin: 70px 0;
}
.owl-carousel .owl-stage {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.owl-carousel .owl-stage:after {
    display: none;
}

.header-block {
    height: 60px;
}
.header-block-inner {
    background: #333;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}
.header-block-inner.fixed {
    position: fixed;
}
.header-block .left {
    float: left;
}
.header-block .right {
    float: right;
}
.header-block .menu-link {
    float: left;
    width: 28px;
    padding: 19px 0 18px;
}
.header-block .menu-link span {
    display: block;
    background: #fff;
    height: 3px;
    margin: 7px 0;
}
.header-block .menu-link span:first-child {
    margin-top: 0;
}
.header-block .menu-link span:last-child {
    margin-bottom: 0;
}
.header-block .logo {
    float: left;
    margin-left: 38px;
    padding: 13px 0;
}
.header-block .logo img {
    display: block;
}
.header-block .city-wrapper {
    float: left;
    position: relative;
    margin-left: 49px;
}
.header-block .city {
    position: relative;
}
.header-block .city a {
    display: block;
    padding: 21px 0 21px 33px;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
}
.header-block .city a:hover {
    text-decoration: underline;
}
.header-block .city a .svg-icon {
    position: absolute;
    height: 23px;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.header-block .advantages {
    float: left;
    margin: 15px 0;
    line-height: 1.15;
    letter-spacing: 0.5px;
}
.header-block .advantages .item {
    float: left;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.header-block .advantages .item:last-child {
    margin-right: 0;
}
.header-block .advantages .item a {
    color: #ffffff;
    text-decoration: none;
}
.header-block .advantages .item a:hover {
    text-decoration: underline;
}
.header-block .links {
    margin: 0 20px;
    float: left;
}
.header-block .links .item {
    position: relative;
}
.header-block .links .item > a {
    text-indent: -9999px;
    display: block;
    height: 60px;
    width: 50px;
    position: relative;
}
.header-block .links .item > a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    background: url(../img/img.png?v=1.9) no-repeat scroll 0 -30px;
}
.header-block .links .item.favorites a:after {
    background-position: 0 -330px;
}
.header-block .links .item.lk a:after {
    background-position: -30px -330px;
}
.header-block [data-small-cart] {
    float: right;
}
.header-block .small-cart {
    float: right;
    padding: 15px 0 15px 11px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    color: #ffffff;
}
.header-block .small-cart span {
    float: left;
}
.header-block .small-cart .count {
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    width: 24px;
    background: #f6a01d;
    border-radius: 100px;
    margin: 3px 7px 0 0;
    position: relative;
    z-index: 2;
}
.header-block .small-cart:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: url(../img/img.png?v=1.9) no-repeat scroll -30px -30px;
    width: 16px;
    height: 21px;
    margin-top: -12px;
}
.header-block .small-cart .text {
    min-width: 134px;
}
.search-and-sales-block {
    text-align: center;
}
.search-and-sales-block .orange {
    background: #f6a01d;
    color: #fff;
    padding: 114px 0 111px;
}
.search-and-sales-block .title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.search-and-sales-block .second-title {
    font-size: 22px;
    font-weight: 500;
    margin: 22px 0;
}
.search-and-sales-block .form {
    margin: 35px 0;
}
.search-and-sales-block .search-form {
    display: inline-block;
    vertical-align: middle;
}
.search-and-sales-block .search-form input[type="text"] {
    width: 617px;
    padding: 0;
    background: #fff;
    border: none;
    font-family: Rubik, Arial, sans-serif;
    height: 55px;
    color: #111;
    text-indent: 18px;
    font-size: 15px;
    position: relative;
    z-index: 6;
}
.search-and-sales-block .search-form input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
}
.search-and-sales-block .search-form input[type="text"]::-moz-placeholder {
    opacity: 1;
}
.search-and-sales-block .search-form input[type="text"]:-ms-input-placeholder {
    opacity: 1;
}
.search-and-sales-block .search-form input[type="text"]:-moz-placeholder {
    opacity: 1;
}
.search-and-sales-block .form .form-group {
    margin: 0;
    float: left;
    position: relative;
}
.search-and-sales-block .form button {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: Rubik, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 55px;
    letter-spacing: 0.5px;
    line-height: inherit;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 177px;
}
.search-and-sales-block .form button:hover {
    cursor: pointer;
    background: #444;
}
.search-and-sales-block .sales {
    margin: -72px 0 0;
    position: relative;
    z-index: 2;
    min-height: 174px;
}
.search-and-sales-block .sales .item {
    background: #393b43;
    width: 100%;
    display: table;
    text-decoration: none;
    color: #ffffff;
}
.search-and-sales-block .sales .item .img,
.search-and-sales-block .sales .item .name {
    display: table-cell;
    vertical-align: middle;
    height: 144px;
    line-height: 1.35;
}
.search-and-sales-block .sales .img {
    width: 176px;
    background: #aa71cc;
    font-size: 20px;
    font-weight: 500;
}
.search-and-sales-block .sales .item .name {
    font-size: 20px;
    font-weight: 500;
    padding: 0 30px;
    text-align: left;
}
.search-and-sales-block .sales .img img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.owl-dots {
    text-align: center;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.owl-dots button {
    margin: 0 5px;
    width: 14px;
    height: 14px;
}
.owl-dot span {
    background: #555;
    border: 3px solid #fff;
    border-radius: 100px;
    height: 8px;
    width: 8px;
    display: block;
    margin: 0 1px;
}
.owl-dot.active span {
    border-color: #ffa127;
    background: #ffffff;
}

.menu-block {
    display: none;
}
.menu-block .overlay {
    z-index: 29;
    width: 100%;
    height: 100%;
    background: rgba(38, 40, 45, 0.7);
    left: 0;
    top: 0;
    position: fixed;
}
.menu-block .content {
    position: fixed;
    z-index: 30;
    left: 0;
    top: 0;
    background: #fff;
    overflow: auto;
    max-height: 100vh;
}
.menu-block .left {
    width: 308px;
    min-height: 100vh;
    position: relative;
}
.menu-block .left-inner {
    padding-bottom: 100px;
}
.menu-block .right {
    width: 53px;
    padding-top: 53px;
    background: #232323;
}
.menu-block .actions a {
    width: 53px;
    height: 53px;
    position: relative;
    float: left;
    text-indent: -9999px;
}
.menu-block .actions a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -60px -30px;
    margin: -15px 0 0 -15px;
}
.menu-block ul,
.menu-block li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-block .categories a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    position: relative;
    display: block;
    line-height: 53px;
    padding-left: 67px;
    letter-spacing: 0.6px;
}
.menu-block .categories a:before {
    width: 53px;
    height: 53px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #ffac40;
}
.menu-block .categories a:after {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    background: url('../img/img.png?v=1.9') no-repeat scroll 0 -60px;
    margin: -15px 0 0 10px;
}
.menu-block .categories a.item-flowers:after {
    background-position: -30px -60px;
}
.menu-block .categories a.item-goods:after {
    background-position: -60px -60px;
}
.menu-block .categories a.item-medications:after {
    background-position: -90px -60px;
}
.menu-block .categories a.item-services:after {
    background-position: -120px -60px;
}
.menu-block .categories a.item-taxi:after {
    background-position: -150px -60px;
}
.menu-block .categories a.item-zakazat-kuriera:after {
    background-position: 0 -360px;
}
.menu-block .categories a.item-gift-card:after {
    background-position: -30px -360px;
}
.menu-block .categories a.item-gift-card:after {
    background-position: -30px -360px;
}
.menu-block .categories a.item-produkty:after {
    background-position: -300px -420px;
}
.menu-block .categories a.item-shoppers:after {
    background-position: -330px -420px;
}

.menu-block .categories a.item-flowers:before {
    background: #b071b1;
}
.menu-block .categories a.item-goods:before {
    background: #8285b1;
}
.menu-block .categories a.item-medications:before {
    background: #96b466;
}
.menu-block .categories a.item-services:before {
    background: #9b8484;
}
.menu-block .categories a.item-taxi:before {
    background: #ffcf0d;
}
.menu-block .categories a.item-zakazat-kuriera:before {
    background: #6cbcb9;
}
.menu-block .categories a.item-gift-card:before {
    background: #eb7a42;
}
.menu-block .categories a.item-produkty:before {
    background: #70BD78;
}
.menu-block .categories a.item-shoppers:before {
    background: #D0628A;
}


.menu-block .categories a:hover {
    text-decoration: underline;
}
.menu-block .left .menu a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    line-height: 45px;
    position: relative;
    padding-left: 67px;
    letter-spacing: 0.6px;
}
.menu-block .left .menu a:hover {
    text-decoration: underline;
}
.menu-block .left .menu {
    margin: 9px 0 0;
}

.menu-block .left .menu a .svg-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    width: 27px;
    height: 27px;
    margin: -14px 0 0;
    fill: #222;
}

.menu-block .left .menu a.favorites .svg-icon {
    width: 26px;
    height: 26px;
    left: 13px;
}
.menu-block .left .menu a.lk .svg-icon {
    width: 25px;
    height: 25px;
    left: 13px;
}
.menu-block .left .menu a.logout .svg-icon {
    width: 24px;
    height: 24px;
    left: 15px;
}
.menu-block .left .menu a.institution-register .svg-icon {
    width: 30px;
    height: 30px;
    left: 11px;
    margin-top: -15px;
}

.menu-block .contacts {
    position: absolute;
    bottom: 33px;
    line-height: 1.35;
    margin-left: 67px;
}
.menu-block .contacts .phone {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.9px;
}
.menu-block .contacts .work-time {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.menu-block .header .title {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1.5;
    margin: 0 70px 0 66px;
    padding: 14px 0;
    text-transform: uppercase;
}

.menu-block .actions a.back::after {
    background-position: -90px -30px;
}
.menu-block .children a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    line-height: 40px;
    padding-left: 67px;
    letter-spacing: 0.9px;
}
.menu-block .children a:hover {
    text-decoration: underline;
}
.menu-block .children {
    margin: 12px 0;
}
.menu-block .right .categories a {
    padding: 0;
    width: 53px;
    height: 53px;
    text-indent: -9999px;
}
.menu-block .right .categories a:before {
    background: none;
}
.menu-block .right .menu {
    margin-top: 8px;
}
.menu-block .right .menu a {
    display: block;
    height: 45px;
    width: 53px;
    position: relative;
    padding: 0;
    text-indent: -9999px;
}
.menu-block .right .menu a:after {
    background: url(../img/img.png?v=1.9) no-repeat scroll 0 -120px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -16px 0 0 -15px;
}
.menu-block .right .menu a.reviews:after {
    background-position: -30px -120px;
}
.menu-block .right .menu a.favorites:after {
    background-position: -60px -120px;
}
.menu-block .right .menu a.lk:after {
    background-position: -90px -120px;
}
.menu-block .right a:hover,
.menu-block .right a.active {
    background: #ffa127;
}
.menu-block .left .menu .count {
    display: inline-block;
    font-weight: 300;
    line-height: 21px;
    background: #f6a01d;
    color: #fff;
    width: 35px;
    text-align: center;
    border-radius: 100px;
    margin-left: 5px;
}

.block-title {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px;
    margin-bottom: 23px;
}
.block-title a {
    color: #222222;
    text-decoration: none;
}
.categories-block .children .item {
    width: 279px;
}
.categories-block .children .item .name {
    text-align: center;
    margin-top: 16px;
}
.categories-block .children .item .name a {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
}
.categories-block .children .item .name a:hover {
    text-decoration: underline;
}
.categories-block .children .item .img img {
    display: block;
}
.categories-block .children .item .img a:hover {
    opacity: 0.9;
}
.categories-block .categories .item {
    width: 25%;
}
.categories-block .categories .item {
    width: 25%;
    position: relative;
}
.categories-block .categories {
    margin-top: 116px;
}
.categories-block .categories .name a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.categories-block .categories .name a:hover {
    text-decoration: underline;
}
.categories-block .categories .item .inner {
    padding: 0 20px 0 120px;
}
.categories-block .categories .name {
    margin-bottom: 10px;
}
.categories-block .categories .item ul a {
    font-weight: 500;
    color: #222;
    text-decoration: none;
}
.categories-block .categories .item ul a:hover {
    text-decoration: underline;
}
.categories-block .categories .item li {
    margin-bottom: 16px;
    line-height: 1.3;
}
.categories-block .categories .item li:last-child {
    margin-bottom: 0;
}
.categories-block .categories .item:before {
    content: '';
    width: 83px;
    height: 83px;
    background: #f6a01d;
    position: absolute;
    left: 10px;
    border-radius: 500px;
    top: -33px;
}
.categories-block .categories .item:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: 37px;
    top: -6px;
    background: url(../img/img.png?v=1.9) no-repeat scroll 0 -60px;
}

.categories-block .categories .item.item-flowers:after {
    background-position: -30px -60px;
}
.categories-block .categories .item.item-goods:after {
    background-position: -60px -60px;
}
.categories-block .categories .item.item-medications:after {
    background-position: -90px -60px;
}
.categories-block .categories .item.item-services:after {
    background-position: -120px -60px;
}
.categories-block .categories .item.item-taxi:after {
    background-position: -150px -60px;
}
.categories-block .categories .item.item.item-zakazat-kuriera:after {
    background-position: 0 -360px;
}

.categories-block .categories .item.item-flowers:before {
    background: #b071b1;
}
.categories-block .categories .item.item-goods:before {
    background: #8285b1;
}
.categories-block .categories .item.item-medications:before {
    background: #96b466;
}
.categories-block .categories .item.item-services:before {
    background: #9b8484;
}
.categories-block .categories .item.item-taxi:before {
    background: #ffcf0d;
}
.categories-block .categories .item.item.item-zakazat-kuriera:before {
    background: #6cbcb9;
}

.categories-block .block-header .more a {
    display: inline-block;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding-right: 24px;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
.categories-block .more a:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 12px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -150px 0;
    right: 0;
    top: 50%;
    margin-top: -6px;
}
.categories-block .block-header .more a:hover {
    text-decoration: underline;
}

.advantages-block {
    background: #f5f5f5;
}
.advantages-block {
    padding: 63px 0;
}
.advantages-block .item {
    background: #f6a01d;
    width: 381px;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.advantages-block .item .name {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    line-height: 1.65;
}
.advantages-block .item .text {
    font-size: 14px;
    line-height: 1.8;
}
.advantages-block .item .inner {
    padding: 32px 40px 32px 100px;
}
.advantages-block .item:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 38px;
    width: 66px;
    height: 66px;
    background: #fff;
    border-radius: 500px;
}
.advantages-block .item:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -120px -30px;
    left: 36px;
    top: 54px;
}
.advantages-block .item.item-2:after {
    background-position: -150px -30px;
}
.advantages-block .item.item-3:after {
    background-position: -180px -30px;
}

.reviews-block .block-header {
    margin-bottom: 23px;
}
.reviews-block .item {
    background: #fff;
    width: 384px;

    -webkit-box-shadow: 0 3px 16px rgba(62, 72, 97, .1);
    -moz-box-shadow: 0 3px 16px rgba(62, 72, 97, .1);
    box-shadow: 0 3px 16px rgba(62, 72, 97, .1);
}
.reviews-block .item .inner {
    padding: 17px 22px;
}
.reviews-block .item .name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}
.reviews-block .item .date {
    font-size: 13px;
    color: #818181;
    font-weight: 300;
    margin-bottom: 16px;
}
.reviews-block .item .text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.55;
}
.reviews-block .block-header .more a {
    display: inline-block;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding-right: 24px;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
.reviews-block .block-header .more a:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 12px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -150px 0;
    right: 0;
    top: 50%;
    margin-top: -6px;
}
.reviews-block .block-header .more a:hover {
    text-decoration: underline;
}

.partners-block .item {
    display: table;
    width: 100%;
}
.partners-block .item a {
    display: table-cell;
    height: 125px;
    vertical-align: middle;
}
.partners-block .item img {
    max-width: 150px;
    max-height: 125px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.apps-block {
    color: #fff;
    margin-top: 198px;
    margin-bottom: 0;
    background: #f6a01d;
    padding: 75px 0 69px;
}
.apps-block .mobile {
    height: 427px;
    position: absolute;
    right: 70px;
    top: -198px;
    width: 569px;
    overflow: hidden;
}
.apps-block .container {
    position: relative;
}
.apps-block .title {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.apps-block .text {
    font-size: 18px;
    margin: 10px 0 23px;
}
.apps-block .links a {
    background: #fff;
    color: #636c6f;
    float: left;
    height: 52px;
    text-decoration: none;
    width: 121px;
    padding-left: 55px;
    margin-right: 29px;
    line-height: 1.1;
    position: relative;
}
.apps-block .links a:last-child {
    margin-right: 0;
}
.apps-block .links a.app-store .name {
    display: block;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.apps-block .links a .name {
    letter-spacing: 0.8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.apps-block .links a .before-name {
    font-size: 11px;
    font-weight: 300;
}
.apps-block .links a.google-play .before-name {
    margin-top: 13px;
    display: block;
}
.apps-block .links a:before {
    content: '';
    position: absolute;
    background: #dbdbdb;
    width: 1px;
    height: 35px;
    left: 42px;
    top: 9px;
}
.apps-block .links a:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -210px 0;
    margin-top: -15px;
}
.apps-block .links a.google-play:after {
    background-position: -180px 0;
}

.page-footer-text-block {
    padding: 67px 0;
    background: #f5f5f5;
    margin: 0;
}
.page-footer-text-block h1,
.page-footer-text-block .title {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 16px;
    text-transform: uppercase;
}
.page-footer-text-block .text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}

#up-to-top {
    cursor: pointer;
    position: fixed;
    width: 90px;
    height: 90px;
    background: url('../img/img.png?v=1.9') no-repeat scroll 0 -150px;
    bottom: 20px;
    margin-left: -110px;
}

.footer-block {
    background: #26282d;
    color: #fff;
    padding: 41px 0;
    margin: 0;
}
.footer-block > .container {
    flex-wrap: nowrap;
}
.footer-block a {
    color: #fff;
}
.footer-block .menu {
    width: 100%;
    margin-right: 50px;
}
.footer-block .menu .item {
    width: 25%;
}
.footer-block .menu .name {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
}
.footer-block .menu ul {
    margin-right: 25px;
}
.footer-block .menu li {
    margin-bottom: 9px;
}
.footer-block .menu li:last-child {
    margin-bottom: 0;
}
.footer-block .menu li ul {
    margin: 10px 0 10px 18px;
    font-size: 14px;
}
.footer-block .menu a {
    text-decoration: none;
}
.footer-block .menu a:hover {
    text-decoration: underline;
}
.footer-block .phone-and-work-time {
    position: relative;
    margin: 4px 0 0;
    display: inline-block;
    padding-left: 36px;
    text-align: left;
}
.footer-block .phone-and-work-time a {
    text-decoration: none;
}
.footer-block .phone-and-work-time:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -240px 0;
}
.footer-block .work-time {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.footer-block .phone {
    color: #ffa127;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.3px;
}
.footer-block .contacts {
    text-align: right;
}
.footer-block .social a {
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #5d5f66;
    border-radius: 100px;
    margin: 5px;
    position: relative;
}
.footer-block .social {
    margin: 30px 0 47px;
    justify-content: center;
}
.footer-block .social a:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -120px -90px;
}
.footer-block .social a.item-tw:after {
    background-position: -150px -90px;
}
.footer-block .social a.item-vk:after {
    background-position: -180px -90px;
}
.footer-block .social a.item-gp:after {
    background-position: -210px -90px;
}
.footer-block .social a.item-ig:after {
    background-position: -240px -90px;
}
.footer-block .social a.item-ok:after {
    background-position: -270px -90px;
}
.footer-block .logo img {
    display: inline-block;
    width: 190px;
}
.footer-block .logo-and-copyright {
    text-align: right;
}
.footer-block .copyright {
    font-size: 13px;
    font-weight: 300;
    margin-top: 5px;
    line-height: 1.8;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.breadcrumb a {
    color: #333;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb {
    font-weight: 300;
    margin: 25px 0;
    font-size: 15px;
}
.breadcrumb li {
    display: flex;
    align-items: center;
}
.breadcrumb li:after {
    content: '|';
    margin: 0 10px;
}
.breadcrumb li:last-child:after {
    display: none;
}
#left {
    width: 342px;
}
#center {
    width: 833px;
}
.filters-form {
    background: #fff;
    padding: 26px 30px 30px;
}
.filters-form .label {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    position: relative;
    padding-left: 36px;
    display: block;
}
input[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -120px -120px;
    margin-top: -12px;
}
input[type="checkbox"]:checked + label:after {
    background-position: -150px -120px;
}
input[type="checkbox"]:disabled + label {
    opacity: 0.3;
}

input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    position: relative;
    padding-left: 36px;
    display: block;
}
input[type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -12px;

    background: #fff;
    border-radius: 100px;
    border: 2px solid #222;

    box-sizing: border-box;
}
input[type="radio"]:checked + label:after {
    background: #f7a01d;
}
input[type="radio"]:disabled + label {
    opacity: 0.3;
}

.filters-form .checkboxes .form-group {
    margin: 19px 0;
}
.filters-form .checkboxes .form-group:first-child {
    margin-top: 0;
}
.filters-form .checkboxes .form-group:last-child {
    margin-bottom: 0;
}
.filters-form input[type="checkbox"] + label {
    font-size: 14px;
}
.filters-form .form-inner > .form-group {
    margin-bottom: 38px;
}
.filters-form .form-inner > .form-group:last-child {
    margin-bottom: 0;
}

.institutions-list .item {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}
.institutions-list .item > .flex {
    flex-wrap: nowrap;
}
.institutions-list .item:hover {
    -webkit-box-shadow: 0 0 15px 0 #ddd;
    box-shadow: 0 0 15px 0 #ddd;
}
.institutions-list .item .img {
    width: 200px;
    min-width: 200px;
}
.institutions-list .item .info {
    width: 100%;
    padding: 20px 30px 25px 0;
}
.institutions-list .item .img a {
    display: block;
    position: relative;
    z-index: 2;
}
.institutions-list .item .img img {
    display: block;
    max-width: 115px;
    max-height: 115px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.institutions-list .item .info .name a {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    letter-spacing: 0.2px;
}
.institutions-list .item .info .name a:hover {
    text-decoration: underline;
}
.institutions-list .item .info .reviews-stat {
    font-size: 13px;
    font-weight: 300;
    width: 175px;
}
.institutions-list .item .info .name-and-verified {
    margin-bottom: 3px;
}
.institutions-list .item .info .reviews-stat .bar {
    background: #333;
    margin-top: 1px;
}
.institutions-list .item .info .reviews-stat .bar span {
    display: block;
    height: 5px;
    background: #f7a01d;
}
.institutions-list .item .info .work-time {
    font-size: 14px;
    color: #2abb1b;
    margin-top: 9px;
    line-height: 1;
}
.institutions-list .item .info .work-time.is-close {
    color: #ff6666;
}
.institutions-list .item .categories-and-bonus {
    margin: 13px 0;
    flex-wrap: nowrap;
}
.institutions-list .item .categories-and-bonus a {
    color: #333;
    text-decoration: none;
    margin-right: 5px;
    line-height: 1.45;
}
.institutions-list .item .categories-and-bonus a:hover {
    text-decoration: underline;
}
.institutions-list .item .fields {
    margin: 13px 0 0;
    line-height: 1.2;
}
.institutions-list .item .fields .field {
    width: 25%;
    text-align: center;
    padding: 3px 0;
    position: relative;
}
.institutions-list .item .fields .field .name {
    font-size: 13px;
    color: #868686;
    display: inline-block;
}
.institutions-list .item .fields .value {
    font-size: 16px;
    line-height: 1.2;
}
.institutions-list .item .fields .value a {
    color: #222222;
}
.institutions-list .item .fields .field:after {
    content: '';
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #b4b4b4;
    position: absolute;
}
.institutions-list .item .fields .payment-method {
    display: block;
    width: 24px;
    height: 18px;
    margin-right: 7px;
    position: relative;
}
.institutions-list .item .fields .payment-method:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/img.png?v=1.9) no-repeat scroll -210px -30px;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
}
.institutions-list .item .fields .payment-method.item-online:after {
    background-position: -240px -30px;
}
.institutions-list .item .fields .payment-method.item-card_courier:after {
    background-position: -270px -30px;
}
.institutions-list .item .fields .payment-method:last-child {
    margin-right: 0;
}
.institutions-list .list-message {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    padding: 0 20px 25px;
}
.institutions-list .list-message p {
    margin-bottom: 4px;
}
.institutions-list .list-message p:last-child {
    margin-bottom: 0;
}
.institutions-list .add-to-favorite {
    margin: 5px 0 0;
}

.institutions-list .icon {
    position: absolute;
    left: -5px;
    top: -5px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -90px -150px;
    width: 93px;
    height: 93px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.institutions-list .icon.item-new {
    background-position: -210px -150px;
}
.institutions-list .icon.item-sale {
    background-position: -330px -150px;
}
.institutions-list .icon span {
    display: block;
    margin: 25px 0 0 -25px;
    text-align: center;

    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.institutions-list .item .bonus {
    background: #222;
    color: #fff;
    border-radius: 100px 0 0 100px;
    margin-right: -30px;
    line-height: 1.05;
    padding: 5px 10px 5px 18px;
    text-align: center;
    font-size: 12px;
    margin-left: 20px;
}
.institutions-list .item .bonus .value {
    font-size: 18px;
    font-weight: 500;
    margin: -1px 0 2px;
}


.institution-page {
    margin: 40px 0;
}

.institution-info .inner {
    position: relative;
}
.institution-info .img-and-contacts {
    width: 250px;
}
.institution-info .img {
    background: #fff;
    border-radius: 500px;
    height: 250px;
}
.institution-info .info {
    width: 910px;
    padding: 13px 0 25px 0;
}
.institution-info .img a {
    display: block;
    position: relative;
    z-index: 2;
}
.institution-info .img img {
    display: block;
    max-width: 130px;
    max-height: 130px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.institution-info .info .title {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    margin: 0;
    text-transform: none;
}
.institution-info .info .name-and-verified {
    margin-bottom: 4px;
}
.institution-info .info .reviews-stat {
    font-size: 13px;
    font-weight: 300;
    width: 175px;
}
.institution-info .info .name {
    margin-bottom: 3px;
}
.institution-info .info .reviews-stat .bar {
    background: #333;
    margin-top: 1px;
}
.institution-info .info .reviews-stat .bar span {
    display: block;
    height: 5px;
    background: #f7a01d;
}
.institution-info .info .work-time {
    font-size: 14px;
    color: #2abb1b;
    margin-top: 9px;
    line-height: 1;
}
.institution-info .info .work-time.is-close {
    color: #ff6666;
}
.institution-info .categories-and-bonus {
    margin: 25px 0;
    flex-wrap: nowrap;
}
.institution-info .categories-and-bonus a {
    color: #333;
    text-decoration: none;
    margin-right: 5px;
    line-height: 1.45;
}
.institution-info .categories-and-bonus a:hover {
    text-decoration: underline;
}
.institution-info .fields {
    margin: 25px 0;
    line-height: 1.2;
    width: 775px;
}
.institution-info .fields .field {
    width: 25%;
    text-align: center;
    padding: 3px 0;
    position: relative;
}
.institution-info .fields .field .name {
    font-size: 13px;
    color: #868686;
    display: inline-block;
}
.institution-info .fields .value {
    font-size: 16px;
    line-height: 1.2;
}
.institution-info .fields .value a {
    color: #222222;
}
.institution-info .fields .field:after {
    content: '';
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #b4b4b4;
    position: absolute;
}
.institution-info .fields .payment-method {
    display: block;
    width: 24px;
    height: 18px;
    margin-right: 7px;
    position: relative;
}
.institution-info .fields .payment-method:last-child {
    margin-right: 0;
}

.institution-info .fields .payment-method:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/img.png?v=1.9) no-repeat scroll -210px -30px;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
}
.institution-info .fields .payment-method.item-online:after {
    background-position: -240px -30px;
}
.institution-info .fields .payment-method.item-card_courier:after {
    background-position: -270px -30px;
}

.institution-info .add-to-favorite {
    margin: 5px 0 0;
}

.institution-info .icon {
    position: absolute;
    left: -5px;
    top: -5px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -90px -150px;
    width: 93px;
    height: 93px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.institution-info .icon.item-new {
    background-position: -210px -150px;
}
.institution-info .icon.item-sale {
    background-position: -330px -150px;
}
.institution-info .icon span {
    display: block;
    margin: 25px 0 0 -25px;
    text-align: center;

    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.institution-info .list-message {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    margin-top: 25px;
    padding: 9px;
}
.institution-info .list-message p {
    margin-bottom: 4px;
}
.institution-info .list-message p:last-child {
    margin-bottom: 0;
}

.institution-info .bonus {
    background: #222;
    color: #fff;
    border-radius: 100px 0 0 100px;
    line-height: 1.05;
    padding: 5px 10px 5px 18px;
    text-align: center;
    font-size: 12px;
    margin-left: 20px;
}
.institution-info .bonus .value {
    font-size: 18px;
    font-weight: 500;
    margin: -1px 0 2px;
}

.institution-info .manage-links {
    margin-bottom: 10px;
}


.tabs {
    border-bottom: 1px solid #333;
    margin: 15px 0 30px;
}
.tabs a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3px;
    display: block;
    padding-bottom: 8px;
    position: relative;
}
.tabs a br {
    display: none;
}
.tabs ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tabs li {
    margin: 0 22px;
}
.tabs li:first-child {
    margin-left: 0;
}
.tabs li:last-child {
    margin-right: 0;
}
.tabs li.active a:after, .tabs li:hover a:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    background: #f7a01d;
    width: 100%;
    left: 0;
}
.institution-page .search-and-categories {
    background: #fff;
    width: 280px;
    position: relative;
}
.institution-tab-menu .center {
    width: 897px;
}

.institution-page-search-products-form input[type="text"] {
    height: 29px;
    padding: 0;
    margin: 0;
    border: none;
    text-indent: 16px;
    color: #000;
    background: #f1f1f1;
    font-family: Rubik, sans-serif;
    border-radius: 100px 0 0 100px;
    font-size: 13px;
    width: 202px;
}
.institution-page-search-products-form {
    padding: 20px;
}
.institution-page-search-products-form .form-inner {
    position: relative;
    flex-wrap: nowrap;
}
.institution-page-search-products-form .form-group {
    margin: 0;
}
.institution-page-search-products-form button {
    padding: 0;
    background: #f1f1f1;
    border: none;
    width: 38px;
    height: 29px;
    text-indent: -9999px;
    position: relative;
    border-radius: 0 100px 100px 0;
    cursor: pointer;
}
.institution-page-search-products-form button:after {
    content: '';
    width: 15px;
    height: 16px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -270px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -8px;
}
.institution-tab-menu .categories li.parent {
    border-top: 1px solid #e1e1e1;
    position: relative;
}
.institution-tab-menu .categories li.parent > a {
    font-size: 15px;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 13px 21px;
}
.institution-tab-menu .categories li.parent.has-children > a {
    padding-right: 50px;
}
.institution-tab-menu .categories li.parent > a:hover {
    text-decoration: underline;
}
.institution-tab-menu .categories li.children > a {
    font-size: 15px;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px 21px;
}
.institution-tab-menu .categories li.children > a:hover {
    text-decoration: underline;
}
.institution-tab-menu .categories li ul {
    padding-left: 21px;
    padding-bottom: 10px;
    display: none;
}
.institution-tab-menu .categories li.open ul {
    display: block;
}
.institution-tab-menu .categories li.active > a {
    font-weight: 500;
}
.institution-tab-menu .categories .toggle {
    content: '';
    width: 30px;
    height: 30px;
    background: url('../img/img.png?v=1.9') no-repeat -300px 0;
    position: absolute;
    right: 9px;
    top: 9px;
    cursor: pointer;
}
.institution-tab-menu .categories li.open .toggle {
    background-position: -330px 0;
}

.products-list .item {
    margin-bottom: 28px;
    margin-right: 28px;
    width: 280px;
    position: relative;
}
.products-list .item:hover {
    -webkit-box-shadow: 0 0 15px 0 #ddd;
    box-shadow: 0 0 15px 0 #ddd;
}

.products-list .add-to-favorite {
    margin-left: 15px;
}

.manage-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.manage-links a {
    margin: 0 5px 5px 0;
}
.manage-links a:last-child {
    margin-right: 0;
}

.products-list .item .manage-links {
    margin-top: 12px;
    margin-bottom: -5px;
}

.products-list .item.unpublished {
    opacity: 0.3;
}
.products-list .item.unpublished:hover {
    opacity: 1;
}

.products-list.columns-count-3 .item:nth-child(3n) {
    margin-right: 0;
}
.products-list.columns-count-4 .item:nth-child(4n) {
    margin-right: 0;
}

.products-list .item .img img {
    display: block;
    max-width: 100%;
}
.products-list .item .info {
    padding: 18px 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.products-list .item .name-and-text {
    height: 65px;
}
.products-list .item .name {
    margin-bottom: 10px;
}
.products-list .item .name a {
    font-weight: 500;
    color: #333;
    text-decoration: none;
    line-height: 1.2;
    display: block;
}
.products-list .item .name a:hover {
    text-decoration: underline;
}
.products-list .item .text {
    font-size: 13px;
    line-height: 1.3;
    height: 0;
    overflow: hidden;
}
.products-list .item .text * {
    border: none !important;
}
.products-list .item .img {
    height: 197px;
    display: block;
}
body.is-institution-site .products-list .item .img {
    height: 185px;
}
.products-list .item .img.not-img {
    background: #e7e7e7;
    position: relative;
}
.products-list .item .img.not-img:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    background: url(../img/img.png?v=1.9) no-repeat -330px -270px;
    margin: -45px 0 0 -45px;
}
.products-list .item .institution {
    margin-top: 12px;
}
.institution-tab-content .products-list .item .institution {
    display: none;
}
.products-list .item .institution a {
    color: #222222;
    text-decoration: none;
    font-size: 13px;
}
.products-list .item .institution a:hover {
    text-decoration: underline;
}
.products-list .item .price {
    font-size: 20px;
    line-height: 35px;
}
.products-list .item .add-to-cart-form button,
.products-list .item .add-to-cart-form .button,
.products-list .item .add-to-cart-form .label {
    color: #fff;
    background: #f6a01d;
    border: none;
    font-family: Rubik, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-weight: 500;
    cursor: pointer;
}
.products-list .item .add-to-cart-form .label {
    line-height: 35px;
    background: #d7d7d7;
    color: #222222;
    font-weight: 500;
    padding: 0 10px;
    cursor: default;
}
.products-list .item .add-to-cart-form .flex {
    justify-content: flex-start;
}

.products-list .item .add-to-cart-link .button {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-weight: 500;
}

.institution-page-product .product-name {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 15px;
}
.institution-page-product .img {
    width: 382px;
    min-width: 382px;
    margin-right: 30px;
}
.institution-page-product .img img {
    display: block;
}
.institution-page-product .info {
    width: 100%;
    min-width: 0;
}
.institution-page-product .info .price {
    font-size: 40px;
}
.institution-page-product .info .text {
    white-space: pre-wrap;
    margin-bottom: 20px;
    line-height: 1.6;
}
.institution-page-product .buy {
    margin-top: 30px;
}

.institution-page-product .manage-links {
    margin-bottom: 10px;
}

.institution-page-product .img .owl-stage {
    display: flex;
}
.institution-page-product .img .owl-item {
    display: flex;
}
.institution-page-product .img .item {
    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
}

.add-to-cart-form .item-item {
    width: 33.33%;
}
.add-to-cart-form .form-group {
    margin: 6px 0;
}
.add-to-cart-form .item-option {
    margin: 30px 0;
}
.add-to-cart-form .item-option .label {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.add-to-cart-form .item-options .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    margin-bottom: 30px;
}
.add-to-cart-form .item-footer {
    margin-top: 30px;
    border-top: 1px solid #333;
    padding-top: 30px;
}
.add-to-cart-form .item-footer .form-group {
    margin: 0;
}

.add-to-cart-form input[name="count"] {
    height: 50px;
    background: #fff;
    font-family: Rubik, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: none;
    padding: 0;
    margin: 0;
    width: 40px;
    text-align: center;
    text-indent: 0;
}
.add-to-cart-form .item-count {
    background: #fff;
}
.add-to-cart-form .item-count a {
    display: block;
    width: 40px;
    height: 50px;
    background: #fff;
    text-indent: -9999px;
    position: relative;
}
.add-to-cart-form .item-count a:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -15px;
    background: url('../img/img.png?v=1.9') no-repeat scroll -300px -30px;
}
.add-to-cart-form .item-count a.plus:after {
    background-position: -330px -30px;
    margin-left: -20px;
}
.add-to-cart-form .item-footer .item-price {
    font-size: 40px;
    line-height: 50px;
    margin-right: 25px;
}

.search-page-header h1 {
    font-size: 25px;
    text-transform: none;
    margin: 0;
}
.search-page-header {
    margin-bottom: 35px;
}

.select2 {
    border: 1px solid #222;
    display: inline-block;
    position: relative;
    padding-right: 35px;
    background: #fff;
    vertical-align: middle;
}
.select2-hidden-accessible {
    display: none;
}
.select2-selection__rendered {
    display: block;
    line-height: 48px;
    padding: 0;
    text-indent: 15px;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.select2-selection__arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 35px;
}
.select2-selection__arrow:after {
    position: absolute;
    left: 50%;
    width: 12px;
    height: 8px;
    top: 50%;
    background: url(../img/img.png?v=1.9) no-repeat scroll -210px -60px;
    content: '';
    margin: -4px 0 0 -6px;
}
.select2-search--dropdown {
    display: none;
}
.select2-dropdown {
    display: block;
    position: relative;
    z-index: 10;
}
.select2-results {
    background: #fff;
    display: block;
    border: 1px solid #222;
    margin-top: -1px;
    overflow: visible;
}
.select2-results li {
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
}
.select2-results li:hover {
    background: #fff;
    cursor: pointer;
}
.select2-results li:hover {
    background: #eee;
}
.select2-results ul {
    max-height: 300px;
    overflow: auto;
}

body > .select2-container {
    z-index: 150;
}

.sort-form label {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 300;
}

.institution-tab-info .social {
    margin: 30px 0 47px;
}
.institution-tab-info .social a {
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #5d5f66;
    border-radius: 100px;
    margin-right: 9px;
    position: relative;
    text-indent: -9999px;
}
.institution-tab-info .social a:hover {
    background: #fff;
}
.institution-tab-info .social a:last-child {
    margin-right: 0;
}
.institution-tab-info .social a:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -120px -90px;
}
.institution-tab-info .social a.item-tw:after {
    background-position: -150px -90px;
}
.institution-tab-info .social a.item-vk:after {
    background-position: -180px -90px;
}
.institution-tab-info .social a.item-gp:after {
    background-position: -210px -90px;
}
.institution-tab-info .social a.item-ig:after {
    background-position: -240px -90px;
}
.institution-tab-info .social a.item-ok:after {
    background-position: -270px -90px;
}

.institution-tab-info .social a.item-wa:after {
    background-position: -210px -420px;
}
.institution-tab-info .social a.item-tg:after {
    background-position: -240px -420px;
}
.institution-tab-info .social a.item-vb:after {
    background-position: -270px -420px;
}


.institution-tab-info .social .label {
    margin-bottom: 12px;
}

.institution-tab-info .title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.institution-tab-info .fields a {
    color: #333;
    text-decoration: none;
}
.institution-tab-info .fields a:hover {
    text-decoration: underline;
}
.institution-tab-info .fields .value .item {
    display: inline-block;
}
.institution-tab-info .fields .value {
    width: 380px;
    font-weight: 500;
}
.institution-tab-info .fields .name {
    position: relative;
    z-index: 1;
    width: 380px;
    margin-right: 30px;
}
.institution-tab-info .fields .name span {
    display: inline-block;
    padding-right: 5px;
    background: #f5f5f5;
}
.institution-tab-info .fields .name::after {
    border-bottom: 1px dotted;
    content: "";
    left: 0;
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: -1;
}
.institution-tab-info .fields > .item {
    margin-bottom: 10px;
    position: relative;
}

.institution-tab-info .box {
    margin: 45px 0;
}
.institution-tab-info .box:first-child {
    margin-top: 0;
}
.institution-tab-info .box:last-child {
    margin-bottom: 0;
}

.institution-tab-info .box.about .text {
    white-space: pre-wrap;
}

.institution-tab-info .images .item {
    width: 279px;
}

.institution-tab-info .fields .value .item:after {
    content: ',';
    margin-left: -2px;
}
.institution-tab-info .fields .value .item:last-child:after {
    display: none;
}

.ui-dialog {
    padding: 0;
    background: #fff;
}
.ui-dialog .ui-dialog-content {
    padding: 30px;
}
.ui-dialog.without-title .ui-dialog-content {
    padding-top: 60px;
}
.ui-dialog.without-padding .ui-dialog-content {
    padding: 0;
}
.ui-dialog.without-title .ui-dialog-title {
    display: none;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0;
}
.ui-dialog .ui-dialog-title {
    float: none;
    width: auto;
    display: block;
    margin: 0 50px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    padding: 30px 30px 0;
}
.ui-dialog .ui-dialog-titlebar-close {
    background: url(../img/img.png?v=1.9) no-repeat scroll -60px -30px;
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 0;
    margin: 0;
    right: 20px;
    top: 20px;
    z-index: 10;
}
.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.ui-dialog.without-header .ui-dialog-titlebar {
    padding: 0;
}
.ui-dialog.without-header .ui-dialog-title {
    display: none;
}

#institution-tab-info-map {
    height: 490px;
    background: #ddd;
    margin-top: 20px;
}
.institution-tab-info .images .owl-prev {
    background: url("../img/img.png?v=1.9") no-repeat scroll -360px 0 !important;
    height: 60px;
    width: 30px;
    text-indent: -9999px;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -30px;
}
.institution-tab-info .images .owl-next {
    background: url("../img/img.png?v=1.9") no-repeat scroll -390px 0 !important;
    height: 60px;
    width: 30px;
    text-indent: -9999px;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -30px;
}
.institution-tab-info .images .owl-prev.disabled,
.institution-tab-info .images .owl-next.disabled {
    opacity: 0.25;
    cursor: default;
}

.reviews-list {
    max-width: 790px;
    margin: 0 auto;
}
.reviews-list .text {
    background: #fff;
    font-size: 16px;
    padding: 30px 35px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.55;
    position: relative;
}
.reviews-list .name {
    font-size: 14px;
    font-weight: 500;
}
.reviews-list .date {
    color: #b8b4c4;
    font-size: 12px;
    margin: 0 22px;
}
.reviews-list .rating {
    background: url("../img/img.png?v=1.9") no-repeat scroll -300px -60px;
    height: 22px;
    width: 22px;
}
.reviews-list .rating.rating-0 {
    background-position: -330px -60px;
}
.reviews-list .header {
    margin-bottom: 7px;
    padding-left: 28px;
}
.reviews-list .text:after {
    content: '';
    position: absolute;
    left: 0;
    width: 14px;
    height: 25px;
    top: -25px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -240px -60px;
}
.reviews-list .item {
    margin-bottom: 30px;
}
.reviews-list .item:last-child {
    margin-bottom: 0;
}
.reviews-list .item.answer {
    margin-left: 40px;
    margin-top: -5px;
}
.reviews-list .item.answer .text {
    background: #dedede;
}
.reviews-list .item.answer .text:after {
    background-position: -270px -60px;
}

.institution-tab-reviews .form {
    width: 790px;
    margin: 0 auto 40px;
}
.institution-tab-reviews .form .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.institution-tab-reviews .form form {
    margin: 30px 0 0;
}

.institution-tab-reviews input[type="text"] {
    width: 100%;
}
.institution-tab-reviews textarea {
    width: 100%;
}
.review-form .item-rating > label {
    margin-right: 15px;
}
.review-form .item-rating .form-group {
    margin: 0 10px 0 0;
}
.review-form .item-rating .form-group label {
    display: block;
    height: 50px;
    width: 50px;
    background: #cbcbcb;
    text-indent: -9999px;
    position: relative;
    padding: 0;
    cursor: pointer;
}
.review-form .item-rating .form-group label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -11px;
    background: url('../img/img.png?v=1.9') no-repeat scroll -360px -60px;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 0;
}
.review-form .item-rating .form-group input[value="0"] + label:after {
    background-position: -390px -60px;
}
.review-form .item-rating .form-group input:checked + label {
    background: #f6a01d;
}
.review-form .item-rating .form-group:last-child {
    margin-right: 0;
}
.review-form .form-actions {
    margin: 0;
}

.booking-form {
    background: #fff;
    width: 790px;
    margin: 0 auto;
}
.booking-form .form-inner {
    padding: 45px 50px;
}
.booking-form .item-count-persons .flex {
    border: 1px solid #222;
}
.booking-form input[name="count_persons"] {
    width: 75px;
    text-indent: 0;
    text-align: center;
    border: none;
    height: 48px;
}
.booking-form .item-count-persons a {
    background: #f6a01d;
    width: 48px;
    padding: 0;
    text-indent: -9999px;
    display: block;
    height: 48px;
    position: relative;
}
.booking-form .item-count-persons a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url('../img/img.png?v=1.9') no-repeat scroll -300px -90px;
    margin: -15px 0 0 -15px;
}
.booking-form .item-count-persons a.plus:after {
    background-position: -330px -90px;
}
.booking-form .row .form-group {
    margin: 0;
}
.booking-form input[name="day"],
.booking-form input[name="hour"],
.booking-form input[name="minute"] {
    width: 75px;
    text-indent: 0;
    text-align: center;
}
.booking-form .item-time .sep {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    width: 25px;
    text-align: center;
}
.booking-form label {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    display: block;
}
.booking-form .row .form-group.item-day {
    margin-right: 20px;
}
.booking-form .item-month .select2 {
    width: 140px !important;
}
.booking-form input[name="name"],
.booking-form input[name="phone"] {
    width: 329px;
}
.booking-form textarea[name="text"] {
    height: 140px;
    width: 100%;
}

.bonus-page .page-header {
    background: #fff;
    padding: 50px 0 0;
}
.bonus-page .page-header h1,
.bonus-page .page-header h2 {
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.bonus-page .page-header .header-text {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin: 20px 0;
}
.bonus-page .items {
    position: relative;
    bottom: -100px;
    margin-top: -60px;
}
.bonus-page .items .item {
    width: 280px;
    background: #f7a01d;
    margin: 0 12px;

    -webkit-box-shadow: 0 2px 40px rgba(50, 53, 75, .09);
    -moz-box-shadow: 0 2px 40px rgba(50, 53, 75, .09);
    box-shadow: 0 2px 40px rgba(50, 53, 75, .09);
}
.bonus-page .items .item:first-child {
    margin-left: 0;
}
.bonus-page .items .item:last-child {
    margin-right: 0;
}

.bonus-page .items .item-2 {
    background: #4baf2d;
}
.bonus-page .items .item-3 {
    background: #c62858;
}
.bonus-page .items .item-4 {
    background: #00d2c6;
}
.bonus-page .items .item .name {
    height: 100px;
    padding: 0 20px;
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.bonus-page .items .item .info {
    height: 230px;
    text-align: center;
    color: #fff;
    line-height: 1.15;
}
.bonus-page .items .item .value {
    font-size: 50px;
    font-weight: bold;
}
.bonus-page .items .item .text {
    text-transform: uppercase;
    font-weight: 500;
}
.bonus-page .items .item .value-and-prefix div {
    display: inline-block;
}
.bonus-page .items .item .prefix {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
    font-weight: 500;
}

.bonus-page .register .form {
    padding: 40px;
}
.bonus-page .register input[type="text"],
.bonus-page .register input[type="password"] {
    width: 100%;
}
.bonus-page .register button {
    width: 100%;
}
.bonus-page .register .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
.bonus-page .register .text {
    font-size: 20px;
    text-align: center;
}
.bonus-page .register .form {
    background: #fff none repeat scroll 0 0;
    margin-top: 210px;
}
.bonus-page .register .form-title {
    background: #222 none repeat scroll 0 0;
    border-radius: 1000px;
    color: #f7a01d;
    font-size: 26px;
    font-weight: bold;
    height: 330px;
    margin: -210px auto 40px;
    text-transform: uppercase;
    width: 330px;
    text-align: center;
}
.bonus-page .page-center {
    padding-top: 180px;
}
.bonus-page .page-center .left {
    width: 487px;
}
.bonus-page .page-center .right {
    width: 685px;
}
body.is-institution-site .bonus-page .page-center .left {
    width: 420px;
}
body.is-institution-site .bonus-page .page-center .right {
    width: 475px;
}
.bonus-page .info-text h3 {
    font-size: 30px;
    font-weight: 500;
}
.bonus-page .info-text {
    line-height: 1.5;
}
.bonus-page .info-text ul {
    margin: 0;
}
.bonus-page .info-text li {
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    position: relative;
}
.bonus-page .info-text li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background: #444;
}

.register-form .item-checkboxes .form-group {
    margin: 20px 0;
}
.register-form .item-checkboxes .form-group {
    margin-top: 0;
}
.register-form .item-checkboxes .form-group:last-child {
    margin-bottom: 0;
}
.register-form .item-checkboxes .form-group input[type="checkbox"] + label {
    padding-left: 36px;
    display: block;
}
.register-form .item-checkboxes .form-group input[type="checkbox"] + label:after {
    top: 10px;
}

.add-to-cart-popup .actions {
    margin-top: 25px;
}
.add-to-cart-popup .actions a {
    margin-right: 10px;
}
.add-to-cart-popup .actions a:last-child {
    margin-right: 0;
}
.add-to-cart-popup .actions a.close {
    background: #999;
}

.checkout-form h1 {
    margin: 0 0 35px;
}

.checkout-form .center {
    width: 790px;
}
body.is-institution-site .checkout-form .center {
    width: 100%;
    min-width: 0;
    margin-right: 50px;
}

.cart {
    margin-bottom: 50px;
}
.cart .institution {
    margin-bottom: 50px;
}
.cart div:last-child .institution {
    margin-bottom: 0;
}
.cart .institution-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}
.cart .institution-name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.cart .institution-name a {
    color: #222;
    text-decoration: none;
}
.cart .institution-name a:hover {
    text-decoration: underline;
}
.cart .items .item {
    padding: 20px 0;
    border-bottom: 1px solid #c8c8c8;
    flex-wrap: nowrap;
}
.cart .option-item {
    color: #666;
    font-weight: 300;
}
.cart .items .item .right {
    width: 100%;
    min-width: 0;
    min-height: 0;
}
.cart .items div:last-child .item {
    padding-bottom: 0;
    border: none;
}
.cart .item .count {
    border: 1px solid #333;
}
.cart .item .count input {
    border: none;
    background: none;
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-indent: 0;
    text-align: center;
}
.cart .item .count a {
    display: block;
    line-height: 40px;
    width: 45px;
    text-indent: -9999px;
    position: relative;
}
.cart .item .count a:after {
    content: '';
    position: absolute;
    background: url(../img/img.png?v=1.9) no-repeat scroll 0 -240px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
}
.cart .item .count a.plus:after {
    background-position: -30px -240px;
}
.cart .delete {
    width: 70px;
    min-width: 70px;
}
.cart .delete a {
    width: 30px;
    height: 30px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -60px -240px;
    display: block;
    text-indent: -9999px;
}
.cart .item .img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 20px;
}
.cart .item .img img {
    display: block;
    max-width: 100%;
    height: auto;
}
.cart .item .img.not-img {
    background: #e7e7e7;
    position: relative;
}
.cart .item .img.not-img:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    background: url(../img/img.png?v=1.9) no-repeat -330px -270px;
    margin: -45px 0 0 -45px;
    transform: scale(0.75);
}

.cart .item .info {
    width: 282px;
    margin-right: 20px;
}
body.is-institution-site .cart .item .info {
    margin-bottom: 15px;
}
.cart .item .total {
    font-size: 20px;
    font-weight: 500;
    width: 130px;
    text-align: center;
}
.cart .item .name a {
    font-size: 15px;
    text-decoration: none;
    color: #222222;
}
.cart .item .name a:hover {
    text-decoration: underline;
}

.checkout-form .form-inner {
    flex-wrap: nowrap;
}
.checkout-form .right {
    width: 380px;
    position: relative;
    min-height: 550px;
}
.checkout-form .info .content {
    background: #fff;
    width: 380px;
    font-size: 14px;

    -webkit-box-shadow: 0 2px 27px rgba(59, 49, 80, .08);
    -moz-box-shadow: 0 2px 27px rgba(59, 49, 80, .08);
    box-shadow: 0 2px 27px rgba(59, 49, 80, .08);
}
body.is-institution-site .checkout-form .info .content {
    width: 350px;
}
.checkout-form .info .content.fixed {
    position: fixed;
    top: 60px;
    z-index: 10;
}
.checkout-form .info .content.fixed-footer {
    position: absolute;
    top: auto;
    bottom: 0;
}
.checkout-form .info .inner {
    padding: 35px;
}
.checkout-form .info .title {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.checkout-form .info .item {
    border-top: 1px solid #e9e9e9;
    padding: 18px 0;
}
.checkout-form .info .count-and-total {
    font-size: 18px;
    font-weight: 500;
    padding: 25px 0;
}
.checkout-form .info .item .help {
    color: #888;
    font-size: 12px;
    margin-top: 3px;
}
.checkout-form .info .bonus .count input {
    height: 40px;
    width: 40px;
    text-indent: 0;
    text-align: center;
    border: none;
    background: none;
}
.checkout-form .info .bonus .count a {
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 40px;
    position: relative;
}
.checkout-form .info .bonus .count a:after {
    content: '';
    position: absolute;
    background: url(../img/img.png?v=1.9) no-repeat scroll 0 -240px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
}
.checkout-form .info .bonus .count a.plus:after {
    background-position: -30px -240px;
}
.checkout-form .info .bonus .count input {
    font-size: 18px;
}
.checkout-form .info .for-free-delivery {
    margin-top: 5px;
}
.checkout-form .info .promocode {
    padding: 20px 0;
}
.checkout-form .info .promocode input[type="text"] {
    width: 100%;
}
.checkout-form .info .promocode a {
    color: #222222;
    text-decoration: none;
    border-bottom: 1px dotted;
    display: inline-block;
    line-height: 1;
}
.checkout-form .info .promocode .form-group {
    margin: 10px 0;
}
.checkout-form .info .promocode .form-group:first-child {
    margin-top: 0;
}
.checkout-form .info .promocode .form-group:last-child {
    margin-bottom: 0;
}
.checkout-form .info .total {
    font-size: 30px;
    font-weight: 500;
    margin: 5px 0;
}
.checkout-form .info .form-actions {
    margin: 24px 0;
}
.checkout-form .info .form-actions:last-child {
    margin-bottom: 0;
}
.checkout-form .info .form-actions button {
    width: 100%;
    text-align: center;
    height: 57px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.checkout-form .info .bonus-info {
    text-align: center;
}

.checkout-form-data input[type="text"] {
    width: 100%;
}
.checkout-form-data .form-group.flex > .form-group {
    margin-top: 0;
    margin-bottom: 0;
}

.checkout-form .form {
    background: #fff;
}
.checkout-form .form .inner {
    padding: 35px;
}
.checkout-form .form .box {
    margin: 45px 0;
}
.checkout-form .form .box:first-child {
    margin-top: 0;
}
.checkout-form .form .box:last-child {
    margin-bottom: 0;
}
.checkout-form .form .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
}
.checkout-form .form .form-group.radios > .form-group {
    margin: 18px 0;
}
.checkout-form .form .form-group.radios > .form-group:first-child {
    margin-top: 0;
}
.checkout-form .form .form-group.radios > .form-group:last-child {
    margin-bottom: 0;
}

.checkout-form-data .item-phone,
.checkout-form-data .item-email {
    width: calc(50% - 15px);
}

.checkout-form-data .item-entrance,
.checkout-form-data .item-floor,
.checkout-form-data .item-apartment {
    width: calc(33.33% - 20px);
}

.checkout-form-data .select2 {
    display: block !important;
}
.checkout-form-data .item-date .select2 {
    width: 155px !important;
}
.checkout-form-data .item-hour .select2,
.checkout-form-data .item-minute .select2 {
    width: 55px !important;
}
.checkout-form-data .item-delivery-date {
    margin: 23px 0 0 !important;
}
.checkout-form-data .item-delivery-date > .form-group {
    margin-right: 30px;
}
.checkout-form-data .item-delivery-date > .form-group:last-child {
    margin-right: 0;
}
.checkout-form-data .item-persons-count,
.checkout-form-data .item-surrender {
    width: 345px;
}
.checkout-form-data input[name="payment_method"] + label {
    padding-left: 86px;
}
.checkout-form-data input[name="payment_method"] + label:before {
    content: '';
    position: absolute;
    left: 39px;
    top: 50%;
    background: url(../img/img.png?v=1.9) no-repeat;
    width: 30px;
    height: 30px;
    margin-top: -16px;
    opacity: 0.6;
}
.checkout-form-data .item-payment-method-cash input[name="payment_method"] + label:before {
    background-position: -210px -30px;
}
.checkout-form-data .item-payment-method-rfi input[name="payment_method"] + label:before,
.checkout-form-data .item-payment-method-tinkoff input[name="payment_method"] + label:before,
.checkout-form-data .item-payment-method-ya_kassa input[name="payment_method"] + label:before,
.checkout-form-data .item-payment-method-sber input[name="payment_method"] + label:before {
    background-position: -240px -30px;
}
.checkout-form-data .item-payment-method-card_courier input[name="payment_method"] + label:before {
    background-position: -270px -30px;
}

.checkout-finished-page {
    margin: 50px 0;
}
.checkout-finished-page .content {
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
}
.checkout-finished-page .content .left .inner {
    padding: 50px;
}
.checkout-finished-page h1 {
    text-transform: unset;
    margin: 0 0 20px;
}
.checkout-finished-page .page-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}
.checkout-finished-page .page-text a {
    text-decoration: underline;
    font-weight: 500;
}
.checkout-finished-page .bonus {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 20px;
}
.checkout-finished-page .bonus .text {
    color: #a1a1a1;
    font-size: 16px;
}
.checkout-finished-page .bonus .value {
    font-size: 40px;
    font-weight: 500;
    color: #ffa127;
    position: relative;
    top: 2px;
}
.checkout-finished-page .left {
    width: 620px;
}
.checkout-finished-page .right {
    width: 380px;
}
.checkout-finished-page .right .inner {
    background: #26282d;
    padding: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.checkout-finished-page .right .icon {
    width: 60px;
    height: 60px;
    background: url(../img/img.png?v=1.9) no-repeat scroll 0 -270px;
    margin-bottom: 15px;
    margin-left: -5px;
}

.checkout-finished-page .social {
    margin-top: 20px;
}
.checkout-finished-page .social a {
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #5d5f66;
    border-radius: 100px;
    margin-right: 4px;
    position: relative;
}
.checkout-finished-page .social a:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -120px -90px;
}
.checkout-finished-page .social a.item-tw:after {
    background-position: -150px -90px;
}
.checkout-finished-page .social a.item-vk:after {
    background-position: -180px -90px;
}
.checkout-finished-page .social a.item-gp:after {
    background-position: -210px -90px;
}
.checkout-finished-page .social a.item-ig:after {
    background-position: -240px -90px;
}
.checkout-finished-page .social a.item-ok:after {
    background-position: -270px -90px;
}

.city-choice {
    display: none;
    background: #fff;
    color: #222;
    font-weight: 300;
    position: absolute;
    left: -15px;
    top: 100%;
    width: 300px;
    z-index: 20;

    -webkit-box-shadow: 0 14px 29px rgba(38, 40, 45, .23);
    -moz-box-shadow: 0 14px 29px rgba(38, 40, 45, .23);
    box-shadow: 0 14px 29px rgba(38, 40, 45, .23);
}
.city-choice.visible {
    display: block;
}
.city-choice:after {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.city-choice .inner {
    padding: 30px 40px;
}
.city-choice .confirm {
    margin-bottom: 10px;
}
.city-choice .confirm .actions a {
    display: block;
    line-height: 35px;
    color: #fff;
    background: #f6a01d;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 500;
}
.city-choice .confirm .actions a:hover {
    background: #ea9719;
}
.city-choice .confirm .actions a:last-child {
    margin-bottom: 0;
}
.city-choice .confirm .text {
    margin-bottom: 20px;
}
.city-choice li {
    margin-bottom: 10px;
}
.city-choice li:last-child {
    margin-bottom: 0;
}
.city-choice li a {
    display: block;
    color: #222222;
    text-decoration: none;
}
.city-choice li a:hover {
    text-decoration: underline;
}

.register-form-popup {
    width: 100%;
    height: 100vh;
}
.register-form-popup .left,
.register-form-popup .right {
    width: 50%;
}

[data-ui-dialog="register-popup"] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.register-form-popup .left {
    background: #f6a01d;
    background-size: 100% auto;
    color: #fff;
}
.register-form-popup .left .title {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}
.register-form-popup .right .title {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 40px;
}
.register-form-popup .right .form {
    width: 490px;
    margin: 0 auto;
}
.register-form-popup .right .form input[type="text"],
.register-form-popup .right .form input[type="password"] {
    width: 100%;
}
.register-form-popup .right .links {
    margin-top: 40px;
}
.register-form-popup .right .links a {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 20px;
}
.register-form-popup .right .links a:last-child {
    margin-right: 0;
}

.ui-dialog .ui-dialog-content[data-ui-dialog="register-popup"] {
    padding: 0;
}

.ulogin-buttons-container [data-uloginbutton] {
    width: 60px !important;
    height: 60px !important;
    background: #92786b !important;
    border-radius: 100px !important;
    margin: 0 18px 0 0 !important;
    position: relative !important;
    border: 2px solid #fff !important;
}
.ulogin-buttons-container {
    width: auto !important;
}
.ulogin-buttons-container [data-uloginbutton]:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -240px -120px;
}
.ulogin-buttons-container [data-uloginbutton="twitter"]:after {
    background-position: -270px -120px;
}
.ulogin-buttons-container [data-uloginbutton="vkontakte"]:after {
    background-position: -300px -120px;
}
.ulogin-buttons-container [data-uloginbutton="google"]:after {
    background-position: -330px -120px;
}
.ulogin-buttons-container [data-uloginbutton="instagram"]:after {
    background-position: -360px -120px;
}
.ulogin-buttons-container [data-uloginbutton="odnoklassniki"]:after {
    background-position: -390px -120px;
}

.profile-tabs .bonus {
    font-size: 26px;
    padding: 4px 0;
}
.profile-tabs .bonus .value {
    color: #f7a01d;
    font-weight: 500;
}

.orders-list table {
    width: 100%;
}

.orders-list th {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 10px;
    text-align: left;
}
.orders-list td {
    font-weight: 500;
    font-size: 15px;
    padding: 15px 10px;
}
.orders-list th:first-child,
.orders-list td:first-child {
    padding-left: 30px;
}
.orders-list td:last-child {
    padding-right: 0;
}
.orders-list tr {
    border-bottom: 1px solid #c8c8c8;
}
.orders-list tr.open,
.orders-list tr.row.open:hover {
    background: #fff;
    border-color: #fff;
}
.orders-list tr.row {
    cursor: pointer;
}
.orders-list tr.row:hover {
    background: #eee;
}
.orders-list .orders-list-info td {
    padding: 0;
}
.orders-list .td-order-id {
    width: 100px;
}
.orders-list .td-date {
    width: 165px;
}
.orders-list .td-status {
    width: 145px;
}
.orders-list .td-toggle {
    width: 40px;
    padding: 0;
    vertical-align: middle;
}
.orders-list .td-toggle a {
    display: block;
    height: 30px;
    width: 30px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -420px -90px;
    position: relative;
    top: 1px;
}
.orders-list .open .td-toggle a {
    background-position: -390px -90px;
}

.orders-list-info .institutions {
    background: #fff;

    -webkit-box-shadow: 0 10px 10px rgba(59, 49, 80, .08);
    -moz-box-shadow: 0 10px 10px rgba(59, 49, 80, .08);
    box-shadow: 0 10px 10px rgba(59, 49, 80, .08);
}
.orders-list-info .institution {
    padding: 30px;
}
.orders-list-info .institution:last-child {
    margin-bottom: 0;
}
.orders-list-info .institution .header {
    margin-bottom: 25px;
}
.orders-list-info .institution-name a {
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
}
.orders-list-info .institution-name a:hover {
    text-decoration: underline;
}
.orders-list-info .add-review a {
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    position: relative;
    padding-left: 36px;
}
.orders-list-info .add-review a:hover {
    text-decoration: underline;
}
.orders-list-info .add-review a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -360px -90px;
    margin: -16px 0 0;
}
.orders-list-info .img {
    width: 100px;
    background: #f2f2f2;
    height: 100px;
}
.orders-list-info .img img {
    display: block;
    max-width: 100%;
    height: auto;
}
.orders-list-info .info {
    width: 350px;
    margin-left: 20px;
    font-size: 15px;
}
.orders-list-info .info .name {
    font-weight: normal;
    margin-bottom: 3px;
}
.orders-list-info .info .name a {
    color: #222222;
    text-decoration: none;
}
.orders-list-info .info .name a:hover {
    text-decoration: underline;
}
.orders-list-info .institutions .item {
    padding: 20px 0;
    border-bottom: 1px solid #c8c8c8;
}
.orders-list-info .institutions .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.orders-list-info .institutions .item:first-child {
    padding-top: 0;
}

.orders-list-info .actions {
    padding: 30px;
    text-align: right;
}
.orders-list-info .actions a {
    margin-right: 10px;
}
.orders-list-info .actions a:last-child {
    margin-right: 0;
}

.pagination {
    margin: 25px 0;
    text-align: center;
}
.pagination li {
    display: inline-block;
    margin: 0 7px;
}

.profile-tab-info .left {
    width: 795px;
}
.profile-tab-info .right {
    width: 340px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.profile-tab-info .right .icon {
    width: 60px;
    height: 60px;
    background: url(../img/img.png?v=1.9) no-repeat scroll 0 -270px;
    margin-bottom: 15px;
    margin-left: -5px;
}

.profile-tab-info .social {
    margin-top: 20px;
}
.profile-tab-info .social a {
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #5d5f66;
    border-radius: 100px;
    margin-right: 4px;
    position: relative;
}
.profile-tab-info .social a:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    background: url(../img/img.png?v=1.9) no-repeat scroll -120px -90px;
}
.profile-tab-info .social a.item-tw:after {
    background-position: -150px -90px;
}
.profile-tab-info .social a.item-vk:after {
    background-position: -180px -90px;
}
.profile-tab-info .social a.item-gp:after {
    background-position: -210px -90px;
}
.profile-tab-info .social a.item-ig:after {
    background-position: -240px -90px;
}
.profile-tab-info .social a.item-ok:after {
    background-position: -270px -90px;
}

.profile-tab-info .form {
    background: #fff;
    padding: 40px;
}
.profile-info-form .form-group {
    width: 100%;
}
.profile-info-form input[type="text"] {
    width: 100%;
}
.profile-info-form .flex > .form-group {
    margin: 0;
}
.profile-info-form .item-phone,
.profile-info-form .item-email {
    width: 343px;
}

.profile-info-form .item-entrance,
.profile-info-form .item-floor,
.profile-info-form .item-apartment {
    width: 220px;
}

.sms-code-form .message {
    margin-bottom: 25px;
}
.sms-code-form .form-inner {
    display: flex;
    justify-content: flex-start;
}
.sms-code-form input[name="code"] {
    width: 250px;
    border-right: none;
}
.sms-code-form button {
    border: 1px solid #222;
    border-left: none;
}
.sms-code-form .form-inner .form-group {
    margin: 0;
    width: 100%;
}

.profile-tab-info .referral {
    margin-top: 30px;
}
.profile-tab-info .referral .label {
    margin-bottom: 5px;
}
.profile-tab-info .referral input {
    border: none;
    width: 190px;
}
.profile-tab-info .referral a.button {
    border: none;
    font-size: 13px;
}
.profile-tab-info .referral form {
    border: 1px solid #222;
    display: inline-block;
}
.profile-tab-info .left {
    width: 795px;
}
.profile-tab-password .form {
    background: #fff;
    padding: 40px;
}
.profile-tab-password .inner {
    width: 795px;
}
.profile-tab-password .form input[type="password"] {
    width: 100%;
}

.apps-block.simple {
    padding: 50px 0;
    margin: 50px 0 0;
}
.apps-block.simple .mobile {
    display: none;
}
.apps-block.simple .info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.apps-block.simple .info .text {
    margin: 0;
}
.apps-block.simple .info .links {
    width: 480px;
}

.sales-page .item {
    background: #ffd200;
    margin-bottom: 25px;
    color: #222222;
}
.sales-page .item:last-child {
    margin-bottom: 0;
}
.sales-page .item:nth-child(2) {
    background: #192a96;
    color: #ffffff;
}
.sales-page .item:nth-child(3) {
    background: #c31b90;
    color: #ffffff;
}
.sales-page .item:nth-child(2) a,
.sales-page .item:nth-child(3) a {
    color: #ffffff;
}
.sales-page .item .img {
    width: 310px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sales-page .item .img-text {
    font-size: 28px;
    padding: 20px;
    text-align: center;
    display: block;
}
.sales-page .item .img img {
    display: block;
}
.sales-page .item .img a {
    text-decoration: none;
}
.sales-page .item .info {
    width: 580px;
}
.sales-page .item .responsible-and-date {
    width: 310px;
    border-left: 1px solid #fff;
}
.sales-page .item a {
    color: #222222;
}
.sales-page .item .inner {
    padding: 20px 50px;
}
.sales-page .item .name {
    line-height: 1.35;
    margin-bottom: 20px;
}
.sales-page .item .name a {
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}
.sales-page .item .name a:hover {
    text-decoration: underline;
}
.sales-page .item .responsible-and-date {
    text-align: center;
}
.sales-page .item .responsible {
    margin-bottom: 10px;
    font-size: 18px;
}

.reviews-page .reviews-list {
    max-width: none;
}

.add-to-cart-form .count {
    background: #f6a01d;
}
.add-to-cart-form .count input[name="count"] {
    height: 35px;
    text-indent: 0;
    text-align: center;
    padding: 0;
    background: none;
    width: 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 35px;
    position: relative;
    top: 1px;
}
.add-to-cart-form .count a {
    display: block;
    height: 35px;
    width: 25px;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
}
.add-to-cart-form .count a:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -15px;
    background: url('../img/img.png?v=1.9') no-repeat scroll -300px -90px;
}
.add-to-cart-form .count a.plus:after {
    background-position: -330px -90px;
    margin-left: -18px;
}
.register-form-popup .right .inner {
    max-height: 90vh;
    overflow: auto;
    padding-right: 25px;
}

.login-form .flex > .form-group {
    margin: 0;
}
.login-form .item-phone,
.login-form .item-email {
    width: 215px;
}
.login-form .item-or {
    font-weight: 300;
}

.search-popup {
    background: #fff;
    color: #222;
    font-weight: 300;
    position: absolute;
    right: -18px;
    top: 100%;
    z-index: 20;
    -webkit-box-shadow: 0 14px 29px rgba(38, 40, 45, .23);
    -moz-box-shadow: 0 14px 29px rgba(38, 40, 45, .23);
    box-shadow: 0 14px 29px rgba(38, 40, 45, .23);
}
.search-popup:after {
    bottom: 100%;
    right: 36px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.search-popup .inner {
    padding: 30px;
}
.search-popup .form-inner {
    display: flex;
    border: 1px solid #222;
}
.search-popup .form-group {
    margin: 0;
    display: flex;
    position: relative;
}
.search-popup input[name="text"] {
    width: 450px;
    border: none;
    position: relative;
    z-index: 6;
}
.search-popup button {
    border: none;
}

[data-fixed-wrapper] {
    position: relative;
    min-height: 1px;
}
[data-fixed].fixed {
    position: fixed;
    top: 60px;
    z-index: 5;
    overflow: auto;
}
[data-fixed].fixed.footer-limit {
    top: auto;
}

.institutions-list .item .field-delivery-dz .name {
    position: relative;
    padding-right: 26px;
}
.institutions-list .item .field-delivery-dz .name:after {
    content: '';
    position: absolute;
    right: 0;
    width: 20px;
    height: 17px;
    background: url(../img/img.png?v=1.9) -60px -330px;
    top: 50%;
    margin-top: -9px;
}

.institution-info .field-delivery-dz .name {
    position: relative;
    padding-right: 26px;
}
.institution-info .field-delivery-dz .name:after {
    content: '';
    position: absolute;
    right: 0;
    width: 20px;
    height: 17px;
    background: url(../img/img.png?v=1.9) -60px -330px;
    top: 50%;
    margin-top: -9px;
}

.min-order-popup .text {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.min-order-popup .actions {
    text-align: center;
    margin: 30px 0 16px;
}

.institution-closed-message {
    margin: -60px -30px -30px;
    padding: 60px 0 0 279px;
    background: url(../img/closed.png) no-repeat left;
}
.institution-closed-message .text {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 0 40px;
}
.institution-closed-message .actions {
    flex-wrap: nowrap;
    margin-top: 40px;
}
.institution-closed-message .actions a {
    padding: 0;
    width: 50%;
    text-align: center;
    border-right: 1px solid #fff;
}
.institution-closed-message .actions a:last-child {
    border: none;
}

.add-to-favorite {
    display: block;
    text-indent: -9999px;
}
.add-to-favorite .svg-icon {
    width: 25px;
    height: 25px;
    fill: #000;
}
.add-to-favorite.has-favorite .svg-icon {
    fill: #f6a01d;
}

.menu-block .all-link {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.load-more {
    display: flex;
    justify-content: center;
}
.load-more a {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
}
.load-more a:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/img.png?v=1.9) -240px -330px;
    margin-right: 8px;
}

.products-list .item .text-inner {
    max-height: 170px;
}

.institution-sales {
    margin-bottom: 30px;
}
.institution-sales .item {
    flex-wrap: nowrap;
    background: #333;
    width: 100%;
}
.institution-sales .img {
    width: 186px;
    min-width: 186px;
}
.institution-sales .info {
    width: 100%;
    background: #fff;
    padding: 15px 30px;
    color: #111;
}
.institution-sales .info .name {
    font-size: 26px;
    font-weight: 500;
}
.institution-sales .info .date {
    margin: 5px 0;
}
.institution-sales .info .date:first-child {
    margin-top: 0;
}
.institution-sales .info .date:last-child {
    margin-bottom: 0;
}
.institution-sales .info .text {
    margin: 5px 0;
}
.institution-sales .info .text:first-child {
    margin-top: 0;
}
.institution-sales .info .text:last-child {
    margin-bottom: 0;
}
.institution-sales .info .manage-links {
    margin-top: 12px;
}
.institution-sales .owl-carousel .owl-item {
    display: flex;
}

.add-to-cart-form .item-footer .label {
    background: #d7d7d7;
    color: #222222;
    font-weight: 500;
    cursor: default;

    line-height: 50px;
    padding: 0 25px;
    margin: 0;
    border: none;
    font-family: Rubik, Arial, sans-serif;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

.checkout-finished-page .phone {
    font-weight: 500;
}

.page-404 {
    margin: 45px 0;
}

.admin-link {
    font-size: 14px;
    color: #ffffff;
    padding: 3px 11px;
    background: #66cc66;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 1px;
}
.admin-link.no-margin {
    margin-bottom: 0;
}

.manage-link {
    font-size: 14px;
    color: #ffffff;
    padding: 3px 11px;
    background: #ed5175;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 1px;
}
button.manage-link {
    height: auto;
    min-height: 0;
    text-transform: unset;
    border: none;
    font-weight: normal;
}

.has-other-institutions-popup .text {
    font-size: 17px;
}
.has-other-institutions-popup .actions {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.has-other-institutions-popup .actions .button {
    margin-right: 15px;
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
    background: #f6a01d !important;
}

.search-form-autocomplete {
    background: #fff;
    max-height: 450px;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 5;
    border-top: 1px solid #eee;

    -webkit-box-shadow: 0 3px 27px 0 rgba(42, 47, 92, 0.25);
    box-shadow: 0 3px 27px 0 rgba(42, 47, 92, 0.25);
}
.header-block .search-form-autocomplete {
    margin-top: 1px;
}
.search-form-autocomplete .item {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #eee;
    min-height: 30px;
    color: #333333;
    text-decoration: none;
}
.search-form-autocomplete .item:hover {
    text-decoration: underline;
}
.search-form-autocomplete .item .img {
    width: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.search-form-autocomplete .item .img.not-image {
    background: #eee;
}
.search-form-autocomplete .item .info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.search-form-autocomplete .item .info .name {
    text-align: left;
}
.search-form-autocomplete .item .img img {
    max-width: 30px;
    max-height: 30px;
    display: block;
}
.search-form-autocomplete .box-title {
    color: #333;
    text-align: left;
    padding: 15px 15px 13px 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid #eee;
}
.search-form-autocomplete .empty {
    color: #333333;
    padding: 18px;
    text-align: left;
}

.search-page .tabs ul {
    justify-content: flex-start;
}

.page-404 .search-and-sales-block .search-form {
    display: block;
}
.page-404 .search-and-sales-block .search-form input[type="text"] {
    border: 1px solid #333;
}

.delivery-filter-form {
    margin: 25px 0;
}
.delivery-filter-form .form-inner {
    flex-wrap: nowrap;
}
.delivery-filter-form .form-group {
    margin: 0;
}
.delivery-filter-form .item-address input {
    width: 100%;
    border: none;
    height: auto;
    text-indent: 20px;
    padding-right: 60px;
}
.delivery-filter-form .item-address {
    width: 100%;
}
.delivery-filter-form .form-actions button {
    background: #26282d;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 40px;
    white-space: nowrap;
    height: 55px;
}

.delivery-address-map {
    position: relative;
}
.delivery-address-map .map {
    background: #fff;
}
.delivery-address-map .map,
.delivery-address-map .map > ymaps {
    width: 100% !important;
    height: 500px !important;
}
.delivery-address-map .mark {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -81px;
    z-index: 5;
}
.delivery-address-map .address {
    position: absolute;
    width: 100%;
    top: 0;
    color: #111111;
    text-shadow: 1px 1px #fff;
    z-index: 5;
    text-align: center;
    padding: 30px 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */
}
.delivery-address-map .address .label {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px;
}
.delivery-address-map .address .value {
    font-size: 20px;
    margin: 0 40px;
}
.delivery-address-map .actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 5;
}

.delivery-filter-form .form-actions {
    position: relative;
}
.delivery-filter-form .item-map {
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 1;
}
.delivery-filter-form .item-map a {
    position: relative;
    text-indent: -9999px;
    height: 55px;
    width: 60px;
    background: #fff;
}
.delivery-filter-form .item-map a:after {
    content: '';
    position: absolute;
    width: 19px;
    height: 24px;
    background: url(../img/img.png?v=1.9) no-repeat;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -8px;
}

.page-info-admin {
    margin: 15px;
}

.page-info-form label {
    display: block;
}
.page-info-form input[type="text"] {
    width: 100%;
}

.page-info-form .form-actions button {
    margin: 0 12px 12px 0;
}

.checkout-form-data .form-group .show-field {
    margin: -12px 0;
}
.checkout-form-data .form-group:first-child .show-field {
    margin-top: 0;
}
.checkout-form-data .form-group:last-child .show-field {
    margin-bottom: 0;
}
.checkout-form-data .form-group .show-field a {
    color: #222222;
    text-decoration: none;
    border-bottom: 1px dotted;
    display: inline-block;
    line-height: 1;
}

.institution-page.is-admin .categories ul {
    padding-left: 0;
}
.institution-page.is-admin .categories li {
    position: relative;
    padding-left: 24px;
}
.institution-page.is-admin .categories .handle {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background: url(../img/img.png?v=1.9) -60px -360px;
    top: 8px;
    left: 10px;
    position: absolute;
    cursor: pointer;
}
.institution-page.is-admin .categories ul .handle {
    top: 2px;
}

.institution-page.is-admin .categories .edit-link {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background: url(../img/img.png?v=1.9) -90px -360px;
    top: 8px;
    right: 35px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    padding: 0 !important;
    margin: 0 !important;
}

.institution-page.is-admin .admin-box {
    padding: 20px;
}
.institution-page.is-admin .admin-box .manage-link {
    margin-bottom: 0;
}

.institution-page.is-admin .left .separate {
    height: 1px;
    background: #ddd;
    margin: 20px 0 15px;
}

.institution-category-form label {
    display: block;
    margin-bottom: 4px;
}
.institution-category-form input[type="text"] {
    width: 100%;
}
.institution-category-form .select2 {
    display: block;
    width: auto !important;
}

form .help {
    color: #888;
    font-size: 13px;
    margin-top: 5px;
}

.product-form label {
    display: block;
    margin-bottom: 4px;
}
.product-form input[type="text"] {
    width: 100%;
}
.product-form .select2 {
    display: block;
    width: auto !important;
}
.product-form .item-left {
    width: 50%;
    margin-right: 30px !important;
    min-width: 50%;
}
.product-form .item-right {
    width: 100%;
    min-width: 0;
}
.product-form .form-group.flex > .form-group {
    margin: 0;
}

.product-form .item-options .item-option-name-type-delete > .form-group {
    margin: 0;
}
.product-form .item-options .item-option-name {
    width: 50%;
    min-width: 50%;
}
.product-form .item-options .item-option-type {
    width: 100%;
    min-width: 0;
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.product-form .item-option {
    margin: 0 -30px -1px;
    padding: 30px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.product-form .item-option.item-even {
    background: #f1f1f1;
}
.product-form .item-option .item-option-name-type-delete {
    margin-top: 0;
}

.product-form .box-title {
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 17px;
}

.product-form .item-option-items > label {
    margin-bottom: 15px;
    font-weight: 500;
}
.product-form .item-option-item-name {
    width: 65%;
    min-width: 65%;
}
.product-form .item-option-item-price {
    width: 100%;
    min-width: 0;
    margin: 0 30px !important;
}

.product-form .item-options .options {
    margin-bottom: 30px;
}
.product-form .option-items {
    margin-bottom: 20px;
}

.product-form .option-items [data-product-form-option-item] {
    margin-bottom: 15px;
}
.product-form .option-items [data-product-form-option-item]:last-child {
    margin-bottom: 0;
}

.product-form .item-options .item-delete {
    margin-bottom: 13px !important;
}

.product-form .manage-link {
    margin-bottom: 0;
}
.product-form .form-actions {
    margin-top: 40px;
}
.product-form .image img {
    display: block;
}
.product-form .image {
    margin-bottom: 8px;
}

[data-product-form-option-item] input[type="text"] {
    height: 35px;
}
.product-form .item-options .item-option-items .item-delete {
    margin-bottom: 5px !important;
}

.product-form .item-options .handle {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 10px;
    cursor: pointer;

    background: url(../img/img.png?v=1.9) -60px -360px;
}
.product-form .item-options .option-fields {
    width: 100%;
    min-width: 0;
}

.product-form .item-images .input-file {
    border: 1px solid #222222;
    color: #222222;
    background: #fff;
    font-family: Rubik, Arial, sans-serif;
    font-size: 15px;
    text-indent: 12px;
    margin: 0;
    padding: 0 14px;
    height: 50px;
    border-radius: 0;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product-form .item-images input[type="text"] {
    width: 100%;
}
.product-form .item-images .add {
    margin-top: 30px;
}
.product-form .item-images .url-and-button {
    display: flex;
    align-items: center;
}
.product-form .item-images .url-and-button button {
    line-height: 1.36;
    margin-left: 10px;
    white-space: nowrap;
}

.product-form .item-image {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}
.product-form .item-image > .form-group {
    margin: 0;
}
.product-form .item-image .image {
    margin: 0 15px 0 0;
}
.product-form .item-image .image-and-delete {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.institution-form label {
    display: block;
    margin-bottom: 4px;
}
.institution-form input[type="text"] {
    width: 100%;
}
.institution-form .select2 {
    display: block;
    width: auto !important;
}

.institution-form .form-inline {
    display: flex;
    flex-wrap: nowrap;
}
.institution-form .form-inline > .form-group {
    width: 50%;
    max-width: 50%;
    margin: 0;
}
.institution-form .form-inline > .form-group:first-child {
    width: 50%;
    min-width: 50%;
    margin-right: 30px;
}
.institution-form .form-inline > .form-group:last-child {
    width: 100%;
    min-width: 0;
}
.institution-form .item-categories .is-children {
    margin-left: 37px;
}
.institution-form .checkboxes .form-group {
    margin-top: 15px;
    margin-bottom: 15px;
}
.institution-form .checkboxes .form-group:first-child {
    margin-top: 0;
}
.institution-form .checkboxes .form-group:last-child {
    margin-bottom: 0;
}


.institution-form .box {
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}
.institution-form .box:first-child {
    border-top: 1px solid #ccc;
}
.institution-form .box:last-child {
    padding-bottom: 0;
}

.institution-form .box .box {
    padding: 20px 0 !important;
    margin: 0 !important;
}
.institution-form .box .box:first-child {
    padding-top: 0 !important;
    border-top: none;
}
.institution-form .box .box:last-child {
    padding-bottom: 0 !important;
    border-bottom: none;
}

.ui-dialog .institution-form .box {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
}

.institution-form .box-title {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.institution-form input[type="checkbox"] + label:after {
    margin-top: -12px;
}
.institution-form .item-categories {

}
.institution-form .item-categories-list {
    overflow: auto;
    max-height: 340px;
    background: #f6f6f6;
}
.institution-form .item-categories-list .inner {
    padding: 20px;
}
.institution-form .item-selected-categories {
    padding: 20px 20px 20px 0;
}
.institution-form .item-selected-categories .separate:last-child {
    display: none;
}

.institution-form .item-kitchens {
    overflow: auto;
    max-height: 450px;
    background: #f6f6f6;
}
.institution-form .item-kitchens .inner {
    padding: 20px;
}

.institution-form .item-images .image {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}
.institution-form .item-images .image img {
    display: block;
    width: 100px;
    height: 100px;
}
.institution-form .item-images .image .delete {
    position: absolute;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    background: #f6a01d;
    right: 0;
    top: 0;
    z-index: 1;
}
.institution-form .item-images .image .delete:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../img/img.png?v=1.9) -120px -360px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
}

.institution-form .checkboxes > .form-group {
    margin: 20px 0;
}
.institution-form .checkboxes > .form-group:first-child {
    margin-top: 0;
}
.institution-form .checkboxes > .form-group:last-child {
    margin-bottom: 0;
}

.sale-form label {
    display: block;
    margin-bottom: 4px;
}
.sale-form input[type="text"] {
    width: 100%;
}
.sale-form .select2 {
    display: block;
    width: auto !important;
}
.sale-form .image {
    margin-bottom: 8px;
}
.sale-form .image img {
    display: block;
}

.order-status-form label {
    display: block;
    margin-bottom: 4px;
}
.order-status-form input[type="text"] {
    width: 100%;
}
.order-status-form .select2 {
    display: block;
    width: auto !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #f6a01d;
    border-color: #f6a01d;
}
.flatpickr-months
.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    top: 8px;
}
.flatpickr-months {
    margin: 8px 0 10px;
}

.orders-list .order-info {
    padding: 15px 30px 10px;
    font-weight: normal;
    background: #fff;
}
.orders-list .order-info .item {
    margin: 5px 0;
}
.orders-list .order-info .item:first-child {
    margin-top: 0;
}
.orders-list .order-info .item:last-child {
    margin-bottom: 0;
}
.orders-list .order-info .item b {
    font-weight: 500;
}

.orders-list .order-info .box {
    margin-bottom: 25px;
}
.orders-list .order-info .box:last-child {
    margin-bottom: 0;
}
.orders-list .order-info .box-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}

.html-text ul {
    margin: 0 20px 20px;
    list-style: disc;
}
.html-text ul li {
    margin-bottom: 5px;
}
.html-text ul li:last-child {
    margin-bottom: 0;
}
.html-text table {
    width: 100% !important;
    margin-bottom: 20px;
}
.html-text table th {
    padding: 8px 12px;
    border: 1px solid #999;
}
.html-text table td {
    padding: 8px 12px;
    border: 1px solid #999;
}

.html-text section {
    margin-bottom: 15px;
}
.html-text section:last-child {
    margin-bottom: 0;
}

.checkout-form-data .item-address {
    position: relative;
}
.checkout-form-data .map-link {
    position: absolute;
    width: 50px;
    background: #fff;
    right: 1px;
    top: 1px;
    bottom: 1px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.checkout-form-data .map-link .svg-icon {
    width: 24px;
    height: 24px;
}

body.is-institution-site #wrapper {
    display: flex;
    flex-wrap: nowrap;
}
body.is-institution-site #left {
    background: #fff;
    width: 300px;
    min-width: 300px;
    min-height: 100vh;
}
body.is-institution-site #center {
    width: 100%;
    min-width: 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.is-institution-site #center .container {
    max-width: calc(100% - 60px);
}
body.is-institution-site #center .container .container {
    margin: 0;
    max-width: unset;
}

body.is-institution-site .products-list {
    margin-right: -28px;
}
body.is-institution-site .products-list.columns-count-3 .item:nth-child(3n) {
    margin-right: 28px;
}

.institution-site-sidebar-block {
    min-height: 100%;
    position: relative;
    z-index: 40;
}
.institution-site-sidebar-block .block-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;

    background: #fff;

    width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;

    -webkit-box-shadow: 0 7px 8px rgba(50, 53, 75, .16);
    -moz-box-shadow: 0 7px 8px rgba(50, 53, 75, .16);
    box-shadow: 0 7px 8px rgba(50, 53, 75, .16);

    height: 100vh;
}
.institution-site-sidebar-block .inner {
    margin: 0 35px;
}

.institution-site-sidebar-block .logo {
    margin: 15px 0;
}
.institution-site-sidebar-block .logo a {
    text-decoration: none;
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
.institution-site-sidebar-block .logo img {
    display: block;
    margin: 0 auto;
    max-width: 170px;
    max-height: 100px;
    width: auto;
    height: auto;
}
.institution-site-sidebar-block .logo .name {
    display: block;
    margin: 28px 0;
}

.institution-site-sidebar-block .info {
    background: #eee;
    margin-bottom: 35px;
}
.institution-site-sidebar-block .info .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    margin-left: -8px;
    margin-right: -8px;
}
.institution-site-sidebar-block .info .item {
    width: 25%;
    position: relative;
    height: 50px;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}
.institution-site-sidebar-block .info .item .bonus {
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
}
.institution-site-sidebar-block .info .item .label {
    font-size: 11px;
    line-height: 1;
}

.institution-site-sidebar-block .info .item.icon:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    background: url(../img/img.png?v=1.9) 0 -390px;
}
.institution-site-sidebar-block .info .item-delivery.icon:after {
    background-position: -60px -390px;
}
.institution-site-sidebar-block .info .item-food.icon:after {
    background-position: -120px -390px;
}

.institution-site-sidebar-block .search {
    margin: 35px 0;
}
.institution-site-sidebar-block .search .form-inner {
    display: flex;
    flex-wrap: nowrap;
}
.institution-site-sidebar-block .search .form-group {
    display: flex;
    margin: 0;
}
.institution-site-sidebar-block .search input[type="text"] {
    height: 30px;
    border-radius: 100px 0 0 100px;
    background: #eeeeee;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    border: none;
    width: 100%;
}
.institution-site-sidebar-block .search input[type="text"]::placeholder {
    color: #333;
}
.institution-site-sidebar-block .search button {
    width: 100%;
    height: 30px;
    background: #eeeeee !important;
    border: none;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    border-radius: 0 100px 100px 0;
    position: relative;
}
.institution-site-sidebar-block .search button:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background: url(../img/img.png?v=1.9) -270px 0;
}
.institution-site-sidebar-block .search .item-search {
    width: 100%;
    min-width: 0;
}
.institution-site-sidebar-block .search .form-actions {
    width: 35px;
    min-width: 35px;
}

.institution-site-sidebar-block .categories {
    margin: 35px 0;
}
.institution-site-sidebar-block .categories li {
    margin-bottom: 20px;
}
.institution-site-sidebar-block .categories li:last-child {
    margin-bottom: 0;
}
.institution-site-sidebar-block .categories a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 1.2;
}
.institution-site-sidebar-block .categories a.active {
    color: #ec8e00;
}
.institution-site-sidebar-block .categories a:hover {
    text-decoration: underline;
}

.institution-site-sidebar-block .categories li ul {
    margin: 15px 20px;
}
.institution-site-sidebar-block .categories li li {
    margin-bottom: 7px;
}
.institution-site-sidebar-block .categories li li:last-child {
    margin-bottom: 0;
}
.institution-site-sidebar-block .categories li li a {
    text-transform: none;
    font-weight: normal;
}

.institution-site-sidebar-block .menu {
    margin: 35px 0;
}
.institution-site-sidebar-block .menu li {
    margin-bottom: 15px;
    min-height: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.institution-site-sidebar-block .menu li:last-child {
    margin-bottom: 0;
}
.institution-site-sidebar-block .menu a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    position: relative;
    padding-left: 40px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.institution-site-sidebar-block .menu a:hover {
    text-decoration: underline;
}
.institution-site-sidebar-block .menu a .svg-icon {
    position: absolute;
    left: -2px;
    top: 50%;
    width: 27px;
    height: 27px;
    margin: -14px 0 0;

    fill: #222;
}
.institution-site-sidebar-block .menu .item-favorites a .svg-icon {
    width: 26px;
    height: 26px;
    left: -1px;
}
.institution-site-sidebar-block .menu .item-lk a .svg-icon {
    width: 24px;
    height: 24px;
    left: 0;
}
.institution-site-sidebar-block .menu .item-logout a .svg-icon {
    left: 1px;
    width: 24px;
    height: 24px;
}
.institution-site-sidebar-block .menu .item-about a .svg-icon {
    margin-top: -12px;
    width: 24px;
    height: 24px;
    left: -1px;
}

.institution-site-sidebar-block .menu .bonus {
    font-size: 12px;
    font-weight: normal;
    color: #ffa127;
    padding-left: 40px;
    box-sizing: border-box;
    width: 100%;
}

.institution-site-sidebar-block .menu .count {
    display: block;
    font-weight: 300;
    line-height: 21px;
    background: #f6a01d;
    color: #fff;
    width: 35px;
    text-align: center;
    border-radius: 100px;
    margin-left: 8px;
    position: relative;
    top: -1px;
    font-size: 13px;
}
.institution-site-sidebar-block .menu .count:hover {
    text-decoration: none;
}

.institution-site-sidebar-block .content {
    height: 100%;
    min-height: 0;

    overflow: auto;
    box-sizing: border-box;
}
.institution-site-sidebar-block .footer {
    background: #eee;
    font-weight: bold;
    padding: 18px 0;
}
.institution-site-sidebar-block .phone {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 18px;
    color: #333333;
}
.institution-site-sidebar-block .phone a {
    color: #222222;
    text-decoration: none;
}

.institution-site-header-block {
    color: #f9f9f9;
    line-height: 1.3;
    height: 82px;
}
.institution-site-header-block .block-inner {
    background: #26282d;

    position: fixed;
    top: 0;
    left: 300px;
    right: 0;
    z-index: 20;

    height: 82px;

    display: flex;
    align-items: center;
}
body.is-institution-site #center .institution-site-header-block .block-inner > .container {
    width: calc(100% - 50px);
}
.institution-site-header-block .line {
    width: 1px;
    min-width: 1px;
    height: 42px;
    background: #b4b4b4;
    margin-right: -1px;
}

.institution-site-header-block .item-city {
    position: relative;
    padding-right: 20px;
    width: 100%;

    display: flex;
    align-items: center;
}
.institution-site-header-block .item-cart {
    width: 100%;
    padding-left: 20px;

    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.institution-site-header-block .city span {
    display: block;
}
.institution-site-header-block .city a {
    color: #f9f9f9;
    text-decoration: none;
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 45px;
}
.institution-site-header-block .city a:hover {
    text-decoration: underline;
}

.institution-site-header-block .city a .svg-icon {
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    left: -2px;
    top: 50%;
    margin-top: -13px;
}

.institution-site-header-block .city a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px;
    width: 30px;
    height: 30px;
    background: url(../img/img.png?v=1.9) -300px -390px;
}
.institution-site-header-block .city .name {
    font-size: 14px;
}
.institution-site-header-block .city .address {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 160px;

    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.institution-site-header-block .city-choice {
    margin-top: 32px;
}

.institution-site-header-block .item-info {
    text-align: center;
    position: relative;
    padding: 0 20px;
    width: 100%;
}
.institution-site-header-block .item-info:last-child {
    border: none;
}
.institution-site-header-block .item-info .name {
    font-size: 15px;
    font-weight: 300;
    display: block;
}
.institution-site-header-block .item-info .value {
    font-size: 18px;
    color: #ffffff;
}
.institution-site-header-block .item-info .value .phone {
    margin-bottom: 3px;
}
.institution-site-header-block .item-info .value .phone:last-child {
    margin-bottom: 0;
}
.institution-site-header-block .item-info .value a {
    color: #fff;
}
.institution-site-header-block .item-info .payment-method {
    display: block;
    width: 24px;
    height: 23px;
    margin-right: 7px;
    position: relative;
}
.institution-site-header-block .item-info .payment-method:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/img.png?v=1.9) no-repeat scroll -210px -390px;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
}
.institution-site-header-block .item-info .payment-method.item-online:after {
    background-position: -240px -390px;
}
.institution-site-header-block .item-info .payment-method.item-card_courier:after {
    background-position: -270px -390px;
}
.institution-site-header-block .item-info .payment-method:last-child {
    margin-right: 0;
}

.institution-site-header-block .item-phone .value a {
    text-decoration: none;
    white-space: nowrap;
}
.institution-site-header-block .item-phone .value a:hover {
    text-decoration: underline;
}

.institution-site-header-block .small-cart {
    padding: 0 0 0 11px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    color: #ffffff;

    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.institution-site-header-block .small-cart span {
    float: left;
}
.institution-site-header-block .small-cart .count {
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    width: 24px;
    background: #f6a01d;
    border-radius: 100px;
    margin: 3px 7px 0 0;
    position: relative;
    z-index: 2;
}
.institution-site-header-block .small-cart:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: url(../img/img.png?v=1.9) no-repeat scroll -30px -30px;
    width: 16px;
    height: 21px;
    margin-top: -12px;
}
.institution-site-header-block .small-cart .text {
    min-width: 140px;
}

.city-choice-popup .title {
    font-size: 30px;
    line-height: 1.2;
    margin: -5px 0 35px;
}

.city-choice-popup .search {
    margin: 35px 0;
}
.city-choice-popup .search .item-search {
    position: relative;
}
.city-choice-popup .search .item-search .map-link {
    position: absolute;
    text-indent: -9999px;
    width: 50px;
    background: #fff;
    right: 1px;
    top: 1px;
    bottom: 1px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.city-choice-popup .search .item-search .map-link .svg-icon {
    width: 24px;
    height: 24px;
}

.city-choice-popup .search input[type="text"] {
    width: 100%;
}
.city-choice-popup .search input[type="text"]::placeholder {
    color: #333333;
}
.city-choice-popup .search .form-group {
    margin: 0;
}

.ui-dialog.city-choice-popup-dialog .ui-dialog-content {
    padding: 50px;
}

.city-choice-popup .list {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.city-choice-popup .list .box {
    width: 33.33%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.city-choice-popup .list .letter {
    font-size: 18px;
    font-weight: 500;
    width: 32px;
    min-width: 32px;
    line-height: 1.1;
    text-transform: uppercase;
}
.city-choice-popup .list .items {
    width: 100%;
    min-width: 100%;
    margin-right: 20px;
}
.city-choice-popup .list a {
    font-weight: 300;
    font-size: 15px;
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.3;
}
.city-choice-popup .list a:hover {
    text-decoration: underline;
}
.city-choice-popup .list li {
    margin-bottom: 10px;
}
.city-choice-popup .list li:last-child {
    margin-bottom: 0;
}

.institution-site-sales-slider-block {
    margin: 35px 0;
}
.institution-site-sales-slider-block .slider .item {
    background-color: #929eae;
    height: 370px;
    display: flex;
    align-items: center;
}
.institution-site-sales-slider-block .slider .info {
    padding: 50px 75px;
    color: #ffffff;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.1;
    max-width: 650px;
    text-shadow: 1px 1px 0 #18191d;
}

body.is-institution-site .products-list .item {
    width: 261px;
    min-width: 261px;
}
body.is-institution-site .products-list .item .institution {
    display: none;
}

body.is-institution-site h1 {
    font-size: 54px;
    font-weight: 500;
    margin: 0 0 35px;
    text-transform: unset;
}

body.is-institution-site .checkout-form .right {
    width: 350px;
    min-width: 350px;
}
body.is-institution-site .checkout-form .info .content.fixed {
    top: 82px;
    width: 350px;
}
body.is-institution-site .checkout-form .info .content.fixed-footer {
    top: auto;
}

.institution-site-footer-block {
    background: #26282d;
    line-height: 1.3;
    color: #a3a3a3;
    margin-top: 50px;
}
.institution-site-footer-block .rules-link {
    margin: 6px 0;
}
.institution-site-footer-block .block-inner {
    padding: 20px 0;
}
.institution-site-footer-block .text a {
    color: #a3a3a3;
    text-decoration: none;
}
.institution-site-footer-block .text a:hover {
    text-decoration: underline;
}

.institution-site-home-page-products {
    margin: 30px 0;
}

.institution-site-reviews-page .list {
    width: 820px;
}
.institution-site-reviews-page .list .empty {
    margin-bottom: 20px;
}
.institution-site-reviews-page .form {
    width: 500px;
    background: #fff;
}
.institution-site-reviews-page .form .inner {
    padding: 40px;
}
.institution-site-reviews-page .form .title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 1.2;
}
.institution-site-reviews-page .form input[type="text"] {
    width: 100%;
}
.institution-site-reviews-page .form .item-footer > .form-group {
    margin-bottom: 0;
}

body.is-institution-site .checkout-finished-page h1 {
    font-size: 30px;
    margin: 0 0 20px;
}

.institution-site-sales-page .item {
    margin-bottom: 30px;
}
.institution-site-sales-page .item:last-child {
    margin-bottom: 0;
}
.institution-site-sales-page .item .img img {
    display: block;
    height: 100%;
}
.institution-site-sales-page .item .img {
    width: 590px;
    min-width: 590px;
}
.institution-site-sales-page .item .info {
    width: 100%;
    min-width: 0;
    background: #fff;
    line-height: 1.3;
}
.institution-site-sales-page .item .info .inner {
    padding: 40px 55px;
}
.institution-site-sales-page .item .info .name {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
}
.institution-site-sales-page .item .info .text {
    font-size: 16px;
}

body.is-institution-site .search-page .tabs {
    display: none;
}
body.is-institution-site .search-page-header {
    margin-bottom: 20px;
}

.institution-site-sidebar-block .page-info-admin,
.institution-site-sidebar-block .manage-links {
    margin: 15px 35px;
}

.owl-carousel.big-navs {
    padding: 0 62px;
    width: auto;
}
.owl-carousel.big-navs .owl-nav .owl-prev,
.owl-carousel.big-navs .owl-nav .owl-next {
    text-indent: -9999px;
    padding: 0;
    margin: 26px 0 0;
    width: 40px;
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;

    box-shadow: 0px 8px 26px 0px rgba(72, 76, 119, 0.43);
}
.owl-carousel.big-navs .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.owl-carousel.big-navs .owl-nav .owl-prev:after,
.owl-carousel.big-navs .owl-nav .owl-next:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    background: url(../img/img.png?v=1.9) -330px -390px;
    width: 30px;
    height: 30px;
}
.owl-carousel.big-navs .owl-nav .owl-next:after {
    background-position: -360px -390px;
}

.category-sales-block {
    margin: 30px 0;
}
.category-sales-block .item .img {
    width: 110px;
    min-width: 110px;
}
.category-sales-block .item .img img {
    display: block;
}
.category-sales-block .item .info {
    width: 100%;
    min-width: 0;
    color: #ffffff;
    background: #393b43;
    padding: 10px 30px;
    font-size: 16px;
    text-align: center;
}
.category-sales-block .item .info .name {
    width: 100%;
}

.table table {
    width: 100%;
}

.table th {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 10px;
    text-align: left;
}
.table td {
    font-size: 15px;
    padding: 15px 10px;
}
.table th:first-child,
.table td:first-child {
    padding-left: 30px;
}
.table td:last-child {
    padding-right: 0;
}
.table tr {
    border-bottom: 1px solid #c8c8c8;
}

.profile-tab-bonuses th:first-child {
    padding-left: 0;
}
.profile-tab-bonuses td.img {
    padding: 5px 5px 5px 0;
    vertical-align: middle;
    width: 40px;
}
.profile-tab-bonuses td.img img {
    display: block;
}

.institution-page .bonus-page .page-header {
    background: none;
}
.institution-page .bonus-page .page-header {
    padding-top: 20px;
}

.ui-dialog.menu-closed-block-popup-dialog {
    background: #f5f5f5;
}
.ui-dialog.menu-closed-block-popup-dialog .ui-dialog-content {
    padding: 60px;
}

.institution-tab-menu .menu-closed-block {
    width: 100%;
    margin: 15px 0 45px;
    text-align: center;
}

.menu-closed-block .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 15px;
}
.menu-closed-block .text {
    font-size: 20px;
}
.menu-closed-block .count-info {
    font-size: 20px;
}
.menu-closed-block .orange {
    color: #ff9933;
}
.menu-closed-block .institutions {
    margin-top: 40px;
}
.menu-closed-block .count-info {
    text-align: center;
    line-height: 1.3;
}
.menu-closed-block .institutions .more {
    text-align: center;
    margin-top: 30px;
}
.menu-closed-block .institutions .more .button {
    padding: 0 40px;
    line-height: 60px;
}
.menu-closed-block .institutions .items {
    margin: 30px 0;
}

.menu-closed-block .institutions .item {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    margin-right: 30px;
    width: 175px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;

    box-shadow: 0px 3px 24px 0px rgba(41, 42, 48, 0.15);
}
.menu-closed-block .institutions .item:last-child {
    margin: 0;
}
.menu-closed-block .institutions .owl-loaded .item {
    box-shadow: none;
    border: 1px solid #eee;
}
.menu-closed-block .institutions .item .img {
    height: 145px;
    min-height: 145px;
    margin-bottom: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-closed-block .institutions .item .img img {
    max-width: 115px;
    max-height: 115px;

    width: auto;
    height: auto;

    display: block;
}
.menu-closed-block .institutions .item .name {
    text-align: center;
    line-height: 1.3;
    height: 100%;
    min-height: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-closed-block .institutions .item .name a {
    font-size: 16px;
    text-decoration: none;
    color: #222222;
}
.menu-closed-block .institutions .item .name a:hover {
    text-decoration: underline;
}

.institution-site-reserve-page .booking-form {
    margin: 0;
}

.pre-wrap {
    white-space: pre-wrap;
}

.institution-tab-content h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.institution-tab-reserve h2 {
    text-align: center;
}

.institution-site-page-form input[type="text"] {
    width: 100%;
}

.profile-tab-pages .add {
    margin-bottom: 30px;
}

.m-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

textarea.quill-editor {
    display: none;
}

.ql-toolbar.ql-snow,
.ql-container.ql-snow {
    border-color: #222222 !important;
}
.ql-tooltip.ql-editing {
    left: 0 !important;
}
.ql-editor {
    height: 300px !important;
}
.ql-container {
    font-size: inherit !important;
    font-family: inherit !important;
}
.ql-editor.ql-blank::before {
    font-style: normal !important;
}
.quill-editor-container {
    min-height: 300px;
}

body.is-institution-site .products-list .item .add-to-cart-form .label {
    display: none;
}

.institution-site-sidebar-block .menu-pages ul {
    padding: 0;
    margin: 0;
}
.institution-site-sidebar-block .menu-pages li {
    margin: 0 0 20px;
}
.institution-site-sidebar-block .menu-pages li:last-child {
    margin-bottom: 0;
}
.institution-site-sidebar-block .menu-pages a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 1.2;
}
.institution-site-sidebar-block .menu-pages a.active {
    color: #ec8e00;
}


.institution-site-sidebar-block [data-sortable] li {
    position: relative;
    padding-left: 25px;
}
.institution-site-sidebar-block .handle {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background: url(../img/img.png?v=1.9) -60px -360px;
    top: -6px;
    left: -7px;
    position: absolute;
    cursor: pointer;
}

.institution-form .favicon .file-name {
    margin-bottom: 10px;
}

.institution-site-page-form-delete .actions {
    margin-top: 30px;
}
.institution-site-page-form-delete .actions .button {
    margin-right: 20px;
}
.institution-site-page-form-delete .actions .button:last-child {
    margin-right: 0;
}

.svg-icon {
    width: 30px;
    height: 30px;
    fill: #fd9f28;
    display: block;
}

.header-block .advantages .item .svg-icon {
    margin-right: 10px;
    height: 28px;
}

.header-block .advantages .item {
    margin-right: 30px;
}
.header-block .advantages .item:last-child {
    margin-right: 0;
}

.header-block .advantages .item .icon-text {
    font-weight: normal;
    font-size: 15px;
    color: #fd9f28;
    margin-right: 9px;

    line-height: 1;

    display: flex;
    align-items: flex-end;
}
.header-block .advantages .item .icon-text .prefix {
    margin-right: 3px;
}
.header-block .advantages .item .icon-text .value {
    font-size: 24px;
    line-height: 0.9;
}
.header-block .advantages .item .icon-text .suffix {
    font-size: 22px;
    font-weight: 300;
    line-height: 0.95;
}

.courier-order-form {
    background: #fff;
}
.courier-order-form .form-inner {
    padding: 45px;
    box-sizing: border-box;
}

.courier-order-form .box {
    margin-bottom: 55px;
}
.courier-order-form .box:last-child {
    margin-bottom: 0;
}

.courier-order-form .select {
    width: 100%;
    min-width: 0;
}
.courier-order-form .prefix {
    margin-right: 7px;
}

.courier-order-form .box-title {
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.courier-order-form .item-address-box {
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.courier-order-form .item-address-box:first-child {
    padding-top: 0;
}
.courier-order-form .item-address-box:last-child {
    padding-bottom: 0;
    border: none;
}

.courier-order-form .select2 {
    width: 100% !important;
    box-sizing: border-box;
}
.courier-order-form input[type="text"] {
    width: 100%;
}

.courier-order-form .item-weights .item-weight {
    margin: 0 30px 0 0;
}
.courier-order-form .item-weights .item-weight:last-child {
    margin-right: 0;
}

.courier-order-form .form-inline {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.courier-order-form .form-inline > .form-group {
    margin-top: 0;
    margin-bottom: 0;
}

.courier-order-form .item-phone {
    width: 100%;
    min-width: 0;
    margin-right: 30px;
}
.courier-order-form .item-date {
    width: 180px;
    min-width: 180px;
    margin-right: 30px;
}
.courier-order-form .item-time-from,
.courier-order-form .item-time-to {
    width: 180px;
    min-width: 180px;
}
.courier-order-form .item-time-from {
    margin-right: 30px;
}

.courier-order-form .address-box-add {
    margin-top: 22px;
}
.courier-order-form .address-box-add .svg-icon {
    width: 12px;
    height: 12px;
    margin-right: 7px;
}
.courier-order-form .address-box-add button {
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.courier-order-form .address-box-add button span {
    line-height: 0.8;
    border-bottom: 1px dashed;
    display: block;
}

.courier-order-form .variants {
    display: flex;
    justify-content: flex-start;
    margin-top: 12px;
}
.courier-order-form .variants span {
    color: #adadad;
    display: inline-block;
    line-height: 0.9;
    border-bottom: 1px dotted;
    margin-right: 12px;
    cursor: pointer;
}
.courier-order-form .variants span:last-child {
    margin-right: 0;
}

.courier-order-form .item-cargo-value {
    margin-right: 15px;
    width: 300px;
    max-width: 100%;
}
.courier-order-form .item-cargo-value .input {
    position: relative;
}
.courier-order-form .item-cargo-value .input .svg-icon {
    fill: #a0a0a0;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    right: 5px;
    position: absolute;
}

.courier-order-form .svg-icon-icon-ask {
    width: 25px;
    height: 25px;
    fill: #3c3040;
    margin-right: 25px;
}

.courier-order-form .item-actions {
    margin-top: 20px;
}
.courier-order-form .item-actions button {
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    padding: 0 40px;
}

.courier-order-form .item-total {
    font-size: 30px;
    font-weight: 500;
}

.institution-form .pickr {
    margin-top: 10px;
}

[data-institution-form-site-color-colorpicker] {
    height: 30px;
    display: block;
    text-indent: -9999px;
    margin-top: 10px;
}

.institution-site-page-form .item-courier-order-form label {
    display: block;
    margin-bottom: 4px;
}
.institution-site-page-form .select2 {
    width: auto !important;
    display: block;
}

.institution-site-page .courier-order .block-title {
    text-align: left;
}

.ql-snow.ql-toolbar button {
    background: none !important;
}

.institution-owner-form input[type="text"] {
    width: 100%;
}
.institution-owner-form label {
    display: block;
    margin-bottom: 4px;
}

.institution-register-form label {
    display: block;
    margin-bottom: 4px;
}
.institution-register-form input[type="text"] {
    width: 100%;
}

.institution-register-form .institutions {
    padding: 18px 20px;
    background: #fff5e0;
    margin: 20px 0;
}
.institution-register-form .institutions .list {
    margin: 15px 0 0;
}
.institution-register-form .institutions .list li {
    margin-bottom: 10px;
}
.institution-register-form .institutions .list ul {
    margin: 0;
}

.message-page {
    margin-bottom: 35px;
}

.alert {
    box-sizing: border-box;
    padding: 15px 22px;
    background: #ffe0a2;
    margin: 25px 0;
    border-radius: 3px;
    font-weight: normal;
}
.alert a {
    text-decoration: underline;
    font-weight: 500;
    color: #111111;
}

.alert a.button {
    background: none;
    text-decoration: none;
    line-height: inherit;
    font-weight: 500;
    color: #fff;
    font-size: inherit;
    margin: 4px 0;
    height: auto;
    text-transform: inherit;
    background: #eb9c00;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.alert a.button:hover {
    background: #d78f01;
}

.verified {
    margin-left: 10px;
}
.verified .svg-icon {
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
}

.tooltip {
    background: #333;
    color: #fff;
    padding: 16px 20px;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    max-width: 550px;
    display: none;
    box-sizing: border-box;
    line-height: 1.6;
    z-index: 10;
}
.tooltip[data-popper-placement="bottom"] {
    margin-top: 10px !important;
}
.tooltip:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(51, 51, 51, 0);
    border-bottom-color: #333;
    border-width: 6px 7px;
    margin-left: -8px;
}
.tooltip strong {
    font-weight: 500;
}

.better-at-home-block a {
    display: block;

    padding: 14px 0 13px;
    background: #d03d78;
    text-transform: uppercase;
    text-align: center;

    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.3;
}
.better-at-home-block a:hover {
    background: #c93872;
}

.better-at-home-block .text-1 {
    margin-right: 40px;
}

.institution-form .item-logo .logo img {
    display: block;
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
}
.institution-form .item-logo .logo .file-preview {
    margin: 0 10px 10px 0;
}

.institution-form .file-input-invisible {
    height: 0;
    width: 0;
    overflow: hidden;
}

.institution-form .item-week-day .select {
    width: 100%;
    min-width: 0;
}
.institution-form .item-week-day .remove {
    margin-left: 20px;
}
.institution-form .item-week-day .remove .svg-icon {
    width: 18px;
    height: 18px;
    fill: #ed5175;
}

.checkout-courier-service-form-data input[type="text"] {
    width: 100%;
}
.checkout-courier-service-form-data .select {
    width: 100%;
    min-width: 0;
}
.checkout-courier-service-form-data .select2 {
    width: 100% !important;
    box-sizing: border-box;
}
.checkout-courier-service-form-data .prefix {
    margin-right: 7px;
}

.checkout-courier-service-form-data .form-inline {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.checkout-courier-service-form-data .form-inline > .form-group {
    margin-top: 0;
    margin-bottom: 0;
}
.checkout-courier-service-form-data .item-date,
.checkout-courier-service-form-data .item-time-from,
.checkout-courier-service-form-data .item-time-to {
    width: 150px;
    min-width: 150px;
    margin-right: 30px;
}
.checkout-courier-service-form-data .item-time-to {
    margin-right: 0;
}
.checkout-courier-service-form-data .item-phone {
    width: 100%;
    min-width: 0;
    margin-right: 30px;
}

.checkout-courier-service-form-data .address-box-add {
    margin-top: 22px;
}
.checkout-courier-service-form-data .address-box-add .svg-icon {
    width: 12px;
    height: 12px;
    margin-right: 7px;
}
.checkout-courier-service-form-data .address-box-add button {
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.checkout-courier-service-form-data .address-box-add button span {
    line-height: 0.8;
    border-bottom: 1px dashed;
    display: block;
}

.checkout-courier-service-form-data .item-address-box {
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.checkout-courier-service-form-data .item-address-box:first-child {
    padding-top: 0;
}
.checkout-courier-service-form-data .item-address-box:last-child {
    padding-bottom: 0;
    border: none;
}

.institutions-list .item .not-img svg {
    width: 90px;
    height: 90px;
    fill: #000;
}
.institutions-list .item .not-img .icon-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 1000px;
    background: #f6a01d;

    display: flex;
    align-items: center;
    justify-content: center;
}

.institution-info .not-img svg {
    width: 180px;
    height: 180px;
    fill: #000;
}
.institution-info .not-img .icon-wrapper {
    width: 250px;
    height: 250px;
    border-radius: 1000px;
    background: #f6a01d;

    display: flex;
    align-items: center;
    justify-content: center;
}

.telegram-account-confirm-page .actions {
    margin: 20px 0;
}

.yandex-delivery {
    font-size: 18px;
    margin-bottom: 30px;
}
.yandex-delivery p {
    margin-bottom: 22px;
}
.yandex-delivery p:last-child {
    margin-bottom: 0;
}
.yandex-delivery .gif {
    width: 720px;
    margin-top: 30px;
    max-width: 100%;
}
.yandex-delivery .gif img {
    width: 100%;
    height: auto;
}

.institution-info .info .svg-icon-share {
    width: 28px;
    height: 28px;
    fill: #000;
}
.institution-info .info .links .item {
    margin-left: 10px;
}
.institution-info .info .links .item:first-child {
    margin-left: 0;
}

.institution-info .info .links .item-share {
    position: relative;
}
.institution-info .share {
    position: absolute;
    z-index: 5;
    top: 100%;
    right: -12px;
    margin-top: 14px;
    padding-top: 12px;
    width: 562px;
    background: #fff;
    border-radius: 6px;

    box-sizing: border-box;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;

    box-shadow: 0 -6px 24px rgba(60, 70, 70, 0.18);
}
.institution-info .share:after {
    bottom: 100%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -31px;
}

.institution-info .share-item {
    display: flex;
    flex-wrap: nowrap;
    background: #5181b8;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.75px;
    margin: 0 12px 12px 0;
}
.institution-info .share-item:hover {
    text-decoration: underline;
}
.institution-info .share-item-icon {
    background-color: rgba(0, 0, 0, 0.1);

    display: flex;
    justify-content: center;
    align-items: center;

    width: 40px;
    min-width: 40px;
}
.institution-info .share-item-icon .svg-icon {
    width: 19px;
    height: 19px;
    fill: #fff;
}
.institution-info .share-item-name {
    line-height: 40px;
    padding: 0 20px;
}

.institution-info .share-item-vk .share-item-icon .svg-icon,
.institution-info .share-item-whatsapp .share-item-icon .svg-icon,
.institution-info .share-item-viber .share-item-icon .svg-icon {
    width: 22px;
    height: 22px;
}

.institution-info .share-item-facebook {
    background: #4267b2;
}
.institution-info .share-item-ok {
    background: #f7931e;
}
.institution-info .share-item-whatsapp {
    background: #25d366;
}
.institution-info .share-item-viber {
    background: #7d50a1;
}
.institution-info .share-item-telegram {
    background: #2ba4e0;
}

.institutions-list .item .free-delivery-info,
.institution-info .free-delivery-info {
    font-size: 13px;
    margin: 5px 10px 0;
}

.institution-site-header-block .item-info .value .free-delivery-info {
    font-size: 13px;
    font-weight: 300;
}

body.is-institution-site .institution-closed-message .actions a {
    width: 100%;
    padding: 0;
}

.posts-list:after {
    content: '';
    min-height: 1px;
    width: calc(33.333% - 20px);
}

.posts-list-item {
    background: #fff;
    width: calc(33.333% - 20px);
    background: #fff;
    margin-bottom: 30px;
}
.posts-list-item .info {
    padding: 24px 30px;
}
.posts-list-item .img img {
    display: block;
    max-width: 100%;
    height: auto;
}
.posts-list-item .date {
    color: #999999;
}
.posts-list-item .name {
    margin: 10px 0 15px;
}
.posts-list-item .name a {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    display: block;
    line-height: 1.35;
}
.posts-list-item .name a:hover {
    text-decoration: underline;
}

body.blog-item-page #content .container {
    max-width: 720px;
}

.blog-item-page .img {
    margin-bottom: 25px;
}
.blog-item-page .img img {
    display: block;
}
.blog-item-page {
    margin-bottom: 40px;
}

.html-text blockquote {
    background: #ddd;
    border-left: 5px solid #c9c9c9;
    padding: 20px;
    margin-bottom: 12px;
}
.html-text blockquote:last-child {
    margin: 0;
}

.tariffs-page .tariffs .item {
    width: calc(25% - 18px);
    background: #fff;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;

    box-shadow: 0 0 15px 0 #eee;
}
.tariffs-page .tariffs .item .header {
    background: #333;
    color: #ffffff;
    padding: 20px;
    min-height: 150px;

    box-sizing: border-box;
    width: 100%;
}
.tariffs-page .tariffs .item .info {
    background: #f6a01d;
    color: #ffffff;
    padding: 20px;

    box-sizing: border-box;
    width: 100%;
}

.tariffs-page .tariffs .item .name {
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.tariffs-page .tariffs .item .teaser {
    text-align: center;
    margin: 0 8px;
}

.tariffs-page .tariffs .item .price-text {
    width: 100%;
}

.tariffs-page .tariffs .or {
    font-size: 18px;
    margin: 15px 0;
    text-align: center;
}

.tariffs-page .tariffs .item .price-year {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
}
.tariffs-page .tariffs .item .price-year .value {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
}

.tariffs-page .tariffs .item .price-month {
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    margin-top: 20px;
}
.tariffs-page .tariffs .item .price-month .value {
    font-weight: 500;
}

.tariffs-page .tariffs .item .advantages .value {
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
}

.tariffs-page .tariffs .item .buy {
    padding: 20px;
}
.tariffs-page .tariffs .item .buy a {
    display: block;
    padding: 0;
    text-align: center;
}

.tariffs-page {
    margin-bottom: 30px;
}

.tariff-buy-form .box {
    margin-bottom: 40px;
}
.tariff-buy-form .box:last-child {
    margin-bottom: 0;
}

.tariff-buy-form .box-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.3;
}
.tariff-buy-form .box-help {
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
}

.tariff-buy-form .checkboxes > .form-group {
    margin-top: 0;
    margin-bottom: 20px;
}
.tariff-buy-form .checkboxes > .form-group:last-child {
    margin-bottom: 0;
}

.tariff-buy-form .item-actions .form-group {
    margin-top: 0;
    margin-bottom: 0;
}

.tariff-buy-form .item-submit {
    margin-right: 25px;
}

.tariff-buy-form .item-total .label {
    margin-right: 10px;
    font-size: 16px;
}
.tariff-buy-form .item-total .total {
    font-size: 24px;
    font-weight: 500;
}
.tariff-buy-form .item-total .currency {
    font-size: 24px;
    font-weight: 500;
    margin-left: 5px;
}

.institution-site-info-boxes {
    display: flex;
    flex-wrap: nowrap;

    box-sizing: border-box;
    padding: 0 5px;
    margin-top: 10px;
}
.institution-site-info-boxes .item-info {
    width: 100%;
    padding: 0 10px;
    border-right: 1px solid #ccc;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    line-height: 1.2;
}
.institution-site-info-boxes .item-info:last-child {
    border: none;
}
.institution-site-info-boxes .item-info .name {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 4px;
    color: #555555;
}
.institution-site-info-boxes .item-info .value {
    font-size: 14px;
}
.institution-site-info-boxes .free-delivery-info {
    display: none;
}

.institution-site-info-boxes .item-info .payment-method {
    display: block;
    width: 24px;
    height: 23px;
    margin: 0 -2px;
    position: relative;
}
.institution-site-info-boxes .item-info .payment-method:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/img.png?v=1.9) no-repeat scroll -210px -30px;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;

    transform: scale(0.65);
}
.institution-site-info-boxes .item-info .payment-method.item-online:after {
    background-position: -240px -30px;
}
.institution-site-info-boxes .item-info .payment-method.item-card_courier:after {
    background-position: -270px -30px;
}
.institution-site-info-boxes .item-info .payment-method:last-child {
    margin-right: 0;
}

.institution-site-info-boxes .item-payment-methods .value {
    height: 16px;
    position: relative;
    top: -4px;
}

.institution-site-header-block .item-info .value .phone {
    margin: 0;
}

.social-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.social-list a {
    margin: 0 8px;
    width: 26px;
    height: 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 100px;
    overflow: hidden;
}
.social-list a:first-child {
    margin-left: 0;
}
.social-list a:last-child {
    margin-right: 0;
}
.social-list a .svg-icon {
    width: 16px;
    height: 16px;
    fill: #fff;
    display: block;
}

.social-list .item-vk .svg-icon {
    width: 18px;
    height: 18px;
}
.social-list .item-tg .svg-icon {
    width: 16px;
    height: 16px;
}

.social-list .item-fb {
    background: #42589e;
}
.social-list .item-tw {
    background: #2fb1e7;
}
.social-list .item-vk {
    background: #5f9bdc;
}
.social-list .item-ig {
    background: #f14c59;
}
.social-list .item-wa {
    background: #06ba06;
}
.social-list .item-tg {
    background: #0088cc;
}
.social-list .item-vb {
    background: #7360f2;
}

.institution-site-sidebar-block .social-list {
    margin-bottom: 18px;
}

.nowrap {
    white-space: nowrap;
}

.see-to-products-block {
    margin: 40px 0;
}
.see-to-products-block .products-list {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}
.see-to-products-block .products-list.owl-loaded {
    display: block;
}
.see-to-products-block .products-list .item {
    width: 246px;
    min-width: 246px;
    margin-right: 26px;
    margin-bottom: 0;

    background: #fff !important;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.see-to-products-block .products-list .item .img img {
    width: 100%;
}
.see-to-products-block .products-list .owl-item {
    display: flex;
}
.see-to-products-block .products-list .owl-item .item {
    margin-right: 0;
}

.see-to-products-block .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.institution-info .contacts {
    text-align: center;
}
.institution-info .contacts .phone {
    font-size: 17px;
    font-weight: 500;
    color: #444444;
}
.institution-info .contacts .phone span {
    border-bottom: 1px dashed;
    display: inline-block;
    line-height: 1.1;
}

.institution-info .contacts {
    min-height: 63px;
    margin-top: 20px;
    position: relative;
}
.institution-info .contacts-inner {
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.institution-info .contacts:hover .contacts-inner {
    background: #fff;
}
.institution-info .contacts .social-list {
    margin-top: 20px;
    display: none;
}
.institution-info .contacts:hover .social-list {
    display: flex;
}
.institution-info .contacts .social-list a {
    width: 28px;
    height: 28px;
    margin: 0 7px;
}
.institution-info .contacts .social-list a:last-child {
    margin-right: 0;
}
.institution-info .contacts .social-list a:first-child {
    margin-left: 0;
}

.owl-carousel .owl-dot {
    background: none !important;
    border: none !important;
}

.checkout-form .form .box-payment-methods {
    margin-bottom: 0;
}

.promocodes-list .manage-links .manage-link {
    margin-bottom: 0;
}

.institution-tab-promocodes .actions {
    margin-bottom: 20px;
}

.promocode-form label {
    display: block;
    margin-bottom: 4px;
}
.promocode-form .select2 {
    width: 100% !important;
    box-sizing: border-box;
}
.promocode-form input[type="text"] {
    width: 100%;
}

p.help {
    color: #888;
    font-size: 13px;
    margin: 5px 0 0;
}

.checkout-form-data input[name="payment_method"] + label {
    position: relative;
}
.checkout-form-data input[name="payment_method"] + label .name {
    position: relative;
}
.checkout-form-data input[name="payment_method"] + label .icons {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    height: 24px;
    margin-top: -12px;
    margin-left: 20px;
}
.checkout-form-data input[name="payment_method"] + label .icons img {
    height: 100%;
    width: auto;
    display: block;
}

.institution-info .show-contacts {
    margin: 20px 0 0 -80px;
}
.institution-info .show-contacts a {
    display: block;
    line-height: 38px;
    border: 1px solid #333333;
    color: #333333;
    text-decoration: none;
    text-align: center;
}

.mobile-contacts {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 5;

    display: none;
}
.mobile-contacts-overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
.mobile-contacts-inner {
    background: #fff;
    padding: 30px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    box-shadow: 0px 10px 43px 0px rgba(50, 52, 74, 0.15);
}
.mobile-contacts .phones {
    text-align: center;
    margin-bottom: 20px;
}
.mobile-contacts .phones:last-child {
    margin: 0;
}
.mobile-contacts .phone {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #333333;
    margin-bottom: 10px;
}
.mobile-contacts .phone:last-child {
    margin-bottom: 0;
}

.mobile-contacts .social-list a {
    width: 32px;
    height: 32px;
}
.mobile-contacts .close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.mobile-contacts .close .svg-icon {
    width: 14px;
    height: 14px;
    fill: #111;
}

body.is-institution-site .breadcrumb {
    margin: 30px 0;
}

.item-address > ymaps {
    z-index: 20 !important;
}

.svg-icon-qr {
    fill: #111;
    width: 24px;
    height: 24px;
}
.qr-code.white .svg-icon-qr {
    fill: #a3a3a3;
}
.flex .qr-code {
    margin-left: 15px;
    min-width: 24px;
}

.institution-site-footer-block .qr-code {
    margin-left: 22px;
}