/* Hover в навигации */
.nav_text:hover a {
    text-decoration: underline !important;
}

.t-form__errorbox-wrapper {
    background: #f38981;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.t-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999999;
    /* display: none; */
    outline: 0;
}

.t-form__successbox {
    text-align: center;
    background: #531DAB;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.t-popup__container {
    padding: 60px 50px;
    border-radius: 20px !IMPORTANT;
}

#rec706370463 .tn-elem[data-elem-id="1707925083969"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    border-bottom-right-radius: 20px;
}

.t649 .t649__blockimg_16-9 {
    padding-bottom: 56%;
    border-radius: 12px;
}

.t404__img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
}

.t-col_12 .t220__textwrapper {
    margin-left: 0;
    border-radius: 20px;
}

.t817__content {
    padding: 20px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.t817__select {
    -webkit-appearance: none;
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid;
    border-bottom-width: 0;
    outline: none;
    margin: 0;
    font-size: 16px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.t817__firefoxfix {
    width: 16px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    pointer-events: none;
    border-top-right-radius: 12px;
}

.t817__content img {
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
}