body {
	background-color: rgba(28, 33, 42, .1);
	font-family: "Manrope", sans-serif;
	font-size: .85rem;
}

.ss-container {
	padding: 0 15px;
}

.alumni {
	font-family: "Alumni Sans", sans-serif;
	line-height: 80%;
}


h1 {
	font-weight: 300; 
	font-size: 2.7rem;
}

h2 {
	font-weight: 300; 
	font-size: 2.7rem;
}
.elementor-widget-image a {
	display: block!important;
}


@media (min-width: 1024px) { 
	h1 {
		font-weight: 300; 
		font-size: 4rem;
	}
	h2 {
		font-weight: 300; 
		font-size: 2.7rem;
	}
}





.pagination .page-numbers {
	background-color: #F4F2F0; 
	border-radius: 999px; 
	height: 40px; 
	width: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .current {
	background-color: #1C212A;
	color: white;
	linear-gradient(to bottom right, #FFE29F, #AEBAFF); 
}







.elementor-accordion {
	display: grid !important;
	gap: 10px;
}

.elementor-accordion-item {
	background-color: white !important;
	border-radius: 20px !important; 
	border: 0px !important;
}

.elementor-tab-title, .elementor-tab-content, .elementor-active {
	border: 0px !important;
}

.elementor-tab-title {
	margin: 15px auto;
}












.union {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
}

.union-dark {
    border-radius: 10px;
    background: linear-gradient(0deg, #1C212A 0%, #1C212A 100%), radial-gradient(50.00% 1.05% at 50.00% 0.54%, rgba(255, 226, 159, 1) 0%, rgba(255, 189, 199, 0.20) 26%, rgba(174, 186, 255, 0.20) 50%, rgba(255, 255, 255, 0.10) 100%);
    padding: 15px;
}

.wpcf7 p {
    margin: 5px 5px -25px;
}

.ss-form-horizontal .wpcf7-form {
    display: grid;
    gap: 30px;
}


.ss-form-vertical .wpcf7-form {
    display: grid;
    gap: 35px;
}


.ss-form .wpcf7-form-control {
    border-radius: 10px;
    padding: 1rem 1.5rem; 
    border: 0;
    font-size: 1rem;
}

.ss-form .wpcf7-submit {
    width: 100%;
    font-size: 1rem;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    border: 0;
}







.input-light .wpcf7-form-control {
	color: white;
	background-color: rgba(255, 255, 255, 0.1);
}

.input-light .wpcf7-form-control::placeholder {
  color: white;
  opacity: 0.4;
}

.input-white .wpcf7-form-control {
	color: black;
	background-color: white;
}

.input-transparent .wpcf7-form-control {
	color: white;
	background-color: transparent;
}

.input-dark .wpcf7-form-control {
	color: black;
	text-align: center;
	background-color: #F4F2F0;
}

.btn-white .wpcf7-form .wpcf7-submit {
	color: black;
	background: white;
}

.btn-blue .wpcf7-form .wpcf7-submit {
	color: white;
	background: linear-gradient(270deg, rgba(54,197,243,1) 0%, rgba(46,74,231,1) 100%);
}



.wpcf7 input::placeholder {
    opacity: 0.7;
}

/* Скрытие сообщений об ошибках и вывода */
.wpcf7-not-valid-tip, .wpcf7-response-output {
    display: none;
}



@media (min-width: 1024px) { 
	.union {
        border-radius: 10px;
        background-color: white;
        padding: 0;
    }
    .union-dark {
        border-radius: 10px;
        background-color: #1C212A;
        padding: 0;
    }
    
    .ss-form-horizontal .wpcf7-form {
	    display: flex;
	    justify-content: center;
	    gap: 10px;
	    flex-wrap: nowrap;
	}

}




/*
.footer-menu > div > nav .elementor-nav-menu > li:first-child > a {
    opacity: 0.4;
}
*/



.footer-menu-mobile > div > nav .elementor-nav-menu > li a {
	background-color: #F4F2F0 !important;
	text-align: center !important;
}

.footer-menu-mobile > div > nav .elementor-nav-menu > li a {
	justify-content: center !important;
}




.swiper-slide {
	border-radius: 10px;
}





.elementor-popup-modal .dialog-close-button {
    background-color: white;
    border-radius: 999px;
    padding: 5px;
    position: absolute;
    top: 30px !important;
    right: 30px !important;
}
.elementor-popup-modal .dialog-close-button svg {
    height: 2em;
    width: 2em;
}

@media (min-width: 700px) { 
	.elementor-popup-modal .dialog-close-button {
	    background-color: white;
	    border-radius: 999px;
	    padding: 5px;
	    position: absolute;
	    top: -15px !important;
	    right: -15px !important;
	}
	.elementor-popup-modal .dialog-close-button svg {
	    height: 2em;
	    width: 2em;
	}
}




.elementor-control-price_variation input {
    width: 100% !important;
}


/*
	.elementor-button-wrapper {
    display: flex; 
    justify-content: center;
}

.elementor-button {
    display: inline-flex;
    align-items: center; 
    padding: 10px 20px; 
    text-decoration: none; 
    background-color: #E8314D; 
    color: white; 
    border-radius: 4px; 
    border: none; 
}

.elementor-button-content-wrapper {
    display: flex;
    align-items: center; 
}

.elementor-button-icon {
    margin-right: 8px; 
}

.elementor-button-icon svg {
    margin-top: 2px;
    height: 20px; 
    width: auto; 
}

*/
    
    
    
    @media (max-width: 768px) {
  .elementor-button {
    width: 100% !important;
    display: block;
  }
}
    
    
    .elementor-accordion-title {
	    line-height: 130% !important;
    }
    
    
 
 
 .elementor-heading-title {
	 line-height: 95% !important; 
 }
    
    
    
.typo p {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 24px;
}

.typo h1 {
	font-size: 40px; 
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 24px;
}

.typo h2 {
	font-size: 2rem; font-weight: bold;
	margin-bottom: 24px;
}

.typo h3 {
	font-size: 18px; font-weight: bold;
	margin-bottom: 10px;
}

.typo ul, ol {
    margin-bottom: 10px;
    list-style-type: none; /* Remove default bullets */
    font-size: 24px;
	line-height: 29px;
	margin-bottom: 24px;
}

.typo ul li::before {
    content: "— "; /* Add dash before each li */
}





/* Стилизация для неупорядоченных списков (ul) */
ul {
    list-style-type: disc !important; /* Тип маркера: disc (круглые точки) */
    margin: 16px 0 !important; /* Внешние отступы сверху и снизу */
    padding-left: 16px !important; /* Внутренний отступ слева для вложенных элементов */
}

ul ul {
    list-style-type: circle !important; /* Вложенные неупорядоченные списки с пустыми круглыми маркерами */
}

ul ul ul {
    list-style-type: square !important; /* Вложенные списки третьего уровня с квадратными маркерами */
}

/* Стилизация для упорядоченных списков (ol) */
ol {
    list-style-type: decimal !important; /* Тип маркера: decimal (цифры) */
    margin: 16px 0 !important; /* Внешние отступы сверху и снизу */
    padding-left: 16px !important; /* Внутренний отступ слева */
}

ol ol {
    list-style-type: lower-alpha !important; /* Вложенные упорядоченные списки с буквенными маркерами (a, b, c...) */
}

ol ol ol {
    list-style-type: lower-roman !important; /* Вложенные списки третьего уровня с римскими цифрами (i, ii, iii...) */
}

/* Общие стили для всех элементов списка */
li {
    margin-bottom: 4px !important; /* Отступ снизу между элементами списка */
}
