body {
    font-family: Quicksand;
    overflow-x: hidden;
    overflow-y: scroll;
    
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.item-footer{
    margin-top:0px;
    margin-bottom:10px;
}
.space-between-sections.first-section{
    margin-top:-260px;
    padding-top:0px;
}
.first-section.prod-disc-first{
    margin-top:-360px;
}
.first-section.time-money{
    margin-top:-283px;
}
.first-section.soft{
    margin-top:-283px;
}
.container{
    width:860px;
}
.line-blue-top{
    display:none;
}
.line-blue-bottom{
    display:none;
}
@media (min-width: 1024px){
    .container{
        width:865px;
    }
}
@media (max-width: 1023px){
    .container{
        width:auto;
    }

}
.sub-title.headline{
    font-size:3.3rem;
    padding-bottom:50px;
}
.sub-title{
    margin-bottom:0px !important;
}
.div-left{
    position: sticky;
    left:5%;
    top:187px;
    width:130px !important;
    background-color: #ffffff;
    padding:10px;
    border-radius:10px;
    padding-bottom:75px;
}
.buton-next-section{
    font-family: Quicksand;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #2197CE;
background: transparent;
border: 1px solid #2197CE;
border-radius: 5px;
cursor:pointer;
width: 66px;
height: 32px;

}
.row.section1.background-section-1{
    margin-top:-50px;
}
.hide-desk{
    display:none;
}
.img1:hover{
    opacity: 0.7;
}
.active{
    opacity: 0.7;
}
/* .fb{
    margin-top:20px;
} */
.button-content{
    cursor:pointer;
}
.button-back{
    cursor:pointer;
}
button:focus{
    outline:none;
}
/* Product discovery */

.title-red {
    color: #E73A5E;
}
.title-second-under{
    font-size: 20px;
    line-height: 30px;
    padding-top:93px;
}

.button-content.form-button-pages {
    margin-top:13px;
    float: left;
    margin-left:0px;
}

.button-content-pages {
    background-color: #E73A5E;
    border: none;
    border-radius: 20px;
    height: 2.37rem;
    margin-top: 0px;
    margin-left: 8%;
    box-shadow: 0px 3px 5px rgba(231, 58, 94, 0.4);
}

.icon-description-pages {
    color: #8591B0;
    font-size: 17px;
    font-weight: 500;
}

.brand-page {
    margin-top: 50px;
    transform: scale(1.3);
}

.space-between-sections {
    padding-top: 50px;
}

.text-content {
    font-size: 1.2rem;
    color: #3C4858;
}
.sub-title .first-section{
    font-size: 2.5rem;
}
.sub-title{
    font-size: 2.1rem;
}
.title-red{
    font-size:1.2rem;
}

.sub-title-second {
    font-size: 2rem;
}

.text-red {
    color: #E73A5E;
}

.input-field-pages {
    width: 100%;
    height: 39px;
    background: #F2FAFF;
    box-shadow: 0px 4px 4px rgba(198, 197, 197, 0.25);
    border-radius: 6px;
    border: none;
}

.input-field-textare-pages {
    background: #F2FAFF;
    box-shadow: 0px 4px 4px rgba(198, 197, 197, 0.25);
    border-radius: 6px;
    border: none;
    margin-top: 30px;
}

.input-field-select-pages {
    margin-top: 30px;
    height: 39px;
    background: #F2FAFF;
    box-shadow: 0px 4px 4px rgba(198, 197, 197, 0.25);
    border-radius: 6px;
    border: none;
}

.button-content-back {
    background-color: #E73A5E;
    border: none;
    border-radius: 20px;
    width: 9.81rem;
    height: 2.37rem;
    margin-top: 20px;
    box-shadow: 0px 3px 5px rgba(231, 58, 94, 0.4);
    margin-right:30px;
}

.footer-card.color-footer {
    background-color: #523B5D;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}


/* End product discovery */

.form-back {
    margin-top: 40px;
}

.display-none {
    display: none;
}

.display-none .hide-logo-primary {
    display: inline;
}

.form-back.hide-logo-primary {
    display: flex !important;
}

.see-example-text {
    margin-bottom: 0px;
}

.card-section-5 {
    width: 300px;
}

.button-5 {
    margin-left: 8%;
}

.title-collapse-5 {
    margin-left: 21px;
}

.adjust-first-section {
    padding-top: 0px !important;
}

.adjust-first-icon {
    padding-top: 3px !important;
}

.adjust-head {
    padding-top: 130px;
}

.border-icon {
    padding-top: 130px;
}

.openbtn {
    display: none;
}

.stopScroll {
    position: fixed;
}

a {
    text-decoration: none;
    text-decoration-line: none;
}

a:hover {
    text-decoration: none;
    text-decoration-line: none;
}

.container-fluid  {
    padding: 0;
}

.container-home  {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid .header {
    position: relative;
    height: 1100px;
    background-image: url("../img/header_background1.svg");
    background-repeat: no-repeat;
    background-position: 491px -285px;
}

.image-back-circle1 {
    background-image: url("../img/circle.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 1300px;
    margin-top: -600px;
    background-position: -624px 0px;
    z-index: 0;
}

.section1 .head-section-1 {
    /* padding-left: 10rem; */
    margin-top: 4px;
}

.brand-head {
    height: 0px;
}

.image-back-header {
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    right: 0;
}

.image-front-header {
    width: auto;
    height: auto;
    /* margin-top: 130px;
    margin-left: 228px;
    float: left; */
}

.image-brand-header {
    margin-top: 60px;
}

.title-header {
    height: 19.18rem;
    /* width: 36.43rem; */
    /* margin-left: 165px; */
    margin-top: 100px;
    float: left;
}

.container-image-header {
    /* margin-top: -122px;
    margin-left: 721px; */
}

.container-text-header {
    position: relative;
    z-index:1;
}

.container-text-header .title-first-header {
    font-family: Quicksand;
    font-size: 3.75rem;
    line-height: 4.68rem;
    color: #3C4858;
}

.title-second-header {
    font-family: Quicksand;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 3.125rem;
    color: #3C4858
}

.button-contact {
    background-color: #E73A5E;
    box-shadow: 0px 3px 5px rgba(231, 58, 94, 0.4);
    border-radius: 20px;
    width: 9.81rem;
    height: 2.37rem;
    margin-top: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}

.text-button-contact {
    margin: auto;
    color: white;
    font-size: 1.125rem;
    line-height: 1.2rem;
    font-style: normal;
    font-weight: normal;
    border: none;
    margin-bottom:4px;
}


/* ------------------Section 1 CSS--------------------- */

.payment {
    color: #E73A5E;
    font-family: Quicksand;
    font-size: 1.25rem;
    font-weight: 1000;
}
.dropdown .primary-title {
    color:#2197CE;
}
.primary-title {
    font-family: Quicksand;
    font-size: 1.25rem;
    line-height: 25px;
    color: #8591B0;
    font-weight: 800;
}
.optim-dist{
    margin-top:20px;
}
.second-title {
    font-family: Quicksand;
    font-size: 2.18rem;
    line-height: 44px;
    font-weight: 600;
    margin-left: 8%;
    margin-top:-40px;
}

.content-section-1 {
    border-left: 2px dashed #ABCFE5;
    margin-left: 57px;
    padding-bottom: 5%;
}

.content-text {
    padding-top: 0px;
    margin-left: 8%;
    color: #3C4858;
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: 300;
    font-family: Quicksand;
}

.mini-title-section-1 {
    margin-left: 8%;
    color: #E73A5E;
}

.mini-title-section-1 {
    padding-top: 40px;
    color: #E73A5E;
    font-weight: 1000;
    font-size: 1.25rem;
    line-height: 25px;
}

.card-section-1 {
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.07), 0px 8px 10px rgba(181, 227, 253, 0.1);
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
    width: 232px;
    height: 470px;
}

.img-card {
    padding-top: 10%;
}

.title-card {
    color: #3C4858;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 25px;
}

.text-card {
    width: 80%;
    margin: auto;
    /* padding-top: 5%; */
}

.card-row {
    margin-left: 7%;
    width: 910px;
}

.card-row-big {
    width: 1000px;
    margin-left: 7%;
}

.hide-class-resposive {
    margin-left: -15px;
}

.background-section-1 {
    background-image: url("../img/circle2.svg");
    background-repeat: no-repeat;
    background-position: 1169px -56px;
    padding-top: 50px;
}


/* ------------------Section 2 CSS--------------------- */

.button-content {
    background-color: #E73A5E;
    border: none;
    border-radius: 20px;
    width: 9.81rem;
    height: 2.37rem;
    margin-top: 0px;
    margin-left: 8%;
    box-shadow: 0px 3px 5px rgba(231, 58, 94, 0.4);
}

.add-section-2 {
    background-image: url("../img/background-sect2.svg");
    background-repeat: no-repeat;
    background-position: 0px 70px;
}

.card-link {
    padding-left: 8%;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #3C4858;
}

.time-money {
    margin: auto;
    margin-top: 20px;
}
.display-none-mobile{
    margin-top:-25px;
}


/* ------------------Section 3 CSS--------------------- */

.card-section-3 {
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.07), 0px 8px 10px rgba(181, 227, 253, 0.1);
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
    width: 335px;
    /* height: 519px; */
    opacity: 0.4;
    transition: transform .5s;
}


/* .card-section-3:hover {
    opacity: 1;
    transform: scale(1.1);
} */

.efect {
    opacity: 1;
    transform: scale(1.0);
}

.hide-logo {
    display: none;
}

.form-back.hide-logo {
    display: none !important;
}

.img-adjust-sect3 {
    top: 0px;
}

.img-card-sect3 {
    width: auto;
    height: auto;
    position: relative;
    bottom: -5px;
}

.img-card-head {
    width: 84px;
    height: 139px;
    padding-top: 10%;
}


/*---------------- Section 4 -------------*/

.add-section-4 {
    background-image: url("../img/background-section-4.svg");
    background-repeat: no-repeat;
    background-position: 1039px -16px;
}

.add-text-4 {
    margin-left: 5%;
}

.background-absolute {
    position: absolute;
    left: 1560px;
    top: 550px;
}

.row-class-hidden {
    background-image: url("../img/circle3.svg");
    background-repeat: no-repeat;
    background-position: 1115px 480px;
}


/* ------------Section 5 ---------- */

.content-section-5 {
    /* border: none; */
}

.card-section-5 {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background: #FFFFFF;
    position: relative;
    height: 620px;
    z-index: 0;
}

.card-section-5.card1 {
    background-color: #6B4F7C;
}

.card-section-5.card2 {
    background-color: #00AEC8;
}

.card-section-5.card3 {
    background-color: #00A650;
}

.card-section-5 .second-card {
    width: 255px;
    height: 410px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.07), 0px 8px 10px rgba(181, 227, 253, 0.1);
    border-radius: 6px;
    margin-top: 185px;
    margin-left: 25px;
}

.title-card-second {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #3C4858;
    margin-left: 30px;
    margin-top: 30px;
}

.text-card-second {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #3C4858;
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.card-section-5.card3 .img-card {
    position: absolute;
    z-index: -1;
    left: 25px;
    top: -132px;
}

.card-section-5.card2 .img-card {
    position: absolute;
    z-index: 1;
    left: 34px;
    top: -3px;
}

.card-section-5.card1 .img-card {
    position: absolute;
    z-index: -1;
    left: 5px;
    top: 24px;
}


/* -------Form -------- */

.section-form {
    /* width: 100%; */
    background-image: url("../img/rectangle2-back.svg");
    background-repeat: no-repeat;
    background-position: 0px 40px;
}

.section-form .card-form {
    background: #FFFFFF;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(181, 227, 253, 0.1);
    border-radius: 6px;
    width: 970px;
    height: 865px;
    background-image: url("../img/image-form.svg");
    background-repeat: no-repeat;
    background-position: 60px 240px;
    margin-left: 5.5%;
}

.adjust-form {
    padding-bottom: 0px;
}

.footer-card {
    /* width: 80%;
    margin: auto; */
    /* padding-left: 15%; */
    padding-top: 4%;
    padding-bottom: 40px;
    margin-left: 190px;
}

.text-title-footer {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    
}

.text-footer {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: left;
}

.section-form .second-title {
    margin-top: 60px;
    margin-left: 50px;
    font-size: 35px;
    margin-bottom: 0px;
}

.section-form .content-text {
    margin-left: 50px;
    margin-top: 0px;
}

.timbru {
    float: right;
    margin-top: 50px;
    margin-right: 50px;
}

.form-centrate {
    padding-top: 90px;
}
.form-centrate .form-group {
    margin-left: 90px;
    margin-top: 30px;
}
.input-field {
    width: 17vw;
    height: 39px;
    background: #F2FAFF;
    box-shadow: 0px 4px 4px rgba(198, 197, 197, 0.25);
    border-radius: 6px;
    border: none;
}

.input-field-textare {
    width: 17vw;
    background: #F2FAFF;
    box-shadow: 0px 4px 4px rgba(198, 197, 197, 0.25);
    border-radius: 6px;
    border: none;
}

.input-field-select {
    width: 17vw;
    height: 39px;
    background: #F2FAFF;
    box-shadow: 0px 4px 4px rgba(198, 197, 197, 0.25);
    border-radius: 6px;
    border: none;
}

.form-button {
    float: right;
    margin-top: 50px;
    margin-right: 135px;
}

.copyright {
    margin-right: 0px;
    color: white;
    font-size: 15px;
    text-align: left;
}

.section-form .footer-card {
    padding-bottom: 0px;
}

.sticky-poz1 {
    background-color: transparent;
    z-index: 2;
    height: 71px;
    padding-top: 15px;
    margin-left: 8%;
}

.adjust-sect-4 {
    width: 800px;
}

.sticky-poz-image1 {
    transform: scale(0.6);
    /* padding-left: 10px; */
    /* left: 115px; */
    width: 117px !important;
    z-index: 1;
}

.sticky-poz2 {
    position: fixed;
    top: 10px;
    left: 288px;
    background-color: white;
    z-index: 2;
    width: 400px;
}

.sticky-poz-image2 {
    transform: scale(0.5);
    /* padding-left: 10px; */
    /* left: 140px; */
    width: 117px !important;
    z-index: 1;
}

.change-icon {
    /* margin-left: -78px; */
    margin-top: -26px;
    max-width: none;
    position: absolute;
}

.border-icon {
    margin-left: 57px;
    border-left: 2px dashed #ABCFE5;
    margin-right: -47px;
}

.adjust-head {
    margin-top: -25px;
    margin-left: -7px;
}

.form-sect-2 {
    margin-right: 1rem;
    height: 670px;
    margin-top: 4px;
}

.error.text-danger {
    margin-left: 50px;
    padding-top: 5px;
}

hr.hide-hr {
    display: none;
}

.hide-br {
    display: none;
}

.nav-hide {
    display: none;
}

@media only screen and (max-width: 1440px) {
    .add-section-2 {
        background-position: 0px 130px;
    }
    .container-text-header .title-first-header {
        font-size: 3.55rem;
    }
    .title-second-header {
        font-size: 1.9rem;
    }
}

@media only screen and (max-width: 1280px) {
    .container-text-header .title-first-header {
        font-size: 3.15rem;
    }
    .title-second-header {
        font-size: 1.8rem;
    }
    .footer-card {
        width: 80%;
        margin: auto;
        padding-top: 4%;
        padding-bottom: 0px;
    }
    .section-form .card-form {
        background: #FFFFFF;
        box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(181, 227, 253, 0.1);
        border-radius: 6px;
        height: 865px;
        background-image: url("../img/image-form.svg");
        background-repeat: no-repeat;
        background-position: -25px 240px;
        ;
    }
    .card-section-5 {
        width: 300px;
    }
    .card-section-5 .second-card {
        width: 250px;
    }
    .card-section-5.card1 .img-card {
        width: 235px;
    }
    .card-section-5.card2 .img-card {
        width: 235px;
    }
    .card-section-5.card3 .img-card {
        width: 235px;
    }
    .input-field {
        width: 295px;
    }
    .input-field-textare {
        width: 295px;
    }
    .input-field-select {
        width: 295px;
    }
    .content-section-1.form-sect-2 {
        border: none;
    }
    .image-front-header {
        /* margin-left: 69px; */
    }
    .add-section-4 {
        background-position: 860px -16px;
    }
}

@media only screen and (max-width: 1024px) {
    .section-form {
        background-position: 0px -100px;
    }
    .form-centrate .form-group {
        margin-left: 0px;
    }
    .section-form .card-form {
        width: 100%;
        height: auto;
        margin-right: 0px;
    }
    .space-between-sections.first-section{
        margin-top:0px;
        padding-top:50px;
    }
    .div-left{
        display:none;
        position:fixed;
        left:6%;
        top:40%;
        width:130px;
        background-color: #ffffff;
        padding:10px;
        border-radius:10px;
    }
    .hide-desk{
        display:block;
    }
    .hide-mob{
        display:none;
    }
    .container-fluid .header {
        height: 850px;
    }
    .responsive-center {
        text-align: center;
    }
    .container-fluid .header {
        background-image: none;
    }
    .card-row {
        width: 710px;
    }
    .form-centrate {
        padding-top: 30px;
    }
    .footer-card {
        padding-top: 5%;
    }
    .card-section-5.card1 {
        margin-bottom: 20px;
    }
    .card-section-5.card2 {
        margin-bottom: 20px;
    }
    .title-card-second {
        margin-left: 15px;
    }
    .text-card-second {
        margin-left: 15px;
    }
    .add-section-4 {
        background-image: none;
    }
    .img-adjust-sect3 {
        top: 0px;
    }
    .efect {
        margin-bottom: 20px;
    }
    .title-header {
        padding-left: 80px;
    }
    .adjust-sect-4 {
        width: auto;
    }
    .card-row-big {
        width: auto;
    }
    .card-section-5 .second-card {
        height: 410px;
    }
    .footer-card {
        width: auto;
    }
    .form-button {
        margin: auto;
    }
    .input-field {
        margin: auto;
    }
    .input-field-textare {
        margin: auto;
    }
    .input-field-select {
        margin: auto;
    }
    .card-section-5 {
        width: 328px;
    }
    .card-section-5 .second-card {
        width: 280px;
    }
    .card-section-5.card1 .img-card {
        left: 43px;
    }
    .card-section-5.card1 .img-card {
        width: 240px;
    }
    .card-section-5.card2 .img-card {
        width: 240px;
    }
    .card-section-5.card3 .img-card {
        width: 240px;
    }
    .image-front-header {
        display: none;
    }
    /* .sticky-poz-image1 {
        left: 78px;
    }
    .sticky-poz-image2 {
        left: 78px;
    } */
    .section1 .head-section-1 {
        padding-left: 0rem;
    }
    .div-hid {
        display: none;
    }
    .section-form .card-form {
        background: #FFFFFF;
        box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(181, 227, 253, 0.1);
        border-radius: 6px;
        width: 1103px;
        height: 650px;
        margin-left: 59px;
    }
}
@media only screen and (max-width:1023px){
    .div-left{
        display:none;
    }
}

@media only screen and (max-width: 768px) {
    
    .section-form .second-title {
        margin-bottom: 25px;
    }
    .section-form {
        background-position: 0px -200px;
    }
    .row.section1.background-section-1{
        margin-top:0px;
    }

    .space-between-sections.first-section{
        margin-top:100px;
    }
    .nav-lm{
        position:fixed;
        background-color:#fff;
    }
    body {
        overflow-x: hidden;
    }
    .icon-bar {
        background-color: black;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .navbar-toggle .icon-bar {
        -webkit-transition: transform .5s, opacity .5s;
        -webkit-transition: opacity .5s, -webkit-transform .5s;
        transition: opacity .5s, -webkit-transform .5s;
        transition: transform .5s, opacity .5s;
        transition: transform .5s, opacity .5s, -webkit-transform .5s;
        background-color: #000;
    }
    .navbar-toggle.transform .icon-bar-1 {
        -webkit-transform: rotate(-135deg) translate(3px, -5px);
        transform: rotate(-135deg) translate(3px, -5px);
    }
    .navbar-toggle.transform .icon-bar {
        margin: 0;
        width: 25px;
    }
    .navbar-toggle.transform .icon-bar-2 {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0;
    }
    .navbar-toggle.transform .icon-bar-3 {
        -webkit-transform: rotate(135deg) translate(2px, 6px);
        transform: rotate(135deg) translate(2px, 6px);
    }
    .content-section-1.adjust-form {
        margin-bottom: 2rem;
    }
    .hide-logo-primary {
        display: none;
    }
    .hide-logo {
        display: inline;
    }
    .card-row-big {
        margin-left: 0px;
        margin-right: 0px;
    }
    .sticky-poz1 {
        margin-left: 0px;
    }
    .second-title {
        margin-left: 0px;
    }
    .title-header {
        padding-left: 15px;
    }
    .change-icon {
        display: none;
    }
    .card-row {
        width: auto;
    }
    .image-collapse-2 {
        display: none;
    }
    .hide-brand {
        display: none;
    }
    .nav-hide {
        display: block;
    }
    .nav-item {
        margin-left: 53px;
    }
    .navbar {
        background-color: white;
    }
    .nav-open .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .nav-open .navbar-translate {
        -webkit-transform: translate3d(-230px, 0, 0);
        -moz-transform: translate3d(-230px, 0, 0);
        -o-transform: translate3d(-230px, 0, 0);
        -ms-transform: translate3d(-230px, 0, 0);
        transform: translate3d(-230px, 0, 0);
    }
    .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .navbar .dropdown.show .dropdown-menu {
        display: block;
    }
    .navbar .dropdown .dropdown-menu {
        display: none;
    }
    .navbar .dropdown-menu .dropdown-item {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .navbar .dropdown.show .dropdown-menu,
    .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        padding-bottom: 15px;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        transform: none !important;
        width: auto;
        margin-bottom: 15px;
        padding-top: 0;
        height: 300px;
        animation: none;
        opacity: 1;
        overflow-y: scroll;
    }
    .nav-main-open .navbar-transparent {
        background-color: #fff !important;
        color: inherit
    }
    .nav-main-open .navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon {
        background-color: #555;
    }
    .navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon {
        background-color: #fff;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar .navbar-collapse .navbar-nav>li.button-container {
        padding: 15px;
    }
    #navbar .navbar-collapse,
    #navigation .navbar-collapse {
        display: none !important;
    }
    .collapse {
        display: none;
    }
    .collapse.show {
        display: block;
    }
    tr.collapse.show {
        display: table-row;
    }
    tbody.collapse.show {
        display: table-row-group;
    }
    .bmd-form-group.bmd-collapse-inline .collapse {
        flex: 1;
        display: none;
    }
    .bmd-form-group.bmd-collapse-inline .collapse.show {
        max-width: 1200px;
    }
    .nav-open .menu-on-left .navbar .collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translace3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .tollapse {
        display: none;
    }
    .collapse.show {
        display: block;
    }
    tr.collapse.show {
        display: table-row;
    }
    tbody.collapse.show {
        display: table-row-group;
    }
    .bmd-form-group.bmd-collapse-inline .collapse {
        flex: 1;
        display: none;
    }
    .bmd-form-group.bmd-collapse-inline .collapse.show {
        max-width: 1200px;
    }
    .nav-open .menu-on-left .navbar .collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .title-header {
        padding-top: 15%;
    }
    .nav {
        position: fixed;
        z-index: 1;
        background-color: white;
        width: 100%;
        height: 110px;
    }
    .section-form .card-form {
        margin: auto;
    }
    .form-centrate {
        margin: auto;
    }
    .content-section-4 {
        margin: auto;
        padding-left: 15px;
    }
    .content-text {
        margin-left: 0px;
    }
    .hide-br {
        display: block;
    }
    .title-card {
        margin-left: auto;
        margin-right: auto;
    }
    .hide-class-resposive {
        margin: auto;
    }
    .section1 .head-section-1 {
        margin: auto;
    }
    .container-fluid .header {
        height: 703px;
    }
    .adjust-head {
        margin: auto;
    }
    .content-section-1 {
        margin: auto;
    }
    .openbtn {
        display: block;
        background-color: transparent;
        border: none;
        font-size: 25px;
        margin-top: 20px;
    }
    .container-text-header .title-first-header {
        margin-top: 70px;
    }
    .title-header {
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .border-icon {
        display: none;
    }
    .content-section-1 {
        border: none;
        text-align: center;
    }
    .section1 .head-section-1 {
        padding-left: 15px;
        text-align: center;
    }
    .card-row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .add-section-2 {
        background-image: none;
    }
    .card-section-1 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .card-link {
        padding-left: 0px;
    }
    .card-section-3 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .mini-title-section-1 {
        margin-left: inherit;
    }
    .card-link {
        padding-bottom: 30px;
    }
    .padding-class-responsive {
        padding-bottom: 3rem;
    }
    .card-section-5 {
        margin: auto;
    }
    .content-section-1.form-sect-2 {
        display: none;
    }
    .content-section-1.form-sect-2 {
        display: none;
    }
    hr.hide-hr {
        display: block;
    }
    .section-form .second-title {
        text-align: center;
        margin-left: auto;
    }
    .section-form .content-text {
        margin: auto;
        text-align: center;
    }
    .timbru {
        display: none;
    }
    .input-field {
        margin-left: 0px;
        width: 100%;
    }
    .input-field-textare {
        width: 100%;
        margin-left: 0px;
    }
    .input-field-select {
        width: 100%;
        margin-left: 0px;
    }
    .section-form .card-form {
        background-image: none;
    }
    .footer-card {
        background-color: #523B5D;
    }
    .form-button {
        margin: auto;
        float: none;
    }
    .button-content {
        margin-left: auto;
    }
    .navbar-nav {
        padding-right: 0px;
        margin-top: 25px;
    }
    .nav-item-adjust {
        margin-left: 41px;
    }
    .form-back.hide-logo {
        display: flex !important;
    }
    .resp-cent{
        justify-content:center !important;
    }
    .form-back{
        padding-bottom:15px;
        margin-top: 0;
    }
    .line-blue-top{
        margin-top:20px;
        margin-bottom:5px;
        background-color: #C1E7F9;
        border: 0.5px solid #C1E7F9;
    }
    .line-blue-bottom{
        margin-top:5px;
        margin-bottom:10px;
        background-color: #C1E7F9;
        border: 0.5px solid #C1E7F9;
    }
    .button-content-back{
        margin-top:60px;
    }
    .line-blue-top{
        display:block;
    }
    .line-blue-bottom{
        display:block;
    }
    .img-none{
        display:none;
    }
    .image-brand-header{
        margin-top:10px;
        margin-bottom:10px;
    }
    .button-content-back{
        margin-top:10px;
    }
    .image-button-back{
        margin-right:35px;
        transform:scale(1.4);
        margin-top:31px;
    }
}

@media only screen and (max-width: 500px) {
    .text-title-footer {
        text-align: center;
    }
    .button-content.form-button-pages{
        margin-left:auto;
        margin-right:auto;
        float:none;
    }
    .sub-title.headline{
        font-size:2rem;
    }
    .image-button-back{
        margin-right:35px;
        transform:scale(1.2);
        margin-top:22px;
    }
    .text-footer{
        text-align:center;
    }
    .item-footer{
        margin-top:0px;
        margin-bottom:8px;
    }
    .align-mob{
        text-align:center;
    }
    .sub-title{
        font-size: 1.5rem;
        padding-bottom: 20px;
    }
    .image-brand-header{
        margin-left:-14px;
        padding: 10px;
    }
    .button-content-back{
        width:3.81rem;
        margin-right:15px;
        height:1.94rem;
    }
    .second-title{
        margin-top:0;
        font-size: 1.5rem;
        line-height: 2.125rem;
    }
    .card-row-big .time-money{
        margin-top:0px;
    }
    .background-section-1 {
        background-image: url("../img/circle2.svg");
        background-repeat: no-repeat;
        background-position: 1169px -56px;
        padding-top: 200px;
    }
    .form-back.hide-logo {
        display: flex !important;
    }
    .hide-br-dev {
        display: none;
    }
    .txt-f {
        font-size: 18px;
    }
    .txt {
        font-size: 18px;
    }
    .space-between-sections {
        text-align: left;
    }
    .collapse.show {
        height: 1000px;
        overflow-y: hidden;
    }
    .nav-item-adjust {
        margin-left: 36px;
    }
    .nav-item {
        margin-left: 40px;
    }
    .display-none-mobile {
        display: none;
    }
    .display-none {
        display: block;
    }
    .container-text-header .title-first-header {
        font-size: 2.65rem;
        line-height: 3.18rem;
    }
    .container-fluid .header {
        height: 535px;
    }
    .title-second-header {
        font-size: 1.5rem;
        line-height: 2.125rem;
    }
    .section-form .card-form {
        height: auto;
        width: 100%;
    }
    .content-text {
        margin: auto;
    }
    .title-card {
        padding-bottom: 30px;
    }
    .openbtn {
        margin: auto;
        margin-top: 10px;
    }
    .dropdown .primary-title {
        font-size: 0.85rem;
    }
    .primary-title{
        font-size: 1rem;
    }
    .payment {
        font-size: 1rem;
    }
    .sticky-poz1 {
        height: 60px;
    }
}

@media only screen and (max-width: 320px) {
    .card-section-5 .second-card {
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }
    .primary-title {
        font-size: 0.8rem;
    }
    .card-section-5 {
        width: 268px;
        margin-left: -4px;
    }
    .card-section-5.card1 .img-card {
        left: 18px;
    }
}


/* @media only screen and (max-width: 736px) {
    body {
        overflow-x: hidden;
    }
    .image-brand-header {
        margin-left: 20px;
    }
    .title-header {
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .container-text-header {
        margin-top: -200px;
    }
    .border-icon {
        display: none;
    }
    .content-section-1 {
        border: none;
        margin-left: 0px;
        text-align: center;
    }
    .section1 .head-section-1 {
        padding-left: 15px;
        text-align: center;
    }
    .content-text {
        margin-left: 0px;
    }
    .card-row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .card-section-1 {
        margin: auto;
    }
    .card-link {
        padding-left: 0px;
    }
    .card-section-3 {
        width: 100%;
    }
    .efect {
        transform: scale(1.0);
    }
    .mini-title-section-1 {
        margin-left: inherit;
    }
    .hide-class-resposive {
        display: none;
    }
    .card-link {
        padding-bottom: 30px;
    }
    .padding-class-responsive {
        padding-bottom: 6rem;
    }
    .card-section-5 {
        margin: auto;
    }
    .content-section-1.form-sect-2 {
        display: none;
    }
    .section-form .card-form {
        width: 100%;
        height: auto;
        margin-right: 0px;
    }
    .content-section-1.form-sect-2 {
        display: none;
    }
    hr.hide-hr {
        display: block;
    }
    .section-form .second-title {
        text-align: center;
        margin-left: auto;
    }
    .section-form .content-text {
        margin: auto;
        text-align: center;
    }
    .timbru {
        display: none;
    }
    .input-field {
        margin-left: 0px;
    }
    .form-button {
        margin: auto;
        float: none;
    }
    .button-content {
        margin-left: auto;
    }
} */