:root {
    --blurNight: #324B4F;
    --blurWhite: #79B5BE;
    --sulfur:  #95B0B4;
    --btnBackground: #3E8C79;

}

body {
    background-color: #fff;
}

body .upper-description-bar.green-text {
    margin-top: 70px;
}

body .upper-description-bar.green-text h1 {
    padding-top: 20px;
    background-color: #fff;
}

.item {
    display: block;
}

.desc {
    padding-bottom: 0;
}

#calcTop {
    display: none;
}

.error_input {
    border-color: rgb(250, 66, 66);
    background: rgb(253, 231, 231);
}

.masina_schimb #modal_info_tlf {
    width: 100%;
    background: rgb(23 22 22 / 43%);
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999999999999999;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.masina_schimb #modal_info_tlf .info{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.masina_schimb #modal_info_tlf .title {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
    font-weight: bold;
}

.masina_schimb #modal_info_tlf .text_info {
    text-align: center;
    font-size: 14px;
}

.masina_schimb #modal_info_tlf .text_info .txt_title {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.masina_schimb #modal_info_tlf #btnClose{
    position: absolute;
    right: 3%;
    top: 8%;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.masina_schimb #modal_info_tlf #btnClose:hover {
    color: red;
}

.car-exchange {
    background-color: white;
    font-family: Open Sans;
    line-height: 1.5;
}

.car-exchange .row {
    display: flex;
    align-items: center;
}

.padding-top-botm-4rem {
    padding: 3rem 0;
}

.car-exchange a{
    font-size: 18px;
    font-weight: 600;
}

.car-exchange .section-titles {
    font-size: 24px;
    font-weight: 400;
}

.car-exchange p,
.car-exchange li,
.car-exchange input,
.car-exchange button {
    font-size: 16px;
    font-weight: 400;
}

.car-exchange-line-between-sec {
    width: 110px;
    height: 8px;
    background: #3A8C78;
}

.car-exchange-green-color {
    color: #3E8C79;
}

/* Main Banner */
.car-exchange-banner-info {
    position: relative;
    top: 1rem;
}

.car-exchange-banner-info a {
    margin-top: 20px;
}

.car-exchange-banner-info .car-exchange-banner-info-title {
    text-align: left;
    text-transform: inherit;
    font-weight: 600;
    font-style: normal;
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 16px;
}
.car-exchange-banner-info .car-exchange-banner-info-title.ru {
    font-size: 25px;
}

.car-exchange-banner-info .car-exchange-banner-info-title span:nth-child(1),
.car-exchange-banner-info .car-exchange-banner-info-title span:nth-child(2) {
    text-transform: capitalize;
}

.car-exchange-banner-info .car-exchange-banner-info-title span:nth-child(3) {
    text-transform: uppercase;
}

.car-exchange-banner-info p {
    font-style: normal;
    font-weight: normal;
}
.car-exchange-banner-info a {
    display: inline-block;
}
.car-exchange-banner-info a div {
    background: var(--btnBackground);
    border-radius: 40px;
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-top: 55px;
    transition: .3s ease;
    width: 112px;
}
.car-exchange-banner-info a.ru div {
    width: auto;
}
.car-exchange-banner-info a div:hover{
    box-shadow: 0 5px 10px 0 #79B5BE;
    transition: .3s ease;
}
.car-exchange-banner-info a .ru {
    padding: 5px 35px;
}

.car-exchange-banner-info a .ro {
    padding: 15px 34px;
}

.car-exchange-banner-img img {
    float: right;
    width: 100%;
    max-width: 1200px;
}

/* End Main Banner */

/* Additional costs section  */
.car-exchange-additional-costs {
    margin: 80px 0 20px 0;
}

.car-exchange-sec-paragraph {
    color: #000000;
}
.car-exchange-additional-costs-list ul li{
    margin: 20px 0;
}
.car-exchange-additional-costs-list ul li span {
    width: 23px;
    margin-right: 15px;
    max-width: 23px;
    min-width: 23px;
}
.car-exchange-additional-costs-list ul li span svg {
    width: 100%;
}
.car-exchange-additional-costs-list ul li span svg .st0 {
    fill: var(--btnBackground);
}
.car-exchange-additional-costs-img {
    height: 225px;
}
.car-exchange-additional-costs-img img {
    max-width: 100%;
}
.footer_info {
    padding-bottom: 20px;
}

/* End Additional costs section  */

/* Questions section  */
.car-exchange-questions-sec {
    padding: 20px 0;
    background-color: #79B5BE;
}

