.diler-h2{
    font-family: Onest;
    font-size: 54px;
    font-weight: 300;
    line-height: 64.8px;
    color: #000000;

}

.banner-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 797px;
    background: linear-gradient(270deg, #474747 0%, #131313 100%);
    position: relative;
    padding: 100px 100px 120px;
}

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/banner.png');
    width: 100%;
    height: 100%;
}

.diler-work {
    font-family: Onest;
    font-size: 48px;
    font-weight: 500;
    line-height: 52.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding-bottom: 52px;
}

.diler-block-text {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 50px;
    width: 458px;
    font-family: Onest;
    font-size: 18px;
    font-weight: 300;
    line-height: 28.8px;
    color: #000000;
    align-self: flex-start;
}

.diler-btn {
    position: absolute;
    padding: 21px 104px;
    border-radius: 50px;
    background: #ff6600;
    color: #fff;
    font-size: 15.39px;
    font-weight: 700;
    line-height: 27.7px;
    text-decoration: none !important;
    bottom: 120px;
    left: 50%;
    transform: translate(-50%, 0);
}

.diler-mail .diler-h2{
    text-align: center;
}

.diler-img-mail {
    width: 92%;
    left: 2%;
    position: relative;
}

.block__items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    padding-top: 60px;
}

.block__item {
    position: relative;
    width: 270px;
    color: #333;
}

.block__items .block__item:nth-child(1),
.block__items .block__item:nth-child(3){
    top: -110px;
}

.block__item a{
    text-decoration-color: #FF6A00;
}

.deiler__mail-reg {
    background-color: #ff6600;
    height: 70px;
    display: inline-block;
    padding: 0 83px;
    border-radius: 50px;
    color: #fff;
    margin-top: 62px;
    align-content: center;
    text-decoration-color: #FFFFFF;
}

.diler-mail{
    justify-items: center;
}

.block__item-name {
    font-family: Onest;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 22px;
}

.block__item-desc {
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.garant-diler {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px;
}

.diler-btn-bottom{
    height: 70px;
    display: inline-block;
    align-content: center;
    margin-top: 32px;
    padding: 0 104px;
    border-radius: 50px;
    background: #ff6600;
    color: #fff;
    font-size: 15.39px;
    font-weight: 700;
    line-height: 27.7px;
    text-decoration: none !important;
}

.diler-bottom-btn-block{
    text-align: center;
}


/* Что получают дилеры Everprof */
.diler__section{
    display: flex;
    flex-direction: column;
}

.tabs__menu {
    display: flex;
    gap: 15px;
}

.tab{
    padding: 15px 21px;
    border-radius: 24px;
    border: 1px solid #00000033;
    background: #FFFFFF;
    text-decoration: none !important;
}

.tab.active{
    background: #191919;
    border: 1px solid #191919;
    color: #FFFFFF;
}

.diler__top {
    font-family: Onest;
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    color: #000000B2;
    padding-top: 32px;
}

.diler__top.garant{
    max-width: 903px;
    margin-bottom: 52px;
}



/* Гарантии для дилеров */
.garant__diler-bottom {
    margin: 65px 0 120px;
    display: flex;
    gap: 35px;
}

.garant__bottom-left {
    padding: 73px 40px 40px;
    background: #111111;
    box-shadow: 0px 20px 20px 0px #0000001A;
    color: #fff;
    font-family: Onest;
    width: 100%;
    border-radius: 24px;
    position: relative;
}

.left__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
}

.left__desc {
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    max-width: 613px;
}

.bottom-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.garant__bottom-right {
    width: 33%;
    padding: 45px 33px;
    background: #111111;
    box-shadow: 0px 20px 20px 0px #0000001A;
    border-radius: 24PX;
    color: #fff;
    text-align: center;
}

.right__diler-btn {
    border-radius: 50px;
    height: 52px;
    display: inline-block;
    background: #ff6600;
    width: 100%;
    align-content: center;
    color: #fff;
    text-decoration: none !important;
}
.block__items.block-mobile{
    display: none;
}



