body[data-lang] {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    box-sizing: border-box;
}

.taxa-de-drumuri-section--table-active {
    display: flex;
}

.taxa-de-drumuri-first-section--content.taxa-de-drumuri-section {
    max-width: 1294px;
}

.taxa-de-drumuri-section {
    display: flex;
    justify-content: space-between;
    max-width: 1194px;
    margin: 0 auto;
    align-items: center;
    padding: 0 15px;

}

.taxa-de-drumuri-title {
    font-weight: 400;
    font-size: 38px;
    line-height: 50px;
    color: rgba(55, 73, 87, 1);
}

.taxa-de-drumuri-title>span {
    color: #1E72E3;
}

.taxa-de-drumuri-paragraph {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: rgba(55, 73, 87, 0.85);
}

.taxa-de-drumuri-paragraph>span {
    font-weight: 600;
}

.taxa-de-drumeri-span-green.taxa-de-drumeri-span-green {
    color: #30CE55;
}



body[data-lang='ro'] .taxa-de-drumuri_image-ru {
    display: none;
}

body[data-lang='ru'] .taxa-de-drumuri_image-ro {
    display: none;
}

.taxa-de-drumuri-first-section {
    background: #F2F2F2;
    min-height: calc(100vh - 94px);
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.taxa-de-drumuri-first-section .taxa-de-drumuri-first-section--content {
    align-items: center;
}

.taxa-de-drumuri-second-section--column .taxa-de-drumuri-title {
    margin-bottom: 20px;
}

.taxa-de-drumuri-first-section--content {
    height: 100vh;
    box-sizing: border-box;
}

.taxa-de-drumuri-first-section--content>* {
    width: 50%;
}

.taxa-de-drumuri-paragraph-anul {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #A7A7A7;
    padding-left: 13px;
    border-left: 2px solid #B8B8B8;
    text-transform: uppercase;
}

.taxa-de-drumuri-main-title {
    font-weight: 400;
    font-size: 50px;
    line-height: 65px;
    color: #374957;
    margin-top: 25px;

}

.taxa-de-drumuri-main-title>span {
    color: rgba(67, 139, 246, 1)
}

.taxa-de-drumuri-eight-section {
    width: 100%;
}

.taxa-de-drumuri-first-section--column-list {
    margin-top: 15px;
}

.taxa-de-drumuri-first-section--column-list>li {
    font-weight: 400;
    font-size: 50px;
    line-height: 65px;
    color: #438BF6;
}

.taxa-de-drumuri-first-section--column-list>li::before {
    content: '- ';
}


.taxa-de-drumuri-first-section--column-img,
.taxa-de-drumuri-eight-section--column-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
}

.taxa-de-drumuri-first-section--column-img> picture > img,
.taxa-de-drumuri-eight-section--column-img> picture > img {
    width: 90%;
    position: absolute;
}

.taxa-de-drumuri-first-section--column>a {
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 23px 70px;
    background: #438BF6;
    margin-top: 70px;
    text-decoration: none;
    display: inline-flex;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
}

.taxa-de-drumuri-first-section--column>a:hover {
    color: #438BF6;
    border-color: #438BF6;
    background-color: transparent;
}

img.rot {
    animation: 15s linear 0s normal none infinite running rot;
    -webkit-animation: 40s linear 0s normal none infinite running rot;

}


@keyframes rot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.taxa-de-drumuri-second-section--content {
    margin-top: 200px;
}

.taxa-de-drumuri-second-section--content>* {
    width: 50%;
}

.taxa-de-drumuri-second-section--content>*:first-child {
    margin-right: 60px;
    padding-right: 20px;
}

.taxa-de-drumuri-second-section--image,
.taxa-de-drumuri-four-section--image,
.taxa-de-drumuri-fifth-section--image {
    cursor: pointer;
    position: relative;
}

