h1,
h2,
h3,
h4,
h5 {
    font-family: "Open Sans", sans-serif;
}

html,
body {
    overflow-x: hidden;
}

body {
    padding-top: 6rem;
    font-family: "Lato", sans-serif;
}

main {
    min-height: 65vh;
}

.navbar-brand {
    max-width: 150px;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

.page-head {
    /* min-height: 70vh;
      background: gray;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; */
}

.page-head-livechat {
    background: url(/assets/images/features/livechat_main.jpg);
    min-height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-head-callback {
    background: url(/assets/images/features/callback_main.jpg);
    min-height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-head-howitworks {
    background: url(/assets/images/features/howitworks_main.jpg);
    min-height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-head-virtual-assistent {
    background: url(/assets/images/features/virtualAssistentHeader.png);
    min-height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-head-virtual-assistent .row {
    margin-left: 0;
    margin-right: 0;
}

.page-head-contact {
    min-height: 50vh;
    background: url(/assets/images/features/livechat_main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.howitworks-ending {
    background: url(/assets/images/features/howitworks_ending.jpg);
    min-height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 1200px) {
    .page-head {
        background-position: left -140px;
    }

    .page-head-howitworks {
        background-position: left -70px;
    }

    .page-head-contact {
        background-position: center -100px;
    }
}

@media (min-width: 1920px) {
    .page-head.page-head-callback {
        background-position: left -300px;
    }
}

.carousel-inner {
    overflow: visible !important;
}

.get-more-info {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.color-tertiary {
    color: #580054;
}

.btn.active {
    background-color: #580054 !important;
    color: #ffffff !important;
}

.border-color-tertiary {
    border-color: #580054;
}

.carousel-custom-indicators .circle-indicator {
    border: 1px solid #580054;
    display: inline-block;
    border-radius: 20px;
    width: 20px;
    height: 20px;
}

.carousel-custom-indicators .circle-indicator.active {
    background: #580054;
}

.line-horizontal {
    position: absolute;
    left: 7px;
    width: 1px;
    height: 100%;
    background: #580054;
    z-index: -1;
}

.line-horizontal-hide {
    position: absolute;
    left: 7px;
    width: 2px;
    height: 100%;
    background: white;
    z-index: -1;
}

.dot-row {
    display: flex;
    height: 4rem;
}

.dot-line {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #580054;
}

.dot-line.dot-line-phone {
    background: #580054;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 10px;
    left: -1rem;
    z-index: 100;
    bottom: 2rem;
}

.dot-text {
    position: relative;
    bottom: 5px;
    margin-left: 3rem;
}

video {
    display: block;
    /* max-width: 100%;
      max-height: 100%; */
    /* max-width: 100%; */
}

.py-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.helpChatCode {
    background-color: #eee !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 30px !important;
    overflow: auto;
}

img {
    max-width: 100%;
    height: auto;
}

/* awdw */
.carousel-buttons button {
    height: 70px;
    width: 70px;
    border: 0;
    border-radius: 0;
    z-index: 20;
}

.carousel-buttons button#next img {
    transform: rotate(180deg);
}

#carousel-container {
    position: relative;
}

#carousel {
    position: relative;
    height: 560px;
    padding: 10px;
}

#carousel div[data-carousel-pos] {
    position: absolute;
    transition: transform 1s, left 1s, opacity 1s, z-index 0s;
    opacity: 0;
}

#carousel div[data-carousel-pos="-2"] {
    left: -20%;
    opacity: 0.5;
    transform: translateX(-50%);
}

#carousel div[data-carousel-pos="-1"] {
    z-index: 5;
    left: 15%;
    opacity: 1;
    transform: translateX(-50%);
}

#carousel div[data-carousel-pos="0"] {
    z-index: 10;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
}

#carousel div[data-carousel-pos="1"] {
    z-index: 5;
    left: 85%;
    opacity: 1;
    transform: translateX(-50%);
}