.car-exchange-questions-sec p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
.car-exchange-questions-sec h2{
    text-transform: initial;
}
.car-exchange-questions-sec h2, .car-exchange-questions-sec p {
    color: #ffffff;
}
.car-exchange-questions-sec-input form input{
    padding-left: 15px;
}
.car-exchange-questions-sec-input form input,
.car-exchange-questions-sec-input form button {
    font-size: 16px;
    font-weight: 600;
    width: 280px;
    height: 40px;
    border-radius: 5px;
    border: none;
}


.car-exchange-questions-sec-input form button {
    background-color: #3E8C79;
    color: #FFFFFF;
    margin-left: 1rem;
}
/* End Questions section  */

/* CTA section */
.car-exchange-cta-sec {
    padding: 24px 0 36px;
    background: #fff;
    border-top: 1px solid #e6eff1;
}

.car-exchange-cta-sec .wrapper {
    max-width: 980px;
}

.car-exchange-cta-sec p {
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
    color: #213236;
    text-align: center;
}
/* End CTA section */

/* How to get a car?  */
.car-exchange-get-car-sec .col-md-5{
    height: 691px;
}
.mrg-botm-165{
    margin-bottom: 165px;
}
.mrg-top-130{
    margin-top: 130px;
}
.car-exchange-get-car-sec-list .faq-step-title {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}
.car-exchange-get-car-sec-list p {
    padding: 0!important;
}
.car-exchange-get-car-sec-list p span {
    font-weight: 600;
}
.car-exchange-get-car-sec-route {
    min-height: 900px;
    margin-top: 35px;
}

/* End How to get a car?  */

/* Our cars  */
.car-exchange-our-cars-car-img {
    max-width: 435px;
    width: 100%;
}
.car-exchange-our-cars-sec-title{
    font-size: 24px;
}
.car-exchange-our-cars-car-name {
    font-size: 18px;
}

/* End Our cars  */

/* Calculate the price */
.car-exchange-calculate-price {
    background: url('/img/masina_schimb/price-section-hero-img.jpeg');
    width: 100%;
    background-size: cover;
    background-position: 50% 105%;
    background-repeat: no-repeat;
}
.car-exchange-calculate-price h2 {
    text-transform: none;
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 37px;
    text-align: center;
}

.car-exchange-calculate-price-inner {
    position: relative;
    display: block;
    background-image: url("/img/masina_schimb/background_price.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 383px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.car-exchange-calculate-price-inner-title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.car-exchange-calculate-price-inner-title p {
    max-width: 980px;
    margin: 0 auto 8px;
    line-height: 1.45;
}

.car-exchange-calculate-price-inner-title h2 + p {
    margin-top: 10px;
}

.car-exchange-calculate-price-inner-title p:last-of-type {
    margin-bottom: 0;
}

.car-exchange-calculate-price-inner-btn {
    background: #324B4F;
    border-radius: 40px;
    padding: 15px 34px;
    color: white;
}

/* End Calculate the price */

/* Steps under price section */
.car-exchange-steps-sec {
    padding-top: 30px;
    padding-bottom: 10px;
}

.car-exchange-steps-sec h2 {
    text-transform: none;
    margin-bottom: 25px;
}

.car-exchange-steps-list,
.car-exchange-steps-ro {
    max-width: 920px;
    margin: 0 auto;
    text-align: left;
}

.car-exchange-steps-list {
    padding-left: 22px;
}

.car-exchange-steps-list li {
    margin-bottom: 12px;
}

.car-exchange-steps-list p,
.car-exchange-steps-ro p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.car-exchange-steps-ro .step-intro {
    margin-bottom: 16px;
}

.car-exchange-steps-ro .step-title {
    margin-top: 10px;
    margin-bottom: 6px;
}

.car-exchange-steps-ro .step-text {
    margin-bottom: 14px;
}

.car-exchange-steps-list a,
.car-exchange-steps-ro a {
    color: #324B4F;
    text-decoration: underline;
}

/* End steps under price section */

/* General information about offer */
.car-exchange-general-info-offer .row {
    align-items: center;
}

.car-exchange-general-info-title,
.car-exchange-general-info-paragraph {
    text-align: left;
}
.car-exchange-general-info-title{
    font-size: 24px;
}
.car-exchange-general-info-img {
    max-width: 100%;
    width: 100%;
}

/* End General information about offer */

/*start servicii info*/
#services_info {
    margin-top: 30px;
}
#services_info .item {
    cursor: pointer;
    transition: .3s ease-in;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}
