.t-text,
.t-descr{
    font-size: 16px;
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.t-title {
    font-size: 36px;
    line-height: 1.5;
    text-align: left;
}
.t-input,
.t-form .t-submit,
.tn-atom[role="button"]{
    border-radius: 15px !important;
}

.t190__button_circle svg {
    display: none;
}
.t190__button_circle {
    width: 40px;
    height: 40px;
    opacity: 0.8;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20C0 8.9544 8.9544 0 20 0C31.0456 0 40 8.9544 40 20C40 31.0456 31.0456 40 20 40C8.9544 40 0 31.0456 0 20ZM31.224 29.7904L20 18.5664L8.1872 30.3792L9.3656 31.5576L20 20.9232L30.6344 31.5576L31.8128 30.3792L31.224 29.7904ZM31.224 19.6664L20 8.4424L8.1872 20.2552L9.3656 21.4336L20 10.7992L30.6344 21.4336L31.8128 20.2552L31.224 19.6664Z' fill='%23541616'/%3E%3C/svg%3E%0A");
}
.t190__button_circle:hover {
    opacity: 1;
}

#t-header .t228 .t-btn {
    padding: 10px 20px;
    font-size: 16px;
}
#t-header .t228 .t-btn:hover {
    opacity: 0.8;
}
#t-header .t228 a[href*="tel"]:hover {
    text-decoration: underline;
}

#t-header .t228 .t-menusub__menu:after, 
#t-header .t228 .t-menusub__menu:before {
    display: none !important; 
}
#t-header .t228 .t-menusub__menu a:hover  {
    text-decoration: underline;
}

.uc-footer-top {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}
.uc-footer-top a[href]:hover,
.uc-footer-bottom a:hover {
    text-decoration: underline !important;
}
.uc-footer-form {
    padding: 24px 0 !important;
}
.uc-footer-form .t-submit {
    padding: 0 83px !important;
    height: 60px;
    border-radius: 30px !important;
}
.uc-footer-form .t-input {
    height: 60px;
    border-radius: 30px !important;
}
.uc-footer-form .t690 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.uc-footer-form .t690 .t-col {
    margin: 0;
}
.uc-footer-form .t690 .t-form {
    max-width: 830px !important;
    margin-left: auto;
}
.uc-footer-form .t690 .t-input-block {
    padding-right: 10px !important;
}
.uc-footer-form .t690 .t-form__submit {
    padding-left: 10px !important;
}
.uc-footer-bottom iframe {
    display: block;
    width: 150px;
    height: 50px;
}
.uc-footer-contact-wrap > .tn-molecule {
    align-items: stretch !important;
}
.uc-footer-contact-wrap > .tn-molecule > div {
    
    display: block !important;
}
.uc-footer-contact-wrap > .tn-molecule .tn-atom__html {
    display: block !important;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.uc-footer-contact-wrap a[href*="mailto"],
.uc-footer-contact-wrap a[href*="tel"]:hover{
    text-decoration: underline !important;
}
.uc-footer-contact-wrap a[href*="mailto"]:hover {
    text-decoration: none !important;
}

@media (min-width: 1025px) {
    .uc-footer-contact-wrap > .tn-molecule > div {
        height: auto !important;
    }
}
@media (max-width: 1024px) {
    .uc-footer-form .t690 {
        grid-template-columns: 100%;
    }
    .uc-footer-form .t690 .t-section__title,
    .uc-footer-form .t690 .t-section__descr{
        text-align: center;
    }
    .uc-footer-form .t690 .t-input-block {
        padding-right: 0 !important;
        margin-bottom: 10px;
    }
    .uc-footer-form .t690 .t-form__submit {
        padding: 0 !important;
    }
    .uc-footer-contact-wrap {
        width: calc(100% - 20px) !important;
        left: 10px !important;
    }
    .uc-footer-contact-wrap > .tn-molecule > div {
        width: 100% !important;
    }
}


