html {
    scroll-behavior: smooth;
}

.conferences-banner {
    width: 100%;
    max-width: 1920px;
    padding-top: 125px;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-with-links {
    backdrop-filter: blur(10px);
    background-color: #0000008C;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 45px 20px 85px 20px;
}

.box-with-links-date {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
}

.box-with-links-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 77.45px;
    text-align: center;
    color: #FFE600;
    width: 100%;
    padding: 0px 30px;
}

.box-with-links-description {
    width: 100%;
    font-size: 20px;
    /* font-weight: 400; */
    line-height: 24.2px;
    text-align: center;
    color: #FFFFFF;
}

.row-with-btns {
    display: flex;
    gap: 80px;
    margin-top: 20px;
    justify-content: center;
}

.conferences-btn-yellow-border {
    background-color: #2B2B2B;
    border: 1px solid #FFE600;
    color: #FFE600;
    border-radius: 2px;
    box-shadow: 0px 4px 4px 0px #00000040;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: center;
    padding: 20px 60px;
    transition: 0.3s ease-in-out;
}

.conferences-btn-yellow-border:hover {
    background-color: #FFE600;
    border: 1px solid #2B2B2B;
    color: #2B2B2B;
}

.conferences-btn-yellow {
    background-color: #FFE600;
    color: #000000;
    border-radius: 2px;
    box-shadow: 0px 4px 4px 0px #00000040;
    text-decoration: none;
    padding: 20px 60px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.conferences-btn-yellow:hover {
    background-color: #000000;
    color: #FFE600;
}

.row-with-two-boxes {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.patron-events {
    background-color: #FFFFFF38;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding-bottom: 20px;
    padding-left: 28px;
    padding-right: 36px;
    height: fit-content;
}

.patron-events-text {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    padding-top: 12px;

}

.patron-events img {
    padding-top: 12px;
    width: 150px;
    height: auto;
}

.location-box {
    backdrop-filter: blur(10px);
    background-color: #0000008C;
    display: flex;
    /* gap: 35px; */
    border-radius: 2px;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: fit-content;
    margin-bottom: 60px;
    width: 29%;
}

.location-box img {
    width: 35px;
    height: 50px;
    margin: 35px;
}

.location-box-text {
    margin-top: 35px;
    margin-right: 35px;
    color: #FFFFFF;
    font-size: 20px;
    /* font-weight: 400; */
    line-height: 24.2px;
    text-align: left;

}

.transformation-of-the-legal-market,
.what-makes-us-stand-out {
    background-color: #2e2e38;
    padding-bottom: 104px;
}

.transformation-of-the-legal-market-text {
    padding: 72px;
    font-size: 48px;
    font-weight: 400;
    line-height: 58.09px;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
}

.transformation-of-the-legal-market-text span {
    font-size: 48px;
    font-weight: 700;
    line-height: 58.09px;
    text-align: center;
    color: #FFE600;
}

.transformation-of-the-legal-market-boxes {
    display: flex;

    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.transformation-of-the-legal-market-box {
    width: 33.3%;
    padding-left: 44px;
}

.box-title {
    color: #FFE600;
    font-size: 48px;
    font-weight: 700;
    line-height: 58.09px;
    text-align: left;

}

.box-content {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 29.05px;
    text-align: left;
    padding-right: 16px;
}

.box-border {
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ffe600 50%, rgba(0, 0, 0, 0))1 100%;

}

.what-makes-us-stand-out-title {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 65px;
    margin-bottom: 50px;
}

.what-makes-us-stand-out-title p {
    font-size: 48px;
    font-weight: 700;
    line-height: 58.09px;
    /* text-align: center; */
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffe600 50%, rgba(0, 0, 0, 0))1 0%;
    color: #FFFFFF;
    width: 90%;
}

.what-makes-us-stand-out-row {
    display: flex;
    gap: 88px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.what-makes-us-stand-out-box {
    border: 3px solid #FFE600;
    display: flex;
    align-items: center;
    align-content: center;
    width: 320px;
    height: 180px;

}

.box-content ul {
    margin: 0;
}

.what-makes-us-stand-out-box p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 29.05px;
    text-align: center;
    padding: 0 30px;
}

.countdown-to-start {
    width: 100%;
    background-color: #FFE600;
    padding-bottom: 25px;
}

.countdown-to-start-container {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}

.conferences-btn-yellow-with-border {
    background-color: #FFE600;
    color: #000000;
    border: 3px solid #2A2A2A;
    border-radius: 2px;
    box-shadow: 0px 4px 4px 0px #00000040;
    text-decoration: none;
    padding: 20px 60px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.row-with-timer {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.conferences-btn-yellow-with-border:hover {
    background-color: #000000;
    color: #FFE600;
    border: 3px solid #FFE600;
}

.box-with-time {
    border-radius: 2px;
    background-color: #2A2A2A;
}

.box-with-time-number {
    font-size: 54px;
    font-weight: 700;
    line-height: 65.35px;
    text-align: center;
    color: #FFE600;
    padding: 18px 30px 0 30px;
    width: 150px;
}

.box-with-time-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
    color: #FFE600;
    padding-bottom: 18px;
}

.countdown-to-start-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: center;
    color: #000000;
    padding: 30px 0;
}

.hide-timer {
    display: none;
}

.tab-content .tabcontent-agenda-event * {
    color: #fff;
}

.tabcontent {
    animation: fadeEffect 1s;
}

.tab {
    overflow: hidden;

}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    padding: 0px;
}

