html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    max-width: 2560px;
    position: relative;
    margin: 0 auto;
}

body p {
    line-height: 22px;
}

.clr {
    clear: both;
}

a {
    text-decoration: none;
}

#page {
    width: calc(100% - 100px);
    padding: 50px;
}

#page a {
    color: #3f6160;
    transition: 200ms ease-in-out;
    font-weight: 500;
}

#page a:hover {
    color: #3f6160;
    transition: 200ms ease-in-out;
    font-weight: 500;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

a.page-button {
    display: block;
    padding: 15px 20px;
    border-radius: 30px;
    background: #3f6160;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 200ms ease-in-out;
    text-decoration: none;
}

a.page-button:hover {
    background: #2A334E;
}

.title h1 {
    font-size: 44px;
    color: #2A334E;
    margin: 0;
}

.title h2 {
    font-size: 36px;
    color: #2A334E;
}

.subtitle h3 {
    font-size: 26px;
    color: #2A334E;
}

.description p {
    font-size: 16px;
    font-weight: 500;
    color: #6E737D;
}

#page404 {
    background: #EDF7F6;
    width: calc(100% - 30px);
    height: 100vh;
    position: relative;
    padding: 0 15px;
}

#page404 .content-page404 {
    position: absolute;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

#page404 .content-page404 .error {
    width: 230px;
    margin: 0 auto;
}

#page404 .content-page404 .error h1 {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-size: 100px;
    color: #2a334e;
}

#page404 .content-page404 .error .icon {
    width: 85px;
    height: auto;
    float: left;
    display: block;
}

#page404 .content-page404 .text h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

#page404 .content-page404 .text h2 span {
    text-transform: uppercase;
    color: #3f6160;
    font-weight: 700;
    font-size: 20px;
}

#page404 .content-page404 a.page-button {
    margin: 20px auto 0;
    max-width: 200px;
    color: #ffffff;
    text-align: center;
}

#header {
    width: 100%;
    height: 110px;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #E0DCD7;
    transition: 200ms ease-in-out;
}

#header.active {
    height: 500px;
}

#header .left-header {
    width: 330px;
    height: 110px;
    float: left;
}

#header .left-header a .logo {
    display: block;
    width: 250px;
    height: 70px;
    padding: 20px 50px;
    float: left;
    position: relative;
}

#header .left-header a .logo svg {
    width: auto;
    height: 100%;
}

#header .left-header a .logo img {
    width: auto;
    height: 70px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

#header .right-header {
    width: calc(100% - 330px);
    height: 110px;
    float: right;
}

#header .right-header .menu-header {
    float: right;
    height: 110px;
}

#header .right-header .menu-header-container {
    max-width: 800px;
    margin: 0 !important;
    float: left;
}

#header .right-header .menu-header ul {
    margin: 0;
    padding: 50px 0;
    list-style: none;
    text-decoration: none;
    height: 110px;
}

#header .right-header .menu-header ul>li {
    border-right: 1px solid #DEE0E3;
    float: left;
    padding: 0 20px;
}

#header .right-header .menu-header ul>li:last-child {
    border-right: none;
}

#header .right-header .menu-header ul>li a {
    color: #2A334E;
    font-size: 16px;
    font-weight: 600;
    transition: 200ms ease-in-out;
}

#header .right-header .menu-header ul>li a:hover,
#header .right-header .menu-header ul>li.current-menu-item a {
    color: #FF3366;
}

#header .right-header .menu-header .telephone {
    width: 250px;
    height: 110px;
    float: left;
}

#header .right-header .menu-header .telephone .svg-phone {
    width: 60px;
    height: 60px;
    position: relative;
    float: left;
    padding: 20px;
}

#header .right-header .menu-header .telephone .svg-phone svg {
    width: 50px;
    height: 50px;
    padding: 10px;
    fill: #3f6160;
    transition: 200ms ease-in-out;
}

#header .right-header .menu-header .telephone:hover .svg-phone svg {
    fill: #3f6160;
}

#header .right-header .menu-header .telephone .phone-number {
    padding: 50px 0;
}

#header .right-header .menu-header .telephone .phone-number a {
    color: #2A334E;
    font-size: 15px;
    font-weight: 600;
    transition: 200ms ease-in-out;
    cursor: pointer;
}

#header .right-header .menu-header .telephone:hover .phone-number a,
#header .right-header .menu-header .telephone .phone-number a:hover {
    color: #FF3366;
}

#header .right-header .menu-header .header-button {
    float: left;
    padding: 50px;
}

#header .right-header .menu-header .header-button a.page-button {
    color: #ffffff;
    bottom: 15px;
    position: relative;
}

#header .hamburger {
    display: none;
    width: 30px;
    height: 40px;
    cursor: pointer;
    position: relative;
    right: 40px;
    top: 60px;
    float: right;
}

#header .hamburger .hamburger-line {
    width: 30px;
    height: 3px;
    background: #3f6160;
    margin: 5px 0;
}


#slider {
    width: calc(100% - 100px);
    height: 700px;
    padding: 50px;
    position: relative;
    background: #EDF7F6;
}

#slider .slider-left {
    position: relative;
    width: 500px;
    padding: 100px 0px;
    float: left;
}

