.home-container {
    margin-bottom: 150px;
}

.home-banners-big {
    margin: 0 auto 50px auto;
    width: 100%;
}

.swiper-slide-background {
    opacity: 1 !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-tizers-list {
    margin-bottom: 100px;
}

.tizers-list__item-link-icon {
    display: block;
    margin-right: 10px;
    width: 50px;
    max-height: 50px;
}

.tizers-list__item-link-icon i {
    display: block;
    width: 100%;
    max-height: 50px;
}

.tizers-list__item-link-icon svg {
    display: block;
    width: 100%;
    max-height: 50px;
}

.home-categories {
    display: flex;
    gap: 90px;
    width: 100%;
    overflow-x: hidden;
}

.home-categories-left {
    max-width: 345px;
    flex-shrink: 0;
}

.home-categories-left-title {
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #fff;
}

.home-categories-left-desk {
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: #ccc;
}

.home-categories-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 13px;
    margin-bottom: 30px;
}

.home-categories-tags-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 48%;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #f2722c;
    white-space: nowrap;
    border: 1px solid #f2722c;
    border-radius: 10px;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
}

.home-categories-tags-link:hover, .home-categories-tags-link:focus, .home-categories-tags-link:active {
    color: #333;
    background-color: #f2722c;
}

.home-categories-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 20px 30px;
    max-width: 345px;
    width: 100%;
    font-family: "Inter", sans-serif;;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff !important;
    border-radius: 10px;
    background-color: #f2722c;
}

.home-categories-all svg {
    display: block;
    transition: transform 0.3s;
}

.home-categories-all:hover svg, .home-categories-all:focus svg, .home-categories-all:active svg {
    transform: translateX(5px);
}

.home-categories-right {
    width: calc(100% - 435px);
}

.home-categories-slider {
    width: 100%;
}

.home-categories-slide {
    position: relative;
    height: 400px;
    border-radius: 10px;
}

.home-categories-slide-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.home-categories-slide-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.home-categories-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 30px 10px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, #383636 0%, rgba(176, 176, 176, 0) 100%);
}

.home-categories-slide-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: rgba(242, 114, 44, 0.3);
    transition: background-color 0.3s;
    border-radius: 50%;
}

.home-categories-slide-arrow:hover, .home-categories-slide-arrow:focus, .home-categories-slide-arrow:active {
    background-color: #F2722C;
}

.home-categories-slide-arrow svg {
    fill: #F2722C;
    transition: fill 0.3s;
}

.home-categories-slide-arrow:hover svg, .home-categories-slide-arrow:focus svg, .home-categories-slide-arrow:active svg {
    fill: #fff;
}

.home-categories-slide-name {
    display: block;
    margin-top: auto;
    margin-bottom: 22px;
    width: 100%;
    font-weight: 600;
    font-size: 28px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #F5F5F5;
    transition: color 0.3s;
}

.home-categories-slide-name:hover, .home-categories-slide-name:focus, .home-categories-slide-name:active {
    color: #F2722C;
}

.home-categories-slide-total {
    margin-bottom: 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    line-height: 154%;
}

.home-video {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.home-video-iframe {
    width: 50%;
}

.home-video-iframe iframe {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.home-video-info {
    width: 50%;
}

.home-video-info-title {
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #fff;
}

.home-video-info-desk {
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: #ccc;
}

.home-video-info-list {
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: #ccc;
}

.home-video-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    width: max-content;
    height: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #F2722C;
    background-color: #F2722C;
    transition: color 0.3s, background-color 0.3s;
}

.home-video-link:hover, .home-video-link:focus, .home-video-link:active {
    color: #F2722C;
    background-color: transparent;
}

.home-about {
    display: flex;
    gap: 60px;
    width: 100%;
}

.home-about-info {
    width: 50%;
}

.home-about-images {
    width: 50%;
}

.home-about-info-title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #fff;
}

.home-about-info-title br {
    display: none;
}

.home-about-info-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
}

.home-about-info-list {
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
}

.home-about-info-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    width: 159px;
    height: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #F2722C;
    background-color: #F2722C;
    transition: color 0.3s, background-color 0.3s;
}

.home-about-info-link:hover,
.home-about-info-link:focus,
.home-about-info-link:active {
    color: #F2722C;
    background-color: transparent;
}

.home-about-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.home-about-images-item:nth-child(1) {
    width: 100%;
}

