html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 100%;
	font-family: "Geometria";
	scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

main {
  flex: 1 1 auto;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}

a svg {
	-webkit-transition: .5s;
	transition: .5s;
}

button {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-family: "Geometria";
}

button svg {
	-webkit-transition: .5s;
	transition: .5s;
}

button:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

* {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

.container {
	position: relative;
	z-index: 2;
}

section {
	position: relative;
	z-index: 1;
}

.btn {
	width: 281px;
	height: 70px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 14px;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	border: 0;
}

.btn:hover,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-pink {
	background: #ff335f;
	color: #fff;
}

.btn-pink:hover,
.btn-pink:focus {
	background: #eb1f4b;
	color: #fff;
}

.btn-pink-contur {
	background: transparent;
	border: 2px solid #ff335f;
	color: #ff335f;
}

.btn-white-contur {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.btn-pink-contur:hover,
.btn-pink-contur:focus {
	background: #ff335f;
	color: #fff;
}

.btn-white-contur:hover,
.btn-white-contur:focus {
	background: #fff;
	color: #ff335f;
}

.btn-white {
	background: #fff;
	color: #302b2b;
}

.btn-white:hover,
.btn-white:focus {
	color: #ff335f;
}

.btn-white-pink {
	color: #ff335f;
	background: #fff;
}

.btn-white-pink:hover,
.btn-white-pink:focus {
	color: #fff;
	background: #eb1f4b;
}

h1 {
	font-weight: 700;
	font-size: 46px;
	line-height: 58px;
	letter-spacing: -1px;
	color: #302b2b;
}

h2,
.h2 {
	font-weight: 700;
	font-size: 34px;
	line-height: 43px;
	letter-spacing: -1px;
	color: #302b2b;
}

h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 25px;
	color: #302b2b;
}

p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #3D3D3D;
}

.loader:not(.show) {
	display: none;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 99999999;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pink {
	color: #ff335f !important;
}

.mr-19 {
	margin-right: 19px;
}

/* navbar-info */
#top .navbar-info {
	max-height: 30px;
	margin-bottom: 0;
	/* background-color: #ffe4ea; */
	background-color: #ff335f;
	opacity: 1;
	transition: opacity ease-in-out 250ms;
}

.navbar-info__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar-info__mail,
.navbar-info__schedule,
.navbar-info__address {
	margin-bottom: 0;
	font-size: 15px;
	color: white;
}

#top .navbar {
	padding: 30px 0;
}

#top .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	/* margin-right: 27px; */
	margin-right: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

#top .navbar-collapse {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-navbar {
	position: relative;
}

#top .nav-schedule {
	position: absolute;
	bottom: -5px;
	left: 11px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 0;
	color: #ff335f;
}

#top .nav-schedule .nowrap {
	white-space: nowrap
}

#top .navbar-info__address .nowrap,
#top .navbar-info__schedule .nowrap {
	white-space: nowrap
}

#top .nav-item {
	/* margin: 0 20px; */
	margin: 0 5px;
}

#top .nav-link {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.35px;
}

/* for header shrinking */
#top.is-fixed {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
}

#top.is-shrinked .navbar-info {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity ease-in-out 250ms;
}

#top.is-shrinked .navbar {
	padding: 15px 0;
	box-shadow: 0px 0px 10px 5px rgb(100 100 100 / 15%);
	transition: padding ease-in-out 250ms, box-shadow ease-in-out 0ms 250ms;
}

#top.is-shrinked .navbar-brand {
	scale: 0.8;
	transform: translateX(-30px);
}

@media (max-width: 1246px) {
	#top.is-shrinked .navbar-brand {
		scale: initial;
		transform: initial;
	}
}

@media (max-width: 1199.98px) {
	.navbar-info {
		display: none;
	}

	.navbar-info__inner {
		flex-direction: column;
		justify-content: initial;
		align-items: flex-start;
		padding-top: 5px;
	}

	.navbar-info__inner > *:not(:last-child) {
		margin-bottom: 5px;
	}

	.navbar-info__mail,
	.navbar-info__schedule,
	.navbar-info__address {
		color: #ff335f;
		text-transform: none;
	}
}

@media (max-width: 439.98px) {
	.navbar-info__inner {
		align-items: flex-end;
	}

	.navbar-info__inner > *:not(:last-child) {
		margin-bottom: 8px;
	}

	.navbar-info__mail,
	.navbar-info__schedule,
	.navbar-info__address {
		text-align: right;
	}
}

#top.is-shrinked .nav-schedule,
#top.is-shrinked .mail-link {
	display: none;
}

.navbar-contacts {
	position: relative;
}

.mail-link {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	font-size: 14px;
	color: #ff335f;
}

.mail-link--map {
	transform: translateY(200%);
}

