

/* Start:/local/templates/langwe/styles.css?171830079211644*/
.success_form_main
{
	color: #7BD658;
}
.error_form_main
{
    color: #ed752c;
    display: none;
}
.tabs:not(.tabs--light) a.tabs__item
{
	text-decoration:none;
	color:#929195;
}
.tabs:not(.tabs--light) a.tabs__item.tabs__item--active,
.tabs:not(.tabs--light) a.tabs__item.tabs__item:hover
{
	text-decoration:none;
	color:#1b162c;
}
.course-card__basis-item img
{
	margin-right: 8px;
}
.tiles_tabs .tiles
{
	display:none;
}
.tiles_tabs .tiles.info-tab--active
{
	display:grid;
}
h1.main_title img
{
	max-width:35px;
	position:relative;
	top:8px;
}
.person-card.hidden_teacher,
.hidden_review-card,
.hidden_course,
.hidden_school
{
	display:none;
}
.application.last-form
{
	margin-bottom:0;
}
.application.inner_course
{
    margin-bottom: 80px;
}
.tabs.hero-header__tabs .tabs__item a,
.tabs.hero-header__tabs .tabs__item a:hover
{
	text-decoration:none;
}
.form_search_school
{
    display: grid;
    grid-column: 3 / span 10;
    grid-row-start: 1;
}
.selector_city
{
	cursor:pointer;
}
.menu-dropdown__secondary
{
	order:2;
}
.bx-filter-select-popup ul li:hover
{

    background: #d8dcde;
    color: #fff;
}
.bx-filter-select-popup ul li label
{
	width:100%;
	display:block;
	cursor:pointer;
}
.bx-filter-select-popup ul li
{
    color: #cdd3d6;
    font-size: 14px;
    padding: 2px 12px;
}
.bx-filter-select-popup ul
{
	list-style:none;
	padding:0;
	padding: 5px 0;
	margin:0;
}
.prices__filter .bx-filter-select-text
{
    padding: 12px;
    font-weight: 500;
    font-size: 15px;
}
.prices__filter .bx-filter-select-block,
.prices__filter .bx-filter-select-text
{
	width: 100%;
    height: 100%;
    display: block;
}
.popup-window-content,
.bx-filter-select-popup,
.popup-window
{
    background: #f2f4f5;
}
.popup-window
{
	border:1px solid #000;
    font: 14px "SF UI Display", sans-serif;
    padding: 0;
    margin-top: -2px;
}
.hidden_btns_filter
{
	display:none;
}
.bx-filter-select-container.select
{
	padding:0;
}
.prices__filter .bx-filter-block
{
	border:2px solid transparent;
}
.prices__filter .bx-filter-block.open
{
	border:2px solid #000;
    border-radius: 4px;
}
.sales__item.sale-card
{
	text-decoration:none;
}
.reviews-page-list .reviews__item,
.reviews-page-list, .reviews-page-list .add-review
{
    margin-bottom: 30px;
}
.content-page
{
	padding-bottom:40px;
}
.content-page a
{
	color:#7bd658;
}
.whywer
{
	margin-bottom:50px;
}
.whywer .whywer_item
{
	display:flex;
	margin-bottom:30px;
    align-items: center;
}
.whywer_item .whywer_name
{
	font-weight:bold;
	margin-bottom:5px;
	font-size:18px;
}
.whywer_item .whywer_img
{
    min-width: 120px;
    margin-right: 20px;
}

.pagination_lists li.active_navigation
{
	color:#00CF6F;
}
.pagination_lists li:last-child
{
	padding-right:0px;
}
.pagination_lists li
{
	font-size:18px;
	padding-right:10px;
	color:#DBDBDB;
    font-weight: 600;
}

@media (min-width: 375px) {
	.pagination_lists li {
		padding-right: 15px;
	}
}

@media (min-width: 768px) {
	.pagination_lists li {
		padding-right: 40px;
	}
}

.pagination_lists li a:hover
{
	opacity:0.8;
}
.pagination_lists li a
{
	font-size:18px;
	color:#333;
    font-weight: 600;
	line-height: 22px;
	text-decoration:none;
}
.pagination_lists
{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 50px;
    justify-content: center;
}
.prev_page_nav span,
.next_page_nav span
{
	display: block;
    width: 18px;
    height: 18px;
}
.prev_page_nav > span
{
	background: url(/local/templates/langwe/assets/img/nav_arrow.png) no-repeat left top;
}
.prev_page_nav  a > span
{
	background: url(/local/templates/langwe/assets/img/nav_arrow.png) no-repeat left -18px;
}
.next_page_nav > span
{
	background: url(/local/templates/langwe/assets/img/nav_arrow.png) no-repeat right top;
}
.next_page_nav  a > span
{
	background: url(/local/templates/langwe/assets/img/nav_arrow.png) no-repeat right -18px;
}
.page404_img
{
	display: block;
    margin: 0 auto 30px;
    max-width: 300px;
}
.big_text_page404 {
	color: #929195;
    text-align: center;
    font-size: 120px;
    font-weight: 900;
    line-height: 100px;
    margin-bottom: 30px;
}
.small_text_page404 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
}


@media (max-width: 450px) {
	.small_text_page404 {
		font-size: 18px;
	}
	.big_text_page404 {
		font-size: 80px;
		line-height: 70px;
	}
	.page404_img {
		max-width:200px;
	}
}

@media (min-width: 375px) {
	.langwe-page-navigation li {
		padding-right: 15px;
	}
}

@media (min-width: 768px) {
	.langwe-page-navigation li {
		padding-right: 40px;
	}
}

