/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/**/
body {
    background: url(../../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar_retushop {
    background-color: rgba(4, 3, 0, 0.78);
    background-color: #000000;
    background-color: rgba(4, 3, 0, 0.78);
    border: 2.84583px solid white;
    box-shadow: 0 1px 6.1px 6.9px rgba(0, 3, 0, 0.74);
}

.navbar-dark.navbar_retushop .navbar-nav .nav-link {
    color: #f9d303;
    font-family: "Arno Pro";
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    display: flex;
    line-height: 40px;
    margin-right: 25px;
    margin-left: 25px;
}

section.logo_section {
    background-color: rgba(249, 211, 3, 0.42);
    /*padding: 30px 0;*/
    border: 2.84583px solid white;
    box-shadow: 0 1px 6.1px 6.9px rgba(0, 3, 0, 0.74);

}

.logo_img_top {
    position: relative;
    bottom: -45px;
    width: 100%;
}

.email_top a {
    color: black;
    font-family: "Arno Pro";
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.email_top a span, .phone_top a span {
    font-variant: small-caps;

}

.phone_top a {
    color: black;
    font-family: "Arno Pro";
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    font-variant: small-caps;
}

.registre a {
    color: black;
    font-family: "Arno Pro";
    font-size: 36px;
    font-weight: 400;
    font-variant: small-caps;
    background-color: rgba(249, 211, 3, 0.27);
    border: 2.84583px solid white;
    padding: 5px 12px 0;
}

.login a {
    color: black;
    font-family: "Arno Pro";
    font-size: 36px;
    font-weight: 400;
    font-variant: small-caps;
    background-color: rgba(249, 211, 3, 0.27);
    border: 2.84583px solid white;
    padding: 5px 12px 0;
}

section.home {
    padding: 75px 0;
    background-color: #cccccc;
    background-color: rgba(182, 234, 225, 0.27);
}

section.page {
    padding: 75px 0;
    background-color: #cccccc;
    background-color: rgba(182, 234, 225, 0.27);
    min-height: 40em;
}

section.page .container {
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

section.profile .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.home .name {
    color: white;
    font-family: "Arno Pro";
    font-size: 2em;
    font-weight: 400;
    line-height: 44px;
    text-transform: uppercase;
    background-color: #4a483c8f;
    width: 100%;
    padding: 15px 10px 10px;
}

.home .name {
    color: white;
    font-family: "Arno Pro";
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    background-color: #4a483c8f;
    width: 100%;
    padding: 15px 10px 10px;
}

.executor {
    margin-bottom: 20px;
}

.contributor #tab-button-publics,
.contributor #tab-button-publics,
.contributor #tab-button-postform,
.contributor #tab-button-publikaciya_zamovlen_na_retush_89 {
    display: none;
}

.administrator #tab-button-zamovlennya_na_retush_74,
.author #tab-button-zamovlennya_na_retush_74 {
    display: none;
}

.media-modal-close span.screen-reader-text {
    display: none;
}

.acf-icon {
    display: inline-block;
    height: 26px;
    width: 26px;
    border: transparent solid 1px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}

.acf-file-uploader .file-info a {
    text-decoration: none;
    display: block;
}

@media (max-width: 768px) {
    .name {
        color: white;
        font-family: "Arno Pro";
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-transform: uppercase;
        background-color: #4a483c8f;
        width: 100%;
        padding: 15px 10px 10px;
    }
}

.service_item1 {
    background: url("../../img/service1.png");
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.service_item2 {
    background: url("../../img/service2.png");
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.service_item3 {
    background: url("../../img/service3.png");
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.service_item4 {
    background: url("../../img/service4.png");
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.service_item5 {
    background: url("../../img/service5.png");
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.service_item6 {
    background: url("../../img/service6.png");
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.service_block_header .service_item1 {
    background: url("../../img/service1.png");
    background-size: cover;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin: 20px auto;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.service_block_header .service_item2 {
    background: url("../../img/service2.png");
    background-size: cover;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin: 20px auto;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.service_block_header .service_item3 {
    background: url("../../img/service3.png");
    background-size: cover;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin: 20px auto;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.service_block_header .service_item4 {
    background: url("../../img/service4.png");
    background-size: cover;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin: 20px auto;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.service_block_header .service_item5 {
    background: url("../../img/service5.png");
    background-size: cover;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin: 20px auto;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.service_block_header .service_item6 {
    background: url("../../img/service6.png");
    background-size: cover;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin: 20px auto;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.service_block_header .name {
    color: white;
    font-family: "Arno Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    background-color: #4a483c8f;
    width: 100%;
    padding: 10px 0;
}

footer {
    background-color: #000000;
    background-color: rgba(4, 3, 0, 0.78);
    border: 2.84583px solid white;
/ / min-height: 100 px;
    color: white;
    padding: 30px 0;
}

footer a {
    color: #f9d303;
    font-family: "Arno Pro";
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    /*    display: flex;*/
    line-height: 40px;
}

footer a:hover {
    color: #c6a503;
}

.container.white {
    background-color: white;
    margin-top: 30px;
}

div#rcl-post-bar, .product-meta {
    display: none;
}

.link1 a:before {
    content: "";
    background: url(../../img/portmone.png);
    position: relative;
    width: 40px;
    height: 32px;
    display: inline-block;
    margin-right: 15px;
}

.link2 a:before {
    content: "";
    background: url(../../img/chat.png);
    position: relative;
    width: 37px;
    height: 34px;
    display: inline-block;
    margin-right: 15px;
}

.link3 a:before {
    content: "";
    background: url(../../img/cart.png);
    position: relative;
    width: 37px;
    height: 37px;
    display: inline-block;
    margin-right: 15px;
}

.link4 a:before {
    content: "";
    background: url(../../img/account.png);
    position: relative;
    width: 35px;
    height: 36px;
    display: inline-block;
    margin-right: 15px;
}

.dashboard {
    background-color: rgba(4, 3, 0, 0.78);
    border: 2.84583px solid white;
    box-shadow: 0 1px 6.1px 6.9px rgba(0, 3, 0, 0.74);
    min-height: calc(100% - 20px);
    margin-bottom: 20px;
}

.dashboard p {
    color: white;
    padding: 0 15px;
}

.hed {
    color: #fff;
    font-family: "Arno Pro";
    font-size: 28px;
    font-weight: 400;
    line-height: 60px;
    font-variant: small-caps;
}

.balance_text_red {
    text-shadow: 0 1px 1px rgb(2, 2, 2);
    color: #ff0505;
    font-family: "Arno Pro";
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    font-variant: small-caps;
}

.balance_price {
    color: #ff0505;
    font-family: "Arno Pro";
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    font-variant: small-caps;
    background-color: rgba(249, 211, 3, 0.5);
    border: 2px solid white;
    padding: 5px 0 0;
}

#lk-menu .hideshow a.bars {
    margin: 0;
    max-height: 34px;
    padding: 4px 7px;
}

.rcl-table__cell a {
    font-weight: 700;
}

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

.images_shop p {
    text-align: center;
    margin: auto;
    background-color: #f9d303;
    color: black;
    font-family: "Arno Pro";
    font-size: 17px;
    font-weight: 400;
    line-height: 38px;
    font-variant: small-caps;
}

.images_shop [class*=col-] a {
    display: block;
    margin-bottom: 30px;
    /*box-shadow: 5px 5px 20px #000000;*/
    box-shadow: 9px 7px 20px #B9C9D6;
    transition: 0.3s;
}

.images_shop [class*=col-]:hover a {
    /*box-shadow: 5px 5px 20px #cba909;*/
    box-shadow: 9px 7px 20px #cba90985;
    transition: 0.3s;
}
.service_block_header {
    transition: 0.3s;

}
.service_block_header:hover {
    box-shadow: 5px 5px 20px #fff700;
    transition: 0.3s;
}

h1.block_h1 {
    background-color: #978537;
    padding-left: 15px;
    line-height: 3.5rem;
    color: #ffffff;
    font-size: 2.5rem;
    box-shadow: rgb(0, 0, 0) 5px 5px 20px 0px;
}

.page h1.block_h1 {
    background-color: #ffffff;
    padding-left: 15px;
    line-height: 3.5rem;
    color: #978537;
    font-size: 2.5rem;
    box-shadow: none;
}

.product_shadow {
    border-top: 1px solid #679ac5;
    box-shadow: 9px 7px 20px #B9C9D6;
}

.products-box.type-slab .products-list .product {
    box-sizing: border-box;
    padding: 0 15px;
    margin: 15px auto;
}

.products-box.type-slab .products-list .product .product-thumbnail img {
    margin: 0;
    width: 100%;
    height: auto;
}

.rcl-navi, .rcl-pager {
    box-shadow: 0 0 1px 1px rgba(151, 133, 55, 0.5);
}

.rcl-page-navi {
    margin: auto;
    text-align: center;
}

.rcl-pager .pager-item span {
    display: inline-block;
    margin: 0 4px;
    padding: 2px 9px;
    box-shadow: 0 0 1px 1px rgba(151, 133, 55, 0.5);
    background-color: rgba(151, 133, 55, 0.5);
    color: white;
}

.rcl-navi a:link, .rcl-pager .pager-item a:link {
    background: rgba(243, 243, 243, 0.5);
    border: none;
    box-shadow: 0 0 1px 1px rgba(219, 219, 219, 0.8);
    text-decoration: none;
}

.rcl-pager .pager-item a {
    color: rgb(151, 134, 55);

}

.rcl-navi a:hover, .rcl-pager .pager-item a:hover {
    box-shadow: 0 0 1px 2px rgb(219, 219, 219);
    background: rgb(151, 134, 55);
    color: white;
}

#rcl-notice {
    left: 10px;
    position: fixed;
    top: 70px;
    width: 300px;
    z-index: 1501;
}

.notify-lk .success, #rcl-notice .type-success {
    background: #bfffbd;
    border-left: 3px solid #008000;
    color: #000000;
}

#rcl-notice .notice-window {
    animation-duration: 0.3s;
    font-size: 18px;
    line-height: 1.2;
    margin: 5px 0;
    padding: 8px 2px 8px 10px;
    word-wrap: break-word;
}

a.notice_cart {
    background-color: #978437;
    color: white;
    padding: 3px 10px;
    position: relative;
    top: -8px;
}

#form-field-post_content,
#form-field-taxonomy-category,
#form-field-taxonomy-post_tag,
#form-field-post_uploader {
    display: none;
}

#form-field-rozmir_89, #form-field-visota_13 {
    width: calc(50% - 3px);
    display: inline-block;
}

#form-field-rozmir_89 {
    margin-right: 6px;
}

.price_ret {
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin: 7px 0;
    padding: 8px;
    display: inline-block;
}

.title_ret {
    display: block;
    font-size: 18px;
    line-height: normal;
    margin: 0 0 3px;
}

.price_ret p {
    float: left;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    display: block;
    width: 100%;
}

#zakaz-postlist .rcl-table__cell {
    padding: 8px;
    background-color: white;
    border: 1px solid #eaeaea;
}

#zakaz-postlist .rcl-table__row-header div {
    background-color: #f5f5f5;
    font-weight: bold;
}

#zakaz-postlist .rcl-table__cell a span {
    font-weight: normal;
    color: #000000;
    padding: 5px;
    transition: 0.2s;
    font-weight: bold;
    /*text-decoration: underline;*/
    text-transform: uppercase;
}

.table.table_zakaz td, .table th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table.table_zakaz {
    margin-bottom: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: rgba(115, 97, 9, 0.86);
    font-weight: bold;
    border: 3px solid;
    transition: 200ms;

}

.nav-pills .nav-link {
    border-radius: 0;
    background-color: rgba(10, 10, 10, 0.5);
    color: #fff;
    border: 3px solid;
    margin: 2px 0;
    transition: 200ms;

}

.nav-pills .nav-link:hover {
    border-radius: 0;
    background-color: rgba(115, 97, 9, 0.86);
    color: #fff;
    border: 3px solid;
    margin: 2px 0;
    transition: 200ms;
}

.tab-content {
    background-color: rgba(249, 211, 3, 0.5);
    color: #ffffff;
    padding: 15px;
    border: 3px solid;
}

.red {
    color: red;
    word-wrap: break-word;
}

#rcl-table-retusher, #zakaz-postlist {
    font-size: 1.2rem;
    font-weight: bold;
}

#rcl-table-retusher a, #zakaz-postlist a {
    color: #000000;
    padding: 5px;
    transition: 0.2s;

}

#rcl-table-retusher a:hover, #zakaz-postlist a:hover {
    color: #4a4a3e;
    transition: 0.2s;
    text-decoration: underline;
    cursor: pointer;
}