#top .phone-link {
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #302B2B;
}

.hero {
	background: #ff335f;
}

.hero .inner {
	padding: 85px 0;
}

.hero-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 695px;
}

.hero-image {
	position: absolute;
	bottom: 0;
	right: -40px;
}

.hero h1 {
	margin-bottom: 22px;
	color: #fff;
	font-weight: bold;
}

/* .hero-h1-sm {
	font-size: 39px;
} */
.hero .subtitle {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 41px;
	color: #fff;
}

.hero .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 45px;
}

.hero p {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.hero ul {
	padding: 0;
	margin: 0;
	width: 100%;
}

.hero ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
}

.hero ul li::before {
	content: '';
	background: url('../img/check_white.png') center / contain no-repeat;
	max-width: 14px;
	height: 10px;
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 7.6px;
	position: relative;
	top: 10px;
	width: 100%;
}

.hero ul li:not(:last-child) {
	margin-bottom: 6px;
}

.features {
	padding: 88px 0 124px;
}

.features h2,
.features .h2 {
	padding: 14px 0 13px;
}

.features p {
	margin-bottom: 53px;
}

.features .items-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-areas: "item1 item1 item1 item2 item2 item3 item3" "item4 item4 item5 item5 item5 item3 item3" "item4 item4 item6 item6 item7 item7 item7" "item8 item8 item8 item8 item8 item8 item8";
	grid-gap: 35px;
}

.features .item {
	padding: 33px 31px;
	border-radius: 14px;
	overflow: hidden;
	background: #f4f4f4;
}

.features .item .heading {
	margin-bottom: 18px;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	color: #ff335f;
}

.features .item .desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #302B2B;
}

.features .btn-pink-contur {
	width: 326px;
}

.features .tag {
	border-radius: 31px;
	padding: 4px 13px;
	background-color: #ff335f;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 55px;
	font-weight: 700 !important;
	font-size: 16px;
	line-height: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFFFFF;
}

.features .item-1 {
	padding-right: 150px;
	position: relative;
	grid-area: item1;
}

.features .item-1 img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -12px;
	width: 162px;
}

.features .item-1 .desc {
	max-width: 259px;
}

.features .item-2 {
	background: #ff335f;
	grid-area: item2;
}

.features .item-2 .heading {
	color: #fff;
	max-width: 190px;
}

.features .item-2 .desc {
	color: #fff;
}

.features .item-3 {
	padding-top: 84px;
	position: relative;
	grid-area: item3;
}

.features .item-3 img {
	position: absolute;
	top: 34px;
	right: 34px;
	width: 96px;
}

.features .item-4 {
	grid-area: item4;
	background: #ffe4ea;
	padding-bottom: 186px;
	position: relative;
}

.features .item-4 img {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.features .item-5 {
	grid-area: item5;
}

.features .item-6 {
	grid-area: item6;
	background: #ff335f;
}

.features .item-6 .heading {
	color: #fff;
	max-width: 190px;
}

.features .item-6 .desc {
	color: #fff;
}

.features .item-7 {
	grid-area: item7;
	background: #ffe4ea;
	padding-right: 212px;
	position: relative;
}

.features .item-7 img {
	position: absolute;
	top: 50%;
	right: 42px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 133px;
}

.features .item-8 {
	grid-area: item8;
}

.advantages {
	padding: 82px 0 104px;
	background: #f4f4f4;
}

.advantages h2,
.advantages .h2 {
	padding: 14px 0 13px;
}

.advantages p {
	margin-bottom: 53px;
}

.advantages .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 14px;
	background: url("../img/bigvelosiped.jpg") center / cover no-repeat;
	padding: 47px 39px 44px 48px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.advantages .item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff335f), to(rgba(250, 0, 255, 0)));
	background: linear-gradient(180deg, #ff335f 0%, rgba(250, 0, 255, 0) 100%);
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	border-radius: 10px;
	padding: 18px 23px 29px;
}

.advantages .item .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 9px;
}

.advantages .item .heading svg {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
}

.advantages .item .heading span {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	display: inline-block;
}

.advantages .item .desc {
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}

.advantages .item-1 {
	max-width: 385px;
}

.advantages .item-2 {
	max-width: 418px;
	margin-top: 117px;
	margin-bottom: 26px;
}

.advantages .item-3 {
	max-width: 450px;
}

.advantages .item-4 {
	max-width: 368px;
	margin-top: 82px;
	margin-bottom: 45px;
}

.advantages .item-5 {
	max-width: 565px;
}

.courier {
	padding: 68px 0 102px;
	background: #ff335f;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.courier .element {
	width: 620.25px;
	height: 520.06px;
	left: -188px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.courier .container {
	z-index: 5;
}

.courier h2,
.courier .h2 {
	color: #fff;
	height: 90;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 33px;
	min-height: 90px;
}

.courier .inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 92px;
	margin-bottom: 37px;
}

