body,html{
	margin:0px;
	padding:0px;
}
img{
	width:auto;
	height:auto;
}
.main a.underline{
	color:inherit;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	transition:.3s ease all;
}
.main a.underline:hover{
	opacity:.7;
}
body *{
	font-family:"Poppins" ,sans-serif;
	box-sizing: border-box;
}
.main *{
	font-family:"Inter" ,sans-serif;
}
.container{
	max-width: 1248px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
footer .container{
	max-width: 1100px;
}
footer{
	padding-top: 70px;
	padding-bottom: 78px;
	background-color: #0A1E34;
}
footer .outer__footer{
	text-align: center;
}
footer .outer__footer>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 49px;
}
footer .outer__footer>p{
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 21px;
	color:#FFFFFF;
}
footer .outer__footer>p span{
	font-weight:bold;
}
footer .outer__footer ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	margin-top: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .outer__footer ul>li>a:hover{
	opacity:.7;
}
footer .outer__footer ul>li>a{
	text-decoration: none;
	font-weight: 600;
	color:#fff;
	transition: .3s ease all;
}
footer .outer__footer ul>li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 150%;
	color:#FFFFFF;
	margin-right: 30px;
}
footer .outer__footer ul>li:last-child{
	margin-right: 0px;
}
header{
	background-color: #fff;
	box-shadow:0px 0px 4px 0px rgba(0,0,0,.2);
}
header  .outer__header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:28px 0px;
}
header  .outer__header>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
header  .outer__header>a img,
footer .outer__footer>a img{
	width: 300px;
}
header  .outer__header>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: bold;
	color:#828282;
	background-color: #EDEDED;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 4px;
}
body{
	background-color: #F8F8F8;
}

