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

.main-content {
    padding: 0;
}

/** { outline: 1px solid red !important; }*/


.main-container,
.client-container,
.producer-container,
.problem-container,
.effect-container,
.service-container,
.map-container,
.work-container,
.case-container,
.command-container,
.material-container,
.razbor-container,
.review-container,
.faq-container {
    max-width: 1600px;
    margin: 0 auto;
}

.reviews-event .carousel-item {
    position: relative;
    background: #2E2A77;
    background: linear-gradient(90deg, rgba(46, 42, 119, 1) 0%, rgba(7, 5, 16, 1) 100%, rgba(7, 5, 16, 1) 7%);
}

.command-section {
    background: linear-gradient(90deg, rgba(46, 42, 119, 1) 0%, rgba(7, 5, 16, 1) 100%, rgba(7, 5, 16, 1) 7%);
}

.command-list {
    color: #fff;
    padding: 2rem;
    padding-right: 120px;
    padding-left: 120px;
}

.command-item li {
    margin-bottom: 18px;
}

ul.command-item li::marker {
    color: #fff;
}

ul.command-item li {
    font-size: clamp(1rem, 0.5842rem + 0.8673vw, 1.625rem);
}

.command-project {
    /*font-family: "RobotoBlack", sans-serif;*/
    margin-bottom: 50px;
    font-size: clamp(1.5625rem, 1.0369rem + 2.2131vw, 3.25rem);
        font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
}

.reviews-event .carousel-item img {
    height: 100vh;
}

.reviews-carousel .carousel-indicators {
    top: 66%;
    right: -120px;

    align-items: baseline;
    justify-content: end;
}

.reviews-carousel blockquote {
    font-size: clamp(1rem, 0.9221rem + 0.3279vw, 1.25rem);
    line-height: 1.2;
    padding: 20px;
    padding-right: 8vw;
    text-align: justify;
}


.reviews-carousel .carousel-caption {
    top: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    max-width: 53%;
}

.carousel-caption h3 {
    font-size: 52px;
    text-align: right;
    padding-right: 8vw;
    /*font-family: "RobotoBlack", sans-serif;*/
    font-weight: 600;
}

.reviews-carousel .carousel-indicators [data-bs-target] {

    width: 150px;
    height: auto;
    border-radius: 100%;
    background-color: transparent;
    opacity: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-indent: unset;
    margin-right: 0;

}

.reviews-carousel .carousel-indicators .active {
    opacity: 100%;
}

.reviews-carousel .indicator-content {

    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;

}

.reviews-carousel .indicator-content p,
.reviews-carousel .indicator-content h6 {
    font-size: 12px;
}

.reviews-carousel .indicator-content p {
    opacity: 70%;
}

.reviews-carousel .indicator-content img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #2E2A77;
    margin-bottom: 10px;
}


.experience-card {
    width: 380px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.experience-card blockquote {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 20px;
    padding-bottom: 50px;
    color: white;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: clamp(1rem, 0.8964rem + 0.1905vw, 1.125rem);
    line-height: normal;
    text-align: left;


    opacity: 0;
    transition: 0.3s ease;
    z-index: 3;
    transform: translateY(20px);
}

.experience-image {
    position: relative;
    max-height: 570px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 15px;
}

.experience-image img {
    width: 100%;
    display: block;
    transition: 0.3s ease;
}

.experience-card:hover img {
    transform: scale(1.05);
}

.experience-card:hover .experience-image::after {
    background: rgba(0, 0, 0, 0.6);
}

.experience-card:hover blockquote {
    opacity: 1;
    transform: translateY(0);
}

.experience-image .card-text {
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    z-index: 2;
    /*transition: transform 0.4s ease, opacity 0.3s ease;*/
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s;
    text-align: left;
}

.experience-card:hover .card-text {
    /*transform: translateY(200px);*/
    /*opacity: 0.8;*/

    transform: translateY(-400px) scale(0.9);
    opacity: 0.9;
}

.experience-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    z-index: 1;
}

.experience-card .card-text strong {
    font-size: 9vh;
}

.experience-card img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.swiper-cases .experience-card {
  width: 650px;
}
.swiper-cases .experience-card .card-text strong {
  font-size: 5vh;
}
.swiper-cases .experience-image .card-text {
  line-height: 1.5rem;
}
.swiper-cases a {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  line-height: 20px;
}
/*.swiper-experience  .swiper-slide {*/
/*    width: 30%;*/
/*}*/

.event-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(65, 62, 168, 1);
    padding: 0.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 25px;
    font-size: 14px;
    color: white;
    border: 1px solid rgba(65, 62, 168, 1);
}