.courier .btn {
	width: 220.79px;
	height: 55px;
	font-weight: 500;
	font-size: 15.7143px;
	line-height: 20px;
	letter-spacing: 0.38099px;
}

.courier .item .number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.courier .item .number::after {
	content: '';
	width: 6px;
	height: 12px;
	background: url(../img/arr_white.png) center / contain no-repeat;
	display: inline-block;
}

.courier .item .number span {
	width: 43px;
	height: 43px;
	background: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 13px;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #ff335f;
	border-radius: 50%;
}

.courier .item .heading {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	gap: 8px;
}

.courier .item .desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.vacancies {
	padding: 80px 0 82px;
	background: #f4f4f4;
}

.vacancies h2,
.vacancies .h2 {
	padding: 14px 0 13px;
}

.vacancies p {
	margin-bottom: 53px;
}

.vacancies .col-lg-6 {
	margin-bottom: 29px;
}

.vacancies .item {
	height: 100%;
	background: #fff;
	padding: 32px 36px;
	padding-right: 200px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.vacancies .item img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 197px;
}

.vacancies .text {
	max-width: 330px;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #6A6A6A;
	flex: 1 1 auto;
}

.vacancies .link {
	align-self: start;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0.4em 1.3em;
	font-size: 15px;
	font-weight: 500;
	line-height: initial;
	color: #ff335f;
	border: 1px solid #ff335f;
	border-radius: 8px;
}

.vacancies .heading {
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #302B2B;
	margin-bottom: 12px;
}

.vacancies .item-2 img {
	width: 176px;
	right: 36px;
}

.vacancies .item-3 img {
	width: 193px;
	right: 11px;
}

.vacancies .item-4 img {
	width: 134px;
	right: 27px;
}

.reviews {
	padding: 105px 0 90px;
}

.reviews h2,
.reviews .h2 {
	padding: 14px 0 13px;
	margin-bottom: 37px;
}

.reviews .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.reviews .item-image {
	max-width: 343px;
	min-width: 343px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 96px;
	border-radius: 14px;
	overflow: hidden;
}

.reviews .item-image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-block;
	max-height: 350px;
}

.reviews .item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-right: 100px;
}

.reviews .element {
	position: absolute;
	top: 62px;
	right: 100px;
	width: 162px;
}

.reviews .carousel {
	z-index: 5;
	position: relative;
}

.reviews .tag {
	border-radius: 31px;
	padding: 4px 13px;
	background-color: #ff335f;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 34px;
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFFFFF;
}

.reviews .name {
	font-weight: 500;
	font-size: 26px;
	line-height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #302B2B;
	margin-bottom: 6px;
}

.reviews .experience {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #898989;
	margin-bottom: 22px;
}

.reviews .text {
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #5B5B5B;
	margin-bottom: 33px;
}

.reviews .controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.reviews .controls .carousel-control-prev,
.reviews .controls .carousel-control-next {
	position: relative;
}

.reviews .controls .carousel-control-prev {
	margin-right: 10px;
}

.reviews .controls button {
	width: 40px;
	height: 40px;
}

.reviews .controls button svg {
	width: 100%;
	height: 100%;
}

/* ##### QUESTIONS ##### */
.questions {
	padding: 90px 0 96px;
}

.questions h2,
.questions .h2 {
	margin-bottom: 45px;
}

.questions .questions-list .item {
	background: #F4F4F4;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 17px;
}

.questions .questions-list .item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 22px 20px 22px 31px;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #302B2B;
	cursor: pointer;
}

.questions .questions-list .item-title .icon {
	position: relative;
	width: 40px;
	min-width: 40px;
	height: 40px;
	margin-left: 30px;
}

.questions .questions-list .item-title .icon svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
}

.questions .questions-list .item-title .icon .close {
	opacity: 0;
}

.questions .questions-list .item-title .icon .open {
	opacity: 1;
}

.questions .questions-list .item-content {
	display: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #FF335F;
	padding: 0px 20px 25px 30px;
}

.questions .questions-list .item.active .item-title {
	padding-bottom: 20px;
}

.questions .questions-list .item.active .item-content {
	display: grid !important;
	grid-template-columns: 1fr auto;
	grid-gap: 15px;
}

.questions .questions-list .item.active .close {
	opacity: 1 !important;
}

.questions .questions-list .item.active .open {
	opacity: 0 !important;
}

.questions p {
	margin-bottom: 0;
	line-height: 1.2;
}

.questions .item-answer {
	padding: 25px 25px 30px 35px;
	background-color: #fff;
	border-radius: 10px;
}

