/*
 Theme Name:     LTMTF
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/

/*@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');*/

:root {
    --primary-color: #0A5493;
    --secondary-color: #00DCC2;
    --gray-color: #f7f7f7;
    --dark: #002333;
    --blue-background: #EDF2FB;
}

body {
    /* font-family: 'Parkinsans', sans-serif; */
    font-weight: 400;
}

.et_pb_row {
    width:90%;
}

.title h1 {
    font-size:50px;
    font-weight:600;
    line-height: 1.1;
}

.title h2 {
    font-size:40px;
    font-weight:600;
    line-height: 1.1;
}

.title h3 {
    font-size:30px;
    font-weight:600;
    line-height: 1.1;
}

h1 span {
    color:var(--primary-color);
    font-weight: 700;
}

.flex-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
}

.btn {
    border-width:1px;
    border-style: solid;
    padding: 14px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight:500;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display:inline-block;
}

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

.read-more {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: var(--dark);
  font-weight: 500;
  padding-right: 20px; 
  transition: color 0.3s ease;
}

.read-more::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.read-more:hover {
  color: #0056b3;
}

.read-more:hover::after {
  transform: translate(5px, -50%);
}

.centra {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.full-image, .full-image .et_pb_image_wrap {
    width:100%;
    height:100%;
}

.full-image .et_pb_image_wrap img {
    width:100%;
    height:100%;
    object-fit: cover;
}

.blurb-middle .et_pb_blurb_content .et_pb_blurb_container {
    vertical-align:middle;
}

.blurb-middle .et_pb_blurb_content .et_pb_blurb_container h4 {
    padding-bottom:0;
    line-height:1.1;
}

ul.customul {
    list-style-type: none;
    padding:20px 0 20px 0;
    margin:0;
   
}

ul.customul.ulver2 {
    padding:0;
}

ul.customul li {
    padding-left:30px;
    position: relative;
    list-style: none!important;
    padding-bottom:10px;
    line-height:1.4;
}

ul.customul.ulver2 li {
    line-height:1.4;
    font-size:14px;
}

ul.customul li:before {
    content:'9';
    font-family: 'ETmodules' !important;
    font-weight: 400 !important;
    color: var(--primary-color);
    font-size: 22px;
    position: absolute;
    left:0;
    top:0;
    line-height:24px;

}

ul.customul.ulver2 li:before {
    content:'Z';
}

@media only screen and (max-width:1360px) {
    .title h1 {
        font-size:50px;
    }

    .title h2 {
        font-size:40px;
    }

    .flex-buttons {
        min-width:500px;
    }
}

@media only screen and (max-width:1140px) {
    .flex-buttons {
        min-width:500px;
    }
}

@media only screen and (max-width:980px) {
    .title h1 {
        font-size:40px;
    }
}

@media only screen and (max-width:767px) {
    .flex-buttons {
        min-width:auto;
        flex-direction: column;
    }

    .title h2 {
        font-size:30px;
    }

    .title h3 {
        font-size:28px;
    }
}

@media only screen and (max-width:479px) {
    .title h1 {
        font-size:30px;
    }

    .title h2 {
        font-size:24px;
    }

    .title h3 {
        font-size:22px;
    }
}

/* header */

#top-header .et-menu li>a {
    font-size: 15px;
    font-weight: 500;
    color: var(--dark);
    position: relative;
    text-decoration: none;
}

#top-header .et-menu li>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

#top-header .global-menu .et-menu li>a::after {
    bottom:20px!important;
    top:auto!important;
    translate:none!important;
}

#top-header .et-menu li>a:hover::after,
#top-header .et-menu li.current-menu-item>a::after {
    width: 100%;
}

#top-header .et-menu li>a:hover,
#top-header .et-menu li.current-menu-item>a {
    color: var(--primary-color);
    opacity:1;
}

/* end header */

/* hero */

.hero-box {
    overflow: visible!important;
    display: flex;
    justify-content: center;
}

.hero-box .et_pb_column {
    max-width:680px;
}

.hero-box .et_pb_image img {
    max-height:680px;
    width:auto;
}

.hero-tel.et_pb_blurb {
    border-left:1px solid #ddd;
    padding-left:20px;
    
}

.hero-tel.et_pb_blurb .et_pb_blurb_description {
    font-size:30px;
    font-weight: 600;
    color: var(--dark);
    letter-spacing: 1px;
}

.hero-tel.et_pb_blurb .et_pb_module_header {
    font-size:12px;
    text-transform: uppercase;
    font-weight:500;
    letter-spacing: 1px;
    
}

#hero-row {
    padding-top: 80px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 80px;
}



@media only screen and (min-width:1600px) {
    #hero-row {
    padding-right: 15%;
    padding-left: 15%;
}
}

@media only screen and (max-width:980px) {
    #hero-row {
        padding-top: 60px;
        padding-right: 40px;
        padding-bottom: 60px;
        padding-left: 40px;
    }
}

@media only screen and (max-width:767px) {
    .hero-box {
        flex-direction: column;
    }

    .hero-tel.et_pb_blurb {
        border-left:0;
        padding-left:0;
    
}

    #hero-row {
        padding-top: 40px;
        padding-right: 20px;
        padding-bottom: 40px;
        padding-left: 20px;
    }

}



/* end hero */

/* oferta */

.boksy .et_pb_column {
    padding:30px;
}

.boksy .et_pb_blurb {
    min-height:386px;
}

.boksy .et_pb_blurb .et_pb_module_header {
    font-size:20px;
    line-height:1.2;
    padding-bottom:20px;
    min-height:3em;
    font-weight:600;
}

@media only screen and (max-width:479px) {
    .boksy .et_pb_column {
        padding:20px;
}
.boksy .et_pb_blurb .et_pb_module_header {
    font-size:18px;
   
}

}

/* end oferta */



