.footer-base {
    background: #f5f5f5;
    color     : #757575;
    font-size : 14px
}

.footer-base a {
    color: #757575
}

.footer-base a:hover {
    text-decoration: none
}

.footer-base__inner {
    display        : flex;
    padding        : 50px 15px;
    margin         : 0 auto;
    max-width      : 1740px;
    align-items    : center;
    justify-content: space-between
}

.footer-base__cont a {
    border       : 2px solid #000;
    display      : inline-block;
    width        : 200px;
    height       : 60px;
    color        : #000;
    font-weight  : 700;
    line-height  : 56px;
    text-align   : center;
    border-radius: 30px;
    font-size    : 16px
}

.footer-base__cont a:hover {
    color     : #fff;
    background: #000
}

.footer-base__bots-title {
    width     : 137px;
    text-align: right;
    margin    : 0 10px
}

.footer-base__apps {
    display: flex
}

.footer-base__soc {
    display      : flex;
    padding-right: 30px
}

.footer-base__bots-btns {
    display: flex
}

.footer-base__bots {
    display    : flex;
    align-items: center
}

.footer-base__lang a:first-child:after {
    content: "|";
    padding: 0 8px
}

.footer-base__lang {
    margin-bottom: 10px
}

.footer-base__apps-el,
.footer-base__bots-el,
.footer-base__soc-el {
    padding: 0 15px
}

.footer-base__apps-el_d-mob {
    display: none
}

.footer-base__apps-el a:hover,
.footer-base__bots-el a:hover,
.footer-base__soc-el a:hover {
    opacity: .7
}

.ct-page-wr {
    padding-top: 50px
}

body.show-spec-mess {
    padding-top: 50px
}

body.show-spec-mess .header-main {
    top: 50px
}

body.show-spec-mess .header-main.header_cab {
    top: 0
}

.header__spec-mess {
    display        : flex;
    align-items    : center;
    height         : 50px;
    background     : #3cb4e7;
    position       : fixed;
    left           : 0;
    top            : 0;
    width          : 100%;
    color          : #fff;
    text-align     : center;
    font-size      : 16px;
    justify-content: center;
    padding        : 0 10px;
    z-index        : 2
}

.header__spec-mess br {
    display: none
}

.smartbanner-show body.show-spec-mess .header-main {
    top: 0
}

.smartbanner-show body.show-spec-mess .header-main .header__spec-mess {
    top     : -50px;
    position: absolute
}

.info-alert__block {
    height             : 100px;
    background-position: 50% 0;
    background-repeat  : no-repeat
}

.info-alert_type_mob {
    display: none
}

.show-sp-alert .wrap>.container {
    margin-top: 160px
}

.show-sp-alert header.header-main {
    height: 160px
}

/*chat widget*/
/* div style + iframe[title],
.ch-widget__inner{
    display: none;
}
.ch-widget__inner .ch-widget__btn{
    margin-bottom: 15px;
}
.ch-show-all .ch-widget__inner {
    display:  block;
}

.ch-widget{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 2;
}

.ch-widget__btn{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0px 4px 40px rgba(0, 32, 69, 0.25);
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: scale(1);
    transition: all 0.3s;
}

.ch-widget__btn:hover{
    transform: scale(1.05);
}

a.ch-widget__btn{
    display: block;
}

.ch-widget--open-all{
    background-color: #FAE514;
    background-image: url('../images/chatwidget/openwid.svg');
    background-size: 32px;
    transition: all 0.3s;
}

.ch-show-all .ch-widget--open-all{
    background-image: url('../images/chatwidget/closewid.svg');
    background-size: 18px;
}

.zvopen{
    background-color: #EF4A4A;
    background-image: url('../images/chatwidget/zdwid.svg');
    background-size: 25px;
}
.ch-widget--fm{
    background-color: #1A4393;
    background-image: url('../images/chatwidget/fmwid.svg');
    background-size: 37px;
}
.ch-widget--vb{
    background-image: url('../images/chatwidget/vbwid.png');
    background-size: contain;
}

.ch-widget--tg{
    background-image: url('../images/chatwidget/tgwid.svg');
    background-size: contain;
    background-color: #fff;
}

.ch-show-all #uptotop{
    display: none!important;
} */

/******/

@media screen and (max-width:1495px) {
    .footer-base__bots {
        flex-direction: column
    }

    .footer-base__bots-title {
        margin    : 0 0 15px 0;
        text-align: center
    }

    .footer-base__apps {
        flex-direction: column
    }

    .footer-base__apps-el {
        margin-bottom: 10px;
        padding      : 0 10px
    }

    .footer-base__bots-el,
    .footer-base__soc-el {
        padding: 0 10px
    }

    .footer-base__rules {
        width: 120px
    }
}

