.text-wrap .alignleft{
	margin:0 40px 0 0;
	float:left;
}
.text-wrap .alignright{
	margin:0 0 0 40px;
	float:right;
}
.text-wrap .aligncenter{
	display:block;
	margin:0 auto;
}
.text-wrap h1{
	margin-bottom:30px;
}
.text-wrap ul li{
	padding-left:0;
}
.text-wrap ul li:before{
	left:auto;
	margin:-4px 10px 0 10px;
	position:static;
	display:inline-block;
	vertical-align:middle;
}
#request-popup .wpcf7-response-output,
form.consultate-form .wpcf7-response-output{
	color:white;
}
#tracking-popup .wpcf7-response-output,
.tracking-form .wpcf7-response-output{
	display:none;
}
.consultate-form-inputs .wpcf7-form-control-wrap input{
	margin-bottom:15px;
}
.consultate-form-inputs .wpcf7-form-control-wrap:last-of-type input{
	margin-bottom:0;
}
.footer-phone span {
    font-weight: normal!important;
}
.fixed {
	position: fixed;
    width: 100%;
    z-index: 3;
    animation: slideDown 0.3s ease forwards; /* Анимация появления */
}

@keyframes slideDown {
    from {
        top: -80px; /* Начальное положение */
        opacity: 0; /* Начальная прозрачность */
    }
    to {
        top: 0; /* Конечное положение */
        opacity: 1; /* Конечная прозрачность */
    }
}
.s-nav-wrap {
	display: none!important;
}
.header-btn {
    margin: 0 50px!important;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 12px;
}

.hidden {
	display: none !important;
}

/* телефоны */
.header-phone-wrap {
	position: relative;
	background-color: #fff;
}
.header-phone-wrap .header-phone {
	position: relative;
    display: flex;
    gap: 5px;
	background: none;
	padding-left: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	align-items: center;
}

.header-phone-wrap .header-email {
	padding-left: 5px;
	line-height: 23px;
}
.header-phone-wrap .header-phone:nth-child(1) img {
	padding-left: 5px;
}
/* .header-phone-wrap .header-phone:nth-child(1)::after {
    content: '';
    width: 10px;
    height: 10px;
    position: relative;
    right: 0;
    top: 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #333 transparent transparent transparent;
} */
.header-phone-wrap .header-phones.phones-active .header-phone:nth-child(1)::after {
	border-width: 0 5px 7px 5px;
	border-color: transparent transparent #333 transparent;
}

.header-phone-wrap .header-phone:nth-child(2) {
	background-image: none;
}
.header-phone-wrap .header-phones {
	background-color: #fff;
	border: 1px solid #fff;
	padding-right: 5px;
}

.header-phones.phones-active {
	border: 1px solid #333;
}
.header-phone-wrap:hover .header-phone {
	background-color: #fff;
}
.phone-arrow {
	width: 10px;
	height: 7px;
	padding:0 !important;
	cursor: pointer;
}
.phone-arrow:hover {
	filter: invert(50%)
}

/* телефоны */

#qsm_retake_button {
	background: #223466 !important;
}

.quiz_theme_qsm-theme-breeze.qsm-quiz-container-5 .qmn_btn, .quiz_theme_qsm-theme-breeze.qsm-quiz-container-5 .qmn_btn:hover {
  background: #223466 !important;
}

.card-top-slider {
  max-height: 500px;
  overflow: hidden;
}

.card-top-slider img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.card-top-slider .swiper-pagination {
	bottom: 0px;
position: absolute;
display: block;
}

.card-top-slider .swiper-pagination .swiper-pagination-bullet {
	width: 25px;
  height: 25px;
  border: 1px solid #0052B4;
}
.card-top-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0052B4;
}
.schools-items-cases .schools-item-icon img{
	max-width: 100px;
  border-radius: 55px;
}


.schools-items-cases .schools-item-desc ul, .section-top-cases .top-cases-left-middle-right ul{
	margin: 0;
	list-style: none;
}

.schools-items-cases .schools-item-desc li, .section-top-cases .top-cases-left-middle-right li{
	position: relative;
	margin-bottom: 6px;
	padding-left: 15px;
	font-size: 18px;
	line-height: 1.5;
}

.schools-items-cases .schools-item-desc li::before, .section-top-cases .top-cases-left-middle-right li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 3px;
	height: 3px;
	background-color: #333;
	border-radius: 50%;
}

.section-top-cases {
	display: flex;
}

.section-top-cases .top-cases-left {
	width: 50%;
	position: relative;
}

.section-top-cases .top-cases-right {
	width: 50%
}

.section-top-cases .top-cases-left-middle-left img{
	max-width: 165px;
  border-radius: 95px;
}

.section-top-cases .top-cases-left-top {
	text-align: center;
	color: #223466;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 35px;
	margin-bottom: 19px;
}

