html { scroll-behavior: smooth; }
.market-header{
	height: 560px;
	background: url(/bitrix/templates/new_redesign/images/pages/bitrix24/marketpleys/back.png) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	position: relative;
}
.market-title{
	width: 70%;
	margin-top: auto !important;
	margin-bottom: 150px !important;
}
.market-title p{
	width: 70%;
}
.market-header .mh-icon{
	position: absolute;
	left: calc(85px + (665 - 85) * ((100vw - 1920px) / (3072 - 1920)));
	bottom: 0px;
	height: 285px;
}
.info-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    justify-content: center;
	position: relative;
	z-index: 2;
    gap: 30px;
    width: 100%;
    margin: -80px auto 60px;
}
.info-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-content: flex-start;
    padding: 20px;
    background: rgba(255, 255, 255, 89%);
    border: 3px solid #cdcdcd;
    border-radius: 18px;    
}
.info-block-top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0px auto 15px;
}
.info-block-title{
   font-size: 1.7rem;
   width: 68%;
   font-weight: 600;
   line-height: 1.2;
	margin-left: 10px;
	text-transform: uppercase;
}
.info-block-icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 25%;
    height: auto;
}
.info-block-content{
    width: 100%;
    font-size: 1.3rem;
}
.market-container{
	width: 1100px;
	margin: 0px auto;
}
.market-price-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 22%));
	justify-content: center;
    grid-template-rows: auto;
    gap: 30px;
}

.market-price-block{
    display: flex;
    flex-direction: column;
    border-radius: 17px;
	background: #fff;
    overflow: hidden;
    box-shadow: 5px 2px 40px #5f64c239;
    transition: all 0.3s;
}
.market-price-block:hover{
    transform: scale(110%);
    z-index: 2;
}
.market-price-block-title{
    padding: 20px;
    height: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
}
.market-price-block-title.orange{
    background: #EEA041;
}
.market-price-block-title.blue{
    background: #8A91C3;
}
.market-price-block-content{
    padding: 20px 15px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.market-price{
    font-size: 1.7rem;
    margin-top: 30px;
}
.market-price-lined{
    margin: 30px 0px -25px;
    text-decoration: line-through;
    color: #ACACAC;
    font-size: 1.5rem;
}
.market-price-block p,
.market-price-block span{
    cursor: default;
}
.buy-btn{
    width: 95%;
    padding: 10px 0px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s, color 0.3s !important;
    box-sizing: border-box;
	border: none;
}
.buy-btn.orange{
    color: #fff;
    background: #EEA041;
}
.buy-btn.orange:hover{
    color: #EEA041;
    outline: 3px solid #EEA041;
    outline-offset: -3px;
    background: #fff;
}
.buy-btn.white{
    color: #EEA041;
    outline: 3px solid #EEA041;
    outline-offset: -3px;
    background: #fff;
}
.buy-btn.white:hover{
    color: #fff;
    background: #EEA041;
}
.buy-btn.blue{
    color: #fff;
    background: #757ABB;
}
.buy-btn.blue:hover{
	color: #757ABB;
    outline: 3px solid #757ABB;
    outline-offset: -3px;
    background: #fff;
}
.blue-text{
    color: #313DA5;
}
.white-text{
	color: #fff;
}
.wh-blue-text{
	color: #AAFFFE;
}
.gray-text{
	color: #ACACAC;
}
.shadow{
	filter: drop-shadow(0px 8px 15px #1F2872dd);
}
.count{
    font-size: 5rem;
	line-height: 1.1;
}
.tarif{
	background: #E6EBF7aa;
	padding: 50px 0px;
}
.under-text{
	text-align: center;
	font-size: 1.5rem;
	margin: 20px 0px;
}
.main-zagolovok{
	margin: 40px 0px;
	font-size: 4rem;
	text-transform: uppercase;
	width: 80%;
}
.zagolovok{
	margin: 40px 0px;
	text-align: center;
	font-size: 3rem;
	text-transform: uppercase;
}
.promo{
	background: url(/bitrix/templates/new_redesign/images/pages/bitrix24/marketpleys/ac-back.png) center no-repeat;
	background-size: cover;
	padding: 50px 0px;
}
.how-to-get{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0px;
}
.how-to-get .left{
	width: 20%;
	margin-right: 30px;
}
.how-to-get .right{
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.how-to-get .right .buy-btn{
	width: 45%;
}
.how-to-get .right .zagolovok{
	text-align: left;
}
.bitrix24-text{
	font-size: 5rem;
}
#promo{
	padding-top: 80px;
	margin-top: -80px;
}
.zagolovok.promotion{
	font-size: 4rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
}
.zagolovok.promotion:hover{
	color: #fff;
}
@media screen and (max-width: 1800px){
	.mh-icon{
		display: none;
	}
}
@media screen and (max-width: 1550px){
	.market-container{
		width: 90%;
	}
}
@media screen and (max-width: 1000px){
	.zagolovok.promotion{
		font-size: 3rem;
		line-height: 1.1;
	}
}
@media screen and (max-width: 768px){
	.market-price-grid{
		grid-template-columns: repeat(auto-fit, minmax(250px, 80%));
	}
	.market-container{
		width: 90%;
	}
	.info-grid{
		display: grid;
		grid-template-columns: 1fr;
	}
	.how-to-get .left{
		display: none;
	}
	.how-to-get .right{
		width: 90% !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
	}
	.how-to-get .right .buy-btn{
		margin: 10px;
		width: 80%;
	}
	.how-to-get .right .zagolovok{
		text-align: center !important;
	}
	.market-title{
		text-align: center;
	}
	.market-header .container.home-container{
		width: 90% !important;
		padding: 30px 10px;
	}
	.main-zagolovok{
		width: 100%;
	}
	.market-title p{
		width: 100%;
	}
	.bitrix24-text{
		font-size: 4rem;
	}
}