.tabcontent {
    display: none;
    padding: 10px 0px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    color: #FFFFFF;
}

.tabcontent-active {
    display: block;
}


@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.agenda {
    background-color: #2e2e38;
    padding-bottom: 70px;
}

.agenda-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}

.border-bottom-yellow {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, #ffe600, #ffe60085, #ffe60000)1 0%;
    width: fit-content;
    padding-right: 90px;
}

.agenda-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 36px;
}

.agenda-title.day-hidden {
    margin-bottom: 0;
}

.tab button:hover .tablinks-date {
    opacity: 1;
}

.tab button:hover .tablinks-day {
    opacity: 1;
}

.tablinks {
    display: flex;
    flex-direction: column;
    width: 400px;
}

.tablinks-day {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    color: #FFFFFF;
    opacity: 0.3;
    transition: 0.3s ease-in-out;
}

.tablinks-date {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    color: #FFE600;
    opacity: 0.3;
    transition: 0.3s ease-in-out;
}

.tab button.active .tablinks-day {
    opacity: 1;
}

.tab button.active .tablinks-date {
    color: #2e2e38;
    background: #FFE600;
    padding: 0 5px;
    width: fit-content;
    opacity: 1;
}

.tabcontent-time {
    padding-right: 15px;
}

.tabcontent li {
    /* list-style-type: none; */
    width: 100%;
}

.tabcontent ul {
    margin: 0;
    padding: 0;
}

.tabcontent-agenda {
    display: flex;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;

}

.tabcontent-agenda-additional-text {
    color: #FFE600;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;
}

.tabcontent-agenda-bold-text {
    font-weight: 700;
}

.two-boxes-with-agenda {
    display: flex;
    gap: 70px;
}

.box-with-agenda {
    width: calc(50% - 35px);
}

.box-with-agenda-title {
    color: #2e2e38;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 230, 0, 1) 0%, rgba(255, 230, 0, 0.798739564185049) 60%, rgba(0, 0, 0, 0) 100%);
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: left;
    padding: 5px;
}

.tabcontent-agenda-empty div {
    opacity: 0;
}

.speakers {
    background-color: #2e2e38;
    padding-top: 40px;
}

.speakers-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
}

.swiper {
    width: 600px;
    height: 300px;
}

.speakers-container-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    text-align: left;

}

.trainers-container {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    /* column-gap: 120px; */
    justify-content: space-between;
    padding-bottom: 115px;
}

