p,
a,
li,
.sppb-animated-number,
.sppb-animated-number-title {
    font-family: 'Lora', serif;
}

ul {
    padding-left: 0px;
}

h1,
h2,
h3 {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.sections {
    background-color: #000;
    color: #fff;
}

.sections_liders {
    background-image: url(/images/bg/bg.jpg);
}

.sections_projects {
    background-image: url(/images/bg/bg_white.png);
}


/* Фирменные цвета */

.abzColor {
    background-color: #EF5E26;
    border-color: #EF5E26 !important;
}

.obColor {
    background-color: #16375F;
    border-color: #16375F !important;
}

.ksColor {
    background-color: #F99B1C;
    border-color: #F99B1C !important;
}

.tslColor {
    background-color: #EE7F22;
    border-color: #EE7F22 !important;
}

.rstColor {
    background-color: #994D12;
    border-color: #994D12 !important;
}


/* ССЫЛКИ */

.links {
    text-align: center;
}

.links a {
    font-family: 'Rubik', sans-serif !important;
    text-transform: uppercase;
    color: #fff;
}

.links a:hover {
    border-bottom: 10px solid #fff;
}

.links_abz a:hover {
    border-bottom-color: #EF5E26;
}

.links_ob a:hover {
    border-bottom-color: #16375F;
}

.links_ks a:hover {
    border-bottom-color: #F99B1C;
}

.links_tsl a:hover {
    border-bottom-color: #EE7F22;
}

.links_rst a:hover {
    border-bottom-color: #994D12;
}


/* TOP */

.top {
    background-color: #000;
    color: #fff;
}

.top a {
    color: #fff !important;
}

.top__contacts {
    font-size: 14px;
    text-align: right;
}

.top__contacts a {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

.top__contacts li {
    list-style-type: none;
}

.top__contactsIcons {
    padding-left: 25px;
}

.top__tel {
    background: url(/images/icons/tel.png) no-repeat 7px 0px;
}

.top__email {
    background: url(/images/icons/email.png) no-repeat 5px 1px;
}

.top__logo {
    height: 60px;
}

.top__slogan {
    text-transform: uppercase;
}


/* СЛАЙДЕР */

.slider {
    background-image: url(/images/slider/bg.jpg);
}

.slider__logo {
    margin: 0 auto;
}

.slider__slogan {
    margin: 0 auto;
}

.slider__production h2,
.slider__production h2 a {
    margin-top: 20px;
    color: #fff;
    text-align: center;
}


/* Лидеры строительного рынка */

.headline {
    text-align: center;
}

.headline__caption {
    text-align: center;
}

.projects__headline {
    color: white;
    background: rgb(239,94,38);
    background: linear-gradient(90deg, rgba(239,94,38,1) 0%, rgba(255,152,113,1) 100%);
    padding: 5px;
}

.description {}

.description__list li {
    list-style-type: none;
    padding-left: 25px;
}

.photos {
    margin-bottom: 20px;
}

.description__list_abz {
    background: url(/images/icons/abz.png) no-repeat 0 2px;
}

.description__list_ob {
    background: url(/images/icons/ob.png) no-repeat 0 2px;
}

.description__list_shc {
    background: url(/images/icons/shc.png) no-repeat 0 2px;
}

.description__list_ks {
    background: url(/images/icons/ks.png) no-repeat 0 2px;
}

.description__list_tsl {
    background: url(/images/icons/tsl.png) no-repeat 0 2px;
}

.description__list_rst {
    background: url(/images/icons/rst.png) no-repeat 0 2px;
}

.description blockquote {
    color: #000;
    margin: 20px auto;
    padding: 15px;
    background: linear-gradient(white, white);
    border: 10px solid transparent;
    box-shadow: 5px 3px 30px black;
    font-size: 16px;
    font-family: 'Lora', serif;
    font-style: italic;
    line-height: 1.5;
    /* width: 40%; */
}

.description cite {
    color: #000;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
}


/* Фирмы */

.firms {
    color: #fff;
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.firms_abz {
    background-image: url(/images/bg/firms_abz.jpg);
}

.firms_ob {
    background-image: url(/images/bg/firms_ob.jpg);
}

.firms_tire-center {
    background-image: url(/images/bg/firms_tire-center.jpg);
}

.firms_ks {
    background-image: url(/images/bg/firms_ks.jpg);
}

.firms_tsl {
    background-image: url(/images/bg/firms_tsl.jpg);
}

.firms_rst {
    background-image: url(/images/bg/firms_rst.jpg);
}

.firms__headline {
    font-size: 3em;
    text-transform: uppercase;
}

@media (max-width: 600px) {
    .firms__headline {
        font-size: 1.3em;
    }
}

.firms__contactsWrapper {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.firms__contactsWrapper_abz {
    background: rgb(239,94,38);
    background: linear-gradient(90deg, rgba(239,94,38,1) 0%, rgba(255,146,103,1) 100%);
}

.firms__contactsWrapper_ob {
    background: rgb(22,55,95);
    background: linear-gradient(90deg, rgba(22,55,95,1) 0%, rgba(49,110,184,1) 100%);
}

.firms__contactsWrapper_tire-center {
    background: rgb(39,51,115);
    background: linear-gradient(90deg, rgba(39,51,115,1) 0%, rgba(72,101,175,1) 35%, rgba(114,140,198,1) 100%);
}

.firms__contactsWrapper_ks {
    background: rgb(249,155,28);
    background: linear-gradient(90deg, rgba(249,155,28,1) 0%, rgba(250,187,101,1) 100%);
}

.firms__contactsWrapper_tsl {
    background: rgb(238,127,34);
    background: linear-gradient(90deg, rgba(238,127,34,1) 0%, rgba(255,181,120,1) 100%);
}

.firms__contactsWrapper_rst {
    background: rgb(153,77,18);
    background: linear-gradient(90deg, rgba(153,77,18,1) 0%, rgba(230,150,88,1) 100%);
}

.firms__contactsWrapper a {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.firms__logo {}

.firms__contactsIcons {
    padding-left: 25px;
    padding-bottom: 5px;
}

.firms__contactsIcons_tel {
    background: url(/images/icons/tel.png) no-repeat 0 4px;
}

.firms__contactsIcons_site {
    background: url(/images/icons/site.png) no-repeat 0 4px;
}

.firms__contactsIcons_mail {
    background: url(/images/icons/email.png) no-repeat 0 4px;
}

.firms__description li {
    list-style-type: none;
    background: url(/images/icons/markers.png) no-repeat 0 4px;
    padding-left: 25px;
}


/* Годовые показатели */

.sppb-animated-number::after {
    margin-left: 10px;
}

.indicators {}

.indicators__cards {
    padding: 15px;
    background: linear-gradient(white, white);
    border: 10px solid transparent;
    box-shadow: 5px 3px 30px black;
}

.indicators__cards:hover {
    box-shadow: 1px 1px 20px black;
}

.indicators__cards_abz {}

.indicators__cards_ob {}

.indicators__cards_ks {}

.indicators__photo {
    margin-bottom: 35px;
}

.indicators li {
    list-style-type: none;
    background: url(/images/icons/indicator.png) no-repeat 0 4px;
    padding-left: 25px;
}


/* footer */

.footer p {
    font-family: 'Rubik', sans-serif !important;
    text-transform: uppercase;
}

.footer a {
    color: #fff !important;
    font-family: 'Rubik', sans-serif !important;
    text-transform: uppercase;
}

.footer__contacts li {
    list-style-type: none;
}

.footer__contactsIcons {
    padding-left: 25px;
    padding-bottom: 5px;
}

.footer__tel {
    background: url(/images/icons/tel.png) no-repeat 0 4px;
}

.footer__email {
    background: url(/images/icons/email.png) no-repeat 0 4px;
}

.footer__firms {}

.footer__firms li {
    list-style-type: none;
}

.footer__firms li a {
    padding-left: 25px;
}

.footer__firms_abz {
    background: url(/images/icons/abz.png) no-repeat 0 2px;
}

.footer__firms_ob {
    background: url(/images/icons/ob.png) no-repeat 0 2px;
}

.footer__firms_ks {
    background: url(/images/icons/ks.png) no-repeat 0 2px;
}

.footer__firms_tsl {
    background: url(/images/icons/tsl.png) no-repeat 0 2px;
}

.footer__firms_rst {
    background: url(/images/icons/rst.png) no-repeat 0 2px;
}