#carousel div[data-carousel-pos="2"] {
    left: 120%;
    opacity: 0.5;
    transform: translateX(-50%);
}

/* #carousel div.hideLeft {
    left: -50%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight {
    left: 150%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
}
#carousel div.prev {
    z-index: 5;
    left: 25%;
    transform: translateY(0) translateX(-50%) scale(.9);
}

#carousel div.selected {
    z-index: 10;
    left: 50%;
    transform: translateY(0px) translateX(-50%);
}
#carousel div.next {
    z-index: 5;
    left: 75%;
    transform: translateY(0) translateX(-50%) scale(.9);
} */
.buttons {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.row .price-bundle-h {
    font-size: 35px;
}

.price-bundles-v2 {
    font-weight: normal;
}

.carousel-button {
    height: 50px;
    width: 50px;
    background: #681a65;
    border: 0;
    border-radius: 0;
    z-index: 20;
}

#next.carousel-button {
    position: absolute;
    right: 0;
    top: 40%;
}

#next.carousel-button img {
    transform: rotate(180deg);
}

#prev.carousel-button {
    position: absolute;
    left: 0;
    top: 40%;
}

@media (max-width: 769px) {
    .promoted {
        flex-wrap: wrap;
    }

    .new-slider-price-box {
        width: 100% !important;
    }

    #carousel .new-slider-price-box {
        max-width: 75%;
    }

    #carousel div[data-carousel-pos="-1"] {
        z-index: 5;
        left: 25%;
        opacity: 0;
        transform: translateY(0) translateX(-50%) scale(0.9);
    }

    #carousel div[data-carousel-pos="0"] {
        z-index: 10;
        left: 50%;
        opacity: 1;
        transform: translateY(0px) translateX(-50%);
    }

    #carousel div[data-carousel-pos="1"] {
        z-index: 5;
        left: 75%;
        opacity: 0;
        transform: translateY(0) translateX(-50%) scale(0.9);
    }

    .new-slider-price-box.price-box-individual .price-box-content {
        flex-direction: column;
        border: 3px solid #681a65;
    }

    .new-slider-price-box.price-box-individual .price-box-content a {
        order: 3;
    }

    .new-slider-price-box.price-box-individual .price-box-content img {
        width: 80%;
        margin: 28px auto;
    }
}

/* //Timer */

.discountTimer {
    margin: 20px 0;
    font-size: 34px;
    text-align: center;
}

.discountTimer span {
    font-weight: bold;
}

.discountTimer > span {
    font-weight: normal;
    letter-spacing: -1px;
    font-size: 30px;
}

.discountTimer > div {
    display: inline-block;
    width: 70px;
    padding: 8px 0 12px 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    color: white;
}

.discountTimer small {
    display: block;
    font-size: 16px;
    font-weight: 100;
}

.discountTimer p {
    font-size: 20px;
}

/* Gwiazdki */
#stars {
    margin: 0;
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars .star,
.rating-stars .star1 {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: 0.3s transform;
}

li.star:hover {
    transform: rotate(10deg);
}

.rating-stars .star svg,
.rating-stars .star1 svg {
    width: 100%;
    height: 100%;
}

.rating-stars .star1 {
    display: inline-block;
}

.rating-stars .star1 path,
.rating-stars .star path {
    fill: #ccc;
}

.rating-stars .star:hover path {
    fill: #ff912c;
}

.rating-stars .star1.selected path,
.rating-stars .star.selected path {
    fill: #ff912c;
}

/* Style treści na stronach porównujących czatera z podobnymi usługami */

.comparison {
    text-align: center;
    font-size: 17px;
    font-weight: lighter;
}

.comparison table {
    margin: auto;
}

.comparison h2,
.comparison h3 {
    text-align: center;
    margin-bottom: 30px;
}

