/**
 * Theme name: eynow
 */
.lang-item {
    display: none;
}

/* ukrycie switcha do jezykow
*/
.header__selector.header__selector--desktop,
.header__mobile {
    display: none;
}

.header__item.only_mobile {
    border-bottom: 1px solid var(--ey-dark-gray);
}

@media(max-width: 1040px) {
    .header__nav .header__item .offerList__item a {
        display: inline-block;
    }
}

.modal-cookies .modal-dialog {
    width: 1100px;
}

.modal-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100vh;
}

#modal_cookies {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 10020;
}

.fade.in {
    opacity: 1;
    display: block;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal-cookies .modal-dialog {
    width: 768px;
}

.cookies-radioButtonList {
    display: none;
}

.modal-cookies .modal-content {
    position: relative;
    background: #1a1a24;
    color: #fff;
    overflow: hidden;
    overflow-x: hidden;
    max-height: 92vh;
}

.modal-cookies .modal-content.expand {
    overflow-y: scroll;
}

.modal-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 26px;
    height: 26px;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    cursor: pointer;
    z-index: 1;
}

.cookies-default {
    padding: 3.2rem 3.2rem 3.2rem;
}

.scrolley {
    position: relative;
    overflow: hidden;
}

.cookies-body {
    position: relative;
    height: auto;
}

.scrolley.is-init .scrolley-holder {
    overflow-y: auto;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
}

.scrolley-holder {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.cookies-body .scrolley-bar {
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    background: #F6F5FB;
    border-radius: 8px;
}

.scrolley-bar {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: 10px;
    overflow: hidden;
    z-index: 99;
}

.scrolley-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #747480;
    border-radius: 5px;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
    cursor: grab;
}

.cookies-heading p {
    font-size: 2rem;
    color: #ffe633;
    line-height: 2.4rem;
}

.scrolley-slider.is-grabbing {
    cursor: grabbing;
}

.cookies-content {
    font-size: 1.6rem;
    line-height: 1.9rem;
    /* padding: 0 160px 0 100px; */
    margin-top: 1.6rem;
    padding-top: 2.1rem;
    border-top: 1px solid #51515c
}



.cookies-content a {
    color: #ffe633;
    transition-duration: .5s;
    text-decoration: underline;
}

.cookies-content a:hover {
    color: #fff;
}

.cookies-footer {
    text-align: center;
    line-height: 0;
    padding-top: 2rem;
    margin-bottom: -5px;
}

table.cookies-table,
.cookies-table tbody,
.cookies-table tr,
.cookies-table th,
.cookies-table td {
    border: none;
}

.cookies-table th {
    font-weight: 300;
    color: #ffe633;
}

.cookies-table td {
    font-weight: 400;
    text-align: center;
}

.cookies-footer .btn-default {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    color: #ffe633;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

#saveCookies.btn-cookies {
    cursor: pointer;
    color: #fff;
    width: 100%;
    font-size: 1.4rem;
}

.cookies-buttonContainer {
    width: 100%;
    text-align: center;
    padding: 1rem 0 2.5rem;
}

.btn-cookies {
    margin-top: 2rem;
    display: inline-block;
    position: relative;
    color: #ffe633;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2.4rem;
    text-decoration: none;
    transition-duration: .5s;
    height: 4rem;
    padding: .8rem 1rem;
}

/* .btn-cookies:before {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 0;
    border-bottom: 2px solid #ffe633;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    pointer-events: none;
}

.btn-cookies:hover:before {
    width: 100%;
    right: auto;
    left: 0;
} */
.btn-cookies:hover {
    color: #fff;
}
@media(max-width: 991px){
    .cookie-table-wrapper{
        overflow: scroll;
    }
}
.cookie-table-wrapper .cookie-contentHeading {
    font-weight: 500;
    margin-top: 1.8rem;
    margin-bottom: .6rem;
    font-size: 2rem;
}

.cookies-policy-section,
.privacy-policy-section {
    color: #fff;
}

.cookies-policy-section h1,
.privacy-policy-section h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 3rem;
}

.cookies-policy-section .container,
.privacy-policy-section .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cookies-policy-section .container .row,
.privacy-policy-section .container .row {
    padding: 1rem 0 4rem;
}

.privacy-policy-section ol li,
.cookies-policy-section ol li {
    margin-bottom: 2rem;
}
.privacy-policy-section ul,
.cookies-policy-section ul {
    margin-bottom: 2rem;
}
.privacy-policy-section li,
.cookies-policy-section li {
    margin-top: 2rem;
}

