/* Общее */
@font-face {
	font-family: 'Roboto'; 
	src: url(../fonts/Roboto-Regular.ttf); 
}
@font-face {
	font-family: 'Spectral'; 
	src: url(../fonts/Spectral-Regular.ttf); 
}
@font-face {
	font-family: 'Spectral-Light'; 
	src: url(../fonts/Spectral-Light.ttf); 
}
@font-face {
	font-family: 'RobotoThin'; 
	src: url(../fonts/Roboto-Thin.ttf); 
}
body {
    background-color: #fff;
    font-family: 'Roboto', Arial, sans-serif;; 
}
.rela {
    position: relative;
}
.menu {
    width: 100%;
}
.number {
    text-decoration: none;
    color: #000000;
    background-color: #ffcd10;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 16px;
    margin-left: 10px;
    padding: 10px 25px;
}
.number2 {
    font-size: 24px;
    padding-left: 0;
    text-decoration: none;
    color: #000;
}
.logo_img {
    max-height: 60px;
}
.head_btn {
    color: #000000;
    background-color: #ffcd1e;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    height: 40px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}
.head_mob_mnu {
    max-height: 57px;
}
.nav-items {
    padding: 0 25px 0 25px;
}
.notlist {
    list-style-type: none;
}
.nav-links {
    color: #000;
    transition: 0.3s linear;
    text-decoration: none;
}
.nav-links:hover {
    color: #ffcd1e;
}
.header {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0 100%), url(../img/header-image.jpg);
    height: 30vh;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 318.85px;
}
.header h1 {
    font-size: 2.5rem;
}
.header2 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0 100%), url(../img/header-image2.jpg);
    color: white;
    width: 100%;
    height: 728.8px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
    -moz-transform: unset;
}
.header2 h1 {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
}
.arr_div {
    position: absolute;
    z-index: 9;
    bottom: 100px;
    right: 0;
    left: 0;
    text-align: center;
}
.arr_img {
    max-height: 35px;
    animation: t-arrow-bottom 1.7s infinite ease;
}
.header3 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0 100%), url(../images/header-image4.jpg);
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    height: 1093.2px;
}
.header4 {
    background-image: linear-gradient(to right, rgba(41, 34, 28, 0.7) 0 100%), url(../images/header-image5.jpg);
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    height: 911px;
}
.textZ_end {
    color: #fff;
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 1.23;
    font-weight: 600;
}
.textP_end {
    color: #fff;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
}
.btn-end {
    color: #000000;
    background-color: #ffcd10;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    outline: none;
    height: 56px;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}
.btn-end:hover {
    color: #000000;
    background-color: #ffcd10;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    outline: none;
    height: 56px;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}