.home-about-images-item:nth-child(2) {
    width: 47.7%;
}

.home-about-images-item:nth-child(3) {
    width: 47.7%;
}

.home-about-images-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.home-indicators {
    display: flex;
    gap: 30px;
}

.home-indicator {
    padding: 35px 30px;
    width: 25%;
    border: 3px solid #F2722C;
    border-radius: 10px;
}

.home-indicator-value {
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;;
    font-weight: 700;
    font-size: 64px;
    line-height: 78%;
    color: #F2722C;
}

.home-indicator-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #fff;
}

.home-indicator-text {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: #ccc;
}

.home-blogs {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 70px;
    width: 100%;
}

.home-blogs:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #292929;
    transform: translateX(-50%);
}

.home-blogs-title {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    font-family: "Roboto", sans-serif;;
    font-weight: 700;
    font-size: 40px;
}

.home-blogs-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.home-blogs-control-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.home-blogs-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    width: 111px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #b1b1b1;
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    background-color: transparent;
    transition: color 0.3s, border 0.3s;
}

.home-blogs-button:hover, .home-blogs-button:focus, .home-blogs-button:active, .home-blogs-button._active {
    color: #F2722C;
    border-color: #F2722C;
}

.home-blogs-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 161px;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    border: 1px solid #F2722C;
    background-color: #F2722C;
    border-radius: 10px;
    transition: color 0.3s, background-color 0.3s;
}

.home-blogs-link:hover, .home-blogs-link:focus, .home-blogs-link:active {
    color: #F2722C;
    background-color: transparent;
}

.home-news {
    width: 100%;
}

.home-news-slide {
    padding: 20px;
    width: 407px;
    border: 1px solid #bbb;
    border-radius: 10px;
}

.home-news-slide-image {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 168px;
}

.home-news-slide-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s;
}

.home-news-slide-image:hover img, .home-news-slide-image:focus img, .home-news-slide-image:active img {
    transform: scale(1.03);
}

.home-news-slide-name {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    transition: color 0.3s;
}

.home-news-slide-name:hover, .home-news-slide-name:focus, .home-news-slide-name:active {
    color: #F2722C;
}

.home-news-slide-data {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #bbb;
}

.home-news-slide-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    width: 100%;
}

.home-news-slide-tag {
    font-weight: 700;
    font-size: 16px;
    color: #bbb;
    transition: color 0.3s;
}

.home-news-slide-tag:hover, .home-news-slide-tag:focus, .home-news-slide-tag:active {
    color: #F2722C;
}

.home-news-slide-excerpt {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
}

.home-news-slide-more {
    font-weight: 400;
    font-size: 14px;
    color: #bbb;
    transition: color 0.3s;
}

.home-news-slide-more:hover, .home-news-slide-more:focus, .home-news-slide-more:active {
    color: #F2722C;
}

.home-news-block {
    position: relative;
    /*display: none;*/
    padding-bottom: 70px;
    width: 100%;
}

.home-news-block:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    display: block;
    width: 100vw;
    height: calc(100% + 25px);
    background-color: #292929;
    transform: translateX(-50%);
}

.home-news-block._active {
    display: block;
}

.home-shipment-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.home-shipment {
    display: flex;
    padding: 65px;
    width: 100%;
    background: #292929;
    border-radius: 10px;
}

.home-shipment-count {
    margin-right: auto;
    font-weight: 700;
    font-size: 64px;
    line-height: 78%;
    color: #F2722C;
}

.home-shipment-info {
    width: 43.78%;
}

.home-shipment-info-title {
    display: block;
    margin-bottom: 38px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #fff;
}

.home-shipment-info-block {
    display: flex;
    gap: 24px;
    width: 100%;
}

.home-shipment-info-block:not(:last-child) {
    margin-bottom: 28px;
}

.home-shipment-info-block-title {
    flex-shrink: 0;
    display: block;
    width: 165px;
    font-weight: 700;
    font-size: 15px;
    line-height: 167%;
    color: #fff;
}

.home-shipment-info-block-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: #cccccc;
}

.home-shipment-image {
    margin-left: 54px;
    width: 35.40%;
    height: 315px;
    border-radius: 10px;
}

.home-shipment-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.home-team {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
}

.home-team-title {
    margin-bottom: 21px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #fff;
}

