:root {
    --color-primary: #c3a058;
    --color-secondary: #3B5182;
    --color-secondary-old: #1a2d47;
    --color-primary-filter: brightness(0) saturate(100%) invert(64%) sepia(3%) saturate(7145%) hue-rotate(0deg) brightness(101%) contrast(75%);
    --color-secondary-filter: brightness(0) saturate(100%) invert(30%) sepia(82%) saturate(348%) hue-rotate(181deg) brightness(86%) contrast(90%);
    --color-secondary-filter-old: brightness(0) saturate(100%) invert(9%) sepia(11%) saturate(7455%) hue-rotate(191deg) brightness(96%) contrast(88%);
}

body {
    color: #000;
    font-family: 'Lato', sans-serif;
}

/*-------- KLASA ŻAŁOBNA, NALEŻY DODAĆ DO BODY --------------*/
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*
Długość trwania animacji
*/
.animationDuration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

em {
    padding-right: 2px;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

.btn,
button,
a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    color: inherit
}

a:hover, a:focus {
    text-decoration: none;
}

.container {
    clear: both;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1670px;
    width: 100%;
}

.container-small {
    max-width: 1354px;
}

.h1 {
    font-size: 60px;
    letter-spacing: 0;
    color: var(--color-secondary);
    font-weight: 900;
}

.h2 {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 900;
    color: var(--color-secondary);
}

.article {
    padding: 20px 0;
}

.article-subtitle {
    font-size: 30px;
    letter-spacing: 0;
    color: var(--color-secondary);
    font-weight: 900;
}

#page {
    overflow: hidden;
}

/**
 * HEADER
 */

header {
    background: var(--color-secondary);
}

.header-phone span.number {
    font-size: 16px;
    font-weight: 400;
}

.header-phone span {
    display: block;
    font-size: 12px;
    line-height: 1.4rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.05em;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.header-phone-link {
    position: relative;
    z-index: 901;
    display: flex;
    align-items: baseline;
    background: url("../images/icons/telephone.svg") no-repeat left center transparent /36px 36px;

}

.header-phone-link + .header-phone-link::before {
    content: ',';
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    padding-right: 7px;
}

.header-phone-inner {
    display: flex;
    align-items: baseline;
    line-height: 1;
}

.header-phone {
    padding-bottom: 18px;
}

.logo {
    max-width: 250px;
}

.logo a {
    position: relative;
    z-index: 901;
    display: block;
    color: #fff;
}

.logo a img {
    display: block;
    max-width: 100%;
}

#main-menu .line:before {
    content: '';
    width: 40%;
    max-width: 50px;
    height: 1px;
    display: block;
    margin: auto;
    background: #fff;
}

#main-menu .line {
    height: 1px;
    position: absolute;
    display: block;
    top: 3px;
    transition-duration: 0.5s;
    z-index: 900;
}

#main-menu {
    text-align: center;
    position: relative;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: -2px;
}

#main-menu a.has-icon {
    font-size: 0;
}

.has-icon img {
    display: block;
    width: 24px;
    height: 20px;
    margin: 10px 8px;
}

#main-menu a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 22px;
    /*height: 72px;*/
}

#main-menu ul {
    display: inline-block;
}

#main-menu ul li {
    display: inline-block;
    vertical-align: middle;
}

#main-menu ul li ul {
    display: none;
}

#main-menu ul li:hover ul {
    display: block;
}

#main-menu .icon {
    padding-top: 3px;
}

/**
 * CONTENT
 */

#content {
    overflow: hidden;
}

.subpage {
    background-color: #f9f9f9;
}

.subpage #content {
    background: url("../images/subpage.jpg") no-repeat right -10px bottom /auto 85%;
    background-attachment: fixed;
    background-color: #f9f9f9;
}

.text {
    overflow: visible;
}

footer {
}

/**
 * FORM
 */

form.form {
    /* padding: 15px 0; */
}

/* INPUTY */
.form .form-control {
    /* font-size: 14px; */
}

/* TEXTAREA */
.form textarea.form-control {
    /* height: 130px; */
}

/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label,
.form .consent-all {
    /* font-size: 12px; */
}

/* ZAOKRĄGLENIA INPUTÓW */
.form .form-group-lg .captcha-image-wrapper,
.form .form-control {
    border-radius: 0;
}

.form button.captcha-refresh {
    right: 5px;
    bottom: auto;
    height: 46px;
    max-width: none;
    min-width: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/**
 * MAP POINT
 */

.map-point .custom-map-wrapper {
    position: relative;
}

.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: transparent url('../images/marker.png') no-repeat scroll center center;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background: red;
}

.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important;
}

/*
    Sekcja logotypów
 */
.logotypes {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 156px;
    padding: 28px 0;
}

.logotypes .logotypes-title {
    float: left;
    padding-right: 30px;
    font-size: 22px;
    line-height: 100px;
    vertical-align: middle;
}

.logotypes-slider-container {
    height: 100px;
}

.logotype-slider {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
}

.logotype img {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}

/**
    Sociale
*/

.social-list > ul > li {
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin-left: -5px;
}

.form .before-consent-row .text, .form .after-consent-row .text, .form .consent-row .text label, .form .consent-all {
    color: #fff;
}

/*.social-list > ul > li > a[title^=Facebook] {*/
/*    background: #4267b2;*/
/*    color: #fff;*/
/*}*/

/*.social-list > ul > li > a[title^=LinkedIn] {*/
/*    background: #2A73B0;*/
/*    !*border: 2px solid #000 !important;*!*/
/*}*/

/*.social-list > ul > li > a[title^=LinkedIn] > .fa {*/
/*    transition: 0.4s;*/
/*    color: #fff;*/
/*}*/

/*.social-list > ul > li > a[title^=LinkedIn] {*/
/*width: 26px;*/
/*height: 26px;*/
/*font-size: 10px;*/
/*line-height: 22px;*/
/*}*/


@media screen and (min-width: 1140px) {

}

.social-list > ul > li > a > .fa {
    color: #fff;
}

.social-list > ul > li > a {
    font-size: 16px;
    line-height: 42px;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    display: block;
    text-align: center;
    background: transparent;
}

.contact-boxes .social-list > ul > li > a {
    color: var(--color-secondary);
    border-color: rgba(31, 50, 77, 0.11);
}

.contact-boxes .social-list > ul > li > a .fa {
    color: inherit;
}

/*
    Menu językowe
 */
.langs-menu {
    position: relative;
    float: right;
    margin: 25px 0 25px 20px;
    border-radius: 6px 6px 0 0;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001;
}

.langs-menu ul {
    opacity: 0;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 6px 6px;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
}

.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}

.langs-menu a {
    display: block;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    width: 21px;
    height: 13px;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lang {
    padding: 5px 15px;
    font-size: 0;
}

.lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
}

.lang .langs-menu-long {
    display: none;
}

.lang-button {
    position: relative;
    cursor: pointer;
}

.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-size: 20px;
    transition: all 0.4s;
    line-height: 12px;
}

.langs-menu.active .lang-button .arrow {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.langs-menu-icon img {
    max-width: 100%;
}

/**
 * ARTICLE
 */

/*.article-image:before {*/
/*content: '';*/
/*display: block;*/
/*width: 100%;*/
/*height: 0;*/
/*padding-top: 100%;*/
/*}*/

.article-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.article-content {
    padding-top: 20px;
}

.article-image {
    display: inline-block;
    float: left;
    width: 49.7%;
    margin-right: 50px;
    margin-bottom: 20px;
    position: relative;
    background: var(--color-secondary);
    z-index: 10;
    padding-bottom: 50%;
}

.privacy-policy .article-image {
    padding-bottom: 0;
    background-color: transparent;
}

.article-image img {
    max-width: 100%;
}

.article-text {
    overflow: visible;
}

.article-subtitle {
    padding-bottom: 44px;
}

.article-date {
    margin-top: -15px;
    padding-bottom: 10px;
    font-weight: bold;
}

/**
 Ul custom dots
 */
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
    padding: 10px 0;
}

.text ul > li {
    left: 32px;
    position: relative;
    padding-right: 32px;
}

.text ul > li.social-item {
    padding-right: 0;
    position: static;
}

.text ul > li.social-item::before {
    display: none;
}

.text ul > li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    top: -3px;
    background: var(--color-secondary);
    left: -10px;
    margin-left: -10px;
    margin-right: 6px;
    font-family: sans-serif;
    position: relative;
    font-weight: 900;
    font-size: 18px;
}

/**
* PAGINATION ACTIVE
*/

/*.pagination-wrapper ul li.active a {*/
/*color: #e10024;*/
/*}*/

/*@media screen and (min-width: 1140px) {*/
/*.pagination-wrapper ul li a:hover {*/
/*color: #e10024;*/
/*}*/
/*}*/
/*
 Galeria
 */
.gallery {
    clear: both;
}

.gallery ul {
    margin: -5px;
    font-size: 0;
    padding-top: 29px;
}

.gallery li {
    width: 33.3333%;
    padding: 5px;
    display: inline-block;
}

.fancy {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}

.fancy img {
    width: 100%;
}

.hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icons/loupe.svg") no-repeat center center /70px;
    /*TODO: zaminić*/
    background-color: rgba(31, 50, 77, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.main-slider-section {
    background: #bab9b4;
    position: relative;
}

.main-slider-section .container {
    position: relative;
    height: 100%;
}

.main-slider-section .main-slide {
    min-height: calc(100vh - 128px);
    height: 39vw;
    max-width: 100%;
    position: relative;
    background: #bab9b4;
}

.main-slider-icon svg path {
    fill: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation-name: print2;
    animation-name: print2;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-play-state: initial;
    animation-play-state: initial;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;

    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    animation-fill-mode: initial;
    -webkit-animation-fill-mode: initial;
    stroke: var(--color-secondary);
    stroke-width: 0.04px;
    stroke-dasharray: 500;
    stroke-dashoffset: 1px;
}

@keyframes print2 {
    0% {
        stroke-dashoffset: 500px;
    }
    40%, 59.999% {
        stroke-dashoffset: 394px;
    }
    60% {
        stroke-dashoffset: 1000px;
    }
    100% {
        stroke-dashoffset: 894px;
    }
}

@-webkit-keyframes print2 {
    0% {
        stroke-dashoffset: 500px;
    }
    40%, 59.999% {
        stroke-dashoffset: 394px;
    }
    60% {
        stroke-dashoffset: 1000px;
    }
    100% {
        stroke-dashoffset: 894px;
    }
}

.main-slider-icon svg {
    display: block;
    width: 100%;
    float: left;
}

.main-slider-icon {
    position: absolute;
    left: 60%;
    top: -2px;
    width: 66.6%;
    height: 117%;
}

.buttons-here li:not(:last-of-type):after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    background: #fff;
    content: '';
    height: 1px;
    display: block;
}

.buttons-here li {
    float: left;
    position: relative;
}

*:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.buttons-here:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 7.5vw;
    background: #fff;
    content: '';
    height: 1px;
    display: block;
}

.buttons-here {
    position: absolute;
    bottom: 6.4%;
    left: 0;
    padding-left: 7.5vw;
    z-index: 900;
}

.buttons-here .slick-active button:hover,
.buttons-here .slick-active button {
    color: var(--color-secondary);
}

.buttons-here button {
    border: 0;
    background: transparent;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
    width: 46px;
    position: relative;
    margin-right: 21px;
}

.main-slide-images img {
    display: inline-block;
    max-height: 90%;
    max-width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 6;
}

.main-slide-images {
    text-align: right;
    background: #bab9b4;
    width: 100%;
    height: 100%;
    position: relative;
}

.main-slide-texts-apla {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 62.2%;
    z-index: 10;
    background: url("../images/mainsliderApla.png") no-repeat right top /cover;
}

.main-slide-texts {
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 36px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    display: block;
    width: 50%;
}

.slider-title {
    font-size: 78px;
    line-height: 86px;
    letter-spacing: 0;
    color: var(--color-secondary);
    font-weight: 900;
    padding-bottom: 11px;
}

.slider-title strong {
    color: #fff;
}

.slider-title2 {
    font-size: 45px;
    letter-spacing: 0;
    line-height: 50px;
    color: var(--color-secondary);
    font-weight: 900;
    padding-bottom: 50px;
}

.main-slide-texts .text {
    max-width: 80%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: var(--color-secondary);
    padding-bottom: 44px;
}

.btn {
    font-size: 14px;
    line-height: 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: 0.05em;
    padding: 9px 28px 10px;
    display: inline-block;
    text-align: center;
    min-width: 214px;
    border: 1px solid transparent;
}

.btn-disabled {
    pointer-events: none;
}

.btn-white svg {
    fill: var(--color-secondary);
}

.btn-white {
    background: #fff;
    color: var(--color-secondary);
}

.btn-dark svg {
    fill: #fff;
}

.btn-dark {
    color: #fff;
    background: var(--color-secondary);
}

.btn-icon svg {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-icon .icon {
    margin: -10px -10px -10px 10px;
}

.main-about-us:after {
    content: '';
    display: block;
    width: 200px;
    height: 138px;
    position: absolute;
    bottom: 38px;
    right: 30px;
    z-index: 1;
    /*background: url("../images/o1.jpg") no-repeat center center /cover;*/
}

.main-about-us:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 67%;
    top: 0;
    content: '';
    display: block;
    background: url("../images/mainaboutApla.png") no-repeat left top /cover;
    filter: var(--color-secondary-filter);
}

.main-about-us .container:before {
    position: absolute;
    width: 22.6%;
    top: 28px;
    bottom: 0;
    display: block;
    content: '';
    left: 33.5%;
    /*background: url("../images/aboutLogo.png") no-repeat center center /contain;*/
}

.main-about-us .container {
    position: relative;
    z-index: 2;
}

.main-about-us {
    font-size: 0;
    position: relative;
    padding: 5% 0 5.5%;
}

.about-image img {
    display: block;
    max-width: 100%;
}

.about-image {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    margin-right: 26.7%;
    padding: 35px 0 0 0;
}