#slider .slider-left .title h2 {
    padding: 0px 100px 0 0;
}

#slider .slider-left .description {
    margin: 50px 0;
}

#slider .slider-left .slider-buttons {
    padding: 50px 0;
}

#slider .slider-left .slider-buttons a.page-button {
    float: left;
    margin: 0 10px;
    width: 200px;
    padding: 15px 20px;
    font-size: 15px;
    text-align: center;
}

#slider .slider-left .slider-buttons a#kontakt.page-button {
    color: #ffffff;
    margin-left: 0;
    border: 1px solid transparent;
}

#slider .slider-left .slider-buttons a#drugi-przycisk.page-button {
    color: #3f6160;
    background: transparent;
    border: 1px solid #9F9FA6;
}

#slider .slider-right {
    position: relative;
    width: calc(100% - 500px);
    height: auto;
    float: right;
}

#slider .slider-right .slider-photo {
    position: relative;
    width: auto;
    height: 700px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 0 0 250px;
}

#slider .slider-right .slider-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about-company {
    width: calc(100% - 100px);
    height: 700px;
    padding: 50px;
    position: relative;
}

#about-company .about-company-div {
    position: relative;
    width: 100%;
    height: 600px;
}

#about-company .about-company-left {
    position: relative;
    width: 550px;
    height: 600px;
    padding: 0 30px;
    float: left;
}

#about-company .about-company-left .about-company-photo {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    -webkit-box-shadow: 40px 30px 61px -30px rgba(155, 160, 172, 1);
    -moz-box-shadow: 40px 30px 61px -30px rgba(155, 160, 172, 1);
    box-shadow: 40px 30px 61px -30px rgba(155, 160, 172, 1);
}

#about-company .about-company-left .about-company-photo img,
#about-company .about-company-left .about-company-photo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about-company .about-company-right {
    position: relative;
    width: calc(100% - 950px);
    height: 600px;
    padding: 0 50px 0 260px;
    float: left;
}

#about-company .about-company-right .subtitle,
#about-company .about-company-right .description {
    padding: 0 150px 0 0;
    margin: 35px 0 0 0;
}

#about-company .about-company-right .about-company-right-button {
    position: absolute;
    bottom: 0;
}

#about-company .about-company-right .about-company-right-button a.page-button {
    width: 200px;
    padding: 15px 20px;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
}

#why-us {
    width: calc(100% - 100px);
    height: 650px;
    padding: 50px;
    position: relative;
}

#why-us .why-us-left {
    position: relative;
    width: calc(600px - 60px);
    height: 600px;
    padding: 0 30px;
    float: left;
}

#why-us .why-us-left .subtitle,
#why-us .why-us-left .description {
    padding: 0 150px 0 0;
}

#why-us .why-us-right {
    position: relative;
    width: calc(100% - 600px);
    float: left;
    padding: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

#why-us .why-us-right .feature {
    position: relative;
    width: calc(100%/2 - 20px);
    background: #EDF7F6;
    float: left;
    margin: 0 10px 75px 10px;
    transition: 200ms ease-in-out;
    display: flex;
    flex-direction: column;
}

#why-us .why-us-right .feature .photo-feature {
    position: relative;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: #ffffff;
    margin: 0 !important;
}

#why-us .why-us-right .feature .photo-feature svg {
    width: 75px;
    height: 75px;
    position: absolute;
    padding: 10px;
    fill: #3f6160 !important;
    transition: 200ms ease-in-out;
}

#why-us .why-us-right .feature .subtitle h2 {
    font-size: 20px;
    padding: 0 70px;
    text-align: center;
    font-weight: 800;
    margin: 0;
    bottom: 40px;
    position: relative;
}

#why-us .why-us-right .feature .description p {
    text-align: center;
    position: relative;
    bottom: 40px;
    padding: 0 25px;
}

#opinions {
    width: calc(100% - 100px);
    height: auto;
    min-height: 650px;
    margin: 50px;
    position: relative;
    background: #EDF7F6;
    display: flex;
}

#opinions .opinions-left,
#opinions .opinions-right {
    height: auto;
    min-height: 500px;
    width: calc(100% / 2);
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

#opinions .opinions-left ul.slick-initialized.slick-slider {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    max-width: 100%;
}

#opinions .opinions-left ul.slick-initialized.slick-slider .slick-list {
    min-height: 250px;
    height: auto;
}

#opinions .opinions-right .slider-arrows {
    position: relative;
    display: flex;
    gap: 0 15px;
}

#opinions .opinions-right .slider-arrows .prev,
#opinions .opinions-right .slider-arrows .next {
    width: 50px;
    height: 50px;
}

#opinions .opinions-right .slider-arrows .prev i.fa-solid.fa-arrow-left-long,
#opinions .opinions-right .slider-arrows .next i.fa-solid.fa-arrow-right-long {
    z-index: 10;
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #9F9FA6;
    transition: 200ms ease-in-out;
    background: #ffffff;
}

#opinions .opinions-right .slider-arrows .prev i.fa-solid.fa-arrow-left-long:hover,
#opinions .opinions-right .slider-arrows .next i.fa-solid.fa-arrow-right-long:hover {
    background: #3f6160;
}

