

.shopModule {
	background: #fff !important;
}

.shopModule .xdget-training {
	background: #F4F4F4 !important;
	border-radius: 40px;
}

.shopModule .shop-header {
	margin-bottom: 50px;
}

.shopModule .shop-header .xdget-row.row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.shopModule .shop-header .shop-title {
	font-size: 44px;
	font-family: 'DrukWideCyr', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

/* Balance */
.shopModule .shop-balance {
	display: flex;
	align-items: center;
	width: fit-content;
	border-bottom: 2px solid #262626;
	margin-left: auto;
}

.shopModule .shop-balance h3 {
	font-size: 22px;
	font-weight: 500;
	font-family: 'TTFirsNeue', sans-serif !important;
	line-height: initial;
	margin-right: 16px;
}

.shopModule .shop-balance .balance-value {
	font-size: 22px;
	margin-right: 6px;
	font-family: 'DrukWideCyr', sans-serif;
	font-weight: 700;
}
/* =============== */


/* Shop Content */
.shopModule .shop-content {
	display: flex;
	flex-wrap: wrap;
}

.shopModule .shop-content .shop-item {
	width: 33.3%;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 68px;
}

.shopModule .shop-content .shop-item .item-image img {
	width: 100%;
/*	height: 306px;*/
	object-fit: cover;
    outline: 2px solid rgba(0, 0, 0, 0.19);
    outline-offset: -2px;
	border-radius: 10px;
}

.shopModule .shop-content .shop-item .shop-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}

.shopModule .shop-content .shop-item .shop-info .price-wrap {
	display: flex;
	align-items: center;
}

.shopModule .shop-content .shop-item .shop-info .price-wrap .price {
	font-size: 22px;
	font-weight: 700;
	margin-right: 6px;
	font-family: 'DrukWideCyr', sans-serif;
	font-weight: 700;
}

.shopModule .shop-content .shop-item .shop-info .html-content > a {
	background: #262626;
	font-size: 22px;
	font-family: 'TTFirsNeue', sans-serif;
	padding: 6px 26px;
	color: #fff;
	text-decoration: none;
}

.shopModule .shop-content .shop-item .shop-info a:hover {
	text-decoration: none;
}

.shop-value-option-panel {
    position: relative;
    background: #9bad35;
}


.shop-item-option-panel {
    position: relative;
	background: #e5ff54;
}

.shop-item-option-panel::after {
	content: " ТОВАР";
	font-size: 14px;
}

@media screen and (max-width: 1370px) {
	.shopModule .shop-content .shop-item .shop-info .price-wrap .price {
		font-size: 16px;
	}
}

@media screen and (max-width: 992px) {
	.shopModule .shop-content .shop-item {
		width: 50%;
	}

	.shopModule .shop-header .shop-title {
		font-size: 32px;
	}

	.shopModule .shop-balance {
		margin-left: 0;
    	margin-top: 40px;
	}
}

@media screen and (max-width: 620px) {
	.shopModule .shop-content .shop-item {
		width: 100%;
	}

	.shopModule .xdget-training {
		border-radius: 20px;
	}

	.shopModule .shop-header .shop-title {
		font-size: 32px;
	}
}
/* =============== */


/* Shop Info Content */
.shopModule.shopMainPage .xdget-training {
	padding-left: 0;
	padding-right: 0;
}

.shopModule.shopMainPage .shop-header {
	padding-left: 50px;
	padding-right: 50px;
}

.shopModule .shop-page-info .shop-infoContent {
	display: flex;
	flex-wrap: wrap;
} 