.questions .item-answer-title {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
	color: #ff335f;
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='24' viewBox='0 0 33 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3644 0V1.90491C9.5369 3.33343 7.52273 4.82536 6.30396 6.36498C5.0852 7.9203 4.48385 9.60302 4.48385 11.4288C4.48385 12.5241 4.64639 13.254 4.97148 13.667C5.24774 14.0957 5.60496 14.3179 6.0277 14.3179C6.43375 14.3179 7.00234 14.1911 7.70134 13.9689C8.40034 13.731 9.04989 13.6199 9.61849 13.6199C10.9343 13.6199 12.0882 14.0963 13.0634 15.0328C14.0381 15.9692 14.5257 17.1278 14.5257 18.4773C14.5257 19.9692 13.941 21.2395 12.7544 22.3028C11.5845 23.366 10.1061 23.9058 8.36758 23.9058C6.223 23.9058 4.30523 23.0008 2.58339 21.2075C0.860923 19.4137 0 17.2075 0 14.5727C0 11.4771 1.05622 8.58868 3.16867 5.92181C5.29718 3.23925 8.35213 1.27094 12.365 0.00120755L12.3644 0ZM30.7089 0.190189V1.9683C27.5081 3.76211 25.4013 5.38506 24.3883 6.80936C23.3704 8.24151 22.8611 9.9206 22.8611 11.8412C22.8611 12.7143 23.0391 13.3657 23.3809 13.7938C23.7375 14.2388 24.096 14.4447 24.4859 14.4447C24.8271 14.4447 25.3444 14.3263 26.0459 14.0794C26.7418 13.8343 27.4432 13.7141 28.1416 13.7141C29.4414 13.7141 30.5829 14.1706 31.5538 15.0792C32.5161 15.9801 33 17.0952 33 18.4127C33 19.9209 32.3783 21.2341 31.1638 22.3336C29.9413 23.4403 28.4506 24 26.6633 24C24.5675 24 22.6782 23.1149 20.9928 21.3494C19.3148 19.5912 18.4743 17.3971 18.4743 14.7623C18.4743 11.5085 19.5268 8.55245 21.659 5.87351C23.7832 3.20362 26.8098 1.30174 30.7096 0.190792L30.7089 0.190189Z' fill='%23FF335F'/%3E%3C/svg%3E%0A");
	background-size: 33px 24px;
	background-position: right center;
	background-repeat: no-repeat;
}

.questions .item-answer-content {
	padding-right: 40px;
	font-size: 16px;
	line-height: 1.56;
}

.questions .item-expert {
	flex: 0 0 420px;
	display: flex;
	padding: 40px;
	background-color: #fff;
	border-radius: 10px;
}

.questions .item-expert-photo {
	flex: 0 0 115px;
	display: block;
	width: 115px;
	height: 115px;
	margin-right: 30px;
	object-fit: cover;
	border-radius: 15px;
}

.questions .item-expert-info {
	flex: 1 1 auto;
}

.questions .item-expert-name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.questions .item-expert-position {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #ff335f;
}

.questions .item-expert-degree {
	margin-bottom: 10px;
	font-size: 14px;
}

.questions .item-expert-experience {
	font-size: 14px;
}

/* ##### CHOOSE ##### */
.choose {
	padding: 78px 0 123px;
	background: #f4f4f4;
}

.choose--vac {
	padding: 70px 0 0;
	background: #fff;
}

.choose h2,
.choose .h2 {
	padding: 14px 0 13px;
	margin-bottom: 0;
}

.choose p {
	margin-bottom: 59px;
}

.choose .inner {
	display: grid;
	grid-gap: 59px 53px;
	grid-template-columns: repeat(5, 1fr);
}

.choose .inner .item .image {
	position: relative;
	height: 191px;
	margin-bottom: 15px;
	border-radius: 14px;
	overflow: hidden;
	width: 100%;
}

.choose .inner .item .image .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0.7em;
	width: 85%;
	background-color: #fff;
	border: none;
	box-shadow: 4px 4px 10px 2px rgba(51, 35, 0, 0.1);
	transition: opacity 200ms ease-in;
	opacity: 0;
}

.choose .inner .item .image .btn[data-fav="Самокат"],
.choose .inner .item .image .btn[data-fav="Самокат"]:hover {
	color: #ff335f;
}

.choose .inner .item .image .btn[data-fav="Магнит курьеры"],
.choose .inner .item .image .btn[data-fav="Магнит курьеры"]:hover {
	color: #e30713;
}

.choose .inner .item .image .btn[data-fav="КФС"],
.choose .inner .item .image .btn[data-fav="КФС"]:hover {
	color: #bf0304;
}

.choose .inner .item .image .btn[data-fav="Перекресток Курьеры"],
.choose .inner .item .image .btn[data-fav="Перекресток Курьеры"]:hover {
	color: #00502b;
}

