.content-404{
    padding-top: 120px;
    line-height: normal;
    padding-bottom: 40px;
}
.content-404 h1{
	font-size:100px;
	text-align:center;
}
.content-404 .text-404{
	text-align:center;
	font-size:18px;
}
.content-404 .text-404 a{
	color:#000;
	text-decoration:underline;
}
.policy-h1 {
    line-height: 1;
    margin: 35px 0 20px;
}

.policy-text ul {
	margin-bottom: 10px;
}

@media(max-width:768px){
	.content-404 h1{
		font-size: 45px;
	}
}

.cookies {
    display: none;
    position: fixed;
    width: 875px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    margin: 0 20px 15px;
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    z-index: 10;
    box-shadow: 0px 7px 14px 0px #bdbdbd;
}

.cookies__wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.cookies__content {
    color: #000;
}

.cookies__content a {
    color: #000;
    text-decoration: underline;
}

.cookies__action {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cookies__action a {
    color: #000;
    text-decoration: underline;
}

.cookies__btn {
    background-color: #1F1F1F;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.model-card__price-note {
    margin-top: 15px;
    font-size: 1.2rem;
    color: rgb(216, 11, 36);
    font-weight: 600;
}

.model-card__title span,
.models__button span {
    color: rgb(216, 11, 36);
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cookies {
        width: 700px;
    }

    .cookies__content br {
        display: none;
    }
}

@media (max-width: 767px) {
    .cookies {
        width: calc(100vw / 1.05);
        padding: 15px 15px 15px;
        bottom: 100px;
        margin: 0 auto;
    }

    .cookies__content br {
        display: none;
    }
}

@media (max-width: 576px) {
    .cookies__wrap {
        flex-direction: column;
        grid-gap: 10px;
    }

    .cookies__action {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .cookies__btn {
        width: 100%;
    }
}
