#rec322663381 .t702 .t702__wrapper {
    border: 5px solid #cc122e;
}

.uc-sp_corner_sale .t-form__inputsbox {
    display:none;
}

.uc-sp_corner_sale a {
    padding: 10px;
    background-color: #244ca3;
    color: #fff !important;
    border-radius: 5px;
    font-size: 20px;
}

.uc-sp_corner_sale .t-descr {
    margin-bottom: 0px !important;
}

.sp-content {
    display: block;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: max-content;
}

.sp-list {
    margin-bottom: 15px;
    width: 300px;
}

.sp-list:last-child {
    margin-bottom: 0px !important;
}

.sp-button a {
    background: #244ca3;
    color: #ffffff;
    height: 20px;
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
    padding: 10px;
    margin-left: 15px;
    width: 220px;
}

.sp-img img {
    width: 40px;
    height: 40px;
}

.sp-img {
    float: left;
}

.rw-words{
text-align: center;
display: inline-block;
margin: 25px 0;
}

.rw-words span{
position: absolute;
opacity: 0;
overflow: hidden;
width: 90px;
color: #fff;
}

.rw-words-1 span{
animation: rotateWordsFirst 8s linear infinite 0s;
}

.rw-words span:nth-child(2) {
animation-delay: 4s;
color: #fff;
}

@keyframes rotateWordsFirst {
0% { opacity: 0; animation-timing-function: ease-in; height: 0px; transform: rotate(-90deg); }
2% { opacity: 1; height: 60px; transform: rotate(0deg); }
48% { opacity: 1; height: 60px; }
50% { opacity: 0; }
}

.sp_buttons_show {
display: none;
pointer-events: none;
}

.sp-show {
animation: scale 0.3s forwards;
display: block;
pointer-events: all !important;
}

@keyframes scale {
  0% {transform: scale(0, 0);}
  100% {transform: scale(1, 1);}
}

.floating {
 width: 0px;
}
.fixed {
 position: fixed;
 top: 10%;
 z-index: 9999;
}

.showHideContent {
    cursor: pointer;
}

.showHideContent .tn-atom:hover {
    color: #757575 !important;
}

.sp-circle {
    animation: spripple 3s ease infinite;
}

@keyframes spripple {
0% {transform: scale(1);}
50% {transform: scale(1.2);}
100% {transform: scale(1);}
}

.t945__body_popupshowed {
    overflow: visible !important;
}