.tg_message {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 102;
    box-shadow: 0 0 10px 0 #545454;
    opacity: 1;
}

.tg_message.hide {
    bottom: -9999px;
    opacity: 0;
}

.tg_message .tg_message__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 992px;
    margin: 0 auto;
    padding: 30px;
}

.tg_message .tg_message-text {
    color: #373737;
    flex-basis: 70%;
    max-width: 70%;
    font-size: 14px;
    line-height: 1.1;
}

.tg_message .tg_message-more {
    font-size: 12px;
    flex-basis: 15%;
    max-width: 15%;
    text-align: center;
    text-decoration: underline;
}

.tg_message .tg_message-ok {
    outline: none;
    cursor: pointer;
}

.tg_attention {
    position: fixed;
    z-index: 9999;
    left: 40px;
    right: 40px;
    bottom: 100px;
    transition: 1s;
    max-width: 420px;
    font-family: "Golos Text", sans-serif;
    line-height: 152%;
    background-color: #fff;
    -webkit-filter: drop-shadow(0 0 5px rgba(100, 100, 100, 0.4));
    filter: drop-shadow(0 0 5px rgba(100, 100, 100, 0.4));
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    display: flex;
    flex-direction: row-reverse;
}

.tg_attention__container {
    padding: 25px;
}

.tg_attention__actions {
    margin-top: 0px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.tg_attention__actions a {
    font-size: 16px;
    color: #fff;
}

.tg_attention__actions button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    outline: none !important;
    width: auto;
    min-width: 0;
    height: 46px;
    padding: 0 26px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    border: none;
    font-size: 16px;
    margin: 0;
}

.tg_attention.opened {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    animation-delay: 2s;
}

.tg-widget-icon {
   float: left;
   margin-top: 15px;
}

.tg_attention__content{padding-left: 70px;}
.tg-widget-icon img {
    width: 50px;
    height: 50px;
}
.tg_attention-close {
    float: right;
    font-size: 39px;
    color: #3e464f;
    position: absolute;
    right: 10px;
    top: 3px;
}

.tg_attention-close:hover,
.tg_attention-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
