.pattern .tn-atom {
    background-size: inherit!important;
    background-repeat: repeat!important;
}
.link-more a {
    display: block;
}
.link-more-icon {
    transition: transform 0.2s ease-in-out;
}
.link-more:hover + .link-more-icon {
    transform: translateX(5px);
}
.t-input__vis-ph {
    opacity: 0.75;
}
button.t-submit {
    text-transform: uppercase;
    transition: transform 0.2s ease-in-out;
}
button.t-submit:hover {
    transform: scale(1.1);
}
.t702 .t702__title {
    margin-bottom: 0!important;
}
.t702 .t-submit {
    height: 74px;
}
.t702 .t702__form-bottom-text {
    font-weight: 300!important;
    line-height: 1.2!important;
    font-size: 12px!important;
    opacity: 0.8!important;
}
.t702 .t-form__submit {
    margin-top: 40px!important;
}
.t702 .t-input-group {
    margin-bottom: 10px!important;
}
.t702 .t-popup__block-close {
    background: #383432!important;
}
.t-form .js-error-control-box .t-checkbox__control, .t-form .js-error-control-box .t-checkboxes__wrapper, .t-form .js-error-control-box .t-input:not(.t-input-phonemask):not(.t-input-ownanswer):not(.t-input__own-answer), .t-form .js-error-control-box .t-radio__wrapper, .t-form .js-error-control-box .t-rate__wrapper, .t-form .js-error-control-box .t-select, .t-form .js-error-control-box .uploadcare-widget {
    border-color: #b50000!important;
}
.t-form__errorbox-wrapper {
    background: #b50000!important;
    border-radius: 4px;
}
.t-input-error {
    color: #b50000!important;
}
.tn-atom .t-form__errorbox-wrapper, .tn-form__errorbox-popup {
    font-family: 'HelveticaNeue', Arial, sans-serif;
    background: #b50000!important;
}
.link-map a {
    transition: border-color 0.2s ease-in-out;
    border-bottom: 1px dashed #ffffff;
}
.link-map a:hover {
    border-color: transparent;
}
@media screen and (max-width: 1199px) {
    .link-more:hover + .link-more-icon {
            transform: none;
    }
    button.t-submit:hover {
        transform: none;
    }
}
@media screen and (max-width: 560px) {
    .t702 .t-form__submit {
        margin-top: 30px !important;
    }
    .t702 .t702__form-bottom-text {
        margin-top: 10px!important;
    } 
    .t702 .t702__text-wrapper {
        margin-bottom: 10px;
    }    
}