.upperfooter {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px
}

.what-user {
    border: 1px solid #8C8F60 !important;
}

.what-user-color {
    color: #8C8F60 !important;
}

.upperfooter__text {
    text-align: justify;
    font-size: small;
    padding: 3px
}

#go-top {
    height: 40px;
    width: 40px;
    position: fixed;
    color: #fff;
    top: 40%;
    right: 30px;
    cursor: pointer;
    display: none;
    border-radius: 70%;
    text-align: center;
    background: #81d7fc
}

    #go-top:hover {
        background: #344193
    }

.text-header {
    color: #295eaf;
    border-color: #fff !important;
    cursor: pointer;
    margin: 0 2px
}

.text-noactive-header {
    color: #295eaf;
    border-color: #fff !important
}

.main-block-text {
    text-align: center;
    padding: 5px 0
}

@media (min-width:320px) {
    .main-block-texttlg_link_footer_text div a {
        font-size: 12px;
        min-height: 32px;
        display: grid;
        align-items: center
    }

    .tlg_link_footer_text div a {
        font-size: 12px
    }

    .slider__item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:576px) {
    .slider__item {
        flex: 0 0 503%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .tlg_link_footer_text div a {
        text-decoration: none;
        font-size: 15px
    }

    .customers, .providers {
        margin: 0 25px
    }

    .slider__item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width:1200px) {
    .customers, .providers {
        margin: 0 75px
    }

    .slider__item {
        flex: 0 0 20%;
        max-width: 20%
    }

    .main-block-text {
        font-size: 14px;
        min-height: 38px
    }
}

body, html {
    height: 100%
}

.container-fl {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto
}

.container {
    flex: 1 0 auto
}

.fa-facebook-f {
    color: #4267b2
}

.fa-skype {
    color: #00adf2
}

.fa-youtube {
    color: red
}

div.scrollup {
    position: fixed;
    color: #fff;
    background-color: #295eaf;
    right: 35px;
    top: 60%;
    padding: 4px 10px;
    font-size: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: none;
    text-align: center
}

    div.scrollup:hover {
        background-color: #000
    }

.cursor-pointer {
    cursor: pointer !important
}

.bg-fon {
    background-color: #e8f0fe
}

.HeaderButton {
    margin-top: 10px
}

div.ui-widget-content.ui-corner-all.ui-ss-field-block {
    background: #e8f0fe !important;
    margin: 5px 0
}

.select_category {
    width: 70%;
    display: inline-block
}

#add_custom {
    margin-bottom: 4px
}

.ui-state-error {
    border: 1px solid #f1a899 !important;
    background: #fddfdf !important;
    color: #5f3f3f !important;
}

.ui-state-OK {
    color: #fff;
    background-color: #289b45;
    border-color: #289b45
}

.main-top {
    min-height: 420px;
    text-align: center;
    background: #ffffff url(../images/bg_body.jpg) no-repeat;
    background-size: cover;
}

.space-normal {
    white-space: normal
}

.position-illustrations img {
    float: left;
    cursor: pointer;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 9px;
    margin-bottom: 9px
}

.position-illustrations {
    display: none;
    width: 100%;
    float: left;
    margin-bottom: 11px
}

.position-illustration-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center
}

.position-illustration-bg {
    background: rgba(0,0,0,.4);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%
}

.position-illustration-ctrl {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    max-height: 90%;
    max-width: 90%
}

.position-illustration-ctrl-prev {
    top: 50%;
    left: 15px;
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: center;
    color: #fff;
    line-height: 24px !important;
    text-decoration: none;
    font: 13px/20px Tahoma,Arial,sans-serif;
    font-weight: 700;
    cursor: pointer
}

    .position-illustration-ctrl-prev:active, .position-illustration-ctrl-prev:hover, .position-illustration-ctrl-prev:visited {
        color: #fff !important
    }

.position-illustration-img {
    max-height: 100%;
    max-width: 100%
}

