/*.•* - CART - *•.*/
.woocommerce:first-child,
.order_review__left {
	width: 60%;
	position: sticky;
	height: 100%;
	top: 20px;
}
.woocommerce:last-child,
.order_review__right {
	width: 40%;
	position: sticky;
	top: 20px;
	height: 100%;	
}
.woocommerce-order-received .woocommerce:first-child {
	width: 100%;
	position: relative;
	top: 0;
}
.empty-cart .woocommerce:last-child {
	width: 100%;
}
.empty-cart .woocommerce:first-child {
	display: none;
}
.cart-empty.woocommerce-info {
	display: none;
}
.pay-action .woocommerce:last-child,
.pay-action .woocommerce:first-child,
.woocommerce-order-pay .woocommerce:last-child,
.woocommerce-order-pay .woocommerce:first-child {
	width: 100%;
}
.woocommerce-order-received.empty-cart .woocommerce:first-child,
.woocommerce-order-pay.empty-cart .woocommerce:first-child {
	display: block;
}
.woocommerce-table--custom-fields {
	display: none !important;
}
@media screen and (max-width:1024px) {
	.checkout .woocommerce:first-child,
	.checkout .woocommerce:last-child,
	.order_review__left,
	.order_review__right {
		width: 100%;
		position: relative;
		top: 0;
	}
}
.restore-item {
	display: none;
}

/*.•* - GLOBAL - *•.*/
.checkout-container.magic-container {
	padding-bottom: 0;
	padding-top: 0;
}
.checkout.magic-container {
/*
	padding-top: 0;
	padding-bottom: 0;
*/
}
.checkout-title {
	font-size: 50px;
	line-height: 59px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #393939;
	margin-bottom: 32px;
}

/*.•* - PROMO BLOCK - *•.*/

.promo-block {
	margin-bottom: 30px;
}
.promo-block__image {
	display: flex;
	object-fit: contain;
	width: 100%;
	height: auto;
}
.promo-block__image-mob {
	display: none;
	object-fit: contain;
	width: 100%;
	height: auto;
}
.promo-discount {
    background-color: #f2f2f2;
    padding: 20px;
    font-size: 16px;
    line-height: 1.4;
	margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width:650px) {
	.promo-block__image {
		display: none;
	}
	.promo-block__image-mob {
		display: flex;
	}
}


