.ba-form-footer p{
    display: none;
}
.tm-phone{
    font-size: 1.4rem;
    font-weight: 700;
    color: #135ee4;
}
.tm-links{
    background: #135EE4;
    padding: 12px;
    border-radius: 10px;   
}
.tm-links .el-link{
    color: #fff;
    padding: 0 20px;
}
.tm-headerbar .uk-grid > div:last-child {
    margin-left: auto;
}

.tm-mess svg{
    width: 28px;
}
.tm-button:hover{
    color: #ccc !important;
}
.tm-button-calc::before {
    content:"";
    background-image: url(../svg/header-calc.svg);
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-right: 14px;
}
.tm-button-call::before {
    content:"";
    background-image: url(../svg/header-call.svg);
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-right: 14px;
}
.tm-button-write::before {
    content:"";
    background-image: url(../svg/header-msg.svg);
    flex: 0 0 23px;
    width: 25px;
    height: 25px;
    margin-right: 14px;
}
.tm-offer img{
    border-radius: 10px 10px 0 0;
}
.tm-offer .uk-card-primary{
    border-radius: 10px;
}
.tm-highlighted-text {
    position: relative;
    display: block;
    max-width: 100%;
}
.tm-highlighted-text span{
    display: inline;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #FF1C76 46%);*/
    box-shadow: inset 0 -10px 0 #FF1C76;
}

.yes-check-list,
.no-check-list {
    list-style: none;
    padding-left: 0;
}

.yes-check-list li,
.no-check-list li{
    position: relative;
    padding-left: 32px;
}
.yes-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    background-color: #135EE4; /* зеленый */
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
}
.no-check-list li::before {
    content: "✕";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 22px;
    height: 22px;
    background-color: #135EE4; /* красный */
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-wrap {
    margin: 40px 0;
}
.comparison-table {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}
.comparison-table thead {
    background: #f8f9fa;
}
.comparison-table th {
    padding: 18px;
    font-size: 16px;
}
.comparison-table td {
    padding: 8px 8px;
    font-size: 15px;
    vertical-align: middle;
}
.comparison-table tbody tr:hover {
    background: #f9fdfb;
}

.upvc-head {
    background: #e9f7ef;
    color: #198754;
    font-weight: 700;
}

.positive {
    color: #198754;
    font-weight: 500;
}

.negative {
    color: #dc3545;
    font-weight: 500;
}



.tm-gradient{
    background: linear-gradient(90deg,rgba(87, 199, 133, 1) 0%, rgba(0, 161, 62, 1) 100%);;
    color: #fff !important;
    border: none;
}
.tm-gradient:hover{
    background: linear-gradient(90deg,rgb(87, 167, 120) 0%, rgb(1, 133, 51) 100%);;
}
.tm-line {
  text-decoration-line: underline;
  text-decoration-color: #79CC00;
}
.tm-background-text {
  position: absolute;
  top: 10%;
  transform: translate(-50%, -50%);
  font-size: clamp(45px, 9vw, 200px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: transparent;
  background: linear-gradient(90deg,rgba(120, 169, 212, 1) 0%, rgba(242, 242, 242, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 1.5px transparent;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

@media (max-width: 640px){
    .uk-logo{
        max-width: 220px;
    }
    .tm-toolbar-menu .el-item,
    .tm-main-menu .el-item{
        padding-left: 0;
    }
    .tm-main-slider .el-content{
        display: none;
    }  
    .tm-main-slider .el-title{
        font-size: 26px;
    }
    .comparison-table th {
        font-size: 14px;
    }
    .comparison-table td {
        font-size: 12px;
    }
}
@media (max-width: 960px){

}
@media (max-width: 1400px){
    
}
@media (max-width: 1600px){
    
}
