html {
    --main-color: #b41818;
    --main-color--hover: #cf1c1c;
    --main-color-bright: #ff3a3a;
    --second-color: #424f60;
    --second-color-hover: #5e6978;
}
body.page-landing {
    color: #000;
    background: #f3f3f3;
}
body.page-landing .wrapper_inner, body.page-landing .maxwidth-theme {
    max-width: 1200px;
    background: none;
}

.page-landing img {
    max-width: 100%;
}
.page-landing h1,
.page-landing .h1 {
    font-weight: 900;
    font-size: 50px;
    color: #000;
    margin-bottom: 40px;
}

.page-landing h2,
.page-landing .h2 {
    margin-bottom: 40px;
}

.btn.btn-default {
    max-width: 100%;
}

.page-landing .row {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1023px) {
    .page-landing h1,
    .page-landing .h1 {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .page-landing h1,
    .page-landing .h1 {
        font-size: 30px;
    }
    body.page-landing h1, body.page-landing h2, body.page-landing h3, body.page-landing h4 {
        text-align: left;
    }
}
@media (max-width: 374px) {
    .page-landing h1,
    .page-landing .h1 {
        font-size: 26px;
    }
    .page-landing .btn-lg {
        padding: 10px;
    }
}

.h-before {
    position: relative;
}
.h-before:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 5px;
    width: 70px;
    background: var(--main-color);
}

.page-landing .logo_and_menu-row .phone-block {
    text-align: right;
}
.page-landing .logo_and_menu-row,
.page-landing .logo_and_menu-row .phone a {
    color: #fff;
}
.page-landing .logo_and_menu-row .phone-block a.twosmallfont {
    color: #eee;
    font-size: 16px;
}
.page-landing .logo_and_menu-row .phone .svg-phone {
    background-image: url("../images/svg/Phone_white.svg");
}
.page-landing .header-notice {
    position: relative;
    line-height: 1.2;
    padding-left: 40px;
}
.page-landing .header-notice:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/svg/phone1.svg') no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
}
.page-landing .header-notice .large {
    font-weight: 900;
    font-size: 18px;
}
.page-landing .fixed .header-notice {
    font-size: 12px;
}
.page-landing .fixed .header-notice .large {
    font-size: 15px;
}
.page-landing footer {
    background: var(--second-color);
    color: #fff;
}
.page-landing footer a {
    color: #fff;
}
.landing-footer-text {
    margin-top: 20px;
    color: #ccc;
}
.page-landing #headerfixed.fixed,
.page-landing #headerfixed>.maxwidth-theme,
.page-landing #headerfixed>.wrapper_inner {
    display: block !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .page-landing #headerfixed .v1 .inner-table-block.phones .phone {
        display: block;
    }
}
@media (max-width: 374px) {
    .page-landing .logo_and_menu-row .phone a {
        font-size: 18px;
    }
}