.langwe-page-navigationli a:hover
{
	opacity:0.8;
}
.langwe-page-navigation li a
{
	font-size:18px;
	color:#333;
    font-weight: 600;
	line-height: 22px;
}




@media (min-width: 768px) {
  .faq__item {
    margin: 0;
    padding: 34px 0;
  }
  .faq__item::after {
    right: 0;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .faq__item::after {
    height: 9px;
  }
}

@media (min-width: 1200px) {
  .faq {
    margin-top: -24px;
    margin-bottom: 95px;
  }
}

.faq__item {
  margin: 0 -25px;
  padding: 24px 25px;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
  -webkit-transition: border-bottom .2s ease-in-out;
  transition: border-bottom .2s ease-in-out;
}
.faq__item-head {
  padding-right: 30px;
  position: relative;
}

.faq__item-head:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 1px;
  background: transparent url("data:image/svg+xml,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.463.292l-3.88 3.88-3.88-3.88a.996.996 0 10-1.41 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 000-1.41c-.39-.38-1.03-.39-1.42 0z' fill='%23969696'/%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
}

.faq__item-title
{
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #1E1E1E;
    cursor: pointer;
    padding: 12px 20px 12px 10px;
}

.faq__item-body {
  display: none;
  margin-top: 15px;
  padding: 0 10px 0 10px;
  color:#353434;
}

.faq__item-body p:first-child {
  margin-top: 0;
}

.faq__item-body p:last-child {
  margin-bottom: 0;
}

.faq {
  margin-top: -7px;
}
@media (min-width: 1200px) {
  .faq__item::after {
    height: 9px;
  }
}
.faq__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 25px;
    left: 25px;
    display: block;
    width: auto;
    height: 6px;
    -webkit-transform: skew(-35deg, 0);
    transform: skew(-35deg, 0);
    background: transparent;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.faq__item_open::after {
  background: #7bd658;
}
@media (min-width: 768px)
{
	.faq__item::after {
		right: 0;
		left: 0;
	}
}
@media (min-width: 768px) {
  .faq__item_open {
    border-bottom: 1px solid transparent;
  }
}
.swiper-slide .reviews__description
{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 150%;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 84px;
    margin-bottom: 15px;
    -webkit-line-clamp: 4;
    overflow: hidden;
	position:relative;
}
.reviews__description.expanded
{
    height: auto;
    -webkit-line-clamp: unset;
}
.reviews__description.expanded::after
{
    opacity: 0;
}
.reviews__description-link
{
	color: #408af3;
    text-decoration: none;
    margin-bottom: 20px;
}

.swiper-slide .reviews__description::after
{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 58, 81, 0)), to(rgb(244 249 255)));
    background: linear-gradient(top, rgba(52, 58, 81, 0) 0%, rgba(52, 58, 81, 0.8) 100%);
}
.swiper-slide .reviews__description.expanded::after {
    display: none;
}


.file-upload {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 9px 10px;
    border: 1px solid #C3BDD8;
    border-radius: 6px;
    overflow: hidden;
}
.file-upload__button {
    display: inline-block;
    margin-right: 13px;
    padding: 7px 22px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    font-family: "TT Firs Neue", sans-serif;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 1px solid #DEE3E7;
    border-radius: 4px;
    color: #1B162C;
    cursor: pointer;
    transition: all 0.3s ease;
}
.file-upload__button:hover {
    background-color: #7BD658;
    border-color: #7BD658;
    color: #FFFFFF;
}
.file-upload__button.focus{
    box-shadow: 0 0 5px rgba(0,30,255,0.4);
}
.file-upload__label {
    font-size: 16px;
    color: #77808E;
}
@media (max-width: 768px) {
    .file-upload__button {
        width: 100%;
        margin: 0;
    }
    .file-upload__label {
        display: none
    }
}

.check-select {
    position: relative;
    text-align: left;
}
.check-select__control {
    position: relative;
    padding: 0 !important;
}
.check-select__control select {
    position: relative;
}
.check-select__over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.check-select__popup {
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 9px 0;
    width: 100%;
    height: auto;
    max-height: 200px;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 9999;
    overflow: auto;
    user-select: none;

    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #817E8B;

}
.check-select br {
    display: none;
}
.check-select label {
    position: relative;
    display: block;
    margin: 0;
    padding: 7px 10px 7px 40px;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    cursor: pointer;
}
.check-select label::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 11px;
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    border: 1px solid #C3BDD8;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.check-select__popup input:checked + label {
    color: #7BD658;
}
.check-select__popup input:checked + label::before {
    background: #7BD658 url("/local/templates/langwe/assets/img/check.svg") no-repeat 50% 50%;
    border-color: #7BD658;
}
.check-select__popup input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
#ajax_prices {
	position:relative;
}
#ajax_prices.loading:before {
	content:'';
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(249, 251, 255, 0.8);
}
.services__description.short {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-auto-rows: 0;
}
.services__description.short *{
    flex: 0 0 auto;
}
.services__description.short p:first-child{
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.services__description.short p:nth-child(2):before{
    content: "...";
}
.quip-comment-profile-link {
    margin-bottom: 16px;
    display: block;
    cursor: pointer;
}
/* End */


/* Start:/local/templates/langwe/template_styles.css?1718300792446*/
.detail-text-block {
    margin-top: -50px;
    margin-bottom: 25px;
}
.hero-header__info.for-teachers {
    width: 1080px;
    z-index: 9;
    top: 815px;
    bottom: inherit;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    border-top-left-radius: 20px;
}
.hero-header__info.for-teachers .school-info__buttons {
    grid-template-columns: none;
    grid-column: inherit;
}
/* End */
/* /local/templates/langwe/styles.css?171830079211644 */
/* /local/templates/langwe/template_styles.css?1718300792446 */
