.t-upwidget-container__button t-text {
    color: #ffffff;
    background-color: #e20026;
    border-radius: 16px;
    font-family: GothamPro;
    font-size: 16px;
}

.t668__wrapper {
    border-radius: 12px;
}

.t554__card {
   border-radius: 12px; 
}

.map {
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.btn1, .btn2, .btn3 {
    cursor: pointer;
}
.btnSoc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

/*block1*/
/*
.t-to-inter, .uc-block1-contnr {
    font-family: "Inter", sans-serif !important;
    color: red !important;
}
*/
/*block2*/


.p1, .btnL, .btnR, .tex-line {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "slnt" 0;
    color: F4F5F6;
}

.p1{
    font-weight: 700;
    font-size: 25px;
    line-height: 135%;
    margin: 0;
}

.p2{
    font-weight: 600;
    font-size: 25px;
    color: #253237;
}

.ul-1 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 17px;
}

.ul-1 li{
    font-weight: 400;
    font-size: 17px;
    line-height: 135%;
    color: #253237;
}


.listalka {
    background-color: #F4F5F6;
    display: flex;
    flex-direction: column;
    max-width: 100% !important;
    height: 420px;
    padding: 47px;
    gap: 47px;
    border-radius: 12px;
}

.cif-line{
    display: flex;
}
.tex-line{
    position: relative;
}

.texBox{
    width: 100%;
    height: 100%;
    position: absolute;
}

.p1 {
    background-color: #ffffff;
    transition: background-color 0.2s ease;
    padding: 24px;
    margin-right: 16px;
    border-radius: 16px;
}

.btnL, .btnR {
    background-color: #ffffff;
    transition: background-color 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-color: transparent;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}

.btnL:hover, .btnR:hover {
    background-color: #f2360f;
}

.btnL svg {
    transition: fill 0.2s linear;
    fill: #253237;
}

.btnR svg {
    transition: fill 0.2s linear;
    fill: #253237;
}

.btnL:hover svg {
    fill: white;
}

.btnR:hover svg {
    fill: white;
}

.btns{
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: auto;
    margin-left: auto;
    gap: 18px;
}

.texBox {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}

.texBox.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.p1.active {
    background-color: #253237;
    color: white;
}









@media screen and (max-width: 960px) {
    .listalka{
        padding: 20px;
        gap: 20px;
        margin: 0 10px 0 10px;
    }
    .btnL, .btnR {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    .ul-1 {
        gap: 4px;
    }
    .p1{
        padding: 12px;
    }
}
@media screen and (max-width: 640px) {
    .listalka{
        gap: 15px;
        margin: 0;
        height: 465px;
    }
    .btnL, .btnR {
        width: 62px;
        height: 62px;
    }
    .ul-1 {
        gap: 10px;
    }
    .p1{
        font-size: 20px;
        padding: 18px;
        border-radius: 15px;
        margin: 0;
    }
    .cif-line{
        justify-content: space-between;
    }
    .p2{
        font-size: 20px;
    }
    .ul-1 li{
        font-size: 14px;
    }
    .btns{
        position: relative;
        width: 100%;
        justify-content: center;
        margin-bottom: -100px;
    }
  }
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap')