/* ------------------------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
	background-color: transparent;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a {
	color: inherit;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}

svg {
	display: block;
}

/* ---------------------------------------------------------------------------- */

.container {
	max-width: 1350px;
	padding: 0 25px;
	margin: 0 auto;
}

:root {
	--font-family: "Inter", sans-serif;
	--second-family: "Alice", sans-serif;
	--swiper-navigation-size: 15px;
}

body {
	font-family: var(--font-family)
}

/* -------------------------header-------------------------*/

.header {
	/* margin-bottom: 66px; */
}

.container {}

.header__inner {}

.header-top {
	background: #313131;
	padding: 10px 0;

}

.header-top--hide {
	position: fixed;
	background: #313131;
	padding: 10px 0;
	z-index: 20;
	width: 100%;
	top: 0;

	opacity: 0;
	pointer-events: none;

	transition: ease .2s;
}

.scroll--active {
	opacity: 1;
	pointer-events: all;
}

.header-top__inner {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}

.header__times {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 21px;
	margin: 0 0 0 32px;
}

.header__date {
	font-weight: 300;
	font-size: 15px;
	line-height: 96%;
	text-align: center;
	color: #fff;
}

.header__time {
	font-weight: 300;
	font-size: 15px;
	line-height: 96%;
	text-align: center;
	color: #fff;
}

.header-mid {
	background: #5daabc;
	padding: 14px 0 16px 0;
}

.header-mid__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.header__logo {}

.header__logo-image {}

.header__search-form {
	width: 100%;
	max-width: 481px;
	margin: 0 0px 6px 76px;
}

.header__label {
	display: flex;
	align-items: center;
	width: 100%;
}

.header__input {
	width: 100%;
	padding: 12px 12px 12px 24px;
	border-radius: 10px 0px 0px 10px;

	font-weight: 300;
	font-size: 16px;
	line-height: 116%;
	color: #616161;

	background: white!important;
}

.header__search {
	background: #3f8a9b;
	border-radius: 0px 10px 10px 0px;

	padding: 11px 17px 13px 15px;
}

.header__search-image {}

.header__btns {
	display: flex;
	align-items: center;
	margin: 0 0 8px 0;
}

.header-right {
	display: flex;
	gap: 20px;
}

.header__btns-regs {
	display: flex;
}

.header__btn-sign {
	background: #3f8a9b;
	border-radius: 10px 0px 0px 10px;
	padding: 12px 29px 9px 21px;

	display: flex;
	align-items: center;
	gap: 12px;

	transition: ease .2s;

}

.header__btn-image {}

.header__btn-text-black {
	font-weight: 300;
	font-size: 16px;
	line-height: 96%;
	text-align: center;
	color: #2c2b2b;
}

.header__btn-text-white {
	font-weight: 300;
	font-size: 16px;
	line-height: 96%;
	text-align: center;
	color: #fff
}

.header__btn-reg {
	display: flex;
	align-items: center;

	background: #90ccda;
	border-radius: 0 10px 10px 0;

	padding: 12px 16px 9px 16px;
	gap: 12px;

	transition: ease .2s;
}

.main-btn{
	transition: ease .2s;
}

.header-bot {
	background: #f1f1f1;
	padding: 20px 0 23px 0;
}

.header-bot--media {
	background: #f1f1f1;
	padding: 20px 25px;

	display: none;
}

.header-bot--media .header__search-form {
	max-width: unset;
}

.header-bot__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;

	max-width: 875px;
	width: 100%;
	margin: 4px 0 0 0;
}

.menu__item {
	font-weight: 400;
	font-size: 17px;
	color: #525252;
	transition: ease .2s;
}

.menu__link {}

.header__info {
	display: flex;
	align-items: center;
	gap: 23px;
}

.header__info-content-top {
	display: flex;
	align-items: center;
	gap: 3px;
}

.header__info-content {

	display: flex;
	flex-direction: column;

}

.header__info-coin {
	font-weight: 400;
	font-size: 17px;
	color: #000;

	transition: ease .2s;
}

.header__info-desc {
	font-size: 13px;
	color: #000;
	font-weight: 400;
}

.header__info-image {}


/* -------------------------auction-------------------------*/

.page__auction {
	position: relative;

	margin-bottom: 92px;
}

.auction__container {
	max-width: 1467px;

}

.container {}

.auction__inner {
	display: flex;
	gap: 19px;
	justify-content: center;
}

.auction-swiper {
	width: 100%;
	max-width: 1301px;
	overflow: hidden;
}

.auction-slider {}

.swiper-wrapper {}

.auction-slide {
	background: linear-gradient(180deg, #f1f1f1 0%, #f7f7f7 75.24%, #f9f9f9 100%);
	padding: 58px 30px 58px 90px;
	border-radius: 10px;

	position: relative;
	overflow: hidden;
}

.auction__image {
	position: absolute;
	bottom: 0px;
	right: 0;
	max-width: 100%;
	pointer-events: none;
	z-index: -1;
}

.swiper-slide {}

.auction__title {
	font-weight: 400;
	font-size: 32px;
	color: #2c2d2e;

	margin: 3px 0 32px 0px;
}

.example {}

.auction__timer {
	margin-bottom: 28px;
}

.flipdown {}



.auction__btn-link {
	font-weight: 400;
	font-size: 20px;
	color: #fff;

	background: #5daabc;
	border-radius: 54px;
	padding: 17px 35px;

	display: inline-block;

	margin-bottom: 59px;
}

.auction__list {
	max-width: 585px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 12px;
	margin: 0 0 0 -5px;
}

.auction__item {}

.auction__item-1 {}



.auction__link {
	font-weight: 300;
	font-size: 15px;
	line-height: 96%;
	text-align: center;
	color: #090909;

	border: 1px solid #090909;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0);
	padding: 7px 14px 4px 15px;
	background: linear-gradient(180deg, #f1f1f1 0%, #f7f7f7 75.24%, #f9f9f9 100%);

	display: inline-block;
}

.auction__link-2 {
	padding: 7px 15px 6px 22px;
}

.auction__link-3 {
	padding: 5px 25px 7px 19px;
}

.auction__link-4 {
	padding: 6px 13px 4px 15px;
}

.auction__item-5 {}

.auction__item-6 {
	max-width: 87px;
	width: 100%;
}

.auction__link-6 {
	width: 100%;

	padding: 5px 14px 4px 14px;
}

.auctions__btns {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: calc(100% - 403px);
	padding: 0 41px;

	z-index: 10;
}

.auction__btn-prev {}

.swiper-button-prev {}

.swiper-button-next {}

.auction__btns {
	display: none;
}


/* -------------------------lots-------------------------*/

.page__lots {
	padding-bottom: 72px;
}

.lots__container {
	max-width: 1346px;
}

.container {}

.lots__inner {}

.lots__title {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 36px;
	color: #000;
	text-align: center;

	margin: 0 0 53px 36px;
}

.lots__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 19px 19px;

	margin-bottom: 78px;
}

.lots__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 26px;
	align-items: center;

	border-radius: 10px;

	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.09);
	background: #fff;
	padding: 20px;
}

.lots__card-top {}

.lots__img {
	display: flex;
	align-items: center;
	justify-content: center;

	margin-bottom: 27px;
}

.lots__image {}

.lots__card-list {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lots__card-term {
	font-weight: 400;
	font-size: 16px;
	line-height: 126%;
	text-align: center;
	color: #000;

	margin-bottom: 15px;
}

.lots__card-desc {
	font-weight: 700;
	font-size: 24px;
	line-height: 126%;
	text-align: center;
	color: #000;
}

.lots__card-rub {
	font-weight: 600;
	font-size: 20px;
	color: #000;
}

.lots__card-link {
	font-weight: 400;
	font-size: 15px;
	line-height: 126%;
	text-align: center;
	color: #fff;

	background: #5daabc;
	border-radius: 95px;
	width: 100%;
	padding: 7px 0 9px 0;
	margin: 0 0 0px 0px;
}

.lots-bot {
	display: flex;
	justify-content: center;
	margin: 0 0 0 10px;
}

.lots__bot-link {
	background: #5daabc;
	border-radius: 54px;
	padding: 16px 37px 17px 41px;
	display: inline-block;

	font-weight: 400;
	font-size: 20px;
	color: #fff;
}

/* -------------------------preview-------------------------*/

.page__preview {
	background: #f6f6f6;

	padding: 86px 0 63px 0;
}

.preview__container {}

.container {}

.preview__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.preview__title {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 48px;
	text-align: center;
	color: #000;
	margin: 0 0 42px 15px;
	line-height: 112%;
}

.preview__subtitle {
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #888;
	margin: 0 0 23px 32px;
	max-width: 866px;
	line-height: 110%;
}

.preview__img {
	margin: 0 0 0 32px;
}

.preview__image {}

/* -------------------------advantages-------------------------*/

.page__advantages {
	padding: 74px 0 81px 0;
}

.advantages__container {}

.container {}

.advantages__inner {}

.advantages__title {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 36px;
	color: #000;
	text-align: center;

	margin-bottom: 95px;
}

.advantages__cards {
	display: flex;
	justify-content: space-between;
	max-width: 1301px;
	width: 100%;
	gap: 20px;
}

.advantages__card {
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: center;
	max-width: 211px;
}

.advantages__card-1 {
	max-width: 164px;
	width: 100%;
}

.advantages__card-2 {
	max-width: 179px;
	width: 100%;
}

.advantages__card-3 {
	max-width: 140px;
	width: 100%;
	margin: 10px 0 0 0;
}

.advantages__card-4 {
	max-width: 110px;
	width: 100%;

}

.advantages__card-5 {
	max-width: 146px;
	width: 100%;
	margin: 0 0 0 10px;
	padding: 0px 0px 0 8px;
}

.advantages__card-6 {
	max-width: 197px;
	width: 100%;
}

.advantages-card__title {
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #000;
	line-height: 117%;
}

.advantages-card__title-3 {}

.advantages__img {}

.advantages__image {}

.advantages__image-3 {
	margin: -10px 0 0 0;
}

/* -------------------------footer-------------------------*/

.footer {
	background: #313131;
	padding: 30px 0 33px 0;
}

.container {}

.footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer__logo {
	margin: 0 31px 23px 0px;
}

.footer__logo-image {}

.footer__menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 926px;
	width: 100%;
	gap: 20px;

	margin: 0 15px 41px 0;
}