.coach {
    display: flex;
    width: 435px;
    color: #2E2E38;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.coach-img {
    max-height: 125px;
}

.coach-img img {
    max-width: 125px;
    max-height: 125px;
    object-fit: cover;
    object-position: top;
}

.coach-info {
    background-color: #F6F6FA;
    padding: 15px 27px;
    height: 125px;
    width: 100%;
}

.coach-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: left;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.coach-name:hover {
    text-decoration: underline;
}

.coach-name a {
    text-decoration: none;
}

.coach-position {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    text-align: left;

}

.coach-company {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    text-align: left;
    margin-top: 10px;
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.swiper {
    display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #FFE600 !important;
}

.swiper-speakers-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.trainers-container .swiper .swiper-wrapper .swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

@media (max-width:1024px) {
    .trainers-container {
        display: none;
    }

    .swiper-speakers {
        display: block !important;
    }
}

.gallery-previous-event {
    background-color: #2e2e38;
    color: #FFFFFF;
}

.gallery-previous-event-container {
    width: 95%;
    margin-left: auto;
    /* margin-right: auto; */
    padding-bottom: 170px;
}

.swiper-previous-event {
    width: 100%;
    height: 500px !important;
    margin-top: 30px;
}


.gallery-previous-event-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    text-align: left;
    margin-left: 5%;
}

.swiper-previous-event-button-next,
.swiper-previous-event-button-prev {
    top: 0;
}

.gallery-previous-event-container .swiper {
    display: block !important;
}

.swiper-previous-event .swiper-wrapper .swiper-slide {
    width: 500px !important;
    height: 500px;
}