div#tab-zamovlennya_na_retush_74 {
    background: rgba(177, 177, 177, 0.86) !important;
}

#tab-zamovlennya_na_retush_74 .rcl_author_postlist .rcl-table__row:not(.rcl-table__row-header) > div:nth-child(2) {
    justify-content: center !important;
}

a.recall-button.active, a.recall-button.active:hover, a.recall-button.filter-active, a.recall-button.filter-active:hover, a.data-filter.filter-active, a.data-filter.filter-active:hover {
    background: rgb(0, 0, 0)!important;
}

a.recall-button.active, a.recall-button.active:hover, a.recall-button.filter-active, a.recall-button.filter-active:hover, a.data-filter.filter-active, a.data-filter.filter-active:hover {
    box-shadow: none;
    color: rgb(255, 255, 255);
    cursor: default;
    opacity: 1;
}

#rcl-office #lk-menu a.recall-button.active {
    pointer-events: auto;
    cursor: pointer;
}

.video_help iframe {
    max-width: 100%;
    width: 100%;
    height: 240px;
}

.video_help p {
    font-size: 14px;
}
.video_help h2 {
    font-size: 20px;
}

/*.rcl-radio-box:nth-child(1):before {*/
/*color: red!important;*/
/*width: 100%;*/
/*display: block;*/
/*content: "12313";*/
/*}*/

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

    .rcl-table__row-header ~ .rcl-table__row .rcl-table__cell::before {
        width: 100px;
    }

    .rcl-table .rcl-table__row-header ~ .rcl-table__row:not(.rcl-table__row-header) {
        display: block;
        background-color: white !important;
        border-radius: 3px;
        border: none;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
        margin: 0 5px 25px 5px;
        padding: 8px;
    }

    #sunshine_ext_menu {
        opacity: 0;
        position: absolute;
        right: calc((100% - 200px) / 2);
        top: 0;
        transition: top 0.25s ease-in-out 0s;
        z-index: -1;
    }
}