.footer__item {
	font-weight: 400;
	font-size: 18px;
	color: #fff;

	transition: ease .2s;
}

.footer__link {}

.footer__desc {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 23px;
	margin: 0 18px 0 0;
}

.footer__desc-link {
	font-weight: 400;
	font-size: 15px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #fff;
}

.footer__desc-text {
	font-weight: 400;
	font-size: 16px;
	color: #838383;
}

/* -------------------------burger-------------------------*/

.burger-btn {
	display: none;
	cursor: pointer;

	width: 30px;
	height: 30px;
}

.burger-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	z-index: 50;
	transition: ease .2s;
	background: rgba(41, 39, 39, 0.575);
}



.burger-menu__window {
	width: 40%;
	background: rgb(241, 241, 241);
	padding: 0 16px;
	height: 100%;
	position: relative;
	transform: translateX(-100%);

	transition: ease .2s;
}

.burger-menu__close {
	font-size: 30px;
	position: absolute;
	top: 30px;
	right: 30px;
	font-family: var(--font-family);
	letter-spacing: 0.02em;
}

.burger-menu--visible {
	opacity: 1;
	pointer-events: all;
}

.burger-menu--visible .burger-menu__window {
	transform: translateX(0);
}


.burger-btn__stroke {
	width: 26px;
	height: 3px;
	background: #fff;
	transition: all .3s ease;
	border-radius: 20px;
}

.burger-btn--active .burger-btn__lane1 {
	transform: translate(0px, 8px) rotate(45deg);
}

.burger-btn--active .burger-btn__lane2 {
	opacity: 0;
}

.burger-btn--active .burger-btn__lane3 {
	transform: translate(0px, -8px) rotate(-45deg);
}


.burger-menu__window .menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: unset;

	margin: unset;
	padding: 100px 0 0 0;

	margin-bottom: 30px;
}

.burger-menu__window .menu__item {
	font-size: 20px;
}

.menu__link {}