.shopModule .shop-page-info  .shop-infoContent .shop-infoCard {
	width: calc(100% / 4);
	min-height: 270px;
	padding: 32px 58px;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.shopModule .shop-page-info  .shop-infoContent .shop-infoCard:not(:nth-child(4n+4)) {
	border-right: 1px solid #000;
}

.shopModule .shop-page-info  .shop-infoContent .shop-infoCard .price-header {
	display: flex;
	align-items: center;
}

.shopModule .shop-page-info  .shop-infoContent .shop-infoCard .price-header .price {
	font-size: 32px;
    font-family: 'DrukWideCyr', sans-serif;
    font-weight: 700;
	margin-right: 12px;
}

.shopModule .shop-page-info  .shop-infoContent .shop-infoCard .price-info {
	margin-top: 120px;
}

.shopModule .shop-page-info  .shop-infoContent .shop-infoCard .price-info h4 {
	margin: 0;
	font-size: 22px;
	font-family: 'TTFirsNeue', sans-serif;
	font-weight: 500;
}

.shopModule .shop-page-info  .shop-infoContent .shop-infoCard.link {
	background: #E5FF54;
	padding: 28px 80px;
}

.shopModule .shop-page-info  .shop-infoContent .shop-infoCard.link .image-wrap img {
	width: 100%;
	border: 1px solid #000;
	border-radius: 10px;
}

.shopModule .shop-page-info  .shop-infoContent .shop-infoCard.link .btn-wrap {
	margin-top: auto;
}

.shopModule .shop-page-info  .shop-infoContent .shop-infoCard.link .btn-wrap .html-content a {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #262626;
    color: #fff;
    font-size: 22px;
    font-family: 'TTFirsNeue', sans-serif;
    padding: 6px;
}

.shopModule .shop-page-info .shop-infoContent .shop-infoCard.link .btn-wrap .html-content a:hover {
	text-decoration: none;
}

.shopModule .shop-page-info .how-to-get {
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 56px 58px;
    display: flex;
    flex-wrap: wrap;
}

.shopModule .shop-page-info .how-to-get .title {
	font-size: 32px;
	font-family: 'DrukWideCyr', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
    width: 40%;
    padding-right: 20px;
}

.shopModule .shop-page-info .how-to-get .info-wrap {
	width: 60%;
}

.shopModule .shop-page-info .how-to-get .info-wrap .info .html-content p {
	font-size: 22px;
	font-family: 'TTFirsNeue', sans-serif;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px;
}

.shopModule .shop-page-info .how-to-get .info-wrap .info .html-content a {
	font-size: 16px;
    background: #E5FF54;
    border-radius: 26px;
    padding: 3px 10px;
    color: #181818;
    font-family: 'TTFirsNeue', sans-serif;
    font-weight: 500;
}

.shopModule .shop-page-info .how-to-get .info-wrap .info .html-content a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1640px) {
	.shopModule.shopMainPage .shop-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.shopModule .shop-page-info .how-to-get {
		padding: 50px 22px;
	}

	.shopModule .shop-page-info .shop-infoContent .shop-infoCard {
		padding: 32px 22px;
		min-height: 210px;
	}

	.shopModule .shop-page-info .shop-infoContent .shop-infoCard.link {
		padding: 14px;
	}

	.shopModule .shop-page-info .shop-infoContent .shop-infoCard .price-header .price {
		font-size: 22px;
	}

	.shopModule .shop-page-info .shop-infoContent .shop-infoCard .price-info {
	    margin-top: 80px;
	}

	.shopModule .shop-page-info .shop-infoContent .shop-infoCard .price-info h4 {
		font-size: 16px;
	}

	.shopModule .shop-page-info .shop-infoContent .shop-infoCard.link .btn-wrap .html-content a {
		font-size: 14px;
	}
}

@media screen and (max-width: 1370px) {
	.shopModule .shop-page-info .how-to-get .info-wrap .info .html-content p {
		font-size: 18px;
	}
}

@media screen and (max-width: 992px) {
	.shopModule.shopMainPage .shop-header {
		padding-left: 10px;
		padding-right: 10px;
	}

	.shopModule .shop-page-info  .shop-infoContent .shop-infoCard {
		width: calc(100% / 2);
		border: 1px solid #000;
	}

	.shopModule .shop-page-info .how-to-get .title {
		font-size: 26px;
	}

	.shopModule .shop-header .xdget-row.row {
		flex-direction: column;
		align-items: initial;
	}

	.shopModule .shop-page-info .how-to-get {
		flex-direction: column;
	}

	.shopModule .shop-page-info .how-to-get .title {
		width: 100%;
		margin-bottom: 30px;
	}

	.shopModule .shop-page-info .how-to-get .info-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 620px) {
	.shopModule .shop-page-info .how-to-get {
		border: 1px solid #000;
	}

	.shopModule .shop-page-info  .shop-infoContent .shop-infoCard {
		width: 100%;
		min-height: 180px;
		border: 1px solid #000;
		padding: 32px;
	}

	.shopModule .shop-page-info  .shop-infoContent .shop-infoCard .price-header .price {
		font-size: 28px;
	}

	.shopModule .shop-page-info  .shop-infoContent .shop-infoCard .price-info {
	    margin-top: auto;
	}

	.shopModule .shop-page-info  .shop-infoContent .shop-infoCard .price-info h4 {
		font-size: 18px;
	}

	.shopModule .shop-page-info  .shop-infoContent .shop-infoCard.link {
		padding: 32px;
	}

	.shopModule.shop-page-info  .shop-infoContent .shop-infoCard.link .btn-wrap .html-content a {
		font-size: 18px;
	}

	.shopModule .shop-page-info  .shop-infoContent .shop-infoCard.link .image-wrap img {
		margin-bottom: 14px;
	}

}

/* =============== */
