/*
 *
 * Базовые стили
 *
 */
.content_area {
    font-family: "Arial", "Helvetica", "Tahoma", serif;
    text-align: left;
}

.text_img_block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
    align-items: center;
    padding-left: 10px;
    margin-top: 55px;
    margin-bottom: 55px;
}

.grey {
    background-color: #f9f9fc;
}

.text_gray {
    color: #686a70;
}

.divided_content {
    width: 50%;

}

.img_block_image {
    width: 492px;
    height: 311px;
}

.products_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 40px;
}

.product_cont {
    width: 200px;
    padding: 15px;
    text-align: center;
}

.product_cont h3 {
    font-size: 18px
}

.product-img {
    width: 200px;
    height: 200px;
    padding-bottom: 10px;
}

.product_cont_a {
    display: block;
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #6db63e;
}

.product_descr_area {
    height: 80px;
}

.delivery_rf {
    align-items: center;
    margin-top: 20px
}

.delivery_rf h2 {
    font-size: 42px
}

.delivery_rf img {
    width: 100%
}

.collections_0 h3:before {
    content: "";
    display: block;
    margin-bottom: 20px;
    width: 48px;
    height: 48px
}

.h3_1:before {
    background: url(/img/000.png) no-repeat
}

.h3_2:before {
    background: url(/img/000.svg) no-repeat
}

.h3_3:before {
    background: url(/img/001.svg) no-repeat
}

.h3_4:before {
    background: url(/img/001.png) no-repeat
}

.h3_5:before {
    background: url(/img/002.svg) no-repeat
}

.h3_6:before {
    background: url(/img/002.png) no-repeat
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    border-width: 0;
    outline-width: 0;
}

.thumb-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    border-width: 0;
    outline-width: 0;
}

.popup_btn_added {
    display: block;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    color: #211e1f;
    padding: .5625rem 1rem;
    background: #ffffff;
    border: 1px solid #211e1f;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-decoration: none;
}

.popup_btn_added :last-child {
    text-decoration: none;
    color: #333;
}

.popup_btn_added :last-child :hover {
    text-decoration: underline;
}

.mobile-slider, #mobile-cart, .mobile-rubrics, .mobile-search {
    display: none
}

.CDEK-widget__delivery-type__item-details > p {
    display: none
}

.desctop-rubrics, .desctop-search {
    display: block;
}

.slick-slide > h3 {
    font-size: 12px;
    font-family: Arial;
    margin-top: 10px;
    padding-left: 10px;
    text-align: left
}

.goods h1 {
    float: left;
    position: absolute;
}

.shopView__good-title h1 {
    position: relative;
}

.goods__title {
    display: block;
    font-size: 1.3rem;
    margin: 15px 0;
    text-align: center;
    float: inherit !important;
}

.gltit {
    font-size: 21px;
}

.gltit > a {
    color: #333
}

.price_list_history {
    position: static;
}

.price_list_history span {
    font-size: 21px;
}

.login__form-order {
    display: block;
    width: 250px;
    margin: 20px auto;
}

.price_list_history .fa-rub {
    font-size: 18px;
    color: #222;
}

.preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999999999999999999999999999;
}

#cube-loader {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    position: fixed;
}

#cube-loader .caption {
    margin: 0 auto;
}

#cube-loader .cube-loader {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
}

#cube-loader .cube-loader .cube {
    position: relative;
    transform: rotateZ(45deg);
    width: 50%;
    height: 50%;
    float: left;
    transform: scale(1.1);
}

#cube-loader .cube-loader .cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    animation: cube-loader 2.76s infinite linear both;
    transform-origin: 100% 100%;
}

#cube-loader .cube-loader .loader-2 {
    transform: scale(1.1) rotateZ(90deg);
}

#cube-loader .cube-loader .loader-3 {
    transform: scale(1.1) rotateZ(180deg);
}

#cube-loader .cube-loader .loader-4 {
    transform: scale(1.1) rotateZ(270deg);
}

#cube-loader .cube-loader .loader-2:before {
    animation-delay: 0.35s;
}

#cube-loader .cube-loader .loader-3:before {
    animation-delay: 0.69s;
}

#cube-loader .cube-loader .loader-4:before {
    animation-delay: 1.04s;
}

@keyframes cube-loader {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

* {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

.goods__slider-item {
    position: relative;
}

.bik__preloader {
    display: none;
    position: absolute;
    left: calc(100% + 2px);
    top: 6px;
}

.cart__payment-block {
    text-align: center;
    width: 450px;
    margin: 20px auto
}

.cartClear__btn-inner {
    cursor: pointer;
    color: #fff;
    padding: 7px 21px;
    background: #E53944;
    border: 1px solid rgb(189, 43, 53);
    border-radius: 4px;
}

.cartClear__btn-inner:hover {
    background: rgb(189, 43, 53);
}

html {
    font-size: 16px;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

textarea {
    font-family: "Arial";
}

#sh_view_req {
    width: 800px;
    border: 1px #666 dashed;
    background-color: #FFFFFF;
}

#sh_view_req td {
    font-size: 12px;
    color: #333;
}

#sh_view_req td.req_title {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #333;
    height: 30px;
    border-bottom: 1px #B0CDE1 dashed;
}

#sh_view_req .dt_time {
    color: #666;
}

#sh_view_req .first_col {
    text-align: right;
    width: 260px;
    font-weight: bold;
}

#sh_view_req .two_col {
    padding-left: 20px;
}

#sh_view_req .tit_tb_pos td {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 30px;
    vertical-align: middle;
}

.cn {
    text-align: center;
}

#sh_view_req .pos_title {
    text-align: left;
    padding-left: 10px;
    color: #333333;
}

#sh_view_req .art_id {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

#sh_view_req .list_tab_gr_pos {
    background-color: #F3F3F3;
}

#sh_view_req .itog td {
    font-weight: bold;
    border-top: 1px #666 dashed;
}

#sh_view_req .price {
    color: #00CC00;
}

#sh_view_req .count {
    color: #0080C0;
}

.slider-nav {
    width: 100%;
}

.history__title {
    padding-left: 20px;
    font-family: Arial;
}

.goods__slider {
    padding: 0 25px 25px 25px;
    box-sizing: border-box;
}

.goods__slider > .fa {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #67738a;
    padding: 4px;
    border-radius: 4px;
}

.goods__slider > .fa-chevron-left {
    left: 4px;
}

.goods__slider > .fa-chevron-right {
    right: 6px;
}

.profile__table-goods {
    width: 100%;
}

.profile__table-goods tr:nth-child(even) {
    background: #f0f0f0;
}

.profile__table-goods th, .profile__table-goods td {
    text-align: left;
    padding: 5px;
}

.profile-user__table-goods th, .profile-user__table-goods td {
    text-align: left;
    padding: 5px 15px;
}

.profile__table-goods th {
    border-bottom: 2px solid #666;
}

.user-profile__item {
    margin-bottom: 20px;
}

.user-profile__item h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.profile__table-line:hover, .profile__table-line:nth-child(even):hover {
    background: #d0d0d0;
    cursor: pointer;
}

.description__text {
    border: 1px solid #d0d0d0;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.rubrics__list {
    margin-left: -4.5px;
}

.slick-list {
    border: 1px solid #d0d0d0;
    border-radius: .375rem;
}

.slick-dotted {
    display: block;
}

/*.slick-slide img {
  width: 100%;
}*/

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.calc_new_obj_draggable {
    position: relative;
}

.calc_new_obj_draggable img {

}

.container-windy {
    width: 55%;
    margin: 0 auto;
    position: absolute;
    left: 0;
}

.paketoff-link {
    color: #211e1f;
}

.goods__sort {
    text-align: right;
    margin-bottom: 15px;
}

.goods__sort h3 {
    display: inline;
}

.goods__sort a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    display: inline-block;
    padding: 5px 15px;
}

.goods__sort a i {
    font-size: 14px;
}

.goods__sort a:hover {
    text-decoration: underline;
}

.paketoff-link:hover {
    color: #666;
}

.required {
    position: relative;
}

.input__required_physical, .input__required_legal, .required .input__required, .cartOrder__form-block .fa-check {
    display: none;
    display: block;
    color: red;
    font-size: 12px;
    position: absolute;
    right: calc(100% + 3px);
    /* top: 50%;
     transform: translateY(-50%);*/
    transform: translateY(70%);
}

.required .input__required_physical,
.required .input__required_legal, .required .input__required, .cartOrder__form-block .fa-check {
    display: block;
}

/* > Просмотр корзины < */
#606060
#shop_cart {
    border: 1px #68BFEF dotted;
}

#shop_cart td {
    font-weight: bold;
    color: #333333;
}

#shop_cart span {
    color: #010101;
    font-weight: normal;
}

#shop_cart div {
    display: inline;
}

#shop_cart_list .title {
    font-size: 24px;
    font-weight: bold;
    height: 10px;
    color: #333333;
}

#shop_cart_list td {
    color: #333333;
}

#shop_cart_list .shop_cart_list_goods {
    border-color: #d0d0d0;
}

#shop_cart_list .cn {
    text-align: center;
}

#shop_cart_list .tit_tab td {
    font-weight: bold;
    line-height: 30px;
}

#shop_cart_list .art_id {
    font-size: 14px;
    color: #008000;
    vertical-align: top;
    margin-bottom: 5px;
    font-weight: bold;
}

#shop_cart_list .descr_goods {
    font-size: 12px;
    color: #555;
    padding: 0;
    line-height: 18px;
}

#shop_cart_list .inp_nms {
    width: 60px;
    text-align: center;
    font-size: 12px;
}

#shop_cart_list .price_goods {
    font-size: 12px;
    color: #00CC00;
    font-weight: bold;
}

#shop_cart_list .itog_tit {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

#shop_cart_list .itog_price {
    font-size: 18px;
    color: #0066CC;
}

.itog_price b {
    color: #666;
}

#shop_cart_list .send_order {
    font-size: 45px;
    cursor: pointer;
}

#shop_cart_list .recalc {
    font-size: 25px;
    display: none;
}

#shop_ord_list a.sel {
    color: #000000;
}

#shop_ord_list .list_tr_all {
    background-color: #FFFFFF;
}

#shop_ord_list .list_tab_gr {
    background-color: #F3F4F5;
}

#shop_ord_list .dt_time {
    color: #B9B9B9;
}

#shop_ord_list .price {
    color: #00CC00;
}

#shop_ord_list .count {
    color: #0080C0;
}

.cart__html div {
    margin: 5px 0;
}

.cartBlock {
    margin-bottom: 40px;
}

.cartBlock__goodItem-content {
    width: 440px;
}

.cartBlock__goodItem-trash {
    padding: 15px;
}

.cartOrder__copy-addr {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    padding: 0 10px;
    border-radius: 0 6px 6px 0;
    transform: translateY(-50%);
    border: 1px solid #666;
}

.cartOrder__copy-info {
    display: none;
    position: absolute;
    width: 400%;
    top: calc(100% + 10px);
    padding: 5px 15px;
    left: 50%;
    background: #333;
    color: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    transform: translateX(-50%);
    transition: all .3s linear;
}

.cartOrder__copy-info:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom-color: #000;
}

.cartOrder__copy-addr:hover .cartOrder__copy-info {
    display: block
}

.cartBlock {
    display: table;
    width: 100%;
}

.cartOrder__info {
    color: red;
    margin: 25px 0 20px 0;
}

.cartBlock__deletePrint-btn {
    text-decoration: none;
}

.cartBlock__deletePrint-btn:hover span {
    text-decoration: underline;
}

.cartBlock__header {
    display: table-header-group;
}

.cartBlock__header-item, .cartBlock__goodItem-inset {
    vertical-align: top;
    display: table-cell;
}

.cartBlock__header-item {
    padding: 5px;
    font-weight: bold;
}

.cartBlock__articul {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #414656;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: .375rem;
}

.cartBlock__sumPrice {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.opt_cost, .retail_cost {
    display: block;
    text-align: center;
    color: rgb(0, 128, 0);
    font-size: 0.8rem;
}

.cartBlack__trash {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 21px;
    color: red;
}

.cartBlock__goodItem-inset-img {
    float: left;
}

.cartBlock__goodItem-inset {
    padding: 7px 0 3px 10px;
    box-sizing: border-box;
    line-height: 19px;
}

.cartBlock__goodItem-inset > h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.cartBlock__goodItem-inset > h2 > a {
    color: #211e1f;
    font-size: 16px;
    text-decoration: none;
}

.cartBlock__goodItem-inset > h2 > a:hover {
    text-decoration: underline;
}

.cartBlock__retail {
    font-size: 0.9rem;
    color: #ff0606;
}

.step-heading {
    margin: 0 0 20px;
    vertical-align: sub;
    display: flex;
}

.step-heading span {
    display: inline-block;
}

.step-heading span.number {
    border: 1px solid;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #999;
}

.step-heading span .edit {
    margin: 0 0 10px 20px;
    border-bottom: 1px dashed;
    color: #211e1f;
    display: none;
    font-size: 13px;
    text-decoration: none;
    transition: 10ms;
}

.step-heading span .edit:hover {
    text-decoration: none;
    border-color: #fff;
}

.step-heading span .edit.active {
    display: inline-block;
}

.step-heading span.label {
    font-size: 22px;
    color: #999;
    font-weight: normal;
    padding: .2em 0.4em 0.3em;
    vertical-align: inherit;
    display: initial;
    white-space: initial;
}

.step button, .step input, .step select {
    outline: 0;
    color: #444;
}

.step .cartOrder__form-button {
    color: #fff;
}

.step button {
    border: 1px solid #333;
    background: #333;
    color: #fff;
    font-size: 18px;
    transition: 10ms;
    padding: 1% 4%;
    float: right;
}

.step button:hover {
    cursor: pointer;
    background: #000;
}

.step-2 .step-hidden #delivery_methods {
    border-bottom: 1px solid #ddd;
}

.step-2 .step-hidden {
    display: inline-block;
    padding: 0 0 0 40px;
    margin: 0;
    width: 100%;
}

.step-2 .step-hidden > div {
    margin: 5px 0 15px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.step-3 {
    border-top: 1px solid #ddd;
    padding-top: 5%;
    margin-top: 3%;
}

.img-pdng-zr {
    padding: 0;
}

.nnsn-logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.cartBlock__good, .cartBlock__good-application {
    display: table-row;
}

.cartBlock__good:nth-child(2n), .cartBlock__good-application:nth-child(2n) {
    background-color: #f9f9f9;
}

.cartBlock__goodItem {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #f0f0f0;
}

.cartBlock__goodItem-container {
    /*    position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);*/
    vertical-align: middle;
    width: 130px;
    margin: 0 auto;
}

.cartBlock__goodItem-price {
    color: #333;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

.reg-timer {
    text-align: center;
}

.shopCart__link-btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 15px 25px;
    background: #6db63e;
    border: 1px solid green;
    border-radius: 6px;
    width: 450px
}

.shopCart__link-btn_xs {
    padding: 10px 5px;
    font-size: 16px;
    width: 215px;
}

.shopCart__link-btn_grey {
    background: #414656;
}

.cart__counter-left {
    position: relative;
    border: 1px solid #999;
    background: #f0f0f0;
}

.cart__counter-left:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateX(40deg);
    left: calc(100% - .0625rem);
    border: 1px solid transparent;
    border-left-color: #f0f0f0;
}

.cart__counter-left:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateX(40deg);
    left: 100%;
    border: 1px solid transparent;
    border-left-color: #999;
}

.cartBlock__freeShip, .cartBlock__counter {
    display: table-cell;
}

.cartBlock__freeShip {
    font-size: 13px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px dashed red;
}

.cartBlock__freeShip span {
    font-weight: bold;
    font-size: 15px;
}

.cartBlock__counter {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.cartBlock__footer {
    display: table-row;
    width: 100%;
}

input[type=number] {
    -moz-appearance: textfield;
}

#onlineOrderAmount::-webkit-inner-spin-button,
#onlineOrderAmount::-webkit-outer-spin-button,
.cartOrder__form-ogrn::-webkit-inner-spin-button,
.cartOrder__form-ogrn::-webkit-outer-spin-button,
.cartOrder__form-inn::-webkit-inner-spin-button,
.cartOrder__form-inn::-webkit-outer-spin-button,
.cartOrder__form-kpp::-webkit-inner-spin-button,
.cartOrder__form-kpp::-webkit-outer-spin-button,
.cartOrder__form-okpo::-webkit-inner-spin-button,
.cartOrder__form-okpo::-webkit-outer-spin-button,
.cartOrder__form-bik::-webkit-inner-spin-button,
.cartOrder__form-bik::-webkit-outer-spin-button,
.cartOrder__form-rs::-webkit-inner-spin-button,
.cartOrder__form-rs::-webkit-outer-spin-button,
.cartOrder__form-ks::-webkit-inner-spin-button,
.cartOrder__form-ks::-webkit-outer-spin-button {
    display: none;
    -webkit-appearance: none;
    appearance: none;
}

.cartBlock__summ {
    display: table-cell;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.cartOrder__online-limit * {
    margin: 0;
    padding: 0;
}

.cartOrder__online-limit h4 {
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
}

.cartOrder__online-limit p {
    color: #666
}

.infoFromGoods__table {
    display: table;
    width: 100%;
    margin-bottom: 40px;
}

.infoFromGoods__row {
    display: table-row;
}

.infoFromGoods__row:nth-child(even) {
    background: #f0f0f0;
}

.infoFromGoods__col-head {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.infoFromGoods__col {
    font-size: 16px;
    color: #333;
}

.infoFromGoods__col, .infoFromGoods__col-head {
    text-align: center;
    display: table-cell;
    padding: 2px 0;
}

/* Все остальные информационные страницы ----> */

.gift__text {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
}

.gift__catalog {
    display: inline-block;
}

.gift__catalog > .link_shop {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    background: #333;
    border: 1px solid #111;
    border-radius: 6px;
    margin-bottom: 20px;
}

.gift__catalog > .link_shop-green {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    background: #5C9834;
    border: 1px solid #6db63e;
    border-radius: 6px;
    margin-bottom: 20px;
}

.gift__catalog > .link_shop:hover {
    background: #666;
    border-color: transparent;
}

.gift__catalog > .link_shop-green:hover {
    background: #6db63e;
    border-color: transparent;
}

.gift__gallery {
    display: block;
    margin-bottom: 20px;
}

.gift__gallery > li {
    width: 24.5%;
    display: inline-block;
    text-align: center;
}

.gift__goods {
    display: block;
    margin-bottom: 20px;
}

.gift__goods > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 24.5%;
    padding: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    box-sizing: border-box;
}

.gist__goods-list-block {
    border-bottom: 1px solid #d0d0d0;
}

.gist__goods-list-block img {
    margin-bottom: 10px;
}

.gist__goods-list-block:last-child, .gist__goods-list-block:first-child {
    border-bottom: 0px;
}

.gist__goods-list-block:last-child > a {
    border-radius: 0 0 6px 6px;
}

.gist__goods-list-link > a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px 0;
}

.gist__goods-list-link > a:hover {
    color: #fff;
    background: #666;
}

.view-full-image-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    z-index: 999999999;
}

.view-full-image {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    /*max-width: 500px;*/
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 15px;
    box-shadow: 1px 0px 3px rgba(0, 0, 0, .75);
}

.view-full-image img {
    display: block;
    width: 100%;
}

.view-full-image_close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #333;
    font-size: 21px;
    transform: translate(50%, -50%);
    padding: 3px 7px;
    border-radius: 50%;
}