.choose .inner .item .image .btn[data-fav="Broniboy"],
.choose .inner .item .image .btn[data-fav="Broniboy"]:hover {
	color: #f37021;
}

.choose .inner .item .image .btn[data-fav="Озон Фреш"],
.choose .inner .item .image .btn[data-fav="Озон Фреш"]:hover {
	color: #00bebe;
}

.choose .inner .item .image .btn[data-fav="Лента курьер"],
.choose .inner .item .image .btn[data-fav="Лента курьер"]:hover {
	color: #003e95;
}

.choose .inner .item .image .btn:hover {
	color: #302b2b;
	background-color: #fff;
}

.choose .item .image:hover .btn {
	opacity: 1 !important;
	transition: opacity 200ms ease-in;
}

.choose .inner .item .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.choose .inner .item .btn {
	padding: 0.7em;
	width: 100%;
	height: auto;
}

/* .choose .inner .item a.btn-want {
	margin-bottom: 5px;
} */
.choose .item .btn:hover {
	color: white;
}

.choose .item .btn[data-fav="Самокат"] {
	border: 1px solid #ff335f;
}

.choose .item .btn[data-fav="Самокат"]:hover {
	background-color: #ff335f;
}

.choose .item .btn[data-fav="Яндекс еда"] {
	border: 1px solid #fed500;
}

.choose .item .btn[data-fav="Яндекс еда"]:hover {
	background-color: #fed500;
}

.choose .item .btn[data-fav="Яндекс Маркет"] {
	border: 1px solid #fed500;
}

.choose .item .btn[data-fav="Яндекс Маркет"]:hover {
	background-color: #fed500;
}

.choose .item .btn[data-fav="Магнит курьеры"] {
	border: 1px solid #e30713;
}

.choose .item .btn[data-fav="Магнит курьеры"]:hover {
	background-color: #e30713;
}

.choose .item .btn[data-fav="КФС"] {
	border: 1px solid #bf0304;
}

.choose .item .btn[data-fav="КФС"]:hover {
	background-color: #bf0304;
}

.choose .item .btn[data-fav="Перекресток Курьеры"] {
	border: 1px solid #00502b;
}

.choose .item .btn[data-fav="Перекресток Курьеры"]:hover {
	background-color: #00502b;
}

.choose .item .btn[data-fav="Broniboy"] {
	border: 1px solid #f37021;
}

.choose .item .btn[data-fav="Broniboy"]:hover {
	background-color: #f37021;
}

.choose .item .btn[data-fav="Озон Фреш"] {
	border: 1px solid #00bebe;
}

.choose .item .btn[data-fav="Озон Фреш"]:hover {
	background-color: #00bebe;
}

.choose .item .btn[data-fav="Лента курьер"] {
	border: 1px solid #003e95;
}

.choose .item .btn[data-fav="Лента курьер"]:hover {
	background-color: #003e95;
}

.documents {
	padding: 99px 0 100px;
}

.documents h2,
.documents .h2 {
	padding: 14px 0 13px;
	margin-bottom: 50px;
}

.documents .col-lg-7,
.documents .col-lg-5 {
	margin-bottom: 36px;
}

.documents ul {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-bottom: 50px;
}

.documents ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #302B2B;
}

.documents ul li::before {
	content: '';
	background: url('../img/checkbox_active.png') center / contain no-repeat;
	max-width: 21px;
	min-width: 21px;
	height: 21px;
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 13px;
	position: relative;
	top: 4px;
}

.documents ul li:not(:last-child) {
	margin-bottom: 30px;
}

.documents .image-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.documents .image-container .image {
	max-width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(57.7%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.7%, rgba(0, 0, 0, 0.2) 100%);
	border-radius: 14px;
	max-width: 414px;
}

.documents .image-container .element {
	position: absolute;
	top: -88px;
	right: -35px;
	z-index: 1;
}

.documents .image-container .caption {
	font-weight: 400;
	font-size: 10px;
	line-height: 18px;
	color: #888888;
	display: block;
	text-align: right;
	margin-top: 2px;
}

.documents .btn {
	width: 260px;
	height: 60px;
}

