.tooltip-horizontal-scroll-icon_hand {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite
}

.tooltip-horizontal-scroll-icon_card {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
    0% {
        transform: translateX(80px) scale(1);
        opacity: 0
    }
    10% {
        transform: translateX(80px) scale(1);
        opacity: 1
    }
    20%, 60% {
        transform: translateX(175px) scale(.6);
        opacity: 1
    }
    80% {
        transform: translateX(5px) scale(.6);
        opacity: 1
    }
    to {
        transform: translateX(5px) scale(.6);
        opacity: 0
    }
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
    0%, 60% {
        transform: translateX(0)
    }
    80%, to {
        transform: translateX(-240px)
    }
}
@media screen and (max-width: 960px) {
    #rec436062018 .t774__col {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
#rec436062018 .t774__wrapper:hover {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.100) !important;
}
@media (hover), (min-width: 0\0
) {
    #rec436062018 .t-btn:not(.t-animate_no-hover):hover {
        background-color: #ffffff !important;
        color: #dba42c !important;
        border-color: #202024 !important;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1) !important;
    }

    #rec436062018 .t-btn:not(.t-animate_no-hover) {
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    }

    #rec436062018 .t-btntext:not(.t-animate_no-hover):hover {
        color: #dba42c !important;
    }
}
#rec436062114 input::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436062114 input::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436062114 input:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436062114 input:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436062114 textarea::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436062114 textarea::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436062114 textarea:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436062114 textarea:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}
#rec436062114 .t-submit:hover {
    background-color: #ffffff !important;
    color: #202024 !important;
    border-color: #202024 !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1) !important;
}

#rec436062114 .t-submit {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
#rec436062114 .t-btn[data-btneffects-first],
#rec436062114 .t-btn[data-btneffects-second],
#rec436062114 .t-submit[data-btneffects-first],
#rec436062114 .t-submit[data-btneffects-second] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

#rec436062114 .t-btn[data-btneffects-first="btneffects-light"] .t-btn_wrap-effects,
#rec436062114 .t-submit[data-btneffects-first="btneffects-light"] .t-btn_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    -webkit-animation-name: light;
    animation-name: light;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#rec436062114 .t-btn[data-btneffects-first="btneffects-light"] .t-btn_wrap-effects_md,
#rec436062114 .t-submit[data-btneffects-first="btneffects-light"] .t-btn_wrap-effects_md {
    -webkit-animation-name: light-md;
    animation-name: light-md;
}

#rec436062114 .t-btn[data-btneffects-first="btneffects-light"] .t-btn_wrap-effects_lg,
#rec436062114 .t-submit[data-btneffects-first="btneffects-light"] .t-btn_wrap-effects_lg {
    -webkit-animation-name: light-lg;
    animation-name: light-lg;
}

#rec436062114 .t-btn[data-btneffects-first="btneffects-light"] .t-btn_effects,
#rec436062114 .t-submit[data-btneffects-first="btneffects-light"] .t-btn_effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
}

@-webkit-keyframes light {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes light {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes light-md {
    30% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes light-md {
    30% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes light-lg {
    40% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes light-lg {
    40% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
#rec436978916 input::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436978916 input::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436978916 input:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436978916 input:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436978916 textarea::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436978916 textarea::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436978916 textarea:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec436978916 textarea:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}
#rec436978916 .t-submit:hover {
    background-color: #ffffff !important;
    color: #202024 !important;
    border-color: #202024 !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1) !important;
}

#rec436978916 .t-submit {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
#rec436978916 .t-btn[data-btneffects-first],
#rec436978916 .t-btn[data-btneffects-second],
#rec436978916 .t-submit[data-btneffects-first],
#rec436978916 .t-submit[data-btneffects-second] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

#rec436978916 .t-btn[data-btneffects-first="btneffects-light"] .t-btn_wrap-effects,
#rec436978916 .t-submit[data-btneffects-first="btneffects-light"] .t-btn_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    -webkit-animation-name: light;
    animation-name: light;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#rec436978916 .t-btn[data-btneffects-first="btneffects-light"] .t-btn_wrap-effects_md,
#rec436978916 .t-submit[data-btneffects-first="btneffects-light"] .t-btn_wrap-effects_md {
    -webkit-animation-name: light-md;
    animation-name: light-md;
}

#rec436978916 .t-btn[data-btneffects-first="btneffects-light"] .t-btn_wrap-effects_lg,
#rec436978916 .t-submit[data-btneffects-first="btneffects-light"] .t-btn_wrap-effects_lg {
    -webkit-animation-name: light-lg;
    animation-name: light-lg;
}

#rec436978916 .t-btn[data-btneffects-first="btneffects-light"] .t-btn_effects,
#rec436978916 .t-submit[data-btneffects-first="btneffects-light"] .t-btn_effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
}

@-webkit-keyframes light {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes light {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes light-md {
    30% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes light-md {
    30% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes light-lg {
    40% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes light-lg {
    40% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
body {
    background-color: #dbdbdb;
}

.t674__body_with-bg:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    background-image: url('/local/templates/listogib_zapchast/images/tild3432-3839-4634-b130-396639633063/3.png');
    background-repeat: repeat;
    background-position: center;
    min-height: 100%;
    height: 100vh;
    background-attachment: initial;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.2s linear;
}