.slide-two-small-block-on-top {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.swiper-slide.slide-two-small-block-on-top {
    display: flex;
    flex-direction: column;
}

.slide-two-small-block-on-first-row {
    display: flex;
    gap: 20px;
}

.slide-small-block-with-img {

    height: 240px;
}

.slide-small-block-with-quote {
    background: #F6F6FA;
    padding: 25px 15px;
}

.slide-small-block-with-quote img {
    width: 40px;
    height: 32px;
    margin-bottom: 10px;
}

.quote {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
}

.quote-author {
    font-size: 11px;
    font-weight: 400;
    line-height: 13.31px;
    text-align: left;
    color: #000000;
}

.quote-author span {
    font-size: 11px;
    font-weight: 700;
    line-height: 13.31px;
    text-align: left;
}

.slide-small-block-with-quote {
    width: 240px;
    height: 240px;
}

.slide-wide-img {
    height: 240px;
}

.slide-wide-img img {
    height: 240px;
    width: 500px;
}

.slide-small-block-with-img img {
    width: 240px;
    height: 240px;
}

.slide-one-big-img img {
    width: 500px;
    height: 500px;
}

.slide-two-small-block-on-left {
    display: flex !important;
    gap: 20px;

}

.col-with-two-small-blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.slide-tall-img {
    width: 240px;

}

.slide-tall-img img {
    height: 500px;
    object-fit: cover;
}

.choose-your-package {
    background: #2e2e38;
}

.choose-your-package-container {
    /* width: 80%;
    margin-left: auto;
    margin-right: auto; */
    display: flex;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-image: linear-gradient(90deg, rgba(255, 230, 0, 0) 0%, rgba(255, 230, 0, 0) 10%, rgba(255, 230, 0, 0.25) 25%, rgba(255, 230, 0, 1) 50%, rgba(255, 230, 0, 0.25) 75%, rgba(255, 230, 0, 0) 90%, rgba(255, 230, 0, 0) 100%);
    border-image-slice: 1;
    border-top-width: 1px;
    border-top-style: solid;
    /* border-image: linear-gradient(to right, #ffe60000, #ffe600, #ffe60000)1 0%; */

}

.choose-your-package-img {
    width: 50%;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #ffe600;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    padding-left: 10%;
    padding-right: 20px;
}

.choose-your-package-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.choose-your-package-form-box {
    width: 50%;
    padding-left: 80px;
    padding-right: 5%;
}

/* choose your package form*/

.col {
    display: block;
    float: left;
    /* margin: 1% 0 1% 1.6%; */
}

.col:first-of-type {
    margin-left: 0;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.plan {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form .plan input,
.form .payment-plan input,
.form .payment-type input {
    display: none;
}

.form label {
    position: relative;
    color: #2E2E38;
    background: #F6F6FA;
    font-size: 26px;
    text-align: center;
    height: 160px;
    width: 775px;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.form .plan input+label,
.form .payment-plan input+label,
.form .payment-type input+label {
    transition: border .3s ease;
}

.form .plan input:checked+label,
.form .payment-plan input:checked+label,
.form .payment-type input:checked+label {
    border: 3px solid #ffe600;
}

.submit {
    padding: 15px 30px !important;
    display: inline-block;
    border: 1px solid #FFE600;

    background-color: #FFE600;
    color: #000000;
    border-radius: 2px;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    text-align: center;
    text-decoration: none;

    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.submit:hover {
    cursor: pointer;
    background-color: #000000;
    color: #FFE600;
}

.label-type-of-participation {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    text-align: left;
    color: #2E2E38;
    width: 260px;
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.label-price-box {
    display: flex;
    flex-direction: column;
    width: 250px;
    margin-right: 80px;
    justify-content: center;
}

.label-price {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: center;
    color: #2E2E38;
    /* margin-top: 50px; */
}

.label-price-special-offer-desc {
    color: #2E2E38;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    text-align: center;
}

.label-display {
    display: flex;
    justify-content: space-between;
}

.laber-orginal-price {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    text-align: center;
    color: #2E2E38;
    text-decoration: line-through;
    position: absolute;
    top: 30px;
    right: 45px;
}

.label-type-of-participation-desc {
    color: #2E2E38;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.81px;
    text-align: left;

}

.choose-your-package-form-submit {
    width: 100%;
    display: flex;
    justify-content: center;
}

.choose-your-package-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    text-align: left;
    color: #fff;
    margin-top: 25px;
}

.choose-your-package-desc {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;
    color: #fff;
}

/* choose your package form*/
.section-with-faq {
    background-color: #2e2e38;
    padding-top: 75px;
    padding-bottom: 35px;
}

.section-with-faq-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;

}

.section-with-faq-left {
    width: 50%;
}

.section-with-faq-left-title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    text-align: left;

}

.section-with-faq-left-desc {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: left;
    color: #FFFFFF;
    margin-top: 15px;
    width: 560px;
}

.section-with-faq-right {
    width: 50%;
    display: flex;
    justify-content: center;
}

/* faq */
.accordion {
    width: 490px;
    color: #FFFFFF;
}

.accordion .container {
    position: relative;
    margin: 10px 10px;
}



.accordion .label {
    position: relative;
    padding: 10px 0;
    font-size: 30px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: left;

}

.accordion .label::before {
    content: '+';
    color: #fff;
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 30px;
    transform: translateY(-50%);
}

.content.border-bottom-yellow {
    padding-right: 0;
    width: 100%;
}

.accordion .content {
    position: relative;

    height: 0;
    font-size: 20px;
    text-align: justify;
    /* width: 780px; */
    overflow: hidden;
    transition: 0.5s;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.73px;
    text-align: left;

}

.accordion hr {
    width: 100;
    margin-left: 0;
    border: 1px solid grey;
}

.accordion .container.active .content {
    height: 100px;
}



.accordion .container.active .label::before {
    content: '-';
    font-size: 30px;
}

/* end faq */

.contact-container-support {
    display: flex;
    justify-content: center;
    margin: 0 95px;
    gap: 60px;
}

.contact-container-support-box {
    width: 545px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 2px;
}

.contact-container-support-box-img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact-container-support-box-img img {
    border-radius: 50%;
    width: 236px;
    height: auto;
    margin-top: -118px;

}

.contact-container-title-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact-container-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 158px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, #ffe60000, #ffe600, #ffe60000)1 0%;
    width: fit-content;
    padding: 0 20px;
}

.contact-container-support-name {
    color: #2E2E38;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: center;
    margin-top: 20px;
}

.contact-container-support-position {
    color: #2E2E38;
    font-weight: 400;
    line-height: 18.15px;
    text-align: center;
    margin-top: 5px;
}

.contact-container-support-phone {
    color: #2E2E38;
    font-size: 24px;
    font-weight: 400;
    line-height: 18.15px;
    text-align: center;
}

.contact-container-data {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    align-items: center;
    gap: 15px;
}

.contact-container-support-phone a,
.contact-container-support-email a {
    text-decoration: none;
    position: relative;
    display: block;
    width: 58px;
    height: 58px;
    font-size: 24px;
    text-align: center;
    line-height: 56px;
    border: 1px solid #747480;
    border-radius: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 69;
}

.contact-container-support-phone a i::before,
.contact-container-support-email a i::before {
    font-size: 24px;
}

.contact-container-support-phone a:hover,
.contact-container-support-email a:hover {
    color: #fff;
    background-color: #2E2E38;
}

.contact-container-support-email {
    color: #2E2E38;
    font-size: 24px;
    font-weight: 400;
    line-height: 18.15px;
    text-align: center;
}

.section-contact {
    background-color: #2e2e38;
    padding-top: 35px;
    padding-bottom: 96px;
}

.contact-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.check-also {
    background-color: #2e2e38;
    padding-bottom: 25px;
}

.check-also-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.check-also-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.check-also-container .swiper {
    display: block !important;
}

.swiper-wrapper-also-check {
    width: 100%;
    margin: 0;
}

.swiper-also-check {
    margin: 0 !important;
    width: 100%;
}

.swiper-slide-also-check-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
}

.swiper-slide-also-check-box-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: left;
    color: #FFE600;
    margin-bottom: 10px;
}

