
section {
    padding: 20px 0;
}

#site-header .social-icon {
    width: 32px;
    height: auto;
}


/*HEADER*/

.nav-block {
    z-index: 0;
}

#site-header .container {
    background: transparent;
}

.brand {
    padding-top: 0;
}

.menu-container {
    align-items: center;
}

.toggle-nav {
    display: none !important;
}

.nav-block {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    height: 100%;
    top: 0;
    background: transparent;
}

.nav-block a {
    font-size: 1.2rem;
}

body.admin-bar .nav-block {
    top: 0;
}

.menu-menu-container {
    padding-top: 0;
}

.menu-menu-container ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-menu-container li {
    font-size: 16px;
    margin: 0 10px;
    padding: 0;
}

.menu-menu-container li a:hover {
    font-weight: 700;
}

.header-contacts {
    display: flex;
    align-items: center;
    padding: 0;
}

.nav-block .phone-btn {
    margin: 0;
    padding: 10px 15px;
}

.nav-block .phone-btn a {
    font-size: 16px;
}

#site-header .social-block {
    gap: 20px;
}

#site-header .social-block {
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}


/*CONTENT*/

#about_us .wp-block-getwid-image-box {
    display: flex;
    padding: 10px 0;
}

#about_us .wp-block-getwid-image-box p {
    line-height: 1.3;
}

#about_us .wp-block-getwid-content-slider {
    display: none;
}

#about_us .contacts-wrapper {
    justify-content: start;
}

#about_us .user-name p {
    text-align: center;
    width: auto;
}

#about_us .wp-block-column.is-vertically-aligned-center {
    align-self: center;
}

#about_us .photo_lg {
    display: block;
}

#about_us .face-mob {
    display: none;
}

#about_us .has-background {
    padding-right: 74px;
    padding-bottom: 0;
}

#about_us h3 {
    line-height: 66px;
}

#about_us h4 {
    line-height: 52px;
    padding-top: 20px;
}

#about_us h3,
#about_us h4 {
    line-height: 1.5;
}


/* RESULTS */

.wp-block-getwid-counter__number,
.wp-block-getwid-progress-bar__percent {
    font-size: 64px;
}

#results .wp-block-column.is-layout-flow p {
    padding: 15px 0 15px;
}

#results .contacts-wrapper {
    align-content: center;
    flex-direction: row;
    gap: 20px;
}

#results .contacts {
    order: 1;
    gap: 20px;
}

#results .phone-btn {
    margin: 0;
}

/* SERVICES */


/* Blog page */

.blog-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* POST SLIDER */

.slider-wrapper {
    padding: 0 20px;
    position: relative;
}

.slick-slide{
    padding-bottom: 0;
    margin: 0 10px;
}

.slider-main .slick-arrow.slick-next,
.slider-main .slick-arrow.slick-prev {
    top: -60px;
    bottom: auto;
}

.slider-main .slick-arrow.slick-next {
    right: 17px;
}

.slider-main .slick-arrow.slick-prev {
    right: 68px;
    left: auto;
}


.slider-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 15px;
    background: linear-gradient(90deg,#fff,rgba(255, 255, 255, 0.5) 55%,rgba(255, 255, 255, 0.2));
    z-index: 1;
}

.dark-mode .slider-wrapper:before {
    background: linear-gradient(90deg,var(--very_dark_grayish_blue),rgba(67, 69, 92, 0.5) 55%,rgba(67, 69, 92, 0.2));
}

.slider-wrapper:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 15px;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0.2),rgba(255, 255, 255, 0.5) 55%,#fff);
    z-index: 1;
}

.dark-mode .slider-wrapper:after {
    background: linear-gradient(90deg,rgba(67, 69, 92, 0.2),rgba(67, 69, 92, 0.5) 55%,var(--very_dark_grayish_blue));
}

    /* Contacts inf*/

#contactsInf .wp-block-getwid-map .wp-block-getwid-map__container {
    height: 600px !important;
}

/* Footer */

.footer-inf {
    width: 100%;
}

/* 404 page */
.accountant-404 p {
    text-align: center;
    text-indent: 0;
}

.accountant-404 .accountant-404--home {
    padding: 50px 0;
}