.position-illustration-ctrl-next {
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: center;
    color: #fff;
    line-height: 24px !important;
    text-decoration: none;
    font: 13px/20px Tahoma,Arial,sans-serif;
    font-weight: 700;
    cursor: pointer
}

    .position-illustration-ctrl-next, .position-illustration-ctrl-next:hover, .position-illustration-ctrl-next:visited {
        color: #fff !important
    }

.position-illustration-ctrl-close {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: center;
    line-height: 24px !important;
    text-decoration: none;
    font: 13px/20px Tahoma,Arial,sans-serif;
    font-weight: 700;
    cursor: pointer
}

    .position-illustration-ctrl-close, .position-illustration-ctrl-close:active, .position-illustration-ctrl-close:hover, .position-illustration-ctrl-close:visited {
        color: #fff !important
    }

.legend {
    padding: 0;
    font-size: 1.5rem
}

.eMemberCard_password_block, .ePassword_block, .eUser_new_pass_block, .eUser_passConfirm_block, .eUser_u_pass_block {
    position: relative
}

#confirm_new_password_eye, #login_eye, #new_password_eye, #old_password_eye, #reg_eye {
    position: absolute;
    right: 20px;
    top: 8px
}

.main-block-bg {
    background-color: #fff;
    box-shadow: 7px 7px 7px rgba(0,0,0,.5);
    display: block
}

    .main-block-bg:hover {
        transition: .5s;
        box-shadow: none
    }

.floating-btn {
    display: none;
    cursor: pointer;
    font-size: 12px;
    font-family: Open sans,Ubuntu,Arial;
    text-decoration: none;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 7%;
    left: 2%;
    z-index: 99999
}

    .floating-btn:hover, .floating-btn:visited {
        color: #fff
    }

    .floating-btn div {
        padding: 10px;
        background-color: rgba(42,64,63,.06);
        width: 100px;
        height: 100px;
        border-radius: 50%
    }

        .floating-btn div div {
            padding-top: 14px;
            background: #d45252;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            color: #fff
        }

            .floating-btn div div:hover {
                background: #506b9d
            }

.tlg_link {
    justify-content: center;
    width: 100%;
    display: none
}

.tlg_link_content {
    width: 728px
}

.tlg_link_footer_img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 15px 0 0 0
}

    .tlg_link_footer_img div {
        display: flex;
        justify-content: center;
        align-items: center
    }

        .tlg_link_footer_img div a img {
            width: 100px
        }

.tlg_link_footer_text {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 0 0 15px 0
}

    .tlg_link_footer_text div {
        display: flex;
        justify-content: center;
        align-items: center
    }

.tlg_link_YYB {
    cursor: pointer
}

.tlg_link_YYB_text {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    padding: 0 5px;
    background: #fb0d01;
    transition: transform 1s
}

    .tlg_link_YYB_text:hover {
        transform: scale(1.1)
    }

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .9
}

.footer_mob {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .9
}

.spare_number {
    display: none
}

ul.mark-list li {
    list-style: none;
    padding: 10px 0 10px 50px;
    background: transparent url(../images/galochka_min.png) no-repeat left center;
    min-height: 32px
}

.btn-subscribe {
    padding: 10px 50px;
    border: 3px solid;
    color: #32afed;
    background-color: transparent;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    user-select: none;
    text-decoration: none
}

.subscribe {
    margin: 50px 0 25px 0
}

#profits {
    font-size: 11px
}

.slider {
    position: relative;
    overflow: hidden
}

.slider__wrapper {
    display: flex;
    transition: transform .6s ease
}

.slider__control {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #fff;
    text-align: center;
    height: 50px;
    transform: translateY(-50%);
    background: rgba(0,0,0,.5)
}

.slider__control_show {
    display: flex
}

.slider__control:focus, .slider__control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.slider__control_left {
    left: 0
}

.slider__control_right {
    right: 0
}

.slider__control::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.slider__control_left::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.slider__control_right::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.main-block-img img {
    width: 100%
}