.swiper-slide-also-check {
    background-repeat: no-repeat;
    width: 350px !important;
}

.swiper-slide-also-check-box {
    width: 350px;
    height: 245px;
}

.swiper-slide-also-check-box-desc {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: left;
}

.tabcontent {
    min-height: 200px;
}

.swiper-slide-also-check-box {
    padding-left: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.gallery-previous-event-container .swiper-previous-event-mobile {
    display: none !important;
}

.swiper-pagination-bullet-active {

    background: #FFE600 !important;
}

.swiper-slide-also-check {

    width: calc(25% - 22px) !important;
    height: 245px !important;
}

.swiper-slide-also-check {
    background-size: cover;
}

.swiper-also-check {
    height: 245px !important;
}

.swiper-wrapper-also-check {
    height: 245px !important;
}

.swiper-slide-also-check-box {
    width: calc(25% - 22px);
}

.swiper-slide-also-check-box {
    width: 100%;
}

.prelegents-wrapper .modal-speaker-avatar {
    border-radius: 0;
}

.conferences-video.conferences-new-video {
    padding-top: 0;
    background-color: #2E2E38;
    padding: 20px 0 80px;
}

.conferences-video.conferences-new-video .video-default {
    margin: 0 auto;
}

.conferences-video.conferences-new-video .video-container {
    max-width: 60%;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffe600 50%, rgba(0, 0, 0, 0))1 0%;
}

@media (max-width:1760px) {
    .form label {
        width: 100%;
    }

    .choose-your-package-form-box {
        padding-left: 40px;
    }
}


@media (max-width:1650px) {
    .trainers-container {
        justify-content: center;
        gap: 40px;
    }

    .contact-container-support {
        margin: 0 30px;
    }

    .box-border {
        padding-left: 0px;
    }

    .box-border .box-title {
        padding-left: 44px;
    }

    .box-border .box-content {
        padding-left: 10px;
    }
}