.comparison .gradient {
    background: linear-gradient(to right, #c13b68, #642870);
    color: white;
}

.comparison .gradient h3,
.comparison .gradient li {
    color: white !important;
}

.comparison .grey {
    background: #f6f7f8;
}

.comparison .gradient,
.comparison .grey,
.comparison .white {
    padding: 60px 10%;
}

.comparison div p {
    margin: 30px 0px;
}

.comparison li p {
    margin: 20px 0px 0px;
}

.comparison div .leftList {
    margin: 20px;
    text-align: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.comparison ol {
    padding: 0;
}

.comparison .compareTable {
    position: relative;
    width: 100%;
    background: #eee;
    padding: 20px;
}

.comparison .element {
    text-align: center;
    padding-bottom: 20px;
}

.comparison div > img {
    margin: 20px 0px;
}

.comparison .content {
    max-width: 1000px;
    margin: 0 auto;
}

.comparison .number {
    background: #ffc800;
    color: #570054;
    font-size: 40px;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 55px;
    line-height: 100px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.price-list-compare {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tables {
    overflow: auto;
    flex: 1;
}

.tablebar {
    min-width: 1000px;
}

.price-list-header {
    display: flex;
    justify-content: space-between;
}

.price-list-header-item {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    width: 130px;
    height: 50px;
}

.additional-calls-btn {
    width: 86px;
    position: absolute;
    left: 2px;
    top: 9px;
    line-height: 15px;
}

.price-list-row {
    display: flex;
    justify-content: space-between;
}

.price-list-row:nth-child(odd) {
    background: #f6f2f6;
}

.price-list-row:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.price-list-row:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.price-list-item-section-name {
    top: -3rem;
    right: 0.375rem;
    text-align: right;
}

.price-list-item-name {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    height: 40px;
}

.price-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 40px;
}

.price-list-section-right {
    min-width: 1000px;
}

.price-list-section-left,
.price-list-section-right {
    margin-bottom: 6rem !important;
    border-radius: 1rem;
}

.price-list-section-left {
    border: 1px solid transparent;
}

.price-list-section-right:last-child,
.price-list-section-left:last-child {
    margin-bottom: 1rem !important;
}

.priceListToggle {
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 750px;
    max-width: 100%;
    border: 1px solid #580054;
    border-radius: 10rem;
}

.priceListToggle [type="radio"] {
    display: none;
}

.priceListToggle label {
    flex: 1;
    text-align: center;
    padding: 0.675rem 1.2rem;
}
#priceListToggle-left + label div,
#priceListToggle-center + label div,
#priceListToggle-right + label div {
    transition: 0.5s all;
    z-index: -1;
    background: transparent;
    width: 33.3333%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 10rem;
}

#priceListToggle-left + label div {
    left: 0;
}
#priceListToggle-center + label div {
    left: 33.3%;
}
#priceListToggle-right + label div {
    left: 66.7%;
}

#priceListToggle-left + label,
#priceListToggle-center + label,
#priceListToggle-right + label {
    user-select: none;
    transition: 0.5s color;
    cursor: pointer;
}

#priceListToggle-left:checked + label,
#priceListToggle-center:checked + label,
#priceListToggle-right:checked + label {
    color: white;
    cursor: none;
}
#priceListToggle-left:checked + label div,
#priceListToggle-center:checked + label div,
#priceListToggle-right:checked + label div {
    background: #580054;
}



/*
<576px	sm
≥576px	md
≥768px	lg
≥992px	xl
≥1200px	xxl
≥1400px */

.video-center {
    max-width: 100%;
}

.video-right {
    position: relative;
    z-index: 10;
}

.video-right video {
    /* max-height: 100%;
      max-width: 100%; */
    max-width: 100vw;
}

.lead {
    font-size: 1rem !important;
}

@media (min-width: 768px) {
    .video-right {
        height: 300px;
    }

    .video-right video {
        max-width: 960px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50vw;
    }
}

@media (min-width: 992px) {
    .video-right {
        height: 360px;
    }
}

@media (min-width: 1200px) {
    .video-right {
        height: 500px;
    }
}

