

/* Start:/bitrix/components/mct/card.discount/templates/glav/style.css?178098875212072*/
.card-glav-block {
	padding:80px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.card-glav-block h1 {
	color: #333333; 	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight: 600;
    font-size: 24px;
    line-height: 140%;
}
.card-glav-block .container-small {
	    width: 960px;
        max-width: 960px;
}
.card-glav-block .anons-bl{
    display: -webkit-flex; 
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	text-align:left;
    margin:0;   
    margin:90px 0px 0px 0px;
    align-items: flex-start; 
}
.card-glav-block .anons-bl .txt{
		margin: 0px 70px 0px 0px;
}

.card-glav-block .anons-bl .txt .nm{
	font-weight: 500;
	font-size: 18px;
	line-height: 160%;
}

.card-glav-block .anons-bl .knopki{
	margin:40px 0px 0px 0px;
	display: -webkit-flex; 
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	align-items: flex-start; 
}
.card-glav-block .anons-bl .knopki a {	
	background: var(--mct-blue-color);
	color:  #fff;
	text-align:center;
	padding:15px 0px 15px 0px;
	margin:0px 0px;
	font-weight: 600;
    font-size: 16px;
    width: 250px;
    border-radius: 0px;
    border: 1px solid  var(--mct-blue-color);
    cursor: pointer; 
	display: block;
	text-decoration: none;
}

.card-glav-block .anons-bl .knopki a.receivecard {	
	background:  #fff;
	color:  var(--mct-blue-color);
	margin-left:30px;		
}
.card-glav-block .anons-bl .knopki a:hover {
    text-decoration: none;
}

.card-glav-block .anons-bl .cards{
	
}
.card-glav-block .anons-bl .cards .logo-card-new {
	box-shadow: 0px 10px 10px rgba(64, 74, 128, 0.1);
	width: 300px;
    height: 190px;
    background: url(/bitrix/templates/new_b4/img/loyalty-card.jpeg) top left no-repeat;
    border-radius: 15px;
    padding:145px 0px 0px 100px;	   
}

.card-glav-block .anons-bl .cards .logo-card-new .number {
	font-family: Play;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 140%;	
	letter-spacing: -0.03em;
	font-feature-settings: 'pnum' on, 'lnum' on;	
	white-space: nowrap;
	height: 35px;
	background:#ec2924;
	color:#fff;
	padding:0px 20px 0px 0px;	
	display: inline-block;
}


.card-glav-block .anons-bl .cards .logo-card {
	width: 300px;
    height: 180px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #F7F8FA;
	box-shadow: 0px 10px 10px rgba(64, 74, 128, 0.1);
	border-radius: 15px;
	padding:30px 30px 30px 30px;
	   
}

.card-glav-block .anons-bl .cards .logo-card .logo-fon {
	background: url(/bitrix/templates/new_b4/svg/logo-card.svg) top left no-repeat;
	padding:0px 0px 0px 0px;
	width: 230px;
    height: 57px;
}

.card-glav-block .anons-bl .cards .logo-card .logo-nd {
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
	line-height: 140%;	
	align-items: center;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align:right;
    width: 230px;
    position: relative;
    top: -5px;
}

.card-glav-block .anons-bl .cards .logo-card .tit {
	font-weight: bold;
	font-size: 10px;
	line-height: 140%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	margin: 20px 0px 0px 0px;
}

.card-glav-block .anons-bl .cards .logo-card .number {
	font-family: Play;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 140%;	
	letter-spacing: -0.03em;
	font-feature-settings: 'pnum' on, 'lnum' on;
	margin: 2px 0px 0px 0px;
	white-space: nowrap;
}



.card-glav-block .text-bl{
    display: -webkit-flex; 
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	text-align:left;
    margin:0;   
    align-items: flex-start;
    margin: 170px 0px 0px 0px;
}

.card-glav-block .text-bl .txt{
	color: #333333;
	margin: 0px 100px 0px 0px;
 }

.card-glav-block .text-bl .txt .item{
	margin: 0px 0px 55px 0px;
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
	position: relative;
	padding-left: 55px;
	vertical-align: top;
 }
 
 .card-glav-block .text-bl .txt .item:before {
    content: ''; 
    display: block;   
    position: absolute;
    top: 0;
    left: 0;
}
 .card-glav-block .text-bl .txt .item.ic1:before {
    background: url(/bitrix/templates/new_b4/svg/ic1-card.svg) no-repeat;
    width: 36px;
    height: 40px;
 }
 
 .card-glav-block .text-bl .txt .item.ic2:before {
    background: url(/bitrix/templates/new_b4/svg/ic2-card.svg) no-repeat;
    width: 40px;
    height: 40px;
 }
 
  .card-glav-block .text-bl .txt .item.ic3:before {
    background: url(/bitrix/templates/new_b4/svg/ic3-card.svg) no-repeat;
    width: 40px;
    height: 36px;
 }
 
 .card-glav-block .text-bl .rule{
 }
 
 .card-glav-block .text-bl .rule .nt{
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 140%;
	margin: 0px 0px 20px 0px;
 }
 
 .card-glav-block .text-bl .rule ul{
 	margin: 0px 0px 0px 15px;
 	padding:0px;
 	color:#999;
 }
 
 .card-glav-block .text-bl .rule ul li{
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	margin: 0px 0px 20px 0px;
 }
 
 .card-glav-block .text-bl .rule .more-rule{
 	color: #C52983;
 	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
 }
 
@media screen and (max-width: 991px){
	.card-glav-block {
    	padding: 40px 0px 20px 0px;
	}
	.card-glav-block .anons-bl{	
		-webkit-flex-direction: column-reverse;	
		flex-direction: column-reverse;
		margin: 40px 0px 0px 0px;
	}
	
	.card-glav-block .anons-bl .txt {
   		 margin: 40px 0px 0px 0px;
	}
	.card-glav-block .anons-bl .knopki{
		-webkit-flex-direction: column;	
		flex-direction: column;	
	}
	.card-glav-block .anons-bl .knopki a {
		width:100%;
	}
	
	.card-glav-block .anons-bl .knopki a.receivecard {	
		margin-left:0px;
		margin-top:10px;		
	}
	
	.card-glav-block .text-bl{	   
		-webkit-flex-direction: column;	
		flex-direction: column;	
	    margin: 50px 0px 0px 0px;
	}
	
	.card-glav-block .text-bl .txt .item{
		margin: 0px 0px 35px 0px;
	}
	
	.card-glav-block .text-bl .txt{		
		margin: 0px 0px 10px 0px;
 	}
 	
 	.card-glav-block .container-small {
	    width: 100%;
	    max-width: 100%;
	}
}
.card-glav-block {
	padding:80px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.card-glav-block h1 {
	color: #333333; 	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight: 600;
    font-size: 24px;
    line-height: 140%;
}
.card-glav-block .container-small {
	    width: 960px;
        max-width: 960px;
}
.card-glav-block .anons-bl{
    display: -webkit-flex; 
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	text-align:left;
    margin:0;   
    margin:90px 0px 0px 0px;
    align-items: flex-start; 
}
.card-glav-block .anons-bl .txt{
		margin: 0px 70px 0px 0px;
}

.card-glav-block .anons-bl .txt .nm{
	font-weight: 500;
	font-size: 18px;
	line-height: 160%;
}

.card-glav-block .anons-bl .knopki{
	margin:40px 0px 0px 0px;
	display: -webkit-flex; 
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	align-items: flex-start; 
}
.card-glav-block .anons-bl .knopki a {	
	background: var(--mct-blue-color);
	color:  #fff;
	text-align:center;
	padding:15px 0px 15px 0px;
	margin:0px 0px;
	font-weight: 600;
    font-size: 16px;
    width: 250px;
    border-radius: 0px;
    border: 1px solid  var(--mct-blue-color);
    cursor: pointer; 
	display: block;
	text-decoration: none;
}

.card-glav-block .anons-bl .knopki a.receivecard {	
	background:  #fff;
	color:  var(--mct-blue-color);
	margin-left:30px;		
}
.card-glav-block .anons-bl .knopki a:hover {
    text-decoration: none;
}

.card-glav-block .anons-bl .cards{
	
}
.card-glav-block .anons-bl .cards .logo-card-new {
	box-shadow: 0px 10px 10px rgba(64, 74, 128, 0.1);
	width: 300px;
    height: 190px;
    background: url(/bitrix/templates/new_b4/img/loyalty-card.jpeg) top left no-repeat;
    border-radius: 15px;
    padding:145px 0px 0px 100px;	   
}

.card-glav-block .anons-bl .cards .logo-card-new .number {
	font-family: Play;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 140%;	
	letter-spacing: -0.03em;
	font-feature-settings: 'pnum' on, 'lnum' on;	
	white-space: nowrap;
	height: 35px;
	background:#ec2924;
	color:#fff;
	padding:0px 20px 0px 0px;	
	display: inline-block;
}


.card-glav-block .anons-bl .cards .logo-card {
	width: 300px;
    height: 180px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #F7F8FA;
	box-shadow: 0px 10px 10px rgba(64, 74, 128, 0.1);
	border-radius: 15px;
	padding:30px 30px 30px 30px;
	   
}

.card-glav-block .anons-bl .cards .logo-card .logo-fon {
	background: url(/bitrix/templates/new_b4/svg/logo-card.svg) top left no-repeat;
	padding:0px 0px 0px 0px;
	width: 230px;
    height: 57px;
}

.card-glav-block .anons-bl .cards .logo-card .logo-nd {
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
	line-height: 140%;	
	align-items: center;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align:right;
    width: 230px;
    position: relative;
    top: -5px;
}

.card-glav-block .anons-bl .cards .logo-card .tit {
	font-weight: bold;
	font-size: 10px;
	line-height: 140%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	margin: 20px 0px 0px 0px;
}

.card-glav-block .anons-bl .cards .logo-card .number {
	font-family: Play;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 140%;	
	letter-spacing: -0.03em;
	font-feature-settings: 'pnum' on, 'lnum' on;
	margin: 2px 0px 0px 0px;
	white-space: nowrap;
}



.card-glav-block .text-bl{
    display: -webkit-flex; 
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	text-align:left;
    margin:0;   
    align-items: flex-start;
    margin: 170px 0px 0px 0px;
}

.card-glav-block .text-bl .txt{
	color: #333333;
	margin: 0px 100px 0px 0px;
 }

.card-glav-block .text-bl .txt .item{
	margin: 0px 0px 55px 0px;
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
	position: relative;
	padding-left: 55px;
	vertical-align: top;
 }
 
 .card-glav-block .text-bl .txt .item:before {
    content: ''; 
    display: block;   
    position: absolute;
    top: 0;
    left: 0;
}
 .card-glav-block .text-bl .txt .item.ic1:before {
    background: url(/bitrix/templates/new_b4/svg/ic1-card.svg) no-repeat;
    width: 36px;
    height: 40px;
 }
 
 .card-glav-block .text-bl .txt .item.ic2:before {
    background: url(/bitrix/templates/new_b4/svg/ic2-card.svg) no-repeat;
    width: 40px;
    height: 40px;
 }
 
  .card-glav-block .text-bl .txt .item.ic3:before {
    background: url(/bitrix/templates/new_b4/svg/ic3-card.svg) no-repeat;
    width: 40px;
    height: 36px;
 }
 
 .card-glav-block .text-bl .rule{
 }
 
 .card-glav-block .text-bl .rule .nt{
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 140%;
	margin: 0px 0px 20px 0px;
 }
 
 .card-glav-block .text-bl .rule ul{
 	margin: 0px 0px 0px 15px;
 	padding:0px;
 	color:#999;
 }
 
 .card-glav-block .text-bl .rule ul li{
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	margin: 0px 0px 20px 0px;
 }
 
 .card-glav-block .text-bl .rule .more-rule{
 	color: #C52983;
 	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
 }
 
@media screen and (max-width: 991px){
	.card-glav-block {
    	padding: 40px 0px 20px 0px;
	}
	.card-glav-block .anons-bl{	
		-webkit-flex-direction: column-reverse;	
		flex-direction: column-reverse;
		margin: 40px 0px 0px 0px;
	}
	
	.card-glav-block .anons-bl .txt {
   		 margin: 40px 0px 0px 0px;
	}
	.card-glav-block .anons-bl .knopki{
		-webkit-flex-direction: column;	
		flex-direction: column;	
	}
	.card-glav-block .anons-bl .knopki a {
		width:100%;
	}
	
	.card-glav-block .anons-bl .knopki a.receivecard {	
		margin-left:0px;
		margin-top:10px;		
	}
	
	.card-glav-block .text-bl{	   
		-webkit-flex-direction: column;	
		flex-direction: column;	
	    margin: 50px 0px 0px 0px;
	}
	
	.card-glav-block .text-bl .txt .item{
		margin: 0px 0px 35px 0px;
	}
	
	.card-glav-block .text-bl .txt{		
		margin: 0px 0px 10px 0px;
 	}
 	
 	.card-glav-block .container-small {
	    width: 100%;
	    max-width: 100%;
	}
}

/* End */
/* /bitrix/components/mct/card.discount/templates/glav/style.css?178098875212072 */