@media screen and (max-width: 768px) {
.banner-block{
    flex-direction: column;
    width: 100%;
    height: 558px;
    border-radius: 20px;
    padding: 25px;
    gap: 12px;
    justify-content: flex-start;
}
.banner-img {
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.diler-work {
    font-family: Onest;
    font-size: 18px;
    font-weight: 300;
    line-height: 21.6px;
    padding-bottom: 22px;
}
.diler-block-text {
    width: 100%;
    font-family: Onest;
    font-size: 12px;
    font-weight: 300;
    line-height: 19.2px;
    padding: 15px;
}
.diler-block-text p{
    margin: 0;
}
a.diler-btn {
    font-family: Proxima Nova;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    padding: 15px;
    text-align: center;
    width: calc(100% - 50px);
    bottom: 156px;
}
.diler-h2 {
    font-family: Onest;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}
.diler-cont {
    margin-top: 40px;
}
.diler-items {
    gap: 10px;
    margin-top: 40px;
}
.diler-item {
    width: 100%;
    min-height: 80px;
    padding: 25px 15px;
}
.diler-item p, .p-name {
    font-family: Onest;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
}
.diler-item .p-desc{
    font-weight: 400;
    width: 75%;

}
.diler-img {
    max-width: 100px;
    max-height: 100px;
}
.block__items.block-desk{
    display: none;
}
.block__items.block-mobile{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.block__item {
    width: calc(50% - 15px);
}
.block__items .block__item:nth-child(1) {
    top: 0;
}
.block__items .block__item:nth-child(2) {
    top: 110px;
}
.block__items .block__item:nth-child(3) {
    top: 60px;
}
.block__items .block__item:nth-child(4) {
    top: 200px;
}
.diler-mail {
    justify-items: start;
}
.block__item-name {
    font-family: Onest;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
}
.block__item-desc {
    font-family: Onest;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
}
    a.deiler__mail-reg {
        margin-top: 220px;
        font-family: Proxima Nova;
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
        --underline-opacity: 0%;
        height: 53px;
        width: 100%;
        display: block;
        text-align: center;
    }
.garant-diler {
    gap: 12px;
    flex-direction: column;
}
.garant__diler-item {
    width: 100%;
    padding: 15px;
    padding-left: 80px;
    position: relative;
}
img.garant__diler-img.lazyloaded {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 46px;
    height: 46px;
}
.garant__diler-name {
    font-family: Onest;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    padding: 0;
}
.garant__diler-desc {
    font-family: Onest;
    font-size: 12px;
    font-weight: 300;
    line-height: 16.8px;
}
a.diler-btn-bottom {
    font-family: Proxima Nova;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 24px;
    display: block;
    height: 53px;
}
.diler-cont {
    margin: 40px 0;
}
.tab {
    font-family: Proxima Nova;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    padding: 6px 10px;
}
.diler__top {
    font-family: Onest;
    font-size: 12px;
    font-weight: 300;
    line-height: 16.8px;
    padding-top: 22px;
}
.diler-cont-new {
    margin: 40px 0;
}
.diler__key{
    display: none;
}
.garant__dilers-item {
    position: relative;
}
.garant__dilers-item {
    position: relative;
    padding: 15px 15px 15px 76px;
    width: 100%;
}
.garant__diler-bottom {
    flex-direction: column;
    gap: 8px;
    margin: 12px 0;
}
.bottom-img {
    position: absolute;
    right: 0;
    top: unset;
    bottom: 0;
    height: 180px;
    width: 180px;
}
.garant__bottom-left {
    padding: 25px 20px;
    height: 280px;
}
.left__name {
    font-family: Onest;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
}
.left__desc {
    font-family: Onest;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
}
.garant__bottom-right {
    width: 100%;
    padding: 26px 50px;
}
.right__desc {
    font-family: Onest;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
}
.right__diler-btn {
    font-family: Proxima Nova;
    font-size: 15.39px;
    font-weight: 700;
    line-height: 27.7px;
}
.garant__dilers{
    gap: 12px;
}
.diler__top.garant {
    max-width: 100%;
    margin-bottom: 40px;
}
}