.opis_end {
    font-size: 15px;
    line-height: 1.55;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #000000;
}
.ontop {
    color: #ffffff;
    text-decoration: none;
}
.ontop:hover {
    color: #ffffff;
}
.footer_inn {
    color: #ffffff;
}
@keyframes t-arrow-bottom {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.head_zag {
    font-size: 42px;
    padding-top: 8px;
    padding-bottom: 3px;
    line-height: 1.23;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 100;
    color: #000;
}
.head_zag2 {
    font-size: 30px;
    padding-top: 8px;
    padding-bottom: 3px;
    line-height: 1.23;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 100;
    color: #000;
}
.txt_subzag {
    padding: 41px 0 0 0;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 100;
    color: #000;
}
.txt_subzag2 {
    padding: 0 0 0 0;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 100;
    color: #000;
}
.txt_subzag3 {
    padding: 0 0 0 0;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #000;
}
.txt_subzag3 {
    padding: 27px 0 11px 0;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 100;
    color: #000;
}
.custom-card {
    border: 2px solid #FFC107; /* Жёлтая рамка */
    border-radius: 15px; /* Закруглённые углы */
    text-align: center; /* Центрирование текста */
    padding: 20px; /* Внутренний отступ */
    background-color: #f8f9fa; /* Светло-серый фон */
    position: relative; /* Для позиционирования круга */
    display: flex; /* Flexbox для вертикального центрирования */
    flex-direction: column; /* Элементы располагаются по вертикали */
    justify-content: center; /* Центрирование по вертикали */
    align-items: center; /* Центрирование по горизонтали */
    min-height: 230px;
}
.custom-card .number {
    width: 50px;
    height: 50px;
    border: 2px solid #000; /* Чёрная рамка круга */
    border-radius: 50%; /* Форма круга */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute; /* Абсолютное позиционирование */
    top: -25px; /* Сместить вверх на половину высоты круга */
    left: 50%; /* Центрирование по горизонтали */
    transform: translateX(-50%); /* Корректировка для абсолютного центрирования */
    background-color: #fff; /* Белый фон у круга */
  padding: 0;
}
.cus_txt {
    font-size: 22px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 100;
    color: #000;
    line-height: 1.55;
}
.mnus {
    background: #fff;
    padding-top: 15px;
}
.padwa {
    padding: 15px;
}
.padwb {
    padding: 25px;
}
.topmenu {
    background: #fff;
}
.bg1 {
    padding-bottom: 30px;
    background-color: #fbf8f8;
}
.bg2 {
    padding-bottom: 30px;
    background-color: #fff;
}
.bg3 {
    background-color: #efefef;
}
.numbered-list {
    list-style: none;
    padding: 0;
}

.numbered-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.numbered-list .number {
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-weight: bold;
    padding: 0;
    font-size: 16px;
}

.numbered-list .number .frst {
    width: 30px;
}

.numbered-list .text {
    flex-grow: 1;
    margin-left: 25px;
}

.container_line {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 700px;
}

.line {
    flex-grow: 1;
    height: 2px;
    background-color: #ccc;
}

.circle {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFC107;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    margin: 0 10px;
}
strong {
    font-weight: 900;
}
.card {
    border: none;
    border-radius: 10px;
}
.crd1 {
    min-height: 580px;
}
.crd2 {
    min-height: 500px;
}
.card-title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #000;
}

.card-title2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #000;
    position: absolute;
    top: 60px;
}
.timer {
    position: absolute;
    top: 115px;
    font-size: 20px;
    font-weight: 800;
}
.srok {
    position: absolute;
    top: 180px;
    font-size: 20px;
    font-weight: 100;
    color: #777;
}
.price {
    position: absolute;
    top: 240px;
    font-size: 42px;
    line-height: 1.23;
    font-weight: 600;
    color: #000;
}
.pereras {
    position: absolute;
    top: 320px;
}
.card-text {
    font-size: 16px;
    color: #000;
    text-align: left;
}

.btn-warning {
    background-color: #FFC107;
    border-color: #FFC107;
    padding: 15px 35px;
    color:#000;
}

.btn-outline-warning {
    color: #FFC107;
    border-color: #FFC107;
    padding: 15px 35px;
    color:#000;
}

label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

input::placeholder {
    font-size: 14px;
    color: #a9a9a9;
}

button {
    background-color: #FFC107;
    border: none;
    height: 40px;
}

button:hover {
    background-color: #e0a800;
}

.cont_btn {
    height: 60px;
    padding: 15px 25px;
}
.form-control {
    height: 60px;
}
.form-select {
    height: 60px;
}
.h60 {
    height: 60px;
}
.cntr {
    max-width: 750px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.container-fluid {
    width: 100%;
    padding: 0;
    position: relative;
}
.px-15 {
    padding-left: 250px;
    padding-right: 250px;
}
#map {
    width: 100%;
    height: 100%;
}
.list-unstyled a {
    color:#000;
    text-decoration: none;
}
.nmb {
    width: 30px;
}
.modal-content {
    border-radius: 0;
    border: 10px solid rgba(224, 194, 170, .3);
    padding: 25px;
}
.mar-5 {
    margin-top: 5px;
}
.mas-5 {
    margin-left: 20px;
    padding-top: 0px;
}
.maininfo {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    z-index: 35;
    max-width: 520px;
}
.mapinfo2 {
    position: absolute;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
    z-index: 35;
    background-color: #fff;
    padding: 50px;
}
.mapinfo3 {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    z-index: 35;
    max-width: 520px;
    background: #fff;
}
.gallery-container {
    max-width: 800px;
    margin: 0 auto;
}

.main-carousel img {
    width: 100%;
    height: auto;
}

.thumbnail-carousel .item {
    margin: 0px;
}