@media (max-width:1500px) {
    .tablinks {
        width: 350px;
    }

    .conferences-video.conferences-new-video .video-container {
        max-width: 80%;
    }
}

@media (min-width:1440px) {
    .swiper-slide-also-check {
        max-width: 350px;
    }
}

@media (max-width:1440px) {
    .conferences-banner {
        background-position-x: center;
    }

    .box-with-links-title {
        padding: 0;
    }

    .row-with-btns {
        gap: 55px;
    }

    .location-box {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .location-box-text {
        margin-top: 0px;
        margin-right: 15px;

    }

    .transformation-of-the-legal-market-text,
    .box-title,
    .transformation-of-the-legal-market-text span {
        font-size: 36px;
        line-height: 40.09px;
    }

    .box-content {
        font-size: 18px;
        line-height: 20px;
    }

    .transformation-of-the-legal-market {
        padding-bottom: 60px;
    }

    .box-border {
        padding-left: 44px;
    }

    .box-border .box-title {
        padding-left: 0;
    }

    .box-border .box-content {
        padding-left: 0;
    }

    .box-content ul {
        padding-left: 10px;
    }

    .transformation-of-the-legal-market-box {
        padding-left: 20px;
    }

    .box-content {
        font-size: 16px;
    }

    .what-makes-us-stand-out-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .agenda-container {
        width: 90%;
    }

    .tablinks {
        width: 300px;
    }

    .tablinks-date {
        font-size: 22px;
    }

    .trainers-container {
        gap: 15px;
    }

    .coach {
        width: 400px;
    }

    .gallery-previous-event-container {
        width: 90%;
        margin-right: auto;
    }

    .swiper-previous-event .swiper-wrapper .swiper-slide {
        /* width: 50% !important; */
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .swiper-slide.slide-two-small-block-on-top {
        align-items: center;
    }

    .swiper-previous-event {
        width: 1024px !important;
    }

    .speakers-container {
        width: 90%;
    }

    .gallery-previous-event-title {
        margin-left: 0;
    }

    /* .swiper-previous-event-slide {
        margin: 0 12px !important;
    } */
    .gallery-previous-event-container {
        padding-bottom: 70px;
    }

    .choose-your-package-img {
        padding-left: 5%;
    }

    .label-type-of-participation {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 26px;
    }

    .laber-orginal-price {
        top: 15px;
        right: 25px;
    }

    .label-price {
        font-size: 24px;
        margin-top: 25px;
    }

    .label-price-box {
        margin-right: 20px;
    }

    .submit {
        font-size: 26px;
    }

    .choose-your-package-form-submit {
        margin-bottom: 10px;
    }

    .section-with-faq-container {
        width: 90%;
    }

    .section-with-faq-left-desc {
        width: 100%;
        margin-right: 25px;
    }

    .contact-container {
        width: 90%;
    }

    .contact-container-support {
        margin: 0;
        justify-content: center;
        gap: 40px;
    }

    .contact-container-support-box {
        width: 450px;
    }

    .check-also-container {
        width: 90%;
    }

    .check-also-container .swiper-also-check {
        width: 100%;
        display: flex !important;
        justify-content: center;
    }

    /* .swiper-wrapper-also-check {
        width: 1200px !important;
    } */
    .swiper-slide-also-check {

        width: calc(33% - 17px) !important;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .swiper-slide-also-check-box {
        width: calc(33% - 17px);

    }

    .swiper-slide-also-check {
        height: fit-content;

    }

    .swiper-slide {
        height: 100% !important;
    }

    .swiper-slide-also-check-box {
        width: 100%;
        height: 100%;
    }
}

@media (max-width:1150px) {
    .swiper-previous-event {
        width: 500px !important;
    }
}

@media (max-width:1024px) {
    .row-with-btns {
        gap: 35px;
    }

    .box-with-links {
        padding: 45px 20px 45px 20px;
    }

    .location-box {
        margin-bottom: 30px;
    }

    .transformation-of-the-legal-market-boxes {
        /* flex-wrap: wrap;*/
        justify-content: center;
        flex-direction: column;
    }

    .transformation-of-the-legal-market-box {
        width: 100%;
        margin-bottom: 25px;
    }

    .box-border {
        border-left-width: 0px;
        border-top-style: solid;
        border-top-width: 1px;
        border-right-width: 0px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffe600 50%, rgba(0, 0, 0, 0))1 100%;
        border-image-slice: 1;
        margin-bottom: 0;
        padding-bottom: 25px;
    }

    .tablinks {
        width: 280px;
    }

    .gallery-previous-event-container .swiper-previous-event {
        display: none !important;
    }

    .gallery-previous-event-container .swiper-previous-event-mobile {
        display: block !important;
    }

    .swiper-previous-event-mobile {
        margin-top: 25px;
        height: 500px;
    }

    .swiper-previous-event-mobile .swiper-previous-event-slide-mobile {
        display: flex !important;
        justify-content: center;
    }

    .swiper-previous-event-slide-mobile .slide-small-block-with-img {
        height: 500px;
        display: flex;
        justify-content: center;
    }

    .swiper-previous-event-slide-mobile .slide-small-block-with-img img {
        max-height: 500px;
        max-width: 600px;
        width: auto;
        height: auto;
    }

    .swiper-previous-event-slide-mobile .slide-small-block-with-quote {
        width: auto;
        height: auto;
        max-height: 500px;
        max-width: 600px;
    }

    .swiper-previous-event-slide-mobile .slide-small-block-with-quote {
        padding: 50px
    }

    .swiper-previous-event-slide-mobile .quote {
        font-size: 24px;
    }

    .swiper-previous-event-slide-mobile .quote-author {
        font-size: 14px;
    }

    .swiper-previous-event-slide-mobile .quote-author span {
        font-size: 14px;
    }

    .swiper-previous-event-slide-mobile .slide-small-block-with-quote {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .choose-your-package-img {
        display: none;
    }

    .choose-your-package-form-box {
        width: 100%;
    }

    .section-with-faq-container {
        flex-direction: column;
    }

    .section-with-faq-left,
    .section-with-faq-right {
        width: 100%;
    }

    .section-with-faq-left {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .accordion {
        width: 100%;
    }

    .accordion .container.active .content {
        height: 80px;
    }

    .accordion .container {

        margin: 10px 0;
    }

    .contact-container-support-box {
        width: 400px;
    }

    .contact-container-support-box-img img {
        width: 200px;
    }

    .swiper-slide-also-check {

        width: calc(50% - 17px) !important;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .swiper-slide-also-check-box {
        width: calc(50% - 17px);

    }

    .swiper-slide-also-check {
        height: fit-content;

    }

    .swiper-slide {
        height: 100% !important;
    }

    .swiper-slide-also-check-box {
        width: 100%;
        height: 100%;
    }
}

@media (max-width:991px) {


    .box-with-links {
        width: 75%;
    }

    .location-box {
        width: 40%;
    }



    .row-with-two-boxes {
        margin-top: 30px;
    }

    .conferences-banner {
        padding-top: 100px;
    }

    .what-makes-us-stand-out-box {
        width: 280px;
    }

    .row-with-timer {
        flex-wrap: wrap;
    }

    .tablinks .tablinks-date {
        display: none;
    }

    .tablinks {
        width: 100px;
    }

    .tablinks.active .tablinks-date {
        display: block;
    }

    .tablinks.active {
        width: 300px;
    }

    .two-boxes-with-agenda {

        gap: 35px;
    }

    .contact-container-support-box {
        width: 325px;
    }
}

@media (max-width:768px) {
    .row-with-btns {
        flex-direction: column;
    }

    .box-with-links-title {
        font-size: 44px;
        line-height: 50px;
    }

    .box-with-links-date {
        font-size: 27px;
    }

    .location-box {
        width: 50%;
        margin-bottom: 10px;
    }

    .location-box img {

        margin: 35px 15px;
    }

    .transformation-of-the-legal-market-text,
    .box-title,
    .transformation-of-the-legal-market-text span {
        font-size: 30px;
        line-height: 32px;
    }

    .countdown-to-start-container {
        width: 65%;
    }

    .transformation-of-the-legal-market-boxes {
        width: 90%;
    }

    .tablinks-day {
        font-size: 18px;
    }

    .tablinks {
        width: 75px;
    }

    .tablinks-date {
        font-size: 18px;
    }

    .tabcontent-time {
        font-size: 18px;
    }

    .tabcontent-agenda-event {
        font-size: 18px;
    }

    .tablinks.active {
        width: 250px;
    }

    .box-with-agenda {
        width: 100%;
    }

    .two-boxes-with-agenda {
        flex-direction: column;
        gap: 20px;
    }

    .swiper-previous-event-mobile {
        width: auto;
        max-width: 650px;
        height: auto;
        aspect-ratio: 1;
    }

    .swiper-previous-event-slide-mobile .slide-small-block-with-img {
        height: auto;

    }

    .swiper-previous-event-slide-mobile .slide-small-block-with-img img {
        aspect-ratio: 1;
        object-fit: contain;
    }

    .swiper-speakers {
        width: 100%;
    }

    .section-with-faq-left-title {
        font-size: 30px;
        padding-right: 10px;
    }

    .section-with-faq-left-desc {
        font-size: 18px;
    }

    .accordion .label {
        font-size: 18px;
    }

    .contact-container-support {
        flex-direction: column;
        gap: 145px;
        align-items: center;
    }

    .contact-container-support-box {
        width: 400px;
    }

    .swiper-slide-also-check {

        width: 100% !important;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .swiper-slide-also-check-box {
        width: 100%;

    }

    .swiper-slide-also-check {
        height: fit-content;

    }

    .swiper-slide {
        height: 100% !important;
    }

    .swiper-slide-also-check-box {
        width: 100%;
        height: 100%;
    }

    .contact-container-title {
        margin-bottom: 130px;
    }

}

@media (max-width:480px) {
    .row-with-two-boxes {
        flex-direction: column-reverse;
        margin-top: 10px;
    }

    .box-with-links {
        width: 85%;
    }

    .location-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .conferences-banner {
        padding-top: 50px;
    }

    .box-with-links-title {
        font-size: 38px;
        line-height: 40px;
    }

    .box-with-links-date {
        font-size: 22px;
    }

    .box-with-links-description {
        font-size: 18px;
    }

    .patron-events {
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .patron-events-text {
        padding-top: 8px;
    }

    .row-with-btns {
        gap: 15px;
    }

    .transformation-of-the-legal-market-text,
    .box-title,
    .transformation-of-the-legal-market-text span {
        font-size: 30px;
        line-height: 32px;

    }

    .transformation-of-the-legal-market-text {
        padding: 30px;
    }

    .coach {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .coach-img {
        display: flex;
        justify-content: center;
        background: #F6F6FA;

    }

    .what-makes-us-stand-out-title p {
        font-size: 40px;
    }

    .tablinks-date {
        font-size: 15px;
    }

    .tablinks.active {
        width: 200px;
    }

    .form label {
        flex-flow: column;
        align-items: center;
        height: fit-content;
    }

    .label-type-of-participation {
        margin-left: 0px;
        margin-top: 10px;
        text-align: center;
        width: 90%;
        height: 60px;
        font-size: 20px;
    }

    .label-price {
        font-size: 20px;
    }

    .label-price-box {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .label-type-of-participation-desc {
        text-align: center;
    }

    .laber-orginal-price {
        top: 90px;
        right: 70px;
    }

    .accordion .container.active .content {
        height: 140px;
    }

    .contact-container-support-box {
        width: 325px;
    }

    .choose-your-package-form-box {
        padding-left: 5%;
    }

    .check-also-title {
        padding-right: 0px;
    }


}

@media (max-width:360px) {
    .contact-container-support-box {
        width: 300px;
    }
}