@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 999;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 999;
  font-style: italic;
  font-display: swap;
}
html {
    font-family: 'Montserrat', sans-serif !important;
}
table {
    width: 100%;
}
.header {
    padding-top: 10px;
}
.address {
    font-weight: 600;
    font-size: clamp(10px, 4.5vw, 16px);
    color: #EA5D4A;
}
.menu li a {
    color: #334155;
}
.phone {
    font-weight: 600;
    font-size: clamp(14px, 4.5vw, 20px);
}
.phone a {
    text-decoration: none;
    color: #334155;
}
.logo-sub {
    font-weight: 400;
    font-size: 10px;
    color: #334155;
}
.logo-title {
    font-weight: 700;
    font-size: clamp(15px, 4.5vw, 30px);
    color: #EA5D4A;
    text-transform: uppercase;
}
.logo a {
    text-decoration: none;
}
.banner .container {
    background-color: #FDDC4E;
    border-radius: 20px;
}
.banner .card {
    background-color: #8081BD;
}
.contactform-title {
    font-weight: 700;
    font-size: clamp(16px, 4.5vw, 32px);
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.contactform-subtitle {
    font-weight: 600;
    font-size: clamp(10px, 4.5vw, 14px);
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 0%;
}
.form-input {
    border-radius: 50px !important;
    font-weight: 600;
    font-size: 10px;
    color: #334155;
    height: 40px;
}
.custom-checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s;
  margin-right: 1rem;
}
.form-check-input:checked + .form-check-label .custom-checkbox {
  background-color: #EA5D4A;
  border-color: #EA5D4A;
}
.form-check-input:checked + .form-check-label .custom-checkbox::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.agree-text {
    font-weight: 600;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
.btn-danger {
    border-radius: 50px;
    background-color: #EA5D4A !important;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}
.btn-warning {
    border-radius: 50px;
    background-color: #F6B31F !important;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    color: #334155;
}
.btn-impairment {
    border-radius: 50px;
    background-color: #8081BD !important;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}
.title-overlay {
    position: relative;
    width: 100%;
    min-height: 300px;
}
.main-title {
    position: relative;
    padding-top: 5%;
    padding-left: 5%;
    z-index: 2;
}
.images {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    z-index: 1;
    height: 100%;
}
.images img {
    display: block;
    max-height: 90%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
}
.main-title .title {
    font-weight: 700;
    font-size: clamp(36px, 8vw, 90px);
    color: #334155;
}

.main-title .subtitle {
    font-weight: 600;
    font-size: clamp(18px, 4.5vw, 26px);
    color: #334155;
}

.main-title ul > li {
    font-weight: 500;
    font-size: clamp(14px, 3.5vw, 18px);
    color: #334155;
}
.triangle-left-bottom {
    position: absolute;
    left: 2.03%;
    right: 90.16%;
    top: 7.8%;
    bottom: 89.31%;
    background: #F3ACC8;
}
.services h2 {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 40px);
    color: #8081BD;
    }
.services-block {
    background-color: #FFF6D1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px 16px;
    height: 100px;
    width: 100%;
}
.services-block i {
    color: #334155;
    font-size: clamp(12px, 4.5vw, 24px);
}
.services-item-text {
    font-weight: 700;
    font-size: clamp(10px, 4.5vw, 16px);
    color: #334155;
}
.feature-item {
    width: 363px;
    flex-shrink: 0;
}
.feature-item-text {
    display: inline;
    font-weight: 700;
    font-size: clamp(10px, 4.5vw, 16px);
    line-height: 100%;
    letter-spacing: 0%;
    color: #334155;
}
.feature-item-text span {
    font-weight: 500;
    font-size: 1clamp(10px, 4.5vw, 16px);
    line-height: 100%;
    letter-spacing: 0%;
}
.block-1,
.block-2,
.block-3,
.block-4,
.block-5,
.block-6,
.block-7,
.block-8,
.block-9 {
    width: 76px;
    height: 76px;
    flex-shrink: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-1, .block-5, .block-9 { background: #F6B31F; }
.block-2, .block-6, .block-7 { background: #F3ACC8; }
.block-3, .block-4, .block-8 { background: #8081BD; }

.block-1 i,
.block-2 i,
.block-3 i,
.block-4 i,
.block-5 i,
.block-6 i,
.block-7 i,
.block-8 i,
.block-9 i {
    color: white;
    font-size: 24px;
}
.inline-form {
    background-color: #8081BD;
    border-radius: 20px;
}
.callback-img {
    transform: scaleX(-1);
    width: 290px;
    height: 448px;
}
.inline-contactform-title {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 40px);
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.inline-contactform-subtitle {
    font-weight: 500;
    font-size: clamp(14px, 4.5vw, 20px);
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.figure {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: auto;
    height: auto;
}
.figure-triangle {
    transform: translateY(20%);
}
.advantages h2 {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 40px);
    color: #8081BD;
}
.advantages p {
    font-weight: 500;
    font-size: clamp(14px, 4.5vw, 20px);
    color: #8081BD;
}
.inline-form-2 {
    background-color: #FFF6D1;
    border-radius: 20px;
}
.inline-contactform-title-2 {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 40px);
    color: #334155;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.inline-contactform-subtitle-2 {
    font-weight: 500;
    font-size: clamp(10px, 4.5vw, 20px);
    color: #334155;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.form-input-2 {
    border-radius: 50px !important;
    font-weight: 600;
    font-size: 10px;
    color: #334155;
    background-color: #FDDC4E;
    height: 40px;
}
.form-check a {
    color: #334155;
}
.inline-form-2 .col-md-5 {
    overflow: visible !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    min-height: 0;
}
.callback-img-2 {
    position: absolute;
    transform: translateY(-90%);
    z-index: 1;
    height: 450px;
}
.about h1 {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 40px);
    color: #8081BD;
}
.about h2 {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 40px);
    color: #8081BD;
}
.about h3 {
    font-weight: 700;
    font-size: clamp(16px, 4.5vw, 25px);
    color: #8081BD;
}
.about h4 {
    font-weight: 700;
    font-size: clamp(12px, 4.5vw, 20px);
    color: #EA5D4A;
}
.about h5 {
    font-weight: 700;
    font-size: clamp(10px, 4.5vw, 16px);
    color: #EA5D4A;
}
.about .text p {
    font-weight: 500;
    font-size: clamp(10px, 4.5vw, 16px);
    color: #334155;
}
.rewiew .container {
    background-color: #F2F2FF;
    border-radius: 20px;
}
.rewiew-widget h1 {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 40px);
    color: #8081BD;
}
.rewiew-widget .card-title {
    font-weight: 600;
    font-size: clamp(10px, 4.5vw, 20px);
    color: #334155;
}
.rewiew-widget .card-title span {
    font-weight: 500;
    font-size: 14px;
    color: #334155;
    display: block;
}
.rewiew-widget .card {
    border: none;
    border-radius: 20px;
    background-color: #FFF6D1;
}
.rewiew-widget .card-text {
    display: inline;
    font-weight: 500;
    font-size: clamp(10px, 4.5vw, 20px);
    color: #334155;
}
.rewiew-widget .user-block {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8081BD;
}
.rewiew-widget .user-block i {
    color: white;
    font-size: clamp(12px, 4.5vw, 24px);
}
.rewiew h2 {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 40px);
    color: #334155;
}
.rewiew .card-title {
    font-weight: 600;
    font-size: 20px;
    color: #334155;
}
.rewiew .card-title span {
    font-weight: 500;
    font-size: 14px;
    color: #334155;
    display: block;
}
.rewiew .card {
    border: none;
    border-radius: 20px;
}
.rewiew .card-text {
    display: inline;
    font-weight: 500;
    font-size: 20px;
    color: #334155;
}
.rewiew .carousel-control-prev {
	width: 51px;
    height: 51px;
    border-radius: 50%;
	background-color: #8081BD;
}
.rewiew .carousel-control-prev-icon {
	width: 17.24px;
	height: 17.24px;
	rotate: 90 deg;
}
.rewiew .carousel-control-next {
	width: 51px;
    height: 51px;
    border-radius: 50%;
	background-color: #8081BD;
}
.rewiew .carousel-control-next-icon {
	width: 17.24px;
	height: 17.24px;
	rotate: -90 deg;
}
.rewiew .user-block {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8081BD;
}
.rewiew .user-block i {
    color: white;
    font-size: clamp(12px, 4.5vw, 24px);
}
.footer-phone {
    font-weight: 500;
    font-size: clamp(24px, 8vw, 30px);
    line-height: 100%;
    letter-spacing: 0%;
}
.footer-phone a {
    text-decoration: none;
    color: #334155;
}
.footer-email {
    font-weight: 600;
    font-size: clamp(12px, 4.5vw, 16px);
    line-height: 100%;
    letter-spacing: 0%;
}
.footer-email a {
    text-decoration: none;
    color: #334155;
}
.footer-address {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #334155;
}
.footer-menu {
    font-weight: 500;
    font-size: 14px;
}
.footer-menu a {
    text-decoration: none;
    color: #334155;
}
.copyright {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #334155;
}
.copyright a {
    color: #334155;
    text-decoration: none;
}
.ya-map-container {
    border-radius: 20px;
}
.map-block{
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 204px 20px;
    -khtml-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    position: relative;
}
.dropdown-menu {
    --bs-dropdown-border-color: none !important;
}
.breadcrumbs-item {
    font-weight: 500;
    font-size: 14px;
}
.breadcrumbs-item a {
    text-decoration: none;
    color: #334155;
}
.breadcrumbs-active {
    font-weight: 700;
    font-size: 14px;
    color: #EA5D4A;
}
.contact h2 {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 40px);
    color: #8081BD;
}
.contact .contact-form {
    background-color: #FFF6D1;
    border-radius: 20px;
}
.contact .contact-form .form-input {
    border-radius: 50px !important;
    font-weight: 600;
    font-size: 10px;
    color: #334155;
    height: 40px;
}
.contact .contact-form .custom-checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    transition: background-color 0.2s, border-color 0.2s;
    margin-right: 1rem;
}
.contact .contact-form .form-check-input:checked + .form-check-label .custom-checkbox {
    background-color: #EA5D4A;
    border-color: #EA5D4A;
}
.contact .contact-form .form-check-input:checked + .form-check-label .custom-checkbox::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.contact .contact-form .agree-text {
    font-weight: 600;
    font-size: 10px;
    color: #334155;
    text-decoration: none;
}
.contact .contactform-title {
    font-weight: 700;
    font-size: clamp(16px, 4.5vw, 32px);
    color: #334155;
}
.contact .contactform-subtitle {
    font-weight: 600;
    font-size: 14px;
    color: #334155;
}
.contact textarea {
    border-radius: 20px !important;
}
.gallery h1 {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 40px);
    color: #8081BD;
}
.gallery .card {
    border: none !important;
}
.gallery-card {
    border-radius: 20px;
}
.gallery-title {
    font-weight: 700;
    font-size: 20px;
}
.gallery-card a {
    text-decoration: none !important;
    color: #EA5D4A;
}
.gallery .img-fluid {
    border-radius: 20px !important;
}
.modal-content {
    border-radius: 20px !important;
}
.modal {
    background: linear-gradient(180deg, #8081BDCC 80%, #8081BDCC 80%) !important;
    backdrop-filter: blur(5px) !important;
}
.faq h1 {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 40px);
    color: #8081BD;
}
.faq h2 {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 40px);
    color: #334155;
}
.faq-text {
    font-weight: 500;
    font-size: 16px;
    color: #334155;
}
.accordion-row {
    box-shadow: 0 2px 0 0 #F6B31F;
    margin: 0 2px;
}
.accordionHeading {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    text-align: left;
    line-height: 2rem !important;
}
.accordionBody {
    max-height: 0px;
    overflow-y: hidden;
    font-size: 1.2rem;
    transition-duration: .5s;
}
.accordion-main .h2 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.accordion-toggle {
    position: relative;
    padding-left: 30px;
    color: #8081BD;
}
.accordion-toggle::before {
    content: '+';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-style: normal;
    font-weight: 400;
    font-size: clamp(12px, 4.5vw, 24px);
    line-height: 1;
    color: #8081BD;
}
.accordion-toggle.open::before { 
    content: '-';
    color: #EA5D4A;
}
.accordion-toggle.open {
    color: #EA5D4A;
}
.w-3 {
    width: 1.5rem;
}
.article {
    font-weight: 600;
    font-size: clamp(10px, 4.5vw, 20px);
}
.article li > a {
    text-decoration: none;
    color: #8081BD;
}
.article .text {
    font-weight: 500;
    font-size: 16px;
    color: #334155;
}
.article h1 {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 40px);
    color: #8081BD;
}
.navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}