footer .footer__top {
	/* padding: 43px 0 20px; */
	padding: 43px 0 50px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

footer .footer__top .inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

footer .footer__top .footer-rating__wrap {
	position: absolute;
	top: 45px;
	right: 270px;
	width: 150px;
	height: 30px;
	border-radius: 10px;
	overflow: hidden;
}

footer .footer__top .footer-rating {
	/* width: 135px;
	height: 45px; */
	width: 150px;
	height: 50px;
}

footer .footer__top .footer-address {
	/* position: absolute;
	top: 60px;
	left: 0; */
}

footer .footer__top .footer-address-title {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 500;
	color: rgb(0 0 0 / 55%);
}

footer .footer__top .footer-address-list {
	margin-bottom: 0;
	padding-left: 0;
}

footer .footer__top .footer-address-item {
	font-size: 12px;
	color: rgb(0 0 0 / 55%);
}

footer .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 27px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

footer .navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

footer .phone-link {
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #302B2B;
}

footer .nav-item {
	margin: 0 20px;
}

footer .nav-link {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.35px;
	color: rgba(0, 0, 0, 0.55);
}

footer .footer__bottom {
	padding: 10px 0;
}

footer .footer__bottom .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .footer__bottom span {
	font-weight: 400;
	font-size: 10px;
	line-height: 18px;
	color: #888888;
}

.btn--scroll-top {
	position: fixed;
	z-index: 10;
	right: 20px;
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #eb1f4b;
	opacity: 0;
	transition: opacity 200ms ease-in-out;
	pointer-events: none;
	box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
}

.btn--scroll-top.is-visible {
	opacity: 1;
	transition: opacity 200ms ease-in-out;
	pointer-events: initial;
}

.calculator {
	padding: 90px 0 123px;
}

.calculator h2,
.calculator .h2 {
	font-weight: 700;
	font-size: 34px;
	line-height: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.867244px;
	color: #302B2B;
	min-height: 70px;
	margin-bottom: 8px;
}

@media (max-width: 991px) {

	.calculator h2,
	.calculator .h2 {
		font-size: 28px;
		line-height: 1.2;
		min-height: auto;
	}
}

.calculator .inner {
	padding: 39px 23px 43px 41px;
	background: #f4f4f4;
	display: grid;
	grid-template-columns: 1fr 293px;
	grid-gap: 72px;
	border-radius: 14px;
}

@media (max-width: 991px) {
	.calculator .inner {
		padding: 25px;
		grid-template-columns: 1fr 280px;
		grid-gap: 35px;
	}
}

@media (max-width: 768px) {
	.calculator .inner {
		grid-template-columns: 1fr;
	}
}

.calculator .inner .left .group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 16px 47px;
	margin-bottom: 51px;
}

@media (max-width: 991px) {
	.calculator .inner .left .group {
		grid-template-columns: 1fr;
		grid-gap: 18px;
		margin-bottom: 25px;
	}
}

.calculator .inner .left .group .item > span {
	margin-bottom: 7px;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	display: block;
	color: #302B2B;
}

@media (max-width: 991px) {
	.calculator .inner .left .group .item > span {
		font-size: 15px;
		line-height: 1.2;
	}
}

.calculator .inner .left .range {
	margin-bottom: 38px;
}

.calculator .inner .left .range > span {
	margin-bottom: 17px;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	display: block;
	color: #302B2B;
}

@media (max-width: 991px) {
	.calculator .inner .left .range > span {
		font-size: 15px;
		line-height: 1.2;
	}
}

.form-select {
	height: 55px;
	background-color: #fff;
	background-image: url(../img/select.png);
	background-repeat: no-repeat;
	border: 0.785714px solid #EAEAEA;
	border-radius: 10px;
	background-size: 9px;
	background-position: right 25px center;
	color: #ff335f;
	padding: 13px 17px;
}

.modal .form-select {
	border: 1px solid #ff335f;
	margin-bottom: 15px;
}

.modal .form-select[name="city"] option:first-child {
	display: none;
}

#callback input::placeholder {
	text-align-last: left;
}

@media (max-width: 991px) {
	.form-select {
		height: 45px;
		padding: 5px 15px;
	}
}

.form-select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.calculator .inner .right {
	padding: 30px 22px 26px 26px;
	background: #fff;
	border-radius: 14px;
	position: relative;
}