.privacy-policy-section table,
.cookies-potablecy-section table {
    margin: 2rem 0;
}

.cookies-policy-section table {
    margin: 2rem 0;
}

.save-policy-cookies-wrapper {
    padding: 4rem 0;
}

.cookies-policy-section .checker-field {
    padding-left: 3rem;
}

.cookies-policy-section .checker-default::before {
    width: 16px;
    height: 16px;
}

.cookies-policy-section .checker-default::after {
    width: 12px;
    height: 12px;
}

.cookies-policy-section a,
.privacy-policy-section a {
    color: #ffe633;
}

.modal-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 26px;
    height: 26px;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    cursor: pointer;
    z-index: 1;
}

.modal-close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal-close:before,
.modal-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    border-bottom: 2px solid #fff;
    z-index: 1;
}

.modal-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cookies-section {
    color: #fff;
}

.cookies-section h1 {
    color: #fff;
    margin-bottom: 20px;
}

.cookies-section .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.save-cookies-wrapper {
    padding: 4rem 0;
}

.cookies-section .checker-field {
    padding-left: 3rem;
}

.cookies-section .checker-default::before {
    width: 16px;
    height: 16px;
}

.cookies-section .checker-default::after {
    width: 12px;
    height: 12px;
}

.partnership-item .partnership-btn a {
    margin-top: 1rem;
}

.partnership-item:hover .partnership-btn a {
    background: var(--primary-color);
}

.eyTabsStepsWrapper,
.eyTabsStepsWrapper h1,
.eyTabsStepsWrapper h2,
.eyTabsStepsWrapper h3,
.eyTabsStepsWrapper h4,
.eyTabsStepsWrapper h5 {
    color: #fff;
}

.eyTabsWrapperMain {
    padding: 5rem 0;
}

.eyTabsWrapper {
    overflow: hidden;
    background: rgba(17, 17, 17, 0.3);
    box-shadow: 0px 0px 8px 2px rgba(147, 128, 186, 0.25);
    border-radius: 10px;
    position: relative;
    width: 60rem
}

.eyTabsTypes {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
    overflow: hidden;
    transition: all .33s ease-in;
    /* padding-top: 4.8rem; */
    padding-bottom: 4.8rem;
}

.eyTabsTypes>div {
    padding-left: 6.4rem;
    padding-right: 2.9rem;
    margin-right: 3.5rem;
}

.eyTabsStepsList {
    padding-top: 0;
}

.eyTabs .mCustomScrollbar {
    max-height: 60rem;
}

.eyTabsStepsWrapper {
    display: flex;
    max-width: 130rem;
    gap: 4rem;
    padding-top: 4rem;
    transition: opacity 0.5s ease-in, max-width 0.5s ease-in;
    opacity: 1;
    position: relative;
    margin: 0 auto;
}



.eyTabsTabsContent {
    visibility: visible;
    opacity: 1;
    max-height: 64rem;
    /* padding: 5.6rem 0rem 3rem; */
    height: 100%;
    width: 60rem;
}

.eyTabsTabsButton {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
    margin-top: 2rem;
    overflow-y: auto;
}

.eyTabsTabsButton .btn {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 2rem 1.4rem;
}

.eyTabsTabs .text-center,
.eyTabsTitleWrapper .text-center {
    padding-bottom: 2.4rem;
    border-bottom: 1.5px solid var(--ey-dark-gray);

}

.eyTabsTitleWrapper {
    padding-top: 5rem;
    margin: 0 6.4rem;
}

/**
 * 
 */
.eyTabsTabsContent {
    visibility: visible;
    opacity: 1;
    max-height: 64rem;
    /* padding: 5.6rem 0rem 3rem; */
    height: 100%;
}

.eyTabsTabsContent>div>div.active {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
    overflow: hidden;
    transition: all .33s ease-in;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}

.offerTabsItem.active {
    display: block;
}



.eyTabsTabsHeader {
    padding-left: 3.6rem;
    padding-right: 2.9rem;
    margin-right: 3.5rem;
}

.eyTabsTabsHeader h4 {
    color: var(--ey-yellow);
    padding-bottom: 2.4rem;
    border-bottom: 1px solid;
    border-bottom-color: currentcolor;
    border-color: var(--ey-light-gray);
}

