.market .section.top {
    padding: 0;
	/*
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ff7a01, endColorstr=#fe4c58)";
	background: -webkit-linear-gradient(120deg, #ff7a01, #ff7a01, #fe4c58, #fe4c58);
	background: -moz-linear-gradient(120deg, #ff7a01, #ff7a01, #fe4c58, #fe4c58);
	background: -o-linear-gradient(120deg, #ff7a01, #ff7a01, #fe4c58, #fe4c58);
	background: linear-gradient(120deg, #ff7a01, #ff7a01, #fe4c58, #fe4c58);
	*/
}
.market .section.top .main-bg {
    display: flex;
    align-items: flex-start;
    background-image: url(img/rm-20250605-2.jpg);
    background-color: #777;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    height: 409px;
    margin: 0 auto;
    padding: 60px 70px;
    flex-direction: column;
    justify-content: space-around;
    color: #fff;
    border-radius: 30px;
}
.market .section.top h1 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    width: 70%;
    margin: -10px 0 20px;
}
.market .section.top .button-link {
	position: relative;
    display: block;
    color: #fff;
	text-align: center;
	width: 25%;
    padding: 20px 40px;
    border-radius: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#BF2025, endColorstr=#fe4c58)";
    background: -webkit-linear-gradient(120deg, #BF2025, #FF4433);
    background: -moz-linear-gradient(120deg, #BF2025, #FF4433);
    background: -o-linear-gradient(120deg, #BF2025, #FF4433);
    background: linear-gradient(120deg, #BF2025, #FF4433);
	transition: all 0.5s ease-in;
}
.market .section.top .button-link:hover,
.market .section.top .button-link:focus {
    color: #fff;
    box-shadow: inset 500px 0 0 0 #BF2025;
}
.market .section.top .button-link::after {
    content: '';
    display: block;
    position: absolute;
    top: -20%;
    right: auto;
    bottom: 30%;
    left: -5%;
    height: auto;
    width: 100%;
    background-image: url(img/rm-20250605-11.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all 0.5s ease-out;
}
.market .section.top .button-link:hover::after {
    animation: arrow-1 1s linear infinite;
}
@keyframes arrow-1 {
    0% {
        top:-20%;
		bottom: 30%;
    }
    50% {
        top:-25%;
		bottom: 25%;
    }
    100% {
        top:-20%;
		bottom: 30%;
    }
}
.market .section.top .top-data .button-link {
	width: 100%;
}
.market .section.top .top-data .button-link:hover,
.market .section.top .top-data .button-link:focus {
    color: #962927;
    box-shadow: inset 500px 0 0 0 #fff;
    outline-offset: 0px;
    outline: 2px solid #962927;
}
.market .section.top .top-data .button-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 15%;
    right: auto;
    bottom: 15%;
    left: 0;
    height: auto;
    width: 100%;
    background-image: url(img/rm-20250605-10.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 1;
	transition: all 0.5s ease-out;
}
.market .section.top .top-data .button-link:hover::after,
.market .section.top .top-data .button-link:focus::after {
    background-position: right -100% center;
}
.market .section.top .top-data {
    margin: 50px 10px;
}
.market .section.top .top-data .item {
	
}
.market .section.top .top-data .item .data {
    color: transparent;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    background: -webkit-linear-gradient(120deg, #BF2025, #FF4433);
    background: -moz-linear-gradient(120deg, #BF2025, #FF4433);
    background: -o-linear-gradient(120deg, #BF2025, #FF4433);
    background: linear-gradient(120deg, #BF2025, #FF4433);
    background-clip: text;
    -webkit-background-clip: text;
}
.market .section.top .top-data .item .descr {
    color: #962927;
    font-size: 18px;
    font-weight: 700;
    padding: 3px 0 0;
}
@media (max-width: 1024px) {
	.market .section.top .main-bg {
		display: flex;
		align-items: flex-start;
		width: 100%;
		height: 600px;
		height: calc(100vh - 200px);
		margin: 15px auto;
		padding: 20px 30px 30px;
		background-size: cover;
		background-position: 70% 50%;
		justify-content: space-between;
		overflow: hidden;
	}
	.market .section.top h1 {
		width: calc(100% + 60px);
		font-size: 22px;
		line-height: 32px;
		text-align: center;
		padding: 25px 10px 40px;
		margin: -20px -30px 0;
		text-shadow: 0 0 100px #952528;
		background: -webkit-linear-gradient(180deg, #952528, transparent);
		background: -moz-linear-gradient(180deg, #952528, transparent);
		background: -o-linear-gradient(180deg, #952528, transparent);
		background: linear-gradient(180deg, #952528, transparent);
	}
	.market .section.top a.button-link {
		margin: 10px auto 0;
		width: 100%;
	}
	.market .section.top .top-data {
		margin: 10px 0;
	}
	.market .section.top .top-data .item {
		padding: 0 15px 20px;
	}
}
.market .section.what {
	padding: 60px 0px 80px;
	color: #962927;
}
.market .section.what .h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    text-transform: uppercase;
    color: #962927;
    text-align: left;
    padding: 0 40px 0 0;
    margin: -10px 0 30px;
}
.market .section.what p.icon-li {
    color: #962927;
	font-size: 18px;
}
.market .section.what p.icon-li:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    padding: 0px;
    margin: 0 5px 0 0;
    background: url(img/icon-li.png);
    background-size: 27px;
    background-position: left top 2px;
    background-repeat: no-repeat;
}
.market .section.what .col-md-5 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.market .section.what .col-md-5 > img {
    position: absolute;
    top: -125px;
    right: -50px;
    bottom: 0;
    left: auto;
    width: 550px;
    max-width: 300%;
    height: auto;
    max-height: 200%;
}
.market .section.what .col-md-5 > div {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 420px;
    height: 420px;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 30px;
    float: right;
}
.market .section.what video {
    display: block;
    width: auto;
    max-width: 2000px;
    height: 420px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1024px) {
	.market .section.what .h2 {
		font-size: 26px;
		line-height: 36px;
		padding: 0;
	}
	.market .section.what .col-md-5 {
		margin: 60px 0 0;
	}
	.market .section.what .col-md-5 > img {
		position: absolute;
		top: -80px;
		right: 15px;
		bottom: 0;
		left: 15px;
		width: calc(100vw - 30px);
		max-width: 300%;
		height: auto;
		max-height: 200%;
	}
	.market .section.what .col-md-5 > div {
		width: calc(100vw - 110px);
		aspect-ratio: 1/1;
		height: auto;
		align-items: center;
		align-content: center;
		justify-content: center;
		float: none;
		margin: 0 auto;
	}
}
.market .section.links {
    padding: 0 0 60px;
}
.market .section.links .h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    text-transform: uppercase;
    color: #962927;
    text-align: left;
    padding: 0;
    margin: 0 0 10px;
}
.market .section.links .items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
    height: 870px;
    width: auto;
}
.market .section.links .items > .col-md-4 {
  width: calc(100% / 3);
}
.market .section.links .items > .col-md-4:nth-child(3n + 1) { order: 1; }
.market .section.links .items > .col-md-4:nth-child(3n + 2) { order: 2; }
.market .section.links .items > .col-md-4:nth-child(3n) { order: 3; }

.market .section.links .items::before,
.market .section.links .items::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}
.market .section.links .item {
    position: relative;
    display: block;
    background: #962927;
    color: #fff;
    padding: 0 0 5px 30px;
    margin: 30px auto 0;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    height: 480px !important;
	background: radial-gradient(at center, #FF4433, #962927);
}
.market .section.links .items > .col-md-4:nth-child(even) .item {
    background-color: #D9D9D955;
    height: 300px !important;
	color: #962927;
}
.market .section.links .item .row.flex {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}
.market .section.links .item img {
    padding: 0;
    margin: 0;
}
.market .section.links .item h3 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 0 10px;
}
.market .section.links .item p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
}
.market .section.links .item .row>div:first-child {
    position: absolute;
    width: 95%;
    top: 10%;
    right: auto;
    bottom: 0;
    left: -5%;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease-in-out;
}
.market .section.links .item:hover .row>div:first-child {
    width: 105%;
}
.market .section.links .item.juv {
    background-image: url(img/rm-20250605-4.png) !important;
    background-size: 50%;
    background-position: right top;
    background-repeat: no-repeat;
}
.market .section.links .item.juv:hover {
    background-size: 60%;
}
.market .section.links .item.juv .row>div:first-child {
    width: 25%;
    top: -8%;
    right: 15%;
    bottom: auto;
    left: auto;
}
.market .section.links .item.juv:hover .row>div:first-child {
    width: 29%;
    right: 18%;
}
.market .section.links .item.byt .row>div:first-child {
    width: 75%;
    top: 10%;
    right: 14%;
    bottom: auto;
    left: auto;
}
.market .section.links .item.byt:hover .row>div:first-child {
    width: 87%;
    right: 7%;
    top: 7%;
}
.market .section.links .item.stro {
    background-image: url(img/rm-20250605-6.png) !important;
    background-size: 20%;
    background-position: right top;
    background-repeat: no-repeat;
}
.market .section.links .item.stro:hover {
    background-size: 25%;
}
.market .section.links .item.stro .row>div:first-child {
    width: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 20%;
}
.market .section.links .item.stro:hover .row>div:first-child {
    width: 60%;
}
.market .section.links .item.meh .row>div:first-child {
    width: 65%;
    top: 8%;
    right: 18%;
    bottom: auto;
    left: auto;
}
.market .section.links .item.meh:hover .row>div:first-child {
    width: 76%;
    right: 12%;
    top: 3%;
}
.market .section.links .item.dru {
    background: #D9D9D955;
}
.market .section.links .item.dru .row>div:first-child {
    width: 65%;
    top: -2%;
    right: auto;
    bottom: auto;
    left: 18%;
}
.market .section.links .item.dru:hover .row>div:first-child {
    width: 75%;
    left: 14%;
}
.market .section.links .item.lom {
    background: url(img/lom1.png) #962927;
    background-size: 260px;
    background-position: right 0% bottom;
    background-repeat: no-repeat;
}
.market .section.links .item.stom .row>div:first-child,
.market .section.links .item.monety .row>div:first-child {
    right: 15px;
}
@media (max-width: 1199px) {
	.market .section.links {
		padding: 0 0 50px;
	}
	.market .section.links .h2 {
		font-size: 26px;
		line-height: 36px;
		padding: 0;
		margin: 0;
	}
	.market .section.links .items {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		gap: 0;
		height: auto;
		width: auto;
	}
	.market .section.links .items > .col-md-4 {
		width: 100%;
		order: unset !important;
	}
	.market .section.links .item {
		padding: 0 0 5px 20px;
		height: 420px !important;
	}
	.market .section.links .item h3 {
		letter-spacing: 2px;
		margin: 0 0 10px;
	}
	.market .section.links .item p {
		font-size: 16px;
		line-height: 26px;
	}
	.market .section.links .item.juv {
		background-size: 65%;
	}
	.market .section.links .item.juv:hover {
		background-size: 70%;
	}
	.market .section.links .item.juv .row>div:first-child {
		top: -8%;
		right: 20%;
		width: 30%;
	}
	.market .section.links .item.juv:hover .row>div:first-child {
		width: 33%;
		right: 21%;
	}
	.market .section.links .item.stro {
		background-size: 25%;
	}
	.market .section.links .item.stro:hover {
		background-size: 30%;
	}
	.market .section.links .item.stro .row>div:first-child {
		width: 60%;
		left: 10%;
	}
	.market .section.links .item.stro:hover .row>div:first-child {
		width: 70%;
	}
}
.market .section.map {
    padding: 0 0 80px;
}
.market .section.map .h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    text-transform: uppercase;
    color: #962927;
    text-align: left;
    padding: 0;
    margin: 0 0 40px;
}
.market .section.map .map-cont {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 1px #d0d0d0;
}
@media (max-width: 1199px) {
	.market .section.map .h2 {
		font-size: 26px;
		line-height: 36px;
		padding: 0;
		margin: 0 0 30px;
	}
}