@media screen and (max-width:1024px) {
    .info-alert_type_mob {
        display: block
    }

    .info-alert_type_desk {
        display: none
    }
}

@media screen and (max-width:991px) {
    .footer-base__inner {
        flex-direction: column;
        padding       : 25px 15px
    }

    .footer-base__bots-title,
    .footer-base__rules {
        width     : 100%;
        text-align: center
    }

    .footer-base__apps,
    .footer-base__cont {
        margin-bottom: 15px
    }

    .footer-base__cont a {
        display        : inline;
        border         : none;
        text-decoration: underline;
        height         : auto;
        line-height    : 1.2
    }

    .footer-base__soc {
        padding-right: 0;
        order        : 2;
        margin-bottom: 20px
    }

    .footer-base__bots,
    .footer-base__cont {
        order: 1
    }

    .footer-base__apps,
    .footer-base__lang-map,
    .footer-base__rules {
        order: 3
    }

    .footer-base__bots-el img,
    .footer-base__soc-el img {
        width: 32px
    }

    .footer-base__lang-map {
        margin-bottom: 20px
    }

    .footer-base__apps-el_d-mob {
        display: block
    }

    .footer-base__bots {
        margin-bottom: 25px
    }

    .footer-base__bots-btns {
        border-bottom : 1px solid #b6b6b6;
        padding-bottom: 25px
    }

    .footer-base__lang {
        text-align: center
    }

    .footer-base__cont a {
        font-size: 20px
    }
}

@media screen and (max-width:767px) {
    .header__spec-mess br {
        display: block
    }

    .header__spec-mess {
        font-size: 14px
    }
}

.footer-width {
    width: 33%
}

.footer-planet {
    background-color: #f5f5f5;
    font-weight: 500;
}

.footer-container {
    display        : flex;
    padding        : 40px 15px;
    margin         : 0 auto;
    max-width      : 1740px;
    align-items    : center;
    justify-content: space-between
}

.footer-planet ul {
    list-style: none;
    margin    : 0;
    padding   : 0;
    display   : flex
}

.footer-contacts {
    text-align: center
}

.footer-rules {
    margin-bottom: 20px
}

.footer-rules a {
    color          : #252525;
    font-family    : "Open Sans";
    font-size      : 14px;
    letter-spacing : -.2px;
    line-height    : 19px;
    text-decoration: none
}

.footer-rules a:active,
.footer-rules a:focus,
.footer-rules a:hover {
    text-decoration: none;
    color          : #252525
}

.footer-btn {
    display        : flex;
    justify-content: center;
    align-items    : center
}

.footer-btn a {
    width          : 215px;
    height         : 60px;
    margin         : 0 auto 20px;
    border         : 2px solid #252525;
    border-radius  : 30px;
    box-sizing     : border-box;
    color          : #252525;
    font-size      : 14px;
    font-weight    : 600;
    letter-spacing : 0;
    line-height    : 19px;
    text-transform : uppercase;
    text-align     : center;
    cursor         : pointer;
    display        : flex;
    justify-content: center;
    align-items    : center;
    transition     : all .5s
}

.footer-btn a:hover {
    transition      : all .5s;
    background-color: #252525;
    color           : #fff;
    text-decoration : none
}

.social-img {
    width  : 50px;
    display: flex
}

.social-img img {
    width     : 100%;
    transition: all .5s
}

.social-img img:hover {
    transition: all .5s;
    filter    : invert(.06)
}

.pupm-img {
    width: 70px
}

.pupm-img img {
    width: 100%
}

.app-img {
    width  : 166px;
    margin : 0 auto;
    display: flex
}

.app-img img {
    width     : 166px;
    height    : 50px;
    transition: all .5s
}

.app-img img:hover {
    transition: all .5s;
    filter    : invert(.2)
}

.site-development__text {
    color         : #252525;
    font-family   : "Open Sans";
    letter-spacing: 0;
    line-height   : 19px;
    display       : flex;
    align-items   : flex-end
}

.site-development__text p {
    margin     : 0;
    font-size  : 14px !important;
    line-height: 1 !important
}

.site-development__text a {
    margin-left: 10px
}

.site-development__text a img {
    width: 50px
}

.footer-language {
    display        : flex;
    justify-content: center
}

.language-switcher {
    margin-right: 47px
}

.language-switcher a {
    color          : #252525;
    font-family    : "Open Sans";
    font-size      : 14px;
    letter-spacing : 0;
    text-align     : center;
    text-decoration: none
}

.language-switcher a:active,
.language-switcher a:focus,
.language-switcher a:hover {
    color          : #252525;
    text-decoration: none
}