/*.•* - ENTER - *•.*/
.checkout-enter {
	position: relative;
	max-width: 650px;
	margin: auto;
	border: 0px #cfcfcf solid;
	padding: 30px 50px;
}
.checkout-enter:hover {
	box-shadow: 0px 0px 20px #0000002e;
	border-color: transparent;
}
.checkout-enter__title {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	background-color: #f7f7f7;
	padding: 10px 5px;
}
.checkout-enter__tabs {
	display: flex;
	justify-content: center;
	border-bottom: 1px #d7d7d7 solid;
}
.checkout-enter__tabs--item {
	font-size: 14px;
	padding: 20px 0;
	line-height: 16px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #131313;	
	width: 100%;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.checkout-enter__tabs--item.active::before {
	content: '';
	background-color: #131313;
	height: 3px;
	border-radius: 3px;
	width: 100%;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.checkout-enter__forms {
	margin-top: 40px;
}
.checkout-enter__forms form {
	display: none;
}
.checkout-enter__forms form.active {
	display: flex;
}
@media screen and (max-width:768px) {
	.checkout-enter {
		padding: 30px 0;
		max-width: 100%;
		border-bottom: 1px #cfcfcf solid;
		margin-bottom: 50px;
	}
	.checkout-enter:hover {
		box-shadow: none;
	}
}

.checkout-steps-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 55px;
}
.checkout-steps-nav__item {
	position: relative;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #9c9c9c;
	display: flex;
	align-items: center;
/*	width: 33.333%;*/
	width: auto;
	justify-content: center;
	cursor: pointer;
}
.checkout-steps-nav__item.first {
	justify-content: flex-start;
}
.checkout-steps-nav__item.last {
	justify-content: flex-end;
}
.checkout-steps-nav__item::before {
	content: '';
	position: absolute;
}
.checkout-steps-nav__item.active,
.checkout-steps-nav__item.passed {
	color: #393939;
}
.checkout-steps-nav__item_number {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px #9c9c9c solid;
	font-size: 24px;
/*	line-height: 28px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 16px;
/* 	padding-bottom: 5px; */
	flex:none;
}
.checkout-steps-nav__item.active .checkout-steps-nav__item_number,
.checkout-steps-nav__item.passed .checkout-steps-nav__item_number {
	border-color: #393939;
}
.checkout-steps-nav__item_label {
	
}
.checkout-steps-nav__item_separate {
	width: 10%;
	height: 1px;
	background-color: #9c9c9c;
	margin: 0 1%;
}
.checkout-steps-nav__item_separate.last {
	right: -38%;
	left: auto;
}
.checkout-step {
	display: none;
	flex-direction: column;
	align-items: center;
}
.checkout-step.active {
	display: flex;
}
.checkout-step .magic-button {
	margin-top: 50px;
}
.checkout-step .woocommerce-privacy-policy-text,
.checkout-step .woocommerce-presale-text {
	background-color: #f5f5f5;
	padding: 0 20px;
}
.checkout-step .woocommerce-privacy-policy-text > p,
.checkout-step .woocommerce-privacy-policy-link,
.checkout-step .woocommerce-terms-and-conditions-wrapper, 
.checkout-step .woocommerce-terms-and-conditions-link {
	font-size: 14px;
}
.checkout-step .woocommerce-presale-text {
	margin-bottom: 20px;
	margin-top: -10px;	
}
.checkout-step .woocommerce-presale-text > p {
	font-size: 18px;
	font-weight: 500;
}
.woocommerce-terms-and-conditions-checkbox-text {
	line-height: normal;
}
.checkout-step .woocommerce-form__label-for-checkbox {
	position: relative;
	display: flex;
	align-items: center;
}
.checkout-step .woocommerce-form__label-for-checkbox::before {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px #393939 solid;
	margin-right: 10px;
	cursor: pointer;
	flex:none;
}
.checkout-step .woocommerce-form__input-checkbox:checked +label::after {
	content: '\e906';
	font-family: 'Magic';
	position: absolute;
	left: 2px;
	font-size: 13px;
	cursor: pointer;
}
.checkout-step .woocommerce-form__input-checkbox {
	display: none;
}
/*
.checkout-step__title {
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #393939;
	margin-bottom: 40px;
}
*/

.woocommerce-order-received .site-footer {
	padding-top: 52px;
}
.woocommerce-order-received .site-footer::before {
	top:0;
}
@media screen and (max-width: 1024px) {
	.checkout-title {
		text-align: center;
	}
	.woocommerce-order-pay.empty-cart .products-cart,
	.products-cart {
		max-width: 100%;
		margin-right: auto;
		margin-bottom: 50px;
	}
	.cart-table.shop_table {
		display: flex;
		overflow-x: scroll;
		flex-direction: row !important;
	}
	.products-cart__item {
		max-width: 320px;
		margin-right: 30px;
		flex: 1 0 auto;
	}
	.products-totals {
		max-width: 100%;
	}
}
@media screen and (max-width:650px) {
	.checkout-title {
		font-size: 40px;
		line-height: 49px;
	}
	.checkout-steps-nav__item_number {
  		width: 40px;
  		height: 40px;
		font-size: 20px;
	}
	.checkout-steps-nav__item {
  		font-size: 16px;
  		line-height: 18px;
	}
}
@media screen and (max-width:550px) {
	.checkout-title {
		font-size: 30px;
		line-height: 35px;
	}	
	.checkout-steps-nav__item_number {
		margin-right: 10px;
		width: 30px;
		height: 30px;
		font-size: 16px;	
	}
	.checkout-steps-nav__item {
  		font-size: 12px;
  		line-height: 14px;
	}
}
@media screen and (max-width:425px) {
	.checkout-title {
		font-size: 20px;
		line-height: 23px;
	}	
	.checkout-steps-nav {
		flex-direction: column;
		width: 160px;
		margin-left: auto;
		margin-right: auto;
		align-items: flex-start;
	}
	.checkout-steps-nav__item_separate {
		width: 1px;
		height: 30px;
		margin-left: 35%;
	}
	.checkout-step .magic-button {
		width: 100%;
		margin-top: 30px;
	}
}


/*.•* - ORDER PAY - *•.*/
.woocommerce-order-pay #order_review {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.order_review__left {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50vh;
}
.order_review__left .checkout-step {
	display: flex;
}
.order-review__left .form-row {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.order_review__left .checkout-payments__method > label{
	padding-left: 0;
}
.order_review__left .checkout-payments__method > label::before,
.order_review__left .checkout-payments__method > label::after {
	display: none;
}
.order_review__left .checkout-step .woocommerce-form__label-for-checkbox {
	margin-top: 50px;
}
@media screen and (max-width: 1024px) {
	.order_review__left {
		height: auto;
		margin-top: 30px;
		order: 2;		
	}
}


/*.•* - EMPTY CART - *•.*/
.empty-cart-block {
	position: relative;
}
.empty-cart-block__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: rgba(57, 57, 57, 0.5);
}
.empty-cart-block__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.6px;
	color: rgba(57, 57, 57, 0.5);
	margin: 0;
}
.empty-cart-block__button {
	margin: auto;
	margin-top: 55px;
	margin-bottom: 100px;
}