.taxa-de-drumuri-second-section--image> picture > img,
.taxa-de-drumuri-four-section--image> picture > img,
.taxa-de-drumuri-fifth-section--image> picture > img {
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.taxa-de-drumuri-four-section--image::after {
    content: "";
    width: 0%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #e0fbe6;
    transition: 1s cubic-bezier(.29, 1.39, .81, 1.13);
}

.taxa-de-drumuri-fifth-section--image::after {
    content: "";
    width: 0%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #e9f1fe;
    transition: 1s cubic-bezier(.29, 1.39, .81, 1.13);
}

.taxa-de-drumuri-second-section--image::after {
    content: "";
    width: 0%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #e9f1fe;
    transition: 1s cubic-bezier(.29, 1.39, .81, 1.13);
}

.taxa-de-drumuri-second-section--image:hover::after,
.taxa-de-drumuri-four-section--image:hover::after,
.taxa-de-drumuri-fifth-section--image:hover::after {
    width: 100%;
}

.taxa-de-drumuri-thirdth-section--content {
    flex-direction: column;
    margin-top: 200px;
}

.taxa-de-drumuri-thirdth-section--content>h4 {
    width: 567px;
    max-width: 100%;
    text-align: center;
}

.taxa-de-drumuri-thirdth-section--content-info {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.taxa-de-drumuri-thirdth-section--content-info>* {
    width: 50%;
}

.taxa-de-drumuri-thirdth-section--content-info>*:first-child {
    margin-right: 70px;
}

.taxa-de-drumuri-thirdth-section--content-info-logo {
    display: flex;
    justify-content: flex-start;
}

.taxa-de-drumuri-thirdth-section--content-info-logo> picture > img {
    width: 100px;
    height: 100px;
    margin-right: 25px;
}

.taxa-de-drumuri-thirdth-section-table {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #438BF7;
    color: #FFFFFF;
    margin-top: 50px;
}

.taxa-de-drumuri-thirdth-section-table>* {
    width: 50%;
    padding: 35px;
    box-sizing: border-box;

}

.taxa-de-drumuri-thirdth-section-table-content-name {
    display: flex;
    margin-bottom: 30px;
}

.taxa-de-drumuri-thirdth-section-table-content-name>h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 0 30px;
    width: 360px;
}

.taxa-de-drumuri-tooltip {
    position: absolute;
    max-width: 90%;
    width: 300px;
    top: 40px;
    background: #FFFFFF;
    border-top: 3px solid #62A3FA;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px 20px;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: 0.4s;
    box-shadow: 0px 10px 35px rgba(59, 61, 82, 0.15);
    border: 1px solid #C3D3EB;
}

.taxa-de-drumuri-thirdth-section-table-content>ul>li> picture > img:hover+.taxa-de-drumuri-tooltip {
    opacity: 1;
}

.taxa-de-drumuri-tooltip>ul>li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(55, 73, 87, 0.8);
}

.taxa-de-drumuri-tooltip>ul>li::before {
    content: url('../../img/calc_revizia/Ellipse 376.svg');
    margin-right: 5px;
}

.taxa-de-drumuri-tooltip>h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #374957;
    margin-bottom: 14px;
}


.taxa-de-drumuri-thirdth-section-table-content>ul>li {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    position: relative;
}

.taxa-de-drumuri-thirdth-section-table-content>ul>li> picture > img {
    cursor: pointer;
    margin-left: 12px;
}

.taxa-de-drumuri-thirdth-section-table-content>ul>li:not(:last-child) {
    margin-bottom: 27px;

}

.taxa-de-drumuri-thirdth-section-table-content:last-child {
    border-left-width: 2px;
    border-left-style: dashed;
    border-left-color: #D0DBEC;
}