.about-texts {
    display: inline-block;
    vertical-align: middle;
    width: 40.3%;
    font-size: initial;
}

.about-texts .title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 900;
    padding-bottom: 40px;
}

.about-texts .text {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 30px;
    padding-bottom: 50px;
}

.about-caption {
    padding-bottom: 23px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 300;
    color: #fff;
}

.about-phone {
    padding-bottom: 21px;
    background: url("../images/icons/telephone.svg") no-repeat left -9px top 1px transparent;
    background-size: 66px 66px;
    padding-left: 78px
}

.about-phone2 {
    background: none !important;
    margin-top: -14px;
}

.about-phone a {
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0;
    font-weight: 900;
    color: #fff;
}

.about-mail {
    padding-left: 78px
}

.about-mail a {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 300;
}

.section-number {
    position: absolute;
    bottom: 0;
}

.lawyer {
    background-color: #cfcfcf;
    font-size: 0;
    overflow: hidden;
    background-repeat: no-repeat;
}

.lawyer-photo img {
    display: inline-block;
    max-width: 100%;
}

.lawyer:nth-of-type(2n + 1) {
    direction: rtl;
}

.lawyer:nth-of-type(2n + 1) .lawyer-label {
    right: 2.5%;
    left: auto;
}

.lawyer:nth-of-type(2n) .lawyer-photo {
    position: relative;
}

.lawyer:nth-of-type(2n + 1) .lawyer-photo {
    margin-right: 0;
    margin-left: calc(52% - 700px);
    text-align: right;
}

.lawyer-photo {
    direction: ltr;
    display: inline-block;
    width: 48%;
    vertical-align: bottom;
    margin-right: calc(52% - 700px);
}

.lawyer-caption {
    font-size: 45px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 30px 54px 30px 0;
}

.lawyer-phone {
    display: inline-block;
    vertical-align: middle;
    padding: 30px 0 30px 85px;
    background: url("../images/icons/smartphone.svg") no-repeat left center transparent;
    background-size: 66px 66px;
}

.lawyer-phone a {
    font-size: 45px;
    font-weight: 900;
    line-height: 50px;
    color: #fff;
    letter-spacing: 0;
}

.lawyer-label {
    font-weight: 900;
    color: #fff;
    letter-spacing: 0;
    font-size: 140px;
    line-height: 160px;
    position: absolute;
    top: 61.2%;
    left: 2.5%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 3;
}

.lawyer-publications a {
    pointer-events: all;
}

.lawyer:nth-of-type(2n + 1) .lawyer-publications {
    left: 57.7%;
}

.lawyer-publications img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.lawyer-publications {
    top: 35.8%;
    left: 42.3%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    pointer-events: none;
    z-index: 20;
}

.lawyer-texts {
    direction: ltr;
    vertical-align: top;
    display: inline-block;
    font-size: initial;
    padding-top: 60px;
    max-width: 52%;
    width: 700px;
}

.text {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: var(--color-secondary);
}

.lawyer-text .text {
    text-align: justify;
}

.lawyer-text {
    position: relative;
    padding-right: 57px;
    height: 390px;
    overflow: hidden;
}

.viewport {
    max-height: 100%;
    overflow: hidden;
}

.overview {
    position: relative;
    padding-right: 5px;
}

.scrollbar.disable {
    display: none;
}

.scrollbar {
    position: absolute;
    right: 2px;
    bottom: 0;
    width: 1px;
}

.scrollbar .track {
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.scrollbar .thumb {
    position: absolute;
    left: -1px;
    width: 3px;
    background: #414142;
}

.lawyer-name {
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 900;
    color: var(--color-secondary);
    padding-bottom: 37px;
    line-height: 48px;
}

.lawyer-rwd-name {
    display: none;
}

.uni-logo img {
    display: block;
    width: 100%;
}

.uni-logo {
    display: inline-block;
    vertical-align: middle;
    width: 206px;
}

.uni-texts {
    font-size: initial;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    width: calc(100% - 206px);
}

.lawyer-unis li {
    font-size: 0;
    display: block;
    overflow: hidden;
    padding-bottom: 27px;
}

.lawyer-unis {
    padding-top: 42px;
    padding-bottom: 26px;
}

.uni-name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: var(--color-secondary);
    text-transform: uppercase;
}

.uni-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: var(--color-secondary);
}

.lawyer .lawyer-texts {
    position: relative;
    z-index: 2;
}

.lawyer {
    position: relative;
    overflow: hidden;
}

.lawyer:before {
    position: absolute;
    bottom: 0;
    width: 68%;
    top: 0;
    content: '';
    display: block;
    z-index: 2;
}

.lawyer:nth-of-type(2n):before {
    right: 0;
    background: url("../images/lawyer2Apla.png") no-repeat left top /cover;
}

