.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
button {
font-family: 'Roboto', sans-serif;
outline: none;
cursor: pointer;
box-sizing: border-box;
}
::placeholder { 
font-family: 'Roboto', sans-serif;
}
input {
font-family: 'Roboto', sans-serif;
outline: none;
cursor: pointer;
box-sizing: border-box;
}
li {
list-style-type: none;
margin: 0;
padding: 0;
}
ul {
margin: 0;
padding: 0;
}
p {
margin: 0;
padding: 0;
}
.container {
max-width: 1350px;
margin: auto;
}
.header__container {
display: flex;
align-items: center;
justify-content: space-between;
}
.header__adress-item + .header__adress-item {
margin-top: 32px;
}
.header__adress-text {
font-size: 14px;
font-weight: 400;
color: #171717;
}
.header__adress-item {
display: flex;
align-items: center;
}
.header__adress {
flex: 0 0 23%;
}
header {
padding: 42px 0px;
}
.header__adress-icon {
margin-right: 16px;
}
.header__time-item + .header__time-item {
margin-top: 10px;
}
.header__time-day {
font-size: 14px;
font-weight: 500;
color: #171717;
}
.header__time-hours {
font-size: 14px;
font-weight: 400;
margin-top: 3px;
}
.header__phone-item + .header__phone-item {
margin-top: 8px;
}
.header__phone-item a {
border-bottom: 1.5px solid #E2A091;
color: #171717;
font-size: 18px;
font-weight: 400;
}
.header__social {
display: flex;
align-items: center;
margin-top: 16px;
}
.header__social-item + .header__social-item {
margin-left: 10px;
}
.header__top-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.header__tubs {
display: flex;
align-items: center;
}
.header__top {
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.header__tubs-item a {
display: inline-flex;
padding: 18px 20px 20px 20px;
color: #171717;
font-size: 16px;
font-weight: 500;
border-bottom: 2px solid transparent;
}
.header__modal a{
display: inline-flex;
padding: 18px 60px;
font-size: 18px;
color: #fff;
font-weight: 700;
background-color: #7D192F;
}
.header__tubs-item a.active {
border-color: #7D192F;
}
.swiper__first img{
max-width: 100%;
width: 100%;
}
.container__slider {
max-width: 2000px;
margin: auto;
}
.swiper__first {
text-align: center;
}
.swiper__first {
position: relative;
}
.swiper__info-block {
position: absolute;
left: 0;
bottom: 50px;
text-align: left;
width: 75%;
padding: 30px 80px 30px 140px;
box-sizing: border-box;
background:  rgba(0, 0, 0, 0.50);
}
.swiper__info-title {
font-size: 60px;
color: #fff;
font-weight: 700;
margin-bottom: 20px;
}
.swiper__info-text {
font-size: 32px;
color: #fff;
font-weight: 400;
}
.swiper__info-btn a {
font-size: 32px;
font-weight: 700;
color: #fff;
background-color: #7D192F;
padding: 18px 60px;
display: inline-flex;
margin-top: 50px;
}
.firstSlider {
margin-top: 20px;
}
.swiper-pagination {
max-width: fit-content!important;
right: 5%!important;
left: auto!important;
}
.swiper-pagination-bullet {
width: 18px!important;
background-color: #fff!important;
opacity: 1!important;
height: 18px!important;
}
.swiper-pagination-bullet-active {
background-color: #7D192F!important;
}
.notarius-title {
font-size: 60px;
font-weight: 700;
color: #171717;
margin-bottom: 70px;
}
.notarius {
margin-top: 46px;
}
.notarius__flex {
display: flex;
justify-content: space-between;
align-items: center;
}
.notarius__flex-left {
flex: 0 0 55%;
}
.notarius-line {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.notarius__line-item {
flex: 0 0 40%;
display: flex;
align-items: center;
}
.notarius__line-img {
max-width: 60px;
width: 100%;
margin-right: 22px;
}
.notarius__line-img img {
max-width: 100%;
width: 60px;
}
.notarius__line-text {
color: #171717;
font-size: 18px;
font-weight: 400;
}
.not__form-title {
font-size: 24px;
font-weight: 500;
color: #171717;
margin-bottom: 20px;
}
.notarius__form {
margin-top: 100px;
}
.form__notarius-line {
display: flex; 
align-items: center;
}
.form__not-input {
display: flex;
align-items: center;
border: 1px solid #E2A091;
padding: 9px 16px;
}
.form__not-input input{
border: none;
font-size: 18px;
color: #E2A091;
margin-left: 16px;
}
.form__not-input input::placeholder {
color: #E2A091;
}
.form__not-button button {
background-color: #7D192F;
color: #7D192F;
font-size: 18px;
font-weight: 700;
cursor: pointer;
color: #fff;
border: none;
padding: 18px 60px;
margin-left: 10px;
}
.swiper-pagination {
bottom:  5%!important;
} .check {
display: block;
position: relative;
padding-left: 25px;
margin-bottom: 12px;
cursor: pointer;
font-size: 14px;
color: #7D192F;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-top: 15px;
} .check input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
} .checkmark {
position: absolute;
top: 0;
left: 0;
height: 16px;
width: 16px;
background-color:transparent;
border: 1px solid #7D192F;
} .checkmark:after {
content: "";
position: absolute;
display: none;
} .check input:checked ~ .checkmark:after {
display: block;
} .check .checkmark:after {
left: 6px;
top: 1px;
width: 5px;
height: 10px;
border: solid #7D192F;
border-width: 0 1px 1px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.notarian {
background-color: #EDEDED;
padding-top: 90px;
padding-bottom: 90px;
}
.notarian__title {
display: flex;
align-items: center;
justify-content: space-between;
}
.notarian__title-text {
font-size: 48px;
font-weight: 700;
color: #171717;
}
.notarian__title-button {
display: flex;
align-items: center;
}
.notarian__title-button a {
display: inline-flex;
padding: 25px 65px;
color: #7D192F;
font-size: 16px;
position: relative;
text-decoration: underline;
font-weight: 400;
}
.notarian__title-button a::after {
content:'';
position: absolute;
height: 1px;
}
.notarian__title-button a.active {
background-color: #FFF;
color: #171717;
text-decoration: none;
}
.notarius__flex-right img {
transform: translateY(4px);
}
.notarian__body-flex {
max-height: 725px;
padding-bottom: 25px;
}
.notarian__body-item {
position: relative;
background-color: #fff;
padding: 25px;
flex: 0 0 32%;
overflow: visible;
box-sizing: border-box;
}
.notarian__body{
display: none;
}
.notarian__body.opened {
display: block;
}
.notarian__body-flex{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.notarian__item-title {
font-size: 22px;
font-weight: 500;
color: #171717;
margin-bottom: 20px;
}
.notarian__item-title a{
color: #171717;
}
.notarian__item-inner ul {
padding-left: 5px;
}
.notarian__item-inner ul li {
font-size: 16px;
font-weight: 400;
color: #171717;
display: flex;
align-items: flex-start;
margin-bottom: 5px;
}
.notarian__item-inner ul li::before  {
content:"·";
font-size:25px;
display: block;
margin-right: 15px;
line-height: 20px;
}
.notarian__item-button a {
display: block;
background-color: #fff;
border: 2px solid #7D192F;
padding: 18px 44px;
margin: auto;
text-align: center;
max-width: fit-content;
color: #7D192F;
font-size: 18px;
font-weight: 700;  
}
a {
transition: .3s all ease;
}
.notarian__item-button {
transform: translateY(50px);
}
.hovermode:hover {
background-color: #7D192F;
color: #fff;
}
.unhovermode:hover {
background-color: #550D1D;
}
.notarian__item-inner {
min-height: 120px;
}
.notarian__body-item {
margin-top: 100px;
}
.notarian__body {
overflow: hidden;
}
.notarian__body-item-btn {
flex: 0 0 100%;
text-align: center;
padding-bottom: 1px;
margin-top: 70px;
}
.notarian__body-item-btn a {
color: #7D192F;
border-bottom: 1px solid #7D192F;
font-size: 18px;
}
.noratian__body-flex {
padding-bottom: 25px;
}
.notarian__body-item-btn.closed {
display: none;
}
.maxHeight {
max-height: 100%;
}
#body2 .notarian__body-flex::after {
content: '';
flex: 0 0 32%;
}
#body2 .notarian__body-flex {
max-height: 100%;
}
.order__title {
text-align: center;
font-size: 48px;
font-weight: 700;
color: #171717;
margin-bottom: 70px;
}
.question__title {
text-align: center;
font-size: 48px;
font-weight: 700;
color: #171717;
margin-bottom: 60px;
}
.order {
background-color: #FFFFFF;
padding-top: 80px;
}
.order__line {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.order__item {
flex: 0 0 25%;
}
.order__item:last-child {
flex: 0 0 33%;
}
.order__item-title {
font-size: 22px;
font-weight: 500;
color: #E2A091;
margin-bottom: 16px;
text-transform: uppercase;
}
.order__item-text {
font-size: 22px;
font-weight: 400;
color: #171717;
}
.order__btn a{
display: block;
max-width: fit-content;
margin: auto;
padding: 18px 60px;
background-color: #7D192F;
color: #fff;
font-size: 18px;
font-weight: 700;
margin-top: 90px;
}
.accordion .ui-accordion-header {
margin: 0 0 10px 0;
padding: 16px 30px;
background: #fff;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
outline: none;
}
.accordion .ui-accordion-header span {
display: none;
}
.question__body {
max-width: 1068px;
margin: auto;
}
.accordion .ui-accordion-content {
margin: 0 0 10px 0;
padding: 10px 30px 30px 0px;
background: #fff;
margin-top: -10px;
padding-left: 11%;
font-size: 18px;
color: #171717;
font-weight: 400;
}
.question {
padding-top: 70px;
background-color: #EDEDED;
padding-bottom: 100px;
}
.useful-links {
padding-top: 70px;
background-color: #F4F9F5;
padding-bottom: 100px;
}
.useful-links ul{
display:flex;
flex-wrap:wrap;
width:100%;
}
.useful-links ul li{
width: 50%;
font-size:18px;
display: flex;
}
.useful-links ul li::before  {
content: "·";
font-size:25px;
vertical-align:middle;
display: block;
margin-right: 15px;
line-height: 20px;
}
.useful-links ul li a{
width: 100%;
display: block;
color: #38452b;
text-decoration: underline;
}
.acc__text {
flex: 0 0 86%;
font-size: 22px;
color: #171717;
font-weight: 400;
}
.acc__btn {
transition: .3s all ease;
}
.ui-accordion-header-active .acc__btn {
transform: rotate(180deg);
}
.question__body-link a{
color: #171717;
border-bottom: 2px solid #E2A091;
font-size: 16px;
font-weight: 400;
margin-top: 20px;
display: block;
max-width: fit-content;
}
.question__body-link a:hover {
border-color: #7D192F;
}
.ui-accordion-header:hover .acc__img img{
filter: brightness(0) saturate(100%) invert(13%) sepia(61%) saturate(2684%) hue-rotate(326deg) brightness(98%) contrast(97%);
}
.useful {
background-color: #fff;
padding-top: 70px;
padding-bottom: 100px;
}
.useful__title {
text-align: center;
font-size: 48px;
font-weight: 700;
color: #171717;
margin-bottom: 60px;
}
.useful__line {
display: flex;
justify-content: space-between;
}
.useful__item {
flex: 0 0 32%;
}
.useful-img img{
max-width: 100%;
width: 100%;
}
.useful-img {
margin-bottom: 12px;
}
.useful-title {
font-size: 16px;
color: #7D192F;
font-weight: 400;
margin-bottom: 8px;
}
.useful-text {
font-size: 14px;
font-weight: 400;
color: #171717;
margin-bottom: 30px;
}
.useful-btn a{  
margin: auto;
display: block;
max-width: fit-content;
border: 2px solid #7D192F;
padding: 18px 60px;
color: #7D192F;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
}
.useful-text {
height: 50px;
}
.map__container {
display: flex;
align-items: center;
justify-content: space-between;
}
.map__left-item + .map__left-item {
margin-top: 40px;
}
.map__left-title {
font-size: 32px;
font-weight: 400;
color: #7D192F;
margin-bottom: 16px;
}
.map__left-text {
font-size: 18px;
font-weight: 400;
color: #171717;
}
.map__left {
margin-left: 180px;
flex: 0 0 20%;
}
.map__right {
max-width: 600px;
width:100%;
}
.map__right iframe {
width:100%;
}
footer {
background-color: #EDEDED;
padding-top: 50px;
padding-bottom: 50px;
}
.footer__wrapper {
display: flex;
justify-content: space-between;
}
.footer__item {
flex: 0 0 20%;
display: flex;
align-items: flex-start;
}
.footer__item-info {
margin-left: 10px;
}
.footer__info-title {
font-size: 22px;
font-weight: 400;
color: #171717;
margin-bottom: 13px;
}
.footer__info-num a {
border-bottom: 1px solid #E2A091;
font-size: 18px;
font-weight: 400;
color: #171717;
}
.footer__info-num {
margin-bottom: 10px;
}
.footer__info-title {
margin-top: 10px;
}
.footer__info-social {
display: flex;
align-items: center;
margin-top: 16px;
}
.footer__social-item {
margin-right: 10px;
}
.footer__itemBlock {
display: block;
}
.footer__itemBlock .footer__item:last-child {
margin-top: 28px;
margin-bottom: 0px;
display: none;
}
.map__right {
transform: translateY(4px);
}
.footer__info-texted {
font-size: 14px;
color: #171717;
font-weight: 300;
margin-bottom: 1px;
}
.footer__item-mb {
display: none;
}
.footer__grafic {
margin-top: 10px;
}
.footer__grafic-title {
font-size: 14px;
font-weight: 400;
color: #171717;
margin-bottom: 3px;
}
.footer__grafic-text {
font-size: 14px;
font-weight: 300;
color: #171717;
}
.footer__grafic-text span {
font-weight: 400;
}
.footer__item-info a {
font-size: 14px;
font-weight: 300;
color: #171717;
}
.footer__item-info {
margin-bottom: 6px;
}
.footer__info-link {
margin-bottom: 2px;
}
.footer__info-subTitle a {
font-size: 18px;
font-weight: 300;
color: #171717;
border-bottom: 1px solid #E2A091;
}
.footer__info-subTitle {
margin-top: 10px;
margin-bottom: 10px;
}
.order__item {
position: relative;
}
.order__item:first-child:after {
content: url(/wp-content/themes/notarius/img/Arrow.svg);
position: absolute;
right: -70px;
top: 49%;
bottom: 0;
margin: auto;
}
.order__item:nth-child(2):after {
content: url(/wp-content/themes/notarius/img/Arrow.svg);
position: absolute;
right: -80px;
top: 70%;
bottom: 0;
margin: auto;
}
.form__not-input {
transition: .3s all ease;
}
.form__not-input:hover input {
color:#7D192F;
}
.form__not-input:hover input::placeholder {
color:#7D192F;
}
.form__not-input:hover label svg path {
fill: #7D192F;
}
.form__not-input:hover label svg path {
stroke: #7D192F;
}
.notarius__line-item:hover .notarius__line-img {
filter: brightness(0) saturate(100%) invert(14%) sepia(39%) saturate(3658%) hue-rotate(324deg) brightness(98%) contrast(98%);
}
.header__top {
transition: .3s all ease;
}
.darkHeader {
position: fixed;
top: 0;
width: 100%;
left: 0;
right: 0;
z-index: 9999;
background-color: #fff;
}
.notarian__body-item {
position: relative;
}
.notarian__body-item::after{
content: '';
width: 10px;
height: 40px;
background-color: #E2A091;
position: absolute;
right: 0;
top: 75px;
}
.notarian__body-item:hover::after {
background-color: #7D192F;
}
.footer__btn a{
color: #7D192F;
font-size: 16px;
font-weight: 700;
padding: 18px 36px;
display: block;
max-width: fit-content;
margin-top: 80px;
border: 2px solid #7D192F;
}
.breadcrump__item {
margin-right: 16px;
}
.breadcrump__item a {
font-size: 14px;
font-weight: 300;
color: #737373;
}
.dreadcrumps__container {
display: flex;
align-items: center;
}
.breadcrump {
margin-top: 30px;
margin-bottom: 30px;
}
.block__wrapper {
padding-top: 85px;
}
.about__not-title {
font-size: 60px;
font-weight: 700;
color: #171717;
margin-bottom: 60px;
}
.about__not-line {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.about__info-title {
font-size: 32px;
font-weight: 400;
color: #7D192F;
margin-bottom: 30px;
}
.about__not-img {
flex: 0 0 40%;
}
.about__not-img img {
max-width: 100%;
}
.about__not-info {
flex: 0 0 58%;
}
.about__info-text {
font-size: 16px;
font-weight: 300;
color: #171717;
margin-bottom: 30px;
}
.about__info-line {
display: flex;
align-items: center;
}
.about__info-letter {
margin-left: 16px;
font-size: 16px;
font-weight: 300;
color: #171717;
}
.about__info-num {
margin-top: 30px;
}
.about__num-text {
font-size: 22px;
font-weight: 500;
color: #E2A091;
}
.about__num-small {
font-weight: 300;
color: #171717;
font-size: 16px;
}
.lic__title {
font-size: 48px;
font-weight: 700;
color: #171717;
margin-bottom: 60px;
}
.license {
margin-top: 70px;
}
.licHeight .notarian__body-item{
flex: 0 0 32%;
} 
.licHeight .notarian__body-item img{
max-width: 100%;
}
.lic__line .notarian {
padding-top: 0px;
background-color: #fff;
}
.lic__line .notarian__body-item::after {
display: none;
}
.lic__line .notarian__body-item {
padding: 0px;
margin-top: 0px;
margin-bottom: 50px;
}
.licHeight {
max-height: 520px;
padding-bottom: 50px;
}
.licHeight.maxHeight {
max-height: 100%;
}
.deyst__btn {
display: flex;
margin-bottom: 60px;
align-items: center;
}
.deyst__btn a {
padding: 19px 75px;
font-size: 18px;
font-weight: 700;
color: #7D192F;
display: inline-block;
max-width: fit-content;
border: 1px solid #7D192F;
margin-right: 10px;
}
.deyst__btn {
margin-right: 10px;
}
.accordion1 .ui-accordion-header {
margin: 0 0 10px 0;
padding: 16px 50px;
background: #fff;
cursor: pointer;
border: 1px solid #171717;
display: flex;
align-items: center;
justify-content: space-between;
outline: none;
}
.accordion1 .ui-accordion-content {
margin: 0 0 10px 0;
padding: 10px 30px 30px 0px;
background: #fff;
margin-top: -10px;
padding-left: 50px;
font-size: 18px;
color: #171717;
border-left: 1px solid #171717;
border-right: 1px solid #171717;
border-bottom: 1px solid #171717;
font-weight: 400;
}
.accordion1 .ui-state-active {
border-bottom: 0px;
}
.accordion1 .ui-accordion-header-active .acc__btn svg rect{
fill: #7D192F;
}
.accordion1 .ui-accordion-header-active .acc__btn svg path{
stroke: #fff;
}
.accordion2 .ui-accordion-header-active .acc__btn svg rect{
fill: #7D192F;
}
.accordion2 .ui-accordion-header-active .acc__btn svg path{
stroke: #7D192F;
}
.for__who-title {
font-size: 32px;
font-weight: 400;
color: #7D192F;
margin-bottom: 40px;
}
.for__who-wrapper {
margin-top: 60px;
}
.order {
padding-bottom: 100px;
}
.texted__block {
margin-top: 80px;
}
.texted__block p,
.texted__p {
font-size: 16px;
font-weight: 300;
color: #171717;
margin-top: 15px;
}
.texted__block h2,
.article__text .wp-block-heading,
.texted__red {
font-size: 32px;
font-weight: 400;
color: #7D192F;
margin-bottom: 20px;
margin-top: 40px;
}
.article__text ul li,
.texted__list ul li{
margin-bottom: 10px;
font-size: 18px;
color: #171717;
padding-left: 0px;
margin-top: 10px;
}
.article__text ul li::before,
.texted__list ul li::before {
content: "·";
font-size: 25px;
vertical-align: middle;
margin-right: 5px;
line-height: 20px;
}
.article__text ul li span,
.texted__list ul li span {
font-weight: 400;
}
.texted__list ol{
padding: 0px;
counter-reset: item;
}
.texted__list ol li{
margin-bottom: 10px;
font-size: 16px;
color: #171717;
padding-left: 0px;
margin-top: 10px;
counter-increment: item;
}
.texted__list ol li::before {
content: counter(item)'.';
font-size: 16px;
vertical-align: middle;
margin-right: 5px;
}
.texted__list ol li span {
font-weight: 400;
}
.deyst__item a.active {
background-color: #7D192F;
color: #fff;
}
.more__title {
font-size: 48px;
font-weight: 700;
color: #171717;
text-align: center;
margin-bottom: 60px;
padding-top: 80px;
}
.more__line {
display: flex;
align-items: center;
justify-content: space-around;
}
.more__item {
flex: 0 0 48%;
}
.more__item img {
max-width: 100%;
}
.tarif__table-first {
display: flex;
justify-content: space-between;
}
.table__first-item {
background-color: #EDEDED;
font-size: 16px;
font-weight: 300;
color: #171717;
text-align: center;
padding: 30px 0px;
}
.tableFirst {
flex: 0 0 28%;
}
.tableSecond {
flex: 0 0 20%;
}
.tableThird {
flex: 0 0 20%;
}
.tableLast {
flex: 0 0 28%;
}
.tarif__table-once {
flex: 0 0 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 30px 0px;
background-color: #EDEDED;
margin-top: 20px;
margin-bottom: 20px;
}
.tarif__table-white {
padding: 30px;
box-sizing: border-box;
flex-direction: column;
justify-content: center;
display: flex;
border: 1px solid #EDEDED;
font-size: 15px;
font-weight: 300;
color: #171717;
}
.tarif__table-white ul li {
list-style-type: auto;
margin-bottom: 20px;
margin-left: 20px;
}
.tarif__table-first {
margin-bottom: 20px;
}
.tarif__onceTitle + .tarif__onceTitle {
margin-top: 20px;
}
.tarif__onceTitle span {
display: block;
font-weight: 400;
margin-bottom: 3px;
}
.tarif__table-white ul li {
margin-left: 0px;
margin-bottom: 0px;
}
.onceWhite {
margin-bottom: 20px;
}
.about__not-title {
max-width: 800px;
}
.article__page-wrapper {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.article__left {
flex: 0 0 70%;
}
.article__right {
flex: 0 0 15%;
}
.article__p {
font-size: 16px;
font-weight: 400;
color: #171717;
}
.article__text {
margin-top: 20px;
}
.article__text-tile {
font-size: 16px;
font-weight: 400;
color: #171717;
margin-bottom: 15px;
}
.article__text-letter {
font-size: 18px;
}
.article__item + .article__item {
margin-top: 100px;
}
.hoverNONE {
display: none;
}
.header__social-item:hover img {
display: none;
}
.header__social-item:hover .hoverNONE {
display: block;
}
.article__item a {
font-size: 14px;
font-weight: 400;
color: #171717;
}
.article__item a:hover {
color: #550D1D;
}
.poleznoe__item {
max-width: 1000px;
margin: auto;
margin-bottom: 40px;
display: flex;
justify-content: space-between;
}
.poleznoe__item-img {
flex: 0 0 38%;
}
.useful-img img{
max-width: 100%;
object-fit: cover;
max-height: 28vh;
}
.poleznoe__item-img img {
max-width: 100%;
object-fit: cover;
max-height:175px;
}
.poleznoe__item-right {
flex: 0 0 60%;
}
.poleznoe__item-img {
position: relative;
}
.poleznoe__line {
position: absolute;
bottom: 10px;
display: flex;
align-items: center;
justify-content: space-between;
left: 10px;
right: 10px;
}
.poleznoe__view-icon {
display: flex;
font-size: 16px;
font-weight: 300;
color: #FFFFFF;
align-items: center;
}
.poleznoe__line-date {
font-size: 16px;
font-weight: 300;
color: #fff;
}
.poleznoe__right-title {
font-size: 32px;
font-weight: 400;
color: #171717;
margin-bottom: 10px;
}
.poleznoe__right-text {
font-size: 16px;
color: #171717;
font-weight: 300;
margin-bottom: 10px;
}
.poleznoe__right-btn a {
font-size: 22px;
font-weight: 400;
color: #7D192F;
}
.article__img img {
width: 100%;
object-fit: cover;
max-height:255px;
}
.article__img {
margin-bottom: 40px;
}
.article__item-line {
display: flex;
align-items: center;
justify-content: space-between;
}
.article__rightPage .article__item {
padding: 10px;
box-shadow: 0px 1px 3.9px 1px rgba(0, 0, 0, 0.15);
box-sizing: border-box;
}
.article__rightPage {
flex: 0 0 16%;
}
.article__item-view {
display: flex;
align-items: center;
font-size: 14px;
color: #737373;
}
.article__item-img img {
width:100%;
object-fit: cover;
max-width: 200px;
max-height: 200px;
}
.article__item-title {
font-size: 14px;
font-weight: 400;
color: #171717;
margin-bottom: 12px;
}
.article__item-img {
margin-bottom: 10px;
}
.article__item-date {
font-size: 14px;
color: #737373;
}
.contact__wrapper {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.contact__left { }
.contact__right {
flex: 0 0 70%;
}
.contact__left-item {
margin-top: 40px;
}
.contact__left-title {
font-size: 28px;
font-weight: 400;
color: #7D192F;
margin-bottom: 16px;
}
.contact__left-text {
font-size: 18px;
font-weight: 300;
color: #171717;
}
.contact__right-map { }
.contact__right-map img {
max-width: 100%;
}
@media screen and (max-width: 1250px) {
.container {
max-width: 95%;
}
.notarian__body-item {
max-height: 350px;
}
.notarian__body-flex {
max-height: 870px;
}
.notarian__item-inner {
min-height: 180px;
}
.header__tubs-item a {
font-size: 14px;
padding: 20px 10px 20px 10px;
}
.header__logo {
max-width: 30%;
}
.header__phone-item a {
font-size: 16px;
}
.swiper__info-title {
font-size: 40px;
}
.swiper__info-text {
font-size: 26px;
}
.swiper__info-btn a {
font-size: 26px;
}
.notarian__title-button a {
padding: 20px 20px;
}
.notarian__item-title {
height: 55px;
}
.header__logo a img {
max-width: 100%;
}
.header__modal a {
padding: 20px 40px;
}
.order__item-text {
font-size: 18px;
}
.acc__text {
font-size: 18px;
}
.useful-btn a {
padding: 16px 40px;
}
.licHeight {
max-height:300px;
}
.tarif__table-white {
padding: 20px;
}
.table__first-item {
padding: 20px 0px;
}
.lic__line .notarian__body-item {
margin-bottom: 100px;
}
.map__left {
margin-left: 50px;
}
.map__right {
flex: 0 0 70%;
}
}
@media screen and (max-width : 1100px) {
.order__item:first-child:after {
display: none;
}
.order__item:nth-child(2):after {
display: none;
}
}
.footer__itemCENTER .footer__btn {
display: none;
}
.header__burger {
display: none;
}
.notarius__mb-img {
display: none;
}
.acc__text a {
color: #171717;
}
.more__item {
position: relative;
}
.more__item-abs {
position: absolute;
background-color: rgba(0, 0, 0, 0.50);
color: #fff;
text-align: center;
top: 0;
bottom: 0;
max-height: 40px;
display: flex;
align-items: center;
justify-content: center;
max-width: fit-content;
padding: 18px 60px;
font-size: 18px;
left: 0;
right: 0;
margin: auto;
font-weight: 500;
}
.header__tubs-hovered {
display: none;
position: absolute;
background-color: #EDEDED;
padding: 20px;
width: 350px;
}
.header__tubs-hovered .footer__item-info {
margin-left: 0px;
}
.header__tubs-hovered .footer__info-subTitle a {
padding: 0px!important;
}
.header__tubs-hovered .footer__item-info a {
padding: 0px;
font-weight: 300;
}
.header__tubs-item {
position: relative;
}
.header__tubs-hovered .footer__item-info a {
font-weight: 400;
}
.footer__info-link .ui-accordion-header-active img {
transform: rotate(180deg);
}
.header__tubs-hovered .header__tubs-item a{
font-weight: 300;
}
.header__tubs-hovered .header__tubs-item a:hover{
color: #7D192F;
}
.header__tubs-hovered .footer__info-title {
margin-top: 0px;
}
.header__tubs-hovered .footer__info-subTitle:last-child {
margin-bottom: 0px;
}
.header__tubs-item:hover .header__tubs-hovered  {
display: block;
z-index: 999;
}
.footer__info-link .accordion .ui-accordion-header {
background-color: transparent;
padding: 0px;
}
.footer__info-link .accordion .ui-accordion-content {
padding: 0px;
background-color: transparent;
}
.footer__info-link .footer__info-subTitle a {
text-decoration: none;
}
.footer__info-link .accordion .ui-accordion-header {
justify-content: flex-start;
}
.footer__info-link .accordion .ui-accordion-header img {
margin-left: 10px;
}
.tarif__mb-title {
display: none;
}
.header__tubs .footer__wrapper {
display: none;
}
.header__tubs .header__close {
display: none;
}
.header__tubs .header__close2 {
display: none;
}
@media screen and (max-width: 900px) {
.header__adress {
display: none;
}
.question__body-link a {
margin-top: 15px;
}
.article__p {
font-size: 16px;
}
.header__tubs .header__close {
display: block;
}
.header__tubs .header__close2.worked {
display: block;
z-index: 99999;
}
.article__text-letter {
font-size: 16px;
}
.article__text-tile {
font-size: 16px;
}
.article__page-wrapper {
margin-bottom: 20px;
}
.poleznoe__item {
display: block;
}
.poleznoe__right-title {
font-size: 16px;
margin-top: 20px;
}
.poleznoe__right-text {
font-size: 16px;
}
.poleznoe__right-btn a {
font-size: 16px;
}
.contact__wrapper {
display: block;
}
.contact__left-title {
font-size: 16px;
}
.contact__left-text {
font-size: 16px;
}
.contact__left-title {
margin-bottom: 10px;
}
.contact__left-item {
margin-top: 20px;
}
.map__container {
max-width: 90%;
}
.contact__right .header__time {
display: block;
margin-bottom: 10px;
}
.contact__right-map {
margin-top: 0px;
}
.article__img {
margin-bottom: 20px;
}
.tarif__table-first {
margin-bottom: 0px;
border-bottom: 1px solid #eee;
}
.swiper__info-block {
padding: 20px;
}
.swiper__info-btn a {
font-size: 17px;
margin-top: 0px;
padding: 18px 60px;
}
.swiper__info-text {
font-size: 16px;
}
.swiper__info-title {
font-size: 20px;
}
.swiper__info-block {
width: 100%;
}
.firstSlider {
margin-top: 0px;
}
.swiper__info-block {
bottom: 170px;
}
.swiper__info-btn {
height: 0px;
text-align: center;
transform: translateY(50px);
}
.swiper__info-text {
font-weight: 300;
}
.swiper__info-title {
font-weight: 400;
}
.swiper-pagination {
right: auto!important;
left: auto!important;
margin: auto !important;
text-align: center!important;
max-width: 100%!important;
}
.swiper__first img {
height: 500px;
object-fit: cover;
}
.header__tubs {
display: none;
}
.header__logo {
max-width: 50%;
}
.block__wrapper {
padding-top: 40px;
}
.about__not-title {
text-align: center;
font-size: 24px;
margin-bottom: 30px;
}
.header__time {
display: none;
}
.tarif__table-first:first-child{
display: none;
}
.header__burger{
display: block;
}
.tarif__table-first {
flex-wrap: wrap ;
}
.tarif__table-white {
flex: 0 0 100%;
margin-bottom: 40px;
}
.notarius-title {
font-size: 38px;
}
.notarius__flex {
flex-wrap: wrap;
}
.notarius__flex-right {
display: none;
}
.notarius__mb-img {
display: block;
text-align: center;
}
.header__logo {
max-width: 100%;
}
.header__container {
flex-wrap: wrap;
}
header {
padding: 20px 0px;
}
.header__phone {
display: flex;
align-items: center;
}
.header__phone-top {
margin-right: 20px;
}
.header__modal a {
font-size: 16px;
padding: 16px 22px;
}
.notarius-title {
font-size: 24px;
margin-bottom: 24px;
}
.notarius-line {
flex-wrap: wrap;
}
.notarius__line-text {
font-weight: 300;
}
.notarius__line-item {
flex: 0 0 100%;
margin-bottom: 32px;
}
.header__phone {
margin-top: 24px;
}
.header__social {
margin-top: 0px;
}
.notarius__form {
margin-top: 70px;
}
.not__form-title {
font-size: 22px;
}
.form__notarius-line {
display: block;
}
.form__not-button {
margin-top: 20px;
}
.notarius__flex-left {
flex: 0 0 100%;
}
.notarian {
padding-top: 30px;
padding-bottom: 50px;
margin-top: 50px;
}
.notarian__title {
display: block;
}
.notarian__title-text {
font-size: 22px;
}
.notarian__title-button {
justify-content: space-between;
}
.notarian__title-button {
margin-top: 20px;
}
.notarian__title-button a {
font-size: 14px;
padding: 26px 0px;
flex: 0 0 49%;
justify-content: center;
}
.notarian__body-item {
flex: 0 0 100%;
}
.notarian__body-item {
margin-top: 70px;
}
.notarian__item-title {
height: initial;
font-size: 16px;
}
.notarian__item-inner ul li {
font-size: 14px;
}
.notarian__body-item {
max-height: 260px;
}
.notarian__item-inner {
min-height: 100px;
}
.notarian__body-flex {
max-height: 100%;
}
.notarian__body-item-btn {
display: none;
}
.notarian__item-inner {
min-height: 100px;
}
.notarian__body-item {
max-height: 306px;
}
.order__title {
font-size: 22px;
margin-bottom: 40px;
}
.order {
padding-top: 30px;
padding-bottom: 20px;
}
.order__line{
display: block;
}
.order__line {
max-width: 80%;
margin: auto;
}
.order__item {
margin-top: 40px;
}
.order__item-title {
font-weight: 400;
}
.order__item-text {
font-weight: 300;
}
.order__btn a {
margin-top: 50px;
}
.question__title {
font-size: 24px;
margin-bottom: 30px;
}
.notarian__item-title {
height: 40px;
}
.notarian__body-flex {
padding-bottom: 70px;
}
.form__not-button button {
margin-left: 0px;
}
.acc__text {
font-size: 14px;
flex: 0 0 67%;
}
.question__body-text {
font-size: 14px;
}
.question__body-link a {
font-size: 14px;
}
.accordion .ui-accordion-header {
padding: 14px 14px;
}
.useful__title {
font-size: 22px;
text-align: center;
margin-bottom: 30px;
}
.footer__item-mb {
display: flex;
flex: 0 0 40%!important;
order: 3;
}
.footer__itemDATE {
flex: 0 0 40%!important;
order: 2;
}
.footer__item:last-child {
order: 4;
}
.footer__itemBlock .footer__item {
margin-bottom: 0px;
}
.footer__itemCENTER .footer__btn {
display: block;
margin-bottom: 30px;
margin-top: 20px;
}
.article__right {
display: none;
}
.article__left {
flex: 0 0 100%;
}
.tarif__mb-title {
display: block;
text-align: center;
font-size: 14px;
font-weight: 400;
margin-bottom: 20px;
}
.dreadcrumps__container {
flex-wrap: wrap;
}
.breadcrump__item a {
font-size: 12px;
}
.tarif__table-white {
border: none;
}
.tarif__table-white ul li {
margin-left: 20px;
font-size: 14px;
}
.tarif__table-white {
font-size: 14px;
}
.breadcrump__item {
margin-right: 8px;
}
.footer__btn a {
margin-top: 0px;
}
.footer__grafic-title {
font-size: 12px;
}
.footer__grafic-text {
font-size: 12px;
}
.useful__item {
flex: 0 0 100%;
margin-bottom: 40px;
}
.map__container {
flex-wrap: wrap;
}
.map__left {
margin-left: 0px;
flex: 0 0 100%;
}
.map__right {
flex: 0 0 100%;
}
.map__right img {
height: 360px;
object-fit: cover;
}
.map__left-title {
font-size: 22px;
margin-bottom: 16px;
}
.map__left-text {
font-size: 16px;
}
.footer__wrapper {
flex-wrap: wrap;
}
.footer__itemBlock {
flex: 0 0 100%;
}
.map__container {
max-width: 95%;
margin: auto;
}
.map__left {
margin-bottom: 50px;
}
.useful__line {
flex-wrap: wrap;
}
.acc__img {
max-width: 49px;
}
.acc__img img {
max-width: 100%;
}
.footer__item:nth-child(2) {
flex: 0 0 49%;
}
.footer__item-logo {
display: none;
}
.notarian__item-inner {
max-height: 146px;
min-height: 146px;
}
.question {
padding-top: 20px;
padding-bottom: 30px;
}
.useful {
padding-top: 30px;
padding-bottom: 30px;
}
.footer__itemBlock .footer__item {
flex: 0 0 100%;
}
.footer__info-title {
display: none;
}
.footer__item-info {
margin-left: 0px;
}
.footer__item-infoflex {
display: flex;
align-items: center;
}
.footer__info-social {
margin-top: 0px;
margin-left: 20px;
}
.footer__info-title.adress {
display: block;
font-size: 12px;
margin-bottom: 10px;
margin-top: 0px;
}
.footer__item {
flex: 0 0 100%;
margin-bottom: 30px;
}
.footer__info-texted {
font-size: 12px;
}
.footer__item:nth-child(2) {
flex: 0 0 100%;
}
.footer__btn {
display: none;
}
.footer__itemCENTER {
justify-content: center;
text-align: center;
order: 5;
}
.about__not-line {
display: block;
}
.about__not-img {
margin-bottom: 30px;
}
.about__info-title {
font-size: 16px;
text-align: center;
}
.about__not-info {
max-width: 80%;
margin: auto;
}
.about__info-text {
font-size: 14px;
}
.about__info-letter {
font-size: 14px;
}
.about__info-num {
margin-top: 20px;
}
.about__num-small {
font-size: 14px;
}
.lic__title {
font-size: 22px;
text-align: center;
margin-bottom: 30px;
}
.notarian__body-flex {
flex-wrap: wrap;
}
.licHeight .notarian__body-item {
flex: 0 0 100%;
max-height: 100%;
margin-bottom: 20px;
}
.licHeight {
max-height: 100%;
}
.map__left {
margin-top: 20px;
}
.licHeight {
padding-bottom: 0px;
}
.deyst__item a{
font-size: 12px;
padding: 15px 0px;
width: 100%;
display: block;
max-width: 100%;
text-align: center;
margin-right: 0px;
}
.for__who-title {
font-size: 16px;
margin-bottom: 20px;
}
.for__who-wrapper {
margin-top: 0px;
}
.tarif__table-once {
font-size: 14px;
padding: 20px 0px;
}
.accordion1 .ui-accordion-content {
padding: 10px;
}
.article__text .wp-block-heading,
.texted__red {
font-size: 16px;
}
.article__page-wrapper .article__text p,
.texted__p {
font-size: 14px;
}
.article__text ul li,
.texted__list ul li {
font-size: 14px;
}
.block__wrapper .question__body-link {
max-width: 80%;
}
.more__title {
font-size: 22px;
margin-bottom: 30px;
text-align: left;
padding-top: 30px;
}
.more__line {
display: block;
}
.more__item {
margin-bottom: 20px;
}
.deyst__item {
flex: 0 0 49%;
}
.deyst__btn {
justify-content: space-between;
}
.map__container {
max-width: 90%;
}
footer {
padding-bottom: 0px;
}
.notarius__line-item:last-child {
margin-bottom: 0px;
}
.notarius__mb-img {
margin-bottom: 15px;
}
.header__phone-top {
margin-right: 40px;
}
header {
padding: 20px;
}
.header__top-relative {
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
.header__phone {
margin-top: 15px;
}
.darkHeader {
box-sizing: border-box;
padding: 6px;
}
.header__tubs.active {
display: block;
position: absolute;
background-color: #fff;
width: 100%;
left: 0;
right: 0;
top: 0px;
box-sizing: border-box;
z-index: 999;
padding: 10px;
}
.header__close {
position: absolute;
right: 4px;
z-index: 99;
top: 4px;
}
.header__close2 {
position: absolute;
right: 4px;
z-index: 99;
top: 4px;
}
.header__top-wrapper .header__tubs-item a {
font-size: 16px;
padding: 5px 0px;
margin-bottom: 5px;
}
.header__tubs.active {
padding-left: 20px;
padding-right: 20px;
box-sizing: border-box;
}
.darkHeader .header__top-relative {
padding-bottom: 0px;
}
.header__tubs.active .footer__wrapper {
display: flex;
}
.header__tubs.active .footer__itemDATE {
flex: 0 0 49%!important;
}
.header__tubs-item:hover .header__tubs-hovered {
display: none;
}
.header__tubs-item {
position: unset;
}
.header__tubs-hovered.active {
display: block!important;
box-sizing: border-box;
max-width: 100%;
top: 0;
left: 0;
width: 100%;
right: 0;
z-index: 999;
background-color: #fff;
}
.header__tubs-hovered.active .accordion .ui-accordion-header {
margin-bottom: 0px;
}
.header__tubs-hovered.active .header__tubs-item a {
font-size: 14px;
margin-bottom: 0px;
padding-top: 6px;
padding-bottom: 0px;
}
.more__item-abs {
font-size: 13px;
}
.header__top-wrapper .header__tubs-item a {
font-size: 14px;
margin-bottom: 0px;
}
}
.header__tubs-hovered .footer__item-info a {margin-bottom:5px;}
.header__tubs-hovered .header__tubs-item  {display:none}
.footer__info-link {max-width: 400px;}
.header__tubs-item.open {
display: block !important;
position: absolute;
background-color: #F4F9F5 !important;
padding: 10px !important;
left: 380px;
z-index: 999;
top:auto;
transform: translateY(-20px);
width: 400px;
}
.header__tubs-item.open {display:block!important;}
.header__tubs-hovered .header__tubs-item a:hover{
color: #55A659 !important;
}.header__logo a span {
display: block;
text-align: center;
font-size: 22px;
color: #000000;
margin-top: 17px;
}
.header__logo{text-align: center;flex: 0 0 20%;}
.header__adress-item {
align-items: flex-start;
color: #393E3A;font-weight: 300;
}
.header__adress-text span {
font-weight: 600;color: #393E3A;
}
.header__adress-spanned span {
font-weight: 300;color: #393E3A;
}
.header__adress-spanned span:first-child {
font-weight: 600;
width: 50px;
display: inline-block;
margin-top: 3px;
}
.clearHeader {
background-color: #F4F9F5;
}
.header__time-day {
font-size: 20px;
font-weight: 300;
color: #393E3A;
}
.header__adress-text {
font-weight: 300;
font-size: 16px;
}
.header__time{
flex: 0 0 20%;
}
.header__time-hours {
font-size: 18px;
margin-top: 7px;
font-weight: 300;
color: #393E3A;
}
.header__container {
align-items: flex-start;
}
.header__phone-item{
border-bottom: 0px;
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
}
.header__phone-item a {
border-bottom: 0px;
color: #393E3A;
font-weight: 300;
}
.header__top {
background-color: #F4F9F5;
}
.header__tubs-hovered .header__tubs-item a:hover{
color: #55A659 !important;
}
.header__modal a {
background: #F4CB5F;
color: #393E3A;
border-radius: 10px;
font-weight: 400;
padding: 18px 0px;
transition: .3s all ease;
display: block;
text-align: center;
}
.deyst__btn .header__modal a {
padding: 18px 40px;
border-color: #FFDB7C;
color:#FFDB7C;
background-color: transparent;
}
.deyst__btn .header__modal a.active {
color: #000000;
background: #FFDB7C;
}
.deyst__btn .header__modal a:hover {
color: #000000;
}
.header__modal {
margin-top: 10px;
}
.header__modal a:hover {
background: #FFDB7C;
}
.header__top-wrapper {
justify-content: center;
}
.header__tubs-item a.active {
border-color: #55A659;
}
.header__tubs-item a {
padding: 16px 20px;
}
.header__modalopacity {
opacity: 20%;
filter: blur(2px);
pointer-events: none;
margin-top: -10px;
}
body {
background-color: #F4F9F5;
}
.notarian {
background-color: #F4F9F5;
}
.header__tubs-hovered {
background-color: #F4F9F5;
}
.footer__info-title {
font-size: 18px;
}
.header__tubs-hovered .footer__item-info a{
border-bottom: 1px solid #55A659;
}
.footer__info-subTitle a {
border-bottom: 0px!important;
}
.notarian__title-button a {
border: 1.5px solid #FFDB7C;
border-radius: 10px;
background-color: #fff;
color: #171A18;
text-transform: uppercase;
font-weight: 400;
box-sizing: border-box;
text-decoration: none;
}
.notarian__title-button {
gap: 20px;
}
.notarian__title-button a.active {
background-color: #FFDB7C;
}
.notarian__body-item::after {
display: none;
}
.notarian__body-flex {
max-height: 100%;
}
.notarian__body-item {
margin-top: 10px;
}
.notarian__item-title {
text-align: center;
color: #171A18;
font-size: 20px;
font-weight: 400;
}
.notarian__body-item {
flex: 0 0 23%;
background-color: transparent;
border: 1px solid #38452B;
border-radius: 10px;
overflow: hidden;
}
.notarian__item-inner {
max-height: 350px;
overflow-y: scroll;
}
.notarian__item-inner::-webkit-scrollbar {
width: 6px;
} .notarian__item-inner::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px transparent;
border-radius: 10px;
} .notarian__item-inner::-webkit-scrollbar-thumb {
background: #38452B;
border-radius: 10px;
}
.notarian__item-inner ul li:not(:last-child) {
margin-bottom: 15px;
}
.notarian__item-inner ul li a {
color:#171717;
}
.notarian__body-flex {
display: grid; grid-template-columns: repeat(auto-fill, 320px); grid-gap: 20px; margin-top: 50px;
justify-content: space-between; }
.question {
background-color: #F4F9F5;
}
.question__title {
text-align: left;
font-size: 30px;
color: #171A18;
}
.accordion .ui-accordion-header {
border-radius: 10px;
padding: 20px 90px 20px 90px;
}
.accordion .ui-accordion-content {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.ui-accordion-header:hover .acc__img img {
filter: none;
}
.acc__text {
font-size: 22px;
font-weight: 400;
color: #171A18;
line-height: 36px;
}
.question__body-link a {
color: #55A659;
border-color: #55A659;
}
.question__body-link a:hover {
border-color: green;
}
.accordion .ui-accordion-header {
margin: 0px 0px 40px 0px;
}
.accordion .ui-accordion-content {
padding-left: 16%;
padding-right: 120px;
margin: -50px 0px 40px 0px;
}
.accordionNotarion.accordion .ui-accordion-header {
padding: 30px 120px;
}
.useful__title {
text-align: left;
}
.useful {
background-color: #F4F9F5;
}
.useful__item {
border: 1.5px solid #FFDB7C;
border-radius: 10px;
box-sizing: border-box;
padding: 10px;
flex: 0 0 32.5%;
}
.useful__item img {
border-radius: 10px;
}
.useful-title {
height: 120px;
font-size: 18px;
color: #171A18;
}
.useful-date {
font-size: 16px;
color: #171A18;
}
.map__cont{
justify-content: space-between;
display: flex;
align-items: flex-start;
}
.map__left {
margin-left: 0px;
flex: 0 0 30%;
}
.map__left-title {
color: #171A18;
font-size: 32px;
}
.map__left-item + .map__left-item {
margin-top: 60px;
}
.map__right {
transform: none;
}
.map{
padding: 70px 0px;
}
.new__priem{
background-image: url(/wp-content/themes/notarius/img/2024/priem.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
text-align: center;
padding: 100px 0px;
}
.new__online-title {
font-size: 32px;
font-weight: 500;
color: #F4F9F5;
margin-bottom: 30px;
}
.new__online-line {
display: flex;
align-items: center;
gap: 12px;
color: #F4F9F5;
font-size: 20px;
justify-content: center;
margin-bottom: 22px;
}
.new__online-p {
font-size: 20px;
color: #F4F9F5;
margin-bottom: 20px;
}
.new__online-btn {
display: inline-block;
max-width: fit-content;
margin: auto;
padding: 19px 76px;
font-size: 20px;
text-transform: uppercase;
color: #393E3A;
font-weight: 500;
background: #F4CB5F;
border-radius: 10px;
}
.new__online-btn:hover {
background-color: #FFDB7C;
}
.new__form {
background-image: url(/wp-content/themes/notarius/img/2024/form-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
text-align: center;
padding: 100px 0px;
}
.soglasie {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 14px;
color: #F4F9F5;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .soglasie input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
} .checkmark {
position: absolute;
top: -2px;
left: 0;
height: 19px;
width: 19px;
border-radius: 2px;
border: 1.5px solid #F4F9F5;
} .checkmark:after {
content: "";
position: absolute;
display: none;
} .soglasie input:checked ~ .checkmark:after {
display: block;
} .soglasie .checkmark:after {
left: 6px;
top: 2px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.form__consult input {
width: 100%;
box-sizing: border-box;
outline: none;
border: 1.5px solid #FFDB7C;
padding: 11px 50px;
background-color: transparent;
color: #D2B770;
font-size: 20px;
font-weight: 500;
border-radius: 7px;
}
.form__consult input::placeholder {
color: #D2B770;
font-size: 20px;
font-weight: 500;
}
.form__consult {
max-width: 350px;
margin: auto;
}
.form__input {
position: relative;
}
.form__input svg {
display: flex;
align-items: center;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
left: 5%;
}
.soglasie {
margin-top: 20px;
}
button.new__online-btn {
padding: 19px 0px;
outline: none;
width: 100%;
text-align: center;
max-width: 100%;
border: 1px solid #F4CB5F;
margin-top: 20px;
}
.not__new-wrapper{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 40px;
text-align: center;
max-width: 800px;
margin: auto;
}
.not__new-item {
border-radius: 15px;
text-align: center;
box-sizing: border-box;
border: 2px solid #38452B;
padding: 20px 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
flex: 0 0 30%;
}
.not__new-text {
margin-top: 15px;
color: #171A18;
text-transform: uppercase;
font-size: 16px;
line-height: 25px;
}
.main__new {
background-image: url(/wp-content/themes/notarius/img/2024/mainbg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 80px 0px;
}
.main__new-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.main__new-left {
flex: 0 0 55%;
}
.main__new-right {
flex: 0 0 36%;
}
.main__new-right img { 
width: 100%;
max-width: 100%;
}
.main__new-title {
font-size: 55px;
color: #FFDB7C;
font-weight: 500;
}
.main__new-title--sm { font-size: 35px;
color: #FFDB7C;
font-weight: 500;}
.main__new-text {
max-width: 560px;
}
.main__new-text p {
font-size: 20px;
line-height: 25px;
color: #F4F9F5;
font-weight: 400;
margin-top: 20px;
}
.main__new-link {
max-width: 270px;
margin-top: 30px;
}
.footer__info-num a {
border-color: transparent;
font-size: 18px;
}
.footer__info-num  {
display: flex;
gap: 10px;
align-items: center;
}
.footer__itemBlock {
flex: 0 0 25%;
}
.footer__itemDATE {
display: block;
}
.footer__item-inner {
display: flex;align-items: flex-start;
}
.footer__item-inner + .footer__item-inner {
margin-top: 40px;
}
.footer__info-link a {
color: #fff;
}
.footer__info-link {
margin-bottom: 5px;
}
.footer__info-title {
color: #fff;
font-weight: 300;
}
.footer__info-texted {
color: #fff;
margin-bottom: 5px;
font-weight: 300;
}
.footer__info-num a {
color: #fff;
font-weight: 300;
}
footer {
background-color: #38452B;
}
.footer__info-texted span {
font-weight: 600;
width: 45px;
display: inline-block;  
}
.footer__info-texted {display:flex;}
.header__tubs-hovered .footer__info-link .header__tubs-item{
transform:translateY(-40px);
}
.header__tubs-hovered .footer__info-link .header__tubs-item a {
display: table;
margin-bottom: 5px !important;
}
.header__tubs-hovered .footer__info-link a {
color: #000000;
margin: 0!important;
}
.header__tubs-hovered .accordion .ui-accordion-header {
margin: 0px 0px 10px 0px;
}
.header__tubs-hovered .accordion .ui-accordion-content {
margin: 0px 0px 10px 0px;
}
.header__tubs-hovered .acc__text {
line-height: initial;
margin-top: 0px;
}
.hb {
background-color: #fff;
padding: 20px 0px;
}
.hb__wrapper {
display: flex;
align-items: center;
gap: 12px;
}
.hb__wrapper a,
.hb__wrapper span{
color: #7D7D7D;
font-size: 18px;
font-weight: 400;
}
.main__owner-container {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.owner__img {
flex: 0 0 35%;
}
.owner__img img {
max-width: 100%;
width: 100%;
}
.owner__info {
flex: 0 0 60%;
}
.main__new-title-s {
font-size: 36px;
font-weight: 400;
color: #FFDB7C;
margin-bottom: 30px;
}
.main__owner-text p{
font-size: 22px;
font-weight: 300;
color: #F4F9F5;
margin-bottom: 20px;
}
.title_s {
font-size: 60px;
margin-top: 0px;
font-weight: 500;
color: #FFDB7C;
margin-bottom: 30px;
}
.license__item img {
max-width: 100%;
width: 100%;
}
.license__item {
flex: 0 0 18%;
}
.license__wrapper {
margin-top: 40px;
display: flex;
justify-content: flex-start;
gap: 20px;
flex-wrap: wrap;
}
.notarion__bg {
background: radial-gradient(50% 50% at 50% 50%, rgba(52, 79, 25, 0.938) 21.76%, rgb(45, 61, 30) 100%);
}
.about__not-title {
color: #FFDB7C;
}
.for__who-title {
color: #FFDB7C;
}
.for__who-block .accordion .ui-accordion-header {
margin: 0px 0px 20px 0px;
}.for__who-block .accordion .ui-accordion-content {
margin: -30px 0px 20px 0px;
}
.accordion1 .ui-accordion-header-active .acc__btn svg path {
stroke: initial;
}
.for__who-block .accordion1 .ui-accordion-content {
border: 0px;
}
.for__who-block .accordion1 .ui-accordion-header {
border: 0px;
}
.for__who-block .accordion .ui-accordion-content {
padding: 20px 90px;
}
.block__wrapper {
padding: 70px 0px;
}
.texted__block {
margin: 60px 0px;
}
.texted__block .about__not-title {
color: #171A18;
font-size: 36px;
margin-top: 50px;
margin-bottom: 0px;
}
.useful__linesecond .useful__item {flex: 0 0 49%; border-radius: 20px;}
.useful__linesecond .useful-title {
height: initial;
}
.texted__block p,
.texted__block .texted__p{
font-size: 18px;
font-weight: 400;
color: #171A18;
}
.texted__block p span,
.texted__block .texted__p span {
font-weight: 500;
}
.texted__block {
max-width: 1000px;
}
.texted__block h2,
.article__text .wp-block-heading,
.texted__red {
color: #38452B;
font-size: 28px;
}
.texted__block h2.texted__black{
font-size:32px;
font-weight: 500;
color:#171A18;
}
.about__not-title {
max-width: 1000px;
}
.notarion__bg .question__body-link a {
color: #FFFFFF;
border-color: #FFFFFF;
}
.about__not-text {
font-size: 18px;
color: #FFFFFF;
font-weight: 400;
max-width: 700px;
}
.notarion__bg-wrapper {
display: flex;
justify-content: space-between;
}
.notarion__bg-right {
flex: 0 0 35%;
}
.notarion__bg-right img {
max-width: 100%;
}
.header__top-relative .header__modal {
display: none;
}
.hid_pc {
display: none;
}
.accordion .question__body-link a {
color: #55A659;
border-color: #55A659;
}
.tarif__title {
text-align: center;
font-size: 50px;
font-weight: 500;
margin-bottom: 40px;
}
.tarif__subTitle {
font-size: 32px;
font-weight: 500;
color: #393E3A;
max-width: 720px;
margin: auto;
margin-bottom: 12px;
text-align: center;
}
.tarif__subTitle--sm {
font-size: 16px;
max-width: 800px;
margin: auto;
font-weight: 400;
color: #393E3A;
text-align: center;
}
.tarif__subName {
text-align: center;
font-size: 22px;
font-weight: 400;
color: #393E3A;
text-transform: uppercase;
margin-bottom: 12px;
margin-top: 60px;
}
.new__table-once {
display: flex;
flex-direction: column;
border: 1px solid #393E3A;
border-top: 0px;
font-size: 16px;
font-weight: 400;
color: #171717;
}
.new__table-once h3.tarif__subName{
margin-bottom: 15px;
margin-top: 30px;
}
.new__table-once .tarif__subTitle--sm{
margin-bottom: 15px;
}
.new__table-line{
display: flex;
justify-content: space-between;
border: 1px solid #393E3A;
border-top: 0;
font-size: 16px;
font-weight: 400;
color: #171717;
}
.new__table-mb .new__table-line:first-child{
border-top: 1px solid #393E3A;
}
.new__table-lineTitle {
border-top: 1px solid #393E3A;
}
.new__table-lineTitle .new__table-first{ display: flex;
align-items: center;
justify-content: center;}
.new__table-lineTitle .new__table-second{ display: flex;
align-items: center;
justify-content: center;}
.new__table-lineTitle .new__table-third{ display: flex;
align-items: center;
justify-content: center;}
.new__table-lineTitle .new__table-four{ display: flex;
align-items: center;
justify-content: center;}
.new__table-first {
flex: 0 0 5%;
padding: 20px 0px;
text-align: center;
box-sizing: border-box;
border-right: 1px solid #393E3A;
}
.new__table-second {
flex: 0 0 30%;
padding: 30px;
text-align: center;
border-right: 1px solid #393E3A;
box-sizing: border-box;
}
.new__table p {
text-align: left;
margin-bottom: 20px;
}
.new__table ul {
margin-left: 30px;
}
.new__table ul li {
text-align: left;
list-style-type: disc;
}
.new__table-third {
padding: 30px;
flex: 0 0 20%;
text-align: center;
border-right: 1px solid #393E3A;
box-sizing: border-box;
}
.new__table-four {
text-align: center;
padding: 30px;
box-sizing: border-box;
flex: 0 0 25%;
}
.about__not-text p + p {
margin-top: 20px;
}
.new__table{
margin-top: 20px;
}
.about__not-title span {
font-size: 30px;
display: block;
}
.about__not-titleInner {
max-width: 1100px;
}
body.white {
background-color: #fff;
}
.white .about__not-title {
color: #171A18;
}
.poleznoe__line {
left: 0;
right: 0;
bottom: 0;
position: relative;
}
.poleznoe__item-img img {
width: 100%;
}
.article__text a,
.poleznoe__right-btn a {
color: #55A659;
border-color: #55A659;
border-bottom: 1px solid #55A659;
}
.poleznoe__item {
align-items: center;
}
.poleznoe__right-title {
font-size: 20px;
}
.poleznoe__right-btn a {
font-size: 18px;
}
.poleznoe__pag {
display: flex;
align-items: center;
gap: 20px;
max-width: 1000px;margin: auto;
}
.poleznoe__pag a {
font-size: 22px;
font-weight: 400;
color: #55A659;
}
.poleznoe__pag a.active {
color: #000000;
}
.poleznoe__line.--article{
max-width:320px;
padding-bottom:20px;
}
.containerContent {
padding-bottom: 60px;
}
.poleznoe__right-text {
font-weight: 400;
font-size: 18px;
}
.poleznoe__view-icon {
color: #393E3A;
}
.poleznoe__item-img {
flex: 0 0 35%;
border: 2px solid #55A659;
padding: 10px;
border-radius: 10px;
}
.poleznoe__item-img img {
border-radius: 10px;
}
.poleznoe__line-date {
color: #393E3A;
}
.article__img img{
border-radius: 10px;
}
.acticle__date {
display: flex;
align-items: center;
margin-bottom: 10px;
gap: 70px;
}
.article__date-view {
display: flex;
align-items: center;
font-size: 18px;
color: #393E3A;
gap: 5px;
}
.article__p,
.article__text p{
margin-top: 20px;
font-size: 18px;
}
.article__text-letter{
font-size: 18px;
}
.acticle__date-day {
display: flex; gap: 5px;
align-items: center;
font-size: 18px;
color: #393E3A;
}
.contact__left { }
.contact__right {
flex: 0 0 43%;
}
.contact__left {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-right: 30px;
gap: 30px;
margin-bottom: 30px;
}
.contact__left-title {
color: #393E3A;
}
.contact__left .header__phone-item a {
color: #55A659;
border-bottom: 1px solid #55A659;
}
.contact__left .header__phone-block { }
.contact__left .header__phone-item p {
margin-top: 12px;
}
.contact__left .header__phone-item {
display: block;
}
.contact__right-map img {
max-width: 100%;
width: 100%;
}
.contact__left-item { width: calc(50% - 15px);
margin:0;
}
.header__social .header__social-item a{
text-decoration:none;
border: none;
}
.footer__created {
text-align: center;
padding-top: 20px;
color: #fff;
}
.footer__created a {
color: #fff;
font-weight: 300;
}
.pagination{
display:flex;
justify-content:center;
gap:10px;
}
.pagination .page-numbers{
border:2px solid #55a659;
padding:10px 15px;
color:#171717;
border-radius: 10px;
}
.pagination .page-numbers:hover{
border:2px solid #404c34;
}
.pagination .page-numbers{
cursor:pointer;
}
.pagination span.page-numbers.current{
cursor:default;
border:2px solid #a3a3a3;
}
@media screen and (max-width: 1450px) {
.container {
max-width: 95%;
}
.footer__item {
flex: 0 0 18%;
}
.map__right {
flex: 0 0 50%;
}
}
@media screen and (max-width: 900px) {
.header__logo a{
display: flex;
align-items: center;
gap: 20px;
justify-content: center
}
.accordionNotarion.accordion .ui-accordion-header {
padding: 20px 20px;
}
.new__table {
overflow: scroll;
}
.new__table-line {
font-size: 14px;
}
.new__table-second {
padding: 10px;
flex: 0 0 20%;
}
.new__table-third {
padding: 10px;
flex: 0 0 25%;
}
.tarif__title {
font-size: 30px;
}
.tarif__subTitle {
font-size: 20px;
}
.tarif__subName{
font-size: 20px;
}
.tarif__subTitle--sm {
font-size: 14px;
}
.new__table-first {
padding: 10px;
}
.new__table-four {
padding: 10px;
}
.new__table-mb {
width: 1000px;
overflow: hidden;
}
.title_s {
font-size: 40px;
}
.main__owner-container {
display: block;
}
.main__new-title-s {
font-size: 26px;
margin-top: 20px;
}
.main__owner-text p {
font-size: 18px;
}
.license__wrapper{
gap: 0px;
}
.license__item  {
flex: 0 0 100%;
gap:20px
}
.license__item + .license__item  {
margin-top: 20px;
}
.notarian__title-button a {
text-align: center;
}
.footer__itemBlock {
flex: 0 0 100%;
}
.header__logo {
flex: 0 0 100%;
}
.header__phone {
width: 100%;
}
.header__modal a {
padding: 20px 40px;
}
.header__phone {
justify-content: center;
}
.header__container {
justify-content: center;
align-items: center;
}.header__top-relative .header__modal {
display: block;
}
.header__container .header__modal {
display: none;
}
.header__phone-top {
margin-right: 0px;
}
.header__phone {
justify-content: flex-start;
}
.header__logo a span {
margin-top: 0px;
}
.header__top-wrapper {
justify-content: space-between;
}
.header__modal {
margin-top: 0px;
}
.main__new-container {
flex-wrap: wrap;
}
.main__new-left {
flex: 0 0 100%;
}
.main__new-right {
display: none;
}
.hid_pc {
display: block;
}
.main__mb-img img {
max-width: 100%;
width: 100%;
}
.footer__itemBlock .footer__item {
justify-content: space-between;
}
.footer__item-infoflex {
width: 100%;
justify-content: space-between;
}
}
@media screen and (max-width:660px) {
.main__new-title {
font-size: 36px;
margin-bottom: 20px;
}.useful__linesecond .useful__item {
flex: 0 0 100%;
}
.main__new-title--sm {
font-size: 30px;
margin-bottom: 20px;
}
.footer__info-link-last {margin-top: 0px;} 
.notarion__bg-right {
display: none;
}
.footer__created {
padding-bottom: 20px;
}
.about__not-title span {
font-size: 20px;
}
.footer__item {
flex: 0 0 100%;
}
.about__not-text {
font-size: 16px;
}
.footer__item-infoflex {
display: block;
}
.footer__item-logo {
display: block;
}
.footer__itemDATE {
flex: 0 0 100%!important;
}
.footer__item-inner {
gap: 10px;
}
.hb__wrapper {
flex-wrap: wrap;
}
.main__new {
padding: 40px 0px;
}
.question {
padding-top: 40px;
}
.notarian__body-item {
width: 100%;
max-width: 100%;
}
.not__new-item {
border: 0px;
flex: 0 0 46%;
}
.not__new-wrapper {
gap: 0px;
}
.notarian__body-flex {
display: grid;
grid-template-columns: repeat(auto-fill, 100%);
grid-gap: 20px;
margin-top: 50px;
padding-bottom: 0px;
justify-content: space-between;
}
.useful__item {
margin-bottom: 20px;
}
.notarian__body-item {
max-height: 400px;
}
.useful-title {
height: 100%;
}
.container {
max-width: 90%;
}
.header__top-relative {
padding-left: 0px;
padding-right: 0px;
}
.new__form {
text-align: left;
padding: 50px 0px;
}
.form__consult {
max-width: 100%;
}
.new__online-title {
font-size: 26px;
}
button.new__online-btn {
font-size: 19px;
}
.header__modal a {
padding: 17px 40px;
}
.notarian__title-button {
gap: 0px;
}
.notarian__title-button a {
flex: 0 0 48%;
}
.notarian__title-text {
font-size: 30px;
}
.poleznoe__pag {
flex-wrap: wrap;
}
.poleznoe__pag a {
font-size: 18px;
}
.poleznoe__right-text {
font-size: 16px;
}
.header__top-wrapper .header__tubs-item a {
font-size: 16px;
}
.poleznoe__right-title{
font-size: 18px;
}
.contact__left-item {
margin-top: 30px;
width: 100%;
}
.contact__right {
margin-top: 20px;
}
.contact__left .header__social {
margin-top: 20px;
}
.contact__left  {
display: block;
}
.notarian {
margin-top: 0px;
}
.new__online-line {
align-items: center;
justify-content: flex-start;
text-align: left;
font-weight: 300;
}
.new__online-p {
font-weight: 300;
}
.new__priem {
padding: 60px 0px;
}
.acc__text {
line-height: 20px;
font-size: 15px;
}
.acc__img img {
max-width: 40px;
}
.accordion .ui-accordion-header {
padding: 20px;
}
.accordion .ui-accordion-content {
padding: 20px;
}
.accordion .ui-accordion-header{
margin-bottom: 20px;
}
.accordion .ui-accordion-content {
margin: -30px 0px 20px 0px;
}
.useful__item {
flex: 0 0 100%;
}
.useful-title {
font-size: 16px;
}
.useful-date {
font-size: 14px;
}
.map__cont {
display: block;
}
.map {
padding: 20px 0px 20px 0px;
}
.new__online-btn {
padding: 15px 0px;
width: 100%;
max-width: 100%;
font-size: 18px;
}
.acticle__date-day  {
display: block;
}
.footer__info-title.adress {
font-size: 16px;
}
.footer__info-texted {
font-size: 16px;
}
.footer__item-info a {
font-size: 16px;
}
.footer__item {
order: 3;
}
.footer__item:first-child {
order: 1;
}
.footer__info-title {
font-size: 20px;
}
.block__wrapper {
padding: 40px 0px;
}
.deyst__btn .header__modal a {
padding: 14px;
font-size: 16px;
}
.footer__info-title {
display: block;
}
.hb__wrapper a,
.hb__wrapper span{
font-size: 14px;
}
.footer__itemDATE {
order: 2;
}
.about__not-title  {
text-align: left;
font-size: 30px;
}
.for__who-block .accordion .ui-accordion-content {
padding: 20px;
}
.texted__block .about__not-title {
font-size: 30px;
}
.texted__block h2,
.article__text .wp-block-heading,
.texted__red {
font-size: 23px;
}
.texted__block h2.texted__black{
font-size:28px;
}
.texted__block p,
.texted__block .texted__p {
font-size: 16px;
}
}
@media screen and (max-width:480px) {
.table-wrap{
overflow-x: scroll;
}
}
.newTable__content-text table{
border-collapse: collapse;
}
.newTable__content-text table tr td{
border: 1px solid #393E3A;
padding: 30px;
}
.--lgota .new__table-second{
flex: 0 0 62%;
}
.--lgota .new__table-third{
flex: 0 0 33%;
border-right:none;
}
.new__table-four > div{
text-align: left;
margin-bottom: 20px;
}
.--udalenka .new__table-second{
flex: 0 0 50%;
}
.--udalenka .new__table-third{
flex: 0 0 15%;
}
.--udalenka .new__table-four{
flex: 0 0 30%;
border-right:none;
}
.mb-16{
margin-bottom:16px;
}
.red-text{
background-color:red; 
color:white; 
padding:10px 30px; 
font-size:16px;
text-align: center;
}
@media screen and (max-width:480px) {
.red-text{
font-size:12px;
}
}:root{
--color-primary:#38452B;
--color-white:#FFDB7C;
}
.mkbMess-block{
position: fixed;
background:var(--color-primary);
color:var(--color-white);
bottom:0;
width:100%;
padding:15px 30px;
flex-direction:column;
z-index: 9999;
}
.mkbMess_mess{
margin-bottom:10px;
}
.mkbMess-block a{
color:var(--color-white);
text-decoration: underline;
}
.mkbPopup_acceptBtn{
display: inline-block;
vertical-align: middle;
padding: 6px 12px;
border: 1px solid var(--color-white);
white-space: nowrap;
cursor: pointer;
}
.mkbPopup_acceptBtn:hover{
background:var(--color-white);
color:var(--color-primary);
}