/*
Theme Name: Prestig
*/


/* =WordPress Core
-------------------------------------------------------------- */
.footer__bottom {
    display: flex;
    justify-content: space-around;
}

.footer__copy_right a{text-decoration:underline;}
.footer__copy_right a:hover{text-decoration:none;}
section.reviews.aos-init.aos-animate {
    display: none;
}
.info__text p {
    line-height: 34px;
    padding-bottom: 15px;
}
form.wpcf7-form.feedback-form.sent .wpcf7-response-output{font-size: 15px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-weight: 600;
    color: green;}

.wpcf7-response-output{font-size: 13px;
    padding: 10px 0px 0px 0px;}

.screen-reader-response, .wpcf7-not-valid-tip{
    display: none !important;
}
.wpcf7-not-valid{
    border-color: red !important;
}
.conteiner {
    max-width: 79.5rem;
    margin: 0 auto;
    padding: 0 1rem;
}
.typical-img{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.typical-img > *{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
}
.typical-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.typical-img:before{
    padding-bottom: 100%;
    display: block;
    content: '';
}
.downsite-menu[style*="display: block"]{
    display:flex!important;
}
.steps{
	margin:0;
}
.content{
	.conteiner{
		h1{
			font-family: Unbounded;
    font-weight: 700;
    font-size: 44px;
    line-height: 130%;
    text-transform: uppercase;
			margin-bottom:0.5em
		}
	}
	.page_txt{
		p{
			line-height:1.5;
			margin-bottom:1em;
		}
	}
}