/*.•* - ADDRESS/CONTACT FIELDS (STEP 1) - *•.*/
.checkout-billing {
	
}
.checkout-fields {
	width: 100%;
}
.checkout-fields__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.checkout-fields__wrapper > .form-row {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	margin-bottom: 20px;
}
.checkout-fields__wrapper > .form-row.checkout-hide-field,
.checkout-fields__wrapper > .form-row.more-details,
.checkout-fields__wrapper .hide-field-info-profile{
	display: none !important;
}
.checkout-fields__wrapper > .form-row.notes, 
.checkout-fields__wrapper > .form-row.suggest-field, 
.checkout-fields__wrapper > .form-row.hide-field-info {
	width: 100%;
}
.checkout-fields__wrapper > .form-row > label {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.6px;
/*	text-transform: uppercase;*/
	color: #393939;
	margin-bottom: 10px;
}
.checkout-fields__wrapper > .form-row > label > .optional {
	display: none;
}
.checkout-fields__wrapper > .form-row > span {
	width: 100%;
}
.checkout-fields__wrapper > .form-row > span > strong {
    font-weight: normal;
    padding: 15px;
    display: flex;
    border-bottom: 1px #393939 solid;
    font-size: 16px;
    box-sizing: border-box;
    max-height: 50px;
}
.checkout-fields__wrapper > .form-row input,
.checkout-fields__wrapper > .form-row textarea {
	padding: 15px;
}
.checkout-fields__wrapper > .form-row.hide-field-info > label {
	text-align: left;
	font-weight: 500;
	font-size: 12px;
}
.checkout-fields__wrapper > .form-row.hide-field-info input {
	display: none;
}
.woocommerce form .form-row .required {
	color: red;
	text-decoration: none;
}

.select2-container {
	margin-top: 12px;
}
.select2-container--default .select2-selection--single {
	height: 35px;
	border: 0;
	border-bottom: 1px solid #131313;
	border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	height: 100%;
	display: flex;
	align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}
.select2-dropdown {
	top: -8px;
}
.select2-results__option {
	font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #131313;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #131313 transparent transparent transparent;
}
.suggestions-addon[data-addon-type="clear"] {
	background: none;
	width: 18px !important;
	height: 18px !important;
	display: flex !important;
	align-items: center;
	left: -20px !important;
	top: 13px !important;
}
.suggestions-addon[data-addon-type="clear"]::before {
	content: '\e903';
	font-family: 'Magic';
}
@media screen and (max-width:425px) {
	.checkout-fields__wrapper > .form-row {
		width: 100%;
	}
	.checkout-fields__wrapper > .form-row > label {
		font-size: 12px;
		line-height: 14px;
	}
}

