.notice {
    color: #000;
    border: 1px solid #000;
    padding: 25px;
}

.float-left {
    float: left;
    margin-right: 20px;
}

.float-right {
    float: right !important;
}

figure {
    margin: 0;
    padding: 0;
}

.form-group.flex {
    align-items: center;
    gap: 20px;
}

.ui-sortable-handle {
    margin-bottom: 25px;
}

.form-group.flex label,
.form-group.flex img {
    margin-bottom: 0;
}

.total-price {
    text-align: right;
}

.status-links {
    text-align: center;
    margin-top: 50px;
}

.grid-table {
    padding: 25px;
}

.grid-item {
    gap: 10px;
    margin-bottom: 20px;
}

.grid-item .last {
    margin-left: auto;
}

.grid-item a {
    text-decoration: none;
    color: rgba(249, 87, 69, 1);
}

.bold {
    font-weight: bold;
}

.grid-divider {
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}

.green {
    background-color: #C1E1C1;
}

.red {
    background-color: #FAA0A0;
}

.wrap {
    flex-wrap: wrap;
}

.ck-content {
    min-height: 200px;
}

.hidden {
    display: none;
}

.invalid-feedback {
    font-size: 10px;
    color: red;
    display: block;
    position: absolute;
    top: -17px;
    left: 0;
}

.login-form input {
    font-size: 16px;
    font-weight: 400;
    color: rgba(22, 22, 22, 1);
    border: 1px solid rgba(175, 175, 175, 0.5);
    outline: none;
    padding: 10px 15px;
    width: 415px;
    margin-bottom: 5px;
}

.login-form .container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}

.login-form button {
    background: rgba(239, 75, 75, 1);
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 16px;
    width: 415px;
    display: block;
    border: none;
    cursor: pointer;
    margin-top: 25px;
}

.admin .app-container {
    margin-top: 50px;
}

.admin .app-sitebar {
    padding-top: 25px;
}

.admin-content {
    margin-top: 150px;
}

.admin-content-inner {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background: white;
    margin-bottom: 100px;
}

.admin-goods-remove-img {
    text-decoration: none;
    padding: 15.5px;
    background: black;
    color: white;
    font-size: 12px;
}

.admin-goods-remove-img:hover {
    background: rgba(239, 75, 75, 1);
}

.admin-img-weight {
    width: 100px !important;
}

.support-links {
    background: black;
}

.support-links a {
    color: white;
    text-decoration: none;
    padding: 7px 15px;
}

.support-links a:hover {
    background: white;
    color: black;
}

.items {
    margin: 25px 0;
    margin-bottom: 0;
    font-size: 14px;
}

.item-weight {
    width: 50px;
    text-align: left;
}

.item-uid {
    padding-left: 10px;
    width: 50px;
}

.item-uname {
    width: 150px;
}

.item-usurname {
    width: 200px;
}

.item-uphone {
    width: 150px;
}

.item-status {
    width: 100px;
}

.item-name {
    width: 340px;
    padding-left: 10px;
}


.admin-activity .item-name {
    width: 200px;
}

.item-robot {
    width: 75px;
}

.item-done-link i {
    color: green;
}

.item-declined-link i {
    color: red;
}

.list-categories .item-name {
    width: 650px;
}

.secondary-item .item-name {
    padding-left: 40px;
    width: 620px;
    position: relative;
}

.secondary-item .item-name::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #9a9a9a;
    display: block;
    position: absolute;
    left: 20px;
    top: 7px;
}

.third-item .item-name {
    padding-left: 80px;
    width: 580px;
    position: relative;
}

.third-item .item-name::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #9a9a9a;
    display: block;
    position: absolute;
    left: 60px;
    top: 7px;
}

.item-slider {
    width: 100px;
}

.item-id {
    width: 50px;
    color: red;
}

.item-slider img {
    width: 70%;
}

.item-link {
    width: 100px;
}

.item-link a,
.item-name a {
    text-decoration: none;
    color: #0096FF;
}

.item-x,
.item-y {
    width: 50px;
}

.item-color {
    width: 100px;
}

.item-color-example {
    width: 80px;
    height: 40px;
}

.item-video {
    width: 400px;
}

.item-video iframe {
    max-width: 400px;
}

.item-operations {
    margin-left: auto;
    margin-right: 15px;
}

.item-titles {
    margin-bottom: 25px;
    padding: 15px;
}

.item-delete-link {
    text-decoration: none;
    color: rgba(239, 75, 75, 1);
}

.item-delete-link:hover {
    text-decoration: underline;
}

.item-edit-link {
    text-decoration: none;
    color: #008b29;
}

.item-text-link {
    text-decoration: none;
    color: black;
    margin-left: 3px;
}

.item-text-link i {
    font-size: 14px;
}

.item-text-link:hover {
    text-decoration: underline;
}

.item-done-link {
    color: green;
    text-decoration: none;
}

.item-done-link:hover {
    text-decoration: underline;
}

.item-declined-link {
    color: blue;
    text-decoration: none;
}

.item-declined-link:hover {
    text-decoration: underline;
}

.item-add-category {
    text-decoration: none;
    color: #0096FF;
}

.item-content {
    align-items: center;
    padding: 15px;
}

.item-content:hover {
    background: #bbbbbb;
}