.home-team-desk {
    display: block;
    max-width: 1000px;
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
}

.home-team-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.home-team-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(242, 114, 44, 0.3);
    border: none;
    transition: background-color 0.3s;
}

.home-team-prev {
    padding-right: 7px;
}

.home-team-next {
    padding-left: 7px;
}

.home-team-button:hover, .home-team-button:focus, .home-team-button:active {
    background-color: #F2722C;
}

.home-team-button svg {
    stroke: #F2722C;
    transition: stroke 0.3s;
}

.home-team-button:hover svg, .home-team-button:focus svg, .home-team-button:active svg {
    stroke: #fff;
}

.home-team-swiper {
    max-width: 1520px;
}

.home-team-slide {
    padding: 20px;
    width: 280px;
    min-height: 360px;
    border: 1px solid #bbb;
    border-radius: 10px;
}

.home-team-slide-image {
    display: block;
    margin: 0 auto 20px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.home-team-slide-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.home-team-slide-name {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 100px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.home-team-slide-job {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.home-products-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    background: #292929;
}

.home-products-button {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(242, 114, 44, 0.3);
    border: none;
    transition: background-color 0.3s;
}

.home-products-prev {
    padding-right: 7px;
}

.home-products-next {
    padding-left: 7px;
}

.home-products-button:hover, .home-products-button:focus, .home-products-button:active {
    background-color: #F2722C;
}

.home-products-button svg {
    stroke: #F2722C;
    transition: stroke 0.3s;
}

.home-products-button:hover svg, .home-products-button:focus svg, .home-products-button:active svg {
    stroke: #fff;
}

.home-products-swiper {
    position: relative;
    padding: 0 15px;
    max-width: 1550px;
}

.home-products-swiper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 100%;
    background-color: #292929;
}

.home-products-swiper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 15px;
    height: 100%;
    background-color: #292929;
}

.home-products-slide {
    position: relative;
    margin-top: 16px;
    padding: 25px;
    width: 374px;
    border-radius: 10px;
    background-color: #121212;
}

.home-products-slide-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    width: 100%;
    height: 210px;
    background: #a2a2a2;
    border-radius: 10px;
}

.home-products-slide-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.home-products-slide-name {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #fff;
}

.home-products-slide-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.home-products-slide-info-stock {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    height: max-content;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.8;
    letter-spacing: 0.01em;
    color: #ffffff;
    white-space: nowrap;
}

.home-products-slide-info-stock svg {
    display: none;
}

.home-products-slide-info-stock._instock svg {
    display: block;
    stroke: #fff;
}

.home-products-slide-info-price {
    margin-bottom: 0;
    height: max-content;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #fff;
    white-space: nowrap;
}

.home-products-slide-label {
    position: absolute;
    top: -15px;
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 135px;
    height: 47px;
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #F5F5F5;
    background-color: #F2722C;
    border-radius: 10px;
}

.home-products-slide-old-price {
    margin-bottom: 25px;
    height: 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    text-decoration: line-through;
    color: #a7a7a7;
}

.home-products-slide-line {
    display: block;
    margin-bottom: 25px;
    width: 100%;
    height: 1px;
    background-color: #3F3F3F;
}

.home-products-slide-percent {
    margin-bottom: 0;
    width: 100%;
}

.home-products-slide-percent span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71px;
    height: 37px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    color: #F5F5F5;
    letter-spacing: 0.01em;
    border-radius: 10px;
    background-color: #F2722C;
}

.home-hits {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 60px 0 45px 0;
    width: 100%;
}

.home-hits:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #292929;
    transform: translateX(-50%);
}

.home-hits-title {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;
}

.home-hits-control {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.home-hits-control-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #F2722C;
    white-space: nowrap;
    border: 1px solid #F2722C;
    border-radius: 10px;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
}

.home-hits-control-button:hover, .home-hits-control-button:focus, .home-hits-control-button:active, .home-hits-control-button._active {
    color: #ffffff;
    background-color: #F2722C;
}

.home-products-slider {
    position: relative;
    display: none;
    padding-bottom: 60px;
    width: 100%;
}

.home-products-slider._active {
    display: flex;
}

.home-products-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #292929;
    transform: translateX(-50%);
}

.home-steel {
    display: flex;
    gap: 30px;
    width: 100%;
}

.home-steel-left {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 75%;
}

