/* CSS by AccelLoad */
/* Некие стандарты */
.section {
	margin-top: 10%;
}

/* Почему стоит обратиться к нам? */
.titleNew {
    color: #651365;
    margin-bottom: 3rem;
}
.whyTitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #341008;
}
.whySubtitle {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #341008;
}
.info_not .container {
    min-height: auto;
}
.info_not .imgNewBack {
    left: -90px;
}
.imgNew {
    max-width: 100%;
    height: auto;
}
.imgNewBack {
    position: relative;
}
.imgNewBack:after {
    content: '';
    width: calc(100% - 45px);
    height: calc(100% - 29px);
    border: 1px solid #000000;
    position: absolute;
    right: -31px;
    bottom: -31px;
    z-index: -1;
}
@media (max-width: 1400px) {
	.info_not .imgNewBack {
		left: auto;
	}
}
@media (max-width: 992px) {
    .imgNewBack:after {
        display: none;
    }
    .titleNew {
        text-align: center!important;
    }
}

/* О нотариусе */
.about_notary .container {
    min-height: auto;
}
.titleNew {
	color: #651365;
    margin-bottom: 3rem;
}
.liNew {
    font-family: 'Lora';
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    color: #341008;
    margin-bottom: 17px;
}
.ulNew {
    list-style: none;
}
.liNew:before {
    content: '—';
    margin-right: 17px;
}
.author {
    font-family: 'Lora';
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #341008;
}

/* Новости */
.articlesNew .container {
    min-height: auto;
    margin: auto;
}
.articlesNewName {
    font-family: Lora;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #341008;
    margin: 28px 0 18px;
}
.articlesNew .imgNewBack {
    padding: 0 20px 20px 0;
    height: 250px;
}
.articlesNew .imgNew {
    height: 100%;
    object-fit: cover;
}
.articlesNewText,
.articlesNewText p {
    margin: 18px 0 26px;
}
.articlesNewBtn {
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #651365;
    text-align: right;
}
.articlesNewBtn a:hover {
    color: #fb414e;
}
.articlesNew .imgNewBack:after {
    right: 0;
    bottom: 0;
}
.articlesNewDate {
    font-size: 14px;
    line-height: 16px;
    color: #626262;
}
.articlesNewDate img {
    margin-right: 8px;
}
@media (max-width: 992px) {
    .articlesNew .imgNewBack {
        padding: 0;
        text-align: center;
        height: auto;
    }
}

/* Подвал */
.map-footer .container {
	min-height: auto;
	margin: auto;
}
.footer .container {
	min-height: auto;
	margin: auto;
}
.footerTop {
	background: rgba(16, 16, 16, 0.9);
	color: #FFFFFF;
}
.footerBottom {
    background: #040303;
    color: #FFFFFF;
}
.footerBottom .link {
	font-family: 'Montserrat';
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #FFFFFF;
    width: max-content;
}
.footerTitle {
    font-family: 'Lora';
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
.footerLine {
    height: 1px;
    background: #651365;
    width: 100%;
    margin: 19px 0 25px;
}
.footerUl {
    list-style: none;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.footerLi {
    margin-top: 20px;
}
.footerBtn {
	background: #651365;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding: 11px 32px;
	color: #FFFFFF;
	margin-top: 34px;
}
.footer a:hover {
	color: #fb414e;
}

/* Услуги */
.servicesNewLine {
    height: 1px;
    width: 100%;
    margin-bottom: 31px;
    background: #651365;
}
.servicesNewText {
    font-size: 14px;
    line-height: 16px;
    color: #341008;
}
.servicesNewBtn {
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #651365;
    margin-top: 55px;
}
.servicesNewBtn a:hover {
    color: #fb414e;
}
.servicesNew .imgNewBack {
    padding: 0 20px 20px 0;
}
.servicesNew .imgNewBack .imgNew {
    width: 100%;
}
.servicesNew .imgNewBack:after {
    right: 0;
    bottom: 0;
}
.servicesNewBlock:nth-child(2n) {
    flex-direction: row-reverse;
}
.servicesNewBlock:nth-child(2n) .titleNew,
.servicesNewBlock:nth-child(2n) .servicesNewText,
.servicesNewBlock:nth-child(2n) .servicesNewBtn {
    text-align: right;
}
@media (max-width: 992px) {
    .servicesNew .imgNewBack {
        padding: 0;
    }
}

/* Услуга с ценой */
.onlyTitle {
    font-family: 'Lora';
    font-style: italic;
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    color: #651365;
}
.onlyLine {
    height: 1px;
    width: 100%;
    max-width: 510px;
    background: #651365;
    margin: 38px 0 23px auto;
}
.onlyDate {
    font-family: 'Lora';
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    color: #341008;
    text-align: right;
}
.onlyImg {
    position: absolute;
    left: 0;
    height: 187px;
    width: 100%;
    margin-top: 23px;
}
.onlyImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100%;
}
.onlyUslugaBlock h2{
    margin-bottom: 25px;

}
.onlyUslugaBlock {
    padding-top: 283px;
}
.onlyUslugaTitle {
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #341008;
}
.onlyUslugaSubtitle {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #341008;
}
.onlyUslugaPrice {
    font-size: 14px;
    line-height: 18px;
    color: #341008;
}
.onlyUsluga {
    border-top: 1px solid rgba(52, 16, 8, 0.18);
    padding: 11px 0;
    display: grid;
    grid-template-columns: 1fr 300px 150px;
}
.onlyUsluga:last-child {
    border-bottom: 1px solid rgba(52, 16, 8, 0.18);
}
.onlyUslugaBtn {
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #651365;
    text-align: right;
    margin: 38px 0 70px;
}
.onlyUslugaBtn a:hover {
    color: #fb414e;
}
@media (max-width: 1000px) {
    .onlyUsluga {
        grid-template-columns: 1fr 150px 105px;
        grid-column-gap: 10px;
    }

}@media (max-width: 540px) {
    .onlyUsluga {
        grid-template-columns: 1fr;

        grid-gap: 10px;
    }
    .onlyUslugaTitle,.onlyUslugaSubtitle,.onlyUslugaPrice {

        text-align: center;
    }
}
/* CSS by AccelLoad */