.lawyer:nth-of-type(2n+1):before {
    left: 0;
    background: url("../images/lawyer1Apla.png") no-repeat right top /cover;
}

.lawyer-contact {
    height: 146px;
    color: #fff;
    padding: 17px 0;
    position: relative;
    background: var(--color-secondary);
    z-index: 20;
    text-align: left;
    font-size: 0;
}

.lawyer:nth-of-type(2n) .lawyer-contact {
    text-align: right;
}

.lawyer-contact:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    content: '';
    display: block;
    z-index: -1;
    background: var(--color-secondary);
}

.lawyer-contact:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    display: block;
    z-index: -1;
    background: var(--color-secondary);
}

.lawyer:nth-of-type(2n+1) .lawyer-contact:before {
    width: 200px;
}

.lawyer:nth-of-type(2n+1) .lawyer-contact:after {
    -webkit-transform: skew(-26deg);
    -moz-transform: skew(-26deg);
    -ms-transform: skew(-26deg);
    -o-transform: skew(-26deg);
    transform: skew(-26deg);
    width: 180px;
    margin-left: -100px;
}

.lawyer:nth-of-type(2n) .lawyer-contact:after {
    width: 200px;
}

.lawyer:nth-of-type(2n) .lawyer-contact:before {
    -webkit-transform: skew(26deg);
    -moz-transform: skew(26deg);
    -ms-transform: skew(26deg);
    -o-transform: skew(26deg);
    transform: skew(26deg);
    width: 180px;
    margin-right: -100px;
}

/*.lawyer-1 {*/
/*    background-image: url("../images/o2.jpg");*/
/*    background-position: right 1.6% bottom 6%;*/
/*}*/

/*.lawyer-2 {*/
/*    background-image: url("../images/o3.jpg");*/
/*    background-position: left 1.7% bottom 6%;*/
/*}*/

