.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 0px;
}

.page-header,
.sidebar .widget,
.site-main>* {
    margin-bottom: 0px;
}

.site-content {
    display: block;
}

.grid-container {
    padding: 0 20px;
    margin: 0 auto;
}

.header-top {
    background-color: #2F2F2F;
    color: #fff;
    padding: 7px 0 8px 0;
}

.header-top p {
    font-size: 14px;
    opacity: 0.5;
}

.header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.separate-containers .site-main {
    margin: 0px;
}

header {
    background-color: #242424 !important;
    color: #fff;
}

.entry-header {
    background-color: #fff !important;
    color: #363636;
    padding: 50px 0;
}

.header-tel a {
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}

.header-tel a:hover {
    color: #fff;
}

.header-tel-label {
    opacity: 0.5;
    font-size: 15px;
    line-height: 150%;
}

.inside-header {
    padding: 15px 20px 9px 20px;
}

.header-tel-wrapper {
    margin-right: 8px;
    margin-left: 31px;
    margin-top: -5px;
}

.nav-float-right #site-navigation {
    margin-right: auto;
}

.main-navigation a {
    font-size: 16px;
    margin-top: -10px;
}


.banner {
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.banner__image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.banner__image--mobile {
    display: none;
}

.banner__content {
    position: relative;
    z-index: 2;
    padding: 90px 0 120px 0;
}

.banner__title {
    color: #fff;
    font-weight: 600;
    font-size: 64px;
    line-height: 110%;
    width: 84%;
}

.banner__tags {
    margin: 20px 0 25px 0;
    display: flex;
    gap: 5px;
}

.banner__tag {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    background-color: #1A68BC;
    border-radius: 100px;
    color: #fff;
    padding: 10px 18px;
    display: block;

}

.banner__desck {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    width: 39%;
}

.banner__list {
    margin: 44px 0 41px 0;
    color: #fff;
}
.banner__list p {
  font-size: 24px;
}
.banner_list-inner {
    display: flex;
    gap: 24px;
    color: #fff;

}

.banner_list-inner ul {
    margin: 0;
    margin-left: 26px;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
}

.btn {
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    border-radius: 6px 6px 15px 15px;
    padding: 17px 28px;
    background: linear-gradient(to right, #CCB368, #A88E43);
    letter-spacing: -0.5px;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 0 #91782A;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.btn:hover {
    box-shadow: none;
    background: #A88E43;
}

.btn:active {
    box-shadow: none;
    background: #A88E43;
}

.counter__list {
    grid-gap: 24px;
    margin: 60px 0;
    display: flex;
}

.counter__item {
    flex: 1;
}

.counter__number {
    font-size: 44px;
    line-height: 110%;
    font-weight: 600;
    margin-bottom: 10px;
}

.counter__number span {
    font-size: 24px;
    line-height: 110%;
    margin-left: -3px;
}

.counter__description {
    font-size: 20px;
    color: #363636;

}

.can {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-color: #F3F3F3;
}

.sec {

    padding: 100px 0;
}

.can__image {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 91%;
}

.can__text-inner {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 93%;
}

.can__item {
    display: flex;
    gap: 50px;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    padding: 10px 20px 10px 10px;
}

.titleh2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 116%;
    margin-bottom: 40px;
}

.titleh2 span {
    color: #1A68BC;
}

.can__item-title {
    font-size: 30px;
    line-height: 120%;
    font-weight: 600;
    width: 59%;
}

.can__text {
    font-size: 15px;
    line-height: 154%;
}

.can__actions {
    width: 100%;
}

.can__button {
    font-size: 15px;
    padding: 14px 10px;
    width: 222px;
    border-radius: 6px 6px 10px 10px;
    box-shadow: 0 4px 0 #91782A;
    float: right;
}

.can__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trust-us__item-bg {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.trust-us__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.trust-us__item {
    background-color: #F3F3F3;
    border-radius: 30px;
    padding: 30px;
}

.trust-us__item-title {
    font-size: 24px;
    line-height: 110%;
    font-weight: 600;
    margin: 42px 0 10px 0;
}

.steps {
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.steps__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.steps__bg_mobile {
    display: none;
}

.steps-content {
    position: relative;
    z-index: 2;
}

.steps__title {
    color: #fff;
    width: 57%;
    line-height: 121%;
}

.steps-content {
    display: flex;
    gap: 24px;
}

.steps__blocks {
    counter-reset: my-counter;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}

.steps__block {
    position: relative;
    counter-increment: my-counter;
    background-color: #fff;
    padding: 20px 20px 20px 100px;
    border-radius: 20px;

}

.steps__block::before {
    content: '0' counter(my-counter);
    position: absolute;
    left: 24px;
    top: 20px;
    font-weight: 700 !important;
    font-weight: normal;
    font-size: 44px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1A68BC;

}

.steps__block-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 10px;
}

.history__blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.history__block {
    background-color: #F3F3F3;
    border-radius: 20px;
    padding: 30px;
}

.history__block-text-inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.history__block-inner {
    display: flex;
    gap: 24px;
}

.history__block-tab {
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    background: linear-gradient(to right, #CCB368, #A88E43);
    padding: 6px 14px;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
}

.history__block-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    margin-top: auto;
}

.history__block-title span {
    color: #1A68BC;
}

.history__block-text-wrapper {
    display: flex;
    gap: 30px;
    margin-bottom: 49px;
}

.history__block-problem-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex: 1;
}

.history__block-label {
    font-weight: 600;
    margin-right: 10px;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 160%;
    margin-right: 34px;
}

.history__block-text {
    flex: 1;
    font-size: 16px;
    line-height: 160%;
}

.history__block-result span {
    color: #1A68BC;
    font-weight: 600;
    padding-right: 10px;
}

.history__block-inner-title {
    width: 47%;
    display: flex;
    flex-direction: column;
}

.history__block-wrapper {
    width: 100%;
}

.history__block-result {
    font-size: 16px;
    line-height: 160%;
}

.history__block:first-child .history__block-problem-wrapper:nth-child(2) .history__block-text {
    width: 70%;
    display: block;
    flex: none;
}

.slick-arrow {
    background: none;
    padding: 0;
    position: absolute;
    top: -93px;
    right: -2px;
}

.slick-arrow:hover {
    background: none;
    padding: 0;

}

.slick-arrow:active {
    background: none;
    padding: 0;
}

.slick-arrow:focus {
    background: none;
    padding: 0;
}

.client-slider {
    position: relative;
}

.slick-prev {
    right: 58px;
}

.client-slider__slide {
    border-radius: 20px;
    background-color: #F3F3F3;
    padding: 40px;
    margin: 0 12px;
    display: flex;
    flex-direction: column;
}

.slick-list {
    margin: 0 -12px !important;
}

.client-slider__text {
    font-size: 16px;
    line-height: 164%;
    margin-bottom: 20px;
}

.client-slider__text-bottom {
    font-size: 14px;
    line-height: 160%;
    color: #363636;
    opacity: 0.5;
    margin-top: auto;
}

.client-slider .slick-track {
    display: flex !important;
}

.client-slider .slick-slide {
    height: auto !important;
    display: flex !important;
    flex-direction: column;
}

.client-slider__slide {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.consylt-container {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.consylt__image-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.consylt__content {
    position: relative;
    z-index: 2;
    padding: 60px;
    color: #fff;
}

.consylt__image-bg--mobile {
    display: none;
}

.consylt__title {
    width: 90%;
    margin-bottom: 0;

}

.consylt__text {
    font-size: 20px;
    width: 59%;
    margin: 23px 0 60px 0;
}

.slider-staff__item {
    margin: 0 12px;
    background-color: #F3F3F3;
    border-radius: 20px;
    padding: 20px;
    height: auto !important;
}

.slider-staff__image {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
}

.slider-staff__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.slider-staff__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-top: 6px;
}

.slider-staff__image-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    margin-bottom: 24px;
}

.slider-staff .slick-track {
    display: flex !important;
}

.slider-staff {
    padding-bottom: 100px;
}


.faq {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-color: #F3F3F3;
}

.faq__answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}