.eyTabsTabsContent {
    display: block;
    /* margin-top: var(--offer-height); */
    max-width: 66rem;
    transition: opacity 0.5s ease-in;
}

/* .eyTabsStepsWrapper .eyTabsTabsContent {
    margin-top: var(--offer-height);
} */

.eyTabsTabsItem {
    background: rgba(17, 17, 17, 0.3);
    box-shadow: 0px 0px 8px 2px rgba(147, 128, 186, 0.25);
    max-height: 0;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
    height: 0;
}

.eyTabsTabsItem {
    background: rgba(17, 17, 17, 0.3);
    box-shadow: 0px 0px 8px 2px rgba(147, 128, 186, 0.25);
    border-radius: 10px;
    transition: all .3s linear;
}

.eyTabsTabsItem {
    overflow: hidden;
    transition: all .33s ease-in;

}

.eyTabsTabsContent .eyTabsTabsItem.active {
    visibility: visible;
    opacity: 1;
    max-height: 64rem;
    /* padding: 5.6rem 0rem 3rem; */
    height: 100%;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}

.eyTabsTabsItem .mCustomScrollbar>div {
    padding-left: 3.6rem;
    padding-right: 2.9rem;
    margin-right: 3.5rem;
    padding-bottom: 2rem;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.eyTabsTabsDesc {
    padding: 4rem 2.4rem 4.8rem 2.4rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--ey-white);
    letter-spacing: 0.02em;
}

.eyTabButtonWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0 4rem;
}

.eyTabs__header,
.eyTabs__header h1 {
    color: #fff;
    text-align: center;
}

.eyTabsTabsItem .close {
    display: none;
}

.quickContact {
    font-size: 1.8rem
}

.checker-radio-buttons label {
    cursor: pointer;
}

.box-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 4rem;
    color: #fff;
}

.boxes-section .container {
    padding-top: 12.6rem;
    padding-bottom: 12.8rem;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #9C82D4;
}

.box-wrapper .box-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.box-wrapper .box-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #1111114D;
    border: 1px solid #1111114D;
    padding: 0 1.4rem 4rem;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(33, 33, 40, .6);
    transition-duration: .3s;
}

.box-wrapper .box-item:hover {
    box-shadow: 0px 0px 15px rgba(33, 33, 40, .6);
    border: 1px solid rgba(68, 60, 139, 1);
}

.box-item .box-item-title {
    font-size: 2.4rem;
    text-align: center;
    padding: 0rem 0 1.6rem;
}

.box-item .box-item-content {
    text-align: center;
}

.whatyouget.title-and-subtitle {
    border: 3px solid #FFE600;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.whatyouget.title-and-subtitle .heading.text-center {
    margin-bottom: 0;
}

.callUsSuccess {
    text-align: center;
    font-size: 2rem;
    margin-top: 5rem;
}

.footer__social {
    display: flex;
    /* justify-content: flex-end; */
    align-items: center;
}

.footer__social .footer-bottom-links {
    display: flex;
    padding-right: 5rem;
    margin-left: -2rem;
    margin-right: -2rem;
}

.footer-bottom-links li {
    padding: 0 2rem
}

.footer-bottom-links li a {
    transition-duration: .3s;
}

.footer-bottom-links li a:hover {
    color: var(--ey-purple);
}

.text-read-more p:not(:first-of-type),
.text-read-more2 p:not(:first-of-type) {
    max-height: 0;
    /* opacity: 0; */
    transition-duration: .3;
    pointer-events: none;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}

.text-read-more p.showMore,
.text-read-more2 p.showMore {
    max-height: 340px;
    /* height: auto; */
    opacity: 1;
    pointer-events: auto;
}

.expandReadMore {
    color: #fff;
}
.expandReadMore2{
    color:#77777D;
    text-decoration: underline;
}

.expandReadMore:hover, .expandReadMore2:hover {
    color: var(--ey-yellow);
    cursor: pointer;
}
.partnership-wrapper-second{
    padding-top: 10rem; 
    display: flex;
    align-items:center;
    justify-content: center;
}
.partnership-wrapper-second .btn {
    font-size: 1.8rem;
    min-width: 300px;
}
.hotline-video video {
    max-width: 100%; 
}
/**
 * 
 */
@media (max-width: 1799px) {
    .modal-cookies .modal-dialog {
        width: 880px;
    }

    .boxes-section .container {
        max-width: 1600px;
    }
}