#opinions .opinions-right .slider-arrows .prev i.fa-solid.fa-arrow-left-long::before,
#opinions .opinions-right .slider-arrows .next i.fa-solid.fa-arrow-right-long::before {
    padding: 0 14px;
    color: #3f6160;
    font-size: 22px;
    position: absolute;
    top: 14px;
}

#opinions .opinions-right .slider-arrows .prev i.fa-solid.fa-arrow-left-long:hover::before,
#opinions .opinions-right .slider-arrows .next i.fa-solid.fa-arrow-right-long:hover::before {
    color: #ffffff;
}

#opinions .opinions-left ul.slick-initialized.slick-slider .slick-slide {
    position: relative;
    top: 75px;
}

#opinions .opinions-left ul.slick-initialized.slick-slider .slick-slide .opinion {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
    background: #ffffff;
    padding: 20px;
    min-height: 225px;
}

#opinions .opinions-left ul.slick-initialized.slick-slider .slick-slide .opinion .top {
    justify-content: start;
    display: flex;
    gap: 0 25px;
    max-height: 50px;
}

#opinions .opinions-left ul.slick-initialized.slick-slider .slick-slide .opinion .top .profile-pic {
    position: relative;
    top: -75px;
}

#opinions .opinions-left ul.slick-initialized.slick-slider .slick-slide .opinion .top .profile-pic img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

#opinions .opinions-left ul.slick-initialized.slick-slider .slick-slide .opinion .top .person-data {
    display: flex;
    flex-direction: column;
    align-items: start;
}

#opinions .opinions-left ul.slick-initialized.slick-slider .slick-slide .opinion .top .person-data .name-surname h3 {
    margin: 10px 0;
}

#opinions .opinions-left ul.slick-initialized.slick-slider .slick-slide .opinion .top .person-data .company-name h5 {
    margin: 0;
}

#opinions .opinions-right {
    flex-direction: column;
    align-items: start;
}

#offer {
    width: calc(100% - 100px);
    padding: 50px;
    position: relative;

    display: flex;
    flex-direction: column;
    gap: 25px;
}

#offer .top {
    position: relative;
    top: 0;
    text-align: center;
}

#offer .top .title h2 {
    margin: 0;
    padding: 0;
}

#offer .top .description {
    padding: 0 330px;
}

#offer .offers ul.slick-slider .slick-list {
    width: calc(100% + 10px);
    margin: 0 -6px;
}

#offer .offers ul.slick-slider,
#offer .offers ul.slick-slider .slick-list .slick-track li.slick-slide {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.slick-slide {
    height: unset !important;
    flex: 1;
}

#offer .offers ul.slick-slider .slick-list .slick-track li.slick-slide a {
    display: block;
}

#offer .offers ul.slick-slider .slick-list .slick-track li.slick-slide .box-offer {
    background: #EDF7F6;
    margin: 0 5px;
    width: calc(100% - 10px);
    transition: 200ms ease-in-out;
    display: flex;
    flex-direction: column;
}

#offer .offers ul.slick-slider .slick-list .slick-track li.slick-slide .box-offer a.box-offer-a {
    display: flex;
    flex-direction: column;
    height: calc(100% - 50px);
}

#offer .offers ul.slick-slider .slick-list .slick-track li.slick-slide .box-offer .photo {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

#offer .offers ul.slick-slider .slick-list .slick-track li.slick-slide .box-offer .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 200ms ease-in-out;
}

#offer .offers ul.slick-slider .slick-list .slick-track li.slick-slide:hover .box-offer .photo img {
    transform: scale(1.10);
}

#offer .offers ul.slick-slider .slick-list .slick-track li.slick-slide .box-offer .title {
    padding: 30px 40px 10px 40px;
    position: relative;
}

#offer .offers ul.slick-slider .slick-list .slick-track li.slick-slide .box-offer .title h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

#offer .offers ul.slick-slider .slick-list .slick-track li.slick-slide .box-offer .description {
    padding: 0 40px 10px 40px;
    position: relative;
}

#offer .offers ul.slick-slider .slick-list .slick-track li.slick-slide .box-offer .offer-button {
    position: relative;
    margin-left: 20px;
    max-width: 200px;
    transition: 200ms ease-in-out;
    height: 50px;
    margin-bottom: 20px;
}

#offer .offers ul.slick-slider .slick-list .slick-track li.slick-slide .box-offer .offer-button a.page-button {
    border: 1px solid #6E737D;
    background: transparent;
    color: #3f6160;
    padding: 15px 50px;
}

#offer .offers ul.slick-slider .slick-list .slick-track li.slick-slide .box-offer:hover .offer-button a.page-button {
    background: #3f6160;
    color: #ffffff;
    border: transparent;
}

#offer .offer-button-main {
    max-width: 250px;
    margin: 0 auto;
    padding: 40px 0 40px 0;
}

#offer .offer-button-main a.page-button {
    text-align: center;
    background: #3f6160;
    color: #ffffff;
}

#offer .offers ul.slick-slider i.fa-solid.fa-arrow-left-long.slick-arrow,
#offer .offers ul.slick-slider i.fa-solid.fa-arrow-right-long.slick-arrow {
    z-index: 10;
    position: absolute;
    display: block;
    float: right;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #9F9FA6;
    transition: 200ms ease-in-out;
}