.view-full-image_close:hover {
    color: #d0d0d0;
}

/* ------------------------------------------- */

.decorate {
    margin-bottom: 40px;
    text-align: center;
}

.decorate__content {
    width: 100%;
}

.decorate__list {
    display: block;
    width: 100%;
}

.decorate__list-item {
    vertical-align: top;
    display: inline-block;
    margin: 5px;
    width: 45%;
}

.decorate__list-link {
    color: #211e1f;
    text-decoration: none;
}

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

.decorate__img-pic {
    width: 100%;
}

.decorate__img-block {
    width: 100%;
    overflow: hidden;
    max-height: 197px;
}

.decorate__list-title {
    text-align: center;
}

.warning {
    border: 1px solid #ea5b71;
    color: #721c24;
    border-radius: 6px;
    margin-bottom: 40px;
}

.warning__header {
    background: #ea5b71;
    border-bottom: 1px solid #ea5b71;
    padding: 10px 15px;
}

.warning__header h3 {
    margin: 0;
    padding: 0;
}

.warning__content {
    padding: 15px;
}

.cartOrder {
    margin: 0 auto;
    background: #f0f0f0;
    border: 1px solid #c0c0c0;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 12px;
}

.cartOrder__title-text {
    text-align: center;
}

.cartOrder__checked-person {
    text-align: center;
}

.cartOrder__checked-person label {
    margin-right: 5px;
    display: inline-block;
}

.cartOrder__checked-person-button {
    outline: none;
    cursor: pointer;
    background: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #999;
    font-weight: bold;
    color: #333;
    border-radius: 6px;
}

.cartOrder__checked-person-button input {
    display: none;
}

.cartOrder__checked-person-button:hover {
    cursor: pointer;
    border-color: #333;
}

.cartOrder__checked-person-button.active:hover {
    border-color: #414656;
}

.cartOrder__checked-person-button .fa-check-circle {
    display: none;
}

.cartOrder__checked-person-button .fa-check-circle,
.cartOrder__checked-person-button .fa-circle-o {
    font-size: 18px;
}

.cartOrder__checked-person-button .fa-circle-o {
    display: inline-block;
}

.cartOrder__checked-person-button.active {
    cursor: default;
    color: #333;
    border-color: #333;
}

.cartOrder__checked-person-button.active .fa-check-circle {
    display: inline-block;
}

.cartOrder__checked-person-button.active .fa-circle-o {
    display: none;
}

#formForOrder {
    position: relative
}

.shopCart__receipt-block {
    position: relative;
    width: 704px;
    height: 607px;
}

.shopCart__checked-user-switch {
    text-align: center;
    margin-bottom: 40px;
}

.shopCart__checked-user-button {
    outline: none;
    cursor: pointer;
    background: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #999;
    font-weight: bold;
    color: #333;
    border-radius: 6px;
    display: inline-block;
}

.shopCart__checked-user-button:hover {
    border-color: #333;
}

.shopCart__checked-user-button_active:hover {
    border-color: #414656;
}

.shopCart__checked-user-button .fa-check-circle {
    display: none;
}

.shopCart__checked-user-button .fa-check-circle,
.shopCart__checked-user-button .fa-circle-o {
    font-size: 18px;
}

.shopCart__checked-user-button .fa-circle-o {
    display: inline-block;
}

.shopCart__checked-user-button_active {
    cursor: default;
    color: #ea5b71;
    border-color: #ea5b71;
}

.shopCart__checked-user-button_active .fa-check-circle {
    display: inline-block;
}

.shopCart__checked-user-button_active .fa-circle-o {
    display: none;
}

.shopCart__user-variants-item {
    display: none;
}

.shopCart__user-variants-item_active {
    display: block;
}

.cartOrder__auth-remember-link {
    color: #333;
    display: block;
    margin-bottom: 20px;
}

.shopCart__link-btn {
    -webkit-appearance: none
}

.cartOrder__form-button {
    -webkit-appearance: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #ea5b71;
    border: 1px solid #ea5b71;
    border-radius: 6px;
}

.cartOrder__button-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #333;
    border-radius: 50%;
}

.cartOrder__checked-person-button_active .cartOrder__button-circle {
    display: none;
}

.cartOrder__checked-list {
    display: block;
    margin: 20px 0;
    box-sizing: border-box;
}

.cartOrder__checked-list:after {
    content: "";
    display: table;
    clear: both;
}

.cartOrder__form-block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

#delivery_methods > .cartOrder__form-block {
    margin-bottom: 0;
}

.step .cartOrder__select-label {
    color: #999;
}

.cartOrder__select-label {
    display: block;
    padding: 6px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
}

.cartOrder__form-block textarea {
    resize: none;
}

.cartOrder__form-input {
    display: block;
    float: right;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    color: #444;
    outline: 0;
}

.step .cartOrder__form-radio label {
    display: flex;
    align-items: center;
}

.step .cartOrder__form-radio {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.step .cartOrder__form-radio label:hover {
    cursor: pointer;
}

.cartOrder__form-radio input {
    margin-top: 0px;
}

#delivery_methods .cartBlock__freeShip {
    display: block;
    margin: 0 auto;
}

.cartOrder__form-select {
    width: 100%;
    outline: none;
    margin: 10px;
}

.step {
    width: 100%;
}

.select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--single {
    outline: 0 !important;
}

.delivery-address {
    display: inline-block;
    width: 94%;
    margin: 2% 0 2% 6%;
}

.additional-address-fields {
    display: inline-block;
    width: 94%;
    margin: 2% 0 2% 6%;
}

.delivery .select2-container {
    width: 100% !important;
    margin-bottom: 10px;
    outline: 0 !important;
}

.select2-container .select2-selection--single {
    height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

.step .delivery-sdek-address label, .step .sdek-courier-address legend, .step .delivery-dellin-address label, .step .dellin-courier-address legend {
    display: inline-block;
    margin-bottom: 1%;
}

.sdek-delivery-type, .dellin-delivery-type {
    margin-bottom: 1%;
    margin-top: 1%;
    text-align: center;
}

input[type=text],
select {
    color: #414655;
    border-radius: .375rem;
}

input[type=text] {
    -webkit-appearance: none;
}

/* > Просмотр товара < */

.shopView__good-title {
    float: left;
    margin-bottom: 20px;
}

.shopView__good-card {
    margin-bottom: 40px;
}

.shopView__moreinfo {
    margin-bottom: 120px;
}

.shopView__moreinfo-list {
    display: table;
    width: 60%;
    border-collapse: separate;
    border-spacing: 1px 1px;
    float: left;
    box-sizing: border-box;
}

.shopView__moreinfo-list * {
    box-sizing: border-box;
}

.shopView__image-block {
    float: left;
    text-align: center;
}

.shopView__image-block_title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 100px;
}

.shopView__image-block_pic {
    margin-bottom: 60px;
}

.shopView__moreinfo-list-item {
    display: table-row;
}

.shopView__image-block_pic img {
    width: 500px;
}

.shopView__moreinfo-list-item_left, .shopView__moreinfo-list-item_right {
    display: table-cell;
    width: 49%;
    color: #333;
    padding: 8px;
    box-sizing: border-box;
}

.shopView__moreinfo-list-item_left {
    background: #F4F4F4;
    vertical-align: middle;
}

.shopView__moreinfo-list-item_right {
    background: #EEEEEE;
}

.shopView__good-card-content {
    display: table;
    width: 100%;
}

.shopView__good-card-images {
    display: table-cell;
    width: 330px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}

.shopView__good-full-image {
    float: left;
    width: 330px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#image_wrap {
    width: 100%;
}

#image_wrap a {
    display: block;
    width: 100%;
}

#image_wrap a img {
    width: 100%;
}

.scrollable__block {
    float: left;
}

.shopView__content {
    display: table-cell;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.shopView__content-list {
    display: block;
    padding: 15px;
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #c0c0c0;
    box-sizing: border-box;
}

.shopView__price-list {
    font-weight: bold;
    font-size: 1.3rem;
}

.shopView__content-list:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8%;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top-color: #c0c0c0;
    border-right-color: #c0c0c0;
    transform: translateX(-100%);
}

.shopView__content-list:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(8% + 1px);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    transform: translateX(-100%);
}

.shopView__articul {
    font-size: 1.3rem;
    font-weight: bold;
}

.shopView__content-list-item {
    display: block;
    margin-bottom: 10px;
}

.shopView__content-list-item_left {
    float: left;
    font-weight: bold;
    color: #666;
}

.shopView__content-list-item_right {
    color: #333;
    text-align: right;
}

.shopView__content-logo {
    margin-bottom: 10px;
}

.shopView__content-bottom {
    text-align: right;
}

.shopView__content-order {
    display: inline-block;
}

.shopView__counter-left {
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #999;
    background: #f0f0f0;
}

.shopView__count-input {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    outline: none;
    padding: .5625rem .3125rem .4375rem .3125rem;
    text-align: center;
    box-sizing: border-box;
    border: none;
}

.shopView__counter-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .375rem;
}

.shopView__counter-right i {
    color: #555;
    display: block;
    font-size: .875rem;
}

.shopView__price-button {
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    outline: none;
    color: #f1f1f1;
    cursor: pointer;
    padding: .5625rem 1rem;
    margin-top: 2px;
    background: linear-gradient(#211e1f, #211e1f);
    border: 1px solid #211e1f;
    margin-left: .9375rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.shopView__price-button:hover {
    color: #fff;
    background: linear-gradient(#707070, #211e1f);
    border: .0625rem solid #211e1f;
}

.shopView__image-size {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.admin__menu-bg {
    position: static;
    width: 100%;
    height: 100%;
    background: red;
}

.shopView__image-similar {
    width: 39%;
    display: inline-block;
    vertical-align: top;
}

.shopView__goods-info {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.shopView__goods-info-item {
    display: inline-block;
    width: 49.5%;
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 10px;
}

.slick-slide {
    cursor: pointer;
}

.shopView__goods-info-img {
    display: inline-block;
    width: 20px;
    vertical-align: top;
}

.shopView__goods-info-img i {
    font-size: 16px;
    color: #333;
}

.shopView__goods-info-text {
    display: inline-block;
    width: 80%;
    color: #333;
    font-size: .9rem;
    vertical-align: top;
}

.shopView__goods-info-text a, .shopView__moreinfo-list-item_right a {
    color: #555;
}

.shopView__goods-info-text a:hover, .shopView__moreinfo-list-item_right a:hover {
    text-decoration: none;
    color: #211e1f;
}

.shopView__modal-application-calculate.fastOrder__modal {
    padding: 25px 30px 0;
    left: 60%;
    transform: translate(-70%, -50%);
    -ms-transform: translate(-70%, -50%);
    -moz-transform: translate(-70%, -50%);
    -webkit-transform: translate(-70%, -50%);
    -o-transform: translate(-70%, -50%);
}

.shopView__modal-application-calculate {
    position: fixed;
    display: none;
    z-index: 9999;
    padding: 35px 20px;
    left: 50%;
    top: 50%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #666;
    border-radius: 12px;
}

.shopView__modal-title {
    text-align: center;
    margin-bottom: 40px;
}

.shopView__modal-scroll {
    max-height: 480px;
    box-sizing: border-box;
    padding: 10px;
}

.shopView__modal-content {
    float: left;
}

.shopView__modal-title h2 {
    color: #555;
    margin: 0 0 0 0;
}

.shopView__modal-close {
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 2rem;
    color: red;
}

.decdial {
    position: absolute;
    right: 0;
    top: 10%;
    background: #d0d0d0;
    font-size: 1.2rem;
    padding: 5px 15px;
    transform: rotate(90deg) translate(50%, -324%);
    border-radius: 12px 12px 0 0;
}

.shopView__img {
    position: absolute;
    left: -9px;
    bottom: 30px;
}

.shopView__modal-link {
    display: block;
    float: left;
    margin-bottom: 20px;
}

#nanesenie_cost {
    color: #555;
    border: 2px dashed #d0d0d0;
    background: #f9f9f9;
    border-radius: 5px;
    font-size: 17px;
    margin-bottom: 20px;
    padding: 10px;
}

.shopView__modal-link, .shopView__modal-link-string {
    text-decoration: none;
    color: #555;
    font-size: 1.2rem;
    cursor: pointer;
}

.shopView__modal-link:hover, .shopView__modal-link-string:hover {
    text-decoration: underline;
}

.shopView__good-remove {
    color: red;
    font-size: 2rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fastOrder__modal-success h3 {
    text-align: center;
    color: #333;
}

.fastOrder__modal .fa-chevron-up {
    cursor: pointer;
    border: none;
}

.fastOrder__modal .fa-chevron-down {
    cursor: pointer;
    border: none;
}

.fastOrder__modal .shopView__counter-left {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.fastOrder-total {
    color: #555;
    border: 2px dashed #d0d0d0;
    background: #f9f9f9;
    border-radius: 5px;
    font-size: 17px;
    margin: 0 0 20px;
    padding: 10px;
    text-align: center;
}

.fastOrder-total .fastOrder-total__price {
    display: inline-block;
}

.fastOrder-total .fastOrder-total__price-amount {
    font-size: 20px;
    font-weight: bold;
}

.shopView__modal-background {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.fastOrder__modal-background {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

/* --- forgotten password --- */

.forgotten__input {
    outline: none;
    padding: 5px 8px;
    box-sizing: border-box;
}

.forgotten__btn {
    padding: 6px 20px;
    background: #333;
    color: #fff;
    border: 1px solid #111;
}

#shop_view td {
    color: #333333;
}

#shop_view .title {
    font-size: 24px;
    font-weight: bold;
    height: 10px;
    color: #333333;
}

#shop_view .descr_tit {
    font-size: 20px;
    font-weight: bold;
    height: 10px;
    padding-top: 0;
    padding-bottom: 0;
    text-shadow: 0 1px 0 #FFF1A1;
}

#shop_view .descr {
    color: #666666;
    padding-top: 0;
    padding-bottom: 0;
}

#shop_view input.num_add {
    width: 50px;
    font-size: 12px;
    text-align: center;
}

#shop_view td.num_add_tx {
    font-size: 12px;
}

#shop_view .inf_bl {
    padding: 0px;
}

#shop_view .inf_bl .cols1 {
    font-size: 16px;
    color: #666666;
    padding-right: 20px;
}

#shop_view .inf_bl .cols_upak {
    font-size: 16px;
    color: #B0B0B0;
    padding-right: 20px;
}

#shop_view .inf_bl .cols_upak_r {
    font-size: 16px;
    color: #B0B0B0;
    text-align: right;
}

#shop_view .inf_bl .cols_upak:hover {
    font-size: 16px;
    color: #000000;
    padding-right: 20px;
}

#shop_view .inf_bl .cols_upak_r:hover {
    font-size: 16px;
    color: #000000;
    text-align: right;
}

#shop_view .inf_bl .cols_size {
    font-size: 14px;
    color: #333333;
    text-align: right;
}

#shop_view .inf_bl .price {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-align: right;
    background-color: #FFFFFF;
}

#shop_view .inf_bl .sklad {
    font-size: 14px;
    color: #333333;
    text-align: right;
    background-color: #FFFFFF;
}

#shop_view .inf_bl .minpart {
    font-size: 14px;
    color: #333333;
    text-align: right;
    background-color: #FFFFFF;
}

#shop_view .inf_bl .dtpost {
    font-size: 14px;
    color: #333333;
    text-align: right;
    background-color: #FFFFFF;
}

#shop_view .inf_bl .art_id {
    font-size: 18px;
    font-weight: bold;
    color: #606060;
    text-align: right;
}

#shop_view .bt_cart {
    cursor: pointer;
    cursor: hand;
}

#shop_view .bt_cart td {
    font-weight: bold;
    color: #333333;
}

/* больщая картинка на странице  */
#image_wrap {
    /* dimensions */
    margin: 0 0 0 0;
    padding: 0px 0;

    /* centered */
    text-align: center;

    /* some "skinning" */
    background-color: #FFFFFF;
    outline: 0px solid #ddd;
    -moz-ouline-radius: 0px;

    overflow: hidden;
}

#fp_cr_sm {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

#fp_cr_sm .sel {
    border: 2px #FFFFFF solid;
}

/*   завершенные объекты, горизонтальная прокрутка   */

/* кнопка влево */
#hr_prevPage {
    float: left;
    height: 70px;
    margin: 0 5px 0 10px;
    cursor: pointer;
    cursor: hand;
    border: 0px #ffffff solid;
}

#hr_prevPage img {
    margin-top: 35px;
}

/* кнопка вправо */
#hr_nextPage {
    float: left;
    height: 70px;
    margin: 0 5px;
    cursor: pointer;
    cursor: hand;
}

#hr_nextPage img {
    margin-top: 35px;
}

/* скроллинг */
.scrollable {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 130px;
    float: left;
    /* custom decorations */
    border: 0px solid #ccc;
}

.scrollable .items {
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
    clear: both;

}

/* single scrollable item */
.scrollable img {
    float: left;
    margin: 0px 5px 0px 5px;
    background-color: #fff;
    padding: 0px;
    border: 0px solid #ccc;
    cursor: pointer;
}

/* active item */

.scrollable .active {
    border: 2px solid #333333;
    z-index: 1;
    position: relative;
}

/* > <------- */

.order-table {
    width: 100%;
    display: table;
    box-sizing: border-box;
}

.order-table__item {
    display: table-row;
    height: 80px;
    box-sizing: border-box;
}

.order-table__item:nth-child(odd) {
    background: #f0f0f0;
}

.order-table__cell {
    display: table-cell;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: middle
}

.input-text-count-color {
    font-size: 1.3rem;
    outline: none;
    color: #555;
    border: 1px solid #d0d0d0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    padding: 8px 15px;
    transform: translateY(2px);
}

.input-text-count-color:hover {
    color: #000;
    border: 1px solid #999;
}

.input-text-count-color:focus {
    border: 1px solid rgba(53, 150, 229, 0.5);
}

.topPanel__nav-link, .auth__remember-link, .login__item-link, .login__item-user, .login__item-email, .header__title,
.top__menu-link, .header__cart-link, .cart__item, .header__cart-clear, .header__info-link span, .header__phone-link,
.header__phone-timedate span, .goods__namespace-link, .goods__article, .list_header_tovar h2,
.list_header_tovar_history h2, .goods__price,
.goods__price-button, .goods__sklad-text, .goods__min-parts, .goods__num-pages-link, .selected_page, .good__vip,
.goods__sort-block-title, .goods__sort-block-link, .sidebar__title, .sidebar__social-time, .popup__dialog-toptext,
.popup__dialog-title, .form__input label, .menu__left-inner-link, .rubrics__link, .sidebar__switch-link,
.filter__item-title, .filter__item-block-label, .filter__color-title, .filter__size-title, .filter__sizing-input,
.filter__item-reset, #message_similar, .colors__clear-all, .colors__checked-all, .input__valid,
.filter__item-submit-mobile, .filter__item-block-label-color, .admin-menu__item-link, .admin-menu__label,
.admin-menu__item-toggle, .admin-menu__close, .catalog-list__item-text, h1, p, h2.zag, ol, .wi-container li h4,
.shop_title, .reg__label, .err, .reg__checkbox-label, .calcul__price, .default-text, .list li, .full-version,
.full-version__btn, .preview__infoblock-text, .device__order-packets, .goods, .shopView__content-list-item, .cart__html,
#free_deliv_info, .shopCart__account-modal, .shopCart__account-modal-table > tr > td, .select2-container, .fastOrder__modal { /* без засечек */
    font-family: "Arial", "Helvetica", "Tahoma", serif;
    -moz-font-family: "Arial", "Helvetica", "Tahoma", serif;
}