.thumbnail-carousel img {
    cursor: pointer;
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.thumbnail-carousel img.active {
    border-color: #007BFF;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }

  .owl-nav button {
    background: none;
    border: none;
    outline: none;
    pointer-events: all;
    cursor: pointer;
  }

  .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 40px;
    height: 40px;
    background-image: url('../images/left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    background-image: url('../images/right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

.mm1 ul li {
    display: inline;
}
.mm2 ul li {
    display: block;
}
.feature-icon {
    font-size: 3rem;
    margin-bottom: 10px;
}
.feature-title {
    font-weight: 100;
    margin-bottom: 10px;
}
.feature-description {
    color: #555;
}
/* Добавляем вертикальные разделители */
.divider {
    position: relative;
}
.divider::after {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 0;
    width: 1px;
    background-color: #ddd; /* Цвет линии */
}
/* Убираем линию у последнего блока */
.divider:last-child::after {
    display: none;
}
.img-preim {
    width: 100px;
    height: auto;
}
.answer {
    background: #b1e961;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.card-img, .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-button:focus {
    box-shadow: none;
}
.main_h {
    font-size: 40px;
    text-transform: uppercase;
    padding: 24px 0 38px 0;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.23;
    font-weight: 600;
}
.main_p {
    font-size: 18px;
    color: #ffffff;
    padding: 0 0 30px 0;
    line-height: 1.55;
    font-weight: 300;
}
.main_p2 {
    font-size: 18px;
    color: #000;
    padding: 25px;
    line-height: 1.55;
    font-weight: 300;
    margin: 0;
}
.butt {
    color: #000000;
    background-color: #ffcd10;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-transform: uppercase;
    padding: 20px 60px;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    display: inline-block;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    background-image: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.butt2 {
    color: #000000;
    background-color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-transform: uppercase;
    padding: 20px 60px;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    display: inline-block;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    background-image: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.spine-image {
    position: relative;
    text-align: center;
  }

  .spine-image img {
    max-width: 100%;
    height: auto;
  }

  .circle-icon {
    color: red;
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }

  .content-title {
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .ul_img {
    width: 45px;
    height: 45px;
  }
  .ul_img2 {
    width: 100px;
    height: 100px;
  }
  .gp_15 {
    gap: 15px;
  }
  .gp_45 {
    gap: 45px;
}
  .text_br {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 74px 0 54px 0;
    color: #fff;
    font-weight: 600;
  }
  .mx_w {
    max-width: 570px;
  }
  .mini-group-card {
    margin: 20px auto;
    border-radius: 8px;
    overflow: hidden;
}

.mini-group-card .headers {
    color: #fff;
    padding: 15px;
    text-align: center;
    background-color: rgb(233, 233, 233);
    height: 241px;
}

.mini-group-card .headers h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.mini-group-card .body {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
}

.mini-group-card .headers .prices {
    height: 52px;
    color: #000000;
    margin-top: 33px;
    font-size: 42px;
    line-height: 1.23;
    font-weight: 600;
}

.mini-group-card .headers .details {
    color: #555;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
}
.mini-group-card .body .details {
    margin: 30px 0;
    list-style: unset;
    list-style-type: none;
}

.mini-group-card .headers h4 {
    color: #000000;
    border-bottom: 1px solid #fff;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
    border-color: #000000;
    border-width: 1px;
}

.mini-group-card .footer {
    padding: 0;
    text-align: center;
}

.mini-group-card .footer .btn {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #ffc107;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 10px 20px;
    text-transform: uppercase;
}

.mini-group-card .footer .btn:hover {
    background-color: #e0a800;
}
.bullet {
    margin-bottom: 10px;
}
.txt_count {
    color: #000000;
    margin: 50px auto 25px;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
    text-align: center;
}
.inpt_proba {
    color: #000000;
    border: 1px solid #808080;
    background-color: #ffffff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;
    height: 60px;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 0 20px;
    width: 100%;
}
.inpt_proba::-webkit-input-placeholder {
	font-size: 16px;
	color: #000000;
}
.baton_proba {
    color: #000000;
    background-color: #ffcd10;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    outline: none;
    -webkit-appearance: none;
    background-image: none;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    margin: 0;
    outline: none;
    text-align: center;
    white-space: nowrap;
}
.txt_count2 {
    color: #000000;
    margin-top: 45px;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
}
.text-overlay {
    max-width: 480px;
    width: 100%;
    transform: translateY(20%);
    right: 50px;
    padding: 55px;
    position: absolute;
  }
  .name_stud {
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 2.5px;
  }
  .filial_stud {
    font-size: 36px;
    line-height: 1.23;
    color: #000000;
  }
  .filial_adre {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    color: #000000;
  }
  .filial_phone {
    text-decoration: none;
    font-size: 18px;
    line-height: 1.55;
    color: #000000;
    margin-top: 28px;
  }
  .pad_b1 {
    padding-bottom: 140px;
  }
  .br-btn {
    border-radius: 50px;
  }
  .inp_end {
    color: #000000;
    background-color: #ffffff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    height: 56px;
    -webkit-appearance: none;
    -webkit-border-radius: 25px;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
    border: 0;
  }

  .fixed-button {
    position: fixed;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: #ffcd10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 88888;
}

.fixed-button.left {
    left: 20px;
}

.fixed-button.right {
    right: 20px;
}

.info-block {
    display: none;
    position: fixed;
    bottom: 80px;
    background-color: white;
    border: 1px solid #ddd;
    padding: 20px;
    max-width: 475px;
    border-radius: 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .4);
    z-index: 999;
}

#info-block-left {
    left: 20px;
    margin-bottom: 20px;
    height: auto;
}

#info-block-right {
    right: 20px;
    margin-bottom: 20px;
    height: 350px;
    width: 325px;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #000;
}
.link_wid {
    text-decoration: none;
    margin: 15px
}
.bord {
    border: 1px solid #ccc;
}
.wid_txt1 {
    margin-top: 30px;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
    color: #000000;
}
.wid_txt2 {
    color: #ff8562;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 300;
    text-decoration: none;
}
.wid_txt3 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 300;
    color: #000000;
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .number {
        font-size: 16px;
    }
    .copyright {
        text-align: left;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .number {
        font-size: 16px;
    }
    .copyright {
        text-align: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .number {
        font-size: 16px;
    }
    .copyright {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .number {
        font-size: 16px;
    }
    .copyright {
        text-align: left;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .number {
        font-size: 16px;
    }
    .copyright {
        text-align: center;
    }
    .mas-5 {
        margin-left: 0px;
    }
    .text-overlay {
        max-width: 100%;
        padding: 55px;
        position: relative;
        transform: translateY(0%);
        right: 0;
    }
}
@media (max-width: 575px) {
    .number {
        font-size: 16px;
    }
    .btn-outline-warning {
        padding: 15px 19px;
    }
    .btn-warning {
        padding: 15px 19px;
    }
    .copyright {
        text-align: center;
    }
    .modal-content {
        padding: 10px;
    }
    .head_zag2 {
        font-size: 22px;
    }
    .mas-5 {
        margin-left: 0px;
        padding-top: 25px;
    }
    .owl-nav {
        top: 40%;
    }
    .text-overlay {
        max-width: 100%;
        padding: 55px;
        position: relative;
        transform: translateY(0%);
        right: 0;
    }
    .pad_b1 {
        padding-bottom: 40px;
    }
    .maininfo {
        position: absolute;
        top: 0%;
        left: 5%;
        transform: translateY(10%);
        z-index: 35;
        max-width: 350px;
    }
    .arr_div {
        bottom: 50px;
    }
    .main_h {
        font-size: 23px;
        padding: 74px 0 38px 0;
    }
    .px-15 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .info-block {
        max-width: 335px;
    }
    .wid_txt3 {
        font-size: 12px;
    }
    .header2 {
        height: 578.8px;
    }
    .content-title {
        font-size: 2rem;
    }
    .text_br {
        font-size: 25px;
    }
    .head_zag {
        font-size: 33px;
    }
}


@media (max-width: 768px) {
    .thumbnail-carousel .item {
        margin: 0;
    }
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.countdown .block {
    text-align: center;
}

.countdown .block span {
    display: block;
    font-size: 5rem;
    font-weight: bold;
    color: #000;
}

.countdown .block label {
    font-size: 14px;
    line-height: 1.55;
    color: #000000;
    padding-bottom: 7px;
    font-weight: 300;
}

@media (max-width: 600px) {
    .countdown .block span {
        font-size: 2rem;
    }

    .countdown .block label {
        font-size: 0.8rem;
    }
}

.footer_link {
    color: #fff;
    text-decoration: none;
}