.home-steel-left-top {
    display: flex;
    gap: 30px;
    width: 100%;
}

.home-steel-best {
    width: 66.16%;
}

.home-steel-block {
    position: relative;
    padding: 40px 32px;
    background-color: #292929;
    border-radius: 10px;
}

.home-steel-block-title {
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 130%;
    color: #fff;
    white-space: nowrap;
}

.home-steel-block-desc {
    max-width: 550px;
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: #ccc;
}

.home-steel-left-image-best {
    width: 33.67%;
}

.home-steel-block-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.home-steel-best-decor {
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: auto;
    border-radius: 10px;
}

.home-steel-best-decor img {
    display: block;
    width: 100%;
    height: auto;
}

.home-steel-best-link {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding-left: 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(242, 114, 44, 0.3);
    border: none;
    transition: background-color 0.3s;
}

.home-steel-best-link:hover,
.home-steel-best-link:focus,
.home-steel-best-link:active {
    background-color: #F2722C;
}

.home-steel-best-link svg {
    stroke: #F2722C;
    transition: stroke 0.3s;
}

.home-steel-best-link:hover svg,
.home-steel-best-link:focus svg,
.home-steel-best-link:active svg {
    stroke: #fff;
}

.home-steel-left-bottom {
    display: flex;
    gap: 30px;
    width: 100%;
}

.home-steel-block-image-order {
    width: 49.92%;
}

.home-steel-order {
    width: 49.92%;
}

.home-steel-block-list {
    margin-top: 30px;
    margin-bottom: 20px;
}

.home-steel-block-list li:before {
    display: none;
}

.home-steel-block-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: #ccc;
}

.home-steel-block-list li svg {
    display: block;
    width: 17px;
    height: 17px;
    stroke: #fff;
}

.home-steel-block-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 27px;
    width: max-content;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #F2722C;
    border: 1px solid #F2722C;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.home-steel-block-link:hover,
.home-steel-block-link:focus,
.home-steel-block-link:active {
    color: #fff;
    background-color: #F2722C;
}

.home-steel-right {
    flex-shrink: 0;
    width: 24%;
}

.home-steel-delivery {
    height: 100%;
}

.home-steel-delivery-decor {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 13.9vw;
    max-width: 267px;
    height: auto;
}

.home-steel-delivery-decor img {
    display: block;
    width: 100%;
    height: auto;
}

.home-certificates {
    position: relative;
    display: flex;
    align-items: center;
    gap: 90px;
    width: 100%;
}

.home-certificates:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100vw;
    height: calc(100% - 150px);
    background-color: #292929;
    transform: translate(-50%, -50%);
}

.home-certificates-left {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: 45px;
    width: 42.15%;
}

.home-certificates-button {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(242, 114, 44, 0.3);
    border: none;
    transition: background-color 0.3s;
}

.home-certificates-button svg {
    stroke: #F2722C;
    transition: stroke 0.3s;
}

.home-certificates-button:hover,
.home-certificates-button:focus,
.home-certificates-button:active {
    background-color: #F2722C;
}

.home-certificates-button:hover svg,
.home-certificates-button:focus svg,
.home-certificates-button:active svg {
    stroke: #fff;
}

.home-certificates-slide img {
    display: block;
    width: 100%;
}

.home-certificates-right {
    position: relative;
    z-index: 1;
    max-width: 706px;
}

.home-certificates-right-title {
    margin-bottom: 38px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;
    color: #fff;
}

.home-certificates-right-desc {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #ccc;
}

.home-certificates-right-subtitle {
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    color: #fff;
}

.home-certificates-right-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.home-certificates-right-list li {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #ccc;
}

.home-certificates-right-list li:before {
    top: 8px;
    background: #666;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ccc;
}

.home-services {
    width: 100%;
}

.home-services-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 21px;
    width: 100%;
}

.home-services-top-title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #fff;
}

.home-services-top-all {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    width: 242px;
    height: 50px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    border: 1px solid #F2722C;
    background-color: #F2722C;
    border-radius: 10px;
    transition: color 0.3s, background-color 0.3s;
}

.home-services-top-all:hover, .home-services-top-all:focus, .home-services-top-all:active {
    color: #F2722C;
    background-color: transparent;
}

.home-services-desc {
    margin-bottom: 56px;
    max-width: 1000px;
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: #ccc;
}

