:root {
    --highlighted_words_c: #4F7290;
    --lines_c: #FFD6B6;
    --navbar_height: 80px;
    --primary_title_c: #D68C67;
    --secondary_title_c: #4E7391
}

@font-face {
    font-display: swap;
    font-family: 'BERNIERDISTRESSED';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/BERNIERDISTRESSED-REGULAR.woff2) format("woff2"),
        url(../fonts/BERNIERDISTRESSED-REGULAR.woff) format("woff"),
        url(../fonts/BERNIERDISTRESSED-REGULAR.ttf) format("truetype"),
        url(../fonts/BERNIERDISTRESSED-REGULAR.otf) format("opentype")
}

.border_orange {
    border: 5px solid var(--lines_c)
}

.gradient_button {
    background: -webkit-gradient(linear, left top, right top, from(#FE8A35), to(#DC795A));
    background: -o-linear-gradient(left, #FE8A35, #DC795A);
    background: linear-gradient(to right, #FE8A35, #DC795A);
    border: none;
    border-radius: 7px;
    font-size: 1.2rem;
    padding: 1rem 4rem;
    text-transform: uppercase;
    text-wrap: nowrap;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

h1, h2, h3, h4 {
    font-family: "BERNIERDISTRESSED", sans-serif
}

h2 {
    color: var(--primary_title_c);
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 4.2rem;
    text-transform: uppercase
}

ul li::marker {
    color: #FFA243
}

.btn, button, button:active, button:focus {
    outline: none
}

button {
    cursor: pointer
}

section:not(:last-child) {
    margin-bottom: 80px
}

body {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden
}

/* ===== navbar ===== */

.navbar_container {
    height: var(--navbar_height)
}

.navbar__menu {
    background-color: #fff
}

.navbar_link_wrapper {
    color: #000;
    font-size: 1.2rem;
    width: 100%
}

#contact-wa {
    -webkit-filter: drop-shadow(0 0 7px #4CAF50);
    filter: drop-shadow(0 0 7px #4CAF50)
}

#contact-tg {
    -webkit-filter: drop-shadow(0 0 7px #039BE5);
    filter: drop-shadow(0 0 7px #039BE5)
}

/* ===== hero section ===== */

#hero {
    background-image: url("../img/bg/bg head.jpg");
    background-position: bottom var(--navbar_height) left 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 100vh
}

.hero__body {
    position: relative;
    z-index: 2
}

.hero__title {
    font-style: normal;
    font-weight: 500;
    margin-bottom: 2rem
}

.hero__title_name {
    color: var(--primary_title_c);
    font-size: 6rem;
    line-height: 5.6rem;
    margin-bottom: .8rem
}

.hero__title_person {
    color: var(--secondary_title_c);
    font-size: 2.8rem
}

.hero__description {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    padding-left: 1rem
}

.hero__description li>span {
    color: var(--highlighted_words_c)
}

.hero__description li::marker {
    font-size: 1.5rem
}

.hero__button {
    border-color: #E8913A
}

.hero__button:hover {
    background-color: #E8913A;
    -webkit-box-shadow: 0 5px 15px #ffa2434d;
    box-shadow: 0 5px 15px #ffa2434d;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.hero__paintings_container {
    height: 100%;
    position: relative
}

.hero__paintings_wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5%
}

.hero__paintings {
    max-height: 75%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    width: auto
}

.hero__brush {
    bottom: 0;
    left: 1.5rem;
    max-height: 55%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    position: absolute;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    width: auto;
    z-index: 1
}

.hero__conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.hero__condition_container {
    background-image: url(../img/bg/d.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(25% - 25px);
    flex: 1 0 calc(25% - 25px);
    height: 8rem;
    min-width: 200px
}

.hero_condition {
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 15px 40px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.condition__name {
    color: #4E7391;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.condition__value {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

/* ===== about section ===== */

.about__body {
    background-image: url(../img/bg/bg.jpg);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 3.8rem 1.3rem 3.8rem 4.2rem;
    width: 100%
}

.about__title {
    padding-bottom: 20px
}

.about__description {
    font-size: 1.3rem;
    line-height: 1.45rem
}

.about__description>span {
    color: var(--highlighted_words_c)
}

.about_picture_container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.about_picture {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

/* ===== materials section ===== */

.materials__title {
    padding-bottom: 50px
}

.materials__items {
    height: auto;
    row-gap: 40px
}

.material-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 8px;
    height: auto;
    text-align: center
}

.material-card_name {
    color: var(--secondary_title_c);
    font-size: 1.3rem;
    font-weight: 500
}

.material-card_description {
    font-size: 1.1rem
}

.material-card_paints_container {
    position: relative;
    width: 100%
}

.paints__button_show {
    background-color: #EDFBFE;
    border: 1px solid var(--highlighted_words_c);
    border-radius: 20px;
    color: var(--highlighted_words_c);
    margin-top: 12px;
    padding: 5px 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2
}

.paints__button_show:hover {
    background-color: #e0f7fa
}

.paints__items_wrapper {
    background-color: #fff;
    border: 1px solid var(--highlighted_words_c);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #4949494d;
    box-shadow: 0 0 10px #4949494d;
    left: 10px;
    max-height: 350px;
    max-width: 88vw;
    opacity: 0;
    overflow-y: auto;
    padding: 80px 10px 10px;
    top: -8px;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    visibility: hidden;
    width: 440px;
    z-index: 1
}

.material-card_paints_container.active .paints__items_wrapper {
    opacity: 1;
    visibility: visible
}

.paints__items_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
    width: 100%
}

.paints__item {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 12px;
    padding: 0;
    position: relative;
    text-align: left
}

.materials__footer {
    gap: 15px;
    margin-top: 30px
}

.materials__footer_line {
    background-color: var(--lines_c);
    height: 5px
}

.materials__footer_explanation {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center
}

/* ===== tarifs section ===== */

#tarifs {
    background-image: url("../img/bg/bg\ tarif.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 100vh;
    padding: 120px 0
}

.tarifs__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tarifs-original, .tarifs__wrapper {
    gap: 20px;
    margin-top: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tarifs__item {
    width: 300px
}

.tarif-item_head {
    background-color: var(--secondary_title_c);
    color: #fff;
    margin: 0;
    padding: 20px 40px;
    text-align: center
}

.tarif-item_body {
    background-color: #fff;
    padding: 10px 10px 40px
}

.tarif-item_description_list {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px
}

.tarif-item_descrtiption_list_item:not(:first-child) {
    margin-top: 5px
}

.tarif-item_cost_container {
    color: var(--highlighted_words_c);
    gap: 15px;
    padding-top: 15px
}

.tarif-item_prevent_cost {
    font-size: 1.3rem;
    text-decoration: line-through
}

.tarif-item_current_cost {
    font-size: 2.3rem
}

.tarif-item_currency_container {
    gap: 10px;
    padding: 15px 0 35px
}

.tarif-item_currency {
    background-color: var(--primary_title_c);
    border: none;
    border-radius: 2px;
    color: #fff;
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
    font-size: 1.2rem;
    font-weight: 600;
    height: 30px;
    text-align: center;
    -webkit-transition: outline .1s linear;
    -o-transition: outline .1s linear;
    transition: outline .1s linear;
    width: 30px
}

.tarif-item_currency:not(.active):hover {
    outline: 1px solid var(--primary_title_c)
}

.tarif-item_currency.active {
    -webkit-filter: none;
    filter: none
}

.tarif-item_accept_button {
    border-radius: 5px;
    font-size: 1.1rem;
    padding: 1rem 2.7rem;
    -webkit-transition: -webkit-transform, -webkit-box-shadow .1s ease;
    transition: -webkit-transform, -webkit-box-shadow .1s ease;
    -o-transition: transform, box-shadow .1s ease;
    transition: transform, box-shadow .1s ease;
    transition: transform, box-shadow .1s ease, -webkit-transform, -webkit-box-shadow .1s ease
}

.tarif-item_accept_button, .tarif-item_accept_button:focus, .tarif-item_accept_button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important
}

.tarif-item_accept_button:hover {
    -webkit-box-shadow: 1px 1px 7px #4949494d !important;
    box-shadow: 1px 1px 7px #4949494d !important
}

.tarif-item_accept_button:active {
    -webkit-box-shadow: inset 1px 1px 10px #00000080 !important;
    box-shadow: inset 1px 1px 10px #00000080 !important;
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

/* ===== faq section ===== */

#faq {
    min-height: 50vh
}

.faq__questions {
    gap: 10px;
    margin-top: 50px
}

.faq__question {
    padding: 2rem 5rem 2rem 4rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.faq__question:hover {
    -webkit-box-shadow: 0 5px 15px #ffd6b64d;
    box-shadow: 0 5px 15px #ffd6b64d
}

.faq__question.opened .faq_question_title {
    color: var(--primary_title_c)
}

.faq__question.opened .faq_question_title::after {
    border-color: var(--primary_title_c);
    -webkit-transform: translateY(-50%) rotateZ(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotateZ(45deg)
}

.faq_question_title {
    color: var(--secondary_title_c);
    cursor: pointer;
    font-size: 1.25rem;
    position: relative;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    width: 100%
}

.faq_question_title::after {
    border-bottom: 3px solid var(--secondary_title_c);
    border-right: 3px solid var(--secondary_title_c);
    content: "";
    height: 16px;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotateZ(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotateZ(-45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 16px
}

.faq__question_answer {
    font-size: 1.1rem;
    line-height: 1.6;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.faq__question.opened .faq__question_answer {
    max-height: 500px;
    opacity: 1;
    padding-top: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.faq__question.opened .faq__question_answer * {
    -webkit-animation: fadeInUp .5s ease forwards;
    animation: fadeInUp .5s ease forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    opacity: 0
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.faq__question.opened .faq__question_answer {
    -webkit-animation: slideIn .5s ease forwards;
    animation: slideIn .5s ease forwards;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, #fffc), to(#ffff));
    background: -o-linear-gradient(top, transparent 0%, #fffc 20%, #ffff 100%);
    background: linear-gradient(to bottom, transparent 0%, #fffc 20%, #ffff 100%);
    background-position: 0 0;
    background-size: 100% 200%
}

@-webkit-keyframes slideIn {
    from {
        background-position: 0 -100%
    }

    to {
        background-position: 0 0
    }
}

@keyframes slideIn {
    from {
        background-position: 0 -100%
    }

    to {
        background-position: 0 0
    }
}

/* ===== footer ===== */

.footer__container {
    gap: 10px;
    padding: 100px 10px 220px;
    text-align: center
}

.chat_button {
    background-color: var(--secondary_title_c);
    border: none;
    border-radius: 50%;
    bottom: 10px;
    -webkit-box-shadow: 0 0 10px var(--secondary_title_c);
    box-shadow: 0 0 10px var(--secondary_title_c);
    height: 45px;
    position: fixed;
    right: 10px;
    -webkit-transition: -webkit-box-shadow, -webkit-transform .1s linear;
    transition: -webkit-box-shadow, -webkit-transform .1s linear;
    -o-transition: box-shadow, transform .1s linear;
    transition: box-shadow, transform .1s linear;
    transition: box-shadow, transform .1s linear, -webkit-box-shadow, -webkit-transform .1s linear;
    width: 45px
}

.chat_button::after {
    background-image: url(../img/icons/chat.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    -webkit-filter: invert(1);
    filter: invert(1);
    height: 27px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 27px
}

.chat_button:hover {
    -webkit-box-shadow: 0 0 15px var(--secondary_title_c);
    box-shadow: 0 0 15px var(--secondary_title_c);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 991px) {
    h2 {
        font-size: 3rem;
        line-height: 3rem
    }

    .navbar__menu {
        left: 0;
        padding: 10px 20px;
        position: absolute;
        top: var(--navbar_height);
        width: 100%
    }

    .hero__conditions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        padding-top: 30px
    }

    .hero__condition_container {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 25px);
        flex: 1 0 calc(50% - 25px)
    }

    .hero__paintings_container {
        display: none
    }

    .about__container {
        padding: 0 2rem 0 1rem
    }

    .about__body {
        padding: 2rem 1.5rem;
        -webkit-transform: perspective(1000px) rotateY(20deg);
        transform: perspective(1000px) rotateY(20deg)
    }

    .about__title {
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .about__description {
        font-size: 1.4rem;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .about_picture_container {
        -webkit-transform: perspective(700px) rotateY(-20deg);
        transform: perspective(700px) rotateY(-20deg)
    }

    .about_picture {
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

@media (max-width: 768px) {
    .materials__items {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr 0 1fr;
        grid-template-rows: 1fr 1fr;
        row-gap: 0
    }

    .materials__items>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .materials__items>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .materials__items>*:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .materials__items>*:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 2
    }

    .material-card_name {
        font-size: 1.1rem
    }

    .material-card_description {
        font-size: 1rem
    }

    .paints__button_show {
        font-size: .8rem;
        line-height: .8rem;
        padding: 5px 10px
    }

    .paints__items_wrapper {
        left: -20px;
        min-width: 290px;
        padding-left: 0;
        padding-right: 0;
        width: auto
    }
}

@media (max-width: 576px) {
    .hero__title_name {
        font-size: 4rem;
        line-height: 3.5rem
    }

    .hero__title_person {
        font-size: 2rem
    }

    .hero__button {
        padding: 10px 40px
    }

    .hero__description {
        font-size: 1.2rem;
        margin-bottom: 1.5rem
    }

    .hero__condition_container {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 20px);
        flex: 1 0 calc(100% - 20px);
        height: 5rem;
        margin: 0 10px
    }

    .hero__condition {
        font-size: 1rem
    }

    .about__container {
        padding: 0 1.5rem 0 .5rem
    }

    .about__body {
        padding: 1rem .6rem 1rem 1rem
    }

    .about__title {
        font-size: 2rem;
        line-height: 2rem;
        padding-bottom: 10px
    }

    .about__description {
        font-size: 1.2rem;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .materials__title {
        text-align: center
    }

    .faq__question {
        padding: 1rem 3rem 2rem 1rem
    }

    .faq__question_answer {
        padding-right: 0
    }
}

.tarifs-slider {
    max-width: 100vw
}

.tarifs-original .tarifs__item {
    display: none
}

@media (min-width: 992px) {
    .tarifs-original .tarifs__item {
        display: block
    }
}

.tarifs-slider {
    display: none;
    overflow: hidden;
    position: relative
}

.tarifs-slider-track {
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform
}

.slider-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    padding: 0 15px
}

.slider-controls {
    position: relative;
    z-index: 10
}

.slider-prev, .slider-next {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 2px solid var(--primary_title_c);
    border-radius: 50%;
    color: var(--primary_title_c);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    height: 45px;
    width: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-top: 5px;
}

.slider-prev:hover, .slider-next:hover {
    background: var(--primary_title_c);
    color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.slider-prev:disabled, .slider-next:disabled {
    cursor: not-allowed;
    opacity: .3
}

.slider-prev:disabled:hover, .slider-next:disabled:hover {
    background: #fff;
    color: var(--primary_title_c);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.slider-dots {
    gap: 10px
}

.slider-dot {
    background: #ddd;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 12px;
    padding: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 12px
}

.slider-dot.active {
    background: var(--primary_title_c);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.slider-dot:hover:not(.active) {
    background: #bbb
}

.slider-counter {
    color: var(--secondary_title_c);
    font-size: .9rem
}

@keyframes slideIn {
    from {
        opacity: .5;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slider-slide.active {
    -webkit-animation: slideIn .4s ease-out;
    animation: slideIn .4s ease-out
}

@media (max-width: 991px) {
    .tarifs-slider {
        display: block
    }

    .tarifs-original {
        display: none !important
    }

    .tarifs__item {
        margin: 0 auto;
        max-width: 320px
    }

    .tarif-item_body {
        padding: 20px 15px 30px !important
    }

    .tarif-item_head {
        font-size: 1.5rem;
        padding: 15px 20px !important
    }

    .tarif-item_collage {
        height: auto;
        max-width: 250px
    }

    .tarif-item_description_list {
        margin: 20px 0;
        -webkit-padding-start: 15px;
        padding-inline-start: 15px
    }

    .tarif-item_descrtiption_list_item {
        font-size: .95rem;
        line-height: 1.4;
        margin-bottom: 8px
    }

    .tarif-item_accept_button {
        font-size: 1rem !important;
        padding: .8rem 2rem !important;
        width: 100%
    }

    .tarif-item_currency_container {
        padding: 10px 0 20px !important
    }

    .tarif-item_current_cost {
        font-size: 1.8rem
    }

    .tarif-item_prevent_cost {
        font-size: 1.1rem
    }
}

@media (max-width: 375px) {
    .tarifs__item {
        max-width: 280px
    }

    .tarif-item_collage {
        max-width: 200px
    }
}