* {
    font-family: 'Montserrat', sans-serif;
    /* font-weight: 500; */
}

body {
    margin: 0;
}

.result-box {
    background: #fefefe;
    height: 1300px;
    position: relative;
    
    /* display: none; */
}

.result {
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    margin: 0 auto;
    /* background: red; */
    /* width: 1500px; */
    position: absolute;
    /* background: red; */
    /* flex-direction: column; */
    
}

.road-img {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 1038px; left: 0;
}

.road-img-mob {
    display: none;
}

.house1-img {
    position: absolute;
    left: 0;
    top: 91px;
    /* position: absolute;
    top: 655px; left: 100px; */

}

.house2-img {
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 119px;
    /* position: absolute;
    top: 565px; right: 100px; */
}

.town-mob {
    display: none;
}

.scale-img {
    display: none;
}

.car-img {
    object-fit: contain;
    top: 210px;
    position: absolute;
    /* position: absolute;
    top: 220px;
    top: 824px; */
}

.weigher-box {
    position: relative;
}

.weigher-img {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
}

.weigher-number {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 200px;
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
    color: #000;
    padding-top: 23px;
}

.line__box {
    position: absolute;
    width: 100%;
    top: 300px;
}

.line__grey {
    background: #ddd;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 225px;
    left: 0;
}

.line__years {
    display: flex;
    position: absolute;
    top: 155px;
    width: 100%;
    justify-content: center;
}

.line__years > div {
    width: 25%;
    display: flex;
    justify-content: center;
    color: #0e4096;
    font-size: 20px;
    font-weight: 700;
}

.circle__yellow { 
    position: absolute;
    top: 215px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.circle__yellow > div {
    width: 25%;
    display: flex;
    justify-content: center;
}

.circle__yellow > div > div {
    background: #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.circle__yellow > div > div:hover {
    background: #fdca00;
}

.count__batteries {
    display: flex;
    position: absolute;
    top: 280px;
    width: 100%;
    justify-content: center;
}

.count__batteries > div {
    width: 25%;
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.pic__batteries { 
    position: absolute;
    top: 325px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.pic__batteries > div {
    width: 25%;
    display: flex;
    justify-content: center;
}

.pic__batteries > div > div {
    position: absolute;
    font-size: 36px;
    font-weight: 700;
    margin-top: 14px;
}

.road {
    position: absolute;
    top: 750px;
    display: flex;
    justify-content: center;
    gap: 150px;
    width: calc(100% - 20%);
}

.bg-grass {
    width: 100%;
    margin-bottom: -4px;
}

.result-animals {
    position: relative;
}

.result-animals__title {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.result-animals__mole {
    position: absolute;
    bottom: 115px;
    left: 34%;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.result-animals__mole span {
    display: block;
    font-size: 22px;
}

.result-animals__hedgehog {
    position: absolute;
    bottom: 115px;
    right: 34%;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.result-animals__hedgehog span {
    display: block;
    font-size: 22px;
}

.result h3 {
    margin: 0;
}

.result-title {
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    color: #103c86;
    padding-top: 80px;
}

.city1 {
    text-align: center;
    position: absolute;
    bottom: 120px; left: 220px;
    color: #103c86;
    font-size: 20px;
    margin-top: 20px;
}

.city2 {
    text-align: center;
    position: absolute;
    bottom: 100px; right: 175px;
    color: #103c86;
    font-size: 20px;
    margin-top: 20px;
}

.font-text {
    color: #103c86;
    font-weight: 900;
    font-size: 20px;

}

.documents {

    background: #fefefe;
    /* background: red; */
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: center;
    max-width: 100%;
}
.documents-box {
    /* background: #103c86; */
 
    height: 140px;
    /* background: red; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* align-items: center; */
    padding-top: 40px;
    box-sizing: border-box;
    text-align: center;
    /* margin-left: 45px;
        margin-right: 45px; */
    color: #103c86;

}

.documents-text {
    display: flex;
    /* padding-bottom: 25px; */
    justify-content: center;
    padding: 20px 0 40px 0;
    
}

.documents-box a {
     text-decoration: none;
     color: #103c86;
     display: flex;
     align-items: center;
     /* width: 200px; */
     /* background: orange; */
     margin: 0 10px;
     font-weight: 800;

}

@media (max-width: 1750px) {
    .city1 {
     
        bottom: 135px !important;
        top: unset; 
      
    }

    .city2 {
        bottom: 135px;
    }
}

@media (max-width: 1024px) {
    .road-img {
        display: none;
    }

    .car-img {
        display: none;
    }

    .line__box, .weigher__box, .road {
        display: none;
    }

    .result-animals__title {
        top: 50px;
        font-size: 25px;
    }

    .result-animals__mole {
        bottom: 65px;
        left: 33%;
        font-size: 29px;
    }

    .result-animals__hedgehog {
        bottom: 65px;
        right: 33%;
        font-size: 29px;
    }

    .result-box {
        height: 1400px;
    }

    .house1-img {
        display: none;
    }

    .house2-img {
       display: none;
    }

  

    .font-text {
        font-size: 25px;

    }

 
  

    .result-box {
        background-image: url("../img/background-town-new.jpg");
  
        background-repeat: no-repeat;
        background-position: 50%;
        /* background-size: cover; */
   
    }

    .result-title {
        padding-top: 30px;
       padding-left: 20px;
       padding-right: 20px;
       font-size: 28px;
    }
 
    .city-container {
        position: absolute;
        text-align: center;
        color: #103c86;
        left:50%;
        width:200px;
        margin-left:-100px; 
        font-size: 18px;
    }

    .top {
        /* top:670px; */
        top: 720px;
    }
    
    .bottom {
        bottom: 40px;
    }

    .city-container span {
        font-size: 18px;
        color: #103c86;
        font-weight: 800;
       
    }


}

@media (max-width: 768px) {
    .result-animals__title {
        top: 39px;
        font-size: 19px;
    }

    .result-animals__mole {
        bottom: 39px;
        font-size: 24px;
    }

    .result-animals__mole span {
        font-size: 18px;
    }

    .result-animals__hedgehog {
        bottom: 39px;
        font-size: 24px;
    }

    .result-animals__hedgehog span {
        font-size: 18px;
    }

}

@media (max-width: 425px) {
    .result-animals__title {
        top: 21px;
        font-size: 10px;
    }

    .result-animals__mole {
        bottom: 12px;
        font-size: 18px;
        left: 30%;
    }

    .result-animals__mole span {
        font-size: 13px;
    }

    .result-animals__hedgehog {
        bottom: 12px;
        font-size: 18px;
        right: 30%;
    }

    .result-animals__hedgehog span {
        font-size: 13px;
    }

}

@media (max-width: 425px) {
    .result-animals__title {
        top: 18px;
        font-size: 7px;
    }

    .result-animals__mole {
        bottom: 8px;
        font-size: 13px;
        left: 30%;
    }

    .result-animals__mole span {
        font-size: 11px;
    }

    .result-animals__hedgehog {
        bottom: 8px;
        font-size: 13px;
        right: 30%;
    }

    .result-animals__hedgehog span {
        font-size: 11px;
    }

}

@media (max-width: 480px) {

    .result-title {
      
        font-size: 23px;
     }
}