.home-services-slide {
    padding: 20px;
    border-radius: 10px;
    background: #292929;
}

.home-services-slide-img {
    margin-bottom: 20px;
    width: 100%;
}

.home-services-slide-img img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s;
}

.home-services-slide:hover img, .home-services-slide:focus img, .home-services-slide:active img {
    transform: scale(1.03);
}

.home-services-slide-name {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 139%;
    color: #fff;
}

.home-services-slide-desc {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 147%;
    color: #ccc;
}

.home-services-slide-desc b {
    font-weight: 700;
    color: #fff;
}

.home-services-slide-link {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(242, 114, 44, 0.3);
    border: none;
    transition: background-color 0.3s;
}

.home-services-slide:hover .home-services-slide-link,
.home-services-slide:focus .home-services-slide-link,
.home-services-slide:active .home-services-slide-link {
    background-color: #F2722C;
}

.home-services-slide-link svg {
    stroke: #F2722C;
    transition: stroke 0.3s;
}

.home-services-slide:hover .home-services-slide-link svg,
.home-services-slide:focus .home-services-slide-link svg,
.home-services-slide:active .home-services-slide-link svg {
    stroke: #fff;
}

.home-services-slide-section {
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 154%;
    color: #ccc !important;
}

.home-faq {
    width: 100%;
}

.home-faq-title {
    margin-bottom: 21px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #fff;
}

.home-faq-desc {
    margin-bottom: 30px;
    max-width: 1000px;
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
}

.faq-accordion {
    width: 100%;
    border: 3px solid #F2722C;
    border-radius: 10px;
}

.faq-accordion:not(:last-child) {
    margin-bottom: 30px;
}

.faq-accordion-button {
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 50px;
    width: 100%;
    font-family: "Roboto", sans-serif;
    color: #F2722C;
    background-color: transparent;
    border: none;
}

.faq-accordion-button-count {
    font-weight: 700;
    font-size: 64px;
    line-height: 78%;
}

.faq-accordion-button-name {
    font-weight: 700;
    font-size: 30px;
    line-height: 125%;
    text-align: start;
}

.faq-accordion-button-answer {
    display: none;
}

.faq-accordion-button-question._open {
    display: none;
}

.faq-accordion-button-answer._open {
    display: block;
}

.faq-accordion-button-cross {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(242, 114, 44, 0.3);
    transition: background-color 0.3s, transform 0.3s;
}

.faq-accordion-button:hover .faq-accordion-button-cross, .faq-accordion-button:focus .faq-accordion-button-cross, .faq-accordion-button:active .faq-accordion-button-cross {
    background-color: #F2722C;
}

.faq-accordion-button._open .faq-accordion-button-cross {
    transform: rotate(45deg);
}

.faq-accordion-button-cross:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 30px;
    background-color: #F2722C;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s;
}

.faq-accordion-button-cross:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #F2722C;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s;
}

.faq-accordion-button:hover .faq-accordion-button-cross:before,
.faq-accordion-button:focus .faq-accordion-button-cross:before,
.faq-accordion-button:active .faq-accordion-button-cross:before,
.faq-accordion-button:hover .faq-accordion-button-cross:after,
.faq-accordion-button:focus .faq-accordion-button-cross:after,
.faq-accordion-button:active .faq-accordion-button-cross:after {
    background-color: #fff;
}

.faq-accordion-answer {
    display: none;
    margin-left: 175px;
    margin-bottom: 50px;
    width: 100%;
}

.faq-accordion-answer-desc {
    max-width: 1150px;
    font-weight: 500;
    font-size: 16px;
    color: #ccc;
    opacity: 0.7;
}

.b24-widget-button-position-bottom-right .b24-widget-button-popup {
    display: none !important;
}

.home-partners {
    width: 100%;
}

.home-partners-title {
    margin-bottom: 21px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
}

.home-partners-desc {
    display: block;
    margin-bottom: 30px;
    max-width: 1000px;
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: #ccc;
}

.home-partners-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.home-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 16.6%;
    min-height: 203px;
    background: #292929;
    border: 1px solid #3a3a3a;
    transition: border 0.3s;
    cursor: pointer;
}

.home-partner:hover, .home-partner:focus, .home-partner:active {
    border-color: #fff;
}

.home-partner img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.home-contact {
    position: relative;
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 50px;
}

.home-contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #292929;
    transform: translateX(-50%);
}