.service-box .more-btn {
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.service-box a:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    /*background: -moz-linear-gradient(0deg, rgba(13, 28, 50, 1) 0%, rgba(26, 45, 71, 1) 100%); !* ff3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(13, 28, 50, 1)), color-stop(100%, rgba(26, 45, 71, 1))); !* safari4+,chrome *!*/
    /*background: -webkit-linear-gradient(0deg, rgba(13, 28, 50, 1) 0%, rgba(26, 45, 71, 1) 100%); !* safari5.1+,chrome10+ *!*/
    /*background: -o-linear-gradient(0deg, rgba(13, 28, 50, 1) 0%, rgba(26, 45, 71, 1) 100%); !* opera 11.10+ *!*/
    /*background: -ms-linear-gradient(0deg, rgba(13, 28, 50, 1) 0%, rgba(26, 45, 71, 1) 100%); !* ie10+ *!*/
    /*background: linear-gradient(90deg, rgba(13, 28, 50, 1) 0%, rgba(26, 45, 71, 1) 100%); !* w3c *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d1c32', endColorstr='#1a2d47', GradientType=1); !* ie6-9 *!*/
    background: -moz-linear-gradient(90deg, #2A3D68 0%, #2F4473 100%);
    background: -webkit-linear-gradient(90deg, #2A3D68 0%, #2F4473 100%);
    background: -o-linear-gradient(90deg, #2A3D68 0%, #2F4473 100%);
    background: -ms-linear-gradient(90deg, #2A3D68 0%, #2F4473 100%);
    background: linear-gradient(90deg, #2A3D68 0%, #2F4473 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A3D68', endColorstr='#2F4473', GradientType=1);
}

.service-box a > div {
    position: relative;
    z-index: 2;
}

.service-box a {
    position: relative;
    display: block;
    width: 100%;
    background: url("../images/serviceApla.jpg") no-repeat right center #a1a1a1;
    background-size: auto 100%;
    padding: 14px 0 12px 7.4%;
}

.services-list ul {
    margin: 0 -5px;
}

.services-list li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.services-list {
    font-size: 0;
    text-align: left;
}

.section-header {
    padding: 76px 0 85px;
}

.section-header .text {
    padding-top: 8px;
    max-width: 970px;
    overflow: hidden;
}

.section-header h2 {
    float: left;
    padding-right: 8.7%;
    font-size: 60px;
    letter-spacing: 0;
    font-weight: 900;
    color: var(--color-secondary);
    line-height: 70px;
}

.services-texts {
    width: calc(100% - 320px);
    min-width: 54%;
    display: inline-block;
    padding-top: 12px;
    vertical-align: middle;
}

.services-icon .s-icon img {
    display: block;
    max-width: 100%;
}

.services-icon {
    vertical-align: middle;
    display: inline-block;
    width: 46%;
    height: 320px;
    max-width: 320px;
}

.services-texts .text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    max-width: 450px;
}

.services-texts .title2 {
    font-weight: 900;
}

.services-texts .title * {
    display: block;
}

.services-texts .title {
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 300;
    padding-bottom: 34px;
}

.section-footer {
    text-align: center;
    padding: 46px 0;
}

.footer-top {
    padding: 63px 0 42px;
    font-size: 0;
    background: url("../images/footer.webp") no-repeat center center /cover;
    position: relative;
    z-index: 0;
}

.footer-top:after {
    position: absolute;
    content: "";
    background-color: var(--color-secondary);
    opacity: .4;
    z-index: -1;
    inset: 0;
}

.footer-boxes {
    display: inline-block;
    vertical-align: middle;
    font-size: initial;
    width: calc(100% - 174px);
}

.footer-logo {
    display: inline-block;
    vertical-align: middle;
    font-size: initial;
    width: 174px;
}

.footer-box {
    float: left;
    width: 33.3333%;
    padding-right: 10px;
}

.footer-box .text strong {
    font-weight: 900;
}

.footer-tails {
    overflow: hidden;
    width: 100%;
    padding-top: 12px;
}

.footer-tail .icon {
    width: 66px;
    height: 66px;
}

.footer-tail svg {
    fill: #fff;
}

.footer-tail {
    padding: 4px 44px 4px 4px;
    display: inline-block;
    max-width: 100%;
    width: 294px;
    border: 1px solid var(--color-secondary);
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: 0.05em;
    background: url("../images/arrow-tail.png") no-repeat right 18px center var(--color-secondary);
}

.footer-box .text a[href^="mailto:"]:before {
    display: inline-block;
    width: 23px;
    height: 24px;
    vertical-align: middle;
    content: '';
    background: url("../images/mail.png") no-repeat left center transparent;
}

.footer-box .text a[href^="tel:"]:before {
    display: inline-block;
    width: 18px;
    height: 24px;
    vertical-align: middle;
    content: '';
    background: url("../images/mobile.png") no-repeat left center transparent;
}

.footer-box:first-of-type .text a[href^="tel:"]:before {
    width: 23px;
    background: url("../images/phone.png") no-repeat left center transparent;
}

.footer-box .text a {
    display: block;
    color: #fff;
}

.footer-box .text {
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
}

.social-list,
.social-label {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.social-list {
    margin-left: -10px;
}

.tail-social {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--color-secondary);
    padding: 10px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: 900;
    display: inline-block;
    max-width: 100%;
    width: 294px;
}

.footer-bottom a,
.footer-bottom {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
}

.footer-bottom .container > * {
    display: inline-block;
    vertical-align: top;
}

.footer-bottom {
    background: var(--color-secondary);
    padding: 11px 0;
}

.footer-bottom li {
    float: left;
    padding-right: 15px;
}

.copyright-right {
    float: right;
    padding-right: 30px;
}

.copyright-undicom {
    float: right;
    color: #fff;
}

.footer-bottom .copyright-undicom a:hover {
    text-decoration: none;
}

.publications-list {
    overflow: hidden;
}

.text-page-content {
    padding-top: 30px;
}

.publications-list-wrapper {
    padding: 40px 0 20px;
}

.publications-list ul {
    font-size: 0;
    margin: -30px -34px;
    overflow: hidden;
}

.publications-list li:nth-of-type(2) ~ li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.publications-list li:nth-of-type(2n+1) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.publications-list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 34px 34px 32px;
    position: relative;
}

.publications-more {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 0;
    right: 0;
    text-align: center;
}

.publications-absolute {
    display: inline-block;
    text-align: left;
}

.publication-texts {
    width: calc(100% - 160px);
    display: inline-block;
    vertical-align: top;
    padding-left: 32px;
}

.publication-image img {
    display: block;
    max-width: 100%;
}

.publication-image {
    width: 160px;
    padding-top: 5px;
    display: inline-block;
    vertical-align: top;
}

.publication-texts .title {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: var(--color-secondary);
    text-transform: uppercase;
    padding-bottom: 24px;
}

.publication-texts .text {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: var(--color-secondary);
}

.author-fixed img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 150px);
}

.author-fixed {
    position: fixed;
    width: 27%;
    bottom: 0;
    right: 0;
    max-width: 460px;
}

.publications-author {
    float: right;
    width: 27%;
    min-height: 100px;
}

.subpage #content {
    overflow: hidden;
    position: relative;
}

.publications-container:before {
    display: none;
}

.publications-container .article {
    overflow: hidden;
}

.publications-container {
    clear: none;
    overflow: visible;
}

.publications-more .line1 {
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 300;
    color: var(--color-secondary);
}

.publications-more .line2 {
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 900;
    color: var(--color-secondary);
}

.contact-boxes {
    font-size: 0;
}

.tail-contact {
    clear: both;
    display: block;
    width: 100%;
}

.contact-boxes .footer-box .text a,
.contact-boxes .footer-box .text {
    color: var(--color-secondary);
}

