
.FloatingContacts {
    position: fixed;
    bottom: 15px;
    right: 24px;
    display: block;
    z-index: 11111111
}

.FloatingContacts.position-top .FloatingContacts__list {
    bottom: 220px
}

.FloatingContacts_loaded .FloatingContacts__button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s;
    transition: all .2s
}

.FloatingContacts [data-icon=dots]>i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 19px;
    top: 28px
}

.FloatingContacts [data-icon=dots]>i:nth-child(2) {
    left: 28px
}

.FloatingContacts [data-icon=dots]>i:nth-child(3) {
    left: 37px
}

.FloatingContacts__button [data-icon],.FloatingContacts__button a.FloatingContacts__list-item[data-icon],.FloatingContacts__list [data-icon],.FloatingContacts__list a.FloatingContacts__list-item[data-icon] {
    padding: 0 0 0 75px
}

.FloatingContacts__button [data-icon]:before,.FloatingContacts__list [data-icon]:before {
    content: "";
    width: 70px;
    left: 5px;
    top: 0;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px
}

.FloatingContacts:hover .FloatingContacts__button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.FloatingContacts__button {
    background-color: #1e88e5;
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 0;
    border-radius: 50% 50% 0 50%;
    -webkit-box-shadow: 0 3px 15px 0 rgba(74,76,78,.45);
    box-shadow: 0 3px 15px 0 rgba(74,76,78,.45);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.FloatingContacts__button>* {
    pointer-events: none
}

.FloatingContacts__button:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

@-webkit-keyframes rotate-icons-wrap {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    52% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    62% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    64% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    74% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    76% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    86% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    88% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate-icons-wrap {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    52% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    62% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    64% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    74% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    76% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    86% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    88% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes rotate-icons {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    52% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    62% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    64% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    74% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    76% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    86% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    88% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes rotate-icons {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    52% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    62% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    64% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    74% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    76% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    86% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    88% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes rotate-icons-wrap-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    52% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    62% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    64% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    74% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    76% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    86% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    88% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate-icons-wrap-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    52% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    62% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    64% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    74% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    76% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    86% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    88% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes rotate-icons-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    52% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    62% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    64% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    74% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    76% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    86% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    88% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes rotate-icons-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    52% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    62% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    64% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    74% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    76% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    86% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    88% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes rotate-icons-wrap-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    40% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    42% {
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg)
    }

    50% {
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg)
    }

    52% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }

    62% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }

    64% {
        -webkit-transform: rotate(216deg);
        transform: rotate(216deg)
    }

    74% {
        -webkit-transform: rotate(216deg);
        transform: rotate(216deg)
    }

    76% {
        -webkit-transform: rotate(290deg);
        transform: rotate(290deg)
    }

    86% {
        -webkit-transform: rotate(290deg);
        transform: rotate(290deg)
    }

    88% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate-icons-wrap-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    40% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    42% {
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg)
    }

    50% {
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg)
    }

    52% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }

    62% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }

    64% {
        -webkit-transform: rotate(216deg);
        transform: rotate(216deg)
    }

    74% {
        -webkit-transform: rotate(216deg);
        transform: rotate(216deg)
    }

    76% {
        -webkit-transform: rotate(290deg);
        transform: rotate(290deg)
    }

    86% {
        -webkit-transform: rotate(290deg);
        transform: rotate(290deg)
    }

    88% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes rotate-icons-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    40% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    42% {
        -webkit-transform: rotate(-72deg);
        transform: rotate(-72deg)
    }

    50% {
        -webkit-transform: rotate(-72deg);
        transform: rotate(-72deg)
    }

    52% {
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg)
    }

    62% {
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg)
    }

    64% {
        -webkit-transform: rotate(-216deg);
        transform: rotate(-216deg)
    }

    74% {
        -webkit-transform: rotate(-216deg);
        transform: rotate(-216deg)
    }

    76% {
        -webkit-transform: rotate(-290deg);
        transform: rotate(-290deg)
    }

    86% {
        -webkit-transform: rotate(-290deg);
        transform: rotate(-290deg)
    }

    88% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes rotate-icons-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    40% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    42% {
        -webkit-transform: rotate(-72deg);
        transform: rotate(-72deg)
    }

    50% {
        -webkit-transform: rotate(-72deg);
        transform: rotate(-72deg)
    }

    52% {
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg)
    }

    62% {
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg)
    }

    64% {
        -webkit-transform: rotate(-216deg);
        transform: rotate(-216deg)
    }

    74% {
        -webkit-transform: rotate(-216deg);
        transform: rotate(-216deg)
    }

    76% {
        -webkit-transform: rotate(-290deg);
        transform: rotate(-290deg)
    }

    86% {
        -webkit-transform: rotate(-290deg);
        transform: rotate(-290deg)
    }

    88% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.FloatingContacts__button-icons {
    position: absolute;
    z-index: 2;
    width: 110px;
    height: 110px;
    top: -25px;
    left: 30px
}