.admin-content-inner form input {
    font-size: 16px;
    font-weight: 400;
    color: rgba(22, 22, 22, 1);
    border: 1px solid rgba(175, 175, 175, 0.5);
    outline: none;
    padding: 10px 15px;
    width: 315px;
    height: 45px;
}

.admin-content-inner form input[type="color"] {
    border: none;
    padding: 0;
}

.admin-content-inner form textarea {
    font-size: 16px;
    font-weight: 400;
    color: rgba(22, 22, 22, 1);
    border: 1px solid rgba(175, 175, 175, 0.5);
    outline: none;
    padding: 10px 15px;
    width: 315px;
    resize: none;
    height: 23px;
    font-family: sans-serif;
}

.admin-content-inner form button {
    margin-left: auto;
    background: rgba(239, 75, 75, 1);
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    border: none;
    cursor: pointer;
    height: 45px;
    padding: 0px 30px;
}

.admin-content-inner form {
    padding: 25px;
    gap: 10px;
}

.admin-content-inner form .form-group{
    position: relative;
}

.form-group label {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

body {
    background: rgba(240, 240, 240, 1);
    margin: 0;
    font-family: 'Product Sans', sans-serif;
    min-width: 1347px;
}

h1.title {
    font-size: 26px;
    font-weight: 500;
    color: rgba(22, 22, 22, 1);
    margin-bottom: 20px;    
    margin-top: 0;
}

h2 {
    margin-bottom: 27px;
    margin-top: 0;
    color: rgba(22, 22, 22, 1);
    font-size: 26px;
    font-weight: 500;
    
}

h2.goods {
    margin-bottom: 40px;
}

h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
    color: rgba(22, 22, 22, 1);
    margin-top: 0;
}

input:not([type="image" i]) {
    box-sizing: border-box;
}

#logo {
    width: 150px;
}

.app-form {
    margin-bottom: 0;
}

.app-menu ul,
.app-menu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.app-menu ul li:hover ul {
    display: block;
}

.app-menu-primary {
    position: relative;
}

.app-menu-secondary {
    position: absolute;
    left: 364px;
    width: 100%;
    background: white;
    top: 0;
    display: none;
    height: 100%;
    width: 728px;
}

.app-menu-secondary-container {
    float: left;
}

.app-menu-secondary-container:nth-child(3n) {
    clear: both;
}

.flex {
    display: flex;
}

.hide {
    display: none;
}

input::-webkit-input-placeholder {
    color: rgba(22, 22, 22, 0.3);
}
    
input:-moz-placeholder { 
    color: rgba(22, 22, 22, 0.3);
}
    
input::-moz-placeholder {  
    color: rgba(22, 22, 22, 0.3);
}
    
input:-ms-input-placeholder {  
    color: rgba(22, 22, 22, 0.3);
}

.logo {
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(247, 247, 247, 1);
}

.app-sitebar {
    width: 364px;
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 20;
}

.app-menu ul li a.app-menu-first-level {
    padding-left: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(247, 247, 247, 1);
    background: url('../images/right.svg') no-repeat 330px center;
    font-size: 17px;
    font-weight: 500;
    text-align: left;    
    display: block;
    color: rgba(22, 22, 22, 1);
    text-decoration: none;
    position: relative;
    padding-right: 58px;
}

.app-menu ul li a.app-menu-first-level:hover {
    background: url('../images/right-white.svg') no-repeat 330px center rgba(239, 75, 75, 1);
    background-size: 6px 11px;
    color: white;
}

.app-menu ul li a.app-menu-first-level.active {
    color: rgba(239, 75, 75, 1);
}

.app-menu ul li a.app-menu-first-level.active:hover {
    color: white;
}

.app-menu ul li ul li a {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(22, 22, 22, 1);
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
    border-bottom: 1px solid rgba(247, 247, 247, 1);
    width: 314px;
}

.app-menu ul li ul li a:hover {
    background: rgba(239, 75, 75, 1);
    color: white;
}

.app-menu ul li ul ul li a {
    border-bottom: none;
    font-size: 12px;
    padding-left: 35px;
    width: 289px;
}

.app-contacts {
    margin: 15px 0;
    margin-left: 34px;
    width: 267px;
    padding: 15px;
    background: rgba(240, 240, 240, 1);
}

.app-contacts .text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.app-contacts .app-contact {
    gap: 10px;
    align-items: center;
}

.app-contacts .app-contact div {
    font-size: 18px;
    font-weight: 700;
}

.app-contacts .app-contact div a {
    color: rgba(22, 22, 22, 1);
    text-decoration: none;
}

.app-additional-contacts .text a {
    color: rgba(22, 22, 22, 1);
    text-decoration: none;
}

.app-all-contacts {
    color: rgba(22, 22, 22, 0.5);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 15px;
}

.app-additional-contacts {
    margin-top: 10px;
}

.app-additional-menu {
    margin-left: 50px;
}

.app-additional-menu .flex {
    gap: 60px;
}

.app-additional-menu a,
.app-additional-menu span {
    color: rgba(22, 22, 22, 1);
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
}

.app-main {
    width: 963px;
    margin: 0 auto;
    left: 182px;
    position: relative;
    margin-top: 20px;
}