/*.•* - REVIEW ORDER (STEP 2) - *•.*/
.checkout-review__billing-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px #9c9c9c solid;
	border-left: 0;
	border-right: 0;
	margin-bottom: 25px;
	padding: 30px 0;
}
.checkout-review__billing-info_item {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 24px;
	letter-spacing: 0.6px;
	display: flex;
	flex-direction: column;
	width: 22%;
}
.checkout-review__billing-info_item.billing-comment {
	width: 100%;
	margin-bottom: 0;
}
.checkout-review__billing-info_label {
	color: #585858;	
	margin-bottom: 10px;
}
.checkout-review__billing-info_value {
	color: #393939;
	font-weight: 500;
}
@media screen and (max-width:650px) {
	.checkout-review__billing-info_item {
		width: 48%;
	}
}
@media screen and (max-width:425px) {
	.checkout-review__billing-info_item {
		width: 100%;
	}
}

/*.•* - PAYMENTS METHODS (STEP 3) - *•.*/
.checkout-payments {
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: column;
}
.checkout-payments__method {
	list-style: none;
}
.checkout-payments__method.payment_method_prodamus {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px #cfcfcf solid;	
}
.checkout-payments__method > input {
	display: none;
}
.checkout-payments__method > label {
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.checkout-payments__method > label > img {
	display: block;
	max-width: 391px;
	max-width: 30px;
	width: 100%;
}
.checkout-payments__method > label::before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px #393939 solid;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.checkout-payments__method > input:checked+label::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #393939;
	border-radius: 50%;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
} 
.checkout-payments__method_box > p {
	font-size: 14px;
	background-color: #f5f5f5;
	padding: 10px 20px;	
}
@media screen and (max-width:425px) {
	.checkout-payments__method > label {
/*
		font-size: 12px;
		line-height: 14px;
*/
	}
	.checkout-place-order.form-row.place-order {
		width: 100%;
	}
}