#offer .offers ul.slick-slider i.fa-solid.fa-arrow-left-long.slick-arrow:hover,
#offer .offers ul.slick-slider i.fa-solid.fa-arrow-right-long.slick-arrow:hover {
    background: #3f6160;
}

#offer .offers ul.slick-slider i.fa-solid.fa-arrow-left-long.slick-arrow::before,
#offer .offers ul.slick-slider i.fa-solid.fa-arrow-right-long.slick-arrow::before {
    padding: 0 14px;
    color: #3f6160;
    font-size: 22px;
    position: absolute;
    top: 14px;
}

#offer .offers ul.slick-slider i.fa-solid.fa-arrow-left-long.slick-arrow:hover::before,
#offer .offers ul.slick-slider i.fa-solid.fa-arrow-right-long.slick-arrow:hover::before {
    color: #ffffff;
}

#offer .offers ul.slick-slider i.fa-solid.fa-arrow-left-long.slick-arrow {
    top: 50%;
    left: -25px;
}

#offer .offers ul.slick-slider i.fa-solid.fa-arrow-right-long.slick-arrow {
    top: 50%;
    right: -25px;
}

#gallery {
    width: calc(100% - 100px);
    height: auto;
    padding: 50px;
    position: relative;
}

#gallery .title {
    text-align: center;
}

#gallery .gallery-wp {
    width: calc(100% + 20px);
    height: 100%;
    position: relative;
    margin: 0 -10px;
}

#gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#gallery ul>li {
    width: calc((100% / 4) - 20px);
    margin: 10px;
    position: relative;
    height: 400px;
    overflow: hidden;
    display: block;
    float: left;
}

#gallery ul>li img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
    width: auto;
    height: 450px;
}

#contact {
    width: calc(100% - 100px);
    padding: 50px;
    position: relative;
}

#contact .title {
    text-align: center;
}

#contact .title h2 {
    margin: 0;
    padding: 0;
}

#contact .contact-left {
    position: relative;
    width: 700px;
    height: 250px;
    float: left;
    padding: 50px 0 20px 0;
    display: none;
}

#contact .contact-left p {
    font-weight: 600;
}

#contact .contact-left .company-data {
    float: left;
}

#contact .contact-left .company-contact {
    float: right;
}

#contact .contact-left .company-contact .svg {
    float: left;
    width: 40px;
    height: 40px;
}

#contact .contact-left .company-contact .svg svg {
    fill: #000000;
    transition: 200ms ease-in-out;
}

/*
#contact .contact-left .company-contact .contact:hover .svg svg {
    fill: #00AAC6;
}
*/

#contact .contact-left .company-contact .contact {
    margin: 20px 0;
}

#contact .contact-left .company-contact .contact-data {
    float: left;
    padding: 15px;
}

#contact .contact-left .company-contact .contact-data a {
    color: #000000;
    font-weight: 600;
    transition: 200ms ease-in-out;
}

#contact .contact-left .company-contact .contact:hover .contact-data a {
    color: #f39732;
}

#contact .contact-right {
    width: calc(100% - 700px);
    height: 250px;
    float: left;
    padding: 50px 0 20px 0;
    display: none;
}

#contact .contact-right .mapa {
    position: relative;
    width: calc(100% - 150px);
    height: 200px;
    margin-left: 150px;
    overflow: hidden;
}

#contact .contact-right .mapa #map {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

#contact .contact-form {
    width: calc(100% - 80px);
    height: 250px;
    position: relative;
    background: #EDF7F6;
    padding: 40px 40px 80px 40px;
    margin-top: 50px;
}

#contact span.wpcf7-not-valid-tip {
    color: #3f6160;
    font-size: 14px;
    text-align: center;
    padding: 5px 0 0 0;
    position: relative;
}

#contact .contact-form span.wpcf7-form-control-wrap[data-name="your-name"],
#contact .contact-form span.wpcf7-form-control-wrap[data-name="your-email"],
#contact .contact-form span.wpcf7-form-control-wrap[data-name="your-phone-number"],
#contact .contact-form span.wpcf7-form-control-wrap[data-name="your-subject"] {
    float: left;
    margin: 0 10px;
    width: calc((100% / 4) - 20px);
    display: block;
}

#contact .contact-form span.wpcf7-form-control-wrap[data-name="your-message"] {
    margin: 30px 10px;
    width: calc(100% - 20px);
    display: block;
}

#contact .contact-form span.wpcf7-form-control-wrap[data-name="your-message"] textarea {
    height: 7em;
}

#contact .contact-form span.wpcf7-form-control-wrap[data-name="your-name"] input,
#contact .contact-form span.wpcf7-form-control-wrap[data-name="your-email"] input,
#contact .contact-form span.wpcf7-form-control-wrap[data-name="your-phone-number"] input,
#contact .contact-form span.wpcf7-form-control-wrap[data-name="your-subject"] input,
#contact .contact-form span.wpcf7-form-control-wrap[data-name="your-message"] textarea {
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #DEE0E3;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    width: calc(100% - 30px);
    transition: 200ms ease-in-out;
    outline: none;
}