.language-switcher a:first-child {
    margin-right : 20px;
    padding-right: 20px;
    position     : relative
}

.language-switcher a:first-child:before {
    content         : '';
    position        : absolute;
    right           : 0;
    width           : 1px;
    height          : 18px;
    background-color: #252525;
    transform       : translateY(-50%);
    top             : 50%;
    padding         : 0
}

.language-switcher a.active {
    color: #000
}

.sitemap a {
    color          : #252525;
    font-family    : "Open Sans";
    font-size      : 14px !important;
    letter-spacing : 0;
    text-align     : center;
    text-decoration: none
}

.sitemap a:hover {
    text-decoration: none
}

.footer-app {
    position: relative
}

.footer-app ul {
    flex-direction: column
}

.footer-app ul li:not(:last-child) {
    margin-bottom: 15px
}

.pump-link {
    position : absolute;
    top      : 50%;
    right    : 0;
    transform: translate(50%, -50%)
}

.pump-link a img {
    transition: all .5s
}

.pump-link a img:hover {
    transition: all .5s;
    filter    : invert(.1)
}

.footer-socials-container {
    margin-left: 31%
}

.messenger-links {
    margin-bottom: 18px
}

.messenger-links ul li:not(:last-child) {
    margin-right: 15px
}

.messenger-links .social-text {
    width          : 117px;
    display        : table-cell;
    color          : #252525;
    font-family    : "Open Sans";
    font-size      : 12px !important;
    letter-spacing : 0;
    line-height    : 17px !important;
    text-decoration: none
}

.messenger-links .social-text:hover {
    text-decoration: none
}

.socials-links {
    margin-bottom: 15px
}

.socials-links ul li:not(:last-child) {
    margin-right: 15px
}

.socials-links a img {
    transition: all .5s
}

.socials-links a img:hover {
    transition: all .5s;
    filter    : invert(.06)
}

.lang-modal-overlay{
    background: rgba(56, 56, 56, 0.6);
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.lang-modal{
    position: fixed;
    z-index: 10000;
    background: #fff;
    font-size: 14px;
    color: #252525;
    border-radius: 6px;
    width: 370px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 40px 18px;
    text-align: center;
}

.lang-modal__btn{
    background: #3CB4E7;
    text-transform: uppercase;
    max-width: 270px;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    height: 60px;
    color: #fff;
    font-weight: 600;
    border: none;
}

.lang-modal__btn:hover{
    background-color: #36a2d0;
}

.lang-modal__txt{
    margin-bottom: 30px;
}

.lang-modal__close{
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.lang-modal__close img{
    transform: rotate(0);
    transition: all .5s;
}

.lang-modal__close:hover img{
    transform: rotate(90deg);
}

.lang-modal-overlay,
.lang-modal{
    display: none;
}

.show-lang-modal .lang-modal,
.show-lang-modal .lang-modal-overlay{
    display: block;
}

/*binotel chat*/
button.bwc-chat .bwc-avatar,
.bwc-chat-tail,
.bwc-viber-text,
.bwc-chat-text,
.bwc-telegram-text,
bwchat#bwc-wrap #bwc-widget-action button.bwc-chat .bwc-slide, 
bwchat#bwc-wrap #bwc-widget-action .bwc-button.bwc-chat .bwc-slide {
    display: none!important;
}

body bwchat#bwc-wrap #bwc-chat-omnichannel{
    background: none!important;
    overflow: visible;
}

.bwc-chat-icon svg,
.bwc-telegram-icon svg,
.bwc-viber-icon svg{
    display: none!important;
}


body #bwc-wrap #bwc-chat-omnichannel .bwc-fb-channel,
body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-chat-channel,
body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-telegram-channel,
body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-viber-channel{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0px 4px 40px rgba(0, 32, 69, 0.25);
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: scale(1);
    transition: all 0.3s;
}

body #bwc-wrap #bwc-chat-omnichannel .bwc-fb-channel:hover,
body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-chat-channel:hover,
body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-telegram-channel:hover,
body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-viber-channel:hover{
    transform: scale(1.05);
}

body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-viber-channel{
    background-image: url(../images/chatwidget/vbwid.png);
    background-size: contain;
}

body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-telegram-channel{
    background-image: url(../images/chatwidget/tgwid.svg);
    background-size: contain;
    background-color: #fff;
}


body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-chat-channel{
    border: none;
    background-color: #EF4A4A;
    background-image: url(../images/chatwidget/zdwid.svg);
    background-size: 25px;
    margin-bottom: 15px!important;
    order: 0;
}

body bwchat#bwc-wrap #bwc-chat-omnichannel.bwc-mobile .bwc-chat-channel:last-child {
    margin-bottom: 15px!important;
}