.shopCart__account-modal {
    padding: 20px 0;
}

.shopCart__account-modal * {
    color: #000;
}

.shopCart__acc-name, .shopCart__acc-addr {
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    display: block;
    font-size: 10.0pt;
    font-weight: 700;
    vertical-align: bottom;
}

.shopCart__acc-title {
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    display: block;
    font-size: 10.0pt;
    font-weight: 700;
    vertical-align: bottom;
    text-align: center;
}

.topPanel__nav-link, .login__item-link, .top__menu-link, .top__menu-hover {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.calcul__price {
    color: #333;
    text-decoration: none;
}

.calcul__price:hover {
    text-decoration: underline;
}

.input-text {
    font-size: .875rem;
    outline: none;
    padding: .5rem .75rem;
    color: #555;
    border: 1px solid #d0d0d0;
    border-radius: .3125rem;
    margin-bottom: .3125rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.search__input-text {
    border-radius: 0;
}

.input-text:hover {
    color: #000;
    border: 1px solid #999;
}

.input-text:focus {
    border: 1px solid #211e1f;
}

.auth__input_login {
    width: 100%;
    box-sizing: border-box;
}

.auth__input_password {
    width: 100%;
    box-sizing: border-box;
}

#auth__input-btn, .input-btn {
    -webkit-appearance: none;
    font-size: .875rem;
    outline: none;
    color: #fff;
    cursor: pointer;
    padding: .5rem 1.0625rem;
    background: #505865 /*#333*/;
    border: 1px solid #414656 /*#211e1f*/;
    transition: all .3s linear;
}

.search__input-btn {
    display: block;
    font-size: 15px;
    border-radius: 0;
    padding: 8px 21px;
}

.search-btn {
    display: none;
}

#auth__input-btn:hover, .input-btn:hover {
    color: #999;
    background: #505865;
}

.full-version {
    display: inline-block;
    font-size: 3rem;
    width: 100%;
    padding: 10px 0;
    margin-top: 10%;
    text-align: center;
    background: #f0f0f0;
    border-top: 1px solid #d0d0d0;
}

.get-more__item-button {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 1.25rem;
    border: 0px solid transparent;
}

.get-more__item-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    left: 0;
    top: 0;
    border: 1px solid #000;
    animation: blink 1s infinite ease;
    box-sizing: border-box;
}

@keyframes blink {
    from {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    to {
        left: -10px;
        top: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        opacity: 0;
        border-color: #6db63e;
    }
}

.full-version span {
    margin-right: 20px;
}

.full-version__btn {
    color: #333;
    text-decoration: none;
    display: inline-block;
    font-size: 3rem;
    cursor: pointer;
    background: #d0d0d0;
    border: 1px solid #f9f9f9;
    padding: 10px 15px;
}

/* >>> Admin-меню */

#admin_menu {
    display: none;
    z-index: 99999999999999999999999;
    right: 0;
    top: 100%;
    width: 250px;
    position: absolute;
    border: 1px solid #f9f9f9;
    border-radius: 4px;
    background-color: white;
    text-align: left;
    overflow: hidden;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .4);
}

.admin-menu__item {
    display: block;
}

.admin-menu__item-link {
    display: block;
    color: #999;
    padding: 10px 15px;
    border-bottom: 1px solid #f9f9f9;
    text-decoration: none;
}

.admin-menu__item-link:hover {
    background: #f0f0f0;
    color: #666;
}

.admin-menu__label-block {
    padding: 10px 15px;
    box-sizing: border-box;
}

.admin-menu__item-toggle {
    color: #999;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 3px;
}

.admin-menu__item-toggle:hover {
    color: #666;
    background: #f0f0f0;
}

.admin-menu__item-toggle_active, .admin-menu__item-toggle_active:hover {
    cursor: default;
    color: #fff;
    background: #555;
}

.admin-menu__close {
    display: block;
    padding: 10px 15px;
    color: red;
    cursor: pointer;
    font-weight: bold;
}

.admin-menu__close:hover {
    text-decoration: underline;
}

/* < */

.clearfix::after {
    content: ""; /* Генерируем пустой элемент */
    clear: both; /* Отменяем обтекание*/
    display: block; /* Блочный элемент */
}

.hidden {
    display: none;
}

.free_deliv_info {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    width: 72%;
}

.general {
    float: left;
    width: 100%;
}

/* < */

/* ------- Шапка ------- */

.header {
    width: 100%;
    height: 12.5rem;
    margin-bottom: 1.25rem;
}

.header__title-text-madein {
    position: absolute;
    padding: .1875rem 0;
    background: red;
    width: 55%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #211e1f;
    border-radius: 1.25rem;
}

.header__title-text-madein span {
    font-size: .8rem;
    color: #888;
    vertical-align: middle;
}

.header__title-text-madein img {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    border: 1px solid #f0f0f0;
}

.header__title-text-madein div {
    color: #c0c0c0;
}

/* > Верхняя часть шапки(навигация+авторизация) < */

.topPanel {
    width: 100%;
    height: 2.5rem;
    background: #f0f0f0;
    box-shadow: 0px .0625rem .3125rem rgba(0, 0, 0, .2);
}

.topPanel__left {
    width: 55%;
    line-height: 2.5rem;
}

.topPanel__left-margin {
    float: right;
    padding-right: 10%;
}

.topPanel__right {
    position: relative;
    width: 41%;
    text-align: right;
}

.topPanel__nav-item {
    display: inline-block;
}

.topPanel__nav-link {
    font-size: .875rem;
    color: #211e1f;
    padding: .5rem;
}

.topPanel__nav-link:hover {
    color: #707070;
}

.login__item {
    position: relative;
    display: inline-block;
    line-height: 2.1875rem;
}

.login__item-link {
    color: #211e1f;
    text-decoration: none;
    padding: 0 .9375rem .3125rem .625rem;
    border-right: 1px solid rgba(51, 130, 196, .1);
}

.login__item-link:hover {
    color: #707070;
}

.login__item-link:last-child {
    border: none;
}

.login__item-link .fa {
    font-size: 1.25rem;
    vertical-align: middle;
}

.login__item-text {
    vertical-align: middle;
}

.login__item-email {
    text-decoration: none;
    font-weight: bold;
}

.login__item-email:hover {
    text-decoration: underline;
}

.login__item-user, .login__item-email, .login__item-text {
    font-size: .875rem;
    color: #22547f;
}

.form__auth-modal {
    z-index: 9999999999999999;
    display: none;
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translateX(-50%);
    background: #f1f1f1;
    \min-width: 15rem;
    padding: .625rem;
    border-radius: .375rem;
    margin-top: .625rem;
    box-shadow: 0px 0px .3125rem rgba(0, 0, 0, .4);
}

.form__auth-modal::before {
    content: "";
    display: block;
    position: absolute;
    top: -1.375rem;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid transparent;
    border-bottom-color: rgba(53, 150, 229, 0.5);
}

.form__auth-modal::after {
    content: "";
    display: block;
    position: absolute;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid transparent;
    border-bottom-color: #f1f1f1;
}

.input__button {
    text-align: left;
}

.auth__remember-link {
    color: #211e1f;
    margin-left: 1.25rem;
}

.auth__remember-link:hover {
    color: #666;
}

.input__valid {
    display: none;
    color: red;
    padding: .625rem;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: .625rem;
    line-height: 1.125rem;
}

/* > Основная часть шапки(лого+информация+корзина) < */

.header__bottom {
    width: 100%;
}

.header__logo, .header__middle, .header__cart {
    float: left;
}

.header__logo {
    position: relative;
    width: 18%;
    height: 10rem;
    margin-right: 2rem;
    margin-top: -.3125rem;
}

.header__logo-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.header__img-pic {
    /*max-width: 7.875rem;
    max-height: 11.1875rem;
	*/
}

.header__title {
    position: absolute;
    z-index: 2;
    color: #211e1f;
    font-size: .9375rem;
    float: left;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    background: #fff;
    margin-top: -0.0675rem;
    padding: .9375rem 2.5rem 1.5rem 2.5rem;
    border: 1px solid #211e1f;
    border-left: none;
    border-radius: 0 .375rem .375rem 0;
    box-sizing: border-box;
    opacity: 0.9;
}

.header__logo-img {
    float: left;
    height: 48%;
    /*margin-top: -1.3rem;*/
    margin-top: 2.7rem;
}

span.header__title-text {
    padding: 0px 54px 0px 30px;
    display: block;
    text-align: center;
    color: #828282;
}

.header__middle {
    width: 50%;
    padding-top: 1.25rem;
}

.header__info {
    width: 100%;
    margin-bottom: 1.25rem;
}

.header__phone {
    width: 40%;
}

.header__phone-link {
    color: #414656 /*211e1f*/;
    display: block;
    font-size: 1.5625rem;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: .375rem;
}

.header__phone-link:hover {
    color: #707070;
    text-decoration: underline;
}

.header__phone-timedate span {
    color: #666;
    font-size: 1.0625rem;
    display: block;
}

.header__info-right {
    width: 25%;
    float: left;
}

.header__info-item {
    padding-bottom: .75rem;
}

.header__info-link {
    color: #414656 /*211e1f*/;
    font-size: 1.125rem;
    text-decoration: none;
}

.header__info-link:hover {
    color: #707070;
}

.header__info-link:hover span {
    text-decoration: underline;
}

.header__info-link span, .header__info-link .fa {
    vertical-align: middle;
}

.header__infoButton {
    float: left;
    width: 35%;
}

.header__infoButton a:link, .header__infoButton a:visited {
    font-size: .875rem;
    position: relative;
    color: #f1f1f1;
    text-decoration: none;
    display: inline-block;
    padding: .625rem 1.25rem;
    margin: .3125rem;
    background: #e95c72 /*linear-gradient(#E53944, #E53944)*/;
    font-family: "Arial", "Helvetica", "Tahoma", serif;
    text-align: center;
    border-radius: .375rem;
}

.header__infoButton a:hover, .header__infoButton a:active {
}

.header__cart {
    width: 20%;
}

/* > Страница просмотра корзины < */

.shopCart__sklad-info {
    color: #155724;
    display: block;
}

.shopCart__goods-list {
    display: block;
    width: 100%;
}

.shopCart__goods-list-item {
    display: inline-block;
    width: 40%;
    text-align: center;
    margin-bottom: 20px;
}

.shopCart__goods-list-link {
    display: block;
    text-decoration: none;
    color: #414656 /*211e1f*/;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 3px 25px;
}

.shopCart__info-about-goods {
    padding: 20px;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 6px;
    margin-bottom: 20px;
}

.top__menu-collapse {
    display: none;
    color: #999;
    position: relative;
    z-index: 1000;
    text-align: center;
    font-size: 2.3rem;
    background: #f0f0f0;
    margin-bottom: .625rem;
    text-decoration: none;
    padding: 5px 10px;
}

.top__menu-collapse span {
    text-transform: uppercase;
    font-family: "Arial", "Helvetica", "Tahoma", serif;
    font-size: 23px;
    margin-left: 10px
}

.top-menu__cont {
    float: left;
    /*width: 100%;*/

}

.top__menu-item {
    display: inline-block;
}

.top__menu-link {
    display: block;
    position: relative;
    color: #414656 /*211e1f*/;
    font-size: 1.125rem;
    text-decoration: none;
    padding: .5rem 1.375rem .625rem 1.0625rem;
    margin-left: -.25rem;
    border-right: 1px solid rgba(0, 0, 0, .2);
}

.top__menu-hover {
    opacity: 0;
    position: absolute;
    bottom: -.1875rem;
    left: 50%;
    width: 0;
    height: .1875rem;
    background: #666;
}

.top__menu-link:hover {
    color: #333;
}

.top__menu-link:hover .top__menu-hover {
    opacity: 1;
    left: 0;
    width: 100%;
}

.top__menu-item:last-child .top__menu-link {
    border-right: none;
}

/* > Корзина < */

.header__cart-left {
    float: left;
    width: 25%;
}

.header__cart-right {
    z-index: 999;
    float: left;
    width: 75%;
    position: relative;
}

.header__cart-block {
    position: relative;
    text-align: center;
    float: right;
    margin-top: 1.25rem;
    margin-right: 25%;
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: .3125rem 1.25rem .625rem 1.25rem;
}

.header__cart-icon {
    position: relative;
}

.mobile-cart-count {
    color: green;
    position: absolute;
    display: none;
    font-size: 8px;
    top: -13px;
    left: 15px;
    font-family: Arial;
    font-weight: bold;
}

.header__cart-icon .fa {
    color: rgba(0, 0, 0, .1);
    font-size: 2.5rem;
    margin-right: 1.25rem;
}

.header__cart-link {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 13px;
    background: #414656 /*linear-gradient(#211e1f, #211e1f)*/;
    margin-bottom: .5rem;
    border-radius: .375rem;
}

.header__cart-link:hover {
    color: #d0d0d0;
}

.cart__item {
    font-size: 1rem;
    color: #888;
    padding: .3125rem 0;
}

.header__cart-clear {
    color: #444;
    text-decoration: none;
}

.header__cart-clear:hover {
    color: #222;
}

.mc-fixed {
    position: fixed;
    top: 10px;
    right: 7px;
    z-index: 9999;
}

/* > Портфоли < */

#portfolio_windy {
    cursor: pointer;
    position: fixed;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -5%);
}

#portfolio_windy .fa {
    color: #f9f9f9;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 999999;
    font-size: 2.5rem;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
}

#portfolio_windy .fa:hover {
    color: #f0f0f0;
}

#portfolio_windy .fa-chevron-right {
    right: 80px;
}

#portfolio_windy .fa-chevron-left {
    left: -80px;
}

.windy-demo li img {
    width: 100%;
}

/* > Рубрики < */

.rubrics__item {
    display: inline-block;
}

.rubrics__link {
    font-size: .875rem;
    position: relative;
    color: #333;
    text-decoration: none;
    display: block;
    padding: .625rem 1.25rem;
    margin: .3125rem;
    border-radius: .375rem;
}

.rubrics__link:before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    /*border: .0625rem solid #d9d9d9;*/
    border-radius: .375rem;
}

.rubrics__link:hover {
    color: #111;
}

.rubrics__link:hover:before {
    /*background: #d0d0d0;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;*/
    /*border: 1px solid #E63B43;*/
    /*margin: 0px;*/
    transition: all .2s linear;
}

.rubrics__link_active {
    cursor: default;
}

.rubrics__link_active:before {
    border: 1px solid #666;
    background: #d0d0d0;
}

.rubrics__link_active:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.rubrics__item.selected a {
    color: #f1f1f1;
}

.rubrics__item.selected .rubrics__link_active:before {
    background: inherit;
    height: 120%;
    top: -10%;
    bottom: -10%;
}

.rubrics__item.selected .rubrics__link:before {
    border: none;
}

.rubrics__item.green a, .rubrics__item.green .rubrics__link:hover:before {
    background: linear-gradient(#5C9834, #6db63e);
}

.rubrics__item.red a, .rubrics__item.red .rubrics__link:hover:before {
    background: #e95c72 /*linear-gradient(#E53944, #E53944)*/;
}

.rubrics__item.black a, .rubrics__item.black .rubrics__link:hover:before {
    background: #414656 /*linear-gradient(#211e1f, #333)*/;
}

/* >>> Фиксированная корзина */

.cart__fixed {
    position: fixed;
    top: 0;
    opacity: .7;
    right: 1.25rem;
    z-index: 9996;
    border-left: none;
    box-sizing: border-box;
    animation: CartFadeIn .6s linear;
    margin-right: 0px;
    /*transition: all .6s linear;*/
}

@keyframes CartFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: .7;
    }
}

.cart__fixed .fa-shopping-cart {
    color: #fff;
}

.cart__fixed .header__cart-left {
    display: none;
}

.cart__fixed > .header__cart-right {
    width: 11rem;
    min-width: 130px;
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #211e1f;
    border-radius: 6px;
}

.cart__fixed .header__cart-link {
    padding: 0px 0 5px 0;
}

.cart__fixed .header__cart-text {
    font-size: 15px;
}

.cart__fixed .cart__count, .cart__fixed .header__cart-clear, .cart__fixed .cart__price {
    font-size: 12px;
}

/* --------- Левый сайдбар с навигацией --------- */

.sidebar {
    width: 17.5%;
    position: relative;
    float: left;
}

.menu__left-inner-link {
    display: block;
    font-size: .9rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: .0625rem solid #d0d0d0;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
}

.menu__left-inner-link:hover {
    background: #f9f9f9;
}

.lev1 {
    display: block;
    position: relative;
    text-decoration: none;
    color: #555;
    width: calc(100% + .0625rem);
    font-weight: bold;
    background: #f0f0f0;
    box-sizing: border-box;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    border-right: .0625rem #211e1f solid;
}

.lev1:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - .125rem);
    right: .625rem;
    border: .3125rem solid transparent;
    border-top-color: #555;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
}

.lev1:hover {
    color: #111;
    background: #d9d9d9;
    width: 104%;
}

.lev1:hover:after {
    top: calc(50% - .3125rem);
    transform: rotate(-90deg);
}

a.lev2 {
    text-decoration: none;
    color: #666;
    z-index: 2;
}

a:hover.lev2 {
    color: #222;
}

.nms {
    color: #B9B9B9;
    font-style: italic;
}

.sel a {
    color: #555;
    border-bottom: none;
    background: none;
}

.sel a:hover {
    color: #555;
    background: #d0d0d0;
    cursor: default;
}

.sel {
    width: calc(100% + 10px);
    background: #d0d0d0;
    position: relative;
    border-bottom: 2px solid #666;
}

.sel .lev1 {
    cursor: default;
    border: none;
}

.sel .lev1 {
    width: 100%;
    background: transparent;
}

.sel .lev1:after {
    display: none;
}

.botright__treangle {
    position: absolute;
    top: 100%;
    right: 00px;
}

.sidebar__title {
    color: #555;
    font-size: 1.15rem;
    margin-bottom: 0;
    padding: .8rem .9375rem;
    border-top: .0625rem #AAAAAA solid;
}

.sidebar__socials {
    margin-left: 1.8rem;
    margin-top: 1.2rem;
}

.sidevar__socials-item {
    margin-bottom: 1rem;
}

.sidebar__phone-link {
    font-size: 1.125rem;
    margin-bottom: 0;
}

.sidebar__social-time {
    font-size: 0.9375rem;
    color: #444;
}

/* > Переключатель для сайдбара на фильтры < */

.sidebar__switch-list {
    border-top: 1px solid #d0d0d0;
}

.sidebar__switch-item {
    display: inline-block;
}

.sidebar__switch-item:last-child .sidebar__switch-link {
    margin-left: -10px
}

.sidebar__switch-link {
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    position: relative;
    display: block;
    margin-left: .625rem;
    border-bottom: 35px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 85px;
}

.sidebar__switch-link .fa {
    margin-top: 10px;
}

.sidebar__switch-item_active .sidebar__switch-link {
    z-index: 1;
    color: #fff;
    border-bottom-color: #211e1f;
}

.sidebar__switch-item_active .sidebar__switch-link:after {
    border-bottom-color: #211e1f;
}

.sidebar__switch-item_active .sidebar__switch-link:before {
    border-bottom-color: #211e1f;
}