.main{
	padding-top:48px;
	padding-bottom: 80px;
}
.main .outer__main{
	display: flex;
	justify-content: space-between;
	gap:38px;
}
.main .outer__main .side{
	max-width: 312px;
	min-width: 312px;
}
.main .outer__main .side>.inn{
	border-radius: 8px;
	background-color: #fff;
	border:1px solid #DEDEDE;
	padding:20px 16px;
	padding-top: 16px;
	position: sticky;
	top:20px;
}
.main .outer__main .side>.inn .desc>p span{
	font-weight: bold;
	font-family:"Inter" ,sans-serif;
	text-decoration: underline;
}
.main .outer__main .side>.inn .desc>p{
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 140%;
	color:#252641;
	font-weight: bold;
	font-family:"Inter" ,sans-serif;
}
.main .outer__main .side>.inn .desc .btn>a:hover{
	opacity:.7;
}
.main .outer__main .side>.inn .desc .btn>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	width: 100%;
	border-radius: 6px;
	font-size: 17px;
	line-height: 130%;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family:"Inter" ,sans-serif;
	background:linear-gradient(to bottom, #046711, #04D446);
	box-shadow:0px 3px 0px 0px #1E951C;
	transition:.3s ease all;
}
.main .outer__main .side>.inn .desc .btn{
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .outer__main .side>.inn .desc{
	text-align: center;
}
.main .outer__main .side>.inn .media{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.main .outer__main .side>.inn .head>p{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 19px;
	line-height: 130%;
	color:#FFFFFF;
	font-weight: bold;
}
.main .outer__main .side>.inn  .media{
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .outer__main .side>.inn  .media>img{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.main .outer__main .side>.inn .head{
	text-align: center;
	padding:15px 24px;
	background-color: #225085;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.main .outer__main .side>.inn .media>img{
	max-width: 100%;
}
.main .outer__main .main__box{
	width: calc(100% - 350px);
}
.main .outer__main .main__box>.media{
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .outer__main .main__box>.media>img{
	width: 100%;
	max-width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.main .outer__main .main__box>h1{
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 42px;
	line-height: 120%;
	font-weight: bold;
	color:#000000;
}
.main .outer__main .main__box>span{
	font-size: 24px;
	line-height: 120%;
	color:#E45910;
	font-weight: bold;
	text-decoration: underline;
}
.main .outer__main .main__box>.media{
	margin-top: 24px;
}
.main .outer__main .main__box .summary{
	padding:24px 36px;
	background-color: #225085;
	text-align: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.main .outer__main .main__box .summary>p span{
	text-decoration: underline;
}
.main .outer__main .main__box .summary>p{
	text-align: center;
	margin:0px;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	color:#FFFFFF;
}
.main .outer__main .main__box>.desc{
	margin-top: 32px;
	margin-bottom: 48px;
}
.main .outer__main .main__box>.desc>p span{
	font-weight: bold;
}
.main .outer__main .main__box>.desc>p{
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 150%;
	color:#000000;
}
.main .outer__main .main__box>.desc>p:last-child{
	margin-bottom: 0px;
}
.main .outer__main .main__box .article{
	width: 100%;
}
.main .outer__main .main__box .article>h2{
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 32px;
	line-height: 150%;
	font-weight: bold;
	color:#000000;
}
.main .outer__main .main__box .article>.media.border{
	border:1px solid #EAEAEA;
	border-radius: 8px;
	overflow: hidden;
}
.main .outer__main .main__box .article>.media{
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .outer__main .main__box .article>.media>img{
	max-width: 100%;
	border-radius: 8px;
}
.main .outer__main .main__box .article .desc{
	margin-top: 32px;
}
.main .outer__main .main__box .article .desc>p span{
	font-weight: bold;
}
.main .outer__main .main__box .article .desc>p span.underline{
	text-decoration: underline;
}
.main .outer__main .main__box .article .desc>p{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 150%;
	color:#000000;
}
.main .outer__main .main__box .article .desc>p:last-child{
	margin-bottom: 0px;
}
.main .outer__main .main__box .article {
	margin-bottom: 48px;
}
.main .outer__main .main__box .article .desc>ol{
	margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    padding-left: 22px;
}
.article__small{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:32px;
}
.article__small{
	margin-bottom: 32px;
}
.article__small>.desc>span span{
	font-weight: bold;
}
.article__small>.desc>span{
	font-size: 18px;
	line-height: 150%;
	color:#000000;
	font-weight: 400;
}
.main .outer__main .main__box .article__small>.desc{
	margin-top: 0px;
}
.main .outer__main .main__box .article__small>.desc>p{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 150%;
	font-weight: bold;
	color:#000000;
}
.article__small>.desc{
	max-width: 450px;
	width: 100%;
}
.article__small:last-child{
	margin-bottom: 0px;
}
.article__small>.media>img{
	max-width: 100%;
	border-radius: 8px;
	width: 100%;
}
.article__small>.media{
	max-width: 385px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.article .desc .list>.el>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}
.article .desc .list>.el>span>img{
	min-width: 36px;
	max-width: 36px;
}
.article .desc .list>.el>.desc__inn>span{

	font-size: 18px;
	line-height: 150%;
	color:#000000;
	font-weight: 400;
}
.article .desc .list>.el>.desc__inn{
	padding-top: 2px;
}
.article .desc .list>.el>.desc__inn>p{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 150%;
	font-weight: bold;
	color:#000000;
}
.article .double__boxes>.el .author>span{
	display: block;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	color:#000000;
}
.article .double__boxes>.el .author>.stars{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.article .double__boxes>.el .author{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.article .double__boxes>.el>.img>img{
	max-width: 100%;
	width: 100%;
	border-radius: 8px;
}
.article .double__boxes>.el>.txt>p{
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 150%;
	color:#403D3B;
	font-weight: 400;
}
.article .double__boxes>.el>.img{
	display: inline-flex;
	align-items: center;
	margin-bottom: 24px;
	justify-content: center;
	width: 100%;
}

.article .double__boxes>.el{
	background-color: #fff;
	padding:32px 37px;
	border-radius: 8px;
	background-color: #fff;
	border:1px solid #D9D9D9;
}
.article .double__boxes{
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	grid-column-gap: 32px;
	grid-row-gap:32px;
}
.article .desc .list>.el:last-child{
	margin-bottom: 0px;
}
.article .desc .list>.el{
	margin-bottom: 32px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.article .btn>a:hover{
	opacity:.7;
}
.article .btn>a{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    width: 100%;
    border-radius: 6px;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    background: linear-gradient(to bottom, #046711, #04D446);
    box-shadow: 0px 3px 0px 0px #1E951C;
    transition: .3s ease all;
}
.article .discount>p{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 150%;
	font-weight: 800;
	color:#FA5E0D;
}
.article .discount>span span{
	font-weight: bold;
}
.article .discount>span span.underline{
	text-decoration: underline;
}
.article .discount>span{
	font-size: 18px;
	line-height: 160%;
}
.article .discount{
	margin-top: 40px;
	padding:24px 32px;
	border:2px dashed #FA5E0D;
	background-color: #FFF3E7;
	border-radius: 8px;
}
.article .btn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.article:last-child{
	margin-bottom: 0px!important;
}
.article__small>.media{
	min-width: 320px;
}
.article .double__boxes>.el{
	position: relative;
}
.article .double__boxes>.el .author{
	position: absolute;
	left:37px;
	width: calc(100% - 74px);
	bottom:32px;
}
.article .double__boxes>.el .txt{
	padding-bottom: 30px;
}
.author-article{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 24px;
}
.author-article>.media{
	margin-right: 8px;
}
.author-article>.spacer{
	margin:0px 8px;
	font-size: 14px;
	line-height: 18px;
	color:#7F7F7F;
}
.author-article>span{
	font-size: 14px;
	line-height: 18px;
	color:#7F7F7F;
}
.author-article>p span{
	font-weight: bold;
}
.author-article>p{
	margin:0px;
	font-size: 14px;
	line-height: 120%;
	color:#000000;
}
.author-article>.media>img{
	min-width: 36px;
	max-width: 36px;
	border-radius: 250px;
	border:2px solid #fff;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}
.author-article>.media{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.main .outer__main .main__box .article>h2 span.underline{
	text-decoration: underline;
}
@media (max-width: 1200px){
	.article .double__boxes>.el{
		padding:16px;
	}
	.article .double__boxes>.el .author{
		left:16px;
		width: calc(100% - 32px);
		bottom:16px;
	}
	.article .double__boxes{
		grid-column-gap: 20px;
		grid-row-gap:20px;
	}
	.article .double__boxes>.el .author>span{
		font-size: 16px;
	}
}
@media (max-width: 1080px){
	.article .double__boxes{
		grid-template-columns: 1fr;
	}

}
footer .outer__footer ul>li p{
	margin:0px;
}
footer .outer__footer ul>li{
	font-size: 16px;
}
.author-article .stars{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px){
	.author-article .stars>img{
		min-width: 80px;
		max-width: 80px;
	}
	.author-article>.media>img{
		min-width: 28px;
		max-width: 28px;
	}
	.author-article{
		margin-top: 16px;
	}
	.author-article>p ,.author-article>span , .author-article>.spacer{
		font-size: 10px;
	}
	.author-article>.spacer{
		margin:0px 5px;
	}
	footer .outer__footer ul{
		flex-direction: column;
		align-items: center;
	}
	footer .outer__footer ul>li{
		margin-right: 0px;
		margin-bottom: 8px;
	}
	footer .outer__footer ul>li:last-child{
		margin-bottom: 0px;
	}
	footer .outer__footer>a{
		margin-bottom: 19px;
	}
	footer .outer__footer>p{
		margin-bottom: 20px;
	}
	footer .outer__footer ul{
		margin-top: 32px;
	}
	footer{
		padding-top: 50px;
		padding-bottom: 48px;
	}
	.article .double__boxes>.el .author{
		position: static;
	}
	.article .double__boxes>.el .author>span{
		margin-right: 5px;
	}
	.article .double__boxes>.el .author{
		align-items: flex-end;
		width: 100%;
	}
	.article .discount>p{
		font-size: 20px;
	}
	.article .discount>span{
		font-size: 16px;
	}
	.article .discount{
		margin-top: 32px;
		padding:16px;
	}
	.article .btn>a{
		min-height: 55px;
		font-size: 18px;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.article .double__boxes>.el>.txt>p{
		font-size: 16px;
	}
	.article .double__boxes>.el>.txt{
		padding-bottom: 0px;
	}
	.article .double__boxes>.el>.img{
		margin-bottom: 16px;
	}
	.article .desc .list>.el>span>img{
		min-width: 28px;
		max-width: 28px;
	}
	.article .desc .list>.el>.desc__inn{
		padding-top: 0px;
	}
	.article .desc .list>.el>.desc__inn>p{
		font-size: 20px;
	}
	.article .desc .list>.el>.desc__inn>span{
		font-size: 16px;
	}
	.article .desc .list>.el>span{
		position: relative;
		top:1px;
	}
	.article .desc .list>.el{
		margin-bottom: 20px;
	}
	.main .outer__main .main__box>h1{
		font-size: 28px;
	}
	.main .outer__main .main__box .article__small .desc{
		max-width: calc(100% - 360px);
		margin-top: 0px!important;
	}
	.main .outer__main .main__box .article__small>.desc>p{
		font-size: 20px!important;
		margin-bottom: 4px!important;
	}
	.article__small>.desc>span{
		font-size: 16px;
	}
	.article__small{
		margin-bottom: 24px;
	}
	.main .outer__main .main__box>span{
		font-size: 20px;
	}
	.main .outer__main .main__box>.media{
		margin-top: 15px;
	}
	.main .outer__main .main__box .summary{
		padding:16px;
	}
	.main .outer__main .main__box .summary>p{
		font-size: 16px;
	}
	.main .outer__main .main__box>.desc{
		margin-top: 24px;
		margin-bottom: 40px;
	}
	.main .outer__main .main__box>.desc>p{
		margin-bottom: 15px;
		font-size: 16px;
	}
	.main .outer__main .main__box .article>h2{
		margin-bottom: 20px;
		font-size: 24px;
	}
	.main .outer__main .main__box .article .desc{
		margin-top: 20px;
	}
	.main .outer__main .main__box .article .desc>p{
		margin-bottom: 15px;
		font-size: 16px;
	}
	.main .outer__main .main__box .article .desc>ol{
		font-size: 16px;
		margin-bottom: 15px;
	}
	header .outer__header{
		padding:14px 0px;
	}
	header .outer__header>a img,
	footer .outer__footer>a img{
		width: 80px;
	}
	header .outer__header>span{
		min-height: 24px;
		padding-left: 11px;
		padding-right: 11px;
		font-size: 10px;
	}
	.main{
		padding-top: 32px;
		padding-bottom: 56px;
	}
	.main .outer__main{
		flex-direction: column;
	}
	.main .outer__main .main__box{
		width: 100%;
	}
	.main .outer__main .side{
		min-width: 0px;
		max-width: 100%;
	}
	.main .outer__main .side>.inn .media{
		border-radius: 8px;
		background-color: #F4F4F4;
	}
	.main .outer__main .side>.inn .desc br:last-child{
		display: none;
	}
}
@media (max-width: 640px){
	.article__small{
		flex-direction: column;
	}
	.article__small>.media{
		order:1;
	}
	.article__small>.desc{
		order:2;
		max-width: 100%!important;
		margin-top: 0px!important;
		width: 100%;
	}
	.article__small>.media{
		min-width: 0px;
		max-width: 100%;
		width: 100%;
	}
	.article__small>.media>img{
		width: 100%;
	}
	.article__small{
		gap:16px;
	}
}
@media (max-width: 370px){
	.article .double__boxes>.el .author>span{
		font-size: 14px;
	}
	.article .double__boxes>.el .author>.stars>img{
		max-width: 80px;
	}
	.article .btn>a{
		font-size: 16px;
		padding-left: 35px;
		padding-right: 35px;
	}
}