.section-top-cases .top-cases-left-middle{
	display: flex;
  gap: 34px;
  align-items: center;
}
.section-top-cases .c-container {
	display: flex;
}
.section-top-cases .top-cases-right img {
 max-height: 373px;
 width: 100%;
  object-fit: cover;
}
.section-top-cases .top-cases-left-bottom {
	background-color: #223466;
	margin-top: 33px;
	position: absolute;
  width: 100%;
  bottom: 0;
}
.section-top-cases a {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 26px;
	width: 100%;
  text-align: center;
}


@media only screen and (max-width: 1200px) {
.section-top-cases .top-cases-left-middle-right li {
  font-size: 16px;
}
.section-top-cases a {
	  font-size: 18px;
	  padding: 14px;
	}
.section-top-cases .top-cases-left-middle {
  gap: 20px;}
  .section-top-cases .top-cases-left-middle-left img {
  max-width: 110px;
}
}

@media only screen and (max-width: 1023px) {
	.section-top-cases .c-container {
		display: block;
	}
.section-top-cases .top-cases-left, .section-top-cases .top-cases-right{
  width: 100%;
}

.section-top-cases .top-cases-left-bottom{
position: relative;
  margin-top: 10px;
}
  .section-top-cases .top-cases-left {
  	position: unset;
  }

  .section-top-cases .top-cases-left-top {
  text-align: left;
  font-size: 28px;
}
}

.swiper-slide .schools-items-cases {
	width: 96% !important;
}

@media only screen and (max-width: 1023px) {
	.card-top-slider {
		max-height: 400px;
	}
	.card-top-slider .swiper-slide a  {
	  width: 100%;
	}
	.card-top-slider img {
	  height: 300px;
	}
}

.page-contacts .phones_eng  div::before {
  background-image: url('img/united-kingdom_9906532.svg') !important;
}

.phone-group {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  align-items: center;
}

.phone-group select.phone-code {
  width: 140px;
  min-width: 120px;
  height: 52px;
  padding: 0 12px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 36px;
}

.phone-group select.phone-code:focus {
  border-color: #000;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}

.phone-group .jq-selectbox__select{
	width: 100%;
  height: 45px;
  background-color: #fff;
  padding: 0 15px 0 0;
  border: 1px solid #CAD1E1;
  font: 16px 'Exo 2', sans-serif;
  color: #333;
  margin-bottom: 15px;
}

.consultate-form-wrap .phone-group .jq-selectbox__select{
	margin-bottom: 0px;
}
.phone-group .jq-selectbox__select .jq-selectbox__select-text{
	padding: 0 15px;
}
.phone-group {
  font-family: "Segoe UI Emoji", "Noto Color Emoji", "Apple Color Emoji", sans-serif;
}
.phone-group .jq-selectbox__dropdown{
width: auto !important;
}

.phone-group .jq-selectbox__dropdown {
  max-height: 260px;      /* высота видимой области */
  overflow-y: auto;      /* вертикальная прокрутка */
  overflow-x: hidden;
  scrollbar-width: thin; /* Firefox */
}

.phone-group .jq-selectbox__dropdown::-webkit-scrollbar {
  width: 6px;
}

.phone-group .jq-selectbox__dropdown::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 6px;
}

.phone-group .jq-selectbox__dropdown::-webkit-scrollbar-track {
  background: transparent;
}

.phone-group .jq-selectbox__dropdown {
  pointer-events: auto !important;
}

.phone-group .jq-selectbox__dropdown ul {
  overflow-y: auto !important;
  overscroll-behavior: contain;
  max-height: 380px;
  background: #fff;
}

.phone-group,
.phone-group * {
  overflow: visible !important;
}

.phone-group .jq-selectbox__select-text {
  width: 100% !important;
  font-size: 14px;
  color: #000;
  line-height: 1;
  overflow: visible;
}

.gallery-desc {
	margin-top: 30px;
}
.gallery-block {
	background-color: #F7F7F7;
	padding: 50px 0;
}
.gallery-block h2{
	text-align: center;
}

.chto_vklyucheno_v_stoimost .descr {
	margin-top: 60px;
}
.included-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px 24px;
}

.included-list li {
	position: relative;
	padding-left: 20px;
	line-height: 1.4;
	padding-left: 40px;
}

.included-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	color: #2b7cff;
	font-size: 20px;
	line-height: 1;
	background-image: url("/wp-content/themes/edvision_theme/img/Vector(3).png");
	width: 30px;
  height: 30px;
}
.chto_vklyucheno_v_stoimost .c-container{
	background-color: #F7F7F7 ;
	padding: 50px 0;
}
@media (max-width: 1023px) {
	.included-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.included-list {
		grid-template-columns: 1fr;
	}
}