@media (min-width: 1400px) {
    .video-right {
        height: 600px;
    }

    .lead {
        font-size: 1.25rem !important;
    }

    .price-list-item,
    .price-list-header-item {
        width: 150px;
    }
}

@media (max-width: 1400px) {
    #carousel {
        height: 600px;
    }
}

@media (max-width: 769px) {
    .comparison h3 {
        margin: 0;
        padding-bottom: 20px;
        padding-top: 10px;
    }
}

@media (min-width: 992px) {
    .comparison .twoElements {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 770px) {
    .comparison .icons {
        height: 250px;
    }
}

/* ======================== LOGOWANIE/REJESTRACJA */
a.facebookLoginLink,
a.googleLoginLink {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 7px 15px;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
    border: 1px solid #c5c5c5 !important;
    text-shadow: 0 0 1px #fff;
}

a.facebookLoginLink {
    background-color: #3b5999 !important;
    color: #fff !important;
    padding-top: 6px !important;
}

a.googleLoginLink {
    background-color: #fff !important;
    color: #000000b0 !important;
}

a.facebookLoginLink img,
a.googleLoginLink img {
    margin-right: 20px;
}

.help-block[for="regulations"] {
    width: 20px;
    overflow: visible;
    padding-top: 10px;
    white-space: nowrap;
}

span[for="regulations"] {
    clear: both;
}

.help-block {
    color: red;
    clear: both;
    width: 100%;
}

.clauzule-more-text {
    display: none;
}

.clauzule-more {
    text-decoration: underline;
    cursor: pointer;
}

span#electronic-more,
span#phone-more {
  text-decoration: underline;
  cursor: pointer;
}
span#electronic-text,
span#phone-text {
  display: none;
}

.form-signin [name="nextStatus"] {
    width: 100%;
    padding-left: 25px;
    color: #999;
}

.form-signin #nextStatusContainer {
    position: relative;
}

.form-signin #nextStatusDot {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.form-signin #nextStatusDot[data-status="online"] {
    background: green;
}

.form-signin #nextStatusDot[data-status="offline"] {
    background: red;
}

.form-signin button {
    margin-top: 10px;
    float: right;
}

.form-control-underline {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 0 !important;
}

.form-floating > input ~ label {
    padding-left: 0 !important;
    padding: 0;
    transform: translateY(2rem);
    font-weight: lighter;
}

.form-floating > .form-control.form-control-underline:focus ~ label,
.form-floating > .form-control.form-control-underline:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.1rem) translateX(0);
}

.form-control.form-control-underline:focus {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;

    box-shadow: none;
}

/* .contact-regulation-shadow::after {
  width: calc(100% - 20px);
  height: 40px;
  background: linear-gradient(0deg, #fff, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  content: close-quote;
} */

.contact-regulation {
    max-height: 120px;
    overflow: auto;
    font-size: 0.8rem !important;
}

.contact-regulation::-webkit-scrollbar {
    width: 0.2em;
}