.FloatingContacts__button-icons[data-icons-number="4"] {
    -webkit-animation: rotate-icons-wrap-4 13s infinite;
    animation: rotate-icons-wrap-4 13s infinite
}

.FloatingContacts__button-icons[data-icons-number="4"] [data-icon] {
    -webkit-animation: rotate-icons-4 13s infinite;
    animation: rotate-icons-4 13s infinite
}

.FloatingContacts__button-icons[data-icons-number="3"] {
    -webkit-animation: rotate-icons-wrap 10s infinite;
    animation: rotate-icons-wrap 10s infinite
}

.FloatingContacts__button-icons[data-icons-number="3"] [data-icon] {
    -webkit-animation: rotate-icons 10s infinite;
    animation: rotate-icons 10s infinite
}

.FloatingContacts__button-icons[data-icons-number="2"] {
    -webkit-animation: rotate-icons-wrap-2 10s infinite;
    animation: rotate-icons-wrap-2 10s infinite
}

.FloatingContacts__button-icons[data-icons-number="2"] [data-icon] {
    -webkit-animation: rotate-icons-2 10s infinite;
    animation: rotate-icons-2 10s infinite
}

.FloatingContacts__button-icons [data-icon] {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px
}

.FloatingContacts__button-icons [data-icon]:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: 50%;
    background-size: 30px 30px!important
}

.FloatingContacts__button-icons [data-icon][data-icon=whatsapp]:before {
    background-position: 15px 14px
}

.FloatingContacts__button-icons [data-icon]:first-of-type {
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -30px
}

