@import url("https://files.r-gol.com/LP/informacyjne/font/stylesheet.css");
body {
    font-family: 'Montserrat', sans-serif;
    color:#060606;
    font-size: 1rem;
}

.mainContainer {
    max-width: 1465px;
    font-weight:400;
    font-size: 1rem;
}

p {
    color:#060606;
    font-weight: 400;
    font-size: 1rem;
}

a{
    color: #060606;
    font-weight: 400;
    font-size: 1rem;
    text-decoration: none !important;
}

a[role=button]:hover {
    color: #fff;
    text-decoration: none;
}
.link{color:#060606; text-decoration: none !important;}
.link:hover{color:rgb(171, 202, 98)}
.rg-header-content {
    border-bottom: 1px solid #EEF0F6;
    padding: 2.188rem 0rem 2.188rem 0rem;
    margin-bottom: 2.5rem;
}
.lp hr{border: 1px solid #e5e5e5}
.rg-header-title {
    color: #060606!important;
}

.base-text {
    margin-bottom: 0;
    line-height: 1.65;
    color:#060606!important;
    font-size: 1rem;
    font-weight: 400;
}

.text-rg-primary {
    color: #85C042;
    font-weight: 600;
}

.list li {
    font-size: 16px;
    color: #060606;
    font-weight: 400;
    line-height: 1.75;
}

.list-headline {
    font-size: 18px;
    font-weight: 600;
    color:#060606;
    text-transform: uppercase;
}

/*--BTN--*/
.btn-basic {
    cursor: pointer;
    position: relative;
    border-radius: 100px;
    border: 0;
}
.btn-rg-lg {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 16px 24px;
    line-height: 1.25;
}
.btn-rg-solid {
    border: 1px solid #060606!important;
    background-color: #060606!important;
    color: #ffffff!important;
    transition: all .3s;
}
.btn-rg-solid:hover {
    border: 1px solid #060606!important;
    background-color: transparent!important;
    color: #060606!important;
}

.btn-rg-outline {
    border: 1px solid #060606!important;
    background-color: transparent!important;
    color: #060606!important;
    transition: all .3s;
}
.btn-rg-outline:hover {
    border: 1px solid #060606!important;
    background-color: #060606!important;
    color: #ffffff!important;
}
/*--BTN--*/

.divider {
    border-bottom: 1px solid #EEF0F6;
}

.list {
    padding-left: 15px;
}

.title-small {
    font-weight: 600;
    color: #060606;
    font-size: 24px;
}

.legend-text {
    font-size: 14px;
    font-weight: 500;
    color: #060606;
}

td {
    font-size: 0.875rem;
    color: #060606;
}

/*--STEPS--*/
.title-absolute {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.step-top-title{
    line-height: 72px;
    z-index: 2;
    position: relative;
    padding-top: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}
.step-title {
    line-height: 72px;
    z-index: 2;
    position: relative;
    top: 20px;
    padding-left: 35px;
    font-weight: 600;
    font-size: 24px;
}
.step-text {
    color: #060606;
    font-weight: 500;
    font-size: 16px;
}

.title-one:before, .title-two:before, .title-three:before, .title-four:before, .title-five:before, .title-six:before {
    content: '01';
    font-size: 72px;
    color: #EEF0F6;
    font-weight: 600;
    position: absolute;
    z-index: -1;
}
.title-two:before {
    content: '02';
}
.title-three:before {
    content: '03';
}
.title-four:before {
    content: '04';
}
.title-five:before {
    content: '05';
}
.title-six:before {
    content: '06';
}
/*--STEPS--*/


/** Simple block **/

.simple-block {
    display: flex;
    align-items: center;
}

.tag-headline {
    font-size: 0.7rem;
    color: #060606;
    text-transform: uppercase;
    font-weight: 700;
}

.download {
    text-align: right;
    padding:20px;
}

.alert-complaint {
    border: 1px solid #EEF0F6;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin: 20px 0px;
}

.alert-complaint-border {
    border: 1px solid #85C042;
}

.alert-complaint p {
    font-weight: 500;
    color: #060606;
    font-size: 0.875rem;
}
/** Simple block **/

/** return-block **/

.return-block {
    border: 1px solid #EEF0F6;
    border-top: 4px solid #85C042;
    padding: 32px;
    height: calc(100% - 14px);
    margin-bottom: 14px;
}

 h5 {
    font-weight: 800;
    color: #060606;
    margin-bottom: 30px;
    font-size: 18px;
}



.cta-small {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {  
    .download a {
        width: 100%;
        display: block;
        margin-top: 24px;
    }
}
@media (max-width: 768px) { 
    .download a {
        width: 100%;
        display: block;
        margin-top: 24px;
    }
}
@media (max-width: 576px) {
    .download a {
        width: 100%;
        display: block;
        margin-top: 24px;
    }
}
  
/** return-block **/

/** CTA CONTACT **/

.cta-contact {

    position: relative;
    background-color: #F6F7F8;
    border: 1px solid #EEF0F6;
    padding: 90px 100px;
    margin: 25px 0px;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cta-contact::before {

    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    background-color: #EEF0F6;
    border-radius: 50%;
    left: -420px;
    top: -420px;
    z-index: 0;
}
.cta-text {
    z-index: 1;
    position: relative;
}

.cta-title {
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 0;
    color: #202428;
}

.cta-tag {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    display: block;
    margin-bottom: 4px;
    color: #202428;
}

.cta-body {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    gap: 100px;
}

.cta-body-item {
    display: flex;
    align-items: center;
}

.cta-icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #EEF0F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}
.cta-body-text {
    font-weight: 600;
    font-size: 1.125rem;
}
.cta-link {
    font-weight: 600;
    font-size: 1.125rem;
    color: #202428;
    text-decoration: none !important;
}
.cta-link:hover {
    color: #85C042;
}
.cta-subtext {
    font-size: 0.75rem;
    color: #9AA6AF;
}
.box-border{border: 1px solid #EEF0F6;
padding: 20px 0;}

/** CTA MEDIA QURIES **/
@media (min-width: 375px) and (max-width: 575.98px) {
    .cta-contact {
        justify-content: flex-start;
        padding: 40px 24px;
        margin: 30px 0;
    }
    .cta-body {
        margin-top: 30px;
        gap: 20px;
        flex-wrap: wrap;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .cta-contact {
        justify-content: flex-start;
        padding: 60px 40px;
        margin: 30px 0;
    }
    .cta-body {
        margin-top: 30px;
        gap: 20px;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cta-contact {
        justify-content: center;
    }
    .cta-text {
        text-align: center;
    }
    .cta-body {
        margin-top: 30px;
        gap: 50px;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .cta-contact {
        justify-content: center;
    }
    .cta-text {
        text-align: center;
    }
    .cta-body {
        margin-top: 30px;
    }
}

@media all and (max-width: 768px){.lp .mobile{display: block; visibility:visible;}
.lp .desktop{display: none;visibility: hidden;}.lp h1{font-family: 'Heathergreen', sans-serif;font-size: 3rem;text-transform: uppercase;padding-top:0;letter-spacing: 2px;}
.lp h2{font-family:'Heathergreen', sans-serif;font-size: 2rem;padding-top:0;color:#000;letter-spacing: 2px;text-transform: uppercase;}}
@media (min-width: 768px){.lp .mobile{display: none; visibility:hidden;}
.lp .desktop{display: block;visibility: visible;}.lp h1{font-family: 'Heathergreen', sans-serif;font-size: 3rem;text-transform: uppercase;padding-top:0;letter-spacing: 2px;}
.lp h2{font-family:'Heathergreen', sans-serif;font-size: 2rem;padding-top:0;color:#000;letter-spacing: 2px;text-transform: uppercase;}}
@media (min-width: 992px){.lp .mobile{display: none;visibility:hidden;}
.lp .desktop{display: block;visibility: visible;}.lp h1{font-family: 'Heathergreen', sans-serif;font-size: 3rem;text-transform: uppercase;padding-top:0;letter-spacing: 2px;}
.lp h2{font-family:'Heathergreen', sans-serif;font-size: 3rem;padding-top:0;color:#000;letter-spacing: 2px;text-transform: uppercase;}}
@media (min-width: 1200px){.lp .mobile{display: none;visibility:hidden;}
.lp .desktop{display: block;visibility: visible;}.lp h1{font-family: 'Heathergreen', sans-serif;font-size: 4rem;text-transform: uppercase;padding-top:0;letter-spacing: 2px;}
.lp h2{font-family:'Heathergreen', sans-serif;font-size: 3rem;padding-top:0;color:#000;letter-spacing: 2px;text-transform: uppercase;}}


