main {
    margin: 24px 0 112px;
}


/*Основные заголовки магазина*/
.woocommerce-page-title {
    font-size: 48px;
    line-height: 120%;
    font-weight: 600;
    color: #1E40AF;
    letter-spacing: 0.84px;
}




.product-head {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    position: relative;
}

.product-head__form {
    position: sticky;
    top: 80px; 
    align-self: flex-start; 
    width: 340px;
    border: 1px solid #D4D4D8;
    border-radius: 15px;
    padding: 16px;
    height: max-content;
    flex-shrink: 0;
    overflow: hidden;
}

.full-prise-cours {
    font-size: 32px;
	line-height: 120%;
	letter-spacing: 0.4px;
	font-weight:600;
	color: #1E40AF;
}

.head__form--full-prise-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
}

.head__form--input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.head__form--input-name {
    font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.4px;
	color: #212121;
	font-weight: 600;
}

.head__form--input-prise {
    font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.4px;
	color: #212121;
	font-weight: 400;
}

.full-prise-text {
    color: #71717A;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 400;
}




.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
	margin-bottom: 12px;
}


.select-trigger {
    border: 1px solid #D4D4D8;
    height: 50px;
    padding: 0 16px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 60px;
    color: #212121;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 400;
    overflow: hidden;
}

.select-trigger-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1; 
    min-width: 0;
}

.select-trigger .arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
	transition: transform 0.1s ease-in-out;
}

.custom-select.open .arrow {
    transform: rotate(90deg);
}


.select-options {
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #D4D4D8;
    list-style: none;
    padding: 12px 0;
    margin: 6px 0 0 0;
    display: none;
    z-index: 10;
    border-radius: 10px;
	max-height: 300px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.select-options li {
    padding: 4px 16px;
    cursor: pointer;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.4px;
    color: #212121;
    font-weight: 400;
}

.select-options li:hover {
    background: #f0f0f0;
}


	
.custom-select.open .select-options {
     display: block;
}

.select-trigger,
.date-input {
    user-select: none; 
}







.date-picker-container {
    border: 1px solid #D4D4D8;
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 60px;
    color: #212121;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin-bottom: 16px;
	position: relative;
}

.date-picker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
	padding: 0 16px;
}

.date-picker label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 6px;
}

.calendar-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

	
.divider {
    width: 1px;
    height: 100%;
    background: #D4D4D8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
	
.date-input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	font-size: 13px;
	cursor: pointer;
	width: 80px;
}
	
.date-input::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

.booking-btn.main-button {
    padding: 22px 12px;
    max-width: 100%;
    width: 100%;
	margin: 16px auto 0;
}




/* Модальное окно */
.booking-modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.booking-modal-content {
    background: #fff;
    padding: 16px;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 8px;
    position: relative;
}

.booking-modal-content h3 {
    margin-bottom: 15px;
}

.main-label {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.4px;
    color: #212121;
    font-weight: 600;
    text-align: left;
    display: block;
    margin-bottom: 6px;
}

.main-input {
    border: 1px solid #D4D4D8;
    height: 50px;
    padding: 0 16px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 60px;
    color: #212121;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 400;
    overflow: hidden;
    width: 100%;
    margin-bottom: 12px;
}

.main-input[readonly] {
    background: #f5f5f5;
    cursor: not-allowed;
}


.confirm-booking-btn.main-button {
    padding: 22px 12px;
    max-width: 100%;
    width: 100%;
    margin: 24px auto 12px auto;
}

.back-btn {
    background-color: #ababab;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    padding: 24px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    border-radius: 60px;
    transition: .25s;
    border: 1px solid #ababab;
    letter-spacing: 0.40px;
    cursor: pointer;
}

.back-btn:hover {
    background-color: #ffffff;
    color: #838383;
    border: 1px solid #838383;
}


/* Кнопка закрытия */
.close-modal {
 	display:none;
}

.error-form {
    border: 1px solid #ff0000cc;
}



.booking-form-title {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #1E40AF;
    max-width: 280px;
    margin: 0 auto 24px auto;
}


.booking-modal-content__success {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.booking-modal__success-title {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #1E40AF;
    margin-bottom: 16px;
}

.booking-modal__success-subtitle {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: center;
}

.in-lk.main-button {
    padding: 22px 12px;
    margin-top: 24px;
	max-width: 100%;
	width: 100%;
}



/*Карточка товара*/

/*Карточка товара*/

/*Карточка товара*/

.product-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
}

.product-head__image {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 580px;
	width: calc(100% - 364px);
}

.product-head__image img{
    height: 100%;
}