#contact .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    float: right;
    margin-right: 10px;
}

#contact .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit:disabled,
#contact .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover:disabled {
    background: #DEE0E3;
    cursor: not-allowed;
}

#contact .contact-form .wpcf7-spinner {
    background: #3f6160;
    top: 7px;
    display: none;
}

#contact .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #3f6160;
    font-family: 'Montserrat', sans-serif;
}

#contact .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 300px;
    background: #3f6160;
    border: none;
    padding: 15px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    transition: 200ms ease-in-out;
    cursor: pointer;
}

#contact .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #3f6160;
}

#contact span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
    position: relative;
    left: 12px;
}

#contact span.wpcf7-form-control-wrap[data-name="your-accept-box"] {
    float: left;
}

#contact input[name="your-accept-box"] {
    height: 20px;
    width: 20px;
    margin: 0;
    border-radius: 0;
    border-color: #6E737D;
    outline: none;
}

#contact input[name="your-accept-box"]:checked {
    background: #ffffff
}

#contact p.text-accept {
    float: left;
    position: relative;
    margin: 0;
    left: 20px;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 0 0 0;
    color: #6E737D;
    max-width: 700px;
}

#contact p.text-accept a {
    color: #3f6160;
    text-decoration: underline #3f6160;
}

#footer {
    width: calc(100% - 100px);
    height: 150px;
    position: relative;
    background: #3f6160;
    padding: 30px 50px 15px 50px;
}

#footer .top-footer {
    width: 100%;
    height: 100px;
    position: relative;
}

#footer .top-footer .top-left-footer {
    width: calc(100% - 200px);
    height: 50px;
    float: left;
}

#footer .top-footer .menu-footer-container {
    padding: 30px 0 0 0;
}

#footer .top-footer .top-left-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .top-footer .top-left-footer ul>li {
    float: left;
    padding: 0;
    padding: 0 30px;
    border-right: 1px solid #3F475F;
}

#footer .top-footer .top-left-footer ul>li:first-child {
    padding: 0 30px 0 0;
}

#footer .top-footer .top-left-footer ul>li:last-child {
    padding: 0 0 0 30px;
    border: none;
}

#footer .top-footer .top-left-footer ul>li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: 200ms ease-in-out;
}

#footer .top-footer .top-left-footer ul>li a:hover,
#footer .top-footer .top-left-footer ul>li.current-menu-item a {
    color: #EDF7F6;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#footer .top-footer .top-right-footer {
    width: 200px;
    height: 50px;
    float: right;
    display: flex;
    align-items: end;
    justify-content: end;
}

#footer .top-footer .top-right-footer .icon-social-footer {
    width: 40px;
    height: 40px;
    position: relative;
    float: right;
    margin-left: 10px;
}

#footer .top-footer .top-right-footer .icon-social-footer svg {
    width: 40px;
    height: 40px;
    fill: #ffffff !important;
    transition: 200ms ease-in-out;
}

#footer .top-footer .top-right-footer .icon-social-footer:hover svg {
    fill: #EDF7F6 !important;
}

#footer .bottom-footer {
    border-top: 1px solid #3F475F;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 20px;
}

#footer .bottom-footer .left {
    float: left;
}

#footer .bottom-footer .left span,
#footer .bottom-footer .right span {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 3px 0;
}

#footer .bottom-footer .right {
    float: right;
    width: 145px;
}

#footer .bottom-footer .right span {
    float: left;
}

#footer .bottom-footer .right a {
    display: block;
    float: right;
    width: 120px;
    height: auto;
}

#footer .bottom-footer .right a svg,
#footer .bottom-footer .right a svg .orange {
    fill: #ffffff;
    transition: 300ms;
}

#footer .bottom-footer .right a:hover svg .orange {
    fill: #EDF7F6;
}

#opinions2 {
    width: calc(100% - 100px);
    min-height: 650px;
    margin: 50px;
    background: #EDF7F6;
    display: flex;
    justify-content: space-around;
}

#opinions2 .opinions-left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#opinions2 .opinions-left ul {
    width: calc(100% - 200px);
    margin: 0;
    padding: 0;
    list-style: none;
}

#opinions2 .opinions-left ul li {
    width: 100%;
}

#opinions2 .opinions-left ul li .opinion {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 20px;
    position: relative;
    top: 50px;
    margin-bottom: 50px;
}

#opinions2 .opinions-left ul li .opinion .top {
    width: 100%;
    height: 75px;
    display: flex;
    gap: 25px;
}

#opinions2 .opinions-left ul li .opinion .top .profile-pic {
    display: flex;
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    bottom: 50px;
    overflow: hidden;
}

#opinions2 .opinions-left ul li .opinion .top .person-data .name-surname h3 {
    margin: 0;
}

#opinions2 .opinions-left ul li .opinion .top .person-data .company-name h5 {
    margin-top: 5px;
}

#opinions2 .opinions-right {
    width: calc(50% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#opinions2 .opinions-right .title {
    width: 100%;
    max-width: 700px;
}

#opinions2 .opinions-right .title h2 {
    margin-top: 0;
}

