body {
    background-color: aliceblue !important;
    position: relative;
}

.card {
    background-color: #e2e2e2 !important;
}

.login-form form {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.info_msg {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.form-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
}

.flashes {
    list-style: none;
    color: red;
}

.logo-img {
    width: 240px !important;
}

.input-qnt {
    width: 50px;
}

.footer {
    background-color: #212529;
    color: #fff;
}

.company-item {
    font-size: 18px;
    font-weight: 400;
    padding-top: 20px;
}

.fixed-header {
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.home-top-block {
    background-image: url(../img/home_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 100%;
    height: 950px;
}

.home-title {
    color: #ffffff;
    font-size: 3rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.top-list {
    margin-top: 20px;
    padding-left: 0;
}

.top-list-item {
    list-style: none;
    font-size: 20px;
    color: #ffffff;
}

.faq-text p {
    font-size: 18px;
}

.about-img img {
    width: 100%;
}

.about-content-block-1 {
    width: 33%;
}

.about-content-block-2 {
    width: 67%;
}

.contacts-block .icon i {
    font-size: 50px;
    color: #3949a0;
}

.contact-text a {
    color: black;
}

.feedback_form {
    padding-top: 100px;
}

.img-box {
    width: 32%;
    height: 500px;
    margin: 5px;
    position: relative;
    background-size: cover;
}

.img-box img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 100%;
}

.hover-box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    cursor: pointer;
    opacity: 0;
    transition-duration: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover-box:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.hover-box:hover {
    opacity: 1;
    transition-duration: 0.3s;
}

.img-box:hover .hover-box,
.img-box:hover img {
    transform: scale(1.1);
    transition-duration: 0.3s;
    z-index: 1;
}

.hover-box .inner {
    width: 50%;
}

.spacer {
    height: 80px;
}

.up-btn {
    position: fixed;
    right: 45px;
    bottom: 45px;
    background-color: #343a40;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
}

.up-btn:hover {
    transition-duration: 0.3s;
    transform: scale(1.2);
    cursor: pointer;
}

.show-btn {
    opacity: 1 !important;
    visibility: visible !important;
}

#main-content {
    margin-bottom: 150px;
    min-height: 600px;
}

#after-submit {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #00000041;
    display: flex;
    justify-content: center;
    align-items: center;
}

.after-submit-msg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 150;
    width: 35%;
    height: 35%;
    font-size: 2vw;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 10px;
}

.header-contacts {
    text-align: center;
}

.header-contacts a {
    color: #fff;
    font-size: 20px;
    width: 100%;
}

.header-contacts a:hover {
    color: rgb(200, 200, 200);
}

.header-phone-icon {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

@media (max-width: 992px) {
    .home-top-block {
        height: 100%;
    }

    .home-title {
        font-size: 2rem;
    }

    .top-list-item {
        font-size: 15px;
    }

    .form-title-mob {
        font-size: 15px !important;
    }

    .img-box {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .img-box {
        width: 100%;
        height: 100%;
    }

    .about-content-block-1,
    .about-content-block-2 {
        width: 100%;
    }

    .header-contacts a {
        font-size: 15px;
    }

    .header-contacts {
        text-align: left;
    }

    .header-phone-icon {
        font-size: 15px;
    }
}

@media (max-width: 453px) {
    .header-contacts {
        display: none;
    }
}