/** Первый блок с фоновым видео **/
.promo-block {
    color: #fff;
    position: relative;
    will-change: top;
    margin-top: -103px;
    padding: 190px 0 100px;
}
.promo-block--background {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.promo-block--background-video {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.promo-block--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.promo-block--container {
    position: relative;
    z-index: 2;
}
.page-landing .promo-block--title {
    color: var(--main-color-bright);
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 130%;
}
.page-landing .promo-block--title .small {
    color: #fff;
    font-size: 80px;
    display: block;
}
.promo-block--features {
    margin-top: 100px;
    display: flex;
    counter-reset: features;
    font-size: 18px;
}
.promo-block--features > * {
    position: relative;
    padding-top: 30px;
    margin-right: 50px;
}
.promo-block--features > *:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: features;
    content: '0' counter(features);
    color: var(--main-color-bright);
    font-size: 24px;
    font-weight: 900;
}
.promo-block--features > *:after {
    position: absolute;
    content: '';
    top: -12px;
    left: -15px;
    background: url("../images/svg/ellipse.svg") no-repeat;
    background-size: 26px;
    width: 26px;
    height: 26px;
}
@media (max-width: 1023px) {
    .page-landing .promo-block--title {
        font-size: 60px;
    }
    .page-landing .promo-block--title .small {
        font-size: 36px;
    }
    .promo-block--features {
        font-size: 14px;
    }
    .promo-block--features > * {
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .promo-block {
        padding: 130px 0 50px;
    }
    .page-landing .svg-phone {
        display: none;
    }
    .page-landing .promo-block--title {
        text-align: center;
    }
    .promo-block--features {
        flex-wrap: wrap;
        margin: 50px 0;
        font-size: 16px;
    }
    .promo-block--features > * {
        margin: 0 0 20px 50px;
        padding-top: 0;
        padding-left: 40px;
        width: 100%;
    }
    .promo-block--features > *:before {
        font-size: 20px;
    }
    .promo-block--features > *:after {
        top: -10px;
        left: -13px;
        background-size: 24px;
    }
}
@media (max-width: 374px) {
    .page-landing .promo-block--title {
        font-size: 50px;
    }
    .page-landing .phone {
        white-space: nowrap;
    }
}

.promo-block--form,
.landing-map-form {
    background: var(--second-color);
    padding: 30px;
    text-align: center;
}
.promo-block--form .form .h2,
.landing-map-form .form .h2 {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
    padding: 0;
}
.promo-block--form .form .form_desc,
.landing-map-form .form .form_desc {
    margin-bottom: 30px;
}
.promo-block--form .form .form_footer,
.landing-map-form .form .form_footer {
    display: block;
}
.promo-block--form .form .btn,
.landing-map-form .form .btn {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding: 15px;
}
.page-landing .filter.licence_block a {
    color: #ccc;
    text-decoration: underline;
}
@media (max-width: 1023px) {
    .promo-block--form .form .h2,
    .landing-map-form .form .h2 {
        font-size: 22px;
        font-weight: 700;
    }
    .promo-block--form .form .btn,
    .landing-map-form .form .btn {
        font-size: 16px;
    }
}

/** Блок акций **/
.landing-actions {
    padding: 100px 0 50px;
}
.landing-actions--item {
    padding: 35px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
}
.landing-actions--item-dark {
    background: var(--second-color);
}
.landing-actions--item-light {
    background: var(--main-color);
}
.landing-actions--item img {
    position: absolute;
    right: 30px;
    top: -50px;
    max-width: 40%;
    max-height: 210px;
}
.landing-actions--item .h2 {
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
    max-width: 50%;
}
.landing-actions--item .info {
    font-weight: 300;
    color: #eee;
}
@media (max-width: 767px) {
    .landing-actions {
        padding: 80px 0 30px;
    }
    .landing-actions--item {
        margin-bottom: 30px;
        padding: 25px;
        font-size: 16px;
    }
    .landing-actions--item .h2 {
        font-size: 22px;
    }
    .landing-actions--item img {
        top: -20px;
    }
}
@media (max-width: 374px) {
    .landing-actions--item {
        font-size: 15px;
    }
    .landing-actions--item .h2 {
        font-size: 20px;
    }
}

/** Блок товаров с табами **/
.landing-catalog {
    padding: 50px 0;
    background: #eee url('../images/landing-catalog-bg.jpg') no-repeat 50% 0;
    background-size: cover;
    background-attachment: scroll;
}
.landing-catalog--tab-links {
    display: flex;
}
.landing-catalog--tab-link {
    padding: 30px;
    font-size: 16px;
    font-weight: 700;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    line-height: 1;
    cursor: pointer;
    transition: all .3s;
}
.landing-catalog--tab-link:not(.active):hover {
    color: #fff;
    background: var(--second-color);
}
.landing-catalog--tab-link.active {
    margin-bottom: -1px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}
.landing-catalog--tab-gost {
    font-size: 12px;
    margin-top: auto;
    padding-top: 7px;
}
.landing-catalog--tab-content {
    padding: 30px;
    background: #fff;
    border: 1px solid #E5E5E5;
}
.landing-catalog--tab-content table {
    width: 100%;
}
.landing-catalog--tab-content thead {
    background: var(--second-color);
    color: #fff;
}
.landing-catalog--tab-content th,
.landing-catalog--tab-content td {
    font-weight: 700;
    padding: 12px 20px;
    text-align: center;
    border: 1px solid #eee;
}
.landing-catalog--tab-content th {
    border-color: var(--second-color-hover);
}
.landing-catalog--tab-content tbody tr:nth-child(even) {
    background: #eee;
}
.landing-catalog--tab-content--manufacturer img {
    display: inline-block;
    margin: 0 7px;
}
.landing-catalog--tab-content--price {
    position: relative;
}
.landing-catalog--tab-content--price .btn {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    font-size: 16px;
}
.landing-catalog--tab-content--price:hover .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .landing-catalog {
        padding: 20px 0 50px;
    }
    .landing-catalog--tab-links {
        overflow-x: auto;
    }
    .landing-catalog--tab-link {
        padding: 15px;
    }
    .landing-catalog--tab-content {
        padding: 30px 0;
    }
    .landing-catalog--tab-content th,
    .landing-catalog--tab-content td {
        padding: 10px 7px;
    }
    .landing-catalog--tab-content--manufacturer img {
        max-width: 70px;
    }
    .landing-catalog--tab-content--price {
        white-space: nowrap;
    }
}
@media (max-width: 374px) {
    .landing-catalog--tab-content th,
    .landing-catalog--tab-content td {
        font-size: 13px;
    }
    .landing-catalog--tab-content--manufacturer img {
        max-width: 60px;
    }
    .landing-catalog--tab-content--price .btn {
        font-size: 13px;
    }
}

/** блок сертификатов **/
.landing-certificates {
    padding: 50px 0 20px;
}
.landing-certificates--item {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .landing-certificates {
        padding: 30px 0 0;
    }
}

/** блок металлобаз **/
.landing-stores {
    padding: 0 0 20px;
}
.landing-stores--item {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .landing-stores {
        padding: 0;
    }
}

/** блок текста **/
.landing-text {
    font-size: 16px;
}
.landing-text p {
    margin-bottom: 30px;
}
.landing-text ul li {
    margin-bottom: 30px;
    padding-left: 25px;
}
.landing-text ul li:before {
    content: "\2714";
    font-weight: 900;
}
@media (max-width: 767px) {
    .landing-text .col-sm-5 {
        margin-top: 30px;
    }
}

/** блок преимуществ **/
.landing-advantages {
    font-size: 16px;
    color: #fff;
    background: url('../images/bg-advantages.jpg') 50% 50%;
    background-size: cover;
    padding: 80px 0;
}
.landing-advantages--item {
    display: flex;
    margin: 20px 0;
}
.landing-advantages--item-title {
    color: var(--main-color-bright);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}
.landing-advantages--item-img {
    margin-right: 30px;
    flex: 0 0 165px;
}
@media (max-width: 1023px) {
    .landing-advantages--item-img {
        flex: 0 0 100px;
    }
}
@media (max-width: 767px) {
    .landing-advantages {
        padding: 40px 0;
    }
    .landing-advantages--item {
        margin: 40px 0;
    }
    .landing-advantages--item-title {
        font-size: 18px;
    }
}
@media (max-width: 374px) {
    .landing-advantages--item {
        flex-direction: column;
    }
    .landing-advantages--item-img {
        margin: 0 0 20px;
        flex: auto;
    }
}

/** блок прочих разделов каталога **/
.page-landing .landing-catalog-other .h1 {
    margin-bottom: 10px;
}
.landing-catalog-other {
    font-size: 16px;
}
.landing-catalog-other--subtitle {
    margin-bottom: 40px;
    font-size: 28px;
}
.landing-catalog-other .row {
    align-items: stretch;
}
.landing-catalog-other--item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--second-color);
    background: #fff;
}
.landing-catalog-other--item-img {
    padding: 20px 10px;
    margin: auto;
}
.landing-catalog-other--item-img a:hover {
    opacity: 0.8;
}
.landing-catalog-other--item-text {
    margin-top: auto;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    background: var(--second-color);
}
.landing-catalog-other--item-title {
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}
.landing-catalog-other--item-title:hover {
    color: #fff;
    opacity: .9;
    text-decoration: none;
}
@media (max-width: 767px) {
    .landing-catalog-other--subtitle {
        font-size: 22px;
    }
}