@media (max-width: 991px) {
	.calculator .inner .right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.calculator .inner .right .title {
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #302B2B;
	margin-bottom: 23px;
}

.calculator .inner .right .price {
	font-weight: 700;
	font-size: 50px;
	line-height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: -0.02em;
	color: #FF335F;
	margin-bottom: 26px;
}

@media (max-width: 768px) {
	.calculator .inner .right .price {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.calculator .inner .right .price {
		font-size: 30px;
	}
}

.calculator .inner .right .element {
	position: absolute;
	top: -78px;
	right: -41px;
	width: 90.97px;
}

@media (max-width: 480px) {
	.calculator .inner .right .element {
		display: none;
	}
}

.calculator .inner .right .disclaimer {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #5B5B5B;
	margin-bottom: 23px;
}

@media (max-width: 991px) {
	.calculator .inner .right .disclaimer {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

.calculator .inner .right .btn-pink {
	width: 100%;
	height: 61px;
	font-size: 18px;
}

/* ##### JOB SECTION */
.job {
	padding: 82px 0 72px;
}

.job__title {
	margin-bottom: 47px;
}

.job__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 0;
	padding-left: 0;
}

.job__item {
	/* position: relative;
	padding: 27px 210px 20px 36px; */
	min-height: 190px;
	background-color: #fff;
	background-repeat: no-repeat;
	border: 1px solid #eaeaea;
	border-radius: 10px;
}

.job__item:hover {
	border: 1px solid #ff335f;
}

.job__item-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 27px 210px 20px 36px;
	width: 100%;
	height: 100%;
}

.job__item-inner::after {
	--icon-size: 1;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
}

.job__item-inner--1 {
	padding-right: 200px;
}

.job__item-inner--1::after {
	right: 33px;
	width: calc(128px * var(--icon-size));
	height: calc(109px * var(--icon-size));
	background-image: url('../img/job-icon-1.svg');
}

.job__item-inner--2::after {
	right: 46px;
	width: calc(107px * var(--icon-size));
	height: calc(113px * var(--icon-size));
	background-image: url('../img/job-icon-2.svg');
}

.job__item-inner--3::after {
	right: 43px;
	width: calc(115px * var(--icon-size));
	height: calc(102px * var(--icon-size));
	background-image: url('../img/job-icon-3.svg');
}

.job__item-inner--4::after {
	right: 43px;
	width: calc(117px * var(--icon-size));
	height: calc(127px * var(--icon-size));
	background-image: url('../img/job-icon-4.svg');
}

.job__item-inner--5 {
	padding-right: 150px;
}

.job__item-inner--5::after {
	right: 35px;
	width: calc(96px * var(--icon-size));
	height: calc(129px * var(--icon-size));
	background-image: url('../img/job-icon-5.svg');
}

.job__item-inner--6 {
	padding-right: 200px;
}

.job__item-inner--6::after {
	right: 40px;
	width: calc(114px * var(--icon-size));
	height: calc(128px * var(--icon-size));
	background-image: url('../img/job-icon-6.svg');
}

.job__item-title {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #302b2b;
}

.job__item-desc {
	flex: 1 1 auto;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.66;
	color: #6a6a6a;
}

.job__item-link {
	display: inline-block;
	width: min-content;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #ff335f;
}

/* ##### TABS SWITCHING ##### */
.tabs__panel-item {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}

.tabs__panel-item.is-active {
	max-height: none;
	opacity: 1;
	transition: opacity 1000ms;
}

/* ##### ABOUT-RF ##### */
.about-rf {
	padding: 70px 0;
}

.about-rf__title {
	margin-bottom: 15px;
}

.about-rf__par {
	margin-bottom: 5px;
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #2a2a2a;
}

.about-rf__list {
	padding-left: 0;
}

.about-rf__item {
	margin-bottom: 3px;
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #2a2a2a;
}

.about-rf__cta {
	padding: 33px 31px;
	border-radius: 14px;
	overflow: hidden;
	background: #f4f4f4;
}

.about-rf__cta-heading {
	margin-bottom: 18px;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	color: #ff335f;
}

.about-rf__cta-desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #302B2B;
}

@media (max-width: 1199.98px) {
	.about-rf {
		padding: 60px 0;
	}

	.about-rf__par,
	.about-rf__item {
		font-size: 16px;
	}

	.about-rf__cta {
		padding: 25px;
	}

	.about-rf__cta-heading {
		margin-bottom: 18px;
		font-weight: 600;
		font-size: 20px;
		line-height: 1.2;
	}

	.about-rf__cta-desc {
		font-weight: 400;
		font-size: 15px;
		line-height: 1.4;
	}

	.about-rf .btn-pink-contur {
		width: 240px;
		height: 50px;
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.about-rf__cta .col-lg-7 {
		margin-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.about-rf__cta {
		padding: 20px !important;
		border-radius: 0;
	}

	.about-rf__cta-heading {
		max-width: 100% !important;
	}
}

.footer .btn-scroll-callback {
	font-size: 10px;
	margin-right: 0px;
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 80px;
	line-height: 15px;
	box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
	padding: 5px;
	opacity: 0;
	transition: opacity 200ms ease-in-out, background-color 0.15s ease-in-out;
}

.btn-scroll-callback.is-visible {
	opacity: 1;
	transition: opacity 200ms ease-in-out, background-color 0.15s ease-in-out;
	pointer-events: initial;
}

.pulse-button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	border-radius: 40px;
	border: none;
	background: #ff335f;
	outline: none;
}

.pulse-button__icon {
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/phone.svg") center center/cover no-repeat;
	transition: .3s;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.pulse-button__text {
	display: block;
	width: 100%;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.pulse-button:hover .pulse-button__icon {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: .3s;
}

.pulse-button:hover .pulse-button__text {
	transition: .3s;
	opacity: 1;
	visibility: visible;
	position: relative;
}

.pulse-button__rings {
	border: 1px solid #ff335f;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
	width: auto;
	border-radius: 50%;
	animation-duration: 2.0s;
	animation-name: pulse_1;
	animation-iteration-count: infinite;
	z-index: -1;
}

.pulse-button__rings:nth-child(2) {
	animation-name: pulse_2;
}

.pulse-button__rings:nth-child(3) {
	animation-name: pulse_3;
}

@keyframes pulse_1 {
	from {
		opacity: 1;
		transform: scale(0.9, 0.9);
	}

	to {
		opacity: 0;
		transform: scale(1.3, 1.3);
	}
}

@keyframes pulse_2 {
	from {
		opacity: 1;
		transform: scale(0.8, 0.8);
	}

	to {
		opacity: 0;
		transform: scale(1.5, 1.5);
	}
}

@keyframes pulse_3 {
	from {
		opacity: 1;
		transform: scale(0.8, 0.8);
	}

	to {
		opacity: 0;
		transform: scale(1.7, 1.7);
	}
}

@media(max-width:575px) {
	.btn-scroll-callback {
		display: none;
	}
}

/* ##### ARTICLE-CARDS-CAROUSEL ##### */
.articles_carousel .benefits-vac__title {
	margin-bottom: 40px;
}

.articles_carousel .article-cards__item {
	max-width: none;
	box-shadow: none;
}

.articles_carousel .article-cards__inner {
	display: flex;
	flex-direction: column;
	border-radius: 14px;
	border: 2px solid #F4F4F4;
}

.articles_carousel .article-cards__picture-link {
	display: block;
	padding: 10px 10px 0;
}

.articles_carousel .article-cards__picture {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding: calc(100% / (16 / 9)) 0 0;
}

.articles_carousel .article-cards__picture img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: top center;
}

.articles_carousel .article-cards__content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 30px 25px 25px;
}

.articles_carousel .article-cards__title-link {
	display: block;
	margin-bottom: 20px;
}

.articles_carousel .article-cards__title {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	transition: 150ms ease-in-out;
}

.articles_carousel .article-cards__title:hover {
	color: #ff335f;
	transition: 150ms ease-in-out;
}

.articles_carousel .article-cards__desc--clamp-5 {
	-webkit-line-clamp: 5;
}

.articles_carousel .article-cards__button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0.3em;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.48px;
	white-space: nowrap;
	color: #ff335f;
	background-color: transparent;
	border: 2px solid #ff335f;
	border-radius: 8px;
	transition: 150ms ease-in-out;
	cursor: pointer;
}

.articles_carousel .splide__arrow--prev,
.articles_carousel .splide__arrow--next {
	position: static;
	width: 40px;
	height: 40px;
	background-color: #ff335f;
	border-radius: 8px;
	transform: translateY(-50%);
	opacity: 0.5;
	transition: background-color ease-in-out 250ms;
}

.articles_carousel .article-cards__button:hover {
	color: #fff;
	background-color: #ff335f;
	transition: 150ms ease-in-out;
}

.articles_carousel .splide__arrows {
	--offset: -52px;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: var(--offset);
	left: var(--offset);
	display: flex;
	justify-content: space-between;
	height: 0;
}

.articles_carousel .splide__arrow--prev:hover,
.articles_carousel .splide__arrow--next:hover {
	opacity: 1;
	transition: opacity ease-in-out 250ms;
}

.articles_carousel .splide__arrow svg {
	width: 7px;
	height: 13px;
	fill: #fff;
}

.articles_carousel .splide__arrows--ltr .splide__arrow--next svg {
	transform: rotate(180deg);
}

.articles_carousel .splide__arrow--prev svg {
	transform: none;
}

.article-cards__desc {
	flex: 1 1 auto;
	/* min-height: 75px; */
	margin-bottom: 25px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 1199.98px) {
	.article-cards__desc {
		-webkit-line-clamp: 5;
	}
}

@media (max-width: 767.98px) {
	.article-cards__desc--clamp-4-md {
		-webkit-line-clamp: 4;
	}

	.articles_carousel .article-cards__content {
		padding: 30px 20px 20px;
	}
}

@media (max-width: 575.98px) {
	.article-cards__desc {
		-webkit-line-clamp: 5;
	}

	.articles_carousel .article-cards__content {
		padding: 20px;
	}

	.articles_carousel .article-cards__title {
		text-align: left;
	}
}

@media(max-width:480px) {
	.articles_carousel .splide__arrows {
		position: static;
		display: grid;
		grid-auto-flow: column;
		justify-content: center;
		gap: 10px;
		height: auto;
		margin-top: 15px;
	}
}