#opinions2 .opinions-right .subtitle {
    width: 100%;
    max-width: 700px;
}

#opinions2 .opinions-right .description {
    width: 100%;
    max-width: 700px;
}

#opinions2 .opinions-right .slider-arrows {
    position: relative;
    display: flex;
    gap: 0 15px;
}

#opinions2 .opinions-right .slider-arrows .prev,
#opinions2 .opinions-right .slider-arrows .next {
    width: 50px;
    height: 50px;
}

#opinions2 .opinions-right .slider-arrows .prev i.fa-solid.fa-arrow-left-long,
#opinions2 .opinions-right .slider-arrows .next i.fa-solid.fa-arrow-right-long {
    z-index: 10;
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #9F9FA6;
    transition: 200ms ease-in-out;
    background: #ffffff;
}

#opinions2 .opinions-right .slider-arrows .prev i.fa-solid.fa-arrow-left-long:hover,
#opinions2 .opinions-right .slider-arrows .next i.fa-solid.fa-arrow-right-long:hover {
    background: #3f6160;
}

#opinions2 .opinions-right .slider-arrows .prev i.fa-solid.fa-arrow-left-long::before,
#opinions2 .opinions-right .slider-arrows .next i.fa-solid.fa-arrow-right-long::before {
    padding: 0 14px;
    color: #3f6160;
    font-size: 22px;
    position: absolute;
    top: 14px;
}

#opinions2 .opinions-right .slider-arrows .prev i.fa-solid.fa-arrow-left-long:hover::before,
#opinions2 .opinions-right .slider-arrows .next i.fa-solid.fa-arrow-right-long:hover::before {
    color: #ffffff;
}

#about-company {
    width: calc(100% - 40px);
    height: auto;
    padding: 60px 20px;
    display: flex;
    background-color: #fff;
    z-index: 20;
    position: relative;
}

#about-company .content-about-company {
    display: flex;
}

#about-company .content-about-company .left {
    width: calc(50% - 100px);
    padding: 0 100px 0 0;
    display: flex;
    flex-direction: column;
    gap: 100px 0;
}

#about-company .content-about-company .left .title {
    width: 100%;
    position: relative;
}

#about-company .content-about-company .left .title span {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #2A334E;
    display: block;
    margin-bottom: 50px;
}

#about-company .content-about-company .left .title h2 {
    text-align: left;
    font-size: 38px;
    font-weight: 600;
    color: #2A334E;
}

#about-company .content-about-company .left .title h2 span {
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    color: #2A334E;
    display: block;
}

#about-company .content-about-company .left .title p {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #6E737D;
    line-height: 25px;
}

#about-company .content-about-company .left .button__container {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

#about-company .content-about-company .right {
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

#about-company .content-about-company .right .photo {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

#about-company .content-about-company .right .photo:nth-child(1) {
    grid-column: span 1;
    grid-row: span 2;
}

#about-company .content-about-company .right .photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#content-about-us {
    width: calc(100% - 40px);
    height: auto;
    padding: 0 20px 60px;
    display: flex;
    /* background: #191919; */
}

#content-about-us .text-photo-offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;
}

#content-about-us.first .text-photo-offer .text-offer {
    display: flex;
    width: calc(50% - 50px);
    padding: 0 0 0 50px;
    align-items: start;
    justify-content: center;
    gap: 64px;
}

#content-about-us.second .text-photo-offer .text-offer {
    display: flex;
    width: calc(50% - 50px);
    padding: 0 50px 0 0;
    align-items: end;
    justify-content: center;
    gap: 32px;
}

body.page-template-home-page #content-about-us .text-photo-offer .text-offer {
    width: 100%;
    padding: 0;
    align-items: center;
    gap: 10px;
}

#content-about-us .text-photo-offer.right .photo-offer {
    display: flex;
    width: calc(50% - 25px);
    padding: 0 25px 0 0;
    min-height: 500px;
}

body.page-template-home-page #content-about-us .text-photo-offer.right .photo-offer {
    width: 100%;
    padding: 0;
    max-width: 700px;
}

#content-about-us .text-photo-offer .text-offer {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 32px;
}

#content-about-us.first .text-photo-offer .text-offer .title-section h2 {
    text-align: left;
    font-size: 38px;
    font-weight: 600;
    color: #2A334E;
}

#content-about-us.second .text-photo-offer .text-offer .title-section h2 {
    text-align: left;
    font-size: 38px;
    font-weight: 600;
    color: #2A334E;
}

#content-about-us.first .text-photo-offer .text-offer .description p {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #6E737D;
    line-height: 25px;
}

#content-about-us.second .text-photo-offer .text-offer .description p {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #6E737D;
    line-height: 25px;
}

#content-about-us .text-photo-offer .text-offer .button__container {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
}

#content-about-us .text-photo-offer .photo-offer {
    height: 100%;
    position: relative;
    overflow: hidden;
}

#content-about-us .text-photo-offer .photo-offer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    display: block;
}

#offer__second {
    width: calc(100% - 40px);
    height: auto;
    padding: 0 20px 60px;
    display: flex;
    position: relative;
    z-index: 20;
    background: #fff;
}

#offer__second .title {
    width: 100%;
    position: relative;
}