body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-chat-channel:hover{
    background-color: #EF4A4A;
}

body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-chat-channel .bwc-chat-icon,
body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-telegram-channel .bwc-telegram-icon,
body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-viber-channel .bwc-viber-icon, 
body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-telegram-channel .bwc-viber-icon, 
body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-chat-channel .bwc-viber-icon{
    background: none;
}

body bwchat#bwc-wrap #bwc-chat-omnichannel.bwc-mobile {
    background: none!important;
    width: auto;
    padding: 0 16px 0 0;
    box-shadow: none;
}

body bwchat#bwc-wrap #bwc-widget-action button{
    border-radius: 50%;
    width:  60px;
    height: 60px;
}

body #bwc-wrap #bwc-chat-omnichannel a{
    margin-bottom: 15px;
}

body #bwc-wrap #bwc-chat-omnichannel .bwc-fb-channel{
    display: block;
    background-color: #1A4393;
    background-image: url('../images/chatwidget/fmwid.svg');
    background-size: 37px;
}

body bwchat#bwc-wrap #bwc-widget-action.bwc-mobile .bwc-chat{
    max-width: 60px;
}

body #bwc-chat-omnichannel {
    display: flex;
    flex-direction: column;
}

body bwchat#bwc-wrap #bwc-chat-omnichannel .bwc-viber-channel{
    margin-bottom: 10px;
}


body bwchat#bwc-wrap #bwc-chat-omnichannel.bwc-mobile .bwc-viber-channel{
    margin-bottom: 5px!important;
}

body bwchat#bwc-wrap #bwc-chat-omnichannel.bwc-mobile .bwc-telegram-channel{
    margin-bottom: 15px!important;
}


@media screen and (max-width:  767px){
    body bwchat#bwc-wrap #bwc-widget-action button {
        margin-right: 5px;
    }
}

@media screen and (max-width:1200px) {
    .footer-socials-container {
        margin-left: 23%
    }
}

@media screen and (max-width:992px) {
    .footer-width {
        width: 100%
    }

    .footer-container {
        flex-direction: column
    }

    .footer-socials-container {
        margin-left: unset
    }

    .footer-socials-container .messenger-links {
        display: none
    }

    .site-development {
        margin-top: 37px
    }

    .site-development__text {
        justify-content: center
    }

    .site-development__text p {
        width      : 40%;
        font-size  : 12px !important;
        line-height: 17px !important
    }

    .footer-socials-container {
        display       : flex;
        flex-direction: column;
        align-items   : center
    }

    .pump-link {
        position : relative;
        top      : unset;
        right    : unset;
        transform: unset
    }

    .language-switcher {
        margin-right: 0
    }

    .pupm-img {
        width  : 37px;
        display: flex;
        margin : 0 33px
    }

    .footer-language {
        align-items: center
    }

    .mobile-bots {
        margin-top: 15px
    }

    .mobile-bots .social-text {
        width: 100%
    }

    .messenger-links.messenger-links-mobile {
        display       : flex;
        flex-direction: column;
        align-items   : center;
        margin        : 32px 0 25px;
        padding       : 20px 0 10px;
        position      : relative
    }

    .messenger-links.messenger-links-mobile:after,
    .messenger-links.messenger-links-mobile:before {
        content         : '';
        position        : absolute;
        width           : 270px;
        height          : 1px;
        left            : 50%;
        transform       : translate(-50%, 0);
        background-color: #b6b6b6
    }

    .messenger-links.messenger-links-mobile:after {
        top: 0
    }

    .messenger-links.messenger-links-mobile:before {
        bottom: 0
    }

    .site-development__text a {
        margin-bottom: 3px
    }

    .footer-btn a {
        margin: 0 auto 30px
    }

    .footer-app {
        display       : flex;
        flex-direction: column;
        align-items   : center
    }

    .footer-app .messenger-links ul {
        flex-direction : row;
        justify-content: center
    }

    .footer-rules a {
        position: relative
    }

    .footer-rules a:before {
        content         : '';
        position        : absolute;
        bottom          : -2px;
        width           : 100%;
        height          : .1px;
        background-color: #252525
    }

    .footer-app .pump-link,
    .footer-contacts .footer-rules,
    .footer-socials .socials-links {
        display: none
    }

    html[lang="uk-UA"] .footer-language .sitemap {
        width: 103px;
    }
}

@media screen and (min-width:992px) {

    .footer-app .footer-rules,
    .footer-app .messenger-links,
    .footer-language .pump-link,
    .footer-planet .messenger-links-mobile {
        display: none
    }
}

@media screen and (max-width: 380px) {
    .lang-modal {
        width: 310px;
    }
}
