/*TEMPLATE*/

body {
	font-family: verdana;
	line-height: 1.2;
	background: #fff;
	color: #3f3f46;
	font-size: 16px;
	min-width: 320px;
}

.container {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	padding-left: 40px;
	padding-right: 40px;
}


.header {
	background: #f5f764;
	padding: 29px 0;
}
.header__logo img {
	width: 200px;
}

.main {
	padding-top: 40px;
	padding-bottom: 80px;
	background: #fff;
}
.section:not(.section:first-child) {
	padding-top: 48px;
}

.title-h1 {
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: 800;
	color: #18181b;
}
.title-h2 {
	font-size: 24px;
	margin-bottom: 24px;
	color: #18181b;
    font-weight: 700;
}
.title-h2 span {
	font-weight: normal;
	color: #3f3f46;
}
.title-h3 {
	margin-bottom: 20px;
	color: #18181b;
    font-weight: 600;
}

b {
	font-weight: bold;
}

em {
	font-style: italic;
}

.link {
	color: #18181b;
	text-decoration: underline;
}
.link:hover {
	text-decoration: none;
}

/*TEMPLATE END*/


.text p {
	margin-bottom: 20px;
	line-height: 1.75;
}
.text .ol li:not(.text .ol li:first-child),
.text .ul li:not(.text .ul li:first-child) {
	margin-top: 16px;
}
.text .ol li,
.text .ul li {
	padding-left: 28px;
	position: relative;
}

.text .ul {
	line-height: 1.75;
	margin-bottom: 20px;
}
.text .ul li:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #d4d4d8;
	border-radius: 100%;
}
.text .ol {
	line-height: 1.75;
	counter-reset: num;
	margin-bottom: 20px;
}
.text .ol li {
	padding-left: 28px;
	position: relative;
}
.text .ol li:before {
	content: counter(num) '.';
	counter-increment: num;
	position: absolute;
	top: 0;
	left: 0;
	color: #71717a;
}

.die .die__row:first-child .die__num {
	color: #d97706;

}
.die .die__row:nth-child(2n) {
	background: #f5f5f4;
}
.die__row {
	border: 1px solid #e4e4e4;
	border-radius: 3px 3px 3px 3px;
}
.die__row:not(.die__row:first-child) {
	border-top: 0;
}
.die__row > div:not(.die__row > div:first-child) {
	border-top: 1px solid #e4e4e4;
}
.die__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 8px;
}
.die__num {
	color: #57534e;
	font-size: 30px;
    font-weight: 700;
}
.die__image {
	flex: 0 0 290px;

}

.die__price-min {
	font-size: 14px;
	margin-bottom: 6px;
}

.die__price-summ {
	font-weight: 700;
	font-size: 24px;
	color: #292524;
}
.die__price {
	text-align: center;
}
.die__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.die__rating-num {
	color: #2563eb;
	font-size: 30px;
    font-weight: 700;
    margin-bottom: 2px;
}
.die__rating-min {
	font-size: 14px;
	margin-bottom: 5px;
}

.stars {
	display: flex;
	align-items: center;
	margin: 0 -2px;
}
.stars img {
	margin: 0 2px;
	width: 16px;
}
.die__list li {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
}
.die__list li:not(.die__list li:first-child) {
	margin-top: 8px;
}
.die__list li i {
	flex-shrink: 0;
	width: 16px;
	margin-right: 12px;
}

.die__action {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
}
.button1 {
	background: #3c5bb3;
	color: #fff;
	padding: 10px;
	min-height: 51px;
	min-width: 181px;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 18px;
}
.button1 img {
	width: 12px;
	transition: .15s cubic-bezier(.4,0,.2,1);
	margin-left: 6px;
}
.button1:hover img {
	transform: translateX(8px);
}
.die__trading {
	margin-bottom: 8px;
}

.button2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
.button2 img {
	margin-left: 8px;
	width: 8px;
	transition: 0.3s;
}
.button2.active img {
	transform: rotate(180deg);
}

.die__bottom {
	padding: 10px;
}
.die__descript {
	width: 83%;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 1.625;
	color: #57534e;
}
.die__descript i {
	display: inline-block;
	width: 16px;
	margin-right: 3px;
	margin-bottom: -3px;
}
.die__image,
.die__price,
.die__rating,
.die__list,
.die__action {
	margin: 0 8px;
}

.die__price {
	flex: 0  1 122px;
}
.die__rating {
	flex: 0 1 160px;
}
.die__list {
	flex-grow: 1;
}
.die__num {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.die__more {
	display: none;
}
.die__table {
	display: flex;
}
.die__col {
	flex: 0 0 33.333%;
	padding: 8px;
	font-size: 14px;
}
.die__col:not(.die__col:first-child) {
	border-left: 1px solid #e4e4e4;
}

.die__col-name {
	margin-bottom: 16px;
	font-weight: 700;
    color: #18181b;
}

.footer {
	background: #f5f764;
	padding-top: 56px;
	padding-bottom: 48px;
}
.footer__links {
	display: flex;
	align-items: center;
	margin: 0 -8px;
	margin-bottom: 16px;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.9;
}
.footer__links a {
	margin: 0 8px;
}

.footer__text {
	color: #78716c;
	font-size: 14px;
	line-height: 1.7;
}

.footer__text p:not(.footer__text p:first-child) {
	margin-top: 16px;
}

.footer__br {
	margin-bottom: 56px;
}