:where(.wp-site-blocks *:focus) {
    outline: none !important;
}
.top10-menu-button{
    width: 130px !important;
}
.top10-menu-button .uagb-modal-trigger{
    background: rgb(225 232 237) !important;
    padding: 20px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    
    transition: .3s ease-in-out;
}

.top10-menu-button .uagb-modal-trigger:hover{
    background: #1da1f2 !important;
    color: rgb(225 232 237);
}

.uagb-block-51e3d77f .uagb-modal-popup-close{
    width: 60px;
    height: 60px;
    top: 30px !important;
    right: 30px !important;
}


.wp-block-navigation__submenu-container{
    min-width: 500px !important;
}

@media screen and (max-width: 600px){

    .wp-block-navigation__submenu-container{
        min-width: 350px !important;
    }
}
/* .top10-menu-button button::before{
    content: "Меню";
    margin-right: 15px;
    margin-top: 4px;
} */

/* @media screen and (max-width: 600px){

    .top10-menu-button button::before {
        content: "";
        margin-right: 0px;
        margin-top: 0px;
    }
}

.top10-menu-button svg{
    width: 30px;
    height: 30px;
}

.top10-menu-button .wp-block-navigation__responsive-close button::before{
    content: "";
} */

.top10-header-modal{
    width: 215px !important;
    text-align: center !important;
}

.top10-filter-bigshadow{
    filter: drop-shadow(0 0 30px white);
}
.top10-header-modal .uagb-modal-trigger{
    padding: 10px !important;
    text-align: center;
    border-radius: 8px !important;
    filter: drop-shadow(0 0 10px rgb(29 161 242));
    color: white;
    line-height: 20px;
    
    transition: .3s ease-in-out;
}


.top10-akcent-button .uagb-modal-trigger{
    text-align: center;
    border-radius: 8px !important;
    filter: drop-shadow(0 0 10px rgb(29 161 242));
    color: white;
    line-height: 20px;    
    transition: .3s ease-in-out;
    font-size: 20px;
}


.top10-header-modal .uagb-modal-trigger:hover,
.top10-akcent-button .uagb-modal-trigger:hover{
    filter: drop-shadow(0 5px 15px rgb(29 161 242));
    transform: scale(1.2);
}






.has-global-padding{
    padding-right: 0 !important;
    padding-left: 0 !important;
}


.circle-iro9gg32c {
    fill: #1da1f2;
}


.one-block-blue-border{
    border-left: 2px solid #1da1f2;
    padding-left: 10px;
}

.one-block-icon{    
    padding-left: 15px;
}

.light-shadow{
    filter: drop-shadow(0 0 10px rgb(29 161 242));
}

.top10-card-title{
    font-size: 18px !important;
}


.top10-card:hover {
    box-shadow: 0px 26px 50px -30px rgb(29 161 242 / 79%), inset 0px 0px 0px 3px rgb(29 161 242) !important;
    background-color: rgb(225 232 237 / 4%);
    cursor: pointer;
}

.top10-card-link{
    font-size: 16px !important;
    font-weight: 500;
}
.top10-card:hover .top10-card-link{
    text-decoration: underline
}

.top10-svg-cont{
    width: 130px !important;
    max-width: 130px !important;
    height: 130px !important;
}

.top10-svg-cont svg{
    width: 100% !important;
    height: auto !important;
    max-height: 130px !important;
}

.top-10-image-sticky{
    position: sticky !important;
    top: 0px;
}

.wp-block-post-title {
    color: white; /* Установите белый цвет текста */
}

.overlay-block {
    position: relative; /* Позволяет позиционировать псевдоэлемент */
}

.overlay-block::before {
    content: ""; /* Обязательно добавьте это для псевдоэлемента */
    position: absolute; /* Позволяет накладывать на блок */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(39, 43, 47, 0.65); /* Полупрозрачный цвет */
    z-index: 0; /* Убедитесь, что налет выше фона */
}

.overlay-block > * {
    position: relative; /* Позволяет контенту отображаться выше налета */
    z-index: 2; /* Убедитесь, что контент выше налета */
}