.product-body {
    width: calc(100% - 364px); 
}

.product-body__title {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.8px;
    font-weight: 600;
    color: #1E40AF;
    margin-bottom: 16px;
}

.product-body__site {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #1E40AF;
    margin-bottom: 16px;
    border-bottom: 1px solid transparent;
    display: block;
    max-width: max-content;
}

.product-body__site:hover {
    border-bottom: 1px solid #1E40AF;
}

.product-body__note-box {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    align-items: center;
}

.product-body__note--separation {
    width: 6px;
    height: 6px;
    display: block;
    background-color: #1e40af;
    border-radius: 100%;	
}

.product-body__menu {
    display: flex;
    gap: 8px;
	justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 112px;
}

.product-body__menu-item {
    display: flex;
    width: 150px;
    border: 1px solid #1E40AF;
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #1E40AF;
	cursor: pointer;
	transition: .25s;
}

.product-body__menu-item:hover {
	color: #fff;
	background-color: #1E40AF;
}

.text-preview {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-body-title {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.8px;
    font-weight: 600;
    color: #1E40AF;
    margin-bottom: 24px;
}

.about-school__text {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.2px;
    font-weight: 400;
}


.hidden {
    display: none;
}

.expand-text-about.main-button {
    max-width: 100%;
    width: 100%;
    margin: 16px auto 0 auto;
}

.school__box {
	margin: 112px 0;
}

.book-course-btn.main-button {
    width: 100%;
    max-width: 100%;
    margin: 24px auto 0;
}

.gallerySwiper .swiper-slide {
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
}

.gallerySwiper .swiper-slide img{
    height: 100%;
}

.gallerySwiper .gallery-pagination {
    position: absolute;
    bottom: 16px !important;
    z-index: 9999;
    display: flex;
    justify-content: center;
}

.gallerySwiper .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #FFF !important;
}

.gallery__box-button {
    position: absolute;
    background-color: #FACC15;
    width: 48px;
    height: 48px;
    z-index: 1;
    border: none;
    border-radius: 100%;
	cursor: pointer;
	padding: 8px;
}

.gallery__box-button img {
	filter: grayscale(1) brightness(1000%);
}

.gallery__box-button-next {
    top: 50%;
    right: 24px;
    transform: translate(0%, -50%);
}

.gallery__box-button-prev {
    top: 50%;
    left: 24px;
    transform: translate(0%, -50%);
}


.contact-school-box {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}


.contact-school-map {
    width: 420px;
    height: 380px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.contact-school-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}