.taxa-de-drumuri-thirdth-section-table-content>ul>li::before {
    content: url(../../img/calc_revizia/romb.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
}

.taxa-de-drumuri-banner {
    position: relative;
    background-color: #EAF2FF;
    padding: 30px 40px 25px 20px;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
}

.taxa-de-drumuri-banner-info {
    text-align: left;
    padding-left: 20px;
}

.taxa-de-drumuri-banner-mobile {
    display: none;
}

.taxa-de-drumuri-banner-mobile .taxa-de-drumuri-banner-info {
    margin-bottom: 20px;
}

.taxa-de-drumuri-banner-mobile .taxa-de-drumuri-banner-info p {
    line-height: 1.4;
    font-size: 20px;
}

.taxa-de-drumuri-banner-info-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.taxa-de-drumuri-banner img[alt="car icon"] {
    display: block;
    position: static;
    z-index: 10;
}

.taxa-de-drumuri-banner> picture > img[alt="BG"] {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    object-fit: contain;
}



.taxa-de-drumuri-banner-link {
    flex-shrink: 0;
    margin-left: 15px;
}

.taxa-de-drumuri-banner-info .taxa-de-drumuri-four-section--content {
    margin-top: 200px;
}

.taxa-de-drumuri-four-section--content>* {
    padding-left: 20px;
    width: 50%;
}

.taxa-de-drumuri-four-section--content>*:first-child {
    margin-right: 127px;
}

.taxa-de-drumuri-four-section--column>h4 {
    margin-bottom: 40px;
}

.taxa-de-drumuri-four-section--column> picture > img {
    width: 100%;
}

.taxa-de-drumuri-four-section--column>p:not(:last-child) {
    margin-bottom: 30px;
}

.taxa-de-drumuri-four-section--column>a {
    background: #438BF6;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 21px 55px;
    text-decoration: none;
    display: inline-flex;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
}

.taxa-de-drumuri-four-section--column>a:hover {
    background-color: transparent;
    color: #438BF6;
    border-color: #438BF6;
}

.taxa-de-drumuri-fifth-section {
    margin-top: 200px;
}

.taxa-de-drumuri-fifth-section--column>h4 {
    margin-bottom: 40px;
}

.taxa-de-drumuri-fifth-section--column-item:not(:last-child) {
    margin-bottom: 27px;
}

.taxa-de-drumuri-fifth-section--content>* {
    width: 50%;
}

.taxa-de-drumuri-fifth-section--content>*:first-child {
    margin-right: 55px;
    padding-right: 25px;
}

.taxa-de-drumuri-fifth-section--column>a {
    background: #438BF6;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 21px 55px;
    text-decoration: none;
    display: inline-flex;
    margin-left: 55px;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
}

.taxa-de-drumuri-fifth-section--column>a:hover {
    color: #438BF6;
    border-color: #438BF6;
    background-color: transparent;
}

.taxa-de-drumuri-fifth-section--column> picture > img {
    margin-right: 12px;
    padding-right: 20px;
    width: 100%;
}

.taxa-de-drumuri-fifth-section--column-item {
    display: flex;
    justify-content: flex-start;
}

.taxa-de-drumuri-fifth-section--column-item> picture > img {
    width: 35px;
    height: 35px;
    margin-right: 20px;
}

.taxa-de-drumuri-sixth-section {
    margin-top: 200px;
}

.taxa-de-drumuri-sixth-section>h4 {
    margin: 0 auto;
    width: 567px;
    max-width: 100%;
    text-align: center;
}

.taxa-de-drumuri-sixth-section-container {
    margin-top: 60px;
    background: #F2F2F2;
}

.taxa-de-drumuri-sixth-section-container-list {
    display: flex;
    margin: 0 auto;
    padding-top: 85px;
    padding-bottom: 75px;
    justify-content: space-between;
}

.taxa-de-drumuri-sixth-section-container-list-item {
    text-align: center;
    max-width: 223px;
    padding: 0 15px;

}

.taxa-de-drumuri-sixth-section-container-list-item:not(:last-child) {
    margin-right: 70px;

}

.taxa-de-drumuri-sixth-section-container-list-item> picture > img {
    margin-bottom: 25px;
}

.taxa-de-drumuri-sixth-section-container-list-item>p {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}


.taxa-de-drumuri-sixth-section-container>p {
    padding-bottom: 30px;
    padding-top: 27px;
    border-top: 1px solid #C3D3EB;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(55, 73, 87, 0.85);
}

.taxa-de-drumuri-seventh-section {
    margin-top: 200px;

}

.taxa-de-drumuri-section--table>div>p,
.taxa-de-drumuri-seventh-section--table-primesti>h4,
.taxa-de-drumuri-seventh-section--table-verifici>h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
}

.taxa-de-drumuri-seventh-section--table-verifici a {
    display: block;
}

.taxa-de-drumuri-seventh-section--table-сalculezi> picture > img {
    width: 100%;
}

