/*
Theme Name: Ukladka Landing Theme
Author: Michael
Version: 1.0
Description: Укладка лендинг тема
*/

body {
    font-family: 'Rubik', sans-serif;
}

.red-text {
    color: #CE2B2B;
}

html {
    scroll-behavior: smooth;
}

.animate-fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-fadein.appear {
    opacity: 1;
    transform: translateY(0);
}

.phone_container a {
    color: inherit;
    text-decoration: none;
}

.contact-btn {
    background-color: #3a3d45;
    color: #fff;
    border: none;
    border-radius: 0.7rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-btn:hover,
.contact-btn:active {
    background-color: #CE2B2B;
    color: #fff;
}

.contact-btn:focus {
    background-color: #3a3d45;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.contact-btn i {
    transition: color 0.3s ease;
}

.contact-btn:hover i,
.contact-btn:focus i,
.contact-btn:active i {
    color: #fff !important;
}

.contact-flex {
    flex: 1 1 0;
    min-width: 250px;
}

.footer-main {
    background-color: #3a3d45;
    font-size: 0.875rem;
    line-height: 1.5;
}