.email {
    color: #717070;
}
.email:hover {
    color: #717070;
    text-decoration: none;
}
.item .img-c {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item .img-c img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.maders-block {
    padding-top: 55px;
    background: url('../img/maders-block.jpg') center no-repeat;
    background-size: 100%;
}
.maders-list-bg {
    background: none;
}
.logo {
    background: url("../img/logo_new.svg") center no-repeat;
    background-size: contain;
    display: block;
    width: 127px;
    height: 69px;
}
.new_color {
    color: #E88D00;
}
.btn {
    color: #E88D00;
    border: 1px solid #E88D00;
}
.btn:hover {
    background: #E88D00;
    border: 1px solid #E88D00;
}
.header-advantages .pic1 {
    background: url('../img/advantages-new1.svg') center no-repeat;
    background-size: contain;
}
.header-advantages .pic2 {
    background: url('../img/advantages-new2.svg') center no-repeat;
    background-size: contain;
}
.header-advantages .pic3 {
    background: url('../img/advantages-new3.svg') center no-repeat;
    background-size: contain;
}
.header-advantages .pic4 {
    background: url('../img/advantages-new4.svg') center no-repeat;
    background-size: contain;
}
.black-btn {
    color: #FFF;
    background: #E88D00;
}
.black-btn:hover {
    color: #E88D00;
    background: #FFF;
}
.we-are-icon1 {
    background: url('../img/we-are-new1.svg') center bottom no-repeat;
    background-size: contain;
}
.we-are-icon2 {
    background: url('../img/we-are-new2.svg') center bottom no-repeat;
    background-size: contain;
}
.we-are-icon3 {
    background: url('../img/we-are-new3.svg') center bottom no-repeat;
    background-size: contain;
}
.we-are-icon4 {
    background: url('../img/we-are-new4.svg') center bottom no-repeat;
    background-size: contain;
}
.maders-block {
    background: url('../img/maders-block-new.jpg') center no-repeat;
    background-size: 100%;
}
.dd-select {
    border: 1px solid #E88D00!important;
    background: none!important;
}
.dd-pointer-down {
    border-top: solid 5px #E88D00!important;
}

.arr-r-1{
    background: url("../img/arr-r.svg") center no-repeat;
    width: 30px;
    height: 14px;
    float: right;
    cursor: pointer;
}
.arr-r-1:hover{
    background: url("../img/arr-r-hover.svg") center no-repeat;
}

.arr-l-1{
    background: url("../img/arr-l.svg") center no-repeat;
    width: 30px;
    height: 14px;
    float: right;
    margin-right: 60px;
    cursor: pointer;
}
.arr-l-1:hover{
    background: url("../img/arr-l-hover.svg") center no-repeat;
}
.about-gallery-1 li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-gallery-1 img {
    max-width: 100%;
    max-height: 144px;
}

.tabs__caption .img-c {
    transition: none;
}
.tabs__caption .img-c:hover {
    background: none;
    border: none;
}
.tabs__caption .img-c .img-border {
    transition: none;
}
.tabs__caption .img-c:hover .img-border {
    opacity: 1;
}
.tabs__caption li {
    cursor: default;
}
.tabs__caption li span {
    transition: none;
}
.tabs__caption li:hover span {
    color: #717070
}
.gray-block-get-pricelist {
    align-items: center;
}
#about-gallery li img {
    object-fit: cover;
}


.btn-eshpp{
	background: #E88D00;
    border: 1px solid #E88D00;
	color: #000;
	height: 48px;
	margin-top: 16px
}
.btn-eshpp:hover{
	color: #E88D00;
    border: 1px solid #E88D00;
	background: transparent;
}
@media only screen and (max-width : 1199px) {
	.btn-eshpp {
			display: none!important;
	}
}

@media only screen and (max-width : 767px) {
    .maders-block {
        padding-top: 190px;
        background: none;
        position: relative;
    }
    .maders-block:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -15px;
        right: -15px;
        height: 191px;
        background: url('../img/maders-block-mobile.jpg') center top no-repeat;
        background-size: cover;
    }
    .maders-list-bg {
        background: #000;
    }
    .maders-block {
        padding-top: 198px;
    }
    .maders-block:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -15px;
        right: -15px;
        height: 199px;
        background: url(../img/maders-block-mobile-1.jpg) center top no-repeat;
        background-size: cover;
    }

    .tabs__caption {
        display: block;
    }
    .tabs__caption li{
        margin: 0 auto;
    }


}