.home-contact-map {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1378px;
    height: 600px;
}

.home-contact-map > ymaps {
    width: 100%;
}

.home-contact-info {
    flex-shrink: 0;
    position: relative;
    padding-right: 10px;
}

.home-contact-info-address {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #fff;
    text-align: start;
    background-color: transparent;
    border: none;
    transition: color 0.3s;
    cursor: pointer;
}

.home-contact-info-address:hover, .home-contact-info-address:focus, .home-contact-info-address:active {
    color: #F2722C;
}

.home-contact-info-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

.home-contact-title {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 154%;
    color: #ccc;
}

.home-contact-text {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: #fff;
}

a.home-contact-text {
    transition: color 0.3s;
}

a.home-contact-text:hover, a.home-contact-text:focus, a.home-contact-text:active {
    color: #F2722C;
}

.home-contact-info-callback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 241px;
    height: 56px;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    background-color: #F2722C;
    border: 3px solid #F2722C;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.home-contact-info-callback:hover, .home-contact-info-callback:focus, .home-contact-info-callback:active {
    color: #F2722C;
    background-color: transparent;
}

@media (max-width: 1600px) {
    .home-categories-slide-name {
        margin-bottom: 22px;
        font-size: 22px;
        line-height: 1.2;
    }

    .home-steel-block-title {
        white-space: normal;
    }

    .home-steel-delivery-decor {
        width: 9.9vw;
    }

    .home-products-slide-name {
        line-height: 1.2;
    }

    .home-about-images-item:nth-child(2) {
        width: 47.5%;
    }

    .home-about-images-item:nth-child(3) {
        width: 47.5%;
    }

    .home-indicator-title {
        font-size: 34px;
    }

    .home-shipment {
        padding: 45px;
    }
}

@media (max-width: 1400px) {
    .home-categories {
        gap: 20px;
    }

    .home-categories-right {
        width: calc(100% - 365px);
    }

    .home-video {
        gap: 20px;
    }

    .home-about {
        gap: 20px;
    }

    .home-indicator-value {
        font-size: 54px;
    }

    .home-indicator-title {
        font-size: 28px;
    }

    .home-shipment {
        padding: 35px;
    }

    .home-shipment-info {
        width: 50%;
    }

    .home-steel-best-decor {
        width: 31%;
    }

    .home-about-images-item:nth-child(2), .home-about-images-item:nth-child(3) {
        width: 47.3%;
    }

    .home-steel-delivery-decor {
        display: none;
    }

    .faq-accordion-answer-desc {
        margin-right: 20px;
        max-width: calc(100% - 200px);
    }
}