.section.overview {
	background-color: #F7F7F7;
}
.section.overview .overview-head {
	display: flex;
	align-items: center;
	margin-bottom: 62px;
}

.section.overview .overview-head img{
	width: 150px;
	margin-right: 15px;
	border-radius: 100px;
}

.section.overview .overview-head .overview-head-title{
	margin-bottom: 10px;
}

.kratkij_obzor {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* планшет */
@media (max-width: 1023px) {
    .kratkij_obzor {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* мобилка */
@media (max-width: 600px) {
    .kratkij_obzor {
        grid-template-columns: 1fr;
    }
}

.kratkij_obzor-pos-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border: 1px solid #CAD1E1;
    text-align: center ;
}

.kratkij_obzor-pos-item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.kratkij_obzor-pos-item-descr {
    font-size: 16px;
    flex-grow: 1;
}

.about2-block {
	padding-bottom: 70px;
}
.about2-block-down {
    display: flex;
    gap: 20px;
}

.about2-block-down-left,
.about2-block-down-right {
    width: 50%;
}

@media (max-width: 768px) {

    .about2-block-down {
        flex-direction: column;
        gap: 24px;
    }

    .about2-block-down-left,
    .about2-block-down-right {
        width: 100%;
    }

}

/* Контейнер изображений */
.about2-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about2-images-top img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.about2-images-bottom {
    display: flex;
    gap: 20px;
}

.about2-images-item {
    width: 50%;
}

.about2-images-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


@media (max-width: 589px) {
    .about2-images-bottom {
        flex-direction: column;
    }

    .about2-images-item {
        width: 100%;
    }
}


.after-banner-block, .programs-banner{
	background-color: #223466;
}
.programs-banner {
	padding-bottom: 35px !important;
}
.after-banner-block{
	padding-bottom: 0 !important;
}
.after-banner-block .c-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    	border-bottom: 1px solid #404F77;
}

.card-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.card-info-item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    flex-shrink: 0;
}

.card-info-item span {
    font-weight: 600;
}

@media (max-width: 1023px) {
    .after-banner-block .c-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .after-banner-block .c-container {
        grid-template-columns: 1fr;
    }

}
.programs-banner-title {
	font-size: 20px;
	color: #fff;
	margin-bottom: 24px;
}

.programs-banner-cards {
	display: flex;
	flex-wrap: wrap;
	gap:30px;
	justify-content: center;
}
.programs-banner-cards .card-info-item{
	background-color: #404F77;
	font-size: 20px;
	color: #fff;
	padding: 10px;
	margin-bottom: 0;
}

.intl-tel-input {
width: 100%;
  margin-bottom: 15px;
}

.intl_tel-922 {
	width: 100%;
}

.intl-tel-input .country-list {
  overflow-y: scroll !important;
}

#consultate_form .consultate-wrapper .phone-group, .consultate-catalog-form-wrap .phone-group{
	margin-top: 10px;
}

.vuz-table {
    display: flex;
    flex-direction: column;
}

.vuz-tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 12px 0;
    border-bottom: 1px solid #223466;
}

.vuz-td.label {
	text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.vuz-td.value {
	text-align: center;
	font-size: 18px;
}

/* Для мобильных */
@media (max-width: 768px) {
    .vuz-tr {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .vuz-td.value, .vuz-td.label  {
        text-align: left;
        font-size: 14px;
    }
}

.card-info-osc .card-info-item span{
	white-space: wrap;
}

.card-info-osc .card-info-item {
	white-space: wrap;
	align-items: start;
}

@media (max-width: 589px) {
.card-info-osc .card-info-item {
	display: block;
}
}

.fixed-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 230px;
    z-index: 9999;
    /*width: 250px;*/
}
  .fixed-whatsapp .whatsapp-box {
    /*background-color: #fff;*/
    /*box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);*/
    border-radius: 1000px;
    position: relative;
    /*border: 2px solid #40c351;*/
    padding: 8px 85px 8px 35px;
    box-sizing: border-box;
    cursor: pointer;
}
  .fixed-whatsapp .whatsapp-box_text {
    color: #222222;
    font-size: 17px;
    font-weight: 500;
}
  .fixed-whatsapp .whatsapp-box_img {
    width: 80px;
    height: 80px;
    position: absolute;
    right: -2px;
    top: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #40c351;
    box-sizing: border-box;
    background: #fff;
}
  .fixed-whatsapp .whatsapp-box_img img {
    max-width: 50px;
    width: 100%;
    display: block;
}
  .fixed-whatsapp .whatsapp-box a {
    text-decoration: none;
    color: #222222;
}
@media (max-width: 768px) {
  .fixed-whatsapp {
    position: fixed;
    left: 20px;
    bottom: 80px;
    z-index: 9999;
    /*width: 200px;*/
    right: auto;
}