.top-bar__line-menu{
    background-color: #f83033 !important;
}
.top-bar__navigation li.has-submenu:after, .top-bar__navigation li.has-submenu:before{
    background-color: #000;
}
.top-bar__navigation a:after, .top-bar__navigation a:before{
    background-color: #fff;
}
.top-bar__navigation a{
    color: #d3d3d3;
}
.top-bar__navigation a.active{
    color: #fff;
}
.footer--s1 .footer__line--second{
    padding-top: 0px;
}
.title_with_desc{
    background: rgba(0,0,0,0.7);
    padding: 20px;
}
.title_with_desc p{
    font-size: 1.5rem;
}
.footer__line{
    font-size: 1.4rem;
}
.border-danger{
    border-color: #dc3545  !important;
}
.footer__navigation ul li:before{
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    margin-right: 10px;
}
.footer__navigation a:after{
    left: 20px;
}
.search-container{
    padding: 20px;
    background: rgba(0,0,0,0.04);
}
.category-list-container a{
    color: #000;
    text-decoration: none;
    transition: all ease 0.3s;
}
.category-list-container a span{
    margin-left: 10px;
    transition: all ease 0.1s;
}
.category-list-container a:hover{
    color: #f83033;
}
.category-list-container a:hover span{
    margin-left: 20px;
    text-decoration: underline;
}
@media (min-width: 576px){
    .footer__item {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px){
    .footer__line--first {
        padding-top: 30px;
    }
}
@media (min-width: 992px){
    .section.section--search{
        padding-top: 0;
        padding-bottom: 0;
    }
    .goods-catalog .__bg{
        top: -50px;
    }
}
@media (min-width: 1200px){
    .start-screen--style-1 .start-screen__slide--1 .__title._with_desc {
        font-size: 4rem;
    }
}
.tab-nav__link{
    font-size: 1.5rem;
}
.center {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.custom-carousel .wrapper {
    display: flex;
    grid-gap: 1em;
    overflow: hidden;
    width: 35em;
}
.custom-carousel .wrapper > .inner {
    display: flex;
    grid-gap: 1em;
    transition: all 1s ease-in-out;
}

.custom-carousel .card {
    border-radius: 0.5em;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.custom-carousel .card > img {
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    display: block;
    width: 17.5em;
}
.custom-carousel .card > .content {
    background: #f83033;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    padding: 1em;
    text-align: center;
}
.custom-carousel .card > .content > h1, .card > .content > h3 {
    margin: 0.35em 0;
}
.custom-carousel .card > .content > h1 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
}
.custom-carousel .card > .content > h3 {
    color: #ccc;
    font-size: 0.9rem;
    font-weight: 300;
}

.custom-carousel .map {
    margin-top: 1em;
}
.custom-carousel .map > button {
    all: unset;
    background: #f83033;
    cursor: pointer;
    margin: 0 0.125em;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 100%;
    height: 1em;
    width: 1em;
}
.custom-carousel .map > button.active:after {
    background: #740509;
    content: "";
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 100%;
    height: 0.5em;
    width: 0.5em;
}

.about-thumbs .thumbs-container {
    display: flex;
    width: 100%;
    /*padding: 4% 2%;*/
    box-sizing: border-box;
    /*height: 100vh;*/
    height: 30vh;
}

.about-thumbs .box {
    flex: 1;
    overflow: hidden;
    transition: 0.5s;
    margin: 0 2%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    line-height: 0;
    padding: 10px;
}

.about-thumbs .box > img {
    width: 200%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s;
}

/*.about-thumbs .box > span {
    font-size: 3.8vh;
    display: block;
    text-align: center;
    height: 10vh;
    line-height: 2.6;
}*/

.about-thumbs .box:hover {
    flex: 1 1 20%;
}

.about-thumbs .box:hover > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.advantages i.__ico{
    color: #f83033;
    font-size: 4rem;
}
.section.section-latest-products{
    padding-top: 50px;
    padding-bottom: 50px;
}
.product-short-details{
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.goods .__content{
    padding-top: 0px;
}
.section-promo-banner{
    padding-bottom: 50px;
}
.section-trustworthy{
    padding-bottom: 50px;
}
.section-partners{
    padding-bottom: 50px;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
}
.overlay.overlay-1{
    background: rgba(0,0,0,0.1);
}
.overlay.overlay-2{
    background: rgba(0,0,0,0.2);
}
.overlay.overlay-3{
    background: rgba(0,0,0,0.3);
}
.overlay.overlay-4{
    background: rgba(0,0,0,0.4);
}
.overlay.overlay-5{
    background: rgba(0,0,0,0.5);
}
.overlay.overlay-6{
    background: rgba(0,0,0,0.6);
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.fs-3_5{
    font-size: 3.5rem;
}
.counter--s2 .__count{
    color: #f83033;
}
.text-red{
    color: #f83033 !important;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-60{
    margin-bottom: 60px;
}


/* Product Grid Style Start */
.item-container{
    background: #fff;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    border: 1px solid #eeecec;
    padding: 10px;
    font-size: 1.2rem;
}
.item-container img{
    width: 100%;
}
.item-container figure{
    margin-bottom: 10px;
}
/* Product Grid Style End */

@media (min-width: 992px){
    .promo-banner--s1 {
        background-image: url('../img/excavator-illustration.png');
        background-size: 35rem;
    }
}
@media (min-width: 768px){
    .goods-catalog:before{
        background-color: transparent;
    }
}
.sidebar-categories{
    max-height: 300px;
    overflow-y: auto;
}
.sidebar-categories ul li.list__item{
    line-height: 0.7;
    font-weight: 600;
}
.sidebar-categories ul li.list__item a{
    font-size: 1.5rem;
    transition: all ease 0.2s;
}
.sidebar-categories ul li.list__item a:before{
    content: "\f0da";
    margin-right: 5px;
    font-family: 'FontAwesome';
}
.sidebar-categories .checkfield{
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
}
.product-images .js-isotope__item .__link{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: scale(0) translate(-50% , -50%);
    -webkit-transform: scale(0) translate(-50%, -50%);
}
.product-images .__item:hover .__link{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: scale(1) translate(-50% , -50%) !important;
    -webkit-transform: scale(1) translate(-50%, -50%) !important;
}
.btn-call{
    font-size: 2.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: unset;
    text-transform: uppercase;
}
/** Custom Cards **/
:root {
    --red: hsl(0, 78%, 62%);
    --cyan: hsl(180, 62%, 55%);
    --orange: hsl(34, 97%, 64%);
    --blue: hsl(212, 86%, 64%);
    --varyDarkBlue: hsl(234, 12%, 34%);
    --grayishBlue: hsl(229, 6%, 66%);
    --veryLightGray: hsl(0, 0%, 98%);
    --weight1: 200;
    --weight2: 400;
    --weight3: 600;
}
.custom-boxes .box p {
    font-size: 1.6rem;
}

.custom-boxes .box {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px var(--grayishBlue);
    padding: 30px;
    margin: 20px;
}
.custom-boxes .box h3{
    font-size: 1.8rem;
    font-weight: 800;
}

.custom-boxes img {
    float: right;
}

.blog-item-container{
    margin-bottom: 30px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    background-size: cover;
    webkit-box-shadow: 0 0 29px 0 rgb(174 175 175 / 17%);
    box-shadow: 0 0 29px 0 rgb(174 175 175 / 17%);
    webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.blog-item-container:hover{
    webkit-box-shadow: 0 0 29px 0 rgb(174 175 175 / 44%);
    box-shadow: 0 0 29px 0 rgb(174 175 175 / 44%);
}
.blog-item-container .__image {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.blog-item-container .row .col-12 .__image img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
    -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-item-container:hover .__image img {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
}
.blog-item-container .__body{
    width: 100%;
    padding: 20px 0px;
    padding-right: 20px;
}
.blog-item-container .__body .__category{
    margin-bottom: 0;
}
.blog-item-container .__body .__category a{
    color: #f83033;
}
.blog-item-container .__body .__title{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 2.5rem;
}
.blog-item-container .__body .__description{
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-item-container .__content{
    min-height: 15rem;
}
.blog-item-container .__footer{
    position: absolute;
    bottom: 15px;
}

@media (max-width: 450px) {
    .custom-boxes .box {
        height: 200px;
    }
}

@media (max-width: 950px) and (min-width: 450px) {
    .custom-boxes .box {
        text-align: center;
        height: 180px;
    }
}

.custom-boxes .cyan {
    border-top: 3px solid var(--cyan);
}
.custom-boxes .red {
    border-top: 3px solid var(--red);
}
.custom-boxes .blue {
    border-top: 3px solid var(--blue);
}
.custom-boxes .orange {
    border-top: 3px solid var(--orange);
}

.custom-boxes h2 {
    color: var(--varyDarkBlue);
    font-weight: var(--weight3);
}


@media (min-width: 950px) {
    .custom-boxes .row1-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-boxes .row2-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .custom-boxes .box-down {
        position: relative;
        top: 150px;
    }
    .custom-boxes .box {
        width: 25%;
    }
}

@media (max-width: 575px) {
    .blog-item-container .__body{
        padding: 20px 20px;
    }
}