@media (max-width: 1200px) {
    .home-container {
        margin-bottom: 100px;
    }

    .home-title {
        margin-bottom: 10px;
        font-size: 34px;
    }

    .home-categories-left {
        max-width: 300px;
    }

    .home-categories-tags-link {
        padding: 10px 5px;
        width: 47%;
        font-size: 16px;
    }

    .home-categories-all {
        padding: 15px 20px;
        max-width: 260px;
        font-size: 18px;
    }

    .home-categories-slide {
        height: 356px;
    }

    .home-categories-right {
        width: calc(100% - 320px);
    }

    .home-about-info-link {
        height: 55px;
    }

    .home-indicators {
        gap: 20px;
    }

    .home-indicator {
        padding: 20px 15px;
    }

    .home-indicator-value {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .home-indicator-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .home-indicator-text {
        font-size: 14px;
    }

    .home-blogs {
        gap: 0;
        padding-top: 30px;
    }

    .home-news-slide-excerpt {
        font-size: 14px;
    }

    .home-shipment-count {
        font-size: 50px;
    }

    .home-shipment-info-title {
        margin-bottom: 20px;
        font-size: 34px;
    }

    .home-hits {
        padding: 30px 0;
    }

    .home-hits-title {
        margin-bottom: 0;
    }

    .home-products-slide-label {
        left: -5px;
        width: 125px;
        height: 40px;
        font-size: 14px;
    }

    .home-products-slide-image {
        margin-bottom: 10px;
        height: 160px;
    }

    .home-products-slide-name {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .home-products-slide-info-stock {
        font-size: 14px;
        line-height: 2.8;
    }

    .home-products-slide-info-stock svg {
        width: 18px;
        height: 18px;
    }

    .home-products-slide-info-price {
        font-size: 20px;
    }

    .home-steel-block {
        padding: 20px;
    }

    .home-steel-block-title {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 130%;
    }

    .home-steel-block-desc {
        max-width: 400px;
        font-size: 14px;
    }

    .home-steel-block-list li {
        font-size: 14px;
        line-height: 1.2;
    }

    .home-steel-block-link {
        padding: 14px 16px;
        font-size: 16px;
    }

    .home-certificates {
        gap: 40px;
    }

    .home-certificates-left {
        gap: 20px;
        margin-left: 25px;
    }

    .home-certificates-right-desc {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .home-certificates-right-list li {
        font-size: 14px;
    }

    .home-certificates:before {
        height: calc(100% - 50px);
    }

    .home-services-top-all {
        width: 230px;
        height: 45px;
        font-size: 14px;
    }

    .home-hits-control-button {
        height: 45px;
        font-size: 14px;
    }

    .home-blogs-link {
        height: 45px;
        font-size: 14px;
    }

    .home-team-desk {
        max-width: 540px;
        font-size: 14px;
    }

    .home-services-top {
        margin-bottom: 0;
    }

    .home-services-desc {
        margin-bottom: 30px;
        max-width: 540px;
        font-size: 14px;
    }

    .home-services-slide-img img {
        height: 200px;
    }

    .home-faq-desc {
        max-width: 550px;
        font-size: 14px;
    }

    .faq-accordion-button {
        gap: 20px;
        padding: 20px;
    }

    .faq-accordion-button-count {
        font-size: 32px;
    }

    .faq-accordion-button-name {
        font-size: 28px;
    }

    .faq-accordion-button-cross {
        width: 40px;
        height: 40px;
    }

    .faq-accordion-button-cross:before {
        height: 20px;
    }

    .faq-accordion-button-cross:after {
        width: 20px;
    }

    .faq-accordion-answer {
        margin-left: 75px;
        margin-bottom: 30px;
    }

    .faq-accordion-answer-desc {
        font-size: 14px;
    }

    .home-partners-desc {
        max-width: 550px;
        font-size: 14px;
    }

    .home-partner {
        width: 20%;
    }

    .home-contact-info-callback {
        width: 220px;
        height: 45px;
        font-size: 14px;
    }

    .home-about-images-item:nth-child(2), .home-about-images-item:nth-child(3) {
        width: 46%;
    }

    .home-categories-slide-name {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.2;
    }

    .home-steel {
        gap: 10px;
    }

    .home-steel-left {
        gap: 10px;
        width: 70%;
    }

    .home-steel-left-top {
        gap: 10px;
    }

    .home-steel-left-bottom {
        gap: 10px;
    }
}

@media (max-width: 1024px) {
    .home-steel-block-desc {
        max-width: 300px;
    }
}

@media (max-width: 992px) {
    .home-categories {
        flex-wrap: wrap;
    }

    .home-categories-left {
        max-width: 100%;
    }

    .home-categories-all {
        max-width: 240px;
        font-size: 16px;
        height: 45px;
    }

    .home-categories-right {
        width: 100%;
    }

    .home-categories-slide-arrow {
        width: 40px;
        height: 40px;
    }

    .home-categories-slide-arrow svg {
        width: 16px;
    }

    .home-indicators {
        flex-wrap: wrap;
    }

    .home-indicator {
        width: 48%;
    }

    .home-shipment-image {
        display: none;
    }

    .home-shipment {
        gap: 20px;
    }

    .home-shipment-info {
        width: 100%;
    }

    .home-steel {
        gap: 20px;
    }

    .home-steel-left {
        width: 50%;
        gap: 20px;
    }

    .home-steel-left-top {
        gap: 20px;
        flex-direction: column;
    }

    .home-steel-best {
        gap: 20px;
        width: 100%;
    }

    .home-steel-right {
        width: 50%;
    }

    .home-steel-left-image-best {
        width: 100%;
    }

    .home-steel-left-bottom {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .home-steel-block-image-order {
        width: 100%;
    }

    .home-steel-order {
        width: 100%;
    }

    .faq-accordion-button-name {
        font-size: 24px;
    }

    .faq-accordion-answer-desc {
        max-width: calc(100% - 100px);
    }

    .home-partner {
        width: 25%;
    }

    .home-team-slide-image {
        margin: 0 auto 10px auto;
        width: 180px;
        height: 180px;
    }

    .home-certificates-right {
        max-width: 50%;
    }
}

@media (max-width: 900px) {
    .home-about {
        gap: 20px;
        flex-wrap: wrap;
    }

    .home-about-info {
        width: 100%;
    }

    .home-about-images {
        width: 100%;
    }

    .home-video {
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .home-video-iframe {
        width: 100%;
    }

    .home-video-info {
        width: 100%;
    }

    .home-partner {
        min-height: 150px;
    }
}

@media (max-width: 768px) {
    .home-container {
        margin-bottom: 50px;
    }

    .home-title {
        font-size: 30px;
    }

    .home-about-images {
        gap: 20px;
    }

    .home-about-images-item:nth-child(2), .home-about-images-item:nth-child(3) {
        width: 48%;
    }

    .home-indicator-value {
        font-size: 30px;
    }

    .home-shipment {
        padding: 20px;
    }

    .home-shipment-count {
        font-size: 34px;
    }

    .home-shipment-info-title {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 1;
    }

    .home-shipment-info-block:not(:last-child) {
        margin-bottom: 20px;
    }

    .faq-accordion-button-count {
        font-size: 24px;
    }

    .faq-accordion-button-name {
        font-size: 20px;
    }

    .faq-accordion-button {
        gap: 10px;
        padding: 10px;
    }

    .home-partner {
        width: 33%;
        min-height: 150px;
    }

    .faq-accordion-answer {
        margin-left: 50px;
        margin-bottom: 20px;
    }

    .faq-accordion-answer-desc {
        max-width: calc(100% - 80px);
    }
}

@media (max-width: 650px) {
    .home-steel {
        flex-wrap: wrap;
    }

    .home-steel-left, .home-steel-right {
        width: 100%;
        gap: 20px;
    }

    .home-certificates {
        gap: 20px;
        flex-wrap: wrap;
    }

    .home-certificates-left {
        gap: 20px;
        margin: 0 25px;
        width: calc(100% - 50px);
    }

    .home-certificates-right {
        max-width: 100%;
    }

    .home-services-top {
        margin-bottom: 10px;
    }

    .home-contact {
        align-items: start;
        flex-direction: column-reverse;
        gap: 20px;
        margin-bottom: 0;
    }

    .home-contact-map {
        height: 300px;
    }

    .home-contact-info {
        padding-right: 0;
        width: 100%;
    }

    .home-news-slide-name {
        height: max-content !important;
    }
}

@media (max-width: 576px) {
    .home-hits {
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .home-shipment-info-block {
        gap: 10px;
        flex-direction: column;
    }

    .home-shipment-info-block-title {
        margin-bottom: 0;
    }

    .home-partner {
        width: 50%;
    }

    .home-about-images-item:nth-child(2), .home-about-images-item:nth-child(3) {
        width: 100%;
    }

    .home-indicator {
        width: 47.5%;
    }
}

@media (max-width: 480px) {
    .home-title {
        font-size: 28px;
    }

    .home-blogs-control {
        flex-wrap: wrap;
    }

    .home-shipment {
        flex-direction: column;
        gap: 10px;
    }

    .home-shipment-info-title {
        font-size: 26px;
    }

    .home-shipment-count {
        font-size: 30px;
    }

    .home-certificates-left {
        gap: 20px;
        margin: 0;
        width: 100%;
    }

    .home-indicator {
        width: 100%;
    }

    .home-about-info-title br {
        display: block;
    }

    .home-shipment-info-block-desc, .home-indicator-text,
    .home-about-info-desc, .home-about-info-list,
    .home-video-info-desk, .home-video-info-list,
    .faq-accordion-answer-desc {
        font-size: 14px;
        line-height: 1.3;
    }

    .home-team-button, .home-products-button, .home-certificates-button {
        display: none !important;
    }

    .home-products-slide-label {
        left: 0;
    }

    .home-services-top {
        flex-wrap: wrap;
        gap: 10px;
    }

    .home-products-slide-name {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .faq-accordion-button-name {
        font-size: 18px;
    }

    .faq-accordion-button-cross {
        width: 30px;
        height: 30px;
    }

    .faq-accordion-button-cross:before {
        height: 15px;
    }

    .faq-accordion-button-cross:after {
        width: 15px;
    }
}