.goods-search {
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.app-search .flex {
    gap: 10px;
}

.app-search form {
    position: relative;
    margin-bottom: 0;
}

.app-search form input {
    width: 563px;
    height: 60px;
    border: none;
    padding-left: 20px;
    padding-right: 50px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(22, 22, 22, 1);
    outline: none;
}

.app-search form button {
    width: 16px;
    height: 16px;
    background: url('../images/search.svg') no-repeat center;
    border: none;
    position: absolute;
    right: 20px;
    top: 24px;
    cursor: pointer;
}

.app-call-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background: url('../images/call.svg') no-repeat 17px center  #fff;
    width: 152px;
    height: 40px;
    padding-left: 48px;
    padding-top: 20px;
    cursor: pointer;
}

.app-call-text:hover {
    background: url('../images/call-white.svg') no-repeat 17px center rgba(239, 75, 75, 1);
    color: white;
}

.app-cart {
    width: 100%;
    background: rgba(239, 75, 75, 1);
}

.app-cart a {
    text-decoration: none;
}

.app-cart-container {
    height: 100%;
    align-items: center;
}

.app-cart .app-cart-qty,
.app-cart .app-cart-text {

    font-size: 16px;
    font-weight: 500;
    color: white;

}

.app-cart .app-cart-img {
    width: 21px;
    height: 19px;
    background: url('../images/cart-hover.svg') no-repeat center;
    margin-left: 16px;
}

.app-cart .app-cart-info {
    margin-left: auto;
}

.app-cart .app-cart-text {
    margin-right: 20px;
}

.app-slider {
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
}

.app-main-contacts {
    background: rgba(255, 255, 255, 1);
    padding: 40px;
    color: rgba(22, 22, 22, 1);
    font-size: 16px;
    font-weight: 500;
    clear: both;
}

.app-main-contacts .app-main-contacts-phones {
    background: url('../images/phone.svg') no-repeat left top;
    padding-left: 76px;
    padding-top: 20px;
}

.app-main-contacts .app-main-contacts-address {
    background: url('../images/map.svg') no-repeat left top;
    padding-left: 76px;
    margin-left: auto;
    padding-top: 20px;
}

.app-main-contacts .app-main-contacts-mail {
    background: url('../images/mail.svg') no-repeat left top;
    padding-left: 76px;
    margin-left: auto;
    padding-top: 20px;
}

.app-main-contacts .app-main-contacts-phones div {
    margin-bottom: 13px;
}

.app-main-contacts .app-main-contacts-phones div a {
    color: rgba(22, 22, 22, 1);
    text-decoration: none;
}

.app-main-contacts .app-main-contacts-phones div.last {
    margin-bottom: 0;
}

.app-main-videos {
    background: rgba(255, 255, 255, 1);
    padding: 40px;
    margin-bottom: 30px;
    padding-top: 30px;
}

.app-main-videos .flex {
    margin-bottom: 14px;
    align-items: center;
    gap: 10px;
}

.app-main-videos .flex.video {
    margin-bottom: 0;
    gap: 14px;
    overflow: hidden;
}

.youtube-video,
.youtube-video iframe {
    width: 435px;
    height: 245px;
}

.app-main-videos .channel {
    margin-left: auto;
}

