* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f4f6f8;
}

.container {
    width: 1260px;
    margin: 0 auto;
}

.main__content {
    width: 100%;
    display: flex;
}

.sidebar {
    width: 25%;
}

.sidebar__block1 {
    margin: 0 15px 0;
    width: 270px;
    background-color: #fff;
    color: #34404b;
    overflow: hidden;
}

.sidebar__block1 p {
 font-size: 18px;
 color: #ff5912;
 margin-left: 40px;
 margin-top: 45px;
 font-weight: bold;
}

.sidebar__block1 ul {
    list-style-type: none;
}

.sidebar__block1 ul li {
   margin-top: 40px;
   margin-left: 40px;
}

.sidebar__block1 ul li:last-child {
    margin-bottom: 40px;
}

.sidebar__block1 ul li a {
    text-decoration: none;
    color: #34404b;
}

.sidebar__block1 ul li a:hover {
    color: #ff5912;
}

.sidebar__block2  {
    background-color: #fff;
    margin: 30px 15px 0;
    width: 270px;
    overflow: hidden;
    color: #34404b;
}

.sidebar__block2 p {
    margin-left: 60px;
    margin-top: 40px;
    color: #ff5912;
    font-size: 18px;
    font-weight: bold;
}

.pricefilter__line {
    position: relative;
    width: 100%;
    background-color: #fff;
    height: 100px;
}

.pricefilter__line1 {
    position: absolute;
    width: 185px;
    height: 3px;
    background-color: #edf0f2;
    top: 70px;
    left: 42px;
}

.pricefilter__line2 {
    position: absolute;
    width: 115px;
    height: 3px;
    background-color: #34404b;
    top: 70px;
    left: 75px;
}

.pricefilter__dot1, .pricefilter__dot2 {
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 100%;
    position: absolute;
}

.pricefilter__dot1 {
    top: 67px;
    left: 67px;
}

.pricefilter__dot2 {
    top: 67px;
    left: 184px;
}

.pricefilter__price1, .pricefilter__price2 {
    font-size: 18px;
    position: absolute;
}

.pricefilter__price1 {
    top: 38px;
    left: 56px;
}

.pricefilter__price2 {
    top: 38px;
    left: 172px;
}

.price__field {
    margin-bottom: 40px;
}

.price__field input {
    width: 45px;
    height: 25px;
}

.price__field span:first-child {
    margin-left: 35px;
}

.price__field span {
    margin-left: 20px;
}

.price__field .from {
    margin-left: 15px; 
    outline: none;
}

.price__field .to {
    margin-left: 15px;
    outline: none;
}

.sidebar__block3 {
    background-color: #fff;
    margin: 30px 15px 0;
    width: 270px;
    overflow: hidden;
    color: #34404b;
}

.sidebar__block3 p {
    margin-left: 45px;
    margin-top: 42px;
    color: #ff5912;
    font-size: 18px;
    font-weight: bold;
}

.sidebar__block3 ul {
    margin-left: 70px;  
}

.sidebar__block3 ul li {
    list-style: none;
    margin-top: 40px;
    position: relative;
}

.sidebar__block3 ul li.active::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 4px solid #ff5912;
    position: absolute;
    left: -27px;
    top: 3px;
}

.sidebar__block3 ul li.inactive::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #edf0f2;
    position: absolute;
    left: -26px;
    top: 3px;
}

.sidebar__block3 ul li:last-child {
    margin-bottom: 40px;
}

.sidebar__block4 {
    background-color: #fff;
    margin: 30px 15px 0;
    width: 270px;
    overflow: hidden;
    color: #34404b;
}

.sidebar__block4 p {
    margin-left: 45px;
    margin-top: 42px;
    color: #ff5912;
    font-size: 18px;
    font-weight: bold;
}

.sidebar__block4 ul {
    margin-left: 70px;  
}

.sidebar__block4 ul li {
    list-style: none;
    margin-top: 40px;
    position: relative;
}

.sidebar__block4 ul li.active::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 4px solid #ff5912;
    position: absolute;
    left: -27px;
    top: 3px;
}

.sidebar__block4 ul li.inactive::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #edf0f2;
    position: absolute;
    left: -26px;
    top: 3px;
}

.sidebar__block4 ul li:last-child {
    margin-bottom: 40px;
}

.goods {
    width: 75%;
}

.goods__row {
    display: flex;
    flex-wrap: wrap;
}

.goods__row > div:first-child {
    margin-left: 0;
}

.row2, .row3 {
    margin-top: 30px;
}

.goods__footer {
    height: 60px;
    width: 92%;
    margin-top: 30px;
    background-color: #fff;
    font-size: 75px;
    color: #ff5912;
    vertical-align: center;
    text-align: center;
    position: relative;
}

.goods__footer span {
    position: absolute;
    margin-bottom: 25px;
    bottom: -18px;
    left: 405px;
}

.divider {
    width: 95.70%;
    min-height: 60px;
    background-color: #fff;
    margin: 30px 15px 120px 11px;
    text-align: center;
    line-height: 60px;
}

.circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ff5912;
    border-radius: 100%;
}