.contact-regulation::-webkit-scrollbar-track {
    /* //box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: rgb(223, 223, 223);
}

.contact-regulation::-webkit-scrollbar-thumb {
    background-color: rgb(223, 223, 223);
    outline: 5px solid rgb(223, 223, 223);
}

.contact-left-side {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(113, 46, 132);
    background: radial-gradient(
            circle at 50% 70%,
            rgba(113, 46, 132, 1) 21%,
            rgba(70, 30, 81, 1) 50%,
            rgba(70, 30, 81, 1) 110%
    );
}

.contact-phone {
    position: relative;
    width: 180px;
    height: 400px;
    background: white;
    border-radius: 2rem;
}

.contact-phone-top {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background: #ffd334;
}

.contact-phone-cloud {
    background: #ffd334;
    position: absolute;
    top: 100px;
    left: 20px;
    width: 135%;
    border-radius: 2rem;
}

.contact-phone-cloud::after {
    content: close-quote;
    position: absolute;
    left: 0;
    bottom: -2rem;
    border-left: 2rem solid #ffd334;
    border-right: 2rem solid transparent;
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
}

.fs-7 {
    font-size: 0.75rem;
}

.tagline {
    position: absolute;
    left: 30%;
    bottom: -5px;
    font-size: 0.63rem;
}

.fs-11 {
    font-size: 1.1rem;
}

.fs-12 {
    font-size: 1.2rem;
}

.fs-13 {
    font-size: 1.3rem;
}

.fs-14 {
    font-size: 1.4rem;
}

.breadcrumb-item {
    padding: 5px 0 5px 10px !important;
}

.btnAssist {
    padding: 12px 27px;
    font-weight: 700 !important;
}

.btnAssist__yellow {
    background: #FFD333;
    font-weight: 300;
    margin-right: 25px;
}

.btnAssist__dark {
    background: #461E51;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.virtual-assistent-header__description {
    font-size: 20px !important;
    width: 90%;
}

.virtual-assistent-header-circle {
    background: #FFD333;
    width: 255px;
    height: 255px;
    text-align: center;
    padding: 70px 30px;
    border-radius: 50%;
}

.virtual-assistent-header-button {
    display: flex;
}

@media only screen and (max-width: 1199px) {
    .virtual-assistent-header-circle {
        display: none;
    }

    .virtual-assistent__howItWorksContainer:before {
    }


}
@media only screen and (min-width: 1200px) {
    .virtual-assistent__howItWorksContainer:before {
        display: none !important;
    }
    .virtual-assistent__howItWorksContainer:after {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .virtual-assistent-header-button {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-around;
    }

    .btnAssist {
        font-size: 12px !important;
    }

    .virtual-assistent-header__description {
        width: 100%;
    }
}

.virtual-assistent-header-circle__title {
    color: #461E51;
}

.virtual-assistent-header-circle__desc {
    color: #461E51;
    font-size: 17px;
    font-weight: bold;
}

.virtual-assistent-StepsTitle{
    font-size: 17px;
}
@media only screen and (max-width: 767px) {
    .btnAssist__yellow {
        margin-right: 0;
    }
    .virtual-assistent-StepsDesc{
        font-size: 17px;
    }
}

.virtual-assistent__smallDesc-left {
    text-align: right;
}


.virtual-assistent-offerSection {
    background: #F9F9F9;
}

.virtual-assistent-offerSection__title {
    font-weight: 300;
    font-size: 32px;
}

.virtual-assistent__benefits-column--yellow .virtual-assistent__benefits-columnTitle {
    color: #461E51;
    background: #FFD333;

}

@media only screen and (max-width: 767px) {
    .imgPhoneSmall {
        max-width: 185px;
    }

    .virtual-assistent-offerSection__title {
        font-weight: 300 !important;
        font-size: 23px !important;
    }

    .virtual-assistent-textSize {
        font-size: 12px !important;
        font-weight: 300;
    }
}

@media only screen and (max-width: 992px) {
    .virtual-assistent__benefits-column--yellow {
        padding: 20px;
        background-color: #FFD333;
        text-align: center !important;
    }

    .virtual-assistent__benefits-column--yellow .virtual-assistent__benefits-columnTitle {
        color: #1A1A1A;
        background: #FFFFFF;
    }

    .virtual-assistent__smallDesc-left {
        text-align: center !important;
    }

    .virtual-assistent__smallDesc {
        min-height: auto !important;
        margin-bottom: 25px;
    }

    .virtual-assistent__benefits-column--dark {
        padding: 20px;
        background-color: #461E51;
        text-align: center !important;
        color: #fff;
    }

    .virtual-assistent__benefits-column--dark .virtual-assistent__benefits-columnTitle {
        color: #1A1A1A !important;
        background: #FFFFFF !important;
    }

    .virtual-assistent__benefits-column--dark .virtual-assistent__smallTitle {
        color: #fff !important;
    }

    .virtual-assistent__benefits-column {
        margin-top: 0 !important;
    }

    .taskCard {
        font-size: 12px !important;
        width: 135px !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 576px) {
    .virtual-assistent-offerSection_padding {
        padding-left: 15%;
        padding-right: 15%;
    }
}

.virtual-assistent-offerSection-header {
    width: 60%;
}

.virtual-assistent-offerSection__breakLine {
    background: #FFD333;
    height: 1px;
    width: 290px;
}

.whiteIconCard {
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 10px;
    /*min-height: 141px;*/
}