#services_info .item:hover .title,
#services_info .item.active .title{
    color: var(--blurNight) !important;
    transition: .3s ease-in;
}
#services_info .item:hover .icon #assistentaRutieraIcon .assistentaRutieraIcon,
#services_info .item:hover .icon #asistentaDauneIcon .asistentaDauneIcon,
#services_info .item:hover .icon #masinaSchimbIcon .masinaSchimbIcon,
#services_info .item:hover .icon #evacuatorIcon .evacuatorIcon,
#services_info .item:hover .icon #defictiuniTehniceIcon .defictiuniTehniceIcon,
#services_info .item:hover .icon #deplasareHotareIcon .deplasareHotareIcon,
#services_info .item.active .icon #deplasareHotareIcon .deplasareHotareIcon,
#services_info .item.active .icon #defictiuniTehniceIcon .defictiuniTehniceIcon,
#services_info .item.active .icon #asistentaDauneIcon .asistentaDauneIcon,
#services_info .item.active .icon #evacuatorIcon .evacuatorIcon,
#services_info .item.active .icon #masinaSchimbIcon .masinaSchimbIcon,
#services_info .item.active .icon #assistentaRutieraIcon .assistentaRutieraIcon {
    fill: var(--blurNight);
    transition: .3s ease-in;
}
#services_info .icon {
    width: 100px;
    height: 80px;
    margin: 0 auto 10px auto;
    transition: .3s ease-in;
}
#services_info .icon svg {
    height: 100%;
    width: 100%;
}
#services_info #masinaSchimbIcon .masinaSchimbIcon,
#services_info #assistentaRutieraIcon .assistentaRutieraIcon,
#services_info #evacuatorIcon .evacuatorIcon,
#services_info #defictiuniTehniceIcon .defictiuniTehniceIcon,
#services_info #deplasareHotareIcon .deplasareHotareIcon,
#services_info #asistentaDauneIcon .asistentaDauneIcon {
    fill: var(--blurWhite);
}
#services_info .item {
    color: var(--blurWhite);
}
.services_description {
    height: 70px;
}
.services_description .item {
    display: none;
}
.services_description .item p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: justify;
    text-indent: 25px;
    color: #000;
    margin-top: 10px;
}
.services_description_mobile {
    display: none;
    padding: 0 25px;
}
/*end servicii info*/

/*start questions*/
.questions {
    background: #fff;
    height: 60px;
    padding: 0 20px;
    margin: 10px 0;
    cursor: pointer;
    border: 1px solid var(--blurWhite);
    transition: .3s ease-in;
}
.questions:hover,
.questions.active {
    background: var(--blurWhite);;
    transition: .3s ease-in;
}
.questions:hover .title,
.questions.active .title {
    color: #fff;
    transition: .3s ease-in;
}
.questions:hover .arrow #arrow_to_right path,
.questions.active .arrow #arrow_to_right path {
    fill: #fff!important;
    transition: .3s ease-in;
}
.questions.active .arrow {
    transform: rotate(
            270deg
    );
    transition: .3s ease-in;
}
.questions .title {
    padding: 0 20px 0 0;
    color: var(--blurWhite);
}
.questions .arrow {
    width: 11px;
    min-width: 11px;
    max-width: 11px;
    transform: rotate(
            90deg
    );
}
.questions .arrow svg {
    width: 100%;
}
.questions .arrow #arrow_to_right path {
    fill: var(--blurWhite)!important;
}
.questions_child {
    display: none;
}
.questions_child p {
    padding: 20px;
}
/*end questions*/
.wrapper_calculator {
    padding: 0!important;
}
.title_wrapper_calculator {
    text-transform: uppercase;
    margin: 40px 0;
}
.range_checkbox_section h6 {
    margin-top: 40px;
    text-align: center;
}
.range_checkbox_section .range_calculator_checkbox {
    margin-top: 20px!important;
}


/* ========== Media queries ========== */