@-webkit-keyframes dotUp {
    0%,47%,53%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes dotUp {
    0%,47%,53%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.FloatingContacts__button-icons [data-icon]:first-of-type>i {
    -webkit-animation: dotUp 2.6s linear infinite;
    animation: dotUp 2.6s linear infinite
}

.FloatingContacts__button-icons [data-icon]:first-of-type>i:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.FloatingContacts__button-icons [data-icon]:first-of-type>i:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.FloatingContacts__button-icons [data-icon]:nth-of-type(2) {
    left: 50%;
    margin: -30px 0 0 -30px;
    top: 0
}

.FloatingContacts__button-icons [data-icon]:nth-of-type(3) {
    left: 100%;
    top: 50%;
    margin: -30px 0 0 -30px
}

.FloatingContacts__button-icons [data-icon]:nth-of-type(3):before {
    background-size: 28px 28px!important
}

.FloatingContacts__button-icons [data-icon]:nth-of-type(4) {
    left: 50%;
    top: 100%;
    margin: -30px 0 0 -30px
}

.FloatingContacts__button-icons [data-icon]:nth-of-type(5) {
    left: 50%;
    top: 0;
    margin: -30px 0 0 -30px
}

.FloatingContacts__button-icons[data-icons-number="4"] {
    -webkit-transform: rotate(290deg);
    transform: rotate(290deg)
}

.FloatingContacts__button-icons[data-icons-number="4"] [data-icon] {
    -webkit-transform: rotate(-290deg);
    transform: rotate(-290deg)
}

.FloatingContacts__button-icons[data-icons-number="4"] [data-icon]:nth-of-type(2) {
    left: 35%;
    top: 97%
}

.FloatingContacts__button-icons[data-icons-number="4"] [data-icon]:nth-of-type(3) {
    left: 90%;
    top: 79%
}

.FloatingContacts__button-icons[data-icons-number="4"] [data-icon]:nth-of-type(4) {
    left: 91%;
    top: 21%
}

.FloatingContacts__button-icons[data-icons-number="4"] [data-icon]:nth-of-type(5) {
    left: 33%;
    top: 3%
}

.FloatingContacts__button-close {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.FloatingContacts__button:after {
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,transform .2s;
    transition: opacity .2s,transform .2s,-webkit-transform .2s
}

.FloatingContacts__button_dialog-open {
    background-image: none;
    border-radius: 50%;
    -webkit-transition: border-radius .1s;
    transition: border-radius .1s
}

.FloatingContacts__button_dialog-open .FloatingContacts__button-close {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.FloatingContacts__button_dialog-open .FloatingContacts__button-icons {
    opacity: 0;
    visibility: hidden
}

.FloatingContacts__button_dialog-open:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.FloatingContacts__button:active,.FloatingContacts__button:focus,.FloatingContacts__button:hover {
    outline: none
}

.FloatingContacts[data-device=mobile] .FloatingContacts__button-close:after {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PHBhdGggZD0iTTE4IDEuOEwxNi4yIDAgOSA3LjIgMS44IDAgMCAxLjggNy4yIDkgMCAxNi4yIDEuOCAxOCA5IDEwLjhsNy4yIDcuMiAxLjgtMS44TDEwLjggOXoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: all .2s;
    transition: all .2s
}

.FloatingContacts[data-device=mobile] .FloatingContacts__button-close>* {
    opacity: 0;
    visibility: hidden
}

.FloatingContacts__list {
    max-height: 0;
    position: fixed;
    bottom: 85px;
    right: 24px;
    padding: 0;
    background-color: #1e88e5;
    border-radius: 5px;
    width: 245px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 18px 0 rgba(0,0,0,.16);
    overflow: hidden
}

.FloatingContacts__list:before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -85px;
    right: 0;
    opacity: .5;
    z-index: -1
}

.FloatingContacts__list:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    display: block;
    right: 17px;
    border: 14px solid transparent;
    border-top-color: #1e88e5;
    margin-top: -1px
}

.FloatingContacts__list-item,.FloatingContacts__list a.FloatingContacts__list-item {
    padding: 0 0 0 25px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    margin: 3px 0;
    text-decoration: none
}

.FloatingContacts__list-item:first-child,.FloatingContacts__list-item:last-child,.FloatingContacts__list a.FloatingContacts__list-item:first-child,.FloatingContacts__list a.FloatingContacts__list-item:last-child {
    margin: 0
}

.FloatingContacts__list-item:first-child,.FloatingContacts__list a.FloatingContacts__list-item:first-child {
    margin: 10px 0 0
}

.FloatingContacts__list-item:last-child,.FloatingContacts__list a.FloatingContacts__list-item:last-child {
    margin: 0 0 10px
}

.FloatingContacts__list-item:hover,.FloatingContacts__list a.FloatingContacts__list-item:hover {
    border-color: #3498f1;
    background-color: #3498f1;
    text-decoration: none;
    border-radius: 0
}

.FloatingContacts__list-item:not(:first-child):after,.FloatingContacts__list a.FloatingContacts__list-item:not(:first-child):after {
    content: "";
    width: calc(100% - 44px);
    left: 22px;
    top: -3px;
    position: absolute;
    display: block;
    background-color: #3498f1;
    height: 1px
}

.FloatingContacts.show .FloatingContacts__list {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: bounce_in;
    animation-name: bounce_in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 100%;
    overflow: visible
}

.FloatingContacts.show[data-device=mobile] .FloatingContacts__button-close:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.FloatingContacts.bounce_out .FloatingContacts__list {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: bounce_out;
    animation-name: bounce_out;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.FloatingContacts [data-icon=livechat]:before {
    background-image: url(../images/livechat.svg);
    background-size: 20px 16px
}

.FloatingContacts [data-icon=phone]:before {
    background-image: url(../images/tell.svg);
    background-size: 16px
}

.FloatingContacts [data-icon=email]:before {
    background-image: url(../images/email.svg);
    background-size: 19px
}

.FloatingContacts [data-icon=whatsapp]:before {
    background-image: url(../images/whatsapp.svg);
    background-size: 19px
}

#fb-root div.fb_dialog.fb_dialog_advanced,#fb-root div.fb_dialog.fb_dialog_mobile,.LPMcontainer {
    display: none!important
}

.LPMcontainer {
    opacity: 0;
    visibility: hidden
}

.lp_desktop {
    position: relative;
    z-index: 5555555555
}

.FloatingContacts-wrapper {
    z-index: 1;
    position: relative
}

.FloatingContacts__button {
    padding: 0
}

.FloatingContacts__button,.FloatingContacts__list,.FloatingContacts__list-item:not(:first-child):after,.FloatingContacts__list a.FloatingContacts__list-item:not(:first-child):after {
    background-color: #05ada3
}

.FloatingContacts__list:after {
    border-top-color: #05ada3
}

.FloatingContacts__list-item:hover,.FloatingContacts__list a.FloatingContacts__list-item:hover {
    border-color: #05ada3;
    background-color: #02c4ac
}