@import url(https://fonts.googleapis.com/css?family=Noto+Sans:regular,500,600,700italic&display=swap);



* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	color: #000;
	line-height: 1;
	font-family: "";
	font-size: 0.875rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



button {
	cursor: pointer;
	color: inherit;
	background-color: transparent;
}

a {
	color: inherit;
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}





.date-second {
	font-family: "Noto Sans", sans-serif;
	max-width: 80%;
	margin: auto;
	width: 100%;
}

.date-second__slider {
	padding: 1.5625rem 0.3125rem;
}

.date-second__pagination {
	padding-top: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
}

.date-second__pagination.swiper-pagination-lock {
	display: none;
}

.date-second .swiper-pagination-bullet {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0.75rem;
	flex: 0 0 0.75rem;
	height: 0.75rem;
	background-color: #d2d6d6;
	cursor: pointer;
	-webkit-transition: -webkit-flex-basis 0.5s ease 0s;
	transition: -webkit-flex-basis 0.5s ease 0s;
	transition: flex-basis 0.5s ease 0s;
	transition: flex-basis 0.5s ease 0s, -webkit-flex-basis 0.5s ease 0s, -ms-flex-preferred-size 0.5s ease 0s;
	border-radius: 50%;
}

.date-second .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #d53b48;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.75rem;
	flex: 0 0 1.75rem;
	border-radius: 0.625rem;
}

.date-second .card-date-second {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #104050;
	background-color: white;
	border-radius: 1.25rem;
	position: relative;
	border: 0.0625rem solid transparent;
	padding: 1.25rem 1.25rem 0.3125rem 0.625rem;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 0.0625rem solid #e6e9e68f;
}

.card-date-second_top {
	border: 0.0625rem solid #3dc243 !important;
}

.card-date-second_profi {
	border: 0.0625rem solid #ef4050 !important;
}

.card-date-second__user-label-top {
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	background-color: #3dc243;
	padding: 0.25rem 0.9375rem;
	border-top-left-radius: 1.125rem;
	text-transform: uppercase;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
	font-size: 0.75rem;
}

.card-date-second__user-label-profi {
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	background-color: #ef4050;
	padding: 0.25rem 0.9375rem;
	border-top-left-radius: 1.125rem;
	text-transform: uppercase;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
	font-size: 0.75rem;
}

.card-date-second__avatar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 3.75rem;
	flex: 0 0 3.75rem;
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 50%;
	border: 0.0625rem solid #2575bf;
	background-color: white;
	position: relative;
}

.card-date-second__avatar img {
	width: 2.5rem;
	height: 2.5rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.card-date-second__verification-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.5625rem;
	flex: 0 0 1.5625rem;
	width: 1.5625rem;
	height: 1.5625rem;
	border-radius: 50%;
	background-color: #3dc243;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 0.0625rem solid white;
}

.card-date-second__verification-icon svg {
	width: 0.75rem;
	height: 0.75rem;
	fill: white;
}

.card-date-second__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-self: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
}

.card-date-second__user-info {
	font-size: 1.125rem;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.3125rem 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	word-break: break-all;
}

.card-date-second__user-info:not(:last-child) {
	margin-bottom: 0.625rem;
}

.card-date-second__information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	font-size: 0.875rem;
}

.card-date-second__information:not(:last-child) {
	margin-bottom: 0.625rem;
}

.card-date-second__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-date-second__date {
	font-size: 0.875rem;
	justify-self: flex-start;
}

.card-date-second__price {
	font-size: 1rem;
	font-weight: 700;
	color: #2575bf;
}

.swiper {
	overflow: hidden;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.swiper-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
	display: none !important;
}

.card-date-second__name {
	width: 195px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-align: end;
	color: #2575bf;
}

.priceBlock .date-second__pagination {
	display: none;
}

@media screen and (min-width: 1920px) {
	.card-date-second__name {
		width: 9vw;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
	.card-date-second__name {
		width: 10vw;
	}
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
	.card-date-second__name {
		width: 12vw;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
	.card-date-second__name {
		width: 10vw;
	}
}

@media screen and (max-width: 1200px) {
	.card-date-second__name {
		width: 15vw;
	}
}

@media screen and (max-width: 990px) {
	.card-date-second__name {
		width: 20vw;
	}
}

@media (max-width: 80em) {
	.date-second {
		max-width: 60.625rem;
	}

	.card-date-second {
		padding: 1.25rem 0.625rem 0.3125rem 0.625rem;
	}

	.card-date-second__content {
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.card-date-second__user-info {
		font-size: 1rem;
	}

	.card-date-second__information {
		font-size: 0.75rem;
	}

	.card-date-second__bottom {
		gap: 0.3125rem;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.card-date-second__date {
		font-size: 0.625rem;
	}

	.card-date-second {
		font-size: 0.875rem;
	}
}

@media (max-width: 64em) {
	.date-second {
		max-width: 43.125rem;
	}
}

@media (max-width: 67.5em) {
	.date-second {
		max-width: 49.375rem;
	}
}

@media (max-width: 61.875em) {
	.date-second {
		max-width: 41.25rem;
	}
}

@media (max-width: 33.125em) {
	.date-second__slider {
		margin-left: 0.9375rem;
	}
	.card-date-second__name {
		width: 45vw;
	}
}

@media (max-width: 33.0625em) {
	.date-second__pagination {
		display: none;
	}
}

@media (any-hover: hover) {
	.card-date-second:hover {
		background-color: #2575bf;
		color: white;
		border: 0.0625rem solid #2575bf;
	}
	.card-date-second:hover .card-date-second__name,
	.card-date-second:hover .card-date-second__price {
		color: #fff;
	}
}