#offer__second .title span {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #414a53;
    display: block;
    margin: 25px 0;
}

#offer__second .title h2 {
    text-align: left;
    font-size: 38px;
    font-weight: 600;
    color: #2A334E;
}

#offer__second .title p {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #6E737D;
    line-height: 25px;
}

#offer__second .offer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 50px;
}

#offer__second .offer-content .offer-box {
    display: flex;
    flex: 0 0 calc(33% - 60px);
    max-width: 33.33%;
    padding: 25px;
    flex-direction: column;
    border: 1px solid #2A334E;
}

#offer__second .offer-content .offer-box .icon-offer,
#offer__second .offer-content .offer-box .icon-offer img {
    width: 75px;
    height: 75px
}

#offer__second .offer-content .offer-box .icon-offer p {
    margin: 0
}

#offer__second .offer-content .offer-box .title-offer p {
    font-size: 24px;
    font-weight: 600;
    color: #2A334E;
    margin-bottom: 5px;
    line-height: 35px;
}

#offer__second .offer-content .offer-box .title-offer p span {
    display: block
}

#offer__second .offer-content .offer-box .description-offer p {
    font-size: 13px;
    font-weight: 500;
    color: #6E737D;
    line-height: 22px;
}

#contact-page.units {
    width: calc(100% - 40px);
    height: auto;
    padding: 30px 0;
    display: flex;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 20;
}

#contact-page.units .contact-content {
    display: flex;
    border: 1px solid #425a6e;
    width: 100%;
}

#contact-page.units .contact-content .left-contact {
    width: calc(45% - 50px);
    padding: 25px;
    display: flex;
    flex-direction: column;
    background: 0 0;
    gap: 25px 0
}

#contact-page.units .contact-content .left-contact .company-data {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
    width: 100%;
    padding: 0;
    background: 0 0
}

#contact-page.units .contact-content .left-contact .company-data .company-name h2 {
    font-size: 28px;
    font-weight: 500;
    color: #353a62;
    margin: 10px 0
}

#contact-page.units .contact-content .left-contact .company-data .adress-company {
    display: flex;
    flex-direction: column;
    gap: 10px 0
}

#contact-page.units .contact-content .left-contact .company-data .adress-company p {
    font-size: 16px;
    font-weight: 400;
    color: #6E737D;
    margin: 0
}

#contact-page.units .contact-content .left-contact .contact-company {
    display: flex;
    flex-direction: column;
    gap: 10px 0
}

#contact-page.units .contact-content .left-contact .contact-company .phone-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 10px
}

#contact-page.units .contact-content .left-contact .contact-company .phone-number .icon {
    width: 35px;
    height: 35px
}

#contact-page.units .contact-content .left-contact .contact-company .phone-number .icon p {
    margin: 0
}

#contact-page.units .contact-content .left-contact .contact-company .phone-number .icon svg {
    width: 35px;
    height: 35px;
    fill: #ffd570
}

#contact-page.units .contact-content .left-contact .contact-company .phone-number .data a {
    font-size: 14px;
    font-weight: 500;
    color: #353a62;
    text-decoration: none;
    transition: .4s ease-in-out
}

#contact-page.units .contact-content .left-contact .contact-company .phone-number:hover .data a {
    color: #FF3366;
}

#contact-page.units .contact-content .left-contact .contact-company .e-mail {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 10px
}

#contact-page.units .contact-content .left-contact .contact-company .e-mail .icon {
    width: 35px;
    height: 35px
}

#contact-page.units .contact-content .left-contact .contact-company .e-mail .icon p {
    margin: 0
}

#contact-page.units .contact-content .left-contact .contact-company .e-mail .icon svg {
    width: 35px;
    height: 35px
}

#contact-page.units .contact-content .left-contact .contact-company .e-mail .data a {
    font-size: 14px;
    font-weight: 500;
    color: #353a62;
    text-decoration: none;
    transition: .4s ease-in-out
}

#contact-page.units .contact-content .left-contact .contact-company .e-mail:hover .data a {
    color: #e94966
}

#contact-page.units .contact-content .left-contact .button-contact {
    max-width: 160px;
}

#contact-page.units .contact-content .left-contact .button-contact a.page-button {
    color: #fff;
}

#contact-page.units .contact-content .left-contact .socials-company {
    display: flex;
    gap: 0 15px
}

#contact-page.units .contact-content .left-contact .socials-company .social-media-icon {
    width: 25px;
    height: 25px
}

#contact-page.units .contact-content .left-contact .socials-company .social-media-icon svg {
    width: 25px;
    height: 25px;
    fill: #353a62;
    transition: .2s ease-in-out
}

#contact-page.units .contact-content .left-contact .socials-company .social-media-icon:hover svg {
    fill: #e94966
}

#contact-page.units .contact-content .right-contact {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: 0 0;
    padding: 0
}

#contact-page.units .contact-content .right-contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 400px;
}

#map-contact {
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-top: 0;
    border-bottom: 1px solid #ffcd00;
    border-left: 1px solid #ffcd00;
    border-right: 1px solid #ffcd00
}

body.page-template-units #map-contact {
    margin: 0 auto 60px
}

body.page-template-units #map-contact {
    width: calc(100% - 40px)
}

