/*******404 page style**********/
.error-page {
    min-height: calc(100vh - 403px);
}
.error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px 0 120px;
}
.error__item {
    font-size: 478px;
    color: rgb(27, 143, 69);
    line-height: 379px;
}
.error__text {
    color: rgb(70, 70, 70);
    font-size: 26px;
    font-weight: bolder;
    padding-top: 35px;
}
.address.container_item ul {
    display: none;
    list-style-type: none;
    padding-left: 0;
}
.address.container_item ul li {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}
.address.container_item p {
    margin-top: 8px;
}
.address.container_item ul li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    height: 2px;
    width: 13px;
    background: #01953F;
}
.address.container_item ul p {
    margin-top: 0;
}
.address.container_item p {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}
/* .address.container_item p::after {
    content: "";
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    height: 7px;
    width: 7px;
    border-left: 1px solid #448C4D;
    border-top: 1px solid #448C4D;
}

.address.container_item ul p::after {
    display: none;
} */


.error__link {
    color: rgb(27, 143, 69);
    display: block;
    /* padding-top: 25px; */
    margin-top: 30px;
    font-size: 25px;
    font-weight: bolder;
    /* text-decoration: underline; */
    opacity: 0.8;
    transition: opacity 0.1s ease-in-out;
    background: #E7F5E9;
    padding: 14px 22px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}
.error__link:hover {
    color: rgb(27, 143, 69);
    opacity: 1;
    text-decoration: none;
}

.phone_info {
    max-width: 235px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.phone_info p{
    text-align: center;
}

.sale__matkapital div {
font-size: 19px;
font-weight: 800;
text-align: center;
margin:10px auto auto auto;
padding: 20px 10px 20px 10px;
    color: #1EA52E;
	background: #F6E113;
	background-image: -webkit-linear-gradient(bottom, #ffc600 0%, #F6E113 100%);
	border-radius: 10px;
}

.footer__modal {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
}

.footer__modal--active {
    display: block;
}

.footer__modal-wrapper {
    background-color: #ebebeb;
    display: flex;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    width: 600px;
    padding: 15px 25px;
}

.footer__modal-text {
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    padding-right: 10px;
}

.footer__modal-close {
    display: flex;
    align-items: center;
}

.footer__modal-btn {
    color: #555555;
    border: 1px solid #999999;
    background-color: #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 500;
    padding: 4px 20px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    transition: all .2s linear;
    cursor: pointer;
}
.footer__modal-btn:hover{
    border-color: #111111 ;
}

@media all and (max-width: 992px) {
    .footer__modal {
        bottom: 80px;
        right: 20px;
    }
}

@media all and (max-width: 868px) {
    .error__item {
        font-size: 390px;
    }
    .error__text {
        font-size: 24px;
    }
    .error__link {
        font-size: 24px;
    }
}
@media all and (max-width: 680px) {
    .error__item {
        font-size: 300px;
        line-height: 261px;
    }
    .error__text {
        font-size: 20px;
    }
    .error__link {
        font-size: 22px;
    }

}

@media all and (max-width: 639px) {
    .footer__modal {
        bottom: 80px;
        right: 10px;
        left: 20px;
    }
    
    .footer__modal-wrapper {
        max-width: 600px;
        width: 100%;
        padding: 15px 10px;
    }
    
    .footer__modal-text {
        font-size: 12px;
    }

    
    .footer__modal-btn {
        font-size: 12px;
    }
}

@media all and (max-width: 480px) {
    .error__item {
        font-size: 168px;
        line-height: 136px;
    }
    .error__text {
        font-size: 16px;
    }
    .error__link {
        font-size: 15px;
    }
}