/* nash-offises1 */

@media screen and (min-width: 768px) {
	.clean-classes-title-block {
		display: flex;
	}
	.one-filial-item {
		display: none;
	}
	.one-filial-item-see {
		display: block;
	}

}

@media screen and (max-width: 768px) {
	.one-filial-item-see {
		display: none;
	}
}

.clean-classes-title-block {
	justify-content: space-between;
}

.clean-classes-title.new {
	width: 100% !important;
}
.clean-classes-title.new p {
	width: 66% !important;
}

/* nash-offises */

.our-offices-cards-this {
	margin-bottom: -90px;
}

.clean-classes-hours {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 16px;
  }

@media screen and (max-width: 768px) {
	.our-offices-cards-this {
		margin-bottom: 0;
	}
}

/* packages */

.custom-select1.open .arrow-icon {
	transform: translateY(-50%) rotate(180deg);
}
.custom-select1 {
	position: relative;
	cursor: pointer;
	padding: 12px;
	padding-right: 30px;
	border: 1px solid #ccc;
	border-radius: 16px;
	background-color: #fff;
	font-size: 16px;
	user-select: none;
	transition: border-color 0.3s ease;
}
.custom-select1.city.prices {
	background-color: transparent;
}
.custom-select1.city {
	border: 1px solid #000;
	border-radius: 10px;
}

.select-options1 {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	width: 100%;
	max-height: 500px;
	overflow-y: auto;
	background-color: #F5F5F5;
	border: 1px solid #ccc;
	border-radius: 10px;
	z-index: 1000;
	list-style: none;
	padding: 5px;
	margin: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.select-options1.show {
	opacity: 1;
	visibility: visible;
}

.select-options1 li {
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	border-radius: 10px;
}

.prices-con {
	margin-bottom: -120px;
}

.select-pack-mat {
	text-decoration: none;
	color: #212529;
}
.select-pack-mat:hover{
	background-color: #fff !important;
}

.filter-btn-rect {
    background-color: #F4F5FE !important;
    border: none !important;
    border-radius: 6px !important;
  }

  .filter-btn-rect.active {
    border: none !important;
  }

  .filter-btn-rect:hover {
    border: none !important;
  }

  .prices-filter-btns-rect {
    gap: 4px !important;
  }

@media screen and (max-width: 768px) {
	.prices-con {
		margin-bottom: 0;
	}
}

/* rasroch */

.custom-radio2 .radiomark, .custom-radio .radiomark {
	background: url(/local/templates/real_moscow/images/payment-1-unchecked.svg) no-repeat center center !important;
}

.custom-radio2 input[type="radio"]:checked + .radiomark, .custom-radio input[type="radio"]:checked + .radiomark {
	background: url(/local/templates/real_moscow/images/payment-1-cheched.svg) no-repeat center center !important;
}

.installment-plan-section {
	/* <!-- background-image: url(/local/templates/real_moscow/images/payment-back.avif.png) !important; --> */
}

.first-rasr {
	width: 100%;
}

.checked-first {
	border: 2px solid #3D3BFF;
	margin-bottom: 12px !important;
}

@media (max-width: 768px) {
	.checked-first {
		margin-bottom: 5px !important;
	}
}

/* licency-moscow */

@media (max-width: 768px) {
    .license-con {
        padding: 0;
    }
    .license-con-text {
        padding: 23px;
    }
    .license-con-text a {
        text-align: center;
        display: block;
        width: 100%;
    }
    .license-con-desc {
        margin-top: 20px;
    }
    .license-con-title {
        margin-top: 15px;
    }
    .license-con img {
        width: 100% !important;
        height: 100% !important;
        max-width: 320px !important;
        max-height: initial;
        /* margin-left: -23px; */
        border-radius: 20px;
    }

    .license-con-img {
        display: flex;
        justify-content: center;
    }
    .license-con-title {
        margin-top: 10px !important;
        font-size: 36px !important;
    }
}


#pdf-viewer {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#pdf-canvas {
    display: block;
    margin: auto; /* Центрируем canvas */
    max-width: 100%;
    max-height: 100%;
}

/* metro-block */

.owl-item.hidden {
	display: none !important;
}
@media (max-width: 768px) {
	#carousel15 .owl-stage-outer {
		width: calc(100% + 20px);
	}
	.our-offices-cards2 {
		margin-right: 20px;
	}
}

.our-offices-cards2 {
	margin-bottom: -60px;
}

@media screen and (max-width: 768px) {
	.our-offices-cards2 {
		margin-bottom: 0;
	}
}






.more-teachers-carousel-card-razm {
	width: initial !important;
}