#map-contact #map {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

#team {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 25px 0;
    background: #EDF7F6;
    position: relative;
    z-index: 20;
}

#team .title {
    width: 100%;
    position: relative;
    text-align: center;
}

#team .title span {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #414a53;
    display: block;
    margin: 25px 0;
}

#team .title h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: #2A334E;
}

#team .title p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #6E737D;
    line-height: 25px;
}

.team-members {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.team-members .team-member.left {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 8px;
    gap: 16px;
    border-radius: 16px;
}

.team-members .team-member.right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    padding: 8px;
    gap: 16px;
    border-radius: 16px;
}

.team-members .team-member .photo {
    width: 30%;
    height: 70%;
    border-radius: 16px;
}

.team-members .team-member .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    object-position: center;
}

.team-members .team-member .content {
    display: flex;
    width: 70%;
    flex-direction: column;
    gap: 16px;
    padding: 32px 16px;
    border-radius: 16px;
    background: #fff;
}

.team-members .team-member .content .data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.team-members .team-member .content .data span.name {
    font-size: 18px;
    font-weight: 600;
    color: #353a62;
}

.team-members .team-member .content .data span.position {
    font-size: 12px;
    font-weight: 500;
    color: #353a62;
}

.team-members .team-member .content .border {
    width: 100%;
    height: 1px;
    background: #919191;
}

.team-members .team-member .content .desc span {
    font-size: 14px;
    font-weight: 500;
    color: #353a62;
    line-height: 1.5;
}

#gallery-page {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 25px 0;
    background: #fff;
    position: relative;
    z-index: 20;
}

#gallery-page .container {
    width: 100%;
}

#gallery-page .title {
    width: 100%;
    position: relative;
    text-align: center;
}

#gallery-page .title span {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #414a53;
    display: block;
    margin: 25px 0;
}

#gallery-page .title h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: #2A334E;
}

#gallery-page .title p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #6E737D;
    line-height: 25px;
}

#gallery-page .gallery-content {
    display: flex;
    margin: 50px 0 25px;
    gap: 0 15px
}

#gallery-page .gallery-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    height: 100%;
    gap: 15px;
    flex-wrap: wrap
}

#gallery-page .gallery-content ul>li {
    display: flex;
    flex: 0 0 calc(25% - 12px);
    max-width: 25%
}

#gallery-page .gallery-content ul>li a {
    display: flex;
    width: 100%;
    height: 100%
}

#gallery-page .gallery-content .photo {
    display: flex;
    width: 100%;
    height: 300px;
    justify-content: center;
    position: relative;
    overflow: hidden
}

#gallery-page .gallery-content .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 200ms ease-in-out;
}

#gallery-page .gallery-content .photo:hover img {
    transform: scale(1.1);
}

.slick-initialized .slick-slide {
    display: flex !important;
}

#contact-page-content {
    width: calc(100% - 40px);
    height: auto;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    z-index: 20;
    position: relative;
}

#contact-page-content .title {
    width: 100%;
    position: relative;
}

#contact-page-content .title span {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #414a53;
    display: block;
    margin: 25px 0;
}

#contact-page-content .title h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: #2A334E;
}

#contact-page-content .title p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #6E737D;
    line-height: 25px;
}

#news {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 25px 0;
    background: #e9e9e9;
    position: relative;
    z-index: 20;
}

#news .container {
    width: 100%;
}

#news .title {
    width: 100%;
    position: relative;
}

#news .title span {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #414a53;
    display: block;
    margin: 25px 0;
}

#news .title h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: #2A334E;
}

#news .title p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #6E737D;
    line-height: 25px;
}

.news-content {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.news-content .news-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.33% - 27px);
    padding: 8px;
    background: #fff;
    gap: 8px;
    border-radius: 16px;
}

.news-content .news-item a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-content .news-item .photo {
    width: 100%;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
}

.news-content .news-item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    object-position: top;
    transition: 200ms ease-in-out;
}

.news-content .news-item:hover .photo img {
    transform: scale(1.1);
}

.news-content .news-item .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    background: #e9e9e9;
}

.news-content .news-item .content .data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-content .news-item .content .data span.name {
    font-size: 18px;
    font-weight: 600;
    color: #353a62;
}

.news-content .news-item .content .border {
    width: 100%;
    height: 1px;
    background: #919191;
}

.news-content .news-item .content .desc span {
    font-size: 14px;
    font-weight: 500;
    color: #353a62;
    line-height: 1.5;
}

#news-single {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 25px 0;
    background: #e9e9e9;
    position: relative;
    z-index: 20;
}

#news-single .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.news-single-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px;
}

.news-single-item .photo {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 16px;
}

.news-single-item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: 0.3s ease-in-out;
}

.news-single-item .content {
    background: #e9e9e9;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-single-item .content .data .name {
    font-size: 28px;
    font-weight: 600;
    color: #353a62;
}

.news-single-item .content .data .date {
    font-size: 14px;
    color: #919191;
}

.news-single-item .content .border {
    width: 100%;
    height: 1px;
    background: #919191;
}

.news-single-item .content .desc {
    font-size: 16px;
    color: #353a62;
    line-height: 1.7;
}