@media (max-width: 1699px) {

    .boxes-section .container {
        max-width: 1580px;
    }
}

@media (max-width: 1599px) {

    .boxes-section .container {
        max-width: 1480px;
    }

    .box-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 1499px) {

    .boxes-section .container {
        max-width: 1380px;
    }

    .box-item .box-item-title {
        font-size: 2.2rem;
    }

    .box-item-content {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

@media (max-width: 1366px) {

    .boxes-section .container {
        max-width: 1280px;
    }

    .box-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 1280px) {
    .box-wrapper {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
    }

    .boxes-section .container {
        max-width: 1100px;
    }
}

@media (max-width: 1120px) {
    .box-wrapper {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
    }

    .boxes-section .container {
        max-width: 900px;
    }
}

@media (max-width: 678px) {
    .box-wrapper {
        grid-template-columns: repeat(1, minmax(280px, 1fr));
    }

    .boxes-section .container {
        max-width: 100%;
    }
}

@media screen and (min-resolution: 120dpi) {

    .cookies-footer .btn-default {
        font-size: 1rem;
    }

    .cookies-footer {
        padding-top: 1.2rem;
    }


    .btn-cookies {
        margin-top: 1.2rem;
        font-size: 1.2rem;
    }

    .eyTabButtonButton {
        font-size: 1.3rem;
        line-height: 1.6rem;
        padding: 1rem 0.7rem;
    }

    .eyTabsWrapperMain {
        padding: 3rem 0;
    }

    .eyTabsTabsContent,
    .eyTabsStepsList {
        padding-top: 4.1rem
    }

    .call-us.active .formCallUs {
        min-height: 400px;
        overflow: auto;
    }

    .input-default,
    select.select2-default,
    select.select2-default-multiple,
    .select2-container--default .select2-selection--single,
    .select2-results__option {
        padding: 0.8rem 1.2rem
    }

    .input-field.is-focused .input-default,
    .input-field.has-value .input-default {
        padding: 1.4rem 1.2rem 0.2rem;
    }

    .input-field-placeholder {
        top: 1.2rem;
        left: 1.2rem;
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .input-default,
    select.select2-default,
    select.select2-default-multiple {
        font-size: 1.2rem;
    }

    .compact .input-field-placeholder,
    .is-focused .input-field-placeholder,
    .has-value .input-field-placeholder,
    .is-open .input-field-placeholder {
        top: 4px;
        font-size: 0.8rem;
    }

    .select2-selection__placeholder,
    .select2-results__option,
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1.2rem;
        line-height: 2.4rem;
    }

    .formCallUs .form-submit {
        margin-top: 1.2rem;
    }

    .formCallUs .form-header+.form-default {
        padding-top: 1.2rem;
    }

    .form-group+.form-group {
        padding-top: 1rem;
    }

    .formCallUs .btn-primary.larger {
        padding: 0.8rem 2.4rem;
    }

    .eyTabsTabsContent h4 {
        font-size: 2.4rem;
        padding-bottom: 1.2rem;
    }

    .eyTabsTabsContent,
    .eyTabsStepsList {
        width: 50%;
    }

    .eyTabsStepsWrapper {
        padding-top: 0;
    }

    .eyTabsWrapper h4 {
        font-size: 2.2rem;
        line-height: 2.4rem;
        padding-bottom: 1.2rem;
    }

    .eyTabsWrapper>div.active {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .eyTabsStepsWrapper .eyTabsTabsButton .btn {
        font-size: 1.3rem;
        line-height: 1.6rem;
        padding: 1rem 0.7rem;
    }

    .eyTabsTabsItem .show-more {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .eyTabsTabsAccordions .accordion-item.active>div.accordion-content {
        margin-top: 2rem;
    }

    .eyTabsTabsAccordions .accordion-content .show-more {
        padding-top: 2rem;
    }

    .eyTabsTabsAccordions .accordion-item h6 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .eyTabsTabsAccordions .heading::after {
        top: 2rem;
    }

    .accordion-item>div.accordion-content {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .eyTabsTabsButton {
        gap: 1rem;
    }

    .eyTabsTabsContent>div>div.active {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    /* 
    .cookies-default {
        padding: 0 2rem 0 0;
    } */

    .cookies-content {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 2rem;
    }

    .boxes-section .container {
        width: 1080px;
    }

    .box-item .box-item-title {
        font-size: 1.8rem;
        padding: 0rem 0 .6rem;
    }

    .box-item .box-item-content {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .box-wrapper .box-item {
        padding: 0 .6rem 2rem;
    }

    .box-item-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box-item-image img {
        max-width: 70%;
    }

    .whatyouget.title-and-subtitle {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

}

@media(max-width:1366px) {
    .eyTabsStepsWrapper {
        gap: 2rem;
    }

    .eyTabsSteps {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .eyTabsStepsList {
        padding-top: 4rem;
    }

    .eyTabsSteps .container-fluid {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .eyTabsStepsWrapper .eyTabsTypes>div {
        padding-left: 3.2rem;
        padding-right: 2rem;
        margin-right: 1.2rem;
    }

    .eyTabsTypes.active {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }

    .eyTabsTabsDesc {
        padding: 2rem 0;
    }

    .eyTabsStepsWrapper .eyTabsWrapper {
        width: auto;
    }
}

@media(max-width:1199px) {
    /* .offerWrapper > div.offerTypes{
        max-height: 55rem;
    } */


    .eyTabs__title {
        margin-bottom: 3rem;
    }

    .eyTabs__services>div {
        padding: 4rem 4.5rem;
    }

    .eyTabsStepsWrapper.two-lines>div {
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }

    .eyTabsWrapper h4,
    .eyTabsTabsContent h4 {
        font-size: 2.4rem;
        line-height: 3rem;
        padding-bottom: 1.2rem;
    }

    .eyTabsTabsButton {
        margin-top: 2rem;
    }

    .btn-eyTabs {
        font-size: 2rem;
        line-height: 2.4rem;
        padding: 1.6rem;
    }

    .accordion-item::after {
        right: 1.6rem;
        top: 2rem;
    }

    .eyTabsTabsDesc>p {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .hotline-video video {
        width: 100%; 
    }
    .footer__social {
        flex-direction: column;
        align-items: start;
    }

    .eyTabsTabsContent,
    .eyTabsStepsList {
        width: 100%;
    }

    .eyTabsStepsWrapper .eyTabsTypes>div {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-right: 0;
    }

    .eyTabsWrapperMain .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .eyTabsWrapperMain {
        padding: 5rem 0;
    }

    .boxes-section .container {
        max-width: 100%;
        padding: 3rem 1rem;
    }

    .cookies-default {
        padding: 2rem;
    }

    .cookies-content {
        margin-top: 1rem;
        font-size: 14px;
        padding: 0 3rem 0 0;
    }

    .cookies-content p {
        line-height: 2rem;
    }

    .cookies-footer {
        padding: 2rem 0 4rem;
    }

    .modal-cookies .modal-dialog {
        width: 700px;
    }

    /**
     * tabs
     */
    .eyTabs {
        max-width: 100%;
    }

    .eyTabsWrapper {
        padding: 3rem 2.4rem;
    }

    .eyTabsWrapper.eyTabsWrapperMain {
        padding: 6rem 1.4rem;
    }

    .eyTabsWrapper {
        width: 100%;
        box-shadow: none;
        /* max-height: 40rem; */
        transition-duration: .3s;
        opacitY: 1;
    }

    .eyTabsStepsList.toHide {
        /* width: 0; */
        max-height: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
    }

    .eyTabsTabsItem {
        box-shadow: none;
    }

    .eyTabsStepsWrapper,
    .eyTabsWrapper.eyTabsWrapperMain {
        flex-direction: column;
    }

    .eyTabsTabsItem .mCustomScrollbar>div {
        padding-left: 2.6rem;
        padding-right: 2.6rem;
        margin-right: 0rem;
        padding-bottom: 2rem;
    }

    .eyTabs .eyTabsStepsWrapper {
        max-width: 100%;
        flex-direction: column;
        gap: 0;
    }

    .eyTabsTabsContent {
        max-width: 100%;
        width: 100%;
    }

    .eyTabsTabsItem .close {
        position: static;
        cursor: pointer;
        display: inline-block;
    }

    .eyTabsTabsItem .close {
        position: absolute;
        top: 40px;
        left: 0;
    }

    .eyTabs {
        min-height: 60rem;
    }

    /**
     * 
     */
}

@media (max-width: 767px) {
    .modal-cookies .modal-dialog {
        width: 100%;
    }

    .footer-bottom-links {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .box-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
}