/** блок автопарка **/
.landing-auto {
    background: url("../images/bg-auto.jpg") 50% 50%;
    background-size: cover;
    padding: 50px 0 80px;
}
.landing-auto .h1 {
    color: #fff;
}
.landing-auto .row {
    align-items: stretch;
}
.landing-auto--item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.landing-auto--item-img {
    width: 50%;
}
.landing-auto--item-info {
    padding-left: 20px;
    width: 50%;
}
.landing-auto--item-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 20px;
}
.landing-auto--item-prop {
    color: #888;
    margin-top: 15px;
    line-height: 1.1;
}
.landing-auto--item-prop--value {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
@media (max-width: 1022px) {
    .landing-auto--item-img {
        width: 40%;
    }
    .landing-auto--item-info {
        width: 60%;
    }
    .landing-auto--item-title {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .landing-auto {
        padding: 30px 0 50px;
    }
    .landing-auto--item {
        flex-wrap: wrap;
        text-align: center;
    }
    .landing-auto--item-img,
    .landing-auto--item-info {
        width: 100%;
        padding: 0;
    }
    .landing-auto--item-img img {
        max-width: 250px;
    }
    .landing-auto--item-info {
        margin-top: 20px;
    }
}

/** блок как заказать **/
.landing-how-to-order {
    padding: 50px 0;
}
.landing-how-to-order {
    counter-reset: order_list;
}
.landing-how-to-order .row {
    align-items: stretch;
}
.landing-how-to-order--item {
    position: relative;
    padding: 0 20px 0 80px;
    font-size: 16px;
    margin-bottom: 30px;
}
.landing-how-to-order--item:before {
    counter-increment: order_list;
    content: counter(order_list);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 66px;
    font-weight: 900;
    color: #d4d2d2;
    line-height: 0.9;
}
.landing-how-to-order--item-title {
    font-weight: 700;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .landing-how-to-order {
        padding: 30px 0;
    }
}


/** Блок с картой и формой **/
.landing-map {
    position: relative;
    padding-top: 50px;
    background: none !important;
}
.landing-map-form {
    position: absolute;
    bottom: 0;
    left: calc(50% - 1170px / 2);
    z-index: 1000;
    color: #fff;
    max-width: 390px;
}
.landing-map-form .form textarea {
    min-height: 100px;
}
@media (max-width: 1200px) {
    .landing-map-form {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .landing-map {
        padding-top: 0;
    }
    .landing-map-form {
        position: relative;
        left: 0;
        max-width: 100%;
    }
}
@media (max-width: 500px) {
    .page-landing .contacts-page-map .bx-yandex-view-layout {
        padding: 0;
    }
    .page-landing .contacts-page-map .bx-yandex-view-layout .bx-yandex-map {
        max-height: 60vh;
    }
}