.kredit {
    background: RGB(112, 143, 198);
    border: none;
    border-radius: 6px;
    box-shadow: 0px 0px 8px #382d25;
    font-size: 12px;
    text-decoration: none;
    padding: 10px;
    color: white;
    position: fixed;
    right: 30px;
    text-align: center;
    bottom: 30px;
    width: 100px;
    z-index: 99999;
}

    .kredit:visited {
        color: white;
    }

    .kredit:hover {
        color: white;
        box-shadow: 0px 0px 10px RGB(112, 143, 198);
    }

.ui-front {
    z-index: 1060;
}
/*Style slider*/
.slider {
    margin: 1px auto;
}

.slick-slide {
    margin: 0px 1px;
}

    .slick-slide img {
        width: 400px;
        height: 325px;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .4s;
}

.slider-for {
    max-height: 350px;
    max-width: 325px;
}

    .slider-for img {
        margin: auto;
    }
/*end*/

.div-img-news {
    width: 290px;
    height: 153px
}

.img-news {
    border: 1px solid #000;
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.img-news-data {
    position: relative
}

    .img-news-data img {
        height: 45px
    }

.span-news-data {
    position: absolute;
    top: 18px;
    left: 18px
}
/*Position table*/
@media(min-width:1350px) {
    .positionpull-timber, #pn_doc_place {
        margin-left: -10%;
        margin-right: -10%;
    }

    .col-width {
        min-width: 68px;
    }

    .auctionlist-timber {
        margin-left: -10%;
        margin-right: -10%;
    }
}

@media(min-width:1350px) {
    #showAuction {
        display: none;
    }
}

@media(max-width:1700px) {
    #saveSuggestions {
        display: none;
    }
}


#saveSuggestions {
    position: absolute;
    position: fixed;
    display: none;
    right: 0;
    top: 35%;
    width: 10%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
/*AuctionlistTimber*/
.bg-fon-auction {
    background-color: #c8ffd5;
}

#showTextAuction:hover {
    text-decoration: underline;
    cursor: pointer;
}

#auction {
    background-color: white;
    position: absolute;
    position: fixed;
    bottom: 12%;
    right: 0;
    float: right;
    overflow-y: scroll;
    height: 70%;
    width: 35%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    display: none;
}

.close-auction {
    position: absolute;
    right: 0;
    top: 0;
}

.is-winner {
    background: rgba(25,126,158,.08);
}

.img-copy {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 6%;
    height: auto;
}

.text-new {
    color: #2736e3;
}

.btn-special-filter {
    width: 30%;
}

.badges {
    text-align: center;
    background: #fe1d00;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -12px;
    min-width: 20px;
    min-height: 20px;
    padding: 0 3px;
    font-size: 14px;
}

.border-dashed-top {
    border-top: 1px dashed grey;
}

@media(min-width:768px) {
    .border-dashed-right {
        border-right: 1px dashed grey;
    }

    .border-dashed-left {
        border-left: 1px dashed grey;
    }

    .position-img {
        max-height: 180px;
    }
}

.favorite:hover {
    cursor: pointer;
    opacity: 0.7;
}

/* START tooltip-custom STYLES */
[tooltip-custom] {
    position: relative; /* opinion 1 */
}

    /* Applies to all tooltip-customs */
    [tooltip-custom]::before,
    [tooltip-custom]::after {
        text-transform: none; /* opinion 2 */
        font-size: .9em; /* opinion 3 */
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0;
    }

    [tooltip-custom]::before {
        content: '';
        border: 5px solid transparent; /* opinion 4 */
        z-index: 1001; /* absurdity 1 */
    }

    [tooltip-custom]::after {
        content: attr(tooltip-custom); /* magic! */
        /* most of the rest of this is opinion */
        font-family: Helvetica, sans-serif;
        text-align: center;
        /* 
    Let the content set the size of the tooltip-customs 
    but this will also keep them from being obnoxious
    */
        min-width: 18em;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 1ch 1.5ch;
        border-radius: .3ch;
        box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
        background: #333;
        color: #fff;
        z-index: 1000; /* absurdity 2 */
    }

    /* Make the tooltip-customs respond to hover */
    [tooltip-custom]:hover::before,
    [tooltip-custom]:hover::after {
        display: block;
    }