.contact-boxes .footer-box:first-of-type {
    width: 38%;
}

.contact-boxes .footer-box:nth-of-type(2) {
    width: 37.5%;
}

.contact-boxes .footer-box:nth-of-type(3) {
    width: 24.5%;
}

.tail-contact .social-label {
    padding-left: 0;
    font-size: 15px;
    font-weight: bold;
    color: var(--color-secondary);
}

.tail-contact {
    padding-top: 36px;
    padding-bottom: 25px;
}

.contact-boxes .footer-box .text a[href^="tel:"]:before {
    background-image: url("../images/mobileDark.jpg");
}

.contact-boxes .footer-box:first-of-type .text a[href^="tel:"]:before {
    background-image: url("../images/phoneDark.jpg");
}

.contact-boxes .footer-box .text a[href^="mailto:"]:before {
    background-image: url("../images/mailDark.jpg");
}

.contact-form-title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.contact-form-section {
    padding: 50px 0 33px;
    margin-top: 10px;
    background: url("../images/formBg.jpg") no-repeat center center /cover;
    position: relative;
    z-index: 0;
}

.contact-form-section:after {
    position: absolute;
    content: '';
    inset: 0;
    background-color: var(--color-secondary);
    opacity: 0.4;
    z-index: -1;
}

.contact-form .row {
    margin: 0 -5px;
}

.contact-form .row > * {
    padding-left: 5px;
    padding-right: 5px;
}

.contact-form {
    padding: 44px 0 0;
}

.form-element-name {
    font-size: 16px;
    letter-spacing: 0;
    color: #fff;
    font-weight: bold;
}

.form-send-button {
    padding-top: 40px;
    overflow: hidden;
}

.contact-form .before-consent-row,
.contact-form .after-consent-row {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
    padding: 5px 0;
}

.form .checkboxradio-container label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
}

.form .checkboxradio-container [class^="icheckbox"], .form .checkboxradio-container [class^="iradio"] {
    margin-top: 3px;
}

.contact-map {
    height: 558px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1140px) {
    .contact-boxes .social-list > ul > li > a:hover {
        border-color: var(--color-secondary);
    }

    .social-list > ul > li > a:hover {
        border-color: #fff;
    }

    .publication-box:hover .title {
        /*text-decoration: underline;*/
    }

    .footer-tail:hover {
        color: #fff;
        border-color: #fff;
    }

    .footer-bottom a:hover,
    .footer-box .text a:hover {
        text-decoration: underline;
    }

    .service-box a:hover .more-btn {
        height: 100px;
        padding-top: 40px;
        padding-bottom: 15px;
        opacity: 1;
    }

    .service-box a:hover:before {
        opacity: 0;
    }

    .lawyer-publications a:hover img {
        opacity: 0.8;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

    .lawyer-phone a:hover,
    .about-phone a:hover,
    .about-mail a:hover,
    .buttons-here button:hover {
        color: #bab9b4;
    }

    .btn-white:hover svg {
        fill: #d6d5d2;
    }

    .btn-white:hover {
        color: #d6d5d2;
        background: var(--color-secondary);
        border-color: #d6d5d2;
    }

    .btn-dark:hover svg {
        fill: var(--color-secondary);
    }

    .btn-dark:hover {
        color: var(--color-secondary);
        background: transparent;
        border-color: var(--color-secondary);
    }

    .hover-mask:hover {
        opacity: 0.8;
    }

    .header-phone-link:hover span,
    #main-menu a:hover {
        color: #acacac;
    }
}

/*
    Tabela w klasie .text
*/
.text table {
    margin: 30px 0;
}

.text table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.text table td {
    padding: 12px 12px;
    border: 1px solid #ddd;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    right: 0;
}

#content {
    padding-top: 102px;
}

header .container {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.about-image p:nth-of-type(1) {
    font-weight: 900;
    font-size: 59px;
}

.about-image p:nth-of-type(2) {
    font-size: 59px;
    font-weight: 300;

}

.about-image p:nth-of-type(3) {
    font-weight: 900;
    font-size: 178px;
    line-height: 180px;
}

.about-image p:nth-of-type(4) {
    color: #919191;
    font-size: 74px;
    font-weight: 300;
}

.about-image p {
    color: var(--color-secondary);
    line-height: 1.1em;
    letter-spacing: 0;
    text-align: right;
}

.about-image {
    padding-right: 3vw;
}

.logo a h3 {
    font-size: 21px;
    margin-bottom: 5px;
}

.logo a {
    font-size: 12px;
    display: block;
}

.logo {
    /*padding: 10px 0;*/
}

.bottom-text {
    margin-top: -5px;
    background-color: #efefef;
    padding: 50px 0;
}

.bottom-text-inner.columns {
    display: flex;
    gap: 50px;
}

.bottom-text-inner.columns > div {
    width: 50%;
}

.page-header {
    margin: 40px 0;
    padding: 0;
    border: none;
}

.categories-list-wrapper ul li.active > a,
.categories-list-wrapper ul a:hover {
    background-color: var(--color-secondary);
    color: #fff;
}

.categories-list-wrapper ul a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms;
    padding: 5px 10px;
    min-height: 46px;
    min-width: 171px;
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
}
.row-flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.categories-list-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 15px;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.news-box:nth-child(n + 3) {
    margin-top: -1px;
}