.sidebar__switch-item_active .sidebar__switch-link:hover {
    color: #fff;
    border-bottom-color: #211e1f;
    cursor: default;
}

.sidebar__switch-item_active .sidebar__switch-link:hover:after {
    border-bottom-color: #211e1f;
}

.sidebar__switch-item_active .sidebar__switch-link:hover:before {
    border-bottom-color: #211e1f;
}

.sidebar__switch-link:hover {
    z-index: 4;
    color: #111;
    border-bottom-color: #d0d0d0;
}

.sidebar__switch-link:hover:after {
    border-bottom-color: #d0d0d0;
}

.sidebar__switch-link:hover:before {
    border-bottom-color: #d0d0d0;
}

.sidebar__switch-item-content {
    display: none;
}

.sidebar__switch-item-content_active {
    display: block;
}

/* > Фильтры или сортиторвка < */

#watching_button {
    display: none;
    position: absolute;
}

.filters {
    display: block;
    position: relative;
}

.filter__item {
    position: relative;
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
}

.filter__item.price {
    border-bottom: none
}

.filter__block-slide {
    margin-top: .9375rem;
    margin-bottom: 1.25rem;
}

.filter__item-block-label {
    display: block;
    color: #666;
    font-size: .9375rem;
    width: 90%;
}

.filter__item-block-label-color {
    display: inline-block;
    color: #666;
    font-size: .9375rem;
    vertical-align: middle;
}

.filter__item-colors {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 50rem;
    z-index: 1000;
    background: #f9f9f9;
    border: .0625rem solid #d0d0d0;
    padding: .625rem 1.25rem;
    box-shadow: .0625rem .0625rem .1875rem rgba(0, 0, 0, .4);
}

.filter__color-title, .filter__size-title {
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding: .625rem 1.25rem;
    font-weight: normal;
    color: #414655;
}

.filter__item-submit-color {
    padding: 5px 20px;
    background: linear-gradient(#5C9834, #6db63e);
    border: 1px solid #6db63e;
    color: #f1f1f1;
}

#message_similar {
    display: none;
    color: #7b0000;
    text-align: center;
    margin-top: .625rem;
    padding: .9375rem 1.25rem;
    line-height: 1.5625rem;
    border: .0625rem solid #7b0000;
    border-radius: .375rem;
    background: #fde6e6;
    margin-bottom: 1.25rem;
}

#message_similar a {
    color: #333;
    font-size: 1.1rem;
}

.colors__options {
    text-align: center;
    padding: .3125rem 0;
    box-sizing: border-box;
}

.colors__checked-all {
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    outline: none;
    color: #f1f1f1;
    cursor: pointer;
    margin-right: .625rem;
    padding: .5625rem 1rem;
    background: linear-gradient(#211e1f, #211e1f);
    border: .0625rem solid #211e1f;
    margin-left: .9375rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.colors__checked-all:hover {
    background: linear-gradient(#0A9BE0, #211e1f);
    border: .0625rem solid #0000d1;
}

.colors__clear-all {
    text-decoration: none;
    color: #222;
}

.colors__clear-all:hover {
    text-decoration: underline;
}

.colors__list-item {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
    margin: .3125rem 0;
}

.colors__block {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}

.filter__item-title {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: .625rem;
    font-weight: normal;
    padding: .625rem 0 0 1.875rem;
    margin-left: .625rem;
    color: #414655;
}

.filter__item-title i {
    display: block;
    position: absolute;
    top: 50%;
    left: .625rem;
    transform: translateY(-50%);
}

.filter__item-block {
    margin-bottom: .625rem;
    margin-left: 1.875rem;
}

.filter__item-block-label, .filter__item-block-box-custom {
    cursor: pointer;
}

.filter__item-block-box, .filter__item-block-color {
    display: none;
}

.filter__item-block-box-custom {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 0.875rem;
    height: 0.875rem;
    border: .0625rem solid #666;
    background: #fff;
    border-radius: 0.1875rem;
    margin-right: 0.1875rem;
}

.filter__item-block-box-custom-color {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 0.875rem;
    height: 0.875rem;
    border: .0625rem solid #666;
    background: #fff;
    border-radius: 0.1875rem;
    margin-right: 0.1875rem;
}

.filter__item-block-label {
    display: inline-block;
}

.filter__item-block-box:checked + .filter__item-block-box-custom::before,
.filter__item-block-color:checked + .filter__item-block-box-custom-color::before {
    content: "\f00c";
    color: #666;
    font-size: 1.25rem;
    position: absolute;
    display: block;
    top: -.3125rem;
    right: -.375rem;
    font-family: "FontAwesome";
}

.colors__list-item.disabled {
    opacity: 0.3;
}

.filter__item-block.disabled {
    opacity: 0.5;
}

.filter__item-block.disabled span:hover, .colors__list-item.disabled span:hover {
    cursor: default;
}

.filter__item-submit {
    z-index: 999;
    font-size: 1.125rem;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    font-size: 1rem;
    text-align: center;
    outline: none;
    color: #f1f1f1;
    cursor: pointer;
    padding: .625rem 1.25rem;
    background: #e95c72;
    border: .0625rem solid #e95c72;
    /*background: #67738a;
    border: .0625rem solid #67738a;*/
    border-radius: 0.375rem;
    box-shadow: .0625rem .0625rem .1875rem rgba(0, 0, 0, .4);
}

.filter__item-submit:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border: .3125rem solid transparent;
    border-right-color: #e95c72;
    /*border-right-color: #67738a;*/
}

#collection_button_text {
    font-size: 20px;
}

.filter__item-submit:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: calc(100% + .0625rem);
    transform: translateY(-50%);
    border: .375rem solid transparent;
    border-right-color: #e95c72;
    /*border-right-color: #67738a;*/
}

/*.filter__item-reset:hover {
    color: #333;
    border-color: #211e1f;
}*/

.filter__block-slide i {
    color: #666;
}

.filter__sizing-input {
    font-size: 1.125rem;
    display: inline;
    width: 2.5rem;
    padding: .5rem .625rem;
    text-align: center;
}

#admin-main .filter__sizing-input {
    font-size: 1.125rem;
    display: inline;
    width: 4.5rem;
    padding: .5rem .625rem;
    text-align: center;
}

.filter__sizing-input:focus::placeholder {
    color: transparent;
}

.filter__sizing-input:focus::-moz-placeholder {
    color: transparent;
}

.filter__sizing-input:focus:-moz-placeholder {
    color: transparent;
}

.filter__sizing-input:focus:-ms-input-placeholder {
    color: transparent;
}

.filter__input-price {
    font-size: 1.125rem;
    width: 5rem;
    margin-left: 1.5625rem;
}

/* --------- Контент сайта --------- */

.content {
    position: relative;
    padding: 0 2.5rem;
    float: left;
    width: 75%;
    box-sizing: border-box;
    /*margin-top: 35px;*/
    padding-bottom: 40px;
}

.content:before {
    z-index: -1;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #d0d0d0;
}

/* > Поиск по сайту < */

.search {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: .625rem;
}

.search__input-text {
    outline: none;
    float: left;
    width: 90%;
}

.search__form-sizing {
    position: relative;
}

.search__form-button-block-large {
    position: relative;
    float: left;
    width: calc(10% - .625rem);
    margin-left: .625rem;
}

.search__input-text-small {
    width: 13%;
}

.search__form-button-block-large .fa.fa-times {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 118%;
    top: 50%;
    transform: translateY(-50%);
    color: red;
    font-size: 16px
}

.search__input-btn {
    position: relative;
    width: 100%;
    border-radius: .375rem;
}

.search__form-button-block-small {
    display: inline-block;
    width: calc(25% - .625rem);
    margin-left: .9375rem;
}

.search__from-input-item {
    box-sizing: border-box;
}

/* > Сортировка (рубрики и выбор цвета) < */

.sort {
    margin-bottom: 1.25rem;
}

.colors {
    float: left;
    width: 20%;
}

.color_piker {
    padding: .625rem;
    cursor: pointer;
    border: .0625rem solid #999;
    border-radius: 0.375rem;
}

.rubrics {
    box-sizing: border-box;
}

.all-goods-list {
    float: left;
    width: 20%;
}

.description__text {
    margin-top: 20px;
}

.description__img {
    display: inline-block;
    float: left;
    width: 55%;
}

.description__catalog {
    display: inline-block;
    float: right;
    width: 30%;
    text-align: center;
}

