.ftwsp_btn {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}
.ftwsp_btn.active .ftwsp_btn_text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    transform: translate(0, 15px);
}
.ftwsp_btn.active .ftwsp_btn_icon:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
    -o-transform: scale(0) rotate(360deg);
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
}
.ftwsp_btn.active .ftwsp_btn_icon:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}
.ftwsp_btn_text {
    width: 156px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    background: #f5f7f9;
    color: #43474e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 12px;
    margin: 0 7px 0 0;
}
.ftwsp_btn_text p {
    margin: 0;
}
.ftwsp_btn_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    display: block;
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.ftwsp_btn_icon:before {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent url("../img/whatsapp_logo.svg") center center no-repeat;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    background-size: 30px auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ftwsp_btn_icon:after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent url("../img/x_icon.svg") center center no-repeat;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    background-size: 14px auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
    -o-transform: scale(0) rotate(-360deg);
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.ftwsp_chat {
    max-width: calc(100% - 50px);
    width: 351px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: fixed;
    bottom: 102px;
    right: 30px;
    z-index: 90;
    will-change: transform, visibility, opacity;
}
.ftwsp_chat.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.ftwsp_info {
    background: #2db742;
    color: #d9ebc6;
    position: relative;
    padding: 15px 43px 17px 74px;
}
.ftwsp_info:before {
    content: '';
    display: block;
    width: 55px;
    height: 33px;
    background: url("../img/whatsapp_logo.svg") center top no-repeat;
    -webkit-background-size: 33px;
    -moz-background-size: 33px;
    background-size: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.ftwsp_info_title {
    line-height: 24px;
    color: #fff;
    font-size: 18px;
}
.ftwsp_info_description {
    line-height: 20px;
    color: #d9ebc6;
    font-size: 12px;
    padding-top: 4px;
}
.ftwsp_info_description p {
    margin: 0;
}
.ftwsp_contact {
    background: #fff;
    padding: 13px 20px 21px 19px;
}
.ftwsp_contact_title {
    color: #a5abb7;
    font-weight: 500;
    font-size: 11px;
    padding: 0 3px;
}
.ftwsp_contact_item {
    margin-top: 14px;
}
.ftwsp_contact_link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #f5f7f9;
    border-left: 2px solid #2db742;
    border-radius: 2px 4px 2px 4px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 40px 12px 12px;
}
@media screen and (min-width: 1025px) {
    .ftwsp_contact_link:hover {
        background: #fff;
        -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
        box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    }
}
.ftwsp_contact_link:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/whatsapp_logo_green.svg") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 26px;
    right: 14px;
}
.ftwsp_contact_avatar {
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin: 0;
}
.ftwsp_contact_text {
    width: calc(100% - 74px);
}
.ftwsp_contact_name {
    line-height: 1.2;
    color: #363c47;
    font-size: 14px;
}
.ftwsp_contact_occupation {
    line-height: 1.1;
    color: #989b9f;
    font-size: 11px;
    padding: 2px 0 0 0;
}