.taxa-de-drumuri-seventh-section--content {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.taxa-de-drumuri-seventh-section--content>h4 {
    width: 564px;
    text-align: center;
}

.taxa-de-drumuri-seventh-section-tabs--wrapper {
    position: relative;
}

.taxa-de-drumuri-seventh-section-tab-table {
    margin-top: 86px;
    width: 100%;
}

.taxa-de-drumuri-seventh-section-tab {
    display: flex;
    width: 630px;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    margin: 0 auto;
}

.taxa-de-drumuri-seventh-section-tab>button {
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #374957;
    padding-bottom: 25px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
}

.taxa-de-drumuri-tab-active.taxa-de-drumuri-tab-active {
    color: #5ECD78;
    border-bottom: 3px solid #5ECD78;
}

.taxa-de-drumuri-section--table {
    width: 100%;
    min-height: 677px;
    background: #E9FFF3;
    border-top: 1px solid #5ECD78;
    padding: 84px 87px 75px 55px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transition: opacity .5s ease-in-out;
}

.taxa-de-drumuri-section--table>* {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.taxa-de-drumuri-section--table>* img {
    max-width: 100%;
}

.taxa-de-drumuri-section--table--active {
    opacity: 1;
    pointer-events: all;
    position: relative;
}

.taxa-de-drumuri-section--table> picture > img {
    margin-bottom: 70px;

}

.taxa-de-drumuri-section--table>div>p:not(:first-child) {
    margin-top: 15px;
}

.taxa-de-drumuri-section--table>div>a {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background: #438BF6;
    padding: 21px 55px;
    margin-top: 48px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
}

.taxa-de-drumuri-section--table>div>a:hover {
    background-color: transparent;
    border-color: #438BF6;
    color: #438BF6;
}

.taxa-de-drumuri-seventh-section--table-you_pay img {
    max-width: 100%;
}

.taxa-de-drumuri-banner {
    margin-top: 80px;
    margin-bottom: 200px;
}

.taxa-de-drumuri-banner-info>h4>span:not(.set_year) {
    font-weight: 700;
}

.taxa-de-drumuri-banner-info>h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #374957;
}

.taxa-de-drumuri-banner-info>p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #374957;
    margin-top: 5px;
}

.taxa-de-drumuri-banner-info>p>span {
    font-weight: 700;
}

.taxa-de-drumuri-banner-link>a {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    background: #157CD1;
    padding: 16px 47px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
    border: 2px solid transparent;
}

.taxa-de-drumuri-banner-link>a:hover {
    border-color: #157CD1;
    color: #157CD1;
    background-color: transparent;
}

.taxa-de-drumuri-seventh-section-table-primesti>p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #374957;
}

.taxa-de-drumuri-eight-section--content {
    justify-content: center;

}

.taxa-de-drumuri-eight-section--content>* {
    width: 50%;
}

.taxa-de-drumuri-eight-section--content>*:first-child {
    margin-right: 95px;
}

.taxa-de-drumuri-eight-section {
    background: #EAF2FF;
    width: 100%;
    margin-top: 200px;
    /* margin-bottom: 310px; */
    padding-top: 34px;
    padding-bottom: 48px;
}

.taxa-de-drumuri-eight-section--column>h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1E72E3;
    padding-left: 13px;
    margin-bottom: 21px;
    border-left: 3px solid #1E72E3;
}

.taxa-de-drumuri-eight-section--column>p {
    font-weight: 400;
    font-size: 38px;
    line-height: 50px;
    color: #374957;
}

.taxa-de-drumuri-eight-section--column>a {
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background: #438BF6;
    padding: 21px 62px;
    margin-top: 65px;
    text-decoration: none;
    display: inline-block;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
}

.taxa-de-drumuri-eight-section--column>a:hover {
    color: #438BF6;
    border-color: #438BF6;
    background-color: transparent;
}

.taxa-de-drumuri-eight-section--column> picture > img {
    width: 100%;
}

