/*!
Theme Name: strojgrupp
Theme URI: http://underscores.me/
Author: 3jd
Author URI: https://3jd.ru/
Description: 3jd with ❤️ for - strojgrupp
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: strojgrupp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

strojgrupp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body {
    font-family: "Montserrat", serif;
    color: #fff;
    background-color: #000;
}

.header__title {
    font-weight: 700;
    font-size: 24px;
}

.header__location {
    font-size: 18px;
    font-weight: 500;
}

.header__location-icon {
    color: #ff7800;
    font-size: 2rem;
    font-weight: 900;
}

.btn-secondary {
    background-color: #ff7800;
    border-color: #ff7800;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 500;
    white-space: nowrap;
}

.btn-secondary:hover {
    background-color: #ffb400;
    border-color: #ffb400;
}

.btn-secondary-obrat {
    background-color: #fff;
    border-color: #ff7800;
    color: #ff7800;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 500;
    white-space: nowrap;
}

.btn-secondary-obrat:hover {
    background-color: #ffb400;
    border-color: #ff7800;
    color: #fff;
}

.header__nav-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #fff;
    padding: 18px 0 19px 0;
}


.header__nav-link:hover {
    color: #ff7800;
}

.header__phone-link {
    font-size: 20px;
    font-weight: 600;
}

.header__phone-icon {
    color: #ff7800;
    font-size: 2rem;
    font-weight: 900;
}

.hero {
    background-size: cover;
    background-position: center;
}

.hero__title {
    color: #FFF;
    font-size: 4rem;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000;
}

.hero__description {
    text-shadow: 1px 1px 1px #000;
    font-size: 2rem;
    color: #fff;
}

.about__subtitle {
    color: #ff7800;
    font-size: 1.2rem;
    font-weight: 500;
}

.services__item-row {
    box-shadow: 0 0 10px 3px rgb(5 9 54 / 16%);
    overflow: hidden;
    border-radius: 5px;
}

.services__description {
    font-size: .9rem;
    line-height: 1;
}

.services__link-item {
    color: #ff7800;
    font-weight: 600;
}

.packages__card {
    border-top: solid 3px #ff7800;
    border-left: solid 1px #a8a8a8;
    border-right: solid 1px #a8a8a8;
    border-bottom: solid 1px #a8a8a8;
    border-radius: 5px;
    padding: 20px;
}

.packages__title {
    padding-top: 15px;
}

.packages__title {
    font-weight: 500;
    line-height: 1.2;
}

.packages__feature {
    padding-block: 15px;
}

.packages__icon {
    color: #ff7800;
    font-size: 2rem;
    font-weight: bold;
}


.cta {
    background-color: #ff7800;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 150px;
}

.cta__title {
    font-weight: 700;
}


.features {
    margin-bottom: -100px;
}

.features__content {
    transform: translateY(-150px);
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    color: #000;
    box-shadow: 0 0 10px 3px rgb(5 9 54 / 16%);

}

.features__title {
    font-size: 1.3rem;
    line-height: 1.2;
}

.features__icon {
    color: #ff7800;
}

.features__description {
    font-size: .9rem;
    line-height: 1.1;
}

.order__button {
    border-right: 1px solid #333;
}


.order__phone-link {
    font-size: 18px;
    font-weight: 700;
}

.order__phone-icon {
    color: #ff7800;
    font-size: 2rem;
    font-weight: 900;
}


.ac .ac-trigger {
    font: bold 18px Montserrat, sans-serif;
    color: #fff !important;
    text-align: left;
    width: 100%;
    padding: 15px 32px 15px 15px;
    display: block;
    cursor: pointer;
    background-color: #ff7800;
    position: relative;
    text-decoration: none;
    margin: 0;
    border: 1px solid #ff7800;
    border-radius: 3px;
}


.ac .ac-panel .ac-text {
    font: 15px / 24px Montserrat, sans-serif;
    color: var(--color-black);
    padding: 15px;
    margin: 0;
}


.reviews__text {
    box-shadow: 0 0 10px 3px rgb(5 9 54 / 16%);
    overflow: hidden;
    border-radius: 5px;
    padding: 10px;
}

.contacts {
    background-color: #525252;
    color: #fff;
}

.contacts__label {
    color: #ff7800;
    font-size: 1.2rem;
    font-weight: 500;
}

.contacts__detail {
    font-size: 1.1rem;
}

.contacts__icon {
    color: #ff7800;
    font-size: 3rem;
}


.footer {
    background-color: #525252;
    color: #fff;
}

.footer__icon {
    color: #ff7800;
    font-size: 3rem;
}


.footer__link {
    font-size: 1.2rem;
    color: #ff7800;

}


.form-control {
    border-radius: 3px;
    border: solid 1px #ff7800;
}


#map {
    width: 100%;
    height: 600px;
}




/* xl-размер (<=1200px) */
@media (max-width: 1399px) {}

/* lg-размер (<=1199px) */
@media (max-width: 1199px) {
    .header__nav-link {
        font-size: 14px;
    }

    .header__phone-link {
        font-size: 17px;
    }


}

/* md-размер (<=991px) */
@media (max-width: 991px) {
    .header__phone-link {
        font-size: 18px;
    }

}

/* sm-размер (<=768px) */
@media (max-width: 767px) {
    .header__location {
        font-size: 15px;
    }

    .header__location-icon {
        font-size: 1.2rem;
    }

    .hero__title {
        font-size: 2rem;
    }

    .hero__description {
        font-size: 1.2rem;
    }


    .order__phone-link {
        font-size: 14px;
    }

    .order__phone-icon {
        font-size: 1.2rem;
    }

    .btn-secondary {
        padding: 5px 10px;
    }

    .btn-secondary-obrat {
        padding: 5px 10px;
    }

}

/* xs-размер (<=575px) */
@media (max-width: 575px) {
    .header__phone-link {
        font-size: 16px;
    }


    .header__location {
        line-height: 1;
    }
}