.rounded-list span {
    position: relative;
    display: block;
    padding: .4rem .4rem .4rem 2rem;
    margin: .5em 0;
    margin-left: 40px;
    background: #777;
    color: #fff;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}

.rounded-list span:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    transform: translateY(-50%);
    background: #505865;
    height: 2rem;
    width: 2rem;
    line-height: 2.1rem;
    vertical-align: middle;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

ol {
    counter-reset: li; /* Устанавливаем счетчик */
    list-style: none; /* Убираем стандартную нумерацию */
    *list-style: decimal; /* Оставляем стандартную нумерацию для IE 6-7 */
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

ol ol {
    margin: 0 0 0 2em; /* Для внутренних списков добавляем отступ слева */
}

h2.zag {
    font-size: 24px;
    color: #6F6F6F;
    line-height: 30px;
}

.portfolio__margin-left {
    left: 120px;
}

.a_demo_four {
    cursor: pointer;
    display: inline-block;
    background-color: #ea5b71;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    padding-right: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    top: -40px;
}

.a_demo_four:active {
    top: 3px;
    transform: translateY(5px);
    top: -40px;
}

.a_demo_four::before {
    background-color: #ea5b71;
    background-image: url(/img/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.a_demo_four:active::before {
    top: 50%;
    margin-top: -3px;
}

.list li {
    list-style-type: none;
    background: url('../img/marker2.png') 0 8px no-repeat;
    display: list-item;
    text-align: -webkit-match-parent;
    border-bottom: 1px solid #F0F1F1;
    padding: 0 0 9px 12px;
    margin-bottom: 10px;
    display: block;
}

.list li:last-child {
    border: none;
}

.catalog-list__item {
    margin-bottom: 20px;
}

.catalog-list__item-img {
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    transition: all .3s linear;
}

.catalog-list__item-link {
    text-align: center;
    display: block;
    text-decoration: none;
}

.catalog-list__item-link:hover .catalog-list__item-img {
    transform: translate(-50%, -3px);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.catalog-list__item-text {
    position: relative;
    display: block;
    color: #211e1f;
    padding: 10px 0 5px 0;
    transition: color .3s linear;
}

.catalog-list__item-text:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    background: #333;
    transition: all .3s linear;
}

.catalog-list__item-link:hover .catalog-list__item-text {
    color: #333;
}

.catalog-list__item-link:hover .catalog-list__item-text:after {
    width: 100%;
    left: 0;
}

.dostavka__img {
    text-align: center;
    float: left;
    width: 350px;
}

.dostavka__block {
    float: left;
    height: 80px;
    width: 100%;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.dostavka__text {
    float: left;
    margin-top: 35px
}

/* > Путь каталога < */

.goods__namespace-home {
    font-size: 1.25rem;
    color: #211e1f;
    text-decoration: none;
}

.goods__namespace-home:hover {
    color: #ff303a;
}

.fa-long-arrow-right {
    color: #d0d0d0;
    margin: 0 .3125rem;
}

.goods__namespace-link {
    font-size: 1rem;
    color: #211e1f;
    text-decoration: none;
}

.goods__namespace-link:hover {
    color: #ff303a;
}

/* > Нумерация страниц < */

/* > Список товаров < */

.goods__full-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: .375rem;
}

.goods__full-img img {
    display: inline-block;
}

.goods__full-img img:not(.lazy-loaded) {
    background: #eee url("../img/loading.gif") no-repeat 50% 50%;
}

.good__vip {
    font-weight: bold;
}

.good__vip img {
    width: 20px;
}

.goods__list {

}

.goods__infoblock-content {
    display: inline-block;
    position: relative;
    width: 33%;
    /*min-height: 646px;*/
    box-sizing: border-box;
    vertical-align: top;
    background: #f9f9f9;
    margin-bottom: 15px;
    border: .0625rem solid #d0d0d0;
    border-radius: .375rem;
}

.print_logo_div {
    background: #e8eaee;
    text-align: center;
    padding: 6px 0;
    margin-bottom: 15px;
    margin-top: -4px;
}

.print_logo_div-link {
    text-decoration: none;
    color: #7d8391;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.goods__article {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    top: 0;
    right: 0;
    color: #fff;
    background: #333;
    padding: .25rem .5rem .1875rem .5rem;
    border-radius: .375rem;
    z-index: 999;
}

.goods__special-prop {
    position: absolute;
    width: 100%;
    top: .625rem;
    left: .625rem;
}

.goods__special-prop-icon {
    cursor: pointer;
    color: #f6ff00;
    font-size: 21px;
    text-shadow: 0px 0px 0.125rem rgb(0, 0, 0);
}

.list_header_tovar, .list_header_tovar_history {
    text-decoration: none;
    text-align: center;
    display: block;
}

.good__status-left {
    float: left;
    margin-right: 10px;
}

.list_header_tovar h2 {
    display: block;
    font-size: 18px;
    height: 30px;
    color: #414655;
    margin-bottom: 20px;
    text-align: left;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    padding: 0 10px;
    max-height: 41px;
    overflow-y: hidden;
    height: 41px;
}

.list_header_tovar_history h2 {
    display: block;
    font-size: 18px;
    color: #211e1f;
    margin-bottom: 20px;
    text-align: center;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    padding: 0 10px;
}

.price__before s {
    font-weight: normal;
    color: red;
    font-size: 1rem;
}

.price__before .fa-rub {
    font-size: 1rem;
    color: red;
}

.price_list {
    color: #414655;
    font-weight: 600;
}

.price_list span {
    font-size: 21px;
}

.price_list .fa-rub {
    font-size: 18px;
    color: #222;
}

.goods__counter-left {
    width: 100%;
    position: relative;
    border: 1px solid #999;
    background: #f0f0f0;
    margin-bottom: 10px;
}

.goods__order-add-cart {
    width: 100%;
}

.goods__count-input, .goods__count-input-two {
    width: 100%;
    font-size: 1.125rem;
    outline: none;
    padding: 7px .3125rem 7px .3125rem;
    text-align: center;
    box-sizing: border-box;
    border: none;
}

.goods__counter-right {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    right: .375rem;
}

.goods__counter-right i {
    color: #555;
    display: block;
    font-size: .675rem;
}

.goods__full-bottom-info {
    margin-top: 1.25rem;
}

.goods__price-added {
    display: block;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    color: #211e1f;
    padding: .5625rem 1rem;
    background: #ffffff;
    border: 1px solid #211e1f;
    margin-bottom: 10px;
    box-sizing: border-box;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.goods__price-added span a {
    font-family: Arial;
    color: #333;
    text-decoration: none;
}

.goods__price-added span a:hover {
    text-decoration: underline;
}

.goods__smallSkladInfo-modal {
    outline: 0;
    position: fixed;
    width: 450px;
    text-align: center;
    left: 50%;
    top: -999px;
    z-index: 9999999999;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.goods__price-button.fastOrderButton {
    background: #fff;
    border: none;
    color: #414655;
}

.goods__price-button.fastOrderButton:before {
    display: none
}

.goods__price-button {
    font-size: 1rem;
    display: block;
    width: 100%;
    text-align: center;
    outline: none;
    color: #f1f1f1;
    cursor: pointer;
    padding: 1rem 1rem;
    word-wrap: inherit;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #67738a;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    box-shadow: 0 2px 13px 0 rgba(46, 47, 51, .35);
    border-radius: .375rem;
}

.goods__price-button:hover {
    color: #fff;
    background: #ea5b71;
}

.goods__infoblock-content .goods__price-button:before, .shopView__content-list .buttonAddToCart:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 7px;
    background: url(/img/Cart.svg) no-repeat;
}

.shopView__content-list .buttonAddToCart {
    background: #ea5b71
}

.shopView__content-list .buttonAddToCart:hover {
    background: #67738a
}

.goods__price-question {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 99999;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    background: #f0f0f0;
    transform: translate(-50%, -80%);
    padding: 15px;
    border: 2px solid #d0d0d0;
    border-radius: 12px;
    overflow: hidden;
}

.goods__price-question-email {
    position: absolute;
    left: 0;
    top: 100%;
    width: calc(100% - 30px);
    height: 100%;
    padding: 15px;
    background: #fff;
}

.goods__price-question-point h3 {
    color: #333;
}

.goods__price-question-input {
    outline: none;
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    margin-bottom: 15px;
}

.goods__price-question-button {
    outline: none;
    display: block;
    cursor: pointer;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #195382;
    background: #211e1f;
    border-radius: 6px;
}

.goods__price-question-button-yes,
.goods__price-question-button-back {
    outline: none;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    padding: 10px 12px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #26871f;
    background: #44eb38;
    border-radius: 6px;
}

.goods__price-question-button-yes:hover,
.goods__price-question-button-back:hover {
    color: #fff;
    background: #26871f;
    border: 1px solid transparent;
}

.goods__price-question-button-no,
.goods__price-question-button-send {
    outline: none;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #195382;
    background: #211e1f;
    border-radius: 6px;
}

.goods__price-question-button-no:hover,
.goods__price-question-button-send:hover {
    border: 1px solid transparent;
    background: #195382;
}

.goods__bottom-grey-block {
    padding: 0 .9375rem 0 .9375rem;
}

.goods__sklad-img {
    width: 1.25rem;
    vertical-align: middle;
    margin-right: .625rem;
}

.goods__sklad-text {
    font-size: .9rem;
    vertical-align: middle;
    font-weight: bold;
    color: #414655
}

.small__goods {
    box-sizing: border-box;
    width: 9.875rem;
    text-align: center;
    border-bottom: 1px dashed #ff303a;
    margin: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.small__goods:hover {
    color: #ff303a;
    margin-right: -.25rem;
}

.small__goods-icon {
    color: #ff303a;
    font-size: 1rem;
    display: inline-block;
    margin-right: .1875rem;
}

.small__goods-info {
    display: inline-block;
}

.goods__min-parts {
    color: #414655;
    font-size: .85rem;
}

.goods__middle-block {
}

.goods__opt-program, .goods__order-options {
    /* float: left; */
    width: 100%;
}

.goods__opt-program {
    margin-bottom: 20px;
    min-height: 43px;
}

.good_price-left-status {
    float: left;
}

.good__price-right-status {
    float: right
}

.goods__retail {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85rem;
    color: #414655;
    font-weight: 600;
    clear: both;
}

.rt_left {
    float: left;
}

.rt_right {
    float: right;
    margin-right: 10px;
}

.callback_bg {
    display: none;
    z-index: 998;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

/* > Нумерация страниц < */

.goods__num-content {
    margin-bottom: 3.125rem;
}

.goods__num-cont {
    float: left;
    display: inline-block;
}

.goods__num-pages {
    margin-left: -.5rem;
}

.goods__num-pages-item {
    display: inline-block;
    margin-left: .625rem;
}

.goods__num-pages-link {
    position: relative;
    float: left;
    text-decoration: none;
    color: #211e1f;
    font-weight: bold;
    padding: .625rem .9375rem;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
}

.goods__num-pages-link:after {
    z-index: -999;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    width: 100%;
    height: 100%;
    border: .0625rem solid #211e1f;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.goods__num-pages-link:hover:after {
    width: 110%;
    height: 110%;
    background: #f9f9f9;
    box-shadow: 0 0 .625rem rgba(0, 0, 0, .4);
}

.goods__num-pages-link .fa-chevron-right {
    vertical-align: middle;
    margin-left: 0.3125rem;
}

.goods__num-pages-link .fa-chevron-left {
    vertical-align: middle;
    margin-right: 0.3125rem;
}

.selected_page {
    text-decoration: none;
    float: left;
    font-weight: bold;
    padding: .625rem .9375rem;
    border: .0625rem solid #211e1f;
    color: #fff;
    background: #211e1f;
}

.goods__sort-block {
    text-align: right;
    padding-right: 1.25rem;
}

.goods__sort-block-title {
    font-size: 1rem;
    vertical-align: middle;
}

.goods__sort-block-link {
    color: #211e1f;
    font-size: .85rem;
    padding: .125rem;
}

/* > Показ большего количества товаров на странице < */

.get-more__content {
    margin-bottom: .625rem;
}

.get-more__preload {
    text-align: center;
    margin-bottom: .625rem;
}

.fa-spinner {
    color: #d0d0d0;
    font-size: 2.5rem;
}

/* <<< */

/* > Попап окно < */

.forma {
    white-space: normal
}

.popup_dialog {
    width: 560px;
    display: none;
    padding: 1.875rem;
    background-color: white;
    border: .0625rem solid #333;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    border-radius: .625rem;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999;
    margin: 0;
    box-sizing: border-box;
    -moz-box-shadow: .125rem .125rem .125rem rgba(0, 0, 0, .4);
    -webkit-box-shadow: .125rem .125rem .125rem rgba(0, 0, 0, .4);
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, .4);
}

.popup__title {
    width: 100%;
}

.popup__dialog-title {
    color: #333;
    text-align: center;
}

.popup__dialog-toptext {
    color: #555;
    text-align: center;
    margin-bottom: 1.25rem;
}

.form__input {
    width: 100%;
    margin-bottom: 1.25rem;
}

.form__input label {
    font-size: 1.125rem;
    display: inline-block;
    width: 100%;
}

.popup__form-input {
    width: 100%;
    box-sizing: border-box;
}

.login {
    position: relative;
}

.login__item-link-admin-shop {
    display: block;
    position: absolute;
    width: 100px;
    padding: 5px 20px;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-family: Arial;
    color: #fff;
    font-size: 14px;
    background: #E53944;
    text-align: center;
    border-radius: 4px;
}

.popup__form-btn {
    float: right;
    font-size: 1.125rem;
    padding: .625rem 1.25rem;
}

.good__popup-close {
    font-size: 1.25rem;
    color: #333;
    background: #d0d0d0;
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
    border: 0.125rem solid #333;
    transform: translate(50%, -50%);
    padding: 0.3125rem .5625rem;
    border-radius: 50%;
}

/* <<< */

/* > Scroll TOP < */

.b-top {
    /*opacity: .8;*/
    cursor: pointer;
    position: fixed;
    bottom: 7rem;
    right: 1.25rem;
    background: #FFFFFF;
    border: 1px solid rgba(103, 115, 138, 0.3);
    box-shadow: 0px 40px 25px rgba(0, 0, 0, 0.07), 0px 8px 7px rgba(0, 0, 0, 0.0392593);
    border-radius: 8px;
    color: #414656;
    padding: 15px;
    font-weight: 700;
    font-family: 'Arial';
    z-index: 9999999999;
}

.wi-container li h4 {
    text-align: center;
    margin-top: 10px;
}

/* <<< */

.yamaps {
    float: left;
    width: 100%;
    border-top: .0625rem solid rgba(0, 0, 0, .2);
}

.filter__item-submit-mobile, .filter__item-reset {
    cursor: pointer;
    /*color: #fff;
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
    background: #6db63e;
    border: 1px solid green;*/
    background: #414656;
    border: solid transparent 1px;
    border-radius: .375rem;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    padding: 20px 43px;
    text-align: center;
    text-decoration: none;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    box-shadow: 0 2px 13px 0 rgba(46, 47, 51, .35);
}

.filter__item-reset {
    text-decoration: none;
    /*color: #666;
    display: block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    outline: none;
    cursor: pointer;
    padding: .625rem 0;
    border: .3125rem solid #f0f0f0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;*/
    color: #2e2f33;
    background: #fff;
    border: solid #d1d3da 1px;
    font-weight: 600;
    padding: 20px 0;
    box-shadow: none;
}

/* > Портолио  ---- */

.portfolio-block {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

/* > Регистрация ---- */
.registration {
    width: 60%;
    margin: 40px auto;
    background: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
}

.shop_title {
    text-align: center;
}

.reg__label {
    display: inline-block;
    width: 30%;
}

.reg__input {
    width: calc(100% - 30px);
}

.reg-button {
    font-size: 1rem;
    text-align: center;
    outline: none;
    color: #f1f1f1;
    cursor: pointer;
    padding: .5625rem 1rem;
    background: linear-gradient(#211e1f, #211e1f);
    border: .0625rem solid #211e1f;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.err {
    text-align: right;
    color: red;
}

.reg__label-block {
    cursor: pointer;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.reg__checkbox-label {
    display: inline-block;
    color: green;
    width: 95%;
}

.reg__label-deliv.reg__label-block {
    margin-bottom: 5px;
}

.reg__label-deliv .reg__checkbox-label {
    width: auto;
    font-size: 14px;
    border-bottom: 1px dashed;
}

.reg__label-deliv .reg__checkbox-label:hover {
    border-color: #fff;
}

.reg__checkbox {
    display: none;
}

.reg__checkbox-custom {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 0.875rem;
    height: 0.875rem;
    border: .0625rem solid green;
    background: #fff;
    border-radius: 0.1875rem;
    margin-right: 0.1875rem;
}

.reg__checkbox:checked + .reg__checkbox-custom::before {
    content: "\f00c";
    color: green;
    font-size: 1.25rem;
    position: absolute;
    display: block;
    top: -.3125rem;
    right: -.375rem;
    font-family: "FontAwesome";
}

.reg__checkbox:disabled + .reg__checkbox-custom::before {
    content: "\f00d";
    color: gray;
    font-size: 1.25rem;
    position: absolute;
    display: block;
    top: -3px;
    right: -.5px;
    font-family: "FontAwesome";
}

/* Пакеты на заказ */

.preview {
    float: left;
    width: 100%;
}

.preview__video {
    width: 55%;
    height: 337px;
    display: inline-block;
}

.preview__list {
    width: 45%;
    float: right;
    box-sizing: border-box;
}

.created__list {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: calc(50% - 40px);
}

.created__list-left {
    margin-right: 40px;
}

.we-created {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.preview__portfolio {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.preview__portfolio-img {
    float: left;
    margin: 1px 1px -3px 1px;
}

.portfolio__btn {
    transform: translateY(20px);
    cursor: pointer;
    left: 120px;
    text-align: center
}

.portfolio__btn:active {
    transform: translateY(23px);
}

.preview__infoblock-img {
    float: left;
    width: 160px;
    margin-right: 20px;
    margin-top: 30px;
}

.preview__infoblock-content {
    float: left;
    width: 80%;
}

.preview__infoblock-text {
    width: 47%;
    float: left;
    box-sizing: border-box;
    margin-top: 30px;
}

.preview__infoblock-map {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
}

.device__list-item {
    float: left;
    width: 45%;
}

.device__order-packets {
    float: right;
    width: 50%;
}

.devices > h2 > img {
    width: 100%
    /* text-align: center */
}

.device__movie {
    width: 600px;
    height: 337px
}

.divece__inner-title {
    padding: 10px 30px;
}

.device__images {
    display: inline-block;
    width: 49%;
}

.device__images img {
    width: 100%;
    height: auto;
}

.change-pass__item {
    margin-bottom: 5px;
}

.change-pass__item label {
    display: inline-block;
    width: 170px;
}

.change-pass__item input[type=password] {
    display: inline-block;
    padding: 5px 10px;
    outline: none;
    border: 1px solid #d0d0d0;
    transition: border .3s linear;
}

.change-pass__item input[type=password]:focus {
    border: 1px solid #333;
}

#change_btn {
    cursor: pointer;
    padding: 7px 25px;
    background: #444;
    color: #fff;
    border: 1px solid #333;
    margin-top: 10px;
    transition: background .3s linear;
}

#change_btn:hover {
    background: #333;
}

.filter__item.price .filter__item-title {
    display: inline-block;
}

#name_filter,
#name_filter2 {
    display: none;
    padding: 0 .625rem;
    margin: 10px 0;
}

#head_filter {
    color: #ffffff;
    text-align: center;
    background-color: #414656;
    font-family: "Arial", "Helvetica", "Tahoma", serif;
    line-height: 44px;
    font-size: 1.5em;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px .625rem;
}

.main-menu {
    display: none;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    bottom: -9px;
    left: 0;
    z-index: 999999999999;
}

.main-menu__list {
    display: flex;
    list-style: none;
}

.main-menu__list li {
    width: 100%;
}

.main-menu__list li a {
    font-size: 25px;
    padding: 6px 0;
    display: inline-block;
    color: #8e8f94;
}

.main-menu__list li.main-menu__admin-item {
    display: none;
}

.main-menu__list li.main-menu__admin-item a {
    background: #E53944;
    color: #fff;
    padding: 6px 10px;
}

li.main-menu__cart-item a {
    padding-top: 3px;
}

li.main-menu__cart-item .header__cart-left {
    width: auto;
    float: none;
}

li.main-menu__cart-item .header__cart-block {
    float: none;
}

.header__cart-icon .fa {
    font-size: 35px;

}

.main-menu__cart-item .mobile-cart-count {
    top: 12px;
    left: 14px;
    width: 8px;
    height: 8px;
}

.towar_ok {
    background: green;
    border-radius: 7px;
}

.towar_none {
    background: #EA5B71;
    border-radius: 7px;
}

.filter-color-link {
    display: none;
    text-align: center;
    margin: 15px 0;
}

.filter-color-link__hide_colors {
    display: none;
}

/* Collections */
.collections {
    display: flex;
    flex-wrap: wrap
}

.collections .collection {
    position: relative;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2.5%;
}

.collections .collection:nth-child(2n+2) {
    margin-right: 0;
}

.collection__description {
    position: absolute;
    top: 5%;
    right: 5%;
    line-height: 1;
    padding: 15px 25px 15px;
    background: #ffffff80;
}

.collection__title {
    text-transform: uppercase;
    margin-bottom: 5%;
}

.collection__link {
    position: relative;
}

.collection__link i {
    position: absolute;
    right: -12px;
    top: 0;
}

.collection__link:hover i {
    transition: 0.2s;
    right: -15px;
}

.collection__thumb img {
    width: 100%;
}

.pl_filter {
    display: flex;
    align-items: baseline;
    line-height: 22px;
    padding-top: 10px;
}

.filter-colors span, .filter-sizes span {
    margin-right: 5px;
}

.filter-colors {
    margin-right: 3%;
    display: flex;
    text-align: left;
}

.filter-size, .filter-size option {
    font-size: 1.125rem;
    padding: .5rem .625rem;
}

.filter-colors .filter-color {
    display: inline-block;
}

.filter-colors .filter-color a {
    text-decoration: none;
}

.filter-colors .filter-color a.selected span {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .4);
}

.filter-colors .filter-color a.selected span:before {
    content: "\f00c";
    color: #666;
    font-size: 1.25rem;
    position: absolute;
    display: block;
    top: -1px;
    right: 0px;
    font-family: "FontAwesome";
}

.filter-colors .filter-color span {
    display: inline-block;
    position: relative;
    border: .0625rem solid #959090;
    width: 20px;
    height: 20px;
    line-height: 1;
}

.sidebar__productline {
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    background-color: #211e1f;
    font-family: "Arial", "Helvetica", "Tahoma", serif;
    line-height: 44px;
    font-size: 1.5em;
    cursor: pointer;
    padding: 10px .625rem;
    margin: 10px .625rem;
    border-radius: 5px;
    border: none;
    /*animation: gradient 1.5s infinite 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.2) forwards;*/
    background: #ea5b71 /*linear-gradient(105deg,*/
    /* Base gradient stops */ /*#a09d9d, #7e7c7c, #504f4f, #3d3c3c, #242424, #151515, #151515, #0a0a0a, #060606, #000000,*/
    /* Repeat your base gradient stops */ /*#a09d9d, #7e7c7c, #504f4f, #3d3c3c, #242424, #151515, #151515, #0a0a0a, #060606, #000000,*/
    /* Repeat your first gradient stop */
    /*#a09d9d);
       background-size: 200% 200%;
       animation: gradient 5s linear infinite;*/
}

@keyframes gradient {
    0% {
        background-position: 100% 100%
    }
    100% {
        background-position: 0% 0%
    }
}

/*

@keyframes gradient {
    0% { background: linear-gradient(90deg, rgba(142, 147, 144, 0.46) 0%, rgba(65, 75, 78, 0.53) 100%) }
    10% { background: linear-gradient(90deg, #a2a2a2 0%, #a2a2a2 100%) }
    20% { background: linear-gradient(90deg, #a3a3a3 0%, #9c9c9c 100%) }
    30% { background: linear-gradient(90deg, #989898 0%, #868686 100%) }
    40% { background: linear-gradient(90deg, #868686 0%, #646262 100%) }
    50% { background: linear-gradient(90deg, #7e7e7e 0%, #6f6d6d 100%) }
    60% { background: linear-gradient(90deg, #575656 0%, #39384e 100%) }
    70% { background: linear-gradient(90deg, #504f4f 0%, #39384e 100%) }
    80% { background: linear-gradient(90deg, #343434 0%, #212121 100%) }
    90% { background: linear-gradient(90deg, #242424 0%, #151515 100%) }
    100% { background: linear-gradient(90deg, rgba(25, 23, 41, 0.79) 0%, #000 100%) }
}
*/

/*@keyframes gradient {
    0% { background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%) }
    10% { background: linear-gradient(90deg, #d53369 0%, #daae51 100%) }
    20% { background: linear-gradient(90deg, #FDBB2D 0%, #3A1C71 100%) }
    30% { background: linear-gradient(90deg, #FDBB2D 0%, #22C1C3 100%) }
    40% { background: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%) }
    50% { background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%) }
    60% { background: linear-gradient(90deg, #0700b8 0%, #00ff88 100%) }
    70% { background: linear-gradient(90deg, #3F2B96 0%, #A8C0FF 100%) }
    80% { background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%) }
    90% { background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%) }
    100% { background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%) }
}*/

/* Cookies info block */
.cookies-info {
    display: none;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10%);
    z-index: 999999999;
    width: 100%;
    max-width: 1200px;
    padding: 16px 45px 16px 55px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #333;
    font-size: 13px;
    line-height: 1.43;
    color: #fff;
    border: .0625rem solid #333
}

.cookies-info a {
    color: #fff;
}

.cookies-info .close {
    font-size: 16px;
    color: #fff;
    position: absolute;
    border: none;
    top: 5px;
    right: 0;
    width: 30px;
    height: 30px;
    background: none;
    outline: none;
}

.cookies-info .close:hover {
    transition: 0.2s;
    cursor: pointer;
}

.cookies-info .icon {
    position: absolute;
    top: 14px;
    left: 24px;
    color: #fff;
}

.icon-img {
    display: inline-block;
    max-width: 64px;
    max-height: 64px;
    pointer-events: none;
    outline: none;
    line-height: 0;
    flex-shrink: 0;
    overflow: hidden;
}

/* Menu */
nav {
    margin: 0;
    padding: 0;
    z-index: 99999;
    position: relative;
}

.menu-toggle {
    cursor: pointer;
}

.hamburger, .hamburger::before, .hamburger::after {
    content: '';
    display: block;
    height: 3px;
    width: 1em;
    border-radius: 3px;
    -webkit-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms;
    animation: top__menu-collapse_border-pulse 2s infinite;
}

@keyframes top__menu-collapse_border-pulse {
    0%, 100% {
        background: #999;
    }
    50% {
        background: #ea5b66;
    }
}

.hamburger::before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.hamburger::after {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.open .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open .hamburger::before {
    display: none;
}

.open .hamburger::after {
    -webkit-transform: translateY(0px) rotate(-90deg);
    transform: translateY(0px) rotate(-90deg);
}

.map {
    height: 30.875rem;
}

/* Нанесение в карточке товара */
.app-packages {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    padding-top: 10px;
    color: #414656;
    border-top: 1px solid #c0c0c0;
}

.app-packages__list {
    font-size: 15px;
    text-align: center;
}

.app-packages__item {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.app-packages__item > * {
    width: 100%;
    height: 100%;
}

.app-packages__title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.app-packages__count {
    font-weight: 700;
}

.app-packages__price {
    font-size: 18px;
    font-weight: 700;
}

.app-packages__button.goods__price-button {
    font-size: 14px;
    border: none;
}

.app-packages .goods__price-added {
    font-size: 14px;
}

.app-packages__color select {
    font-size: 15px;
    padding: 7px 8px;
    min-width: 100%
}

.app-packages__desc-title {
    font-size: 14px;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.app-packages__desc-title:hover {
    cursor: pointer;
}

.app-packages__desc-text {
    display: none;
    padding: 20px 0 10px 0;
    font-size: 14px;
}

.app-packages__desc-text ul li {
    list-style-type: disc;
    margin-left: 25px;

}

.app-packages__desc-arrow {
    width: 6px;
    height: 1px;
    background: #555;
    display: inline-block;
    margin-left: 5px;
    margin-right: 20px;
    transition: 0.3s;
}

.app-packages__desc-arrow.down {
    transform: rotate(90deg);
    margin-top: -5px;
}

.app-packages__desc-arrow.up {
    transform: rotate(-90deg);
    margin-top: 5px;
}

.app-packages__desc-arrow:before, .app-packages__desc-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right: 0;
}

.app-packages__desc-arrow:before, .app-packages__desc-arrow:after {
    top: -3px;
    right: -5px;
    border-left-color: #555;
    border-width: 3px 0 3px 5px;
}

.app-packages__show-print {
    color: #555;
    text-decoration: underline;
    font-style: normal;
}

.app-packages__show-print:hover {
    text-decoration: none;
}

button.app-packages__button:disabled,
button.app-packages__button[disabled] {
    opacity: 0.5;
}

button.app-packages__button:disabled:hover,
button.app-packages__button[disabled]:hover {
    cursor: inherit;
}

/***********Корзина***********/
.cart-wrapper.content {
    width: 100%;
}

.cart-wrapper.content:before {
    width: 0;
}

.catBlock-left {
    float: left;
    width: 45%;
}

.catBlock-right {
    float: right;
    width: 45%;
    padding: 15px 20px;
    border-radius: 12px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.cartOrder {
    background: none;
    border: none;
}

.cartBlock .goods__count-input {
    padding-right: 1.3125rem;
}

.cartBlock .cartBlock__goodItem-container {
    width: 80px;
}

.hidden {
    display: none;
}

.cartOrder .legal_type {
    margin: 20px 0;
}

.delivery-price.loading {
    background: #fff url("../img/loading.gif") no-repeat 50% 50%;
    display: inline-block;
    width: 22px;
    height: 16px;
    background-size: 64%;
    text-align: center;
    margin-top: -2px;
    /*margin-left: 3%;*/
}

.delivery-price {
    display: inline-block;
    font-weight: bold;
    padding-left: 5px;
}

.delivery-price__free {
    color: green;
}

.delivery-price__free i {
    -moz-transform: rotateY(180deg); /* Для Firefox */
    -ms-transform: rotateY(180deg); /* Для IE */
    -webkit-transform: rotateY(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotateY(180deg); /* Для Opera */
    transform: rotateY(180deg);
}

/*Мои правки*/
/*Список*/
.art_detail ul {
    padding: 0;
    list-style: none;
}

.art_detail ul li {
    padding: 6px;
}

.art_detail ul li:before {
    padding-right: 10px;
    font-weight: bold;
    color: #67738a;
    content: "\2714";
    transition-duration: 0.5s;
}

/*Список конец*/
/*Номерованные списки*/
ul.num {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 45px;
    padding: 15px 0 5px 0;
    font-family: "Arial", "Helvetica", "Tahoma", serif;
}

ul.num li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4;
}

ul.num li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -38px;
    width: 28px;
    height: 28px;
    background: #67738a;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    padding-right: 0px;
    box-shadow: 0 2px 13px 0 rgba(46, 47, 51, .35);
    border-radius: .375rem;
}

/*Номерованные списки конец*/
/*Мои правки конец*/
/* Оптимизация под широкие мониторы */
.gofra-img {
    height: 200px;
    width: 200px;
}

.gofra-img-class {
    height: 250px;
    width: auto;
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pl-15 {
    padding-left: 15px;
}

.g-type {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    /*  border-bottom: 1px solid #67738a;*/
}

.g-type-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.g-type-text {
    width: 700px;
    height: auto;
    padding-right: 40px;
}

.g-type-img-preview {
    width: 350px;
}

.gofra-type-img {
    width: 500px;
    height: 500px;
}

.p-20 {
    padding: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

ul.num > li {
    padding-bottom: 20px;
}

.rubrics_text_custom {
    color: white;
}

.rubrics_text_custom:hover {
    color: black;
}

.pay_popup_title_cont {
    width: 100%;
    display: flex;
    justify-content: center;
}

.custom_h2_1 {
    text-align: center;
    max-width: 80%;
}

#pay-by-card {
    opacity: 0.3;
}

#pay-by-card:hover {
    opacity: 1;
}

#search_form #search__form-sizing_new {
    display: none;
}

.rubric_mobile_search {
    display: none;
}

.header_mobile {
    display: none;
}

@media screen and (min-width: 2100px) {

    .header__bottom {
        max-width: 2100px;
        margin: 0 auto;
    }

    .general {
        max-width: 2100px;
        margin: 0 auto;
        float: none;
        display: flex;
    }

    .header__title {
        border-left: 1px solid #211e1f;
        border-radius: .375rem;
        margin-top: 1.5rem;
    }

    .header__logo-img {
        margin-top: 2.7rem;
    }

    .app-packages__list {
        width: 80%;
        margin: 0 auto;
    }

    .app-packages__count {
        width: 50%;
    }

    html {
        font-size: 18px;
    }

    .goods__infoblock-content {
        width: calc(33%);
    }

    .popup_dialog {
        width: 560px;
    }

    .shopView__good-card-images {
        float: left;
        width: 600px;
        margin-right: 60px;
    }

    .shopView__good-full-image {
        width: 600px;
    }

    .content {
        max-width: 1700px;
    }

    .sidebar {
        width: 15%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 2099px) {

    .app-packages__list {
        width: 80%;
        margin: 0 auto;
    }

    .app-packages__count {
        width: 50%;
    }

    .shopView__good-card-images {
        float: left;
        width: 500px;
        margin-right: 60px;
    }

    .shopView__good-full-image {
        width: 500px;
    }
}

@media screen and (min-width: 1486px) and (max-width: 1799px) {

    .app-packages__list {
        width: 80%;
        margin: 0 auto;
    }

    .app-packages__count {
        width: 50%;
    }

    .header__cart {
        width: 25%
    }

    .login__item-link-admin-shop {
        left: 0;
        right: auto;
    }
}

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

    .app-packages__list {
        width: 100%;
    }

    .app-packages__count {
        width: 64%;
        font-size: 14px;
    }

    .app-packages__color {
        width: 80%;
    }

    .app-packages__color select {
        font-size: 14px;
        padding: 5px 0px;
    }

    .app-packages__button.goods__price-button {
        padding: 5px 0;
    }

    .app-packages .goods__price-added {
        padding: 5px 0;
    }

    .app-packages__price {
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1485px) {

    html {
        font-size: 14px;
    }

    .shopView__goods-info-item {
        width: 45%;
    }

    .shopView__image-size {
        width: 56%;
    }

    .shopView__moreinfo-list {
        width: 100%;
        margin-bottom: 40px;
    }

    .shopView__moreinfo {
        margin-bottom: 80px;
    }

    .shopView__moreInfo-packet-img {
        width: 100%;
        text-align: center;
    }

    .header {
        position: relative;
        height: 13.75rem;
    }

    .header__logo {
        width: 23%;
    }

    .header__phone {
        width: 50%;
    }

    .header__info-right {
        width: 50%;
    }

    .header__infoButton {
        width: 50%;
    }

    .header__middle {
        width: 50%;
    }

    .top__menu {
        position: absolute;
        width: 80%;
        bottom: 0;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .sidebar {
        width: 25%;
    }

    .content {
        width: 67.5%;
        padding-right: 0;
    }

    .search__input-text {
        width: 88%;
    }

    .search__form-button-block-large {
        width: calc(12% - .625rem);
    }

    .goods__infoblock-content {
        width: 49%;
    }

    .topPanel__left {
        width: 68%;
    }

    .topPanel__right {
        width: 32%;
    }

    .topPanel__left-margin {
        padding-right: 0;
    }

    .container {
        width: 100%;
    }

    .b-top {
        bottom: 0;
        right: 2rem;
    }

    .b-top img {
        width: 3.125rem;
        height: 2.5rem;
    }

    .popup_dialog {
        width: 560px;
    }

    /* Пакеты на заказ */
    .preview {
        float: left;
        width: 100%;
        text-align: center;
    }

    .preview__video {
        width: 100%;
        height: 337px;
        display: block;
        margin-bottom: 20px;
    }

    .preview__list {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .portfolio__margin-left {
        left: 0px;
    }

    .we-created {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }

    .preview__infoblock-img {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
        text-align: center;
    }

    .preview__infoblock-text {
        width: 100%;
        float: left;
        box-sizing: border-box;
        margin-top: 30px;
        text-align: center;
    }

    .preview__infoblock-map {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        margin-top: 30px;
        text-align: center;
    }

    /* Остальные страницы ----------------> */
    .gift__gallery > li {
        width: 32%;
    }

    .gift__goods > li {
        width: 32%;
        margin-bottom: 15px;
    }
}

@media (max-width: 1485px) {
    .text_img_block.grey {
        justify-content: center;
        padding-right: 10px;
    }

    .divided_content {
        width: 100%;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1485px) {
    .container {
        width: 80%;
    }
}

@media (max-width: 1180px) {
    .delivery_rf h2 {
        font-size: 28px
    }
}

@media screen and (min-width: 807px) and (max-width: 1076px) {
    .cartBlock__articul {
        font-size: 11px;
    }

    .shopView__good-full-image {
        width: 100%;
        height: auto;
    }

    .cartBlock__goodItem-inset > h2 > a {
        font-size: 13px;
    }

    .goodCount_change {
        font-size: 11px;
    }

    .cartBlock__application {
        font-size: 12px;
    }

    .cartBlock__goodItem-container, .cartBlock__sumPrice {
        font-size: 12px;
    }

    .cartBlack__trash {
        font-size: 14px;
    }

    .goods__counter-right {
        right: 1px;
    }

    .goods__counter-right .fa {
        font-size: 11px;
    }

    .goods__count-input {
        font-size: 12px;
    }

    .cartBlock__goodItem-inset > img {
        width: 80px;
        height: 80px;
    }

    .cartBlock__freeShip {
        font-size: 12px;
        padding-bottom: 0;
    }

    .infoFromGoods__table * {
        font-size: 11px;
    }

    /* Остальные страницы ----------------> */
    .gift__gallery > li {
        width: 49%;
    }

    .gift__goods > li {
        width: 49%;
        margin-bottom: 15px;
    }

}

@media screen and (min-width: 920px) and (max-width: 1023px) {

    .search__form-button-block-large {
        width: 13%;
    }

    html {
        font-size: 12px;
    }

    #image_wrap {
        height: auto;
    }

    #image_wrap img {
        width: 80%;
    }

    .shopView__good-full-image {
        width: 100%;
        height: auto;
    }

    .shopView__good-card-images {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }

    .shopView__content {
        display: block;
        width: 100%;
    }

    .shopView__content-list:after {
        display: none;
    }

    .shopView__content-list:before {
        display: none;
    }

    .shopView__goods-info-item {
        width: 45%;
    }

    .shopView__image-size {
        width: 56%;
    }

    .shopView__moreinfo-list {
        width: 100%;
        margin-bottom: 40px;
    }

    .shopView__moreinfo {
        margin-bottom: 80px;
    }

    .shopView__moreInfo-packet-img {
        width: 100%;
        text-align: center;
    }

    .header {
        position: relative;
        height: 11.25rem;
    }

    .header__logo {
        width: 23%;
    }

    .header__phone {
        width: 50%;
    }

    .header__info-right {
        width: 50%;
    }

    .header__infoButton {
        width: 50%;
    }

    .header__middle {
        width: 45%;
    }

    .top__menu {
        position: relative;
        width: 100%;
        transform: none;
    }

    .sidebar {
        width: 25%;
    }

    .content {
        width: 67.5%;
        padding-right: 0;
    }

    .search__input-text {
        width: 85%;
    }

    .goods__infoblock-content {
        width: 99%;
    }

    .topPanel__left {
        width: 68%;
    }

    .topPanel__right {
        width: 32%;
    }

    .topPanel__left-margin {
        padding-right: 0;
    }

    .container {
        width: 100%;
    }

    .sidebar__switch-link:after, .sidebar__switch-link:before {
        height: 100%;
    }

    .b-top {
        bottom: 0;
        right: 2rem;
    }

    .b-top img {
        width: 3.125rem;
        height: 2.5rem;
    }

    .popup_dialog {
        width: 560px;
    }

    /* Пакеты на заказ */
    .preview {
        float: left;
        width: 100%;
        text-align: center;
    }

    .preview__video {
        width: 100%;
        height: 337px;
        display: block;
        margin-bottom: 20px;
    }

    .preview__list {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .portfolio__margin-left {
        left: 0px;
    }

    .we-created {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }

    .preview__infoblock-img {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
        text-align: center;
    }

    .preview__infoblock-content {
        float: left;
        width: 100%;
    }

    .preview__infoblock-text {
        width: 100%;
        float: left;
        box-sizing: border-box;
        margin-top: 30px;
        text-align: center;
    }

    .preview__infoblock-map {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        margin-top: 30px;
        text-align: center;
    }

}

@media (max-width: 980px) {
    .delivery_rf h2 {
        font-size: 22px
    }
}

@media screen and (max-width: 919px) {
    .img_block_image {
        width: 100%
    }

    .gofra-img {
        justify-content: center
    }

    .img_block_image {
        display: none
    }

    .cartOrder__info {
        margin: 0 0 3% 0;
    }

    .catBlock-left {
        width: 100%;
        float: none;
    }

    .catBlock-right {
        width: 95%;
        float: none;
        padding: 10px 5px;
    }

    #cart__fixed {
        display: none;
    }

    #mobile-cart {
        display: block;
    }

    .collection__title {
        margin-bottom: 3%;
    }

    #image_wrap {
        height: auto;
    }

    #image_wrap img {
        width: 80%;
    }

    .shopView__good-full-image {
        width: 100%;
        height: auto;
    }

    .shopView__good-card-images {
        display: block;
        width: 340px;
        /*
    height: auto;*/
        margin-bottom: 40px;
    }

    .shopView__content {
        float: left;
        display: block;
        width: calc(100% - 40px);
        box-sizing: border-box;
    }

    .shopView__image-buttons {
        float: left;
    }

    .shopView__content-list:after {
        display: none;
    }

    .shopView__content-list:before {
        display: none;
    }

    .shopView__goods-info-item {
        width: 45%;
    }

    .shopView__image-size {
        width: 56%;
    }

    .shopView__moreinfo-list {
        width: calc(100% - 40px);
        margin-bottom: 40px;
    }

    .shopView__image-block_title {
        padding: 0;
    }

    .shopView__moreinfo {
        margin-bottom: 80px;
    }

    .shopView__moreInfo-packet-img {
        width: 100%;
        text-align: center;
    }

    #calc_title {
        display: none;
    }

    .shopView__size-checked-block {
        display: none;
    }

    .shopView__image-block_pic img {
        width: 90%;
    }

    .shopView__moreinfo-list-item_left, .shopView__moreinfo-list-item_right {
        padding: 4px 3px;
    }

    .order-table__cell {
        padding: 5px;
        box-sizing: border-box;
    }

    .full-version {
        display: inline-block;
        font-size: 1rem;
        /*position: absolute;
    bottom: 0;
    left: 0;*/
        width: 100%;
        padding: 10px 0;
        text-align: center;
        background: #f0f0f0;
        border-top: 1px solid #d0d0d0;
    }

    .full-version span {
        margin-right: 10px;
    }

    .full-version__btn {
        color: #333;
        text-decoration: none;
        display: inline-block;
        font-size: 1rem;
        cursor: pointer;
        background: #d0d0d0;
        border: 1px solid #f9f9f9;
        padding: 5px 10px;
    }

    .sidebar__switch-link {
        width: auto;
    }

    .sidebar__switch-link .fa {
        margin-top: 15px
    }

    .popup__dialog-title {
        display: block;
        width: 100%;
    }

    .calc_tbl {
        display: none;
    }

    .clbemail {
        display: block;
        width: 100%;
    }

    .popup__form-input {
        display: block;
        width: 100%;
    }

    .device__list-item {
        width: 100%;
    }

    .device__order-packets {
        width: 100%;
    }

    .device__images {
        width: 100%;
    }

    .reg__checkbox-label {
        display: unset;
    }

    .device__movie {
        width: auto;
        height: auto
    }

    .contacts__images {
        height: auto;
        width: 100%
    }

    .description {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .description__img {
        width: 100%;
    }

    .description__catalog {
        display: block;
        float: none;
        width: 100%;
    }

    .header__logo {
        display: none;
    }

    html {
        font-size: 12px;
    }

    .header {
        text-align: center;
        position: relative;
        height: 18rem;
    }

    .header__middle {
        width: 100%;
    }

    .top__menu {
        position: absolute;
        width: 80%;
        bottom: 0;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .sidebar {
        width: 35%;
    }

    .content {
        width: 57.5%;
        padding-right: 0;
    }

    .search__input-text {
        width: 85%;
    }

    .goods__infoblock-content {
        width: calc(98% - 1.1875rem);
    }

    .goods__full-img {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .goods__middle-block {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .good__title {
        position: relative;
        bottom: 0;
        left: 0;
        transform: translateX(0);
        margin-top: 1.25rem;
    }

    .goods__price {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .goods__middle-block {
        height: auto;
        margin: 50px 0 2.5rem 0;
    }

    .goods__full-img {
        height: auto;
        max-height: 40rem;
    }

    .topPanel__left {
        width: 68%;
    }

    .topPanel__right {
        width: 32%;
    }

    .topPanel__left-margin {
        padding-right: 0;
    }

    .container {
        width: 100%;
    }

    .b-top {
        bottom: 0;
        right: 2rem;
    }

    .b-top img {
        width: 3.125rem;
        height: 2.5rem;
    }

    .popup_dialog {
        width: 100%;
    }

    /* Пакеты на заказ */
    .preview {
        float: left;
        width: 100%;
        text-align: center;
    }

    .preview__video {
        height: 100px;
    }

    .device__papper-packet-img {
        width: 100%;
    }

    .preview__list {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .portfolio__margin-left {
        left: 0px;
    }

    .we-created {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }

    .preview__portfolio {
        text-align: center;
    }

    .preview__portfolio-img {
        float: none;
    }

    .rounded-list span {
        margin-left: 10px;
    }

    .preview__infoblock-img {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
        text-align: center;
    }

    .preview__infoblock-content {
        float: left;
        width: 100%;
        height: 400px;
    }

    .preview__infoblock-text {
        width: 100%;
        float: left;
        box-sizing: border-box;
        margin-top: 30px;
        text-align: center;
    }

    .preview__infoblock-map {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        margin-top: 30px;
        text-align: center;
    }

    .created__list {
        display: block;
        width: 100%;
    }

    .goods__order-options {
        position: relative;
        margin-bottom: 1.25rem;
    }

    .search__from-input-item {
        border: 1px solid #888;
        float: left;
        width: 100%;
        position: relative;
    }

    .search__input-text {
        border: none;
        box-shadow: none;
        padding: 0;
        padding: 8px 0 4px 10px;
    }

    .search__input-text:focus {
        border: none;
    }

    .search__form-button-block-large {
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        float: none;
    }

    .cartOrder {
        width: 100%;
        margin: 0;
        padding: 15px 10px;
    }

    .cartOrder__checked-person-button {
        margin-bottom: 15px;
    }

    .infoFromGoods__table * {
        font-size: 11px;
    }

    /* Остальные страницы --------> */
    .gift__gallery > li {
        width: 32%;
    }

    .gift__goods > li {
        width: 32%;
        margin-bottom: 15px;
    }

    .header__infoButton {
        width: 100%;
    }
}

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

    .top__menu {
        position: absolute;
        width: 90%;
        bottom: 0;
        font-size: .645rem;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .shopView__good-full-image {
        width: 100%;
        height: auto;
    }

}

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

    .app-packages__count {
        width: 100%;
        font-size: 15px;
    }

    .app-packages__color {
        width: 100%;
    }

    .app-packages__color select {
        font-size: 15px;
        padding: 7px 8px;
        max-width: 107px;
    }

    .app-packages__button.goods__price-button {
        padding: 7px 12px;
    }

    .app-packages .goods__price-added {
        padding: 7px 12px;
    }

    .app-packages__price {
        font-size: 16px;
    }

    .dostavka__block:last-child img {
        width: 100%
    }

    .registration {
        margin: 20px 0;
        width: 100%
    }

    .reg__label {
        display: block;
        width: 100%
    }

    .reg__input {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .shopView__good-full-image {
        width: 100%;
        height: auto;
    }

    .filter__item-colors {
        display: none;
        position: static;
        top: 0;
        left: 0;
        width: auto;
        z-index: 1000;
        background: #fff;
        border: none;
        padding: .625rem 1.25rem;
        box-shadow: transparent;
    }

    .filter__item-block-label-color {
        display: contents;
    }

    /* Остальные страницы --------> */
    .gift__gallery > li {
        width: 100%;
    }

    .gift__goods > li {
        width: 100%;
        margin-bottom: 15px;
    }

    .cart__fixed {
        z-index: 9999;
    }

    .shopView__modal-application-calculate {
        width: 80%;
        overflow-y: scroll;
    }
}

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

    .slick-next {
        right: 5px;
    }

    .slick-prev {
        left: 5px;
        z-index: 1;
    }

    .top__menu {
        position: relative;
        width: 100%;
        text-align: center;
        left: 0;
        transform: none;
        margin-bottom: 2%;
    }

    .mobile-cart-count {
        display: block;
    }

    .header__phone-link {
        font-size: 16px;
    }

    .header__phone {
        width: auto;
        margin-right: 10px
    }

    .header__info-item {
        padding-bottom: 4px;
        transform: translateY(-50%);
    }

    .header__info {
        width: auto;
    }

    .header__cart {
        width: auto;
        float: right;
        margin-top: 10px;
    }

    .header__cart-icon .fa {
        font-size: 40px;
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        box-shadow: 0 0 5px 2px #fff;
        background: #fff9;
        color: black;

    }

    .header__cart-right {
        display: none;
    }

    .header__info-right {
        float: left;
        width: auto;
    }

    .header__cart-block {
        float: right;
        margin: 0;
        border: none;
        padding: 0;
    }

    .mobile-rubrics {
        font-family: Arial;
        float: left;
        text-align: left;
        display: block;
        width: 100%;
    }

    .desctop-rubrics {
        display: none;
    }

    .mobile-slider, #mobile-cart {
        display: block
    }

    .mobile-slider {
        margin-bottom: 20px;
    }

    .desctop-slider, .desctop-cart {
        display: none
    }

    .search {
        margin-bottom: 20px
    }

    .mobile-search {
        display: block;
    }

    .desctop-search {
        display: none;
    }

    .header__phone-timedate {
        display: none;
    }

    .header__phone {
        float: left;
        white-space: nowrap;
    }

    /*.search__input-btn {
    display: none
  }*/
    .search-btn {
        display: block;
        border: none;
        color: #555;
        background: transparent;
        font-size: 30px;
    }

    .goods__title {
        font-size: 21px;
        margin: 0;
        margin-bottom: 40px;
    }

    .mobile-rubrics > h3 {
        font-size: 13px;
        padding-left: 10px
    }

    .mobile-slider {
        position: relative;
        border: 1px solid #d0d0d0;
        max-height: 260px;
    }

    .mobile-slider > h3 {
        font-family: Arial;
        font-size: 13px;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 2;
    }

    .slick-list {
        border: 0px solid transparent;
    }

    .rubrics-block, .filters-block {
        display: none;
    }

}

@media screen and (min-width: 651px) and (max-width: 807px) {

    .slick-prev, .slick-next {
        top: 30%;
    }

    .container {
        width: 100%;
        box-sizing: border-box;
    }

    .topPanel {
        height: 5rem;
    }

    .topPanel__left {
        width: 100%;
    }

    .topPanel__nav {
        text-align: center;
    }

    .shopView__good-full-image {
        width: 100%;
        height: auto;
    }

    .topPanel__right {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }

    .form__auth-modal {
        left: 100%;
        width: 11.875rem;
        position: relative;
        z-index: 999999999999999;
    }

    .form__auth-modal:before {
        display: none;
    }

    .form__auth-modal:after {
        left: 25%;
    }

    .header__logo {
        float: left;
        width: 30%;
        margin-top: 1.25rem;
        margin-bottom: 2.5rem;
    }

    .topPanel__nav-link {
        padding: 0 .625rem;
    }

    .header__logo-img {
        margin-top: 0;
    }

    .header__title {
        width: 100%;
        left: 50%;
        transform: translate(-50%, -25%);
        border-left: .125rem solid #211e1f;
        border-radius: .375rem;
    }

    .header__info {
        margin-bottom: 0;
    }

    .header__middle {
        padding: 0 .625rem;
        box-sizing: border-box;
    }

    .top__menu-collapse {
        display: none;
    }

    .top__menu-link {
        font-size: 1.5rem;
    }

    .top__menu {
        display: block;
        bottom: 0;
        width: 100%;
    }

    .header__middle {
        margin-top: 4.375rem;
    }

    .header__cart-link {
        font-size: 2rem;
        margin-bottom: .7rem;
    }

    .cart__item {
        font-size: 1.3rem;
        padding: 1rem 0;
    }

    .header__cart-clear {
        font-size: 1.4rem;
    }

    .sidebar {
        width: 100%;
        margin-top: 2.5rem;
    }

    .sidebar__switch {
        text-align: center;
    }

    .sidebar__switch-link {
        font-size: 1.6rem;
        padding: .625rem;
    }

    .sidebar__switch-link:before {
        border: 2.75rem solid transparent;
        top: -5.4375rem;
        left: -2.75rem;
    }

    .sidebar__switch-link:after {
        border: 2.75rem solid transparent;
        top: -5.4375rem;
        right: -2.75rem;
    }

    .sel {
        width: 100%;
    }

    .menu__left-inner-link {
        font-size: 1.6rem;
    }

    .sidebar__switch-link:after {
        border-bottom-color: #f0f0f0;
    }

    .sidebar__switch-link:before {
        border-bottom-color: #f0f0f0;
    }

    .menu__left-inner-link {
        width: 100%;
        box-sizing: border-box;
    }

    .botright__treangle {
        display: none;
    }

    .filter__color-title {
        font-size: 2rem;
    }

    .filter__item-colors {
        width: 100%;
        box-sizing: border-box;
    }

    .colors__list-item {
        width: 49%;
    }

    .filter__item-title {
        font-size: 2rem;
    }

    .filter__item-block-label, .filter__item-block-label-color {
        font-size: 1.4em;
    }

    .filter__item-block-box-custom, .filter__item-block-box-custom-color {
        width: 1.5rem;
        height: 1.5rem;
    }

    .filter__item-block-box:checked + .filter__item-block-box-custom::before,
    .filter__item-block-color:checked + .filter__item-block-box-custom-color::before {
        font-size: 1.85rem;
    }

    .filter__item-submit {
        display: none;
    }

    .filter__block-slide {
        display: none;
    }

    .filter__sizing-input {
        font-size: 1.5rem;
        width: 6rem;
        padding: 1rem .625rem;
    }

    .filter__input-price {
        font-size: 1.5rem;
        width: 60%;
        margin-left: 2.5rem;
    }

    .filter__block-slide .fa-rub {
        font-size: 1.5rem;
    }

    .sidebar__title {
        font-size: 1.6em;
        padding: .9375rem 1.25rem;
    }

    .sidebar__phone-link {
        font-size: 1.5rem;
    }

    .sidebar__social-time {
        font-size: 1.3rem;
    }

    .sidevar__socials-item {
        font-size: 1.3rem;
    }

    .content {
        width: 100%;
        border: none;
        padding: 0 .625rem;
    }

    .goods__infoblock-content {
        display: inline-block;
        width: calc(48% - .625rem);
        margin: 0 .3125rem;
        margin-bottom: 1.5625rem;
    }

    .goods__order-options {
        position: relative;
        margin-bottom: 20px;
    }

    .content:before {
        display: none;
    }

    .popup_dialog {
        width: 100%;
        box-sizing: border-box;
    }

    .form__input label {
        width: 100%;
    }

    /* Пакеты на заказ */
    .preview {
        float: left;
        width: 100%;
        text-align: center;
    }

    .preview__video {
        width: 100%;
        height: 337px;
        display: block;
        margin-bottom: 20px;
    }

    .preview__list {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .portfolio__margin-left {
        left: 0px;
    }

    .we-created {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }

    .preview__portfolio {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .preview__infoblock-img {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
        text-align: center;
    }

    .preview__infoblock-content {
        float: left;
        width: 100%;
    }

    .preview__infoblock-text {
        width: 100%;
        float: left;
        box-sizing: border-box;
        margin-top: 30px;
        text-align: center;
    }

    .preview__infoblock-map {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        margin-top: 30px;
        text-align: center;
    }
}

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

    .slick-prev, .slick-next {
        top: 25%;
    }

    .content {
        width: 100%;
        border: none;
        padding: 0 .625rem;
    }

    .sidebar {
        width: 100%;
        margin-top: 2.5rem;
    }

    .history__title {
        display: none;
    }

    .goods__slider {
        display: none;
    }

    .container {
        width: 100%;
        box-sizing: border-box;
    }

    .topPanel {
        height: 5rem;
    }

    .topPanel__left {
        width: 100%;
    }

    .topPanel__nav {
        text-align: center;
    }

    .shopView__good-full-image {
        width: 100%;
        height: auto;
    }

    .topPanel__right {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }

    .dostavka__img {
        float: none;
        height: auto;
        width: 100%;
        text-align: center;
    }

    .dostavka__block {
        text-align: center;
        margin-bottom: 70px;
    }

    .dostavka__block * {
        float: none;
    }

    .dostavka__text {
        float: none;
        margin: auto;
    }

    .cartBlock__header {
        display: none;
    }

    .cartBlock__goodItem {
        display: block;
        width: 100%;
    }

    .cartBlock__goodItem-container {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        transform: none;
        width: 100%;
    }

    .cartBlock__sumPrice {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        transform: none;
        margin: 10px auto;
    }

    .cartBlock_inset {
        display: block;
        width: 100%;
    }

    .cartBlock__goodItem-inset {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
    }

    .nnsn-logo {
        left: 30%;
    }

    .cartBlock__good {
        width: 300px;
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }

    .cartBlock__goodItem-trash {
        box-sizing: border-box;
        padding: 10px auto;
        text-align: center;
    }

    .cartBlack__trash {
        top: auto;
        left: auto;
        position: relative;
        transform: none;
    }

    .cartBlock__footer {
        display: block;
        width: 100%;
    }

    .cartBlock__freeShip {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .cartBlock__summ {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 25px;
    }

    .shopCart__checked-user-button {
        margin-bottom: 15px;
    }

    .shopCart__user-variants {
        margin-top: -20px;
        margin-bottom: 40px;
    }

    .list_header_tovar h2 {
        height: auto;
    }

    .goods__middle-block {
        position: static;
    }

    .goods__middle-block {
        margin: 0 0 10px 0;
    }

    .goods__infoblock-content {
        height: auto;
    }

    .goods__bottom-grey-block {
        padding: 10px;
    }
}

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

    .slick-prev, .slick-next {
        top: 35%;
    }

    #rh-snippet {
        display: none;
    }

    .sidebar {
        width: 100%;
    }

    .popup__menu {
        top: 0px;
    }

    .cartOrder__form-input {
        font-size: 16px;
        padding: 15px 21px
    }

    .login__item-link-admin-shop {
        display: block;
        position: static;
        margin: 0 auto;
        margin-bottom: 10px;
        right: auto;
        transform: translateX(0);
    }

    .general {
        padding-bottom: 120px;
    }

    .rh-badge {
        display: none;
    }
}

.mobile_search_but {
    display: none;
}

@media screen and (max-width: 442px) {
    .sdek-pickup {
        max-width: 275px;
    }

    .goods h1 {
        position: relative;
        width: 100%;
    }

    .step-2 .step-hidden {
        width: auto;
    }

    .step button {
        width: 100%;
        padding: 7px 10px;
        font-size: 18px;
        float: none;
    }

    .step .cartOrder__form-radio {
        font-size: 14px;
        line-height: 18px;
    }

    .cartOrder__form-input {
        font-size: 15px;
        padding: 10px 15px;
    }

    .cartBlock .cartBlock__goodItem-container {
        width: 100%;
    }

    .step-heading span.label {
        font-size: 18px;
    }

    .cartOrder__checked-person-button {
        padding: 7px 5px;
        font-size: 15px;
    }

    .app-packages__list {
        font-size: 14px;
    }

    .app-packages__count {
        width: 55%;
        text-align: left;
    }

    .app-packages__color {
        width: 60%;
    }

    .app-packages__color select {
        padding: 3px 0;
        max-width: 63px;
    }

    .app-packages__price {
        font-size: 16px;
    }

    .app-packages__button.goods__price-button {
        padding: 6px 0px;
    }

    .app-packages .goods__price-added {
        padding: 6px 0px;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev, .slick-next {
        top: 50%;
        width: 50px;
        height: 100%;
    }

    .cookies-info {
        padding-left: 40px;
        padding-right: 40px;
        line-height: 1.2;
        font-size: 11px;
        z-index: 9999999999;
    }

    .cookies-info .close {
        border: none;
    }

    .cookies-info .close:hover {
        background: none;
        color: #fff;
    }

    .cookies-info .icon {
        left: 7px;
    }

    .collections .collection {
        width: 100%;
        margin-right: 0;
    }

    .pl_filter {
        padding: 0 15px;
        text-align: center;
    }

    .filter-colors .filter-color a.selected span {
        line-height: 1.5;
    }

    .filter-colors .filter-color a.selected span:before {
        right: 2px;
    }

    /*.filter__item-submit-mobile {
      display: none;
    }

    #watching_button {
      top: -5px !important;
      left: 0 !important;
      position: fixed;
      z-index: 9999;
      box-shadow: none;
      cursor: pointer;
      color: #fff;
      width: 100%;
      height: fit-content;
      padding: 10px 0;
      font-size: 15px;
      font-weight: bold;
      background: #6db63e;
      border: 1px solid green;
    }*/
    .filter-color-link {
        display: block;
    }

    div.mgo-mcw-widget_mobile-view {
        bottom: 45px;
        display: none;
    }

    .sidebar__switch, .filter__item-reset, .goods > h1.goods__title, .goods > .goods__sort {
        display: none;
    }

    .mobile-search {
        /*position: fixed;*/

        bottom: 14px;
        left: 0;
        z-index: 9999999999;
    }

    .full-version {
        margin-bottom: 12%;
    }

    .mobile-search {
        display: none;
    }

    #mobile-cart {
        display: none;
    }

    .main-menu {
        display: block;
    }

    header a.header__instagram-link {
        display: none;
    }

    .header__info-item {
        transform: translateY(0);
    }

    .header__phone-link {
        font-size: 18px;
    }

    .header__phone {
        margin-right: 0;
    }

    .sidebar__switch {
        display: none;
    }

    #filters {
        display: none;
    }

    #name_filter {
        display: none;
    }

    #name_filter2 {
        display: block;
    }

    .header {
        margin-bottom: 0;
        height: 10rem;
    }

    .goods__retail {
        font-size: 0.90rem;
    }

    .fp_cr_sm {
        min-height: 78px;
    }

    .cart__payment-block {
        width: 90%;
    }

    #shop_view .title {
        margin-bottom: 35px;
    }

    html, body {
        overflow-x: hidden;
    }

    .sidebar__switch-item-content {
        border-right: 0px;
    }

    .shopView__image-size {
        display: none;
    }

    .shopView__image-similar {
        display: none;
    }

    .topPanel {
        height: 0;
    }

    .topPanel__left {
        display: none;
    }

    .login__item-link-admin-shop {
        display: none;
    }

    .login .login__item > a, .login .login__item > span {
        display: none;
    }

    .topPanel__left {
        width: 100%;
    }

    .topPanel__nav {
        text-align: center;
    }

    .topPanel__right {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }

    .form__auth-modal {
        left: 100%;
        width: 11.875rem;
    }

    .form__auth-modal:before {
        display: none;
    }

    .form__auth-modal:after {
        left: 25%;
    }

    .header__logo {
        width: 100%;
        margin-top: 1.25rem;
        margin-bottom: 2.5rem;
    }

    .topPanel__nav-link {
        padding: 0;
    }

    .header__logo-img {
        margin-top: 0;
    }

    .header__info {
        position: fixed;
        padding: 25px 8px 0 8px;
        top: 0;
        right: 0;
        left: 0;
        background: #fff;
        z-index: 999999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    }

    .header__infoButton {
        margin-top: 70px;
    }

    .header__info-right {
        float: right;
        margin-top: -17px;

    }

    .header__title {
        width: 60%;
        left: 50%;
        transform: translate(-50%, -25%);
        border-left: .125rem solid #211e1f;
        border-radius: .375rem;
    }

    .header__middle {
        width: 100%;
        padding: 0 .625rem;
        box-sizing: border-box;
    }

    .top__menu-collapse {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .top__menu-title {
        margin-left: 0;
        font-size: 8px;
        color: #000;
        font-weight: 700;
    }

    .top__menu-title {
        font-size: 8px;
        color: #000;
        font-weight: 700;
        margin-top: 10px;
        text-transform: uppercase;
    }

    .top__menu-item {
        display: block;
        background: white;
        text-align: left;
    }

    .top__menu-link {
        font-size: 1.5rem;
        border: none;
    }

    .top__menu {
        display: none;
        position: absolute;
        left: 0px;
        top: 65px;
        width: 100%;
        z-index: 999999;
        background: white;
    }

    .header__cart-link {
        font-size: 2rem;
        margin-bottom: .7rem;
    }

    .cart__item {
        font-size: 1.3rem;
        padding: 5px 0;
    }

    .header__cart-clear {
        font-size: 1.4rem;
    }

    .sidebar {
        width: 100%;
        margin-top: 0;
    }

    .sidebar__buttons_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .sidebar__buttons_mobile-item {
        min-width: 50%;
    }

    .sidebar__buttons_mobile .input-btn,
    .sidebar__buttons_mobile .sidebar__filter {

    }

    .sidebar__switch {
        text-align: center;
    }

    .sidebar__switch-link {
        font-size: 1.6rem;
        padding: .625rem;
    }

    .sidebar__switch-link:before {
        border: 2.75rem solid transparent;
        top: -5.4375rem;
        left: -2.75rem;
    }

    .sidebar__switch-link:after {
        border: 2.75rem solid transparent;
        top: -5.4375rem;
        right: -2.75rem;
    }

    .sel {
        width: 100%;
    }

    .menu__left-inner-link {
        font-size: 1.6rem;
    }

    .sidebar__switch-link:after {
        border-bottom-color: #f0f0f0;
    }

    .sidebar__switch-link:before {
        border-bottom-color: #f0f0f0;
    }

    .menu__left-inner-link {
        width: 100%;
        box-sizing: border-box;
    }

    .botright__treangle {
        display: none;
    }

    .filter__color-title {
        font-size: 2rem;
    }

    .filter__item-colors {
        width: 100%;
        box-sizing: border-box;
    }

    .colors__list-item {
        width: 49%;
    }

    .filter__item-title {
        font-size: 2rem;
    }

    .filter__item-block-label, .filter__item-block-label-color {
        font-size: 1.4em;
    }

    .filter__item-block-box-custom, .filter__item-block-box-custom-color {
        width: 1.5rem;
        height: 1.5rem;
    }

    .filter__item-block-box:checked + .filter__item-block-box-custom::before,
    .filter__item-block-color:checked + .filter__item-block-box-custom-color::before {
        font-size: 1.85rem;
    }

    .filter__item-submit {
        display: none;
    }

    .filter__block-slide {
        display: none;
    }

    .filter__sizing-input {
        font-size: 1.5rem;
        width: 6rem;
        padding: 1rem .625rem;
    }

    .filter__input-price {
        font-size: 1.5rem;
        width: 60%;
        margin-left: 2.5rem;
    }

    .filter__item.price .filter__block-slide {
        width: 55%;
    }

    .filter__block-slide .fa-rub {
        font-size: 1.5rem;
    }

    .sidebar__title {
        font-size: 1.6em;
        padding: .9375rem 1.25rem;
    }

    .sidebar__phone-link {
        font-size: 1.5rem;
    }

    .sidebar__social-time {
        font-size: 1.3rem;
    }

    .sidevar__socials-item {
        font-size: 1.3rem;
    }

    .content {
        width: 100%;
        border: none;
        padding: 0 .625rem;
    }

    .goods__list {
        text-align: center;
    }

    .goods__infoblock-content {
        width: 45%;
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 1.5625rem;
    }

    .goods__infoblock-content:nth-child(odd) {
        margin-right: 10px;
    }

    .goods__infoblock-content:nth-child(even) {
        margin-left: 10px;
    }

    .goods__price {
        bottom: 20px;
    }

    .small__goods {
        position: static;
        width: auto;
    }

    .goods__count-input {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #num_nanesenie {
        font-size: 27px !important;
    }

    .goods__counter-right i {
        font-size: 20px;
    }

    .shopView__count-color-text, .shopView__count-drawing-input, .shopView__count-drawing-text {
        font-size: 19px;
    }

    .goods__counter-right {
        transform: translateY(-55%);
    }

    .print_logo_div-link {
        font-size: 11px;
    }

    .list_header_tovar h2 {
        font-size: 16px;
        min-height: 50px;
    }

    .goods__price-button, .goods__price-added {
        font-size: 12px;
    }

    .goods__sklad-text, .goods__min-parts {
        font-size: 12px;
    }

    .shopView__drawing-phone {
        display: block;
    }

    .shopView__modal-close {
        top: 5px;
        left: 10px;
        font-size: 2.2rem;
    }

    .content:before {
        display: none;
    }

    .search__form-input {
        position: relative;
    }

    .slick-dots {
        display: none;
    }

    .search__input-text {
        width: 100%;
        padding-top: 12.5px;
        padding-bottom: 12.5px;
        padding-right: calc(25% + .1875rem);
    }

    .search__from-input-item {
        border-radius: 0;
        border: 0px;

    }

    .rubrics__link {
        padding: .125rem .625rem;
        font-size: 1rem;
    }

    .popup_dialog {
        width: 100%;
        box-sizing: border-box;
    }

    .form__input label {
        width: 100%;
    }

    .sidebar__social-info {
        display: none;
    }

    .price_list {
        float: left;
        margin-right: .3125rem;
        position: static;
    }

    .price__before {
        height: 1.875rem;
        position: static;
    }

    /* Пакеты на заказ */
    .preview {
        float: left;
        width: 100%;
        text-align: center;
    }

    .device__movie {
        width: 100%;
        height: 200px;
    }

    .preview__video {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 20px;
    }

    .preview__list {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .portfolio__margin-left {
        left: 0px;
    }

    .we-created {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }

    .preview__portfolio {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .preview__infoblock-img {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
        text-align: center;
    }

    .preview__infoblock-content {
        float: left;
        width: 100%;
    }

    .preview__infoblock-text {
        width: 100%;
        float: left;
        box-sizing: border-box;
        margin-top: 30px;
        text-align: center;
    }

    .preview__infoblock-map {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        margin-top: 30px;
        text-align: center;
    }

    .portfolio__btn {
        left: 0px;
        top: 0px;
    }

    .description__text {
        padding: 0 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .shopCart__link-btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .shopView__modal-application-calculate {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        border-color: transparent;
        border-radius: 0;
    }

    .shopView__modal-application-calculate.fastOrder__modal {
        left: 70%;
    }

    .goods__smallSkladInfo-modal {
        width: 100%;
        border-radius: 0;
    }

    .goods__opt-program {
        margin-bottom: 0px;
    }

    .goods__price-button:before {
        display: none
    }

    .top-menu__cont {
        max-width: 50px;
    }

    .top__menu-collapse {
        background: transparent;
    }

    .hamburger, .hamburger::before, .hamburger::after {
        background: black;
    }

    .header__logo-img {
        width: 125px;
        margin-top: -6px;
    }

    .header_mobile {
        display: block;
    }

    .header_osn {
        display: none;
    }

    .mobile-search {
        /*
        width: 215px;
        top: -8px;
        border: 0px;
        position: relative;
        */
        width: 100%;
        top: 0px;
        border: 0px;
        position: fixed;
        height: 100%;
        background: white;
    }

    .search__input-text {
        height: 38px;
        background: #EEEEEE;
        padding: 5px 0px 5px 26px;
    }

    .search__input-text:hover {
        border: 0px;
    }

    #search_but.search__input-btn {
        display: none;
    }

    #search_but.mobile_search_but {
        display: block;
        background: #eeeeee;
        color: #000000;
        border: 0px;
        top: -3px;
        left: -194px;
        width: 10px;
        padding: 0px;
        opacity: 40%;
    }

    #search-btn.mobile_search_but::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        opacity: 40%;
        colod: black;
    }

    #search-btn.mobile_search_but:-ms-input-placeholder { /* Internet Explorer 10-11 */
        opacity: 40%;
        colod: black;
    }

    #search-btn.mobile_search_but::-ms-input-placeholder { /* Microsoft Edge */
        opacity: 40%;
        colod: black;
    }

    .main-menu__list li {
        padding: 0px 5px 0px 5px;
    }

    .main-menu__list li a {
        text-decoration: none;
    }

    .main-menu__list li a i {
        vertical-align: baseline;
        color: black;
        width: 1em;
        font-size: 20px;
    }

    .header__cart-icon .fa {
        font-size: 20px;
        vertical-align: bottom;
        width: auto;
        height: auto;
    }

    /*new mobile search*/
    .mobile-search .none_search_mobile {
        display: none;
    }

    #search_form #search__form-sizing {
        display: none;
    }

    #search_form #search__form-sizing_new {
        display: block;
    }

    #search__form-sizing_new .search__input-text {
        padding-left: 44px;
        background: white;
        font-size: 20px;
        width: calc(100% - 95px);
    }

    #search__form-sizing_new .search__form-button-block-large_new .mobile_search_but {
        position: absolute;
        left: 20px;
        top: 23px;
        transform: translateY(-50%);
        width: auto;
        float: none;
        background: white;
        opacity: 1;
    }

    #search__form-sizing_new .fa-search {
        font-size: 17px;
        color: black;
    }

    .search__form-button-block-large_new {
        position: relative;
        transform: translateY(-50%);
        width: auto;
        float: none;
    }

    .search__form-button-block-large_new .fa.fa-times {
        display: none;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 23px;
        transform: translateY(-50%);
        color: #000000;
        font-size: 26px;
    }

    .mobile-search .rubrics {
        display: none;
    }

    .mobile-search .rubric_mobile_search {
        display: block;
    }

    .mobile-search .rubric_mobile_search .rubrics__list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
        padding: 0px 15px;
    }

    .mobile-search .rubric_mobile_search .rubrics__link { /*padding:1.2rem 1.4rem;*/
    }

    .mobile-search .rubric_mobile_search .rubrics__link:before {
        background: white;
        border: 0px;
    }

    .result_search_ajax {
        overflow-y: auto;
        height: calc(100% - 60px);
        margin: 0px 20px;
        overflow-x: hidden;
    }

    .result_search_item {
        position: relative;
        display: block;
        text-decoration: none;
        color: #2f383d;
        height: 60px;
        margin-bottom: 8px;
    }

    .result_search_item a {
        text-decoration: none;
    }

    .result_search_item_img img {
        width: 60px;
        height: 60px;
        float: left;
        padding: 0px;
        position: static;
        text-align: center;
        border-radius: 8px;
    }

    .result_search_item_text {
        padding-left: 10px;
        margin-left: 0px;
        border-top: 1px solid transparent;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #414656;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        text-align: left;
    }

    .result_search_item_title {
        margin: 0px;
        max-height: 40px;
        height: 40px;
        overflow-y: hidden;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
    }

    .result_search_item_price {
        letter-spacing: -0.02em;
        color: #414656;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 110%;
    }

    .result_search_item_nal {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 130%;
        padding: 0px 4px 2px;
        border-radius: 4px;
        vertical-align: text-top;
        width: auto;
        display: inline-block;
        text-align: center;
        max-width: 80px;
    }

    .result_search_item_art {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 130%;
        padding: 0px 4px 2px;
        border-radius: 4px;
        vertical-align: text-top;
        display: inline-block;
        width: 80px;
        float: right;
    }

    .result_search_nal_green {
        margin-left: 15px;
        background: #24C824;
        color: white;
    }

    .result_search_nal_yellow {
        margin-left: 15px;
        background: #d4d21d;
        color: white;
    }

    .result_search_nal_red {
        margin-left: 15px;
        background: #d11f1f;
        color: white;
    }

    .result_search_item_rubric_title {
        display: inline;
        margin-bottom: auto;
        margin-top: auto;
        position: relative;
        left: 10px;
    }

    .result_search_item_img {
        display: inline-block;
        align-items: center;
        justify-content: center;
        /*background: #EEEEEE;
        padding: 7.5px;*/
        border-radius: 10px;
        margin-bottom: 5px;
        width: auto;
        height: 19px;
        float: left;
        text-align: center;
        position: relative;
    }

    .result_search_item_img_rubric {
        /*
            display: inline-block;
             align-items: center;
            justify-content: center;
            background: #EEEEEE;
            padding: 7.5px;
            border-radius: 10px;
         margin-bottom: 5px;
            width: auto;
            height: 19px;
            float: left;
            text-align: center;
            position: relative;*/
        width: 60px;
        max-width: 60px;
    }

    .result_search_item_img_rubric img {
        width: auto;
        /* height: 60px; */
        float: left;
        padding: 14px;
        position: static;
        text-align: center;
        border-radius: 8px;
    }

    .mobile-search .close_search {
        position: absolute;
        right: 40px;
        font-size: 20px;
        top: 20px;
        cursor: pointer;
    }

    .mobile-search .close_search:before, .mobile-search .close_search:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 4px;
        background: black;
    }

    .mobile-search .close_search:before {
        transform: rotate(45deg);
    }

    .mobile-search .close_search:after {
        transform: rotate(-45deg);
    }

    /*-----*/

}