.app-main-videos .button,
.app-slider .button,
.lightbox-controll {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.app-main-videos .next-button {
    background: url('../images/slider-right.svg') center no-repeat #F0F0F0;
}

.app-main-videos .prev-button {
    background: url('../images/slider-left.svg') center no-repeat #F0F0F0;
}

.app-main-videos .next-button:hover {
    background: url('../images/slider-right-hover.svg') center no-repeat #EF4B4B;
}

.app-main-videos .prev-button:hover {
    background: url('../images/slider-left-hover.svg') center no-repeat #EF4B4B;
}

.app-slider .next-button {
    background: url('../images/slider-right.svg') center no-repeat #F0F0F0;
}

.app-slider .prev-button {
    background: url('../images/slider-left.svg') center no-repeat #F0F0F0;
}

.app-slider .next-button:hover {
    background: url('../images/slider-right-hover.svg') center no-repeat #EF4B4B;
}

.app-slider .prev-button:hover {
    background: url('../images/slider-left-hover.svg') center no-repeat #EF4B4B;
}


.lightbox-controll-right {
    background: url('../images/slider-right.svg') center no-repeat #F0F0F0;
}

.lightbox-controll-left {
    background: url('../images/slider-left.svg') center no-repeat #F0F0F0;
}

.lightbox-controll-right:hover {
    background: url('../images/slider-right-hover.svg') center no-repeat #EF4B4B;
}

.lightbox-controll-left:hover {
    background: url('../images/slider-left-hover.svg') center no-repeat #EF4B4B;
}

.channel a {
    color: rgba(22, 22, 22, 1);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 16px;
    background: white;
    display: block;
}

.channel a:hover {
    background: rgba(239, 75, 75, 1);
    color: white;
}

.app-main-videos .flex h2 {
    margin-bottom: 0;
}

.flex.slider {
    overflow: hidden;
}

.flex.slider img {
    width: 963px;
    height: 450px;
    object-fit: cover;
}

.flex.slider .slider-item {
    position: relative;
}

.flex.slider .slider-item a {
    text-decoration: none;
    display: flex;
}

.flex.slider .slider-text {
    position: absolute;
    font-size: 30px;
    font-weight: 500;
}

.slider-controls {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 10px;
    gap: 10px;
}

.app-main-products {
    margin-bottom: 30px;
}

.app-main-products-slider .flex.products {
    gap: 23px;
    overflow: hidden;
}

.app-main-product-item {
    background: white;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    position: relative;
}

.app-main-product-item img {
    width: 223px;
    height: 167px;
}

.app-main-product-item-title {
 
    margin: 13px 0;
    padding: 0 20px;
}

.app-main-product-item-title a {
    color: #161616;
    font-size: 15px;
    font-weight: 500;   
    text-decoration: none;
    max-width: 183px;
    display: block;
}

.app-main-products .flex h2 {
    margin-bottom: 0;
}

.app-main-products .flex.conf {
    margin-bottom: 17px;
    align-items: center;
    gap: 10px;
}

.app-main-products .button {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.app-main-products .channel {
    margin-left: auto;
}

.app-main-products .next-button {
    background: url('../images/slider-right.svg') center no-repeat #fff;
}

.app-main-products .prev-button {
    background: url('../images/slider-left.svg') center no-repeat #fff;
}

.app-main-products .next-button:hover {
    background: url('../images/slider-right-hover.svg') center no-repeat #EF4B4B;
}

.app-main-products .prev-button:hover {
    background: url('../images/slider-left-hover.svg') center no-repeat #EF4B4B;
}

.product-price {
    padding: 0 20px;
    margin-bottom: 26px;
    align-items: center;
    margin-top: auto;
}

.app-main-product-item-button {
    color: #161616;
    background: #F0F0F0;
    font-size: 12px;
    font-weight: 500;
    padding: 11px 14px;
    margin-left: auto;
    text-decoration: none;
    width: 42px;
}

.app-main-product-item-button:hover {
    background: #EF4B4B;
    color: #fff;
}

.app-main-product-item-price {
    font-size: 16px;
    font-weight: 700;
    color: #EF4B4B;
}

footer {
    color: rgba(22, 22, 22, 1);
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}

footer .last {
    margin-left: auto;
    margin-right: 40px;
}

.app-footer-menu {
    background: rgba(255, 255, 255, 1);
    padding: 25px 40px;
    clear: both;
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
}

.app-footer-menu a {
    color: rgba(22, 22, 22, 1);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.app-footer-menu a:hover {
    text-decoration: underline;
}

/* Breadcrumbs */
.breadcrumbs {
    margin-top: 30px;
    margin-bottom: 10px;
}

.breadcrumb-item ,
.breadcrumb-item a {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(22, 22, 22, 0.3);
    text-decoration: none;
}

.breadcrumb-item a:after {
    content: '';
    width: 4px;
    height: 8px;
    background: url('../images/bredcrumb.svg') no-repeat center;
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
}

.app-categories {
    margin-bottom: 35px;
}

.app-category a {
    background: white;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding: 14px;
    text-decoration: none;
    color: rgba(22, 22, 22, 1);
    font-size: 15px;
    font-weight: 500;
}

.app-category a:hover {
    background: rgba(239, 75, 75, 1);
    color: white;
}

.app-category {
    position: relative;
}

.app-category a span {
    float: right;
    margin-right: 30px;
}

.app-category a:after {
    display: block;
    content: '';
    width: 6px;
    height: 11px;
    background: url('../images/right.svg') no-repeat center;
    position: absolute;
    right: 20px;
    top: 18px;
}

.app-category a:hover:after {
    background: url('../images/right-white.svg') no-repeat center;
    background-size: 6px 11px;
}

.app-product img {
    max-width: 155px;
    display: block;
    height: 115px;
}

.app-products {
    margin-bottom: 38px;
}

.app-products-container {
    gap: 27px;
    flex-wrap: wrap;
}

.app-product {
    background: white;
    align-items: center;
    width: 468px;
    position: relative;
}

.app-product-edit {
    position: absolute;
    padding: 5px;
    background: black;
    color: white;
    font-size: 12px;
    top: 0;
    text-decoration: none;
}

.app-product-edit:hover {
    background: white;
    color: black;
}

.app-product-devider {
    width: 1px;
    height: 75%;
    background-color: rgba(240, 240, 240, 1);
}

.app-product-title {
    margin-left: 15px;
    margin-right: 25px;
    max-width: 155px;
}

.app-product-title a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: rgba(22, 22, 22, 1);  
}

.app-product-info {
    margin-left: auto;
    margin-right: 15px;
    border-left: 1px solid rgba(240, 240, 240, 1);
    padding-left: 15px;
}

.app-product-info-price {
    color: rgba(239, 75, 75, 1);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 17px;
    text-align: center;
    width: 105px;
}

.app-product-info-add-to-cart {
    color: rgba(22, 22, 22, 1);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    background: rgba(240, 240, 240, 1);
    text-decoration: none;
    display: block;
    width: 86px;
    margin: 0 auto;
}

.app-product-info-add-to-cart:hover {
    background: rgba(239, 75, 75, 1);
    color: white;
}

.pager {
    gap: 5px;
    margin-bottom: 60px;
}

.pager a {
    text-decoration: none;
    color: rgba(22, 22, 22, 1);
    font-size: 15px;
    font-weight: 500;
    width: 50px;
    height: 50px;
    background: white;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.pager a.active,
.pager a:hover {
    background: rgba(239, 75, 75, 1);
    color: white;
}

.pager .next-button {
    background: url('../images/slider-right.svg') center no-repeat #fff;
}

.pager .prev-button {
    background: url('../images/slider-left.svg') center no-repeat #fff;
}

.pager .next-button:hover {
    background: url('../images/slider-right-hover.svg') center no-repeat #EF4B4B;
}

.pager .prev-button:hover {
    background: url('../images/slider-left-hover.svg') center no-repeat #EF4B4B;
}

.product-container-info {
    align-items: center;
    position: relative;
}

.app-product-container-info {
    background: #fff;
    margin-bottom: 22px;
}

.product-title {
    font-size: 32px;
    font-weight: 500;
    color: rgba(62, 62, 62, 1);
    padding: 60px 45px;
    width: 543px;
    border-right: 1px solid rgba(124, 124, 124, 0.1);
    margin: 0;
}

.app-product-container-info-add {
    padding-left: 39px;
    padding-right: 31px;
    margin-left: auto;
}

.app-product-container-info-price {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: rgba(239, 75, 75, 1);
}

.app-product-container-info-cart a {
    display: block;
    background: url('../images/cart.svg') no-repeat 35px center rgba(62, 62, 62, 1);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    padding-top: 22px;
    padding-bottom: 22px;
    width: 140px;
    padding-left: 95px;
}

.app-product-container-info-cart a:hover{
    background: url('../images/cart-hover.svg') no-repeat 35px center rgba(239, 75, 75, 1);
}

.app-product-video {
    margin-bottom: 40px;
}

.app-product-video iframe {
    width: 100%;
    height: 500px;
}

.app-product-container-description {
    background: #fff;
    padding: 43px 38px;
    padding-bottom: 20px;
    margin-bottom: 36px;
}

.app-product-container-text {
    color: rgba(22, 22, 22, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;    
}

.app-product-container-text table tr td {
    border: 1px solid;
}

.app-product-container-text a {
    text-decoration: none;
    color: #0096FF;
}

.app-product-container-gallery {
    float: left;
    max-width: 352px;
    margin-right: 34px;
}

.app-product-container-gallery-main {
    margin-bottom: 8px;
}

.app-product-container-gallery-secondary {
    gap: 8px;
    flex-wrap: wrap;
}

.app-product-container-gallery-secondary img {
    flex: 0 0 112px;
    cursor: pointer;
    width: 112px;
    height: 80px;
}

.additional-photo {
    width: 352px;
    cursor: pointer;
}

.additional-photo img {
    width: 100%;
    cursor: inherit;
    display: block;
}

.app-order-cart {
    padding: 40px;
    background: #fff;
    margin-bottom: 59px;
}

.app-order-cart-title {
    color: rgba(175, 175, 175, 1);
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(124, 124, 124, 0.1);
}

.app-cart-item-1 {
    width: 460px;
}

.app-cart-item-2 {
    width: 120px;
}

.app-cart-item-3 {
    width: 125px;
    position: relative;
}

.app-order-cart-item-title {
    color: rgba(22, 22, 22, 1);
    font-size: 15px;
    font-weight: 500;
}

.app-order-cart-item-price {
    color: rgba(62, 62, 62, 1);
    font-size: 16px;
    font-weight: 400;
}

.app-order-cart-item-total {
    color: rgba(62, 62, 62, 1);
    font-size: 16px;
    font-weight: 400;
}

.app-order-cart-item  {
    padding: 10px 0;
    border-bottom: 1px solid rgba(124, 124, 124, 0.1);
    align-items: center;
}

.app-order-cart-item-delete {
    width: 40px;
    height: 40px;
    background: url('../images/delete-from-cart.svg') center no-repeat rgba(240, 240, 240, 1);
    margin-left: auto;
    cursor: pointer;
}

.app-order-cart-item-delete:hover {
    background: url('../images/app-clear-hover.svg') center no-repeat rgba(239, 75, 75, 1);
    background-size: 55%;
}

.app-order-cart-item-qty input {
    border: 1px solid rgba(215, 215, 215, 1);
    width: 90px;
    height: 40px;
    color: rgba(22, 22, 22, 1);
    font-size: 16px;
    font-weight: 400;
    padding-left: 13px;
    outline: none;
}

.app-order-cart-total {
    margin-top: 38px;
    margin-bottom: 40px;
}

.app-order-cart-total-text {
    color: rgba(22, 22, 22, 1);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.app-order-cart-total-text div {
    display: none;
}

.app-order-cart-total-price {
    color: rgba(62, 62, 62, 1);
    font-size: 24px;
    font-weight: 500;
}

.app-order-cart-total-item {
    margin-left: auto;
    margin-right: 27px;
}

.app-order-cart-buttons {
    gap: 10px;
}

.app-order-cart-buttons button,
.app-order-cart-buttons .button {
    border: none;
    margin-left: auto;
    cursor: pointer;
}

.app-order-cart-buttons a,
.app-order-cart-buttons button,
.app-order-cart-buttons .button {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-right: 30px;
    padding-left: 65px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.app-home {
    background: url('../images/app-home-hover.svg') no-repeat 22px center rgba(62, 62, 62, 1);
}

.app-clear {
    background: url('../images/app-clear-hover.svg') no-repeat 22px center rgba(62, 62, 62, 1);
}

.app-home:hover {
    background: url('../images/app-home-hover.svg') no-repeat 22px center rgba(239, 75, 75, 1);
}

.app-clear:hover {
    background: url('../images/app-clear-hover.svg') no-repeat 22px center rgba(239, 75, 75, 1);
}

.app-order-cart-buttons button,
.app-order-cart-buttons .button {
    background: url('../images/done.svg') no-repeat 22px center rgba(62, 62, 62, 1);
}

.app-order-cart-buttons button:hover,
.app-order-cart-buttons .button:hover {
    background: url('../images/done.svg') no-repeat 22px center rgba(239, 75, 75, 1);
}

.number-minus {
    width: 40px;
    height: 20px;
    background: url('../images/up.svg') no-repeat center rgba(240, 240, 240, 1);
    border: 1px solid rgba(215, 215, 215, 1);
    cursor: pointer;
    position: absolute;
    left: 50px;
    top: 0;
}

.number-plus {
    width: 40px;
    height: 20px;
    background: url('../images/down.svg') no-repeat center rgba(240, 240, 240, 1);
    border: 1px solid rgba(215, 215, 215, 1);
    cursor: pointer;
    position: absolute;
    border-top: none;
    left: 50px;
    bottom: 0;
}

.cart-title {
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(124, 124, 124, 0.1);
    margin-bottom: 15px;
    margin-top: 65px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(22, 22, 22, 1);
}

.label {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(22, 22, 22, 1);
}

.app-order-cart-item-info input,
#choose-city,
#choose-department {
    font-size: 16px;
    font-weight: 400;
    color: rgba(22, 22, 22, 1);
    border: 1px solid rgba(175, 175, 175, 0.5);
    outline: none;
    padding: 10px 15px;
    width: 415px;
}

#choose-city {
    height: 40.5px;
}

.app-order-cart-item-info input.item-surname {
    width: 453px;
}

.app-order-cart-item-info .flex {
    gap: 10px;
    margin-bottom: 15px;
}

.app-order-cart-item-info.last .flex {
    margin-bottom: 0;
}

.app-order-cart-item-info {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(124, 124, 124, 0.1);
}

.empty-cart {
    height: 389px;
    padding: 0;
    background: url('/images/empty.svg') no-repeat center 100px #fff;
}

.empty-cart div {
    text-align: center;
    color: rgba(22, 22, 22, 1);
    font-size: 26px;
    font-weight: 500;
    padding-top: 255px;
}

.app-404-subtext {
    color: rgba(175, 175, 175, 1);
    font-size: 72px;
    font-weight: 500;
}

.app-404-text {
    text-align: center;
    color: rgba(22, 22, 22, 1);
    font-size: 26px;
    font-weight: 500;
    padding-top: 30px;
}

.app-404 {
    text-align: center;
    padding: 123px 0;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}

.order {
    margin-top: 60px;
}

/* Breadcrumbs */
.app-breadcrumbs {
    margin-top: 30px;
    align-items: baseline;
    margin-bottom: -10px;
}

.app-breadcrumbs a,
.app-breadcrumbs-item {
    color: rgba(22, 22, 22, 0.3);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.app-breadcrumbs img {
    margin-left: 10px;
    margin-right: 10px;
}

/* Article */
.app-article-container,
.app-articles-container,
.app-page-container {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 40px;
}

.app-page-container h2 {
    margin-bottom: 0;
}

.app-page-container p,
.app-page-container ul {
    line-height: 24px;
}

.app-page-container h1 {
    margin-top: 0;
}

.app-page-container img {
    display: block;
    margin: 0 auto;
}

.app-page-container p:last-child {
    margin-bottom: 0;
}

.app-article-container p,
.app-article-container ul {
    line-height: 24px;
}

.app-article-container-description a {
    color: rgba(22, 22, 22, 1);
}

.app-article-container-description img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.app-articles-container h1 {
    margin-top: 0;
}

.app-articles-container-item a {
    text-decoration: none;
    color: rgba(22, 22, 22, 1);
}

.app-articles-container-item h2 {
    margin-bottom: 10px;
    font-size: 24px;
}

.app-articles-container-item-text {
    padding: 0 10px;
    color: #6F707A;
    font-weight: 200;
}

.app-articles-container .flex {
    gap: 20px;
}

.app-articles-container-item {
    clear: both;
}

.app-articles-container-item img {
    width: 240px;
    display: block;
}

.app-articles-container-item {
    margin-bottom: 20px;
}

.app-articles-container-item:last-child {
    margin-bottom: 0;
}

.app-articles-container-item-container {
    display: inline-block;
}

.app-articles-container-item-date {
    font-size: 14px;
    font-weight: 200;
}

.app-article-container-img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/* Admin panel */
.admin .pagination {
    display: flex;
    gap: 10px;
    justify-content: center;    
}

.admin .pagination a {
    text-decoration: none;
    color: #0096FF;
}

.admin-content-inner form.admin-slider-add {
    gap: 25px;
}

form.admin-slider-add {
    flex-direction: column;
    align-items: center;
}

form.admin-slider-add select {
    height: 45px;
    border: 1px solid rgba(175, 175, 175, 0.5);
    width: 500px;
}

form.admin-slider-add select.small {
    width: inherit;
}

.admin-content-inner form.admin-slider-add input {
    width: 500px;
}

.admin-content-inner form.admin-slider-add input.price-input {
    width: 454px;
}

.admin-content-inner form.admin-slider-add textarea {
    width: 468px;
    resize: auto;
    height: 200px;
}

.admin-content-inner form.admin-slider-add button {
    margin-left: inherit;
}

.admin-panel {
    position: fixed;
    z-index: 100;
    top: 0;
    background: #000;
    width: 100%;
}

.admin-panel a {
    color: white;
    text-decoration: none;
    padding: 7px 15px;
    position: relative;
}

.admin-panel a span {
    font-size: 10px;
    position: absolute;
    background: red;
    border-radius: 50px;
    padding: 2px 5px;
    right: 5px;
    top: 1px;
}

.admin-panel a:hover {
    background: white;
    color: black;
}

.admin-panel a.last {
    margin-left: auto;
}

/* Empty result */
.empty-result {
    background: rgba(255, 255, 255, 1);
    padding: 40px;
    color: rgba(22, 22, 22, 1);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

/* Lightbox */
.lightbox {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(22, 22, 22, 0.8);
}

.lightbox-inner {
    width: 40%;
    align-items: center;
    display: flex;
    height: 100%;
    margin: auto;
}

.lightbox img {
    max-width: 100%;
    display: none;
}

.lightbox-image-wrapper {
    position: relative;
}

.lightbox-controlls {
    position: absolute;
    bottom: 14px;
    display: flex;
    gap: 10px;
    left: 10px;
}

.lightbox-close {
    cursor: pointer;
    top: 10px;
    position: absolute;
    right: 10px;
    background: #F0F0F0;
    padding: 13px 20px;
    color: rgba(22, 22, 22, 0.3);
    font-size: 21px;
}

.lightbox-close:hover {
    color: white;
    background: rgba(239, 75, 75, 1);
}

/* Select 2 */
.select2-container--default .select2-selection--single {
    height: 40.5px;
    border-radius: 0;
    border: 1px solid rgba(175, 175, 175, 0.5);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 5px;
}

.app-form-cart .invalid-feedback {
    position: relative;
    top: 0;
    margin-bottom: 10px;
}

/* Up */
.app-up {
    width: 50px;
    height: 50px;
    background: url('/images/up-top.svg')  no-repeat center;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 20px;
    display: none;
}

/* Call Pop up */
.app-call-container {
    position: fixed;
    padding: 35px 40px;
    background: #fff;
    z-index: 100;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    top: 0;
    bottom: 0;
    height: fit-content;
    width: 415px;
}

.app-call-container-title {
    color: rgba(22, 22, 22, 1);
    font-size: 20px;
    font-weight: 500;
}

.app-call-container-close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url('/images/call-close.svg')  no-repeat center;
    margin-left: auto;
}

.app-call-container-header {
    display: flex;
    align-items: center;
    padding-bottom: 27px;
    margin-bottom: 34px;
    border-bottom: 1px solid rgba(124, 124, 124, 0.1);
}

.app-call-container-content-title {
    font-size: 15px;
    font-weight: 400;
    color: rgba(22, 22, 22, 1);
    margin-bottom: 15px;
}

.app-call-container-content-input input {
    width: 100%;
    padding-left: 13px;
    height: 40px;
    border: 1px solid rgba(175, 175, 175, 0.5);
    font-size: 16px;
    font-weight: 400;
    outline: none;
}

.app-call-container-content {
    padding-bottom: 37px;
    border-bottom: 1px solid rgba(124, 124, 124, 0.1);
}

.app-call-container-buttons {
    display: flex;
    gap: 15px;
}

.app-call-container-buttons-button {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 22px;
    padding-left: 55px;
    cursor: pointer;
}

.app-call-container-buttons-call {
    background: url('../images/call-white.svg') no-repeat 20px center rgba(239, 75, 75, 1);
    width: 130%;
}

.app-call-container-buttons-end {
    padding-left: 70px;
    background: url('../images/call-close.svg') no-repeat 20px center rgba(62, 62, 62, 1);
    padding-right: 15px;
}

.app-call-container-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(22, 22, 22, 1);
    padding-bottom: 46px;
    border-bottom: 1px solid rgba(124, 124, 124, 0.1);
    margin-bottom: 20px;
    padding-right: 200px;
    padding-top: 37px;
    background: url('../images/call-big.svg') no-repeat  right center ;
}

.app-call-container-description span {
    color: rgba(239, 75, 75, 1);
}

.app-call-shadow {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}

.app-call-shadow,
.app-call-container {
    display: none;
}

.app-call-container-success-image {
    width: 62px;
    height: 62px;
    background: url('../images/check-big.svg') no-repeat center;
    display: block;
    margin: auto;
    margin-bottom: 55px;
    margin-top: 60px;
}

.app-call-container-success-button {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 500;
    padding: 22px;
    cursor: pointer;
    text-align: center;
    background: url('../images/call-close.svg') no-repeat 135px center rgba(62, 62, 62, 1);
}

.app-call-container-success-text {
    color: rgba(22, 22, 22, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;    
    margin-bottom: 94px;
    text-align: center;
}

.app-call-container-success {
    display: none;
}

ul.pagination {
    padding: 0;
    text-decoration: none;
    list-style: none;
    display: flex;
    width: fit-content;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 40px;
    gap: 10px;
}

ul.pagination a,
ul.pagination span { 
    padding: 15px 20px;
    background: white;
    color: black;
    text-decoration: none;
}

ul.pagination a:hover {
    color: white;
    background: rgba(239, 75, 75, 1);
}

ul.pagination li.active span {
    background: rgba(239, 75, 75, 1);
    color: white;
}

.goods-sorting {
    padding: 25px;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.goods-sorting a {
    color: black;
    text-decoration: none;
}

.logo.mobile,
.app-categories.mobile {
    display: none;
}

.item-name-long {
    width: 540px;
    padding-left: 10px;
}

@media (max-width: 1200px) {

    body {
        min-width: inherit;
    }

    .app-sitebar {
        display: none;
    }

    .app-main {
        width: 100%;
        left: 0;
    }

    .app-slider {
        display: none;
    }

    .app-main-products-slider .flex.products {
        flex-wrap: wrap;
    }

    .app-container {
        padding: 10px;
    }

    .logo {
        padding: 0;
        border-bottom: 0;
    }

    .app-call,
    .app-main-products .button {
        display: none;
    }

    .app-main-product-item img {
        width: 100%;
        height: 100%;
    }

    .logo.mobile,
    .app-categories.mobile {
        display: inherit;
    }

    .app-search .flex {
        flex-wrap: wrap;
    }

    .app-cart {
        position: absolute;
        width: fit-content;
        padding: 20px 0px;
        right: 10px;
    }

    .app-search {
        margin-bottom: 20px;
        position: fixed;
        z-index: 10;
        background: rgba(240, 240, 240, 1);
        left: 0;
        top: 0;
        padding: 10px;
        width: calc(100% - 20px);
    }

    .app-search form {
        width: 100%;
    }

    .app-search form input {
        width: 100%;
    }

    .app-main-contacts .flex {
        flex-wrap: wrap;
        gap: 30px;
    }

    .app-main-contacts .app-main-contacts-phones {
        padding-top: 0;
    }

    .app-main-contacts .app-main-contacts-address {
        padding-top: 15px;
        padding-bottom: 0;
        min-height: 60px;
        margin-left: 0;
    }

    .app-main-contacts .app-main-contacts-mail {
        margin-left: 0;
        padding-bottom: 20px;
    }

    .app-footer-menu {
        flex-wrap: wrap;
    }

    footer .flex {
        flex-wrap: wrap;
        gap: 20px;
    }

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

    .app-product {
        flex-wrap: wrap;
    }

    .app-product-info {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .breadcrumbs .flex {
        flex-wrap: wrap;
    }

    .app-product-container-gallery {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .additional-photo {
        width: 100%;
    }

    .app-product-container-description {
        padding: 20px;
    }

    .product-container-info {
        flex-wrap: wrap;
    }

    .product-title {
        padding: 20px;
        border-right: none;
        width: 100%;
    }

    .app-product-container-info-add {
        padding: 0 20px;
        margin-left: inherit;
        width: 100%;
    }

    .app-product-container-info-cart {
        margin-bottom: 20px;
    }

    .app-product-container-info-cart a {
        margin: auto;
    }

    .app-main-videos .flex {
        flex-wrap: wrap;
    }

    .app-main-videos .button {
        display: none;
    }

    .youtube-video, .youtube-video iframe {
        width: 100%;
    }

    .app-cart-item-3,
    .app-cart-item-4,
    .app-order-cart-title {
        display: none;
    }

    .app-cart-item-1 {
        width: 70%;
    }

    .app-order-cart-item-title,
    .app-order-cart-item-price {
        font-size: 12px;
    }

    .app-order-cart-item-delete {
        padding: 0 10px;
    }

    .app-order-cart-item {
        gap: 10px;
    }

    .app-order-cart-total-item {
        margin-right: 0;
    }

    .app-order-cart-total-text {
        font-size: 13px;
    }

    .app-home,
    .app-clear {
        display: none;
    }

    .app-order-cart-buttons .button {
        width: 100%;
        text-align: center;
        padding-right: 55px;
    }

    .app-order-cart-item-info .flex {
        flex-wrap: wrap;
    }

    .app-order-cart-item-info input, #choose-city, #choose-department,
    .app-order-cart-item-info .form-group,
    .app-order-cart-item-info input.item-surname,
    .app-order-cart-item-info div,
    .select2-container {
        width: 100%;
    }

    .app-order-cart-item-info .form-group,
    .app-order-cart-item-info.last div {
        margin-bottom: 10px;
    }

    .order {
        margin-top: 30px;
    }

    .app-order-cart-buttons.order button {
        margin-left: 0;
        width: 100%;
    }

    .app-category a:hover {
        background: white;
        color: black;
    }

    .lightbox-inner {
        width: 90%;
    }

    .app-main-videos {
        padding: 20px;
    }

    .app-main-contacts {
        padding: 20px;
    }

    .app-footer-menu {
        padding: 20px;
    }

    .admin-panel a {
        display: none;
    }

    .admin-panel a.mobile {
        display: inherit;
    }

    .item-uphone,
    .item-date,
    .item-uid {
        display: none;
    }

    .item-operations {
        margin-right: 0;
        text-align: right;
    }

    .item-operations a {
        display: block;
        margin-bottom: 5px;
    }

    .channel a {
        padding: 0;
    }

    .app-main {
        margin-top: 0;
        padding-top: 160px;
    }

    .breadcrumbs {
        margin-top: 0;
    }
}