.link-yellow{
    color: #ff533d!important;
}

.promo-tv-form .checkbox-conditions,
.promo-tv-form .label-conditions {
    height: 1.2rem;
    width: auto;
    display: block;
    float: left;
}

.promo-tv-form .checkbox-acord-gdpr {
    height: 1.2rem;
}

.promo-tv-form .label-acord-gdpr {
    width: auto;
    margin: 0;
    display: block;
    float: left;
}

.promo-tv-form .label-acord-gdpr div {
    margin: 0 1rem 0 2rem;
    text-align: left;
}

/* ---- promo-tv-form ---- */

.promo-tv-section strong {
    font-family: 'AvenirHeavy';
    font-weight: bold;
    font-style: normal;
    font-size: inherit;
    line-height: inherit;
}

.promo-tv-form-carousel {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.promo-tv-form-carousel-list {
    width: 100%;
    overflow: hidden;
    -webkit-transition: transform 0.7s ease-in-out;
    -moz-transition: transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out;
    -ms-transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
}

.view-promo-tv-form .promo-tv-form-carousel-list {
    -moz-transform: translate3d(-33.3333%, 0, 0);
    -ms-transform: translate3d(-33.3333%, 0, 0);
    -o-transform: translate3d(-33.3333%, 0, 0);
    -webkit-transform: translate3d(-33.3333%, 0, 0);
    transform: translate3d(-33.3333%, 0, 0);
}

.view-promo-tv-form-step-3 .promo-tv-form-carousel-list {
    -moz-transform: translate3d(-66.6666%, 0, 0);
    -ms-transform: translate3d(-66.6666%, 0, 0);
    -o-transform: translate3d(-66.6666%, 0, 0);
    -webkit-transform: translate3d(-66.6666%, 0, 0);
    transform: translate3d(-66.6666%, 0, 0);
}

.content-step-2 {
    width: 65%;
    overflow: hidden;
    margin: 0 auto;
}

.promo-tv-container{
    background: #fff;
    padding: 30px;
}

.box-border{
    border: 1px solid #aaa;
    border-radius: 4px!important;
    padding: 0 1rem;
}

.promotions-section .content .page-margins{
    padding: 0 4rem 3rem!important
}

.promo-tv-center-list{
    display: flex;
    flex-wrap: wrap;
}

.promo-tv-center-list li{
    width: 33.33%;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #1E104A;
    margin: 1rem 0 2rem;
}

.promo-tv-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

.promo-tv-form-title {
    font-family: 'AvenirHeavy';
    font-weight: bold;
    font-style: normal;
    font-size: 1.6rem;
    color: #1E104A;
    margin: 6rem 0 1rem;
}

.promo-tv-form-title a{
    color: #ff533d;
}

.promo-tv-form-step-3 .promo-tv-form-title{
    color: #449234;
}

h2.promo-tv-subtitle {
    font-size: 1.5rem;
    text-align: center;
    color: #2b3860;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

h2.promo-tv-subtitle span {
    font-size: 1rem;
}

form.promo-tv-form p{
    line-height: 2;
}

.promo-tv-form .w33s {
    width: 33.333%;
    padding: 10px;
}

.promo-tv-form .w66s {
    width: 66.666%;
    padding: 10px;
}

.promo-tv-form .w33s.height3 {
    height: 3rem;
}

.promo-tv-form .w33s.mb-1 {
    margin: 0 0 1rem 0;
}

.promo-tv-form .w100s {
    width: 100%;
    padding: 10px;
    margin: 0;
}

.promo-tv-container .flex-center  > div{
    width: 50%;
}

.promo-tv-form .w20s {
    width: 17.56%;
    float: left;
    margin: 0 3% 0 0;
}

.promo-tv-form .w25s {
    width: 22%;
    float: left;
    margin: 0 4% 0 0;
}

.promo-tv-form .subcolumns {
    width: 100%;
    text-align: center;
    clear: left;
    padding-top: 1rem;
}

.promo-tv-form-contact .subcolumns {
    padding-top: 5rem;
}

.promo-tv-form-contact .w33s.radio-row {
    width: 30%;
    height: 6rem;
    float: left;
    margin: 0 5% 2rem 0;
}

.promo-tv-form .content-step-2 .w33s {
    width: 46%;
    margin-right: 8%;
}

.promo-tv-form .content-step-2 .w33s:nth-child(2) {
    margin-right: 0;
}

.form.promo-tv-form select,
.form.promo-tv-form input {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 4px!important;
    height: 4rem;
    font-size: 1rem;
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
    padding: 14px;
}

.form.promo-tv-form textarea{
    border: 1px solid #ccc;
    border-radius: 4px!important;
    height: auto;
    min-height: 4rem;
    padding: 14px;
}

.form.promo-tv-form .subcolumns button {
    margin-bottom: 1rem;
}

.form.promo-tv-form input:hover,
.form.promo-tv-form input:focus,
.form.promo-tv-form input:active,
.form.promo-tv-form input:hover:focus,
.form.promo-tv-form input:hover:active,
.form.promo-tv-form select:hover,
.form.promo-tv-form select:focus,
.form.promo-tv-form select:active,
.form.promo-tv-form select:hover:focus,
.form.promo-tv-form select:hover:active,
.form.promo-tv-form textarea:hover,
.form.promo-tv-form textarea:focus,
.form.promo-tv-form textarea:active,
.form.promo-tv-form textarea:hover:focus,
.form.promo-tv-form textarea:hover:active {
    color: #8e8e8e;
    opacity: 1!important;
}

.form.promo-tv-form .ta-checkbox {
    width: 50%;
    float: left;
}

.form.promo-tv-form .ta-checkbox input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form.promo-tv-form .ta-checkbox span {
    line-height: 3rem;
    height: 3rem;
    display: inline-block;
    padding: 0 10px;
}

.form.promo-tv-form.promo-tv-form-contact input[type='checkbox'] {
    padding-left: 0;
    height: auto;
}

.promo-tv-form.carrers-form textarea {
    height: 8rem;
    padding-top: 0.8rem;
    border: 1px solid #aaa;
}

.form.promo-tv-form.promo-tv-form-contact .ss-trigger,
.form.promo-tv-form.promo-tv-form-contact .ss-trigger i {
    height: 3rem;
    line-height: 3rem;
}

.form.promo-tv-form.promo-tv-form-contact .error input:hover,
.form.promo-tv-form.promo-tv-form-contact .error input,
.form.promo-tv-form.promo-tv-form-contact .error input:active,
.form.promo-tv-form.promo-tv-form-contact .error input:focus,
#form_selected_showroom_wrapper.error,
.promo-tv-form.carrers-form.error input:hover,
.promo-tv-form.carrers-form.error input,
.promo-tv-form.carrers-form .error input:active,
.promo-tv-form.carrers-form .error input:focus {
    background: rgba(236, 28, 36, 0.2)!important;
    color: #ec1c24!important;
}

.promo-tv-form.carrers-form .subcolumns {
    height: auto!important;
    padding-top: 0;
    clear: none;
    text-align: left;
}

.upload-cv-btn {
    background: transparent;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
}

.form.promo-tv-form .upload-cv-btn input,
.form.promo-tv-form .upload-cv-btn input:hover,
.form.promo-tv-form .upload-cv-btn input:active,
.form.promo-tv-form .upload-cv-btn input:active:hover,
.form.promo-tv-form .upload-cv-btn input:focus,
.form.promo-tv-form .upload-cv-btn input:focus:hover {
    width: 100%!important;
    height: 100%!important;
    opacity: 0!important;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.upload-cv-btn .upload-cv-field {
    width: 100%;
    height: 100%;
    display: block;
    text-align: left;
    padding-left: 3rem;
    color: #8e8e8e;
    font-weight: normal;
    font-size: 1.3rem;
    font-family: AvenirRoman, Arial, sans-serif;
}

.promo-tv-form p a {
    color: #8e8e8e;
}

.wrap-text {
    display: block;
}

.skip-btn {
    width: auto;
    font-size: 1.2rem;
    line-height: 3rem;
    position: absolute;
    top: 1rem;
    right: 0;
    color: #1e104a!important;
    text-decoration: none!important;
}

.skip-btn:hover {
    text-decoration: underline!important;
}


/*CUMPARAM NEW*/


@font-face {
    font-family: 'Cumparam Icons';
    src: url('../fonts/cumparam-icons.eot');
    src: url('../fonts/cumparam-icons.eot') format('embedded-opentype'), url('../fonts/cumparam-icons.woff') format('woff'), url('../fonts/cumparam-icons.ttf') format('truetype'), url('../fonts/cumparam-icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="iconpromo-tv-"], [class*="iconpromo-tv-"] {
    font-size: 2.5rem;
    font-family: "Cumparam Icons";
    font-style: normal;
    font-weight: normal;
    color: #1E104A;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.iconpromo-tv-casti:before { content: '\e800'; } /* '' */
.iconpromo-tv-car-search:before { content: '\e801'; } /* '' */
.iconpromo-tv-car-check:before { content: '\e802'; } /* '' */
.iconpromo-tv-documents-email:before { content: '\e803'; } /* '' */
.iconpromo-tv-document:before { content: '\e804'; } /* '' */
.iconpromo-tv-horn:before { content: '\e805'; } /* '' */
.iconpromo-tv-hourglass:before { content: '\e806'; } /* '' */
.iconpromo-tv-money:before { content: '\e807'; } /* '' */
.iconpromo-tv-showroom:before { content: '\e808'; } /* '' */
.iconpromo-tv-mobile-payment:before { content: '\e809'; } /* '' */
.iconpromo-tv-sign:before { content: '\e80a'; } /* '' */

.promo-tv-section i.iconpromo-tv-hourglass {
    font-size: 4rem;
    color: #1E104A;
    margin-top: 2rem;
}

.promo-tv-section .slider-container.cumparam-new {
    height: auto;
    margin-bottom: 0;
}

.cumparam-new-content {
    background-color: #fff;
    border-radius: 5px;
    overflow: auto;
}

.cumparam-new-content .cumparam-box-left {
    width: 66%;
    float: left;
    padding: 15px 20px 15px 40px;
}

.cumparam-new-content .cumparam-box-right {
    width: 34%;
    float: left;
    padding: 15px 25px;
}

.cumparam-new-content h2.promo-tv-subtitle {
    font-size: 2.5rem;
    text-align: center;
    color: #1E104A;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'AvenirHeavy';
    font-weight: bold;
    font-style: normal;
}

.cumparam-new-content h3.promo-tv-subtitle {
    font-size: 2rem;
    text-align: center;
    color: #1E104A;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'AvenirHeavy';
    font-weight: bold;
    font-style: normal;
}

.cumparam-title-wrapper {
    /*text-align: center;*/
    padding: 0 15px;
}

.w-100 {
    width: 100%;
}

.cumparam-title-wrapper p {
    font-family: 'Avenir';
    font-style: normal;
    font-size: 1.6rem;
    /*text-align: center;*/
    color: #1E104A;
    margin-bottom: 5px;
}

.cumparam-title-wrapper span {
    font-family: 'AvenirHeavy';
    font-weight: bold;
    font-style: normal;
    font-size: 1rem;
    /*text-align: center;*/
    color: #1E104A;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.cumparam-new-content i.icon-hourglass {
    font-size: 3rem;
    color: #1E104A;
    margin-top: 25px;
}

h2.cumparam-content-title {
    font-family: 'AvenirHeavy';
    font-weight: bold;
    font-style: normal;
    font-size: 1.5rem;
    color: #1E104A;
    text-transform: uppercase;
    margin-top: 20px;
}

h3.promo-tv-content-subtitle {
    font-family: 'AvenirHeavy';
    font-weight: bold;
    font-style: normal;
    font-size: 1.5rem;
    color: #1E104A;
    margin-top: 30px;
    margin-bottom: 13px;
}

h4.promo-tv-content-subtitle{
    font-family: 'AvenirHeavy';
    font-weight: bold;
    font-style: normal;
    font-size: 1rem;
    color: #1E104A;
    height: 40px;
}

.cumparam-form.promo-tv-form-carousel {
    margin-top: 40px;
}

.cumparam-new-content ul {
    margin-bottom: 1rem;
}

.avantaje-promo-tv-schimb ul li,
.cumparam-new-content ul.promo-tv-vertical-list li,
.cumparam-new-content ol.promo-tv-vertical-list li{
    font-family: AvenirRoman, Arial;
    font-size: 1.1rem;
    color: #2A2A2A;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.cumparam-new-content ol.promo-tv-vertical-list li i{
    font-size: 1rem;
    margin-right: 1rem;
}

.avantaje-promo-tv-schimb ul li {
    font-size: 1.4rem;
}

.avantaje-promo-tv-schimb ul li img,
.cumparam-new-content ul li img {
    margin-right: 8px;
}

.promo-tv-schimb-row {
    padding: 0 2rem;
}

.avantaje-promo-tv-schimb h3 {
    margin-bottom: 1.6rem;
}

.avantaje-promo-tv-schimb p {
    font-style: italic;
    color: #666;
    padding-left: 15px;
}

.avantaje-promo-tv-schimb h3 span {
    color: #666;
}

.cumparam-new-content i.icon-car-check {
    font-size: 55px;
    color: #1E104A;
}

.cumparam-new-content i.icon-money {
    font-size: 4.5rem;
    color: #1E104A;
}

.col-cumparam-icons {
    float: left;
    width: 20%;
    padding: 0 10px;
    border-radius: 4px;
}

.col-cumparam-icons a {
    color: #666;
}

.cumparam-icon-box {
    background-color: #F4F4F4;
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 80px;
    justify-content: center;
    padding-bottom: 15px;
    position: relative;
}

.nr-icon-box-cumparam {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1E104A;
    top: -15px;
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
    font-size: 14px;
    font-family: 'AvenirHeavy';
    font-weight: bold;
    font-style: normal;
}

.col-cumparam-icons p {
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
    line-height: 1.5;
    padding: 0 2px;
}

.col-cumparam-icons p.strong {
    font-family: 'AvenirHeavy';
    font-weight: bold;
    font-style: normal;
    margin: 12px 0 0 0;
}

.cumparam-listare-cols {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 45px 0;
}

.cumparam-image-with-overlay {
    position: relative;
    border-radius: 8px;
}

.cumparam-image-with-overlay img{
    border-radius: 4px;
    border: 1px solid #eee;
}

.cumparam-image-with-overlay p.cumparam-text-on-hover {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    padding: 25px 20px;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: white;
    z-index: 1;
}

.cumparam-shadow-overlay {
    box-shadow: inset -10px -57px 147px 15px rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.cumparam-offer-wrapper .promo-tv-vertical-list{
    height: 130px;
}

.cumparam-offer-wrapper p {
    margin: 0;
    font-family: 'AvenirHeavy';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #2A2A2A;
}


/*SCHIMB CUMPARAM*/

.promo-tv-schimb .box-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
}

.promo-tv-schimb-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white;
}

.promo-tv-schimb .promo-tv-container h2 {
    margin-top: 50px;
}

.promo-tv-schimb .promo-tv-container strong {
    font-family: 'AvenirHeavy';
    font-weight: bold;
    font-style: normal;
}

.promo-tv-schimb .promo-tv-container p {
    margin-bottom: 3px;
    margin-top: 0;
    font-size: 1.4rem;
}

.promo-tv-schimb .cumparam-title-wrapper {
    margin-bottom: 1.6rem;
}

.promo-tv-schimb .promo-tv-container .promo-tv-schimb-content {
    max-width: 800px;
    margin: 20px auto 40px auto;
}

.promo-tv-schimb-row .cumparam-offer-wrapper {
    float: none;
    width: 100%;
    padding: 0;
}

img.promo-tv-schimb-mobile {
    display: none;
}

img.promo-tv-schimb-desk {
    display: block;
}

@media screen and (max-width: 768px) {
    .promo-tv-schimb .box-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }
    img.promo-tv-schimb-mobile {
        display: block;
    }
    img.promo-tv-schimb-desk {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .promo-tv-schimb .promo-tv-container .promo-tv-schimb-content {
        margin: 20px auto 0 auto;
    }
}

/* The container */

.container-cumparam {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px 40px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}

/* Hide the browser's default radio button */

.container-cumparam input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.checkmark-cumparam {
    position: absolute;
    top: 15px;
    left: 16px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #1E104A;
}

/* On mouse-over, add a grey background color */

.container-cumparam:hover input~.checkmark-cumparam {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */

.container-cumparam input:checked~.checkmark-cumparam {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark-cumparam:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.container-cumparam input:checked~.checkmark-cumparam:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.container-cumparam .checkmark-cumparam:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1E104A;
}

.cumparam-form .form.promo-tv-form input.radio-cumparam {
    display: none;
}

.cumparam-form .form.promo-tv-form input.radio-cumparam:hover {
    opacity: 0 !important;
    color: transparent;
}

.cumparam-form .promo-tv-form .w33s.mb-0 {
    margin-bottom: 0;
}

.cumparam-offer-wrapper a.btn {
    margin: 20px 0 50px 0;
}

.cumparam-form button.btn {
    padding: 0 52px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.cumparam-offer-wrapper,
p.cumparam-text-on-hover {
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    width: 32%;
}

p.cumparam-text-on-hover {
    opacity: 0;
}

.cumparam-offer-wrapper:hover p.cumparam-text-on-hover {
    opacity: 1;
}

p.cumparam-form-alege {
    font-size: 13px;
    margin: 0;
    padding: 0 10px;
    line-height: 1;
    color: #2A2A2A;
}

.solicita-mobile-cumparam {
    margin-top: 30px;
    display: none;
}

.promo-tv-form.form p span.input-icon {
    top: 12px;
    left: 15px;
}

.promo-tv-form.form.promo-tv-form input {
    margin: 0;
}

.promo-tv-form.form.promo-tv-form input[type='checkbox'] {
    padding-left: 0;
    height: auto;
}

.promo-tv-form.form.promo-tv-form .cumparam-acorduri {
    display: flex;
    align-items: center;
    margin: 0;
}

.cumparam-solicitare {
    padding: 10px;
}

.form p.cumparam-form-serviciu {
    font-size: 13px;
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
    color: #2A2A2A;
    padding: 0 0 0 13px;
    height: auto;
    margin: 0;
    line-height: 1;
}

.promo-tv-container .show-more{
    margin: 1rem 0;
}

.center-tv-contact{
    max-width: 45%;
    margin: 0 auto;
}

.promo-tv-contact-list{
    max-width: 45%;
    margin: 1rem auto 0;
}

.promo-tv-contact-list > div{
    border-top: 1px solid #ccc;
    padding-top: 1.5rem;
    margin-top: 2rem;
}

.promo-tv-contact-list p{
    font-size: 1.5rem;
}

/*Steps*/

.icons-rabla{
    display: flex;
    flex-wrap: wrap;
}
.icons-rabla .icon-col{
    flex: 0 0 33%;
    max-width: 33%;
    text-align: center;
    padding: 20px;
}
.icons-rabla .icon-col i{
    font-size: 4.5rem;
    color: #ff533d;
}
.icons-rabla .icon-col p{
    font-size: 2rem;
    line-height: 1.2;
    color: #1f0f4a;
    margin-top: 1.5rem;
    font-weight: bold;
    font-family: AvenirHeavy, Arial, sans-serif;
}
.icons-rabla .icon-col p.desc-pasi{
    color: #2d2d2d;
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    font-family: AvenirLight, Arial, sans-serif;
}
@media screen and (max-width:768px){
    .icons-rabla .icon-col p.desc-pasi{
        font-size: 14px;
    }
}
.wrapper-btns-rabla{
    text-align:center;
    padding: 50px 0;
}

@media screen and (max-width: 600px){
    .wrapper-btns-rabla button{
        margin-bottom: 20px !important;
    }
}

.nr-pasi-wrapper{
    font-size: 50px;
    font-family: AvenirLight, Arial, sans-serif;
    background: #ff533d;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50%;
    color: white;
}
.icons-rabla.icons-bottom-rabla .icon-col{
    flex: 0 0 50%;
    max-width: 50%;
}

@media screen and (max-width: 1200px) {
    .cumparam-offer-wrapper .promo-tv-vertical-list{
        height: 160px;
    }
    .cumparam-offer-wrapper .btn-large{
        width: 100%;
    }
    .cumparam-new-content .cumparam-box-left {
        width: 100%;
    }
    .cumparam-new-content .cumparam-box-right {
        width: 100%;
    }
    h2.cumparam-content-title {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .cumparam-listare-cols {
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cumparam-new-content .cumparam-box-left {
        padding: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .promo-tv-container {
        padding: 0 10px;
    }
    .promo-tv-container .gray-box-left,
    .promo-tv-container .gray-box-right {
        width: 100%!important;
        margin: 0 0 20px;
    !important;
    }
}

@media screen and (max-width: 992px) {
    .cumparam-form .promo-tv-form .promo-tv-form-title br {
        display: none;
    }
    .cumparam-form .promo-tv-form .w33s.mb-0 {
        width: 100%;
    }
    .cumparam-form .promo-tv-form .w33s,
    .cumparam-form .promo-tv-form .w66s{
        width: 50%;
    }
    .cumparam-jump-to-form {
        display: block;
    }
    .promo-tv-form.form.promo-tv-form .w33s.cumparam-phone {
        margin-top: 0;
    }

    .center-tv-contact,
    .promo-tv-contact-list{
        max-width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 840px) {
    .promo-tv-form .w20s,
    .promo-tv-form .w25s {
        width: 48%;
        margin: 0 4% 1.5rem 0;
    }
    .promo-tv-form .w20s.last,
    .promo-tv-form .w20s.last-768,
    .promo-tv-form .w25s.last,
    .promo-tv-form .w25s.last-768 {
        margin-right: 0;
    }
    .promo-tv-form-contact .subcolumns {
        padding-top: 3.5rem;
    }

    .form .promo-tv-form-title{
        margin-top: 0;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .col-cumparam-icons {
        float: left;
        width: 33%;
        padding: 20px 10px;
        border-radius: 4px;
    }
    .cumparam-new-content .cumparam-box-left {
        padding: 20px;
    }
    p.cumparam-text-on-hover {
        opacity: 0;
    }
    .cumparam-offer-wrapper:hover p.cumparam-text-on-hover {
        opacity: 0;
    }
    .solicita-mobile-cumparam {
        display: block;
    }

    .promo-tv-container .show-more{
        text-align: center;
    }

    .btn-submit{
        margin: 2rem 0 0!important;
    }
}

@media screen and (max-width: 600px) {
    .promo-tv-form .w33s,
    .promo-tv-form .w66s,
    .promo-tv-form .content-step-2 .w33s {
        width: 100%;
        margin: 0 0 0.5rem;
    }
    .promo-tv-form .content-step-2 .w33s.mb-1 {
        width: 100%;
        margin: 0 0 0.5rem;
    }
    .promo-tv-form-contact .w33s {
        margin-bottom: 1.5rem;
    }
    .content-step-2 {
        width: 100%;
    }
    .promo-tv-form .subcolumns.relative {}
    .promo-tv-form .skip-btn {
        display: inline-block;
        position: static;
        margin: 0 auto 2rem;
    }
    .promo-tv-form .w20s,
    .promo-tv-form .w25s {
        width: 100%;
        margin: 0 0 1.5rem 0;
    }
    .promo-tv-form-contact .subcolumns {
        padding-top: 1.5rem;
    }
    .promo-tv-form-subtitle2 {
        margin-bottom: 2.5rem !important;
    }
}

@media screen and (max-width: 576px) {
    .hide-mobile{
        display: none!important;
    }
    .cumparam-offer-wrapper {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }
    .cumparam-offer-wrapper .promo-tv-vertical-list{
        height: auto;
    }
    .col-cumparam-icons {
        float: left;
        width: 50%;
        padding: 20px 10px;
        border-radius: 4px;
        height: 200px;
    }
    .cumparam-new-content .cumparam-box-left {
        padding: 15px;
    }
    .cumparam-new-content .cumparam-box-right {
        padding: 0;
    }
    .cumparam-new-content i.icon-hourglass {
        margin-top: 0;
    }
    h2.cumparam-content-title {
        text-align: center;
    }
    h3.promo-tv-content-subtitle {
        text-align: center;
    }
    .cumparam-offer-wrapper p {
        text-align: center;
    }
    .cumparam-form .promo-tv-form .w33s,
    .cumparam-form .promo-tv-form .w66s{
        width: 100%;
        padding: 0 0 0;
        margin: 0 0 1.5rem;
    }

    .cumparam-form .promo-tv-form .w100s{
        width: 100%;
        padding: 0 0 0;
        margin: 0 0 1.5rem;
    }
    .form p.cumparam-form-serviciu{
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
        padding: 0;
    }
    .form label[for="brand"]{
        margin: 1.5rem 0 0;
    }
    .promo-tv-form.form.promo-tv-form .cumparam-acorduri {
        height: auto;
    }

    h4.promo-tv-content-subtitle{
        text-align: center;
    }

    .nr-pasi-wrapper{
        font-size: 40px;
    }

    .icons-rabla .icon-col p{
        font-size: 14px;
    }

    .promotions-section .content .page-margins{
        padding: 0 1rem 1rem!important
    }
}

@media screen and (max-width: 400px) {
    .col-cumparam-icons {
        padding: 20px 10px;
        border-radius: 4px;
        height: 240px;
    }

    .promo-tv-center-list{
        justify-content: center;
    }

    .promo-tv-center-list li{
        width: 100%;
        margin: 0.5rem;
    }
}

@media only screen and (max-width: 380px) {
    .promo-tv-slide-title {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .promo-tv-slide-details {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

.disclaimer-title.error{
    color: #f00!important;
}

form.promo-tv-form p.succes-msg{
    font-size: 1.5rem!important;
    color: rgba(74, 178, 66, 1);
}

.center-tv-contact .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 1.2rem;
}

.promo-tv-box-select{
    padding: 0 1rem;
}