/* don't show empty tooltip-customs */
[tooltip-custom='']::before,
[tooltip-custom='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip-custom]:not([flow])::before,
[tooltip-custom][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip-custom]:not([flow])::after,
[tooltip-custom][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip-custom]:not([flow])::before,
[tooltip-custom]:not([flow])::after,
[tooltip-custom][flow^="up"]::before,
[tooltip-custom][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip-custom][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip-custom][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip-custom][flow^="down"]::before,
[tooltip-custom][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip-custom][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip-custom][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip-custom][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip-custom][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltip-customs-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltip-customs-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip-custom]:not([flow]):hover::before,
[tooltip-custom]:not([flow]):hover::after,
[tooltip-custom][flow^="up"]:hover::before,
[tooltip-custom][flow^="up"]:hover::after,
[tooltip-custom][flow^="down"]:hover::before,
[tooltip-custom][flow^="down"]:hover::after {
    animation: tooltip-customs-vert 300ms ease-out forwards;
}

[tooltip-custom][flow^="left"]:hover::before,
[tooltip-custom][flow^="left"]:hover::after,
[tooltip-custom][flow^="right"]:hover::before,
[tooltip-custom][flow^="right"]:hover::after {
    animation: tooltip-customs-horz 300ms ease-out forwards;
}

.col-12 .bg-wood {
    background-image: url(/images/svoistva-drevesini.jpg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.href-title {
    display: grid;
    align-items: center;
    height: 100%;
    justify-content: center;
    align-content: space-around;
}

.bg-wood a {
    text-decoration: none;
}

/* form callback */

.call-form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 2;
    right: 70px;
    bottom: 50px;
    border-radius: 50%;
    background-color: #6e704c;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    cursor: pointer;
}

.close-span {
    display: none;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
}

.form-callback {
    display: none;
    flex-direction: column;
    background-color: #b3ae7b;
    border: 1px solid #b3ae7b;
    border-radius: 10px;
    padding: 30px;
    position: fixed;
    bottom: 135px;
    right: 75px;
    width: 350px;
    height: fit-content;
    color: #fff;
    z-index: 2;
}

.form-callback > button {
    background-color: #b3ae7b;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.span-message {
    display: none;
    position: fixed;
    z-index: 2;
    right: 150px;
    bottom: 55px;
    background-color: #b3ae7b;
    padding: 10px 12px;
    border: 2px solid #fff;
    border-radius: 10px;
}

.span-message.active {
    display: flex;
}

@media screen and (max-width: 640px) {
    .call-form{
        right: 30px;
        bottom: 15px;
    }

    .form-callback{
        right: 35px;
        bottom: 90px;
    }
}

@media screen and (max-width: 480px) {
    .call-form{
        right: 10px;
        bottom: 10px;
    }

    .form-callback{
        right: 10px;
        bottom: 85px;
    }
}

.btn-success:hover {
    background: #fff !important;
    color: #000 !important;
}

.svg-call{
    position: relative;
}

.hidden-msg {
    position: absolute;
    top: -30px;
    left: -90px;
    display: none;
    min-width: 250px;
    width: 100%;
    height: auto;
    background: transparent;
}

.svg-call:hover .hidden-msg{
    display: block;
}

@media screen and (max-width: 640px) {
    .call-form {
        right: 30px;
        bottom: 15px;
    }

    .hidden-msg {
        left: -150px;
    }

    .form-callback {
        right: 35px;
        bottom: 90px;
    }
}

@media screen and (max-width: 480px) {
    .call-form {
        right: 10px;
        bottom: 10px;
    }

    .form-callback {
        right: 10px;
        bottom: 85px;
    }
}