.event-link:hover,
a.event-link:hover {
    background: #fff;
    transition: all 0.5s;
    color: rgba(65, 62, 168, 1);

}


.event-link:hover span {
    color: rgba(65, 62, 168, 1);
}

.table-effect {
    width: 96%;
    margin: 0 auto;
    margin-top: 30px;

}

.first-row {
    background: #413EA8;

}

.first-row > th {
    color: #fff;
}

/* Главная Ивент продюсер*/

.features {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.features__left {
    width: 50%;

}

.features__right {
    width: 40%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
}

.features__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease;
}

.features__list {
    padding: 0;
}

.features__list li {
    cursor: pointer;
    transition: color 0.3s;
    margin-bottom: 25px;
}

.features__list li:last-child {
    margin-bottom: 0;
}

.features__list li:hover {
    color: #413EA8;

}

.tooltip-title {
    display: inline-block;
    transition: all 0.3s;
    font-weight: bold;
    text-transform: lowercase;
}

.features__list li:hover .tooltip-title {
    transform: scale(1.1);

}

.features__list li.active {
    font-weight: bold;
    color: #413EA8;
}


.swiper-experience .darkened {
    position: relative;
    display: block;
    border-radius: 5px;
    max-height: 570px;
}

.exp-btn {
    border: none;
    background: #413EA8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.9;
}

.exp-btn:hover {
    opacity: 1;
    transition: all 0.5s;
}

.exp-btn > .bi-chevron-right::before,
.exp-btn > .bi-chevron-left::before {
    color: #ffffff;
}

.swiper-button-disabled {
    opacity: 0.5;
}

.swiper-button-disabled:hover {
    opacity: 0.5;
}

.exp-swiper-button-prev {
    margin-right: 5px;
}

.experience-nav {
    padding-bottom: 20px;

}

.swiper-experience .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-experience .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.material-list .card-text {
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
}

.main .service-list {
    margin-top: 40px;
}


.case-list .feat-item .feat-descr {
    max-width: 53.33333%;
    position: absolute;
    top: 2vh;
    left: 0;
}

.case-list .feat-item .h3, .case-list .feat-item .feat-descr .count {
    color: #000;
    font-weight: bold;
    font-size: 3vh;
    margin-bottom: 2vh;
}

.feat-item .feat-descr {
    z-index: 10;
    text-align: justify;
}


.link-arrow.-green .icon-svg {
    color: #A6C636;
}

.programm-list div {
    margin-bottom: 0 !important;
}

.programm-container {
    background: transparent !important;
}

.programm-list > div {
    background: #9F3055;
}

.programm-list .bi-arrow-right {
    font-size: 20px;
}

.programm-list div a b {
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.programm-list div a {
    font-size: 18px;
}

.article-section .has-anchor:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border: 2px solid #E9592C;
    position: absolute;
    left: -30px;
    top: 0.45em;
    border-radius: 50%;
    z-index: 10;
}

.aside-case .footer-menu > ul.no-list {
    padding-left: 45px;
}

.aside-case .article-nav li:after {
    margin-right: 20px;
}

.aside-case {
    position: sticky;
    top: 20px;
}

.book-content {
    margin-left: 40px;
    margin-bottom: 15px;
}

.book-content img {
    max-width: 200px;
    margin-bottom: 10px;
}

.book-content a {
    display: block;
    color: gray;
}

.books-article a {
    color: #E9592C;
}

.article-section .has-anchor:after {

    height: 1000px !important;
}

ul li::marker {
    color: #333333;
}

.programm-section {
    padding-bottom: 20px;
}

.accordion-button.accordion-practic .accordion-body li {;
    font-size: 16px;
}

.format-practic {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
}

.accordion-button.accordion-practic::after {
    margin-left: 0;
    content: none;
}

.accordion-button.accordion-practic .text-bg-primary {
    background-color: #E9592C !important;
    font-weight: normal;
    border-radius: 5px !important;
}

.collapsed .accordion-btn-opened {
    display: none;
    font-size: 20px;
    color: red;
}

.accordion-btn-opened {
    display: block;
    font-size: 20px;
    color: red;
    margin-left: 21px;
}

.accordion-btn-closed {
    display: none;
    font-size: 26px;
}


.collapsed .accordion-btn-closed {
    display: block;
    margin-left: 15px;
}