.contact-school-info__item-title {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-school-info__item-text {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 400;
}

a.contact-school-info__item-text {
    color: #1E40AF;
}

.contact-school-social {
    display: flex;
    gap: 6px;
    align-items: center;
}

.contact-school-social__link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-destinations__slide-link span {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.additional-info-photo {
    position: absolute;
    left: 24px;
    top: 24px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.info-rating {
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    gap: 6px;
}

.age-limit {
    background-color: #fff;
    padding: 12px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E40AF;
    height: 48px;
}

.school-logo {
    position: absolute;
    right: 24px;
    bottom: 24px;
    height: 88px !important;
    width: 88px;
    border-radius: 100%;
}

@media screen and (max-height: 648px) {
    .product-head__form {
        position: relative;
        top: 0;
    }
}



@media screen and (max-width: 1168px) {
	.product-head__form {
		position: relative;
		top: 0;
	}
	
	.product-body {
		width: 100%;
	}
	
	.product-body__menu {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 8px;
	}
	
	.product-body__menu-item {
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		width: auto;
		padding: 16px 22px;
	}
	
}



@media screen and (max-width: 968px) {
	.product-head__image {
		width: 100%;
	}
	
	.product-head__form {
		width: 100%;
	}
}


@media screen and (max-width: 768px) {
	.product-body__title {
		font-size: 24px;
		text-align: center;
		margin-bottom: 12px;
	}
	
	.product-body__site {
		font-size: 16px;
		text-align: center;
		max-width: 100%;
		margin-bottom: 12px;
	}
	
	.product-body__note-box {
		flex-direction: column;
		gap: 8px;
	}
	
	.product-body__note--separation {
		display: none;
	}
	
	.product-head__image {
		height: 380px;
	}
	
	.age-limit {
		font-size: 16px;
		height: 40px;
	}
	
	.info-rating {
		height: 40px;
		font-size: 16px;
	}
	
	.additional-info-photo {
		left: 16px;
		top: 16px;
		gap: 6px;
	}
	
	.product-body__menu {
		margin-bottom: 88px;
	}
	
	.school__box {
		margin: 88px 0;
	}
	
	.product-body-title {
		font-size: 24px;
		margin-bottom: 16px;
	}
	
	.front-questions__title {
		font-size: 18px;
	}
	
	.contact-school-box {
		flex-direction: column;
		gap: 16px;
	}
	
	.contact-school-map {
		width: 100%;
		height: 330px;
	}
	
	.question {
		margin: 0 auto 16px auto;
		padding: 16px;
	}
	
	.school-logo {
		height: 64px !important;
		width: 64px;
	}
	
}


@media screen and (max-width: 568px) {	
	.product-head__image {
        height: 340px;
    }
	
	.gallerySwiper .swiper-slide {
		height: 320px;
	}
}





/*Каталог*/ /*Каталог*/ /*Каталог*/
 
/*Фильтры*/
.catalog-filter-box {
    width: 300px;
    background-color: #ffffff;
    border: 1px solid #D4D4D8;
    border-radius: 15px;
    height: max-content;
    padding: 16px;
    flex-shrink: 0;
}

.catalog-filter-header__mobile {
    display: none;
}

.catalog-filter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.filter-group-head {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.4px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 6px;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
}


.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.custom-checkbox input {
    display: none;
}


.custom-checkbox-box {
    width: 18px;
    height: 18px;
    border: 2px solid #D4D4D8;
    border-radius: 4px;
    background-color: white;
    position: relative;
    display: inline-block;
    transition: all 0.2s ease-in-out;
	flex-shrink: 0;
}


.custom-checkbox input:checked + .custom-checkbox-box {
    background-color: #1E40AF;
    border-color: #1E40AF;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='26' height='26'%3e%3cpath d='m22.566 4.73-1.793-1.218a1.088 1.088 0 0 0-1.507.285l-8.79 12.96-4.038-4.038a1.085 1.085 0 0 0-1.532 0l-1.535 1.535a1.09 1.09 0 0 0 0 1.535L9.582 22c.348.348.895.613 1.387.613s.988-.308 1.308-.773L22.855 6.234a1.082 1.082 0 0 0-.289-1.504z' transform='scale(9.84615)' fill='%23fff' stroke-miterlimit='10' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode:normal'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.catalog-filter-form .custom-select {
    margin: 0;
}

.filter-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.filter-buttons .main-button {
    margin: 0;
    max-width: 100%;
    width: 100%;
    padding: 22px;
}

.reset-button {
    background-color: #fff;
    color: #1E40AF;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    padding: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    transition: .25s;
    border: 1px solid #1E40AF;
    letter-spacing: 0.40px;
    cursor: pointer;
}

.reset-button:hover {
	background-color: #1E40AF;
    color: #fff;
}


.catalog-filter-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.filter-open__button {
    display: none;
}


@media (max-width: 1024px) {
    .catalog-filter-box {
        position: fixed;
        top: 0;
        right: -100%;
        width: 380px;
        max-width: 100%;
        height: 100%;
        z-index: 9999;
        transition: right 0.3s ease;
        border-radius: 0;
        border: none;
        overflow-y: auto;
		
    }

    .catalog-filter-box.active {
        right: 0;
    }

    .catalog-filter-overlay.active {
        display: block;
        opacity: 1;
    }
	
	.filter-open__button {
		display: flex;
		background-color: #1E40AF;
		border-radius: 30px;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: 0.4px;
		padding: 8px 12px;
		gap: 6px;
		align-items: center;
	}
	
	.catalog-filter-header__mobile-title {
		font-size: 18px;
		line-height: 120%;
		letter-spacing: 0.4px;
		font-weight: 600;
	}
	
	.catalog-filter-header__mobile {
    	display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		border-bottom: 1px solid #D4D4D8;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	
	.filter-close__button {
		position: absolute;
		right: 0;
		width: 24px;
		height: 24px;
	}
	
}

@media (max-width: 568px) {
	 .catalog-filter-box {
		width: 100%;
    }
}


.woocommerce-page-title__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-catalog-container {
    display: flex;
    position: relative;
    gap: 24px;
}

.catalog-filters {
    width: 290px;
    background-color: #ffffff;
    border: 1px solid #D4D4D8;
    border-radius: 15px;
    height: max-content;
    padding: 12px;
    flex-shrink: 0;
}

.catalog-main_box {
   width: calc(100% - 364px);
}

.custom-product-card {
    width: 100%;
}

.custom-product-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 24px;
    width: 100%;
    align-items: flex-start;
}

.custom-product-link {
    display: flex;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #D4D4D8;
	position: relative;
}

.custom-product-image {
    width: 214px;
    height: 214px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
	position: relative;
}

.custom-product-image img {
    height: 100%;
    object-fit: cover;
}

.catalog-product-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.catalog-product-title {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.8px;
    font-weight: 600;
	margin-bottom: 12px;
}

.catalog-product-city, .catalog-product-age, .catalog-prise {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin-bottom: 12px;
}

.catalog-prise span {
	color: #1E40AF;
	font-weight: 600;
}

.catalog-product-info__bottom {
	display: flex;
    margin-top: auto;
    justify-content: flex-start;
    gap: 24px;
    align-items: flex-end;
}

.catalog-product-school-logo {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    object-fit: cover;
    display: block;	
	border: 1px solid #E4E4E7;
}

.catalog-product-more {
    display: flex;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 600;
    padding: 12px 24px;
    border: 1px solid #1E40AF;
    color: #1E40AF;
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    height: 44px;
	cursor: pointer;
	transition: .25s;
	margin-left: auto;
}

.catalog-product-more:hover {
	color: #fff;
	background-color: #1E40AF;
}


.number-products__box {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid #D4D4D8;
    border-bottom: 1px solid #D4D4D8;
    align-items: center;
}

.number-product {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.all-map {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #1E40AF;
    border-bottom: 1px solid transparent;
	transition: .25s;
}

.all-map:hover {
    border-bottom: 1px solid #1E40AF;
}

.load-more-button.main-button {
    max-width: 100%;
    width: 100%;
    padding: 22px;
}

.woocommerce-no-products-found {
    margin: 24px 0;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.woocommerce-no-products-found a{
    color: #1E40AF;
}

.woocommerce-search-form {
    display: flex;
    margin: 24px 0;
    height: 50px;
    width: 100%;
    border: 1px solid #1E40AF;
    border-radius: 60px;
    overflow: hidden;
}

.woocommerce-search-field {
    border: none;
    padding: 0 16px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #A1A1AA;
	width: 100%;
}

.woocommerce-search-button {
    border: none;
    background-color: #1E40AF;
    width: 48px;
    height: 100%;
    padding: 12px;
    border-radius: 100%;
    margin-left: auto;
    outline: none;
	flex-shrink: 0;
	cursor:pointer;	
}

.city-info-box {
    margin: 112px 0;
}

.city-info-box .container-title {
    margin-bottom: 24px;
}

.city-info-box__img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 24px;
    height: 460px;
}

.city-info-box__img img {
    height: 100%;
}

.city-info-box__text {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.city-info-box__text .text-full {
    margin-top: 16px;
}

.city-info-box .main-button {
    margin: 24px auto 0 auto;
    max-width: 100%;
    width: 100%;
}


.rating-mini {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.rating-mini-box {
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    gap: 6px;
	width: max-content;
}

.rating-mini-sep {
    width: 6px;
    height: 6px;
    background-color: #1E40AF;
    flex-shrink: 0;
    margin: 0 6px;
	border-radius: 100%;
}

.rating-mini-text {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #1E40AF;
}

@media screen and (max-width: 1024px) {
	.catalog-main_box {
		width: 100%;
	}
	
	.container-title {
		font-size: 36px;
	}
	
	.woocommerce-page-title {
		font-size: 36px;
	}
	
	.city-info-box__img {
		height: 340px;
	}
}

@media screen and (max-width: 768px) {
	.custom-product-box {
		gap: 0;
	}
	
	.custom-product-link {
		flex-direction: column;
		gap: 12px;
		padding: 16px 0;
	}
	
	.custom-product-image {
		width: 100%;
		height: 260px;
	}
	
	.catalog-product-title {
		font-size: 16px;
		width: calc(100% - 48px);
	}
	
	.catalog-product-more {
		padding: 0;
		border: none;
		height: auto;
	}
	
	.catalog-product-school-logo {
		width: 48px;
		height: 48px;
	}
	
	.catalog-product-more:hover {
		color: #1E40AF;
		background-color: #fff;
	}
	
	.city-info-box__text {
		font-size: 16px;
	}
	
	.city-info-box__img {
		height: 280px;
	}
	
	.container-title {
		font-size: 24px;
		margin-bottom: 16px;
	}
	
	.city-info-box .container-title {
		margin-bottom: 16px;
	}
	
	
	.popular-destinations-school-page .swiper-head__box {
		margin-bottom: 0;
	}
	
	.recently-viewed-products .container-title {
		margin-bottom: 0;
	}
	
	.city-info-box {
		margin: 64px 0;
	}
	
	.woocommerce-page-title__box .woocommerce-page-title {
		margin: 0;
	}
	
	.woocommerce-page-title {
        font-size: 24px;
    }

}