@media only screen and (min-width: 1199px) {
    .whiteIconCard {
        min-height: 155px;
    }
}

.whiteIconCard__title {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0.5rem;
    margin-left: 10px;
}

.whiteIconCard__desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
    margin-left: 10px;
}

.whiteIconCardContainer {
    width: 80%;
    margin: 0 auto;
}


@media only screen and (max-width: 992px) {
    .virtual-assistent-offerSection-header {
        width: 100%
    }

    .virtual-assistent__howItWorks_arrow {
        transform: rotate(90deg);
        position: absolute;
        left: 0;
    }
}

.fw-300 {
    font-weight: 300;
}

.quotationMarks {
    position: relative;

}

@media only screen and (max-width: 992px) {
    .quotationMarks {
        position: relative;
        width: 100%;
    }
}

.quotationMarks__img {
    position: absolute;
    top: -6%;
    left: -6%;
}

.taskCardContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;

}

.taskCard {
    border-radius: 5px;
    padding: 10px;
    width: 165px;
    height: 150px;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin: 7.5px;
    line-height: 16.8px;
}

.taskCard__medium {
    height: 160px;
}

.taskCard__higher {
    height: 168px;
}

.taskCard__dark {
    background: rgba(70, 30, 81, 0.1);
}

.taskCard__light {
    background: rgba(56, 56, 56, 0.05);
}

.taskCard__white {
    background: #fff;
}

.newRulesComponent {
    box-shadow: 10px 0px 50px rgba(0, 0, 0, 0.11);
    height: 100%;
    width: 100%;
}

.newRulesComponent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newRulesComponent__title {
    font-weight: 400;
    font-size: 22px;
}

.newRulesComponent__desc {
    font-weight: 300;
    font-size: 13px;
    padding: 0 25%;
    text-align: center;
}

.newRulesComponent__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin-bottom: 10%;
}

.newRulesComponent__image {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 15%;
}

.newRulesComponent__image__icon {
    position: absolute;
    bottom: -45%;
}

.virual-assistent__benefits {
    font-size: 32px;
    font-weight: 700;
    color: #1A1A1A;
    position: relative;
}

.virual-assistent__benefits-right {
    position: absolute;
    right: -35%;
    top: 45%;
}

.virual-assistent__benefits-left {
    position: absolute;
    left: -35%;
    top: 45%;
}

.virtual-assistent__benefits-column {
    text-align: left;
    margin-top: 5%;
}

.virtual-assistent__benefits-columnTitle {
    text-align: center;
    padding: 14px 19px;
    font-weight: 700;
    font-size: 32px;
}

.virtual-assistent__smallTitle {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 0;
}

.virtual-assistent__smallDesc {
    font-weight: 300;
    font-size: 16px;
    min-height: 100px;
}

.virtual-assistent__howItWorks {
    background: #F9F9F9;
}

.virtual-assistent__howItWorksContainer {
    position: relative;

}

.virtual-assistent__howItWorksContainer:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #DED8E0;
    left: -13px;
}

.virtual-assistent__howItWorksContainer-triangle:after {
    content: '';
    position: absolute;
    left: -27px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #DED8E0;
    bottom: -5px;
}

.virtual-assistent__howItWorks__element {
    position: relative;
    width: 25%;
    margin-top: 1%;
    font-size: 18px;
    font-weight: 300;
    padding: 0 5px;
}