@media only screen and (max-width: 1200px) {
    #services_info {
        flex-wrap: wrap;
        justify-content: center;
    }
    #services_info .col-md-2 {
        width:  29.333%;
        margin-bottom: 20px;
    }
    .services_description {
        padding: 40px 25px 0 25px;
    }
    .services_description {
        height: 100px;
    }
    .questions {
        margin: 10px 20px;
    }
}
@media all and (max-width: 991px) {
    body .upper-description-bar.green-text {
        margin-top: 50px;
    }

    .questions_child .desc {
        margin-bottom: 20px;
        text-align: center;
    }
    .car-exchange .padding-top-botm-4rem {
        padding: 20px;
        margin-top: 0;
    }
    .car-exchange-our-cars .mrg-btm-70 {
        margin-bottom: 0;
    }

    /* Main Banner */
    .car-exchange-banner-info {
        top: 1rem;
    }
    .car-exchange-banner-info p {
        padding-right: 0;
    }
    .car-exchange-banner-img {
        margin-top: 5rem;
    }
    .car-exchange-banner-img img{
        margin-bottom: 20px;
    }
    /* End Main Banner */

    /* Additional costs */

    .car-exchange-additional-costs .mrg-top-70{
        margin-top: 20px;
    }
    /* End Additional costs */

    /* Questions section  */
    .car-exchange-questions-sec-input form button {
        margin-top: 1rem;
        margin-left: 0;
        width: auto;
    }
    .car-exchange-questions-sec{
        margin-bottom: 20px;
    }

    .car-exchange-cta-sec {
        padding: 20px 0 28px;
    }

    .car-exchange-cta-sec p {
        font-size: 18px;
        line-height: 1.5;
    }
    /* End Questions section  */

    /* How to get a car?  */
    .car-exchange-get-car-sec-list .mrg-btm-70{
        margin-bottom: 40px;
    }
    .car-exchange-get-car-sec .row-mobile{
        flex-direction: row;
    }
    .car-exchange-get-car-sec .mrg-botm-165{
        margin-bottom: 20px;
    }
    .car-exchange-get-car-sec .col-md-5{
        height: auto;
    }
    .car-exchange-get-car-sec-icons img{
        /*max-width: 86px;*/
        display: none;
    }
    .car-exchange-get-car-sec-route,
    .car-exchange-get-car-sec-col-desktop {
        display: none !important;
    }
    .car-exchange-get-car-sec-col-mobile {
        display: flex;
    }
    /* End How to get a car?  */

    /* Calculate the price */
    .car-exchange-calculate-price {
        background-position: 35%;
    }
    .car-exchange-steps-list p,
    .car-exchange-steps-ro p {
        font-size: 16px;
    }
    /* End calculate the price */
    .car-exchange-general-info-offer .mrg-btm-20{
        margin-bottom: 20px;
    }
    .questions_child .row {
        display: inherit;
    }
    .questions_child .row,
    .car-exchange-get-car-sec-list .faq-step-title {
        text-align: center;
    }
    .car-exchange-get-car-sec-list p {
        padding: 0;
    }
    .car-exchange-get-car-sec-list .mrg-btm-70 {
        margin: 0;
    }
}
@media only screen and (max-width: 868px) {
    .car-exchange-banner .col-md-6 {
        width: 100%;
    }
    .car-exchange-banner  .car-exchange-banner-info {
        text-align: center;
    }
    .car-exchange-banner .row {
        flex-wrap: wrap-reverse;
    }
    .car-exchange-banner .row .col-md-7 {
        width: 100%;
    }
    .car-exchange-banner  .car-exchange-banner-img {
        text-align: center;
    }
    .car-exchange-banner-img img {
        float: inherit;
        width: 67%;
    }
    .car-exchange-calculate-price h2 {
        font-size: 22px;
    }
    .car-exchange-calculate-price-inner-title p {
        max-width: 92%;
    }
    .questions .title,
    .questions_child p {
        font-size: 16px;
    }
    .services_description {
        height: 125px;
    }
    .car-exchange-banner-info a div {
        margin-top: 20px;
    }
    .car-exchange-additional-costs {
        margin: 50px 0 20px 0;
    }
    .range_checkbox_section .range_calculator_checkbox {
        margin-top: 30px!important;
    }
}
@media only screen and (max-width: 768px) {
    .questions .title,
    .questions_child p {
        font-size: 14px;
    }
    .services_description {
        height: 145px;
    }
    .car-exchange-calculate-price h2 {
        font-size: 17px;
    }
    .car-exchange-calculate-price-inner-title p {
        margin-bottom: 6px;
        line-height: 1.4;
    }
    .car-exchange-calculate-price-inner-title h2 + p {
        margin-top: 6px;
    }
    .car-exchange-steps-sec h2 {
        font-size: 22px;
    }
    .car-exchange-steps-list,
    .car-exchange-steps-ro {
        padding-left: 14px;
        padding-right: 14px;
    }
    .car-exchange-steps-list p,
    .car-exchange-steps-ro p {
        font-size: 14px;
        line-height: 1.5;
    }
    .car-exchange-steps-ro .step-intro {
        margin-bottom: 12px;
    }
    .car-exchange-steps-ro .step-title {
        margin-top: 8px;
        margin-bottom: 4px;
    }
    .car-exchange-steps-ro .step-text {
        margin-bottom: 12px;
    }
    .footer_info .row .col-md-6:first-child {
        width: 100%;
    }
    .footer_info .row .col-md-6:last-child {
        display: none;
    }
    .footer_info .car-exchange-additional-costs-list h2{
        text-align: center;
    }
    .car-exchange-questions-sec .col-md-12 {
        width: 100%;
    }
    .car-exchange-questions-sec-input form input {
        display: block;
        margin: 0 auto;
    }
    .car-exchange-calculate-price-inner {
        height: 280px;
    }
    .car-exchange-calculate-price-inner-title {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        height: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 568px) {
    .car-exchange-banner-img img {
        width: 87%;
    }
    #services_info .col-md-2 {
        width: 100%;
        border: 1px solid var(--blurWhite);
        margin: 10px 20px;
    }
    #services_info .col-md-2:hover {
        border: 1px solid var(--blurWhite);
        background: var(--blurWhite);
    }
    #services_info .col-md-2.active {
        border: 1px solid var(--blurWhite);
        background: var(--blurWhite);
    }
    #services_info .item:hover .title, #services_info .item.active .title {
        color: #fff!important;
    }
    #services_info .item:hover .icon #assistentaRutieraIcon .assistentaRutieraIcon, #services_info .item:hover .icon #asistentaDauneIcon .asistentaDauneIcon, #services_info .item:hover .icon #masinaSchimbIcon .masinaSchimbIcon, #services_info .item:hover .icon #evacuatorIcon .evacuatorIcon, #services_info .item:hover .icon #defictiuniTehniceIcon .defictiuniTehniceIcon, #services_info .item:hover .icon #deplasareHotareIcon .deplasareHotareIcon, #services_info .item.active .icon #deplasareHotareIcon .deplasareHotareIcon, #services_info .item.active .icon #defictiuniTehniceIcon .defictiuniTehniceIcon, #services_info .item.active .icon #asistentaDauneIcon .asistentaDauneIcon, #services_info .item.active .icon #evacuatorIcon .evacuatorIcon, #services_info .item.active .icon #masinaSchimbIcon .masinaSchimbIcon, #services_info .item.active .icon #assistentaRutieraIcon .assistentaRutieraIcon {
        fill: #fff;
    }
    #services_info .item {
        display: flex;
        align-items: center;
        width: 284px;
        margin: 0 auto;
        font-size: 12px;
        text-align: left;
    }
    #services_info .icon {
        margin: 0;
    }
    .services_description {
        display: none;
    }
    .questions_child p {
        padding: 10px 40px;
    }
    .car-exchange-banner-info .car-exchange-banner-info-title {
        font-size: 20px;
    }
    .car-exchange-banner-info p{
        font-size: 16px;
    }
    .car-exchange-banner-info a div {
        margin-top: 0px;
    }
    .car-exchange-banner-info a div {
        width: 102px;
        font-size: 16px;
    }
    #services_info .icon {
        width: 80px;
        height: 60px;
    }
    .footer_info .mrg-top-70.row{
        margin-top: 20px;
    }
    #title_calc {
        margin: 20px 0;
    }

    .car-exchange-cta-sec {
        padding: 14px 0 20px;
    }

    .car-exchange-cta-sec p {
        font-size: 16px;
        line-height: 1.45;
    }
}
@media only screen and (max-width: 480px) {
    .car-exchange-banner-img img {
        width: 95%;
    }
    .amo-button-holder.amo-vertical {
        display: none;
    }
    .questions .title {
        font-size: 12px;
        line-height: 13px;
    }
    .questions_child p {
        font-size: 12px;
    }
    .car-exchange-questions-sec p {
        font-size: 14px;
    }
    .questions .arrow {
        width: 7px;
        min-width: 7px;
        max-width: 7px;
    }
    .car-exchange-questions-sec {
        padding: 10px;
    }
}
@media all and (min-width: 992px) {

    .car-exchange-get-car-sec-col-mobile {
        display: none !important;
    }
    .car-exchange-get-car-sec-icons{
        display: none;
    }
    .car-exchange-additional-costs-list ul{
        float: right;
    }
}

/*global css for page*/
.title_font {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.textBlurWhite {
    color: var(--blurWhite);
}