@media only screen and (max-height: 800px) {
    .taxa-de-drumuri-first-section {
        padding: 94px 20px;
    }

    .taxa-de-drumuri-first-section--content>*:first-child {
        width: 60%;
    }

    .taxa-de-drumuri-first-section--content>*:last-child {
        width: 40%;
    }

    .taxa-de-drumuri-first-section .taxa-de-drumuri-paragraph-anul {
        font-size: 14px;
        letter-spacing: 5px;
    }

    .taxa-de-drumuri-first-section .taxa-de-drumuri-main-title {
        margin-top: 15px;
    }

    .taxa-de-drumuri-first-section .taxa-de-drumuri-main-title,
    .taxa-de-drumuri-first-section--column-list>li {
        font-size: 40px;
        line-height: 55px;
    }

    .taxa-de-drumuri-first-section--column>a {
        margin-top: 50px;
        padding: 20px 50px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1242px) {

    .taxa-de-drumuri-sixth-section-container-list {
        justify-content: space-around;
        flex-wrap: wrap;
        padding-bottom: 35px
    }

    .taxa-de-drumuri-sixth-section-container-list>* {
        margin-bottom: 40px;
    }

    .taxa-de-drumuri-sixth-section-container-list-item:not(:last-child) {
        margin-right: 0;
    }

    .taxa-de-drumuri-banner-mobile {
        display: block;
    }

    .taxa-de-drumuri-banner-desktop {
        display: none;
    }

    .taxa-de-drumuri-banner {
        margin-bottom: 100px;
    }

    .taxa-de-drumuri-banner-info>h4 {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        color: #999B9C;
    }

    .taxa-de-drumuri-banner-info>p {
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        color: #374957;
    }

    .taxa-de-drumuri-banner-info>p>span {
        font-weight: 700;
    }

}

@media only screen and (max-width: 1070px) {
    .taxa-de-drumuri-fifth-section--column> picture > img {
        margin-right: 0;
    }

    .taxa-de-drumuri-eight-section {
        padding: 23px 15px;
        box-sizing: border-box;
    }

    .taxa-de-drumuri-paragraph {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
    }

    .taxa-de-drumuri-thirdth-section-table-content {
        padding: 20px;
    }


    .taxa-de-drumuri-first-section--content>* {
        height: 40%;
        text-align: center;

    }

    .taxa-de-drumuri-first-section--content {
        padding: 20px;
        justify-content: space-around;
        flex-direction: column;
    }

    .taxa-de-drumuri-banner {
        padding: 14px;
    }

    .taxa-de-drumuri-first-section--column-img> picture > img {
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: 45px;

    }

    .taxa-de-drumuri-first-section--column-img {
        height: 100%;
        width: 100%;
    }

    .taxa-de-drumuri-section--table>div>p,
    .taxa-de-drumuri-seventh-section--table-primesti>h4,
    .taxa-de-drumuri-seventh-section--table-verifici>h4 {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
    }

    .taxa-de-drumuri-first-section--column-list>li {
        font-size: 26px;
        line-height: 34px;
    }

    .taxa-de-drumuri-first-section--column-list>li::before {
        content: '';
    }

    .taxa-de-drumuri-main-title {
        font-weight: 400;
        font-size: 26px;
        line-height: 26px;
        text-align: center;
        margin-top: 10px;
    }

    .taxa-de-drumuri-first-section--column>a {
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        padding: 17px 50px;
        margin-top: 30px;

    }

    .taxa-de-drumuri-paragraph-anul {
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        border: none;
    }

    .taxa-de-drumuri-four-section--content>* {
        width: 100%;
    }

    .taxa-de-drumuri-fifth-section--content>* {
        margin-right: 0;
    }

    .taxa-de-drumuri-four-section--content>*:first-child {
        margin-right: 0;
    }

    .taxa-de-drumuri-second-section--content>*:first-child {
        cursor: pointer;
        margin-right: 0;
    }

    .taxa-de-drumuri-second-section--content>*:first-child:hover+.taxa-de-drumuri-second-section--content>*:first-child {
        background-color: #E9F2FF;
    }

    .taxa-de-drumuri-second-section--content>* {
        width: 100%;
    }

    .taxa-de-drumuri-thirdth-section-table-content-name>h4 {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
    }

    .taxa-de-drumuri-thirdth-section-table-content>ul>li {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .taxa-de-drumuri-first-section {
        height: 100%;
    }

    .taxa-de-drumuri-first-section--content>*:first-child {
        width: 100%;
    }


    .taxa-de-drumuri-second-section--column>*:first-child {
        width: 100%;
    }

    .taxa-de-drumuri-thirdth-section--content-info {
        flex-direction: column;
    }

    .taxa-de-drumuri-thirdth-section--content-info>* {
        width: 100%;
    }

    .taxa-de-drumuri-thirdth-section--content-info>*:not(:last-child) {
        margin-bottom: 25px;
    }

    .taxa-de-drumuri-fifth-section--content>* {
        width: 100%;
    }

    .taxa-de-drumuri-section--table {
        flex-direction: column;
    }

    .taxa-de-drumuri-section--table>* {
        width: 100%;
        margin-left: 0;
    }

    .taxa-de-drumuri-title {
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
    }

    .taxa-de-drumuri-sixth-section>h4,
    .taxa-de-drumuri-seventh-section--content>h4,
    .taxa-de-drumuri-thirdth-section--content>h4 {
        width: 100%;
        padding: 0;
    }

    img.rot {
        animation: none;
        -webkit-animation: noe;
    }

    .taxa-de-drumuri-first-section {
        display: block;
    }

    .taxa-de-drumuri-first-section--content>*:first-child,
    .taxa-de-drumuri-first-section--content>*:last-child {
        width: 100%;
        height: auto;
    }

    .taxa-de-drumuri-first-section--content>*:last-child {
        height: 350px;
    }

    .taxa-de-drumuri-first-section--content>*:last-child img {
        margin-top: 0;
    }

    .taxa-de-drumuri-first-section--column-img {
        display: block;
    }

    .taxa-de-drumuri-sixth-section,
    .taxa-de-drumuri-seventh-section,
    .taxa-de-drumuri-eight-section,
    .taxa-de-drumuri-second-section--content,
    .taxa-de-drumuri-fifth-section {
        margin-top: 100px;
    }

    .taxa-de-drumuri-thirdth-section--content {
        margin-top: 50px;
    }

    .taxa-de-drumuri-thirdth-section--content-info {
        margin-top: 40px;
    }

    .taxa-de-drumuri-thirdth-section--content>h4 {
        text-align: left;
    }

    /* .taxa-de-drumuri-second-section--content,
    .taxa-de-drumuri-thirdth-section--content,
    .taxa-de-drumuri-four-section--content,
    .taxa-de-drumuri-fifth-section,
    .taxa-de-drumuri-sixth-section,
    .taxa-de-drumuri-seventh-section,
    .taxa-de-drumuri-eight-section {
        margin-top: 100px;
    } */

    .taxa-de-drumuri-second-section--content {
        flex-direction: column-reverse;
    }

    .taxa-de-drumuri-fifth-section--content,
    .taxa-de-drumuri-eight-section--content {
        flex-direction: column;
    }

    .taxa-de-drumuri-second-section--content>*:first-child {
        margin-top: 40px;
    }

    .taxa-de-drumuri-thirdth-section-table-content>ul>li:not(:last-child) {
        margin-bottom: 23px;
    }

    .taxa-de-drumuri-thirdth-section--content-info-logo> picture > img {
        width: 50px;
        height: 50px;
    }

    .taxa-de-drumuri-thirdth-section--content-info-logo> picture > img {
        margin-right: 15px;
    }

    .taxa-de-drumuri-four-section--content {
        flex-direction: column-reverse;
    }

    .taxa-de-drumuri-four-section--content>*:first-child {
        margin-top: 50px;
    }

    .taxa-de-drumuri-fifth-section--content>*:first-child {
        margin-bottom: 50px;
    }

    .taxa-de-drumuri-eight-section--content>*:first-child {
        margin-right: 0;
    }

    .taxa-de-drumuri-eight-section--content>* {
        width: 100%;
    }

    .taxa-de-drumuri-eight-section--column>h4 {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        border: none;
        padding: 0;
        margin-bottom: 10px;
    }

    .taxa-de-drumuri-eight-section--column>p {
        font-weight: 400;
        font-size: 26px;
        line-height: 36px;
        text-align: center;
    }

    .taxa-de-drumuri-eight-section--column>a {
        margin-top: 35px;
        display: flex;
        justify-content: center;
    }

    .taxa-de-drumuri-seventh-section--table-you_pay> picture > img,
    .taxa-de-drumuri-seventh-section--table-verifici> picture > img {
        width: 100%;
        margin: 0 auto;
    }

    .taxa-de-drumuri-section--table {
        padding: 60px 20px;
    }

    .taxa-de-drumuri-section--table>*:first-child {
        margin-bottom: 20px;
    }

    .taxa-de-drumuri-eight-section--column>a {
        font-size: 16px;
        line-height: 18px;
    }

    .taxa-de-drumuri-seventh-section-tab>button {
        font-size: 13px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .taxa-de-drumuri-thirdth-section-table {
        flex-direction: column;
    }

    .taxa-de-drumuri-thirdth-section-table>* {
        width: 100%;
    }

    .taxa-de-drumuri-thirdth-section-table-content:last-child {
        border-top-width: 2px;
        border-top-style: dashed;
        border-top-color: #D0DBEC;
        border-left: none;
    }

    .taxa-de-drumuri-fifth-section--column>a {
        margin-left: 0;
        margin: 0 auto;
    }

    .taxa-de-drumuri-banner-link>a {
        padding: 10px 16px;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;

    }

    .taxa-de-drumuri-banner img[alt="car icon"] {
        height: 54px;
    }
}

@media only screen and (max-width: 480px) {}