.cartBlock {
    margin-bottom: 20px;
}

.cartBlock__footer_promo {
    max-width: 773px;
}

.cartBlock__footer_promo .set_promocode {
    display: inline-block;
    margin-top: 10px;
    margin-right: 35px;
    border-radius: .375rem;
    cursor: pointer;
    border: 1px solid #414656;
    background: #414656;
    color: #fff;
    font-size: 18px;
    transition: 10ms;
    padding: 1% 4%;
    text-decoration: none;
    float: right;
}

.cartBlock__footer_promo .promocode_form_block {
    margin-top: 10px;
}

.cartBlock__footer_promo .promocode_form_block form {
    display: flex;
    margin-right: 20px;
    justify-content: flex-end;
}

.cartBlock__footer_promo .promocode_form_block input[type=text] {
    flex-grow: 1;
    max-width: 250px;
    margin-right: 10px;
}

.cartBlock__footer_promo .promocode_form_block input[type=button] {
    flex-grow: 0;
    cursor: pointer;
    border: 1px solid #414656;
    background: #414656;
    color: #fff;
    font-size: 18px;
    transition: 10ms;
    border-radius: .375rem;
}

.cartBlock__footer_promo .promocode_form_block input[type=text][disabled] {
    opacity: 0.5;
}

.cartBlock__footer_promo .promocode_form_block input[type=button][disabled] {
    opacity: 0.5;
}