.virtual-assistent__howItWorks__element__dot {
    position: absolute;
    background: #6A4B72;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    top: -29%;
}

.virtual-assistent__steps__card {
    text-align: center;
    width: 25%;
    margin: 0;
}

.padding85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.padding70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.virtual-assistent-infoContainer {
    background: url(/assets/images/features/peopleFooter.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.virtual-assistent-infoContainer--title {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

@media only screen and (max-width: 1199px) {
    .newRulesComponent__image {
        margin-top: 5%;
        padding: 0 20px;
    }

    .newRulesComponent__text {
        padding-top: 5%;
    }
}

@media only screen and (max-width: 1199px) {
    .virtual-assistent__howItWorks__element {
        width: 100%;
    }

    .virtual-assistent__howItWorks__element__dot {
        top: 8%;
        left: -20px;
    }
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
    .virtual-assistent__howItWorks__element__dot {
        top: -21%;
        left: 0;
    }
}


@media only screen and (max-width: 991px) {
    .virtual-assistent__steps__card {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .padding85 {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@media only screen and (max-width: 1399px) {
    .virual-assistent__benefits-right {
        right: -200px;
    }

    .virual-assistent__benefits-left {
        left: -200px;
    }
}

.virtual-assistent__steps__card--bigger {
    width: 30%;
}

.virtual-assistent-contact-formContainer {
    background: url(/assets/images/features/assistantContact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.virtual-assistent-contact-formContainer_title {
    font-size: 32px;
    font-weight: 300;
}

.virtual-assistent-contact_checkcardContainer {
    position: relative;
    color: #461E51;
    font-weight: 700;
    font-size: 17px;
    width: 249px;
    display: flex;
    justify-content: center;
    margin: 100px auto;

}

.virtual-assistent-contact_checkcardFrame {
    position: absolute;
    top: -40px;
    left: 2%;
}

.virtual-assistent-contact_checkcardCheck {
    position: absolute;
    top: -73px;
    left: 35%;
}

.virtual-assistent-contact_formContainer {
    background: #461E51;
    padding: 30px 40px;
    color: #fff;
}

.virtual-assistent-contact_formContainer-input {
    background: #461E51;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
}

.virtual-assistent-textSize {
    font-size: 23px;
    font-weight: 300;
}

.assistent__smallTitle {
    font-size: 19px;
    font-weight: 700;
}

.assistant__line {
    left: 5px;
    top: 2px;
    position: relative;
    width: 100%;
}

.virtual_header_text_1 {
    font-weight: 600;
    font-size: 21px;
}

.virtual_header_text_2 {
    margin-top: 40px;
    font-size: 19px;
}

.virtual-assistent-contact_formContainer-input:focus {
    background: #461E51;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
}

.virtual-assistent-contact_formInput input:-webkit-autofill, .virtual-assistent-contact_formInput input:-webkit-autofill:focus, .virtual-assistent-contact_formInput input:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #461E51 inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.btnAssist__dark:hover {
    color: #fff;
}

.virtual-assistent-infoContainer--titlelast{
    font-size: 32px !important;
    font-weight: 300 !important;
}

.font14px { font-size: 14px; }
.font18px { font-size: 18px; }

.virtual-assistent-infoContainer-card{
    width: 30%;
}
@media only screen and (max-width: 991px) {
    .padding70 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .paddingMobile {
        padding-left: 18px;
        padding-right: 18px;
    }
    .virtual-assistent-infoContainer--title{
        font-size: 16px;
        font-weight: 400;
    }
    .virtual-assistent-infoContainer--titleSecond{
        font-size: 23px !important;
        font-weight: 400;
    }
    .virtual-assistent-infoContainer--titlelast{
        font-size: 23px !important;
        font-weight: 400 !important;
    }
    .virtual-assistent-infoContainer-card{
        width: 80%;
    }
}

@media (max-width: 1400px) {
    .assistant__line {
        top: -5px;
    }
}

div.embed-pdf-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-bottom: 50px;
}