.long {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.long span {
    margin-left: 5px;
}

.students,
.format {
    padding-right: 10px;
    padding-left: 10px;
}

.accordion-button.accordion-practic {
    background: #fff;
    color: #333;
    text-shadow: none;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    text-align: unset;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

.accordion-button.accordion-practic b {
    color: #E9592C;
}


.accordion-button.accordion-practic.collapsed b {
    color: #333;
}

.course-data-content > .students,
.course-data-content > .format {
    display: none;
}

.expert-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.expert-container img {
    width: 150px;
    border-radius: 50%;
}

.expert-name {
    margin-top: 10px;
    margin-bottom: 0;
}

.titata-section {
    margin-top: 40px;
}

.kurs-listener-item {
    background-color: #E9592C;
    border-radius: 50%;
    width: 70px;
    height: 70px;

}

.real-case .card-text {
    text-align: left;
    padding: 5px;

}

.real-case .card-text a {
    font-weight: bold;
}

.card .case-btn .btn {
    color: #fff;
    border-radius: 20px;
}

.card .btn:hover {
    border: 1px solid var(--red);
    background: #ffffff;
    color: var(--red);
}

.advantage-item-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.photo-mba {
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-white {
    color: white;
}

.orange-bg {
    background-color: #E9592C;
    position: relative;
    padding: 100px 50px;
    margin-bottom: 30px;
}

.gray-bg.basic-course {
    padding: 100px 50px;
}

.text_block table th {
    background-color: #9F3055;
    border: 3px solid #9F3055;
    padding: 10px;
    color: #ffffff;
}

.text_block table td {
    border: 3px solid #9F3055;
    padding: 15px;
    vertical-align: top;
}

.text_block table th p:last-child, .text_block table td p:last-child, .text_block table td > *:last-child {
    margin-bottom: 0;
}

.category__nav li a.checked {
    background: transparent;
    color: var(--red);
    border-radius: 0;
    text-decoration: underline;
}

.category__nav li a.checked:before,
.category__nav li a.checked:after {
    background: var(--red);
}

.review-zoom i svg {
    width: 30px;
}

.review-item.cableItem-hide {
    display: none;
}

.review-zoom {
    display: none !important;
}

.footer-menu ul li.js-anchor {
    margin-bottom: 0;
}


.form-razbor {
    /*border-radius: 15px;
    padding: 2rem;*/
    margin: 0 auto;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

.order-btn.event-link {
    padding: 0.8rem;
    margin-bottom: 10px;
    margin-top: 10px;
}

.experience-section {
    background: #060410;
    padding-top: 80px;
    padding-bottom: 130px;
}

.experience-section h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.experience-section .main-content {
    padding-left: 20px;
}

.experience-section p {
    color: #eee9e9;
    text-align: center;
    margin-bottom: 80px;
    font-size: clamp(1rem, 0.9075rem + 0.3896vw, 1.375rem);
    line-height: 1.25;
        font-size: 18px;
}

.producer-section {
    padding-top: 80px;
    margin-bottom: 150px;
}

.producer-section h2 {
    text-align: center;
    margin-bottom: 50px;
}

.producer-section .box-text p {
    margin-bottom: 130px;
    text-align: center;
    color: #757575;
    font-size: clamp(1rem, 0.9075rem + 0.3896vw, 1.375rem);
    line-height: 1.2;
    font-size: 18px;
}

.tooltip-event {
    position: relative;
    cursor: pointer;
}

.tooltip-text {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translateY(-50%);

    margin-left: 8px;
    padding: 15px;

    background: #eee;
    color: #333;
    font-size: 14px;
    border-radius: 15px;

    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    width: 60%;
    z-index: 9999;
}

.tooltip-event:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

.tooltip-title {
    font-size: clamp(2.25rem, 1.2522rem + 2.0815vw, 3.75rem);
}

.producer-section ul {
    list-style-type: none;
}

.tooltip-text-new {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #eee;
    padding: 25px;
}

.features__right {
    background: #000;
}

.preview-img {
    /*background: rgba(0, 0, 0, 0.6);*/
    opacity: 0.8;
}

.tooltip-title:hover .preview-img {
    /*background: rgba(0, 0, 0, 0.6);*/
    opacity: 0.8;
}


.problem-section {
    height: auto;
    background: linear-gradient(90deg, rgba(46, 42, 119, 1) 0%, rgba(7, 5, 16, 1) 100%, rgba(7, 5, 16, 1) 7%);
    padding-top: 0;
}

.result-effect li {
    margin-bottom: 18px;
}

.problem-img {
    width: 100%;
    height: 100%;
}

.faq-section h2 {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 100px;
}


.problem-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.problem-content {
    padding: 50px;
    padding-left: 6vw;
    padding-right: 6vw;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.problem-subtitle {
    font-family: "RobotoBold", sans-serif;
    font-size: clamp(1rem, 0.7859rem + 0.9016vw, 1.6875rem);
    margin-bottom: 50px;
}

.problem-content h2 {
    /*font-family: "RobotoBlack", sans-serif;*/
    margin-bottom: 50px;
    font-size: clamp(1.5625rem, 1.0369rem + 2.2131vw, 3.25rem);
    line-height: 1;
    margin-top: 0;
    font-weight: 900;
}

.problem-list li {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 20px;
}

ul.problem-list li::marker {
    color: #fff;
}

.problem-modal {
    margin-top: auto;
    width: 36%;
}

.service-section .img-container {
    height: auto;
    border-radius: unset;
    border-radius: 15px;
}

.service-card {
    border-radius: 15px;
    overflow: hidden;
    width: 380px;
    display: inline-block;

}


.service-card blockquote {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 20px;
    padding-bottom: 50px;
    color: white;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: clamp(1rem, 0.8964rem + 0.1905vw, 1.125rem);
    line-height: normal;
    text-align: left;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 3;

}

.service-card img {
    transition: 0.3s ease;

}


a.service-card:hover img {
    transition: 0.3s ease;
    transform: scale(1.05);
}

.service-card .img-container {
    position: relative;
    height: 500px;
}

.service-card .img-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    z-index: 1;
}

a.service-card:hover .img-container::after {
    background: rgba(0, 0, 0, 0.6);
}

a.service-card:hover blockquote {
    opacity: 1;
    transform: translateY(-50px);
}


.service-card .card-text {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin: 0;
    font-size: clamp(1rem, 0.8337rem + 0.3469vw, 1.25rem);
}

.service-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #eee;
    border-radius: 40px;
    margin-top: 15px;
}

.btn-white {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #eee;
    border-radius: 40px;
    margin-top: 15px;
    width: 270px;
}

.btn-gray {
    border: 2px solid #270404;
    cursor: pointer;
}

.btn-white-title {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 15px;
    margin: 0;
    font-size: clamp(1rem, 0.8337rem + 0.3469vw, 1.25rem);
    line-height: normal;
}

.discuss-btn-wrap {
    display: flex;
    justify-content: center;
}

.btn-white:hover {
    background: #4744AB;
    color: #fff;
    transition: all 0.3s;
}

.btn-white:hover .btn-arrow {
    opacity: 1;
    transition: all 0.5s;
}

.btn-white:hover .btn-arrow svg {
    transform: rotate(0deg);
}


.btn-arrow {
    background: #4744AB;
    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;

}

.btn-arrow svg {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

a.service-card:hover .service-card-footer {
    background: #4744AB;
    color: #fff;
    transition: all 0.3s;
}

a.service-card:hover .btn-arrow {
    opacity: 1;
    transition: all 0.5s;
}

a.service-card:hover .btn-arrow svg {
    transform: rotate(0deg);
}

.service-section {
    margin-bottom: 100px;
}

.service-section h2 {
    text-align: center;
    margin-bottom: 50px;
}

.service-section p {
    color: #757575;
    text-align: center;
    margin-bottom: 80px;
}


.discuss {
    height: 60vh;
    position: relative;
    background-color: black;
}

.discuss-img {
    object-fit: cover;
    background-color: black;
}

.discuss-img img {
    width: 100%;
    object-fit: contain;
    height: 60vh;
}

.discuss .darkened::before {
    background-color: rgba(0, 0, 0, 0.6);

}


.discuss-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    color: #fff;
    text-align: center;
    z-index: 20;
    width: 100%;

}

.discuss-wrap {
    display: flex;
    justify-content: end;
    margin-right: 8vw;
}

.discuss-content h2 {
    font-size: clamp(2.1875rem, 1.8019rem + 1.6234vw, 3.75rem);
    /*font-family: "RobotoBlack", sans-serif;*/
    font-weight: 600;
    margin-bottom: 45px;
}

p.desc-subtitle {
    font-size: clamp(1rem, 0.8832rem + 0.4918vw, 1.375rem);
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.footer {
    margin-top: 0;
    background: #060410;
}


.footer-menu-header {
    color: #fff;
}

.faq-container {
    margin-bottom: 60px;
}

.command-section h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 70px;
}

.reviews-section h2 {
    text-align: right;
    padding-right: 8vw;
    margin-bottom: 10px;
}


.razbor-section {
    padding-bottom: 75px;

}

.razbor-btn {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 10px;
}

.razbor-section h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 100px;
    /*font-family: "RobotoBlack", sans-serif;*/
    font-size: clamp(1.5625rem, 1.0369rem + 2.2131vw, 3.25rem);
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 40px;
}

.command-form label {
    font-family: "RobotoBold", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;

}

.razbor-subtitle {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.command-subtitle {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 140px;
}

.list-with-icons {
    display: flex;
}

.list-with-icons img {
    max-width: 90px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.service-section .main-content {
    padding-left: 20px;
}


@media screen and (max-width: 1200px) {
    .article-section.section-case {
        padding-top: 0;
    }

    .format-practic {
        font-size: 14px !important;
    }
}

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

    .main-container,
    .client-container,
    .producer-container,
    .problem-container,
    .effect-container,
    .service-container,
    .map-container,
    .work-container,
    .case-container,
    .command-container,
    .material-container,
    .razbor-container,
    .review-container,
    .faq-container {
        max-width: 960px;
        margin: 0 auto;
    }

    .problem-section {
        height: auto;
    }

    .format-practic > .students,
    .format-practic > .format {
        display: none;
    }

    .course-data-content > .students,
    .course-data-content > .format {
        display: block;
    }

    .reviews-carousel .carousel-caption {
        top: unset;
        bottom: 30%;
        left: 0;
        right: 0;
        margin-left: auto;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;

    }

    .reviews-carousel blockquote {
        position: relative;
        z-index: 100;
    }

    .reviews-event .carousel-item::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;

        z-index: 1;
        height: 80%; /* ← половина блока */

        background: linear-gradient(
                to top,
                rgba(0, 0, 0, 1),
                rgba(0, 0, 0, 0)
        );

        pointer-events: none; /* чтобы не мешал кликам */
    }

    .reviews-carousel .carousel-indicators {
        top: 68%;
        right: 100%;
        align-items: baseline;
        justify-content: start;
        width: 90%;
        bottom: 0;
        margin-left: 30px;
        margin-right: 30px;
    }


}


@media screen and (max-width: 900px) {
    .article-section.section-case .article {
        padding-top: 0;
    }
}

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

    .main-container,
    .client-container,
    .producer-container,
    .problem-container,
    .effect-container,
    .service-container,
    .map-container,
    .work-container,
    .case-container,
    .command-container,
    .material-container,
    .razbor-container,
    .review-container,
    .faq-container {
        max-width: 720px;
        margin: 0 auto;
    }

    .producer-section ul {
        text-align: center;
    }

    .form-razbor {
        width: 100%;
    }

    .aside-case {
        display: none;
    }

    .case .service-list {
        flex-direction: column;
    }

    .case .service-list__item {
        width: 100%;
    }

    .navbar-brand img {
        width: 99px;
    }

    .reviews-carousel .carousel-indicators {
        display: flex;
        overflow-x: auto;
        justify-content: start;
        scroll-snap-type: x mandatory;
        cursor: grab;
    }

    .reviews-carousel .carousel-indicators:active {
        cursor: grabbing;
    }

    .reviews-carousel .carousel-indicators::-webkit-scrollbar {
        display: none;
    }


    .reviews-event .carousel-item img {
        height: auto;
    }


    /*.reviews-carousel .carousel-indicators [data-bs-target] {*/
    /*    flex: 0 0 auto;*/
    /*    scroll-snap-align: start;*/
    /*}*/
    .features {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .features__left {
        width: 100%;
    }

    .features__right {
        width: 100%;
    }

    .table-effect {
        width: 100%;

    }

}

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

    .article-section .has-anchor:before,
    .article-section .has-anchor:after {
        content: none !important;
    }

}

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


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


    .reviews-carousel .carousel-caption {
        padding-left: 10px;
        padding-right: 10px;

    }

    .reviews-event .carousel-item {
        height: auto;
    }
}

.order-call .event-link {
    font-size: 14px;
}

.command-image {
    width: 100%;
    padding-left: 30px;
    /*background-color: #e6e6e6;*/
}

.command-form {
    background: #fff;
    border-radius: 20px;
    padding: 36px 70px;
}

.command-image h2 {
    color: var(--text-color);
}

.command-image img {
    border-radius: 0;
    width: 100%;
    height: 80vh;
    object-fit: cover;
    border-radius: 20px;
    max-height: 600px;
}

.form-select {
    padding: .5rem 2.25rem .5rem .75rem;
    background-size: 16px 12px;
    border: 1px solid #E4E4E4;
    background-color: #E4E4E4;
}
.form-control {
    border: 1px solid #E4E4E4;
    background-color: #E4E4E4;
}