.all-dogs{
    max-width: 1200px;
    padding: 0 25px 50px;
    margin: 0 auto;
}

.all-dogs__ttl{
    font: bold 55px/1.1 roboto-bold;
    color: #353535;
    padding: 125px 0 50px;
}

.all-dogs__switch{
    position: relative;
    height: 75px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 3px solid #edc644;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 70px;
    font-size: 0;
}
.all-dogs__switch-inn{
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
}
.all-dogs__switch-i-lady,
.all-dogs__switch-i-gentlemen{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 75px;
    font: bold 30px/1.1 roboto-bold;
    color: #353535;
    text-align: center;
    padding-top: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.all-dogs__switch-i-lady{
    border-left: 1px solid #e7e7e7;
}
.all-dogs__switch-i-gentlemen{
    border-right: 1px solid #e7e7e7;
}
    .all-dogs__switch-i-lady.active{
        background-color: #edc644;
        border-left: 1px solid #edc644;
        cursor: default;
    }
    .all-dogs__switch-i-gentlemen.active{
        background-color: #edc644;
        border-right: 1px solid #edc644;
        cursor: default;
    }
        .all-dogs__switch-i-gentlemen.active:before,
        .all-dogs__switch-i-lady.active:before{
            position: absolute;
            content: '';
            background-color: #fff;
            border: 72px solid transparent;
        }
        .all-dogs__switch-i-gentlemen.active:before{
            top: 0;
            left: -10px;
            border-right: 20px solid #edc644;
            border-left: 0;
            border-top: 0;
        }
        .all-dogs__switch-i-lady.active:before{
            top: 1px;
            right: -10px;
            border-left: 20px solid #edc644;
            border-right: 0;
            border-bottom: 0;
        }

.all-dogs-info-block{
    padding-bottom: 80px;
    font-size: 0;
    overflow: hidden;
}
.all-dogs-info__img{
    position: relative;
    float: left;
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .all-dogs-info-block_img-right .all-dogs-info__img{
        float: right;
        padding: 0 0 0 20px;
    }
.all-dogs-info__img img{
    width: 100%;
}
.all-dogs-info__name{
    position: absolute;
    bottom: 70px;
    left: 0;
    background-color: #edc644;
    min-width: 215px;
    font: bold 31px/1 roboto-bold;
    text-align: center;
    padding: 15px 25px 19px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 33px 33px 0;
    -moz-border-radius: 0 33px 33px 0;
    border-radius: 0 33px 33px 0;
}
    .all-dogs-info-block_img-right .all-dogs-info__name{
        left: auto;
        right: 0;
        padding: 15px 20px 19px 25px;
        -webkit-border-radius: 33px 0 0 33px;
        -moz-border-radius: 33px 0 0 33px;
        border-radius: 33px 0 0 33px;
    }

.all-dogs-info-data{
    float: left;
    width: 50%;
    padding: 65px 0 0 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .all-dogs-info-block_img-right .all-dogs-info-data{
        padding: 65px 0 0 0;
    }
.all-dogs-info-data__ttl{
    font-size: 35px;
    color: #353535;
    padding-bottom: 15px;
}
.all-dogs-info-data__ttl2{
    font-size: 24px;
    color: #353535;
    padding: 25px 0 20px;
}
.all-dogs-info-data__txt{
    font-size: 17px;
    line-height: 31px;
    color: #353535;
}
.all-dogs-info-data__txt span{
    color: #727272;
}
.all-dogs-info-data__txt a{
    font-size: 17px;
    color: #ba8848;
    text-decoration: none;
}
    .all-dogs-info-data__txt a:hover{
        color: #000;
        text-decoration: underline;
    }
.all-dogs-info-data__date{
    display: inline-block;
    font-size: 17px;
    color: #353535;
    padding: 5px 0 12px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 7px;
}
.all-dogs-info-data__title{
    font-size: 17px;
    line-height: 32px;
    color: #353535;
}
.all-dogs-info-data__title span{
    background: url("../img/star.png") no-repeat left 8px center;
    padding-left: 32px;
}

.all-dogs-info-data__btn-wrap{
    padding-top: 25px;
}
.all-dogs-info-data__btn{
    display: inline-block;
    background-color: #edc644;
    width: 230px;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 22px 20px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    -webkit-box-shadow: 0 5px 30px rgba(248,198,32,.8);
    -moz-box-shadow: 0 5px 30px rgba(248,198,32,.8);
    box-shadow: 0 5px 30px rgba(248,198,32,.8);
}
    .all-dogs-info-data__btn:hover{
        background-color: #fcb800;
        -webkit-box-shadow: 0 5px 30px rgba(252,184,0,.8);
        -moz-box-shadow: 0 5px 30px rgba(252,184,0,.8);
        box-shadow: 0 5px 30px rgba(252,184,0,.8);
    }

@media screen and (max-width: 1279px){
    .all-dogs-info-data{
        padding: 25px 0 0 20px;
    }
        .all-dogs-info-block_img-right .all-dogs-info-data{
            padding: 25px 0 0 0;
        }
    .all-dogs-info-data__ttl{
        padding-bottom: 10px;
    }
    .all-dogs-info-data__txt{
        line-height: 30px;
    }
}

@media screen and (max-width: 1023px){
    .all-dogs-info-block{
        padding-bottom: 50px;
    }
    .all-dogs-info__img{
        float: none;
        width: 100%;
        padding-right: 0;
    }
        .all-dogs-info-block_img-right .all-dogs-info__img{
            float: none;
            padding: 0;
        }
    .all-dogs-info-block_img-right .all-dogs-info__name{
        left: 0;
        right: auto;
        padding: 15px 25px 19px 20px;
        -webkit-border-radius: 0 33px 33px 0;
        -moz-border-radius: 0 33px 33px 0;
        border-radius: 0 33px 33px 0;
    }
    .all-dogs-info-data{
        float: none;
        width: 100%;
    }
        .all-dogs-info-block_img-right .all-dogs-info-data{
            padding: 25px 0 20px 20px;
        }
}

@media screen and (max-width: 767px){
    .all-dogs__ttl{
        font-size: 40px;
        padding: 50px 0;
    }
    .all-dogs__switch{
        height: 67px;
    }
    .all-dogs__switch-i-lady,
    .all-dogs__switch-i-gentlemen{
        height: 67px;
        font-size: 25px;
    }
    .all-dogs__switch-i-gentlemen.active:before,
    .all-dogs__switch-i-lady.active:before{
        border-bottom: 64px solid transparent;
    }
    .all-dogs__switch-i-lady.active:before{
        border-bottom: 0;
        border-top: 64px solid transparent;
    }
    .all-dogs-info-data,
    .all-dogs-info-block_img-right .all-dogs-info-data{
        padding: 20px 0;
    }
    .all-dogs-info__name{
        bottom: 40px;
        min-width: 200px;
        font-size: 25px;
        padding: 13px 20px 17px 15px;
    }
    .all-dogs-info-data__btn-wrap{
        text-align: center;
    }
}

@media screen and (max-width: 479px){
    .all-dogs{
        padding: 0;
    }
    .all-dogs__ttl{
        font-size: 40px;
        padding: 50px 15px;
    }

    .all-dogs__switch{
        height: 63px;
    }
    .all-dogs__switch-i-lady,
    .all-dogs__switch-i-gentlemen{
        height: 63px;
        font-size: 23px;
    }
    .all-dogs__switch-i-lady{
        width: 35%;
    }
    .all-dogs__switch-i-gentlemen{
        width: 65%;
    }
    .all-dogs__switch-i-gentlemen.active:before,
    .all-dogs__switch-i-lady.active:before{
        border-bottom: 60px solid transparent;
    }
    .all-dogs__switch-i-lady.active:before{
        border-bottom: 0;
        border-top: 60px solid transparent;
    }

    .all-dogs-info-data,
    .all-dogs-info-block_img-right .all-dogs-info-data{
        padding: 20px 15px;
    }
    .all-dogs-info__name,
    .all-dogs-info-block_img-right .all-dogs-info__name{
        bottom: 10px;
        min-width: 180px;
        font-size: 24px;
        padding: 11px 20px 14px 15px;
    }
    .all-dogs-info-data__ttl{
        font-size: 28px;
    }
    .all-dogs-info-data__txt{
        line-height: 28px;
    }
    .all-dogs-info-data__title{
        line-height: 28px;
    }
    .all-dogs-info-data__title span{
        background-position: left center;
        padding-left: 20px;
    }
    .all-dogs-info-data__btn{
        width: 100%;
    }
}