.faq__container {
    display: flex;
    gap: 24px;
}

.faq__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    padding: 0;
    letter-spacing: -0.4px;
}

.faq__item--active .faq__question {
    margin-bottom: 10px;
}

.faq__item {
    color: #363636;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 15px 20px 20px;
}

.faq__answer-inner {
    font-size: 16px;
    line-height: 160%;
}

.faq__question:hover {
    background-color: #fff;
    color: #363636;
}

.faq__question:active {
    background-color: #fff;
    color: #363636;
}

.faq__question:focus {
    background-color: #fff;
    color: #363636;
}

.faq__item:last-child {
    margin-bottom: 0px;
}

.faq__question-text {
    color: #363636;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
}

.faq__icon {
    position: relative;
    transition: transform 0.3s ease;
}

.faq__icon::after {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(/wp-content/uploads/2026/03/sdfq3e.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -20px;
}

.faq__item--active .faq__icon::after {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(/wp-content/uploads/2026/03/asdf.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -20px;
}

.faq__container-inner {
    width: 49%;
}

.faq__list {
    width: 100%;
}

.maps-block__content {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.maps-block {
    position: relative;
    margin-bottom: -9px !important;
}

.maps-block__contact-text {
    color: #1A68BC;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}

.maps-block__phone a {
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 20px;
    display: block;
}

.maps-block__contacts {
    position: absolute;
    border-radius: 20px;
    background-color: #fff;
    padding: 40px;
    top: 100px;
    left: 0;
    width: 408px;
}

.maps-block-flex {
    display: flex;
    flex-direction: column;
}

.maps-block__work-time {
    width: 46%;
    margin-top: 10px;
}

.maps-block__address {
    margin: 10px 0;
}

.maps-block__email-wrapper {
    margin: 10px 0 20px;
}

.maps-block__button {
    font-size: 15px;
    padding: 12px 22px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 4px 0 #91782A;
}

.maps-block-flex strong {
    font-size: 15px;
}

.maps-block-flex {
    font-size: 15px;
    line-height: 150%;
}

#footer-widgets {
    padding: 60px 0 40px;
}

.footer-widgets .widget {
    margin-bottom: 0px;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 0px;
}

.inside-footer-widgets>div {
    flex: 1;
}

.inside-footer-widgets {
    justify-content: space-between;
    gap: 24px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0px;
}

.logo-text {
    margin: 20px 0;
    font-size: 14px;
    line-height: 160%;
}

.inn-inner p {
    font-size: 14px;
    line-height: 160%;
}

.title-footer {
    margin-bottom: 15px !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 150%;
}

.widget_nav_menu .menu li a {
    font-size: 15px;
}

.footer-contact-tel a {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

.footer-contact-mail a {
    font-size: 16px;
    line-height: 150%;
    margin-top: 10px;
}

.footer-contact-adress {
    font-size: 16px;
    line-height: 150%;
    margin-top: 10px;
}

.footer-contact-right-text {
    letter-spacing: -0.5px;
    line-height: 154%;
    margin-bottom: 20px;
}

.footer-contact-btn {
    padding: 12px 22px;
    font-size: 15px;
    width: 292px;
    box-shadow: 0 4px 0 #91782A;
    border-radius: 6px 6px 10px 10px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    color: #fff;
    letter-spacing: -0.5px;
    opacity: 0.5;
}

.footer-bottom__link:hover {
    color: #fff;
    opacity: 0.5;
}

.footer-bottom__link:active {
    color: #fff;
    opacity: 0.5;
}

.footer-bottom__item {
    flex: 1;
    text-align: left;
}

.site-footer:not(.footer-bar-active) .copyright-bar {
    margin: inherit;
}

.site-info .inside-site-info {
    display: block;
    padding: 40px 20px;
    border-top: 1px solid #2F2F2F;
}

.footer-widgets a:hover {
    color: #fff;
}

.footer-widgets a:active {
    color: #fff;
}

.footer-widgets a:focus {
    color: #fff;
}

.menu-item a:hover {
    color: #CCB368;
}

html {
    scroll-behavior: smooth;
}

.trust-us__title-mobile {
    display: none;
}

.form-quest-flex {
    display: none;
}

.popup-overlay br {
    display: none;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-overlay.active {
    display: flex;
}

.popup {
    background: #fff;
    padding: 60px 70px;
    top: 0;
    border-radius: 30px;
    max-width: 590px;
    width: 95%;
    position: relative;
    margin: 0 auto;
    animation: fadeIn 0.3s ease;
    color: #363636;
}

.popup-close {
    position: absolute;
    top: 35px;
    right: 25px;
    border: none;
    background: none;
    color: #989898;
    font-size: 47px;
    font-weight: 200;
    cursor: pointer;
    padding: 0;
    height: 0;
    line-height: 0;
}

.popup-close:hover {
    color: #989898;
}

.popuptitle {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.text-popup {
    text-align: center;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 30px;
}

.input-name,
.input-tel {
    border-radius: 6px !important;
    border: none !important;
    background-color: #F3F3F3 !important;
    height: 60px;
    width: 100%;
    padding: 0 0 0 30px !important;

}

.submit-form {
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    border-radius: 6px 6px 10px 10px !important;
    padding: 17px 8px !important;
    background: linear-gradient(to right, #CCB368, #A88E43) !important;
    letter-spacing: -0.5px;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 0 #91782A;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.submit-form:hover {
    box-shadow: none;
    background: #A88E43;

}

.wpcf7-list-item label {
    display: flex;
}

.wpcf7-form-control::placeholder {
    font-size: 16px;
    line-height: 100%;
    color: #363636;
}

.wpcf7-form p {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reklama-link .wpcf7-form-control {
    padding: 0 0 0 0px !important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

.wpcf7-list-item-label {
    font-size: 14px;
    color: #121212 !important;
    line-height: 140%;
    margin-top: -4px;

}
.wpcf7-list-item-label:last-child {
margin-top: 0px;
}

.wpcf7-spinner {
    display: none;
}
html.mobile-menu-open {
  overflow: hidden;
}
.reklama-link {
    margin-top: 24px;
}
.banner__btn{
    margin-top: 60px;
}

.wpcf7-list-item-label a {
    text-decoration: underline;
    display: inline;
    color: #121212 !important;
    
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    padding: 0 20px 0 0;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    background-color: #F3F3F3;
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked::before {
    content: "";
    height: 8px;
    width: 10px;
    background-size: cover;
    background-image: url(/wp-content/uploads/2026/03/Vector.svg);
    color: #fff;
    position: absolute;
    font-size: 12px;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes fadeIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.cf7-checkbox-message {
    color: #d32f2f;
    font-size: 13px;
    margin-top: 8px;
    padding: 5px 0;
}