/* ================*/
/* WBA CORRECT */
.wba-slider * {
	box-sizing: border-box;
}
.wba-slider {
	max-width: 1200px;
	border: 1px solid #f3f3f3;
	padding: 20px 0 20px 0;
	box-sizing: border-box;
	overflow: hidden;
}
.details-swiper:after,
.details-swiper:before {
	content: "";
	height: 100%;
	width: 85px;
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #fff;
	z-index: 2;
}
.details-swiper:before {
	left: unset;
	right: -5px;
}
.details-swiper {
	width: 100%;
	height: 100%;
	max-width: 1040px;
	padding: 0 80px;
	z-index: 1;
}
.details-swiper__wrapper {
	height: 450px;
}
.details-swiper__slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.details-swiper__slide img {
	display: block;
    max-height: 430px;
	/*width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	*/
}
.details-swiper__pagination {
	position: static;
	margin-top: 20px;
	margin-bottom: -10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.details-swiper__pagination .swiper-pagination-bullet {
	width: 40px;
	height: 40px;
	margin-bottom: 10px !important;
	text-align: center;
	line-height: 40px;
	font-family: "Lato-Bold", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #6c6c6c;
	border: 1px solid transparent;
	border-radius: 0;
	opacity: 1;
	background: transparent;
	transition: all 0.3s ease 0s;
}

.details-swiper__pagination .swiper-pagination-bullet-active {
	color: #ba9865;
	border-color: #ba9865;
	background: transparent;
}

.details-swiper__nav-next:after,
.details-swiper__nav-prev:after {
	color: #242328;
	font-size: 50px;
	font-weight: 400;
}

.details-swiper__nav-prev,
.details-swiper__nav-next {
	z-index: 3;
	margin-top: 0;
	top: 250px;
}
@media (max-width: 992px) {

	.details-swiper__nav-prev,
	.details-swiper__nav-next {
		top: 200px;
	}
	.details-swiper__nav-next:after,
	.details-swiper__nav-prev:after {
		font-size: 40px;
		font-weight: 700;
	}
}
@media (max-width: 768px) {

    .details-swiper__wrapper {
        height: 370px;
    }

    .wba-slider {
		border: none;
		padding: 0 0 20px 0;
	}
	.details-swiper {
		padding: 0;
	}
	.details-swiper:after,
	.details-swiper:before {
		display: none;
	}
	.details-swiper__nav-prev,
	.details-swiper__nav-next {
		display: none;
	}

	.details-swiper__pagination {
		margin-top: 20px;
	}
	.details-swiper__pagination .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		line-height: 14px;
		font-size: 0px;
		border: 1px solid #000;
		border-radius: 50%;
	}

	.details-swiper__pagination .swiper-pagination-bullet-active {
		color: #ba9865;
		border-color: #ba9865;
		background: #ba9865;
	}
}
/* ------ */
.wba-some-block {
	position: relative;
	padding: 10px 0 0;
	max-width: 880px;
	margin-top: 40px;
}
.wba-some-block:first-child {
	margin-top: 0px;
}
.wba-some-block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 2px;
	background-color: #c4c4c4;
}
.wba-some-block__title {
}
.wba-some-block__title > * {
	font: 700 18px/1.3 "Lato-Bold", sans-serif;
	color: #000;
}
.wba-some-block__text {
}
.wba-some-block__text p {
	font: 400 19px "Lato-Regular", sans-serif;
	line-height: 1.4;
	color: #595761;
	margin-bottom: 15px;
}
.wba-some-block__text p:last-child {
	margin-bottom: 0px;
}
@media (max-width: 768px) {
	.wba-some-block__title > * {
		font-size: 16px;
	}
	.wba-some-block__text p {
		font-size: 16px;
	}
}
/* ------ */
.wba-gold-text {
	font: italic 500 24px/1.3 "Lato-Medium", sans-serif;
	color: #ba9865;
	display: flex;
	flex-direction: column;
}
@media (max-width: 600px) {
	.wba-gold-text {
		font-size: 18px;
	}
}
@media (max-width: 1500px) {
	.edutation-item_text-actions_wba {
		position: static;
	}
	.edutation-item_text_wba {
		padding-right: 0;
	}
}
.wba-btn-area * {
	box-sizing: border-box;
}
.wba-btn-location {
	display: flex;
	flex-direction: column;
}
.wba-btn-name {
	box-sizing: border-box;
	display: flex;
	/*align-items: center;
	justify-content: center;*/
	max-width: 400px;
	padding: 19px 28px;
	text-align: left;
	background-color: #808082;
	color: #fff;
	font: 400 18px/1.3 "Lato-Regular", sans-serif;
}
.wba-btn-area {
	box-sizing: border-box;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.wba-btn-area .wba-btn,
.wba-btn-area .wba-btn-mini,
.wba-btn-area .wba-btn-big {
	margin-bottom: 20px;
}
.wba-btn-area__text {
	margin-top: -10px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
.wba-btn-area__text > * {
	font: 500 16px/1.3 "Lato-Medium", sans-serif;
	color: #757373;
}
@media (max-width: 600px) {
	.wba-btn-area__text > * {
		font: 500 14px/1.3 "Lato-Medium", sans-serif;
	}
	.wba-btn-name {
		padding: 15px 25px;
		font: 700 16px/1.3 "Lato-Bold", sans-serif;
	}
}
/* ------ */
.wba-btn-big * {
	box-sizing: border-box;
}
.wba-btn-big {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	max-width: 400px;
	padding: 19px 20px;
	border: 1px solid #242328;
}
.wba-btn-big *:nth-child(2) {
	flex: 0 0 100%;
	padding-left: 20px;
	padding-right: 27px;
}
.wba-btn-big .wba-btn__icon {
	flex: 0 0 27px;
	height: 27px;
	max-width: 27px;
	position: relative;
}
.wba-btn-big .wba-btn__icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.wba-btn-big .wba-btn__icon-wrap img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
	display: block;
}
.wba-btn-big .wba-btn__text {
	font: 400 18px/1.3 "Lato-Regular", sans-serif;
	color: #353535;
	flex: 0 0 100%;
	text-align: left;
}
@media (max-width: 600px) {
	.wba-btn-big {
		padding: 15px 25px;
	}
	.wba-btn-big .wba-btn__text {
		font: 700 18px/1.3 "Lato-Bold", sans-serif;
	}
	.wba-btn-big *:nth-child(2) {
		flex: 0 0 100%;
		padding-left: 15px;
		padding-right: 20px;
	}
	.wba-btn-big .wba-btn__icon {
		flex: 0 0 20px;
		height: 20px;
		max-width: 20px;
		position: relative;
	}
}
@media (max-width: 400px) {

    .details-swiper__wrapper {
        height: 320px;
    }
	.wba-btn-big {
		width: 100%;
	}
}
/* ------ */
/* ------ */
.wba-btn-mini * {
	box-sizing: border-box;
}
.wba-btn-mini {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	max-width: 400px;
	padding: 19px 20px;
	border: 1px solid #242328;
}
.wba-btn-mini *:nth-child(2) {
	flex: 0 0 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.wba-btn-mini .wba-btn__icon {
	flex: 0 0 27px;
	height: 27px;
	max-width: 27px;
	position: relative;
}
.wba-btn-mini .wba-btn__icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.wba-btn-mini .wba-btn__icon-wrap img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
	display: block;
}
.wba-btn-mini .wba-btn__text {
	font: 400 18px/1.3 "Lato-Regular", sans-serif;
	color: #353535;
	flex: 0 0 100%;
	text-align: left;
}
@media (max-width: 600px) {
	.wba-btn-mini {
		padding: 15px 25px;
	}
	.wba-btn-mini .wba-btn__text {
		font: 400 14px/1.3 "Lato-Regular", sans-serif;
	}
	.wba-btn-mini *:nth-child(2) {
		flex: 0 0 100%;
		padding-left: 15px;
		padding-right: 20px;
	}
	.wba-btn-mini .wba-btn__icon {
		flex: 0 0 20px;
		height: 20px;
		max-width: 20px;
		position: relative;
	}
}
@media (max-width: 400px) {
	.wba-btn-mini {
		width: 100%;
	}
	.wba-btn-location {
		width: 100%;
	}
	.wba-btn-mini .wba-btn__text {
		text-align: left;
	}
}
/* ------ */
/* ------ */
.wba-btn * {
	box-sizing: border-box;
}
.wba-btn {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	/*max-width: 500px;*/
	width: 340px;
	padding: 19px 20px;
	border: 1px solid #242328;
}
.wba-btn *:nth-child(2) {
	flex: 0 0 100%;
	padding-left: 20px;
	padding-right: 22px;
}
.wba-btn__icon {
	flex: 0 0 27px;
	height: 27px;
	max-width: 27px;
	position: relative;
}
.wba-btn__icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.wba-btn__icon-wrap img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
	display: block;
}
.wba-btn__text {
	font: 700 18px/1.3 "Lato-Bold", sans-serif;
	color: #353535;
	flex: 0 0 100%;
	text-align: left;
}
@media (max-width: 600px) {
	.wba-btn {
		padding: 15px 25px;
	}
	.wba-btn__text {
		font: 400 14px/1.3 "Lato-Regular", sans-serif;
	}
	.wba-btn *:nth-child(2) {
		flex: 0 0 100%;
		padding-left: 15px;
		padding-right: 20px;
	}
	.wba-btn__icon {
		flex: 0 0 20px;
		height: 20px;
		max-width: 20px;
		position: relative;
	}
}
@media (max-width: 400px) {
	.wba-btn {
		width: 100%;
	}

	.wba-btn__text {
		text-align: left;
	}
}
/* ------ */
.edutation-item_text-actions-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.edutation-item_text-actions-inner .btn_go-to {
	width: auto;
	max-width: 100%;
	margin: 40px 0 0 0;
}
@media (max-width: 1300px) {
	.edutation-item_text-actions-inner .btn_go-to {
		font-size: 12px;
		width: auto;
		max-width: 130px;
		height: 40px;
		padding: 0 55px 0 15px;
		line-height: 1.3;
		display: flex;
		align-items: center;
	}
	.edutation-item_text-actions-inner .btn_go-to:after {
		width: 40px;
		background-size: 25px 25px;
	}
}
@media (max-width: 768px) {
	.edutation-item_text-actions-inner .btn_go-to {
		font-size: 14px;
		max-width: 100%;
		line-height: 44px;
		display: block;
	}
}
/* ------ */
.wba-head-list * {
	box-sizing: border-box;
}
.wba-head-list {
	display: flex;
	box-sizing: border-box;
	margin: 0 -15px;
}
.wba-head-list__item {
	padding: 0 15px;
	display: flex;
	align-items: stretch;
}
.wba-head-list__item:nth-child(1) {
	flex: 1 0;
}
.wba-head-list__item:nth-child(2) {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}
.wba-head-list__item:nth-child(n + 3) {
	display: none;
}
@media (max-width: 1200px) {
	.wba-head-list__item:nth-child(2) {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 992px) {
	.wba-head-list {
		flex-direction: column;
	}
	.wba-head-list__item:nth-child(1) {
		flex: 0 0;
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}
	.wba-head-list__item:nth-child(2) {
		flex: 0 0;
		max-width: 100%;
		width: 100%;
	}
}
/* ------- */
.wba-cart * {
	box-sizing: border-box;
}
.wba-cart {
	width: 100%;
	border: 1px solid #a9a9a9;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.wba-cart__img-wrap {
	width: 100%;
	height: 380px;
	position: relative;
	flex: 0 0 380px;
}
.wba-cart__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wba-cart__img img {
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.wba-cart__body {
	padding: 25px 40px 40px 40px;
	flex: 1 0;
}
.wba-cart__body-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.wba-cart__body-title {
	flex: 0 0 60%;
	max-width: 60%;
	padding: 0 15px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.wba-cart__body-title > *,
.wba-cart__body-title a > * {
	margin: 0;
	font: 400 34px/1.2 "Lato-Regular", sans-serif;
	color: #2b2a31;
}
.wba-cart__body-category {
	flex: 0 0 40%;
	max-width: 40%;
	padding: 0 15px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.wba-cart__body-category > * {
	font: italic 500 16px/1.3 "Lato-Medium", sans-serif;
	color: #ba9865;
}
.wba-cart__body-subtitle {
	margin-top: 20px;
	flex: 0 0 70%;
	max-width: 600px;
	padding: 0 15px;
}
.wba-cart__body-subtitle > * {
	font: 400 18px/1.3 "Lato-Regular", sans-serif;
	color: #79787d;
}
.wba-cart__body-desc {
	margin-top: 40px;
	flex: 0 0 100%;
	padding: 0 15px;
}
.wba-cart__body-desc p {
	font: 400 18px/1.3 "Lato-Medium", sans-serif;
	color: #595761;
	margin: 0 0 10px 0;
}
.wba-cart__body-desc p:last-child {
	margin-bottom: 0px;
}

.wba-cart__footer {
	flex: 0 0;
	padding: 0 40px 20px 40px;
}
.wba-cart__footer-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.wba-cart__footer-data {
	flex: 0 0 50%;
	padding: 0 15px;
	display: flex;
	justify-content: flex-start;
}
.wba-cart__footer-data > * {
	font: 500 16px/1.3 "Lato-Medium", sans-serif;
	color: #787878;
}
.wba-cart__footer-location {
	flex: 0 0 50%;
	padding: 0 15px;
	display: flex;
	justify-content: flex-end;
}
.wba-cart__footer-location > * {
	font: 500 16px/1.3 "Lato-Medium", sans-serif;
	color: #787878;
}
@media (max-width: 1200px) {
	.wba-cart__body-title {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.wba-cart__body-category {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: flex-start;
		margin-top: 20px;
	}
	.wba-cart__body-subtitle {
		margin-top: 5px;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.wba-cart__img-wrap {
		height: 240px;
		flex: 0 0 240px;
	}
}
@media (max-width: 600px) {
	.wba-cart__body {
		padding: 25px 20px 20px 20px;
	}
	.wba-cart__footer {
		flex: 0 0;
		padding: 0 20px 20px 20px;
	}
	.wba-cart__body-desc {
		margin-top: 20px;
	}
	.wba-cart__body-subtitle {
		margin-top: 10px;
	}

	.wba-cart__body-title > *,
	.wba-cart__body-title a > * {
		font-size: 28px;
	}
	.wba-cart__body-category > * {
		font-size: 14px;
	}
	.wba-cart__body-subtitle > * {
		font-size: 16px;
	}
	.wba-cart__body-desc p {
		font-size: 14px;
	}

	.wba-cart__footer-wrap {
		display: flex;
		flex-wrap: unset;
		flex-direction: column;
		margin: 0;
	}
	.wba-cart__footer-data {
		flex: 0 0;
		width: 100%;
		padding: 0;
	}
	.wba-cart__footer-data > * {
		font-size: 14px;
	}
	.wba-cart__footer-location {
		margin-top: 5px;
		flex: 0 0;
		width: 100%;
		padding: 0;
		justify-content: flex-start;
	}
	.wba-cart__footer-location > * {
		font-size: 14px;
	}
}

/* ------- */

.wba-cart-long * {
	box-sizing: border-box;
}
.wba-cart-long {
	width: 100%;
	border: 1px solid #a9a9a9;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.wba-cart-long__img-wrap {
	width: 100%;
	height: 535px;
	position: relative;
	flex: 0 0 535px;
}
.wba-cart-long__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wba-cart-long__img img {
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.wba-cart-long__body {
	padding: 25px 40px 40px 40px;
	flex: 1 0;
}
.wba-cart-long__body-wrap {
	display: flex;
	flex-direction: column;
}
.wba-cart-long__body-title {
	flex: 0 0;
	width: 100%;
	margin-top: 20px;
}
.wba-cart-long__body-title > *,
.wba-cart-long__body-title a > * {
	margin: 0;
	font: 700 48px/1 "Lato-Bold", sans-serif;
	color: #242328;
}
.wba-cart-long__body-category {
	flex: 0 0;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 5px;
}
.wba-cart-long__body-category > * {
	font: italic 500 15px/1.3 "Lato-Medium", sans-serif;
	color: #ba9865;
}
.wba-cart-long__body-subtitle {
	flex: 0 0;
	width: 100%;
}
.wba-cart-long__body-subtitle > * {
	font: 400 16px/1.3 "Lato-Regular", sans-serif;
	color: #79787d;
}
@media (max-width: 768px) {
	.wba-cart-long__img-wrap {
		height: 320px;
		flex: 0 0 320px;
	}
}
@media (max-width: 600px) {
	.wba-cart-long__body {
		padding: 25px 20px 20px 20px;
	}
	.wba-cart-long__body-title > *,
	.wba-cart-long__body-title a > * {
		font-size: 32px;
	}
}

/* ------- */

.wba-middle-list * {
	box-sizing: border-box;
}
.wba-middle-list {
	margin-top: 30px;
	width: 100%;
}
.wba-middle-list__wrap {
	display: flex;
	margin: 0 -15px;
}
.wba-middle-list__squad {
	flex: 0 0 66.6666%;
	max-width: 66.6666%;
	padding: 0 15px;
}
.wba-middle-list__squad-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px -15px;
}
.wba-middle-list__squad-item {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
	display: flex;
	align-items: stretch;
}
.wba-middle-list__squad-item:nth-child(n + 5) {
	display: none;
}
.wba-middle-list__side {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding: 0 15px;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
}
.wba-middle-list__side-item {
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	width: 100%;
}
@media (max-width: 1200px) {
	.wba-middle-list__wrap {
		display: flex;
		flex-direction: column-reverse;
		margin: 0;
	}
	.wba-middle-list__squad {
		flex: 0 0;
		max-width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.wba-middle-list__side {
		flex: 0 0;
		max-width: 100%;
		padding: 0;
	}
}
@media (max-width: 600px) {
	.wba-middle-list__squad-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* ------- */

.wba-cart-middle * {
	box-sizing: border-box;
}
.wba-cart-middle {
	width: 100%;
	border: 1px solid #a9a9a9;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.wba-cart-middle__img-wrap {
	width: 100%;
	/*height: 280px;*/
	position: relative;
	/*flex: 0 0 280px;*/
}
.wba-cart-middle__img {
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	height: 100%;
}
.wba-cart-middle__img img {
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.wba-cart-middle__body {
	padding: 30px 20px 20px 20px;
	flex: 1 0;
}
.wba-cart-middle__body-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.wba-cart-middle__body-title {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
}
.wba-cart-middle__body-title > *,
.wba-cart-middle__body-title a > * {
	margin: 0;
	font: 400 18px/1.3 "Lato-Regular", sans-serif;
	color: #19181d;
}
.wba-cart-middle__body-category {
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
}
.wba-cart-middle__body-category > * {
	font: italic 400 15px/1.3 "Lato-Regular", sans-serif;
	color: #ba9865;
}
.wba-cart-middle__body-subtitle {
	width: 100%;
	text-align: center;
	margin: 0 0 15px 0;
	flex: 1 0;
}
.wba-cart-middle__body-subtitle > * {
	font: 400 17px/1.3 "Lato-Regular", sans-serif;
	color: #595761;
}
.wba-cart-middle__body-data {
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
}
.wba-cart-middle__body-data > * {
	font: 400 14px/1.3 "Lato-Medium", sans-serif;
	color: #787878;
}
.wba-cart-middle__body-location {
	width: 100%;
	text-align: center;
}
.wba-cart-middle__body-location > * {
	font: 400 13px/1.3 "Lato-Medium", sans-serif;
	color: #787878;
}
@media (max-width: 600px) {
	.wba-cart-middle__img-wrap {
		height: 220px;
		flex: 0 0 220px;
	}
	.wba-cart-middle__body-subtitle {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
		flex: 1 0;
	}
}

/* ------- */

.wba-cart-long * {
	box-sizing: border-box;
}
.wba-cart-long_bg.wba-cart-long {
	position: relative;
}
.wba-cart-long_bg.wba-cart-long:hover {
	text-decoration: none;
}
.wba-cart-long_bg.wba-cart-long:hover .wba-cart-long__body-title > * {
	text-decoration: underline;
}
.wba-cart-long_bg .wba-cart-long__img-wrap {
	width: 100%;
	height: 0px;
	flex: 0 0 0px;
	position: static;
}
.wba-cart-long_bg .wba-cart-long__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.wba-cart-long_bg .wba-cart-long__img img {
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.wba-cart-long_bg .wba-cart-long__img img:nth-child(2) {
	display: none;
}
.wba-cart-long_bg .wba-cart-long__body {
	padding: 50px 40px 140px 40px;
	flex: 1 0;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
}
.wba-cart-long_bg .wba-cart-long__body-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.wba-cart-long_bg .wba-cart-long__body-title {
	flex: 0 0;
	width: 100%;
	margin-top: 20px;
}
.wba-cart-long_bg .wba-cart-long__body-title > *,
.wba-cart-long_bg .wba-cart-long__body-title a > * {
	color: #fff;
}
.wba-cart-long_bg .wba-cart-long__body-category {
	flex: 0 0;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 5px;
}
.wba-cart-long_bg .wba-cart-long__body-category > * {
	font: italic 500 15px/1.3 "Lato-Medium", sans-serif;
	color: #fff;
}
.wba-cart-long_bg .wba-cart-long__body-data {
	flex: 0 0;
	width: 100%;
}
.wba-cart-long_bg .wba-cart-long__body-data > * {
	font: 400 14px/1.3 "Lato-Regular", sans-serif;
	color: #fff;
}
@media (max-width: 1200px) {
	.wba-cart-long_bg .wba-cart-long__img img:nth-child(1) {
		display: none;
	}
	.wba-cart-long_bg .wba-cart-long__img img:nth-child(2) {
		display: block;
	}
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
	.wba-cart-long_bg .wba-cart-long__body {
		padding: 25px 20px 70px 20px;
	}
	.wba-cart-long_bg .wba-cart-long__body-title > *,
	.wba-cart-long_bg .wba-cart-long__body-title a > * {
		font-size: 32px;
	}
}

/* ------- */

.wba-bottom-list * {
	box-sizing: border-box;
}
.wba-bottom-list {
	margin-top: 30px;
	width: 100%;
}
.wba-bottom-list__wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.wba-bottom-list__squad-item {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding: 0 15px;
	margin-bottom: 30px;
	display: flex;
	align-items: stretch;
}

@media (max-width: 1200px) {
	.wba-bottom-list__squad-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 600px) {
	.wba-bottom-list__squad-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* END WBA CORRECT */
/* ================*/

@media (max-width: 1600px) {
	header #menu {
		margin-left: 70px;
	}

	header .header__social-social a {
		font-size: 14px;
		font-weight: 100;
	}

	header .header__menu > li > a {
		font-size: 18px;
		line-height: 17px;
	}

	header .header-search input {
		max-width: 440px;
		height: 26px;
		font-size: 14px;
	}

	.section-goods-novelty .good-item__name {
		font-size: 16px;
		line-height: 17px;
	}

	.section-goods-novelty .good-item__author {
		font-size: 14px;
		line-height: 14px;
		margin-top: 1rem;
	}

	header .header__menu > li .sublist + a {
		padding-right: 18px;
	}
}

@media (max-width: 1366px) {
	.btn-square {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}
}

.section-promotion-events .promo-events-intro .section-title {
	line-height: 1;
}

@media (max-width: 1280px) {
	.section-promotion-events .promo-events-intro .section-title {
		font-size: 36px;

		line-height: 40px;
	}

	header #menu {
		margin-left: 50px;
	}

	header .header__menu > li > a {
		font-size: 16px;
	}

	header .header-search a {
		font-size: 16px;

		margin-left: 40px;
	}
}

.swiper-container {
	overflow: hidden;
}

.section-title {
	position: relative;
	padding-right: 120px;
	display: inline-block;
}

.section-title .btn-square,
.section-promotion-events .promo-events-intro .section-title .btn-square {
	bottom: 0;

	margin-bottom: 0;

	position: absolute;

	right: 0;

	top: 50%;

	margin-top: -40px;
}

@media (max-width: 1600px) {
	.section-title {
		padding-right: 70px;
	}

	.section-title .btn-square,
	.section-promotion-events .promo-events-intro .section-title .btn-square {
		margin-top: -25px;
	}
}

@media (max-width: 1366px) {
	.section-title .btn-square,
	.section-promotion-events .promo-events-intro .section-title .btn-square {
		margin-top: -20px;
	}
}

.section-title,
.section-promotion-events .promo-events-intro .section-title {
	font-size: 48px;

	line-height: 54px;
}

.section-goods-novelty .top-good .good-item__picture {
	margin-top: 4rem;
}

.section-goods-novelty .top-good .good-item__name {
	margin-top: 3rem;

	text-transform: none;

	font-size: 24px;
}

.section-goods-novelty .top-good .good-item__author {
	margin-top: 2rem;

	font-size: 18px;
}

.section-goods-novelty .top-good .good-item {
	padding: 3rem 8rem;
}

.section-promotion-events .promo-picture-container {
	height: 400px;
}

.section-promotion-events .promotion-events-slider .swiper-slide {
	height: 400px;
}

.section-goods-by-categories {
	margin-top: 4rem;
}

.section-goods-by-categories .section-title-wrapper {
	margin-bottom: 4rem;

	align-items: center;
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-slider .swiper-slide,
.section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container {
	height: 500px;
}

.section-goods-by-categories
	.goods-categories-wrapper
	.goods-categories-description-container
	.categories-description
	.slide-content__title {
	font-size: 24px;

	margin-bottom: 30px;
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-footer {
	margin-top: 40px;
}

.section-journal .journal-slider {
	margin-top: 4rem;
}

.section-journal .journal-slider .j-item .j-item-title,
.section-journal .journal-slider .swiper-slide[data-single] .j-item .j-item-title {
	font-size: 24px;

	line-height: 30px;
}

.section-collections {
	margin-top: 6rem;
}

.section-collections .section-title {
	height: 72px;

	margin-top: 4px;
}

@media (max-width: 1600px) {
	.section-collections .section-title {
		height: 50px;

		margin-top: 0px;
	}
}

@media (max-width: 1366px) {
	.section-collections .section-title {
		height: 40px;

		margin-top: 0px;
	}
}

.section-search-continuum {
	margin-top: 8rem;
}

.section-search-continuum .section-title {
	font-size: 28px;

	line-height: 1.3;

	margin-bottom: 0;
}

.section-search-continuum .search-block {
	margin-top: 0;
}

.find-container .find-block .find-form {
	margin-top: 0;
}

.find-container .find-block {
	padding: 4rem 4rem 4rem;
}

.subscribe-container .socnetworks span {
	font-size: 24px;

	font-size: 28px;

	line-height: 1.3;
}

.subscribe-container .socnetworks .socnetworks-icons a {
	/*height: 30px;*/
}

.subscribe-container .socnetworks .socnetworks-icons a img {
	/*max-height: 100%;*/

	max-height: 30px;
}

.subscribe-container .subscribe-form .section-title {
	font-size: 36px;

	font-size: 28px;

	line-height: 1.3;

	margin-bottom: 20px;
}

.subscribe-container .subscribe-form {
	margin-bottom: 30rem;
}

@media (max-width: 1600px) {
	.subscribe-container .subscribe-form {
		margin-bottom: 20rem;
	}
}

header .header__social--bg {
	background-color: #1d1c21;
}

.header__social {
	align-items: center;
}

.header__social-social a {
	font-weight: 400;
}

header .header__social-phone a {
	font-size: 14px;

	line-height: 1.3;

	font-family: "Lato-Regular";

	font-weight: 400;
}

.header__social-phone {
	align-items: center;
}

header .header-search input {
	font-size: 16px;

	line-height: 30px;

	background: #e2e2e2;

	border-color: #e2e2e2;

	width: 400px;
}

@media (max-width: 1199px) {
	header #menu {
		margin-left: 35px;
	}

	header .header__menu > li {
		margin: 0 10px;
	}

	header .header-search {
		margin-left: 12px;
	}

	header .header-search input {
		width: 280px;
	}

	header .nav__controls-item {
		font-size: 13px;
	}

	header .bx-basket .nav__controls-item--basket {
		min-width: 42px;
	}

	header .header__nav-logo a {
		min-width: 180px;
	}

	.header__nav-controls ul li {
		margin-left: 20px;
	}
}

.section-main .swiper-container .slide-content.slide-current .slide-content__title {
	font-size: 36px;

	line-height: 1.3;
}

.section-main .swiper-container .slide-content.slide-current p {
	font-size: 20px;

	line-height: 1.3;

	font-family: "Lato-Regular";
}

.section-goods-by-categories .section-title-wrapper p {
	max-width: 600px;
}

.section-promotion-events .promo-events-intro p,
.section-goods-by-categories .section-title-wrapper p,
.section-collections .collections-slider .collections-intro p {
	font-family: "Lato-Regular";

	font-weight: 400;

	font-size: 18px;

	line-height: 22px;

	color: #757373;
}

.section-collections .collections-slider {
	margin-top: 4rem;
}

.section-goods-by-categories
	.goods-categories-wrapper
	.goods-categories-description-container
	.categories-description
	.slide-content__title {
	margin: 0px 0px 14px;
}

.section-goods-by-categories
	.goods-categories-wrapper
	.goods-categories-description-container
	.categories-description
	.slide-content
	p {
	margin: 0 0 10px;

	font-family: "Lato-Regular";

	font-weight: 400;
}

.goods-categories-controls {
	padding: 0;

	margin: 0 -15px;
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-footer .goods-categories-controls > li {
	margin-right: 0;

	padding: 0px 15px;
}

.page-title {
	font-size: 42px;
	line-height: 1.3;
	margin-top: 10px;
}

.page-wide-nav {
	margin: 40px 0;
}

.page-title-container .breadcrumbs {
	margin-bottom: 0px;
}

.page-title-container .breadcrumbs li {
	font-size: 18px;

	line-height: 1.3;

	font-family: "Lato-Regular";

	font-weight: 400;

	margin: 5px 0 5px;
}

.page-title-container .breadcrumbs li a:after {
	font-size: 18px;
}

.page-wide-nav .pw-nav-left {
	width: 50%;

	padding-right: 0;

	position: relative;

	z-index: 2;
}

.page-wide-nav .pw-nav-left p {
	font-family: "Lato-Regular";

	font-weight: 400;

	margin: 0;

	margin-bottom: 10px;

	font-size: 19px;

	line-height: 1.3;
}

.page-wide-nav .pw-nav-left p:last-child {
	margin-bottom: 0;
}

.page-wide-nav .pw-nav a {
	height: unset;
}

.actions-list-items .action-item__title {
	background-color: #f4f4f3;

	color: #2e3133;
}

.section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container .btn-to-category {
	text-transform: none;

	font-size: 14px;

	border-width: 1px;

	padding-top: 10px;

	padding-bottom: 10px;
}

.section-action .action-desc .section-title {
	font-size: 48px;

	font-size: 44px;

	font-size: 38px;

	line-height: 1.3;

	padding-right: 0;
}

.section-action .action-desc p {
	font-family: "Lato-Regular";

	font-weight: 400;

	margin: 0 0 2rem;
}

.section-action .action-desc .date {
	font-size: 24px;

	line-height: 1.3;

	margin: 2rem 0 2rem;
}

.section-cards-slider .section-title {
	font-size: 36px;

	line-height: 1.3;
}

.goods-items-container .subscribe-banner-title {
	font-size: 24px;

	line-height: 1.3;
}

.subscribe-container .subscribe-block {
	padding-right: 8rem;
}

.subscribe-container .subscribe-cards .card {
	background-color: #fff;
}

.footer .footer-nav .footer-nav-column li:not(:first-child) a {
	font-family: "Lato-Regular";

	font-weight: 400;
}

.footer .footer-left p {
	font-family: "Lato-Regular";

	font-weight: 400;
}

.continuum-section._sec1 {
	z-index: 2;
}

.continuum-section._sec2 {
	z-index: 3;
}

.essays-page-top__watch {
	display: inline-block;
}

.essays-page-top__fav.favorites {
	padding-left: 50px;

	white-space: nowrap;

	margin-top: 20px;

	display: inline-block;
}

.essays-li__authors {
	flex-flow: column wrap;
}

.essays-li__slug {
	font-size: 16px;
	line-height: 1.3;
}

.essays-li__authors {
	padding-left: 0;
}

.essays-li__date,
.essays-li__slug {
	padding-left: 0;
	padding-right: 0px;
}

.essays-li__authors li {
	font-size: 16px;
	line-height: 32px;
}

header .header-mobile-search {
	display: none;
}

.footer .footer-nav .footer-nav-column li:first-child a:hover {
	text-decoration: none;
	cursor: auto;
}

.section-about * {
	box-sizing: border-box;
}

.tale__item-price .btn-to-basket {
	background-image: url(/local/templates/continuum/img/gi_basket_ico.svg);

	width: 20px;

	height: 22px;
}

.tale__item-price .btn-to-notepad {
	background-image: url(/local/templates/continuum/img/gi_notepad_ico.svg);

	width: 18px;

	height: 20px;

	margin-top: 1px;
}

.tale__item-price .btn-to-notepad.active {
	background-image: url(/local/templates/continuum/img/gi_notepad_ico_2-01.svg);
}

.tale__item-price .btn-to-notepad,
.tale__item-price .btn-to-basket {
	display: inline-block;

	border: none;

	background-color: transparent;

	text-decoration: none;

	margin: 0 4px;

	background-repeat: no-repeat;

	background-position: center;

	background-size: contain;
}

.catalog__page-image .sale_block {
	z-index: 1;
}

.tm-form input {
	box-sizing: border-box;
}

.tm-form .button {
	max-width: 285px;

	width: 100%;

	border: none;

	text-align: center;

	text-decoration: none;

	background: #313131;

	height: 70px;

	color: #fff;

	text-transform: uppercase;

	font-size: 16px;

	margin: 0 20px;

	font-family: "Lato-Medium";
}

header .header__nav-logo a {
	margin-left: -5px;
}

@media (max-width: 1600px) {
	.tm-form .button {
		height: 50px;

		max-width: 200px;

		font-size: 14px;

		margin: 0 12px;
	}
}

@media (max-width: 992px) {
	header .header-mobile-search {
		display: block;
		padding: 10px 0 10px;
	}

	header .header-mobile-search form {
		position: relative;
	}

	header .header-mobile-search form input {
		width: 100%;

		height: 30px;

		background: #e2e2e2;

		opacity: 0.7;

		border: 1px solid #e2e2e2;

		box-sizing: border-box;

		color: #000;

		font-size: 14px;

		font-family: "Lato-Regular";

		padding: 0 15px;
	}

	header .header-mobile-search form button {
		font-size: 14px;

		color: #000;

		border: none;

		background-color: transparent;

		background-image: none;

		background-repeat: no-repeat;

		background-size: 16px 16px;

		background-position: center;

		position: absolute;

		right: 0;

		top: 0;

		bottom: 0;

		width: 30px;

		margin-left: 0;

		padding-left: 0;
	}

	header .header__nav-controls ul li {
		margin-left: 0px;
	}

	header .nav__controls-item {
		width: 40px;
	}

	header .bx-basket .nav__controls-item--basket {
		min-width: 40px;
	}

	header .header__nav-controls {
		margin-right: 0px;
	}

	.header__nav-menu--continuum {
		padding-left: 54px !important;

		padding-right: 20px !important;

		background-position: left 30px center;
	}
}

@media (max-width: 767px) {
	.section-main .swiper-container .slide-content.slide-current .slide-content__title {
		font-size: 24px;
	}

	.section-main .swiper-container .slide-content.slide-current p {
		font-size: 18px;
	}

	.section-title,
	.section-promotion-events .promo-events-intro .section-title {
		max-width: unset;

		font-size: 26px;

		line-height: 40px;
	}

	.section-action .action-desc .section-title {
		font-size: 26px;

		line-height: 1.3;
	}

	.section-promotion-events .promotion-events-slider .swiper-slide {
		height: 300px;
	}

	.section-goods-by-categories .goods-categories-wrapper .goods-categories-footer {
		margin-top: 0;
	}

	.section-goods-by-categories .goods-categories-wrapper .goods-categories-description-container {
		height: 330px;
	}

	.section-search-continuum .section-title {
		font-size: 18px;
	}

	.section-search-continuum .btn_go-to {
		font-size: 14px;

		width: 275px;

		height: 40px;

		padding: 0 40px 0 15px;

		line-height: 37px;
	}

	.section-search-continuum .btn_go-to:after {
		width: 40px;

		background-size: 25px 25px;
	}

	.subscribe-container .subscribe-form .section-title {
		font-size: 24px;

		margin-bottom: 0;
	}

	.subscribe-container .subscribe-form {
		margin-bottom: 0;
	}

	.subscribe-container .subscribe-block {
		padding-right: 0;
	}

	.section-goods-by-categories .goods-categories-wrapper .goods-categories-footer .goods-categories-controls {
		margin-bottom: 0;

		margin-top: 0;
	}

	.section-goods-by-categories .section-title-wrapper {
		margin-bottom: 2rem;
	}

	.page-title-container .breadcrumbs {
		margin-bottom: 20px;
	}

	.page-title-container .breadcrumbs li {
		margin: 0;

		font-size: 14px;
	}

	.page-title-container .breadcrumbs li a:after {
		font-size: 14px;
	}

	.page-title {
		font-size: 26px;

		margin: 0;
	}

	.page-wide-nav {
		margin-top: 20px;
	}

	.page-wide-nav .pw-nav-left {
		width: 100%;

		padding-top: 0;

		padding-bottom: 0;

		padding-right: 2rem;
	}

	.section-journal .journal-slider .swiper-slide .j-item .j-item-title {
		font-size: 18px !important;

		line-height: 1.3 !important;
	}

	header .header__nav {
		align-items: center;
	}

	.tm-form .button {
		max-width: 100%;
		margin: 0;
		width: 100%;
	}

	header .header__nav-logo a {
		min-width: 120px;

		width: 180px;

		margin-left: -5px;
	}

	header .pushy .header__nav-logo a {
		width: 225px;

		padding-right: 25px;

		padding-left: 20px;

		padding-bottom: 0;
	}

	header .header__nav-logo a img {
		max-width: 100%;
	}
}

@media (min-width: 330px) and (max-width: 559px) {
	.goods-items-container .goods-items .good-item {
		width: 46% !important;

		min-width: auto !important;
	}

	.goods-items-container .goods-items .good-item {
		margin-right: 5px;

		margin-left: 5px;

		margin-bottom: 10px;

		padding: 12px;
	}

	.goods-items-container .goods-items .good-item-bottom {
		flex-direction: column;
	}

	.goods-items-container .goods-items .good-item-bottom .good-item-buttons {
		margin-top: 15px;
	}

	.goods-items-container .goods-items-container .goods-items {
		margin-left: -5px;

		margin-right: -5px;
	}

	.goods-items-container .goods-items .good-item__name {
		font-size: 14px;

		line-height: 1.3;

		margin-top: 1rem;
	}

	.goods-items-container .goods-items .good-item__picture {
		margin-top: 1rem;
	}

	.goods-items-container .goods-items .good-item__author {
		margin-top: 1rem;
	}

	.goods-items-container .goods-items .good-item-bottom .good-item-prices .old-price {
		font-size: 14px;
	}

	.goods-items-container .goods-items .good-item-bottom .good-item-prices {
		padding-bottom: 25px;
	}
}

.podborki-list-wrap {
	padding: 0 0 0 35px;
}

.podborki-list-wrap .collections-list-items .collection-item {
	width: calc(100% / 4 - 50px);
}

.podborki-list-wrap .collections-list-items .collection-item__picture {
	width: 100%;

	height: auto;
}

.podborki-list-wrap .collections-list-items .collection-item__title {
	width: auto;
}

.podborki-list-wrap .collections-list-items .collection-item__more {
	width: auto;
}

@media (max-width: 1399px) {
	.podborki-list-wrap {
		padding-left: 15px;
	}

	.podborki-list-wrap .collections-list-items .collection-item {
		width: calc(100% / 3 - 50px);
	}

	.podborki-list-wrap .collections-list-items {
		margin-right: -50px;
	}
}

@media (max-width: 992px) {
	.podborki-list-wrap {
		padding: 15px 0 0;
	}

	.podborki-list-wrap .collections-list-items {
		margin-right: -30px;
	}

	.podborki-list-wrap .collections-list-items .collection-item {
		width: calc(100% / 3 - 30px);
	}
}

@media (max-width: 767px) {
	.podborki-list-wrap .collections-list-items {
		margin-right: -20px;
	}

	.podborki-list-wrap .collections-list-items .collection-item {
		width: calc(100% / 2 - 20px);

		margin-right: 20px;
	}
}

@media (max-width: 499px) {
	.podborki-list-wrap .collections-list-items {
		margin-right: 0px;
	}

	.podborki-list-wrap .collections-list-items .collection-item {
		width: 100%;

		margin-right: 0px;
	}

	.nicemenu {
		max-width: none;
	}
}

.daterangepicker {
	font-family: "Lato-Regular";
}

.daterangepicker .drp-calendar {
	max-width: 310px;
}

.daterangepicker .calendar-table thead th {
	font-size: 11px;

	color: rgba(60, 60, 67, 0.3);

	font-weight: 400;
}

.daterangepicker .calendar-table thead th.month {
	font-size: 16px;

	color: #3b3939;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
	height: 34px;

	border: none;

	width: 34px;

	padding: 4px;

	font-size: 16px;

	line-height: 34px;

	color: #535151;

	border-radius: 50%;
}

.daterangepicker .calendar-table th:hover,
.daterangepicker .calendar-table td:hover {
	color: #ba9865;

	background: transparent;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.in-range.end-date,
.daterangepicker td.in-range.end-date:hover {
	background: #ba9865;

	color: #fff;

	border-radius: 50%;
}

.daterangepicker td.start-date.end-date {
	border-radius: 50%;
}

.daterangepicker td.in-range {
	color: #ba9865;

	background-color: transparent;
}

.daterangepicker .calendar-table th.off, .daterangepicker .calendar-table td.off {
	opacity: 0;
}

@media (max-width: 767px) {
	.daterangepicker {
		width: calc(100vw - 40px);
	}
}




.swiper-button-next, .swiper-button-prev {
	border: none;
	outline: none;
}


.wba-cart-middle {
	text-decoration: none;
}

.wba-cart-middle {
	text-decoration: none;
}


a.wba-cart-middle {
	text-decoration: none;
}

a.wba-cart-middle:hover {
	text-decoration: none;
}



.wba-head-list__item {
	text-decoration: none;
}

.wba-head-list__item {
	text-decoration: none;
}


a.wba-head-list__item {
	text-decoration: none;
}

a.wba-head-list__item:hover {
	text-decoration: none;
}







.spa_product_soc {
	display: flex;
	margin-top: 30px;
}
.spa_product_soc_title {
	font: 16px/1.3 "MuseoSansCyrl-300";
	color: #5c5a54;
	width: 100px;
	margin-right: 20px;
	flex: 0 0 100px;
}
.spa_product_soc_icons {
	flex: 1 0;
	margin: 20px 0 0;
}
.spa_product_soc_icons .ya-share2__icon {
	filter: contrast(0);
	background-size: 38px !important;
	width: 38px !important;
	height: 38px !important;
}

@media (max-width: 992px) {
	.spa_product_soc {
		flex-direction: column;
	}
	.spa_product_soc_title {
		width: 100%;
		margin-right: 0;
		flex: 0 0;
		margin-bottom: 10px;
	}
}




a.wba-cart-middle:hover {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	transition: all 0.5s ease 0s;

}

.wba-cart:hover {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	transition: all 0.5s ease 0s;
}

.wba-cart-long:hover {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	transition: all 0.5s ease 0s;
}


a.education-list_item-inner *, a.education-list_item-inner:hover * {
	text-decoration:none;
}

a.education-list_item-inner, a.education-list_item-inner:hover {
	text-decoration:none;
}

.education-list_item-inner {
	display: block;

}

.education-list_item-inner:hover {
	-webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
	transition: all 0.5s ease 0s;

}




/*
     */
/*
*/