.div--u-iplrboert {
    width: 30px;
    position: relative;
    display: block;
    height: 2px;
    margin-bottom: 20px;
    background-color: rgb(29 161 242);
}

#wp--skip-link--target{
    margin-block-start: 0;
}

.head-bread{
    color:rgb(255 255 254 / 50%);
    font-size: 14px;
    z-index:0;
}

.head-bread a{
    color: rgb(255 255 254 / 70%)
}

.opn_ul{
    margin-left: 40px;
}
ul.opn_ul li {
    position: relative;
    margin: 0 0 10px;
    list-style: none;
}

ul.opn_ul li:before {
    content: "";
    background: url(https://klasstelecom.ru/wp-content/uploads/2024/09/ul.svg) 50% 50% / 100% no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -35px;
    top: 0;
}

.wp-block-post-date{
    padding: 0 !important;
}



.top10-post-content{
    background: #f5f8fa;
    padding: 30px;
    margin: 30px;
    border-radius: 20px;
}

.top10-post-meta{
    display: flex;
    gap: 10px;
    font-size: 14px !important;
    color: grey !important;
    line-height: 20px !important;
    margin: 20px 0;
}

.top10-post-meta time{
    font-size: 14px !important;
    color: grey !important;
    line-height: 20px !important;
}

.custom-header-wrapper h1{
    max-width: 90%;
    z-index:0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    overflow-wrap: break-word;
    background: #f5f8fa;
    padding: 20px;
    border-radius: 20px;
    height: 150px;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px){
    .wp-block-latest-posts.wp-block-latest-posts__list li {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .footer_one{
        flex-direction: column;
        align-items: center;
    }

    .footer-whatsapp-icon{
        justify-content: center;
    }

    .top10-preim-card{
        width: 100% ;
        max-width: 100% !important;
    }

    .uagb-modal-popup-close{
        top: 10px !important;
        right: 10px !important;
        fill:#1da1f2 !important;
        z-index: 999;
    }

  
}

.wp-block-latest-posts a{
    color: #1da1f2;
}

/* карточки преимуществ*/
.top10-preim-card{
    background-color: #f5f8fa;
    border-radius: 20px;
    width: 45% ;
    max-width: 45%;
    padding: 15px;
    text-align: center;

}

.top10-preim-card-tre{
    background-color: #f5f8fa;
    border-radius: 20px;
    width: 30%;
    max-width: 30%;
    padding: 15px;
    text-align: center;

}

.top10-preim-card .uagb-ifb-image-content,
.top10-preim-card-tre .uagb-ifb-image-content{
    background-color: #ebf2fe;
    width: 75px;
    height: 75px;
    padding: 20px;
    border-radius: 100%;
    margin: auto;
}

.top10-preim-card .uagb-ifb-content,
.top10-preim-card-tre .uagb-ifb-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top10-dropdoen-menu-item{
    color: red
}

.otziv .wp-block-latest-comments__comment{
    background-color: #f5f8fa;
    border-radius: 10px;
    padding: 15px;

}

.top10-footer-modal .uagb-modal-trigger{
    position: fixed;
    top: 43%;
    right: 30px;
    padding: 15px !important;
    text-align: center;
    background-color: #1da1f2;
    border-radius: 100% !important;
    color: white;
    width: 30px;
    transition: .3s ease-in-out;
    z-index: 2;
}

.top10-footer-modal .uagb-modal-trigger:hover{
    filter: drop-shadow(0 0 10px rgb(29 161 242));
    transform: scale(1.2);
}


.top10-footer-modal2 .uagb-modal-trigger{
    position: fixed; 
    top: 57%;
    right: 30px;
    padding: 15px !important;
    text-align: center;
    background-color: #1da1f2;
    border-radius: 100% !important;
    color: white;
    width: 30px;
    transition: .3s ease-in-out;
    z-index: 2;
}

.top10-footer-modal2 .uagb-modal-trigger:hover{
    filter: drop-shadow(0 0 10px rgb(29 161 242));
    transform: scale(1.2);
}



.forminator-checkbox__label p{
    margin-top: 0 !important;
}

@media screen and (max-width: 370px){
    .custom-logo-link{
        width: 180px; 
    }

    .m-fs-35{
        font-size: 35px !important;
    }
}

.wp-block-navigation__submenu-icon svg{
    transition: .3s ease-in-out;
}

@media screen and (max-width: 600px) {
    .top10-menu-button {
        display: flex;
        width: 130px !important;
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 10;
        text-align: right;
        justify-content: right;
        filter: drop-shadow(0 0 10px rgb(29 161 242));
    }

    .top10-menu-button .uagb-inline-editing{
        display: none;
    }

    .top10-menu-button svg{
        margin: 0 !important;
    }

    .uagb-block-51e3d77f .uagb-modal-popup-close{
        top: 30px !important;
        right: 10px !important;
    }

   
}

.mobile-bottom-line{
position: fixed !important;
bottom: 0;
left: 0;
width: 100% !important;
z-index: 999;
}

/* .top-head-buttons .uagb-modal-trigger{
    background: #f5f8fa;
} */
.footer-line-button .uagb-modal-content-wrapper{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 10px;
}

@media screen and (max-width: 361px) {
    .footer-line-button .uagb-modal-content-wrapper{
        font-size: 8px;
    }
}



.capture_404 {
    font-weight: 700;
        font-size: 140px;
        width: fit-content;
        margin: 0 auto;
}

.page_not_found{
    width: fit-content;
    font-weight: 700;
    font-size: 44px;
     margin: 0 auto;
}

.page_404_button .wp-block-button{
    text-align: center;
    margin-top: 44px;
}

@media (max-width: 768px) {
    .container_404 {
        padding: 0 10px;
    }

    .capture_404 {
        font-size: 100px;
    }

    .page_not_found{
        font-size: 30px;
       
    }

    .page_404_button .wp-block-button{
        margin-top: 24px;
    }
}

.bold-text {
    font-weight: bold;
}

.li-p-text-margin {
    margin-left: 20px;
}

.ul-margin-text {
    margin-left: 30px;
}

.uagb-ifb-title{
    font-weight: bold;
}

table {
    width: 100%;
    margin: 0 auto;
  }
  table.iksweb {
    text-decoration: none;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
  }
  table.table-col-6 {
    text-decoration: none;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
  }
  table.table-col-6 th {
    font-weight: normal;
    color: #ffffff;
    background-color: #ffffff;
  }
  table.table-col-6 td {
    color: #313131;
  }
  table.table-col-6 td, table.iksweb th {
    white-space: pre-wrap;
    padding: 10px 10px;
    vertical-align: middle;
    border: 2px solid #ffffff;
  }
  table.table-col-6 tr:hover {
    background: linear-gradient(90deg,rgb(29,161,242) 0%,rgb(7,142,227) 100%);
  }
  table.table-col-6 tr:hover td {
    color: #ffffff;
    cursor: default;
  }
  .mobile-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }
  .table-col-6 thead td {
    color: #ffffff;
    font-weight: bold;
    background: linear-gradient(90deg,rgb(29,161,242) 0%,rgb(7,142,227) 100%);
    line-height: 15px;
  }
  .table-col-6 tbody {
    background: #f5f8fa;
  }
  .table-col-6 thead {
    background: #dd191b;
  }
  .for-mobile-view{
      overflow: auto;
  }
  .col-3{
      width: 15%;
  }

  .border-block{
    border: solid 1px rgb(29 161 242 / 32%);
  }

  .menu-padding a{
    padding: .5rem 5px
  }

  .step-title{
    font-weight: bold;
    font-size: 29px;
  }

.list-title div ol li{
    font-weight: bold;
    font-size: 29px;
  }

.glow-button{
    font-weight: bold;
    filter: drop-shadow(0 0 10px rgb(29 161 242));
}

.client-icon{
    width: auto;
}


.classlist li::marker{
    color:rgb(29,161,242);
    font-size: 18px;
    font-weight: bold;
}