/*.•* - CART - *•.*/
.product-cart__set-order {
	display: none;
}
.addit-cart-text {
	display: block;
	background-color: #f5f5f5;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

/*.•* - EMPTY CART - *•.*/
.cart-empty woocommerce-info {
	text-align: center;
}
.return-to-shop {
	text-align: center;
}

/*.•* - IFRAME - *•.*/

.checkout iframe {
	margin-top: 20px;
}


/*.•* - THANK YOU - *•.*/
.order-info {
	display: flex;
	flex-wrap: wrap;	
}
.order-info__image {
	width: 100%;
	max-width: 711px;
	flex: 1;
	display: flex;
}
.order-info__image_img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.order-info__details {
	padding-left: 72px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.order-info__details_title {
	font-weight: 500;
	font-size: 49px;
	line-height: 59px;
	text-transform: uppercase;
	color: #131313;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 50px; 
}
.order-info__details_subtitle,
.order-info__details p {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #131313;
}
.order-info__details_sub-subtitle {
	font-weight: 500; 
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #131313;
	margin: 0;
	margin-top: 24px;
}
.order_details {
	list-style: none;
}
.order_details__item { 
	display: flex;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.6px;
	padding: 7px 0;
	color: rgba(57, 57, 57, 0.7);
}
.order_details__item > span:first-child {
	width: 140px;
	display: flex;
	flex:none;
}
.order_details__item > span:last-child {
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.6px;
	color: #393939;
}
.order_details__item.order > span:last-child,
.order_details__item.date > span:last-child {
	font-size: 18px;
}
.order_details__item.order > span:last-child {
	text-decoration: underline;
}
.order_details__products {
	list-style: none;
}
.order_details__product {
	position: relative;
	display: flex;
	align-items: center;
	padding: 8px 0;
}
.order_details__product::before {
	content: '';
	width: 3px;
	height: 3px;
	background-color: #393939;
	border-radius: 50%;
	display: flex;
	margin: 0 10px;
}
.order_details__product-name, .order_details__product-total  {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.534132px;
	color: #393939;
	text-transform: none;
}
.order_details__product-name a {
	font-size: 12px;
}
.order_details__product-name a:hover {
	text-decoration: underline;
}
.order_details__product-total {
	position: relative;
}
.order_details__totals {
	list-style: none;
	margin-top: 20px;
}
.order_details__totals_item {
	padding: 5px 0;
	display: flex;
	align-items: center;
}
.order_details__totals_item:last-child {
	margin-top: 10px;
}
.order_details__totals_label {
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.6px;
	color: #393939;
	display: flex;
	width: 150px;
}
.order_details__totals_value {
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.534132px;
	color: #393939;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	position: relative;
}
.order_details__totals_value > small {
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: -15px;
}
.order_details .magic-button-lite {
	margin: 55px auto;
}
@media screen and (max-width: 1600px) {
	.order-info__details {
		padding-left: 25px;
	}
	.order-info__details_title {
		font-size: 40px;
		line-height: 47px;
	}
}
@media screen and (max-width:1024px) {
	.woocommerce-order-received .checkout.magic-container {
		padding-left: 0;
		padding-right: 0;
	}
	.order-info__details {
		order: 1;
		padding: 0 20%;
		flex: auto;
	}
	.order-info__image {
		order: 2;
		height: 529px;
		max-width: 100%;
	}
	.order-info__details_title {
		text-align: center;
	}
}
@media screen and (max-width:768px) {
	.order-info__details {
		padding: 0 15%;
	}
	.order-info__details_title {
  		font-size: 35px;
  		line-height: 42px;
	}
}
@media screen and (max-width:500px) {
	.order-info__details {
		padding: 0 5%;
	}
	.order-info__details_title {
  		font-size: 20px;
  		line-height: 23px;
	}
	.order_details__item.order > span:last-child, .order_details__item.date > span:last-child,
	.order_details__item > span:last-child {
		font-size: 12px;
		line-height: 20px;
	}
	.order_details__totals_label {
		font-weight: bold;
		font-size: 14px;
	}
	.order_details__totals_value {
		font-size: 14px;
	}
}

/*** Сертификаты ***/
.form-sertificate {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.form-sertificate__title {
	text-align: center;
    width: 100%;
    display: block;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	margin-top: 56px;
	margin-bottom: 40px;
}

.form-sertificate input {
	padding: 18px;
}

.form-sertificate__title:first-child {
	margin-top: 0;
}

.form-sertificate__block {
	display: flex;
    justify-content: space-between;
	margin-top: 32px;
}

.form-sertificate__block > label,
.form-sertificate__block > select,
.form-sertificate__block > input {
    width: calc(50% - 24px);
    display: block;
}

.form-sertificate__row {
	display: flex;
	align-items: center;
}

.form-sertificate__row.buttons .magic-button {
	margin-right: 24px;
}

.form-sertificate__label {
	margin-top: 32px;
	margin-bottom: 16px;
	display: block;
}

.slider-info {
	margin-left: 16px;
}

.form-sertificate label > span {
/* 	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.6px;
	text-transform: uppercase; */
}

.form-sertificate select {
	border: none;
	border-bottom: 1px solid #393939;
}

.slider-info-hide {
	display: none;
}

/* Switch */
.magic-switch {
	position: relative;
	display: inline-block;
	width: 48px !important;
	height: 24px;
}

.magic-switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	width: 48px;
	height: 24px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #393939;
}

input:focus + .slider {
	box-shadow: 0 0 1px #393939;
}

input:checked + .slider:before {
	-webkit-transform: translateX(23px);
	-ms-transform: translateX(23px);
	transform: translateX(23px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}


.card-sertificate {
	margin-left: auto;
    position: relative;
    height: max-content;
    width: 100%;
    max-width: 475px;
}

.card-sertificate .card_brand {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.card-sertificate .card_brand .card_brand__site {
	font-size: 24px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.card-sertificate .card_brand .card_brand__text {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}

.card-sertificate img {
	border-radius: 30px;
}