.burger-menu__window .header__info {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.header__info-content {}

.burger-menu__window .header__info-content-top {
	justify-content: center;
}

.burger-menu__window .header__info-coin {
	font-size: 20px;
	color: #525252;
}

.header__info-image {}

.header__info-desc {}

.burger-menu__window .header__btns {
	justify-content: center;
	margin: 20px 0 0 0;
}

/* -------------------------hover/active-------------------------*/

@media(hover:hover) {
	.menu__item:hover {
		color: #000000;
	}

	.header__btn-sign:hover {
		background: #2bb7d7;
	}

	.header__btn-reg:hover {
		background: #95e8fb;
	}

	.footer__item:hover {
		color: #a5a5a5;
	}

	.main-btn:hover {
		background: #81d4e7;
	}
	.header__info-coin:hover {
		color: #525252;
	}

}

/* -------------------------media-------------------------*/

@media(max-width:1320px) {
	.auction__image {
		opacity: 0.5;
		min-width: 894px;
	}

	.advantages__cards {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.advantages__card {
		padding: unset;
		margin: unset;
		max-width: unset;
		flex: 1 1 47%;
		align-items: center;
	}

	.advantages-card__title {
		text-align: center;
		max-width: 200px;
	}

	.header-bot {
		display: none;
	}

	.burger-btn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
	}

	.header__btns {
		margin: unset;
	}

	.header__search-form {
		margin: 0 0 0 76px;
	}
}

@media(max-width:1120px) {
	.auction-slide {
		padding: 30px;
	}

	.header__search-form {
		margin: unset;
	}

	.header__btns {
		margin: unset;
	}

	.header__logo-image {
		max-width: 175px;
	}

	.footer__menu {
		flex-wrap: wrap;
	}
}

@media(max-width:820px) {
	.header__btns {
		display: none;
	}

	.header__btn-sign {
		padding: 12px;
	}

	.header__btn-reg {
		padding: 12px;
	}

	.auction__inner {
		gap: 10px;
	}

	.burger-menu__window {
		width: 50%;
	}

	.auction__btn-next>svg {
		max-width: 30px;
	}

	.auction__btn-prev>svg {
		max-width: 30px;
	}

	.container {
		padding: 0 15px;
	}

	.burger-menu__window .header__btns {
		display: flex;
		justify-content: center;
		margin: 20px 0 0 0;
	}

	.footer__logo {
		margin: 0 0 20px 0;
	}

}

@media(max-width:550px) {
	.auction__title {
		font-size: 25px;
		margin: 3px 0 20px 6px;
	}

	.auction__timer {
		margin: 0 auto 20px auto;
	}

	.auction__btn-link {
		font-size: 16px;
		width: 100%;
		text-align: center;
	}

	.auction__btn-link {
		margin-bottom: 30px;
	}

	.auction__list {
		flex-direction: column;
		gap: 5px;
	}

	.auction__link {
		max-width: unset;
		width: 100%;
	}

	.auction__image {
		/* display: none; */
	}

	.burger-menu__window {
		width: 100%;
	}

	.auction__inner {
		flex-direction: column;
	}

	.auction__btns {
		display: flex;
		justify-content: space-around;
	}

	.auction__btn {
		display: none;
	}

	.lots__title {
		margin: 0 0px 40px 0;
	}

	.page__auction {
		margin-bottom:50px;
	}

	.page__preview {
		padding: 50px 0;
	}

	.preview__title {
		font-size: 36px;
	}

	.preview__title {
		margin: 0 0 30px 0;
	}

	.preview__subtitle {
		margin: 0 0 20px 0;
		font-size: 18px;
	}

	.preview__image {
		max-width: 150px;
	}

	.lots__cards {
		margin-bottom: 40px;
	}

	.advantages__card {
		flex: 1 1 50%;
		align-items: center;
	}

	.advantages__title {
		margin-bottom: 40px;
	}

	.page__advantages {
		padding: 50px 0;
	}


	.header__search-form {
		display: none;
	}

	.header-bot--media {
		display: block;
	}

	.header-bot--media .header__search-form {
		display: flex;
	}

	.footer__menu {
		flex-direction: column;
		margin: 0 0 20px 0;
	}

	.footer__desc {
		margin: unset;
	}

	.footer__desc-link {
		text-align: center;
	}

	.footer__desc-text {
		text-align: center;
	}

	.header__times {
		margin: unset;
	}

	.auction-slide {
		padding: 20px;
	}

	.header__btn-image {
		max-height: 18px;
	}

	.header {
		margin-bottom: 25px;
	}

	.auction__item-6 {
		max-width: unset;
	}

	.gal-slider-slide a {
		width: 92%;
	}

	.cats li {
		margin-left: 0;
	}

	.contacts__col--1 {
		width: 100%;
	}

	.contacts__col--2 {
		width: 100%;
	}

	.contacts__row--2 { 
		flex-direction: column;
	}

    .cont-cab .tab-left {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
		float: none;
    }

	.tab-right {
		overflow: initial;
	}

	.left-reg {
        width: 100%;
		float: none;
		text-align: left;
    } 

	.field input {
		width: 100%;
		margin-top: 10px;
	}

	.right-reg {
		float: none;
		width: 100%;
	}

	.right-reg .field.radio {
		/* margin-top: 20px; */
	}

	.check.customP {
		flex-wrap: nowrap;
	}

	.menu-lot {
		margin: 0px;
	}

	#user-delivery_id {
		margin-top: 20px;
	}
}

@media(max-width: 380px) {
	.header__date {
		font-size: 13px;
	}

	.header__time {
		font-size: 13px;
	}

	.header__times {
		gap: 10px;
	}

	.auction__title {
		font-size: 23px;
	}

	.preview__title {
		font-size: 30px;
	}

	.preview__subtitle {
		font-size: 16px;
	}

	.page__preview {
		padding: 30px 0;
	}
}