* {
    font-family: Montserrat;
}
.subl-price {
    padding-left: 40px;
    padding-right: 40px;
}
.subl-price-container {
    background-color: var(--main-color);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 40px;
}
.subl-price-container-title {
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
}
.subl-price-container-sheet-row {
    display: flex;
    flex-direction: row;
    grid-gap: 15px;
}
.subl-price-container-sheet-column {
    font-weight: 600;
    background-color: rgba(255, 255, 255, .2);
    padding: 15px;
    color: white;
    border-radius: 20px;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7e7e7;
    transition: all .2s ease-in-out;
}
.subl-price-container-sheet {
    grid-gap: 15px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    padding-top: 30px;
    font-weight: 500;
}
.spcsc-main {
    font-weight: 700;
}
.subl-price-container-description {
    font-weight: 500;
    color: #777676;
}





/* GALLERY */
.subl-gallery {
    padding-top: 60px;
}

.subl-gallery-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    grid-gap: 15px;
}

.subl-gallery-container {
    display: flex;
    overflow-x: scroll;
    gap: 20px;
}

.subl-gallery-item {
    position: relative;
    width: 320px; /* Можно изменить на любые значения */
    height: 500px; /* Можно изменить на любые значения */
    background-color: #ccc;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}



/* Убираем скроллбар для более чистого внешнего вида */
.subl-gallery-container::-webkit-scrollbar {
    display: none;
}

.ml2 {
    margin-left: 20px;
}

/* GALLERY */

.subl-gallery-title {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.subl-gallery-title-buttons {
    display: flex;
    flex-direction: row;
    padding-left: 15px;
}
/* Скрыть кнопки на мобильных устройствах */
@media (max-width: 768px) {
    .subl-gallery-item {
        width: 100%; /* Чтобы ширина галереи адаптировалась к экрану на мобильных устройствах */
        height: auto;
    }
}

/* Стили для кнопок */
.subl-gallery-title-buttons-item {
    width: 40px;
    height: 40px;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.subl-gallery-title-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mr1 {
    margin-right: 5px;
}

.subl-gallery-title-buttons-svg {
    width: 20px;
    height: 20px;
    fill: var(--main-color);
    transition: all .3s ease-in-out;
}

.subl-gallery-title-buttons-item:hover {
    background-color: var(--main-color);
}

.subl-gallery-title-buttons-item:hover .subl-gallery-title-buttons-svg {
    fill: white;
}

.subl-gallery-item {
    position: relative;
    min-width: 320px;
    height: 500px;
    background-color: #ccc;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Блокируем выделение и перетаскивание изображения */
.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    user-select: none; /* Запрещает выделение */
    pointer-events: none; /* Отключает любые события на изображении (например, перетаскивание) */
    -webkit-user-drag: none; /* Запрещает перетаскивание в браузерах на базе WebKit (Safari, Chrome) */
}


.play-button {
    position: absolute;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}
.subl-gallery-item:hover .play-button {
    background-color: rgba(0, 0, 0, 0.8);
}


.video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Масштабируем видео под размер контейнера */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
}
/*  */
/*  */
/*  */
.subl-gallery-title-controls {
    display: flex;
    flex-direction: row;
    grid-gap: 5px;

}
.subl-gallery-title-controls-item {
    height: 50px;
    width: 50px;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    transition: all .2s ease-in-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subl-gallery-title-controls-item:hover {
    background-color: var(--main-color);
}
.subl-gallery-title-controls-item-svg {
    fill: var(--main-color);
    width: 20px;
    height: 20px;
    transition: all .2s ease-in-out;
}
.subl-gallery-title-controls-item:hover .subl-gallery-title-controls-item-svg {
    fill: white;
}
.s-embroideries {
    padding-top: 0px!important;
}
.embro-item-2-1 {
    font-weight: 700!important;
}

/* FAQ */
.contacts-wrapper {
    margin-top: 30px!important;
}
.subl-faq-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.subl-faq-container-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}
.s-contacts {
    padding-top: 0px!important;
}
/*  */
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  border: 1px solid #F3F4F8;
  border-radius: 40px;
  box-shadow: 0px 0px 10px rgb(235, 235, 235);
  overflow: hidden;
}
/*  */
.faq .card {
  border: none;
  background: none;
  
}
.faq .brdrbottomlast {
    border-bottom: 1px solid #F3F4F8;
}
.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.faq .card .card-header:hover {
    background: rgba(76, 175, 80, .1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
  margin-bottom: 0px!important;
  display: flex;
  align-items: center;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: var(--main-color);
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #777676;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F4F8;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

.s-subl-faq {
    padding-bottom: 60px;
}

.contact-item-2-form {
    border-radius: 40px!important;
    color: #5f5f5f;;
}

.card-major-text {
    font-weight: 700;
}
/* FAQ */
.embro-title-mobv {
    display: none;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.faq-title-content-container {
    display: grid;
    grid-template-columns: 20px 1fr;
}
.faq-title-content-container-badge {
    background-color: var(--main-color);
    color: white;
    font-size: 12px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    margin: auto;
    border-radius: 50%;
}
.faq-title-content-container-text {
    padding-left: 20px;
}
.modal-button-input-1.nonactive {
    background-color: var(--main-dark-color);
}
.modal-button-input-1:hover {
    background-color: var(--main-dark-color);
}
.add-nav-item-regular:hover {
    background-color: var(--main-dark-color)!important;
}
.service-title-text-main-image-mobile-mobile {
    display: none;
}

.nav-item {
    font-size: 18px;
}

.modal_general-check_mark {
    width: 100%;
}

/* others */

.subl-gallery-play-button {
    width: 22px;
}