:root {
    --primary-color: #f25c1f;
}

body {
    font-family: "Roboto", sans-serif;
    height: 100%;
    margin: 0;
    background-color: #fff;
}

a {
    color: #ff5e1b;
    text-decoration: none !important;
}

a:hover {
    color: #ce3c00;
    text-decoration: underline !important;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 70px;
    font-weight: 700;
}
h2 {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: bold !important;
}

h3,
h4,
h5,
h6 {
    font-size: 32px;
    font-weight: 400;
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 70px;
    }
}

.btn-success {
    color: #fff;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    text-transform: uppercase;
}

.btn-success:hover {
    background-color: #cd3c01 !important;
}

header {
    font-family: "Roboto", sans-serif;
}

.header-top {
    background: #eff0f0;
    font-size: 14px;
    color: #737373;
    min-height: 45px;
}

.header-top a {
    color: #000;
    text-decoration: none;
}

.header-top a:hover {
    color: var(--primary-color);
}

@media screen and (max-width: 576px) {
    .header-top {
        font-size: 12px;
    }
}

.header-logo {
    width: 250px;
    border-right: 1px solid #c2c2c4;
}

.header-logo-title {
    font-style: italic;
    font-weight: 900;
}

.header-logo-text {
    font-family: "Roboto Condensed", sans-serif;
    color: #000000;
    font-style: italic;
    font-size: 14px;
}

.header-slogan {
    width: 250px;
    font-weight: bold;
}

.header-slogan span {
    background: var(--primary-color);
    color: #fff;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.header-menu-small ul {
    font-size: 12px;
    list-style-type: none;
}

.header-menu-small a {
    color: #000;
    text-decoration: none;
}

.header-menu-small a:hover {
    text-decoration: undefined;
    color: var(--primary-color);
}

.header-menu-phone {
    line-height: 18px;
    text-align: right;
}

.header-menu-phone-one a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.header-menu-phone-one a:hover {
    text-decoration: undefined;
    color: var(--primary-color);
}

.header-menu-phone-two a {
    font-size: 16px;
    color: #262626;
    text-decoration: none;
}
.header-menu-phone-two a:hover {
    text-decoration: undefined;
    color: var(--primary-color);
}