.news-box:nth-child(2n + 2) {
    margin-left: -1px;
}

.news-box {

    border: 1px solid #e0e0e0;
    width: 25%;
    flex-direction: column;
    display: flex;
    padding: 25px;
    gap: 25px;
    color: var(--color-secondary);
    align-items: flex-start;
}

.news-box:hover {
    color: #fff;
    background-color: var(--color-secondary);
}

.news-box-thumb img {
    max-width: 100%;
    flex-grow: 1;
    display: block;
}

.news-box-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    flex-grow: 1;
}


.news-box-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.news-date {
    margin-bottom: 5px;
    font-size: 12px;
}

.news-view-date {
    font-size: 16px;
    display: block;
    margin-top: -0.1em;
    font-weight: 700;
    margin-bottom: 15px;
}

.h2.article-h2 {
    font-size: 30px;
    margin-bottom: 5px;
    letter-spacing: 0;
    font-weight: 900;
    color: var(--color-secondary);
}

.news-box-text.text {
    color: inherit;
    line-height: 1.5;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.news-box:hover:focus{
    color: #fff;
}
.news-box:focus{
    color: var(--color-secondary);
}
.news-box-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    width: 100%;
}

.news-image img {
    max-width: 100%;
    display: block;
}

.news-image {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    max-width: 30%;
}
.news-view-text:after{
    display: table;
    content: " ";
    clear: both;
}
.gallery + .row-flex-center{
    margin: 40px 0 40px;

}
.row-flex-center{
    margin: 20px 0 40px;
}

.main-slide-inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.main-slide-texts {
    position: relative;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    left: unset;
    top: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    width: 52.5%;
}

.main-slider-section .main-slide {
    height: unset;
    min-height: unset;
}

.main-slide-inner {
    min-height: calc(100vh - 127px);
}

.main-slide-images {
    width: 100%;
    position: absolute;
    inset: 0;
}

.main-slider-icon {
    height: 100%;
}

.logo {
    float: unset;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.about-caption {
    color: var(--color-secondary);
}

.about-phone a {
    color: var(--color-secondary);
}

.about-mail a {
    color: var(--color-secondary);
}

.about-phone {
    filter: var(--color-secondary-filter);
}

.about-image {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 30px;
    justify-content: space-evenly;
}

.main-about-us-inner {
    display: flex;
}

.about-image p {
    text-align: left;
}

.lawyer-inner {
    display: flex;
}

.lawyer-texts {
    display: flex;
    flex-direction: column;
}

.lawyer-contact {
    margin-top: auto;
}

.lawyer-img {
    height: 100%;
    position: relative;
    z-index: 2;
}

.lawyer-img img {
    display: inline-block;
    max-width: 100%;
}

.lawyer-label {
    max-width: 700px;
    line-height: 0.9em;
}

.services .section-header h2 {
    float: unset !important;
}

.services .section-header {
    padding: 32px 0 27px;
}

.services .section-header h1 {
    font-size: 60px;
    font-weight: 900;
    color: var(--color-secondary);
    line-height: 70px;
}

.services-list {
    padding-bottom: 5px;
}

.contact-form-section {
    margin: 0;
}

.article {
    padding: 0;
    margin: 30px 0;
}

.article > .h1 {
    margin: 0;
    margin-bottom: 30px;
}

.article-content {
    padding-top: 0;
}

.article .tail-contact {
    padding: 0;
    padding-top: 30px;
}

.gallery {
    padding-bottom: 10px;
}

.lawyer:nth-child(odd) .lawyer-img {
    display: flex;
    justify-content: flex-start;
    align-items: self-end;
}

.lawyer:nth-child(even) .lawyer-img {
    display: flex;
    justify-content: flex-end;
    align-items: self-end;
}

.text a {
    color: var(--color-primary);
}

@media screen and (min-width: 1140px) {
    .text a:hover {
        text-decoration: underline;
    }
}

.service-box .services-icon .s-icon {
    filter: var(--color-primary-filter);
}

.about-texts > .about-contact {
    display: none;
}

.header-phone-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
}

.header-phone-wrapper .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 40px;
}

.header-phone-wrapper .icon svg {
    display: block;
    max-width: 100%;
}
