.card {
	border: 0;
	border-radius: 0;
	height: 100%;
	position: relative;
	z-index: 10;
}

.card-img {
	width: auto !important;
	text-align: center;
	margin: 0 auto 20px;
}
.col-modules .card-product .card-img,
.help-main .card-product .card-img{
	max-width: 100px;
	margin:20px auto 50px
}
.card-img.video-tutorials {

	margin: 0 0 20px;
}
.card-img.video-tutorials .video-container{
	height:230px;
	padding: 0 1px;
	display: none;
}
.card-img.video-tutorials.loaded .video-container{
	display: block;

}
.card-img.video-tutorials.loaded .video-container.loaded {
	padding: 0;
}
.loader-container {
	position: relative;
	float: left;
	width: 100%;
	height: 230px;
}
.loaded .loader-container{
	display: none;
}
.loader-container .loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.square-rotate-3d .loader {
	width: 100px;
	height: 100px;
}
.square-rotate-3d .loader .square {
	margin-top: 25%;
	margin-left: 25%;
	width: 50%;
	height: 50%;
	background-color: #2c77d2;
	animation: squareRotate3d 2s infinite ease-in-out;
}

@keyframes squareRotate3d {
	25% {
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}
	50% {
		transform: perspective(100px) rotateX(180deg) rotateY(-180deg);
	}
	75% {
		transform: perspective(100px) rotateX(0) rotateY(-180deg);
	}
	100% {
		transform: perspective(100px) rotateX(0) rotateY(0);
	}
}
.card-product .card-img {
	width: auto !important;
	margin: 20px auto 20px;
}

.card-border {
	border: 2px solid #22baf0;
}

.card-header {
	padding: 35px 20px 0;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 0;
}
@media (max-width:1400px){
	.card-header {
		padding: 35px 9px 0;
	}
}


.card-header:first-child {
	border-radius: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 13px;
}

.card-border .card-body {
	padding: 35px 30px;
}

.card-footer {
	border-radius: 0;
	padding: 0;
	border: 0;
}

.card-footer:last-child {
	border-radius: 0;
}

.card-license {
	background: linear-gradient(
		180deg,
		#45b2ff -2.43%,
		#11a5d6 100.17%,
		rgba(255, 255, 255, 0) 100.18%
	);
	color: #fff;
	text-align: center;
}

.card-license .card-body {
	padding: 15px 30px 35px;
}

.card-license:hover {
	border: 0;
	box-shadow: 0px 0px 0px 3px #fff inset;
}

.card-license::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("/local/templates/europe/assets/img/card-lic.svg") no-repeat right 0;
}

.card-license:hover::before {
	top: 0;
	right: 0;
	background: url("/local/templates/europe/assets/img/card-lic.svg") no-repeat right 0;
}

.card-product {
	background: #fff;
	text-align: center;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2c77d2;
	color: #000000;
	border: 0;
	display: grid;
	grid-template-rows: min-content 1fr min-content;
	transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
	-webkit-transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
	-moz-transform: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-product:hover {
	box-shadow: 0 0 0 0px #fff, 0 0 0 4px #2c77d2;
	/*box-shadow: 0 0 0 3px #2c77d2, 0 0 0 0px #fff;*/
	/* border: 3px solid #2C77D2; */
}

.card-product.no-hover:hover {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2c77d2;
}

.card-basket {
	background: #fff;
	text-align: center;
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #b7b7b7;
	color: #000000;
	border: 0;
	display: grid;
  gap:40px;
	grid-template-rows: min-content 1fr min-content;
}

.card-basket.active {
	box-shadow: 0 0 0 4px #0eb5cd, 0 0 0 0px #fff;
}

.card-product .card-footer {
	padding: 15px 20px;
}



.card-product .card-body {
	margin: -2px;
	position: relative;
	padding: 30px 20px;
}

.card-body a {
	color: #2c77d2;
	text-decoration: none;
	position: relative;
	z-index: 2;
}

.card-body a:hover {
	color: #2c77d2;
	text-decoration: underline;
}
.card-product::before {
	content: "";
	width: 29px;
	height: 29px;
	background: url(/local/templates/.default/assets/img/corner.svg) #fff;
	background-size: contain;
	position: absolute;
	top: -4px;
	right: -4px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-moz-transform: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-product:hover::before {
	/*top: -3px;*/
	/*right: -3px;*/
	/*background: url("/local/templates/europe/assets/img/card-product-hover.svg") no-repeat right 0 #fff;*/
}

.card-product .card-footer {
	background: #2c77d2;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	margin: -2px;
	position: relative;
}

.card-product .card-footer a {
	color: #fff;
	text-decoration: underline;
	font-size: 18px;
	line-height: 25px;
}

.card-product .card-footer a:hover {
	color: #fff;
	text-decoration: none;
}

.card-product .card-footer span {
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 29px;
}

.card__title {
	color: #fff;
	text-align: center;
}

.because .card__title {
	color: #000;
}

.card-license .card__title {
	margin-bottom: 25px;
}

.card-product .card__title {
	color: #000000;
	margin-bottom: 0;
	text-align: center;
}
.col-modules .card__title{

	display: flex;

	justify-content: center;
}
.card-basket .card__title {
	color: #000000;
	margin-bottom: 0;
	text-align: center;
}

.card-basket .card__title span {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #b1b1b1;
	display: block;
	margin-bottom: 5px;
}

.card-body-img {
	margin-top: 0;
	margin-bottom: 60px;
}

.card-product .card-link {
	color: #000000;
}

.card-product a.card-link:hover {
	color: #000000;
}

.card__title span {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}

.card__img {
	max-width: 100%;
	margin-bottom: 25px;
}

.card__text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}

.card-license .card__text {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
}

.card-product .card__text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
}

.card-product .card-body p {
	margin-bottom: 10px;
}

.card-product .card-body p:last-of-type {
	margin-bottom: 0;
}

.card-link {
	color: #fff;
	text-decoration: none;
}
a.card-link:hover {
	color: #fff;
	text-decoration: none;
}

.card-link::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.card-table {
	margin: -3px;
}

.card-table .table {
	margin-bottom: 0;
	color: #000;
	border: 0;
	border-left: 0;
	border-right: 0;
}

.card-table .table td {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #979797;
	border-left: 0;
	border-right: 0;
}

.card-table .table td.border-right {
	border-right: 1px solid #979797;
}

.card-table .table td.border-left {
	border-left: 1px solid #979797;
}

.card-table .table td b {
	font-size: 14px;
}

.card-table.main-module .table td {
	padding: 10px;
}

.card-table.main-module .table td b {
	font-size: 18px;
}

@media (max-width: 1200px) {
	.card-header {
		padding: 35px 15px 0;
		min-height: auto;
	}

	.card__img {
		margin-bottom: 0;
	}

	.card-license .card__img img {
		width: 40%;
	}

	.card-product .card-footer {
		padding: 15px 15px;
	}

	.card-license .card-body {
		padding: 15px 15px 35px;
	}
}
@media (min-width: 993px) {
	.card-product .card-img {
		margin: 40px auto 40px;
	}
}