@media screen and (max-width: 1400px) {
    .header-slogan {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .header-menu-small {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .header-bottom {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header-menu-phone-one a {
        font-size: 16px;
    }
    .header-menu-phone-one img {
        width: 17px;
    }
    .header-menu-phone-two a {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .header-logo-title {
        display: none;
    }
    .header-logo-text {
        display: none;
    }
    .header-logo {
        width: auto;
    }
}

.navbar-nav {
    width: 100%;
    justify-content: space-evenly;
}

.menu-mobile {
    display: none;
}

@media screen and (max-width: 1200px) {
    .menu-mobile {
        display: block;
    }
    .menu {
        display: none;
    }
}

.breadcrumb {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #737373;
}

.breadcrumb-item a {
    color: #737373 !important;
}

.breadcrumb-item a:hover {
    color: #737373;
}

.block_forma h1 {
    font-weight: bold;
}

.block_forma {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.block_forma input {
    max-width: 500px;
    height: 54px;
    border: 1px solid #f25c1f;
    background-color: #e1e1e1;
    border-radius: 15px;
    color: #000;
}

.block_forma .text-muted {
    font-weight: normal;
}

.block_model {
    background: #eff0f0;
    border: 1px solid #d1cece;
    padding: 16px;
    border-radius: 15px;
}

.block_model a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    transition: 1s;
}

.block_model a:hover {
    text-decoration: underline;
}

.block_model .model {
    min-height: 44px;
    align-items: center;
    display: flex;
}

.block_service span {
    font-weight: 600;
}

.block_service .line {
    border-bottom: 1px solid #eff0f0;
}

.block_service a {
    color: #000;
    text-decoration: none;
}

.block_service a:hover {
    color: #000;
    text-decoration: underline;
}

.block_message {
    background: antiquewhite;
    border: 1px solid #d1cece;
    padding: 16px;
    border-radius: 15px;
}

.block_works {
    border: 1px solid gray;
    border-radius: 1rem !important;
    padding: 15px 42px;
    margin-top: 15px;
}

.block_works h3 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: bold;
    height: 58px;
    display: flex;
    align-items: center;
}

.block_works h3 a {
    color: #000;
    text-decoration: none;
}

.block_works h3 a:hover {
    text-decoration: underline;
}

.block_works .date {
    background: url("../../webroot/img/arrow_right.png");
    width: 231px;
    height: 30px;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
.block_works img {
    width: 100%;
}

.block_works p {
    margin-bottom: 8px;
}

.block_works .more {
    background: url("../../webroot/img/big_arrow_right.png");
    max-width: 582px;
    height: 62px;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #fff;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0 15px 0;
    border-radius: 10px;
}

.block_works .more a {
    color: #fff;
    text-decoration: none;
}

.block_works .more a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 576px) {
    .block_works {
        padding: 15px 20px;
    }
}

.block_record {
    border-radius: 11px;
    background: #dbdbdb;
    padding: 15px;
    border: 1px solid #d1cece;
}

.block_record .block_forma input {
    background-color: #ffffff;
}

.footer {
    border-radius: 25px;
    background: var(--black, #262626);
    margin-left: 25px;
    margin-right: 25px;
    width: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.footer .navbar-nav {
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    color: var(--Gray-6, #f2f2f2);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.footer .navbar-nav ul {
    display: flex;
}

.footer .navbar-nav li {
    padding-left: 3px;
    padding-right: 3px;
}

.footer .navbar-nav a {
    color: var(--Gray-6, #f2f2f2);
}

.footer .text-header {
    color: var(--Gray-6, #f2f2f2);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 38px;
    padding-bottom: 14px;
}

.footer .text-header::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    background: var(--primary-color);
    left: 38px;
    margin-top: 18px;
}

.footer .model img {
    display: none;
}

.footer .model a {
    color: var(--gray, #737373);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
}

.footer .contact a {
    color: var(--gray, #737373);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
}

.footer .contact {
    color: var(--gray, #737373);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer .down {
    background: #1b1b1b;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    color: var(--gray, #737373);
    font-family: Roboto;
    font-size: 14px;
    line-height: 140%; /* 19.6px */
}

@media screen and (max-width: 576px) {
    .footer {
        margin-left: 0;
        margin-right: 0;
    }
}

.model_ryad {
    width: 290px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.model-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.model_ryad img {
    opacity: 0.9;
}

.model_ryad img:hover {
    opacity: 1;
}

.model_ryad a {
    color: black;
    text-decoration: none;
}

.model_ryad a:hover {
    color: black;
    text-decoration: underline;
}

.model_ryad_noe {
    float: left;
    width: 270px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.all_model {
    text-align: center;
    padding-bottom: 20px;
}

.hide {
    display: none;
    transition: 2s;
}

.display {
    display: block;
    transition: 2s;
}

.card-body {
    background: #eff0f0;
}

.uslugi .card-body {
    background: #eff0f0;
}

.uslugi a.card-body-link {
    color: #6c757d;
    text-decoration: none;
}

.uslugi a.card-body-link:hover {
    text-decoration: underline;
}

/* .content a {
    color: #ff5e1b !important;
} */

.content img {
    max-width: 100%;
}

.service-text a {
    color: #000 !important;
}

.staty_r {
    margin-bottom: 40px;
    margin-top: 50px;
    background: #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

a.but-out {
    color: white;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}
.teg_height_mini {
    height: 138px;
    overflow: hidden;
}
.teg_height_max {
    height: 100%;
}
.teg {
    float: left;
    padding: 3px;
    height: 43px;
    padding-bottom: 2pc;
}

.teg a {
    border-radius: 20px;
    border: 1px solid #f25c1f;
    background: var(--white, #fff);
    color: var(--black, #262626);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.teg a:hover {
    color: var(--black, #262626);
    text-decoration: none;
}

.btn-teg {
    background-color: #fff;
    border: 1px solid;
    border-color: #565759;
}
.btn-teg:hover {
    background-color: #f5f5f5;
    border-color: #565759;
}

.staty_t {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.staty_t ul {
    list-style-image: none;
    list-style-type: none;
}

.staty_ryad {
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
    height: 230px;
}

.staty_ryad_m {
    padding-bottom: 10px;
    font-size: 18px;
    text-align: left;
    line-height: 16px;
    border-bottom: 1px solid #ddd;
    padding-top: 7px;
}

.staty_ryad img {
    width: 300px;
    border: 1px solid #bfbfbf;
}

.staty_ryad .title {
    line-height: 22px;
    padding-bottom: 5px;
}

.preim {
    width: 215px;
    height: 213px;
    text-align: center;
    margin: 0 auto;
}

.preim p {
    text-align: center;
    text-transform: uppercase;
}

.block-us {
    border: 1px solid #7c7c7c;
    box-sizing: border-box;
    border-radius: 2px;
    /*width: 258px;*/
    margin: 0 auto;
    background: white;
}
.block-us .text {
    /*font-family: Oswald Regular;*/
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(242, 92, 31, 0.97);
    padding-left: 15px;
    padding-right: 5px;
    /*width: 210px;*/
    text-align: left;
    flex-basis: 95%;
}
.block-us .text-chip {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 5px;
    width: 180px;
    text-align: left;
}
.block-us .text-chip span {
    font-size: 26px;
    text-transform: uppercase;
    color: rgba(242, 92, 31, 0.97);
}

.polosa {
    height: 18px;
    background: #c4c4c4;
}
.lh {
    line-height: 11px;
}
.lh-chip {
    height: 170px;
    padding-top: 5%;
    text-align: center;
}
.polosa-chip {
    font-size: 14px;
    line-height: 43px;
    text-transform: uppercase;
    background: #c4c4c4;
    text-align: center;
}
.block-us .text-chip {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 5px;
    width: 180px;
    text-align: left;
}

.model {
    padding-bottom: 12px;
}

.model .card {
    margin: 16px auto;
}

.model .card-body {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.model .btn {
    width: 100%;
}

.model .card-img-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tieser {
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 2pc;
    padding-bottom: 1pc;
}
.tieser div {
    text-align: center;
    padding-top: 2pc;
    padding-bottom: 1pc;
}

.tieser p {
    font-size: 24px;
}

.tieser a {
    color: #fff;
}

a.tieser_link {
    color: #ce3c00;
}

.tieser_button {
    padding-top: 1pc;
    padding-bottom: 1pc;
}

.vibor-keys-title {
    text-align: center;
}

.vibor-keys-title a {
    font-size: 18px;
    color: #41454a;
}

.vibor-keys-title a:hover {
    color: #41454a;
}
.vibor-keys-block {
    margin-bottom: 18px;
}
.vibor-keys-block img {
    border: 1px solid #dedede;
    width: 100%;
    max-width: 256px;
}
.vibor-keys-text {
    text-align: center;
    margin-top: 15px;
    background: #41454a;
    border-radius: 5px;
}
.vibor-keys-text a {
    padding: 15px;
    color: white;
}

.div1,
.div2,
.div3 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: justify;
}
.div4 {
    text-align: center;
}

.div2 {
    text-align: center;
}

.div1 img {
    max-width: 100%;
    box-shadow: 5px 5px 25px;
}

.div2 img {
    max-width: 100%;
    margin-bottom: 15px;
    margin-top: 25px;
    box-shadow: 5px 5px 25px;
}

.div3 h2 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 900 !important;
}

.div3 img {
    max-width: 100%;
    box-shadow: 5px 5px 25px;
}

.div4 img {
    box-shadow: 5px 5px 25px;
    margin-bottom: 20px;
    max-width: 100%;
}

.staty_t a:hover {
    text-decoration: none !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #919191 !important;
}

.fon1 {
    background: url(/img/1-1.jpg) center;
}

.fon2 {
    background: url(/img/2-1.jpg) center;
}

.fon3 {
    background: url(/img/3-1.jpg) center;
}

.fon4 {
    background: url(/img/4-1.jpg) center;
}

.fon5 {
    background: url(/img/5-1.jpg) center;
}

.fon_m {
    background: url(/img/top_mazda.jpg) center;
}

.text_fon {
    position: absolute;
    top: 15%;
    color: white;
    font-size: 28px;
    font-weight: 900;
    background: #eb5825;
    padding: 0px 0px 5px 10px;
    opacity: 0.8;
}

.text_fon1 {
    position: absolute;
    top: 0%;
    color: white;
    font-size: 18px;
    font-weight: 900;
    width: 250px;
    background: #eb5825;
    margin-left: 0px;
    opacity: 0.8;
    text-align: center;
}

.text_fon2 {
    position: absolute;
    top: 5%;
    color: white;
    font-size: 28px;
    font-weight: 900;
    width: 50px;
    background: #eb5825;
    margin-left: 0px;
    opacity: 0.8;
    text-align: center;
    height: 50px;
}

.revealator-zoomin {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
}

.model-keys {
    background: #eeeeee;
    margin-top: 25px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.h_m {
    font-size: 22px;
}

.series {
    border: 1px solid black;
    margin: 10px;
    text-align: left;
}

.keys .card-wrapper {
    margin-bottom: 30px;
}
.keys .card-image .card .card-img-wrapper {
    height: 100%;
}
.keys .card-image .card .card-body {
    display: none;
}
.keys .card-image-title-description .card .card-img-wrapper {
    max-height: 160px;
}
.keys .card-image-title-description .card {
    position: relative;
    min-height: 300px;
}
.keys .card-image-title-description .card .card-body {
    height: auto;
    position: relative;
    top: 0;
    margin-bottom: -70px;
}
.keys .card-image-title-description .card:hover .card-body {
    top: -70px;
}
.keys .card-image-title-description .card .card-body .card-title {
    margin-bottom: 0.75rem;
}
.keys .card {
    display: inline-block;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    height: 400px;
}
.keys .card:hover {
    box-shadow: 8px 12px 31px -10px #ab98ab;
}
.keys .card-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80%;
    overflow: hidden;
}
.keys .card-img-wrapper img {
    transition: 1.5s ease;
}
.keys .card:hover .card-img-wrapper img {
    transform: scale(1.15);
}
.keys .card-body .card-title {
    margin-bottom: calc(50% + 20px);
    transition: 1.5s ease;
}
.keys .card:hover .card-body .card-title {
    margin-bottom: 0.75rem;
}

.keys .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20%;
    background-color: #fff;
    transition: 1.5s ease;
}
.keys .card-content {
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    transition: 1.5s ease;
}
.keys .card:hover .card-body {
    height: 40%;
}
.keys .card:hover .card-content {
    bottom: 0;
}

#route-map {
    height: 450px;
}
.map {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
}
.map_size {
    height: 470px;
}
.map {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
}

.kontbl {
    opacity: 0.8;
    background-color: white;
    width: 400px;
    height: 600px;
    position: absolute;
    right: 232px;
    top: 0px;
    margin: 0 0 0 -510px;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
}

@media screen and (max-width: 751px) {
    .map_block {
        display: none;
    }
}