.cartBlock__footer_promo .promocode_existing_block {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    margin-right: 35px;
}

.cartBlock__footer_promo .promocode_existing_block div:nth-child(1) span {
    font-weight: bold;
}

.cartBlock__footer_promo .promocode_existing_block div:nth-child(2) {
    font-size: 14px;
}

.cartBlock__footer_promo .promocode_existing_block div:nth-child(2) span {
    font-weight: bold;
    margin-right: 10px;
}

.cartBlock__footer_promo .del_promocode {
    font-size: 13px;
    color: #211e1f;
}

.cartBlock__footer_promo ._code {
    margin-right: 10px;
}

.fastOrder-total {
    margin-bottom: 0;
}

.fastOrder-promocode_block a.set_promocode {
    display: block;
    text-align: right;
    color: black;
    font-size: 13px;

    cursor: pointer;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    transition: 10ms;
    padding: 1% 4%;
    text-decoration: none;
    float: right;
}

.fastOrder-promocode_block a.del_promocode {
    color: black;
    font-size: 13px;
}

.fastOrder-promocode_block .promocode_input {
    max-width: 200px;
}

.fastOrder-promocode_form_block {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.fastOrder-promocode_form_block .save_promocode {
    margin-left: 10px;
    cursor: pointer;
}

.fastOrder-promocode_existing_block {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.fastOrder-promocode_existing_block ._code {
    margin-right: 10px;
}

.fastOrder-promocode_existing_block ._percent {
    font-weight: bold;
}

#fp_cr_sm {
    overflow: visible;
}

/*Новое*/
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.main-content {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.left_sidebar {
    max-width: 333px
}

.blog_list {
    max-width: 1430px;
    padding-left: 8px;
    padding-right: 7px;
    display: flex;
    flex-wrap: wrap
}

.change_page_0 {
    display: flex;
    justify-content: space-between;
    margin: 30px;
    font-size: 17px
}

.change_page_0 a {
    color: #000;
    text-decoration: none
}

.change_page_0 .fa.fa-arrow-left {
    padding-right: 10px;
}

.change_page_0 .fa.fa-arrow-right {
    padding-left: 10px;
}

.art_list {
    max-width: 31%;
    padding-left: 8px;
    padding-right: 7px;
    padding-bottom: 30px;
}

.art_img_list {
    max-width: 100%
}

.artbutton {
    display: block;
    max-width: 100px;
    background: #67738a;
    padding: 7px 15px;
    font-size: 13px;
    transition: all .3s;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    box-shadow: 0 2px 13px 0 rgba(46, 47, 51, .35);
    border-radius: .375rem;
}

a.artbutton {
    text-decoration: none;
}

.art_date_list {
    font-size: 14px;
    font-style: italic
}

footer {
    color: #fff;
    font-family: "Arial", "Helvetica", "Tahoma", serif;
    line-height: 1.625;
    clear: both
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #E63B43
}

footer nav li {
    position: relative;
    padding-left: 20px
}

footer nav li:before {
    content: '\f105';
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    color: #686868;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: rgb(37, 42, 52);
}

.footer-2 {
    background-color: #0C1322;
}

.footer-1-1 svg:first-child {
    margin-bottom: 30px
}

.footer-1-1 svg {
    display: block;
}

.footer-heading {
    position: relative;
    display: block;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.footer_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
}

.footer_nav {
    padding: 30px;
    width: 20%;
}

.unit {
    display: flex;
    flex: 0 1 100%;
}

.unit-body {
    margin-left: 20px;
}

.icon--school-bus {
    color: #E63B43
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
}

.fa-map-marker:before {
    content: "\f041";
}

.icon:before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer_line {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #E63B43;
    margin-bottom: 20px;
}

.footer-heading-manufacture {
    margin-top: 20px;
}

.footer-2 p {
    padding: 30px 82px;
    font-size: 14px;
    color: #686868;
    margin-bottom: 0
}

/* Spinner */
.loading-spinner {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #414656; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Popup with overlay */
.custom-popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.custom-popup-overlay:target {
    visibility: visible;
    opacity: 1;
}

.custom-popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.custom-popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.custom-popup__close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.custom-popup__close:hover {
    color: #06D85F;
}

.custom-popup__content {
    min-height: 80px;
    overflow: auto;
    padding-top: 25px;
    text-align: center;
}

@media (max-width: 1777px) {
    .left_sidebar {
        max-width: 95%
    }
}

@media (max-width: 1180px) {

}

@media (max-width: 1160px) {
    .footer-1 > div, .footer-1 > nav {
        margin-right: 20px;
        margin-top: 20px
    }
}

@media (max-width: 980px) {
    .art_list {
        max-width: 47%
    }

}

@media (max-width: 767px) {
    .custom-popup {
        width: 70%;
    }

    .footer-1-1 {
        flex-basis: 100%
    }

    .shopCart__link-btn_xs {
        font-size: 11px;
        width: 160px;
    }

}

@media (max-width: 640px) {
    .art_list {
        max-width: 95%
    }

    .footer_nav {
        width: 35%;
    }

    footer nav li {
        padding-left: 0
    }

    footer nav li:before {
        display: none
    }
}

@media (max-width: 535px) {
    .footer_nav {
        width: 30%;
    }
}

@media (min-width: 768px) {

    .footer-1-1 .footer-heading:before {
        left: 33%
    }
}

.btn_promo_head {
    --s: .25em; /* control the wave*/
    background-color: #CC2A41;
    padding: .4em .5em;
    color: #fff;
    --_s: calc(var(--s) * 4) 51% repeat-x;
    --_r: calc(1.345 * var(--s)) at left 50%;
    --_g1: #000 99%, #0000 101%;
    --_g2: #0000 99%, #000 101%;
    --mask: radial-gradient(var(--_r) top calc(var(--s) * 1.9), var(--_g1)) calc(50% - 2 * var(--s) - var(--_i, 0px)) 0/var(--_s),
    radial-gradient(var(--_r) top calc(var(--s) * -0.9), var(--_g2)) calc(50% - var(--_i, 0px)) var(--s)/var(--_s),
    radial-gradient(var(--_r) bottom calc(var(--s) * 1.9), var(--_g1)) calc(50% - 2 * var(--s) + var(--_i, 0px)) 100%/var(--_s),
    radial-gradient(var(--_r) bottom calc(var(--s) * -0.9), var(--_g2)) calc(50% + var(--_i, 0px)) calc(100% - var(--s))/var(--_s);
    -webkit-mask: var(--mask);
    mask: var(--mask);
    clip-path: polygon(
            calc(2 * var(--s) - var(--_i, 0px)) 0,
            calc(100% - var(--_i, 0px)) 0,
            calc(100% - var(--s)) 50%,
            calc(100% - 2 * var(--s) + var(--_i, 0px)) 100%,
            calc(0% + var(--_i, 0px)) 100%,
            var(--s) 50%);
    cursor: pointer;
    transition: .35s;
    margin: 0;
    cursor: pointer;
    border: none;
    padding: 12px;
}

.btn_promo_head {
    clip-path: polygon(
            calc(0% - var(--_i, 0px)) 0,
            calc(100% - 2 * var(--s) - var(--_i, 0px)) 0,
            calc(100% - var(--s)) 50%,
            calc(100% + var(--_i, 0px)) 100%,
            calc(2 * var(--s) + var(--_i, 0px)) 100%,
            var(--s) 50%);
}

.btn_promo_head:active {
    background-image: linear-gradient(#0004 0 0);
}

.btn_promo_head:focus-visible {
    -webkit-mask: none;
    clip-path: none;
    outline-offset: .1em;
    padding-block: .2em;
    margin-block: .2em;
    transition: 0s;
}

.shopView__wb-buttons {
    display: flex;
}

.shopView__wb-buttons + .shopView__wb-buttons {
    margin-top: 15px;
}

.shopView__wb-button {
    display: flex;
    font-size: 1rem;
    text-align: center;
    background: #ffffff;
    box-sizing: border-box;
    text-decoration: none;
}

@media (min-width: 500px) {
    .shopView__wb-button + .shopView__wb-button {
        margin-left: 30px;
    }
}

@media (max-width: 499.98px) {
    .shopView__wb-button + .shopView__wb-button {
        margin-top: 10px;
    }
}

.shopView__wb-icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url("/img/wb_icon.png") 100% 100% no-repeat;
    background-size: cover;
}

.shopView__oz-icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url("/img/oz.png") 100% 100% no-repeat;
    background-size: cover;
}

.shopView__ym-icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url("/img/ym.png") 100% 100% no-repeat;
    background-size: cover;
}

.shopView__wb-text {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

@media (max-width: 499.98px) {
    .shopView__wb-buttons {
        flex-direction: column;
    }

    .shopView__wb-link {
        text-align: left;
    }
}

.shopView__wb-link {
    cursor: pointer;
    text-decoration: none;
    color: #b703a1;
    font-weight: 700;
}

.footer__made-in-russia-sign {
    width: 150px;
    margin-top: 15px;
    background-color: #fff;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__made-in-russia-image {
    width: 100%;
    height: auto;
}