body {
	font-family: 'Montserrat', sans-serif;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1700px;
}

.container-fluid {
	padding: 0 70px;
}

.content .container-fluid {
	padding: 0 420px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.row>* {
	width: auto;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
}

a {
	text-decoration: none;
}

.fixed-top {
	z-index: 9996;
}

.content {
	flex-grow: 1;
	margin-top: 94px;
	padding-left: 70px;
}

footer {
	flex-shrink: 0;
}

header {
	padding: 20px 0;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	background: #ffffff;
}

.svgItem svg {
	fill: #0297D5;
	transition: .3s;
}

.svgItemOrange svg {
	fill: #EF542B;
	transition: .3s;
}

.svgItem:hover svg {
	fill: #AD19CC;
}

.svgItemActive svg {
	fill: #AD19CC;
}

.svgItemStroke svg path {
	stroke: #0297D5;
	transition: .3s;
}

.svgItemStroke:hover svg path {
	stroke: #AD19CC;
}

.activeLinks {
	display: flex;
	height: 50px;
	min-width: 200px;
	padding: 0 45px;
	justify-content: center;
	align-items: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	background: #0297D5;
	border-radius: 15px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	transition: .3s;
	border: none;
	outline: none;
	cursor: pointer;
}

.activeLinks:hover {
	background: #AD19CC;
	color: #ffffff;
}

.activeLinksBigText {
	font-size: 14px;
}

.activeLinksPurple {
	background: #AD19CC;
}

.activeLinksPurple:hover {
	background: #0297D5;
}

.bgGrey {
	background: #F5F5F5;
}

.sideMenu {
	margin-top: 93px;
	position: fixed;
	left: 0;
	height: 100vh;
	background: #ffffff;
	z-index: 9997;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 70px;
	transition: .3s;
	padding-left: 15px;
}

.sideMenu:hover {
	width: 300px;
}

.sideMenu__items {
	margin-top: 100px;
}

.sideMenu__item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.sideMenu__item:last-child {
	margin-bottom: 0;
}

.sideMenu__item-img {
	margin-right: 20px;
}

.sideMenu__item p {
	display: none;
	width: 1px;
	overflow: hidden;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	transition: .3s;
	white-space: nowrap;
}

.sideMenu__item:hover p {
	color: #AD19CC;
}

.sideMenu:hover .sideMenu__item p {
	display: block;
	width: auto;
}

.sideMenu__itemActive svg {
	fill: #AD19CC;
}

.header__row {
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	display: flex;
	align-items: center;
}

.header__logo img {
	margin-right: 15px;
}

.header__logo h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}

.header__logo h2 span {
	color: #822990;
}

.header__right {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__left {
	display: flex;
	align-items: center;
}

.header__lang {
	margin-right: 35px;
}

.header__right .activeLinks {
	margin-right: 35px;
}

.header__profile {
	margin-right: 25px;
	display: flex;
	align-items: center;
}



.header__profile a {
	margin-right: 20px;
}

.header__profile a:last-child {
	margin-right: 0;
}

.header__profile-mail {
	position: relative;
}

.header__support {
	position: relative;
}

.header__support .header__mail-count {
	top: -5px;
	right: -5px;
}

.header__profileOptions {
	margin-right: 20px;
}

.header__profileOptions button {
	border: none;
	background: none;
	cursor: pointer;
}

.header__profileOptionsDrop {
	padding: 10px;
	max-width: 200px;
}

.header__profileOptionsDrop a {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-right: 0;
}

.header__profileOptionsDrop a p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	transition: .3s;
}

.header__profileOptionsDrop a:hover p {
	color: #AD19CC;
}

.header__profileOptionsDrop a.header__profileOptionsDrop-main {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.header__profileOptionsDrop-photo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	margin-right: 5px;
	flex-shrink: 0;
}

.header__profileOptionsDrop-photo img {
	max-width: 100%;
}

.welcome {
	background: url(../img/welcome__bg.png) center no-repeat;
	background-size: cover;
	min-height: auto;
	padding: 50px 0;
}

.welcome__row {
	justify-content: space-between;
}

.welcome__left {
	width: 800px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 25px 60px 60px;
}

.welcome__top {
	display: flex;
	align-items: center;
}

.welcome__top-img {
	width: 154px;
	height: 154px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/photo__bg.svg) center no-repeat;
	background-size: cover;
}

.welcome__top-text {
	margin-left: 35px;
}

.welcome__top-text h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	margin-bottom: 5px;
}

.welcome__top-text p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.welcome__text {
	margin-top: 20px;
}

.welcome__text p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.welcome__text p a {
	font-weight: bold;
	font-size: 18px;
	color: #AD19CC;
	text-decoration: underline;
}

.welcome__links {
	display: flex;
	margin-top: 50px;
}

.welcome__links .activeLinks {
	margin-right: 30px;
}

.welcome__links .activeLinks:last-child {
	margin-right: 0;
}

.welcome__right {
	width: 665px;
}

.welcome__right-top {
	width: 100%;
}

.welcome__right-top h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	text-align: center;
	margin-bottom: 25px;
}

.welcome__right-top form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.welcome__right-top form input {
	width: 420px;
	height: 40px;
	background: #ffffff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	border: none;
	border-radius: 10px;
	padding-left: 15px;
	outline: none;
}

.welcome__right-top form button {
	height: 40px;
	width: 220px;
}

.welcome__right-video {
	width: 100%;
	height: 385px;
	background: #e5e5e5;
	margin-top: 20px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	overflow: hidden;
}

.kids {
	padding: 50px 0;
}

.kids__content {
	width: 100% !important;
}

.kids__slider {
	width: 100% !important;
}


.kids__item {
	max-width: 180px;
	display: block;
	margin: 0 auto;
}

.kids__img {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/photo__bg.svg) center no-repeat;
	background-size: cover;
	margin-bottom: 5px;
}

.kids__img img {}

.kids__img:hover img {}

.kids__item p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #000000;
}

.posts {
	padding: 65px 0;
}

.postsTitle__row {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 45px;
}

.posts__title a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
	transition: .3s;
}

.posts__title a:hover {
	color: #AD19CC;
}


.posts__all a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #0297D5;
	transition: .3s;
}

.posts__all a:hover {
	color: #AD19CC;
}

.posts__items {
	width: 100%;
}

.cup__slider {
	width: 100%;
}

.posts__item {
	display: block;
	width: 320px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 13px;
	padding: 8px 14px 15px;
	margin: 0 auto;
}

.posts__item:hover .posts__item-img img {
	transform: scale(1.1);
}

.posts__item:hover .posts__title h3 {
	color: #AD19CC;
}

.posts__item-wrapper {
	padding: 2px 5px 7px;
}

.posts__item-img {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	height: 200px;
	overflow: hidden;
}

.posts__item-img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}

.posts__title {
	margin-top: 14px;
	min-height: 50px;
}

.posts__title h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	transition: .3s;
}

.posts__desc {
	margin-top: 14px;
	min-height: 100px;
	overflow: hidden;
}

.posts__desc p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.posts__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.posts__date p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.posts__eyes {
	display: flex;
	align-items: center;
}

.posts__eyes img {
	margin-right: 5px;
}

.posts__eyes p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.partners {
	padding: 50px 0 15px;
}

.partnersPage .partners__items-row {
	justify-content: space-around;
}

.partnersPage .partners__item {
	margin: 10px;
}

.partnersTitle__row {
	margin-bottom: 45px;
}

.partners__title h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
}

.partners__item {
	margin: 0 auto;
	width: 300px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.partners__item img {
	max-width: 100%;
	transition: .3s;
}

.partners__item:hover img {
	transform: scale(1.1);
}

.partners__item-wrapper {
	padding: 2px 5px 7px;
}

.reviews {
	padding: 65px 0;
}

.reviewsTitle__row {
	margin-bottom: 45px;
}

.reviews__title h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
}

.reviews__item-wrapper {
	padding: 2px 5px 7px;
}

.reviews__item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
	width: 740px;
	padding: 30px 25px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 32px;
}

.reviews__item-left {
	width: 150px;
	margin-right: 35px;
	flex-shrink: 0;
}

.reviews__item-right {
	flex-grow: 1;
}

.reviews__img {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/photo__bg.svg) center no-repeat;
	background-size: cover;
	margin-bottom: 5px;
}

.reviews__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviews__item-name {
	margin-top: 10px;
}

.reviews__item-name p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #000000;
}

.reviews__item-date {
	margin-top: 5px;
}

.reviews__item-date p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #000000;
}

.reviews__item-right h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 15px;
	min-height: 44px;
}

.reviews__item-right p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	min-height: 120px;
	max-height: 120px;
	overflow: hidden;
}

.reviews__item-right a {
	display: block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #0297D5;
	margin-top: 10px;
	transition: .3s;
}

.reviews__item-right a:hover {
	color: #AD19CC;
}

.reviews__more-row {
	justify-content: center;
	margin-top: 45px;
}

.map .container-fluid {
	padding: 0 0 0 0;
}

.map__block {
	width: 100%;
	height: 400px;
}

footer {
	margin-top: 80px;
	padding-bottom: 40px;
	padding-left: 70px;
}

footer .container-fluid {
	padding: 0 420px;
}

.footer__row {
	border-top: 1px solid #EF542B;
	padding-top: 40px;
	justify-content: space-between;
}

.footer__info {
	width: 220px;
}

.footer__info-top {
	display: flex;
	align-items: center;
}

.footer__info-top img {
	margin-right: 10px;
}

.footer__info-top h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.footer__info-top h3 span {
	color: #822990;
}

.footer__info-text {
	margin-top: 15px;
}

.footer__info-text p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.footer__links-title {
	margin-bottom: 25px;
}

.footer__links-title p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

.footer__links-items {
	display: flex;
	align-items: flex-start;
}

.footer__links-item {
	margin-right: 25px;
}

.footer__links-item:last-child {
	margin-right: 0;
}

.footer__links-item a {
	display: block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	transition: .3s;
	margin-bottom: 10px;
}

.footer__links-item a:hover {
	color: #AD19CC;
}

.footer__links-item a:last-child {
	margin-bottom: 0;
}

.footer__right {
	display: flex;
	align-items: flex-start
}

.footer__links {
	margin-right: 100px;
}

.footer__social-item {
	margin-right: 20px;
}

.footer__social-item:last-child {
	margin-right: 0;
}

.footer__social-item svg {
	transition: .3s;
	fill: #0297D5;
}

.footer__social-item:hover svg {
	fill: #AD19CC;
}

.footer__bottom-row {
	justify-content: center;
	margin-top: 100px;
}

.footer__bottom-row p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	text-align: center;
}

.header__langButton {
	display: flex;
	align-items: center;
	background: none;
	border: none;
	outline: none;
}

.header__langButton p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-right: 5px;
}

.header__langButton.show svg {
	transform: rotate(180deg);
}

.header__langMenu a {
	display: block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 5px;
	transition: .3s;
}

.header__langMenu a:hover {
	color: #AD19CC;
}

.header__langMenu a:last-child {
	margin-bottom: 0;
}

.header__langMenu {
	width: auto;
	min-width: auto;
	padding: 10px;
}

.registration {
	padding: 50px 0;
}

.registrationSteps__row {
	justify-content: center;
}

.registrationSteps__block {
	width: 700px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.registrationSteps__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	background: url(../img/photo__bg.svg) center no-repeat;
	background-size: cover;
}

.registrationSteps__item-step {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	background: #0297D5;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
}

.registrationSteps__item-step p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
	line-height: 33px;
	color: #FFFFFF;
}

.registrationSteps__line {
	height: 10px;
	width: 20px;
	background: #0297D5;
	flex-grow: 1;
}

.registrationSteps__active {
	background: #AD19CC;
}

.registrationContent__row {
	justify-content: center;
	margin-top: 50px;
}

.registrationContent__block {
	width: 540px;
}

.registrationContent__title h1 {
	width: 100%;
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
}

.registrationContent__text {
	margin-top: 20px;
}

.registrationContent__text p {
	width: 100%;
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.registrationContent__text p.registrationContent__text-big {
	font-size: 20px;
}

.registrationContent__form {
	margin-top: 50px;
}

.form__item {
	width: 100%;
	margin-bottom: 25px;
}

.form__item:last-child {
	margin-bottom: 0;
}

.form__item p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 10px;
}

.form__item span {
	width: 100%;
	display: block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #ff0202;
	margin-top: 5px;
}

.form__itemInput input {
	width: 100%;
	height: 40px;
	background: #ffffff;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	border: none;
	border-radius: 10px;
	padding-left: 15px;
	outline: none;
}

.form__itemInput input::placeholder {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.form__itemText textarea {
	width: 100%;
	height: 150px;
	background: #ffffff;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	border: none;
	border-radius: 10px;
	padding: 15px;
	outline: none;
}

.form__itemSelect select {
	width: 100%;
	height: 40px;
	background: #ffffff;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	border: none;
	border-radius: 10px;
	padding-left: 15px;
	outline: none;
}

.form__itemP {
	text-align: center;
}

.form__itemP p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.form__itemFile .activeLinks {
	width: 100px;
	height: 40px;
}

.form__buttons {
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.form__itemCheckbox {
	display: flex;
	align-items: flex-start;

}

.form__itemCheckbox input {
	width: 15px;
	height: 15px;
	margin-top: 2px;
	margin-right: 10px;
	outline: none;
	cursor: pointer;
	flex-shrink: 0;
}

.form__itemCheckbox label {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	cursor: pointer;
}

.registrationContent__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-flow: column;
	margin-top: 30px;
}

.registrationContent__links .activeLinks {
	min-width: 300px;
	margin-bottom: 20px;
}

.registrationContent__links .activeLinks:last-child {
	margin-bottom: 0;
}

.cupSlider {
	padding: 50px 0;
}

.cupSlider__item {
	display: block;
	width: 330px;
	height: 460px;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
	position: relative;
}

.cupSliderMainLink {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cupSlider__item-dark {
	width: 100%;
	height: 100%;
	padding: 15px;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	transition: .3s;
}

.cupSlider__item-dark:hover {
	background: rgba(0, 0, 0, 0.4);
}

.cupSlider__item-bottom {
	display: flex;
	justify-content: space-between;
}

.cupSlider__item-dark h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 10px;
	transition: .3s;
}

.cupSlider__item-dark a:hover h3 {
	color: #AD19CC;
}

.cupSlider__item-dark p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
}

.cupSlider__item-bottom a svg {
	width: 55px;
	height: 37px;
	fill: #ffffff;
	transition: .3s;
}

.cupSlider__item-bottom a:hover svg {
	fill: #AD19CC;
}

.cupSlider__block {
	width: 100%;
}

.cupSlider__slider {
	width: 100%;
	padding: 20px 0;
}

.cupSlider__slider .slick-prev {
	left: -50px;
	text-align: left;
}

.cupSlider__slider .slick-next {
	right: -50px;
	text-align: right;
}

.cupSlider__activeCup {
	display: none;
}

.cupSlider__activeCup svg {
	fill: #fff;
	transition: .3s;
}

.cupSlider__item.swiper-slide-active .cupSlider__item-dark {
	background: rgba(0, 0, 0, 0.4);
}

.cupSlider__item .cupSlider__item-bottom a {
	display: none;
}

.cupSlider__item.swiper-slide-active .cupSlider__item-bottom a {
	display: block;
}

.cupSlider__item.swiper-slide-active .cupSliderMainLink {
	display: block;
}

.cupSlider__item.swiper-slide-active .cupSlider__activeCup {
	display: block;
}

.cupSlider__item.swiper-slide-active:hover .cupSlider__item-dark h3 {
	color: #AD19CC;
}

.cupSlider__item.swiper-slide-active:hover .cupSlider__item-bottom a svg {
	fill: #AD19CC;
}

.cupSlider__item.swiper-slide-active:hover .cupSlider__activeCup svg {
	fill: #AD19CC;
}

.cupSliderTitle__row {
	justify-content: space-between;
}

.cupSlider__title h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
}

.cupSlider__title h6 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.cupSlider__title-types {
	width: 90px;
	display: flex;
	justify-content: space-between;

}

.cupSlider__title-typeCurrent svg {
	fill: #AD19CC;
}

.cupBlocksTitle__row {
	justify-content: space-between;
	margin-bottom: 15px;
}

.cupBlocks__items {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.cupBlocks__empty-text {
	width: 100%;
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
}

.cupBlocks__items .posts__item {
	margin-bottom: 20px;
}

.pagination__row {
	justify-content: center;
	margin-top: 20px;
}

.pagination__block {
	display: flex;
	align-items: center;
}

.pagination__block a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	color: #000000;
	transition: .3s;
	margin-right: 10px;
}

.pagination__block a:hover {
	color: #AD19CC;
}

.pagination__block a:last-child {
	margin-right: 0;
}

a.pagination__current {
	color: #AD19CC;
}

.paginationArrow svg {
	width: 25px;
}

.pagination__block p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	color: #000000;
	margin-right: 10px;
}

.cupBlocksTitle__right {
	display: flex;
	align-items: center;
}

.filter__row {
	margin-bottom: 30px;
}

.filter__block {
	width: 100%;
}

.filter__btn {
	margin-right: 20px;
}

.filter__btn .activeLinks {
	height: 40px;
}

.filter__btn .activeLinks[aria-expanded="true"] {
	background: #AD19CC;
}

.filter__content .activeLinks {
	height: 40px;
}

.filter__content {
	width: 100%;
}

.filter__content form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.filter__content .form__item {
	width: auto;

}

.filter__content .filter__content-column {
	margin-right: 20px;
	margin-bottom: 20px;
	min-width: 250px;
	box-sizing: border-box;
}

.filter__content .filter__content-column:last-child {
	margin-right: 0;
}

.cupPage {
	padding: 50px 0 0;
}

.cupPage__row {
	align-items: flex-start;
	flex-wrap: nowrap;
}

.cupPage__desc {
	flex-grow: 1;
	margin-right: 50px;
	width: 1px;
}

.cupPage__desc-top h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
}

.cupPage__desc-top h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-top: 10px;
}

.cupPage__desc-text {
	margin-top: 20px;
}

.cupPage__desc-text p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.cupPage__desc-items {
	margin-top: 20px;
}

.cupPage__desc-item {
	margin-bottom: 5px;
}

.cupPage__desc-item:last-child {
	margin-bottom: 0;
}

.cupPage__desc-item p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.cupPage__desc-item p span {
	font-weight: bold;
}

.cupPage__right {
	width: 310px;
}

.cupPage__img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 360px;
	overflow: hidden;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 13px;
}

.cupPage__img img {
	height: 100%;

}

.cupPage__desc-item a {
	display: flex;
	align-items: center;
}

.cupPage__desc-item a p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	transition: .3s;
}

.cupPage__desc-itemSvg {
	margin-right: 10px;
}

.cupPage__desc-itemSvg svg {
	width: 24px;
	height: 24px;
}

.cupPage__desc-item a:hover p {
	color: #AD19CC;
}

.cupPage__desc-btn {
	display: flex;
	margin-top: 20px;
}

.errorPage {
	padding: 50px 0;
}

.errorPage__row {
	justify-content: center;
}

.errorPage__title h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
	text-align: center;
}

.errorPage__title h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-top: 10px;
	text-align: center;
}

.errorPage__btn {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.prizes {
	padding: 50px 0;
}

.breadcrumbs__row {
	margin-bottom: 30px;
}

.breadcrumbs__block p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.breadcrumbs__block p a {
	color: #0297D5;
	transition: .3s;
}

.breadcrumbs__block p a:hover {
	text-decoration: none;
	color: #AD19CC;
}

.prizes__items {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.prizes__items .posts__item {
	margin: 0 5px 10px;
}

.prizes__items .posts__item:hover .posts__item-img img {
	transform: scale(1);
}

.prizes__desc {
	text-align: center;
	margin: 10px 0;
}

.prizes__btn {
	display: flex;
	justify-content: center;
}

.prizes__partner {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 120px;
}

.prizes__partner a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.prizes__partner a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 100%;
	transition: .3s;
}

.prizes__partner a:hover img {
	transform: scale(1.1);
}

.prizes__btn .activeLinks {
	height: 40px;
}

.prizes__desc h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

.prizes__desc h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-top: 10px;
}

.prizes__desc p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-top: 10px;
}

.cupPageResults__filter-row {
	justify-content: center;
	margin-top: 30px;
}

.cupPageResults__row {
	margin-top: 20px;
}

.cupPageResults__items {
	width: 100%;
}

.cupPageResults__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10px 15px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
	border-radius: 13px;
	margin-bottom: 20px;
}

.cupPageResults__item:last-child {
	margin-bottom: 0;
}

.cupPageResults__item-info {
	display: flex;
	align-items: center;
}

.cupPageResults__place {
	width: 100px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.cupPageResults__place-block {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: url(../img/photo__bg.svg) center no-repeat;
	background-size: cover;
}

.cupPageResults__place-block img {
	object-fit: contain;
	width: 64px;
	height: 64px;
}

.cupPageResults__place-number {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0297D5;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.cupPageResults__place-numberGold {
	background: #ffd700;
}

.cupPageResults__place-numberSilver {
	background: #c0c0c0;
}

.cupPageResults__place-numberBronze {
	background: #cd7f32;
}

.cupPageResults__place-number h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
	line-height: 33px;
	color: #FFFFFF;
}

.cupPageResults__place p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: center;
	margin-top: 10px;
}

.cupPageResults__bio {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.cupPageResults__bio-photo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background: url(../img/photo__bg.svg) center no-repeat;
	background-size: cover;
	margin-right: 20px;
	padding: 10px;
}

.cupPageResults__bio-photo img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}

.cupPageResults__bio-name p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.cupPageResults__item-results {
	display: flex;
}

.cupPageResults__results-column {
	margin-right: 10px;
}

.cupPageResults__results-column:last-child {
	margin-right: 0;
}

.cupPageResults__results-column p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 10px;
}

.cupPageResults__results-column p:last-child {
	margin-bottom: 0;
}

.cupPageResults__results-column p span {
	font-weight: bold;
}

.cupPageResults__item-link {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.cupPageResults__item-link .activeLinks {
	height: 40px;
}

.cupPageResults__item-link p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin-top: 10px;
}

.cupPageResults__item-link p span {
	font-weight: bold;
}

.feed__row {
	flex-flow: column;
	align-items: center;
}

.feed__item {
	width: 700px;
	padding: 10px 15px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
	border-radius: 13px;
	margin-bottom: 20px;
}

.feed__item:last-child {
	margin-bottom: 0;
}

.feed__item-top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
	border-bottom: 1px solid #C4C4C4;
}

.feed__item-bio {
	display: flex;
	align-items: center;
}

.feed__item-bio p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.feed__item-bioPhoto {
	position: relative;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.feed__item-bioPhoto img {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.feed__item-bioSub {
	margin-left: 10px;
	cursor: pointer;
}

.feed__item-date {
	margin-top: 5px;
}

.feed__item-date p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

.feed__item-options {
	margin-top: 13px;
}

.options__block .dropdown-item {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.options__block .dropdown-item:active {
	background-color: #e9ecef;
}

.options__block .dropdown-item.redText {
	color: #FF0000;
}

.redText {
	color: #FF0000;
}

.feed__item-text {
	margin-top: 10px;
}

.feed__item-text p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.feed__item-img {
	position: relative;
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-top: 15px;
}

.feed__item-imgLabel {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-radius: 50%;
}

.feed__item-imgLabel img {
	width: 100%;
	height: 100%;
}

.feed__item-imgLabel svg {
	transform: rotate(-45deg);
	margin-right: 5px;
	margin-top: 5px;
}

.feed__item-imgLabelGold {
	background: #ffd700;
}

.feed__item-imgLabelSilver {
	background: #c0c0c0;
}

.feed__item-imgLabelBronze {
	background: #cd7f32;
}

.feed__item-imgTextLabel {
	padding: 2px 5px;
	position: absolute;
	top: 0;
	left: 0;
	background: #0297D5;
	border-radius: 0 0 5px 0;
}

.feed__item-imgTextLabel p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}

.feed__item-imgMedalTextLabel {
	padding: 2px 5px;
	position: absolute;
	top: 30px;
	left: 0;
	background: #0297D5;
	border-radius: 0 5px 5px 0;
}

.feed__item-imgMedalTextLabel p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}

.feed__item-imgTextLabelGrey {
	background: #F5F5F5;
	padding: 2px 5px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 5px 0;
}

.feed__item-imgTextLabelGrey p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

.feed__item-imgTextLabelPurple {
	background: #AD19CC;
	padding: 2px 5px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 5px 0;
}

.feed__item-imgTextLabelPurple p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}

.feed__item-imgTextLabelGreen {
	background: #53ac4b;
	padding: 2px 5px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 5px 0;
}

.feed__item-imgTextLabelGreen p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}

.feed__item-img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.feed__item-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feed__item-eye {
	margin-right: 5px;
}

.feed__item-eye svg {
	fill: #000000;
}

.feed__item-bottom {
	margin-top: 10px;
}

.feed__item-bottomEyes {
	display: flex;
	align-items: center;
}

.feed__item-bottomEyes p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
}

.feed__item-action {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.feed__item-action p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	margin-left: 5px;
}

.feed__item-bottomActions {
	display: flex;
	align-items: center;
}

.feed__item-action {
	margin-right: 15px;
}

.feed__item-action:last-child {
	margin-right: 0;
}

.feed__item-btn {
	width: 100%;
	display: flex;
	justify-content: center;
}

.feed__item-vote {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.feed__item-vote .bravoBtn {
	margin-bottom: 15px;
}

.feed__item-vote .activeLinks {
	height: 40px;
	width: 100%;
}

.feed__item-vote p {
	margin-top: 10px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	margin-left: 5px;
}

.feed__item-vote p span {
	font-weight: bold;
}

.cupWorkPage {
	padding: 50px 0;
}

.cupWorkPage__img {
	position: relative;
	width: 700px;
}

.cupWorkPage__desc {
	margin-left: 20px;
	max-width: 700px;
	flex-shrink: 1;
	flex-grow: 1;
}

.cupWorkPage__img img {
	max-width: 100%;
}

.cupWorkPage__row {
	justify-content: space-between;
	flex-wrap: nowrap;
}

.feedGrid__row {
	justify-content: space-around;
}

.feedGrid__item {
	position: relative;
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 5px 5px 10px;
}


.feedGrid__item img {
	transition: .3s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feedGrid__item:hover img {
	transform: scale(1.1);
}

.modal {
	z-index: 9999;
}

.modal-backdrop {
	z-index: 9998;
}

.loginModal__header {
	border-bottom: none;
	padding-bottom: 0;
	justify-content: flex-end;
}

.loginModal__body {
	padding: 10px 40px 30px;
}

.loginModal__title h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
	text-align: center;
}

.loginModal__form {
	margin-top: 20px;
}

.loginModal__form .form__buttons {
	margin-top: 20px;
}

.loginModal__form .form__buttons .activeLinks {
	height: 40px;
}

.loginModal__form-links {
	display: flex;
	align-items: center;
	flex-flow: column;
	margin-top: 20px;
}

.loginModal__form-link {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #0297D5;
	transition: .3s;
	margin-top: 10px;
}

.loginModal__form-link:last-child {
	margin-bottom: 0;
}

.loginModal__form-link:hover {
	color: #AD19CC;
}

.cupPage__partners {
	width: 100%;
	margin-top: 20px;
}

.cupPage__partners p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.cupPage__partners-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
}

.cupPage__partners-img:hover img {
	transform: scale(1.1);
}

.cupPage__partners-img img {
	max-width: 100%;
	transition: .3s;
}

.mainPartner__row {
	justify-content: center;
	margin: 20px 0;
}

.mainPartner__block {
	width: 100%;
	max-width: 700px;
	height: 150px;
	display: flex;
	justify-content: center;
}

.mainPartner__item {
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.mainPartner__item img {
	max-width: 100%;
}

.mainPartner__mobile {
	display: none;
}

.profileUser {
	padding: 50px 0 30px;
}

.profileUser__block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.profileUser__left-top {
	display: flex;
}

.profileUser__btns {
	width: 250px;
	display: flex;
	flex-flow: column;
}

.profileUser__photo-block {
	width: 250px;
}

.profileUser__photo {
	margin: 0 auto 15px;
	width: 205px;
	height: 205px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/photo__bg.svg) center no-repeat;
	background-size: cover;
}

.profileUser__photo img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profileUser__photo-block form {
	position: relative;
}

.profileAvatarChange {
	border-radius: 50%;
	background: #fff;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	bottom: 0;
	right: 0;
}

.profileAvatarChange svg {
	max-width: 100%;
}

.profileUser__btns .activeLinks {
	height: 40px;
	margin-bottom: 10px;
	padding: 0 10px;
}

.profileUser__btns .activeLinks:last-child {
	margin-bottom: 0;
}

.profileUser__desc {
	margin-left: 15px;
	max-width: 420px;
}

.profileUser__desc-item {
	margin-bottom: 10px;
}

.profileUser__desc-item:last-child {
	margin-bottom: 0;
}

.profileUser__desc-item p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.profileUser__desc-item p span {
	font-weight: bold;
}

.profileUser__right {
	width: 600px;
}

.profileUser__stats {
	width: 600px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.profileUser__statActive svg {
	fill: #AD19CC;
}

.profileUser__stat {
	width: 100px;
	display: block;
	margin: 0 20px 10px;
}

.profileUser__stat-icon {
	width: 37px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}

.profileUser__stat-icon svg {
	height: 100%;
}

.profileUser__stat-text p {
	width: 100%;
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 5px;
}

.profileUser__stat-text p:last-child {
	margin-bottom: 0;
}

.peoples {
	padding: 50px 0;
}

.peoples__items {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.peoples__item {
	display: block;
	width: 300px;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgb(0 0 0 / 25%);
	border-radius: 13px;
	padding: 8px 14px 15px;
	margin: 0 5px 15px;
}



.peoples__item-img {
	margin: 0 auto;
	width: 130px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/photo__bg.svg) center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.peoples__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.peoples__item:hover .peoples__item-img img {}

.peoples__item-name {
	margin-top: 10px;
}

.peoples__item-name p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	transition: .3s;
}

.peoples__item:hover .peoples__item-name p {
	color: #AD19CC;
}

.peoples__item-text {
	margin-top: 10px;
}

.peoples__item-text p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	color: #000000;
	margin-bottom: 5px;
}

.peoples__item-text p:last-child {
	margin-bottom: 0;
}

.peoples__item-text p span {
	font-weight: bold;
}

.peoples__item-statSvg svg {
	width: 100%;
	fill: #EF542B;
}

.peoples__item-stats {
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.peoples__item-stat {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.peoples__item-stat:last-child {
	margin-right: 0;
}

.peoples__item-statSvg {
	width: 26px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}

.peoples__item-stat p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.profileRewards__items {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.profileRewards__item {
	display: block;
	width: 300px;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgb(0 0 0 / 25%);
	border-radius: 13px;
	padding: 8px 14px 15px;
	margin: 0 5px 10px;
}

.profileRewards__item-img {
	position: relative;
	width: 272px;
	height: 135px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	overflow: hidden;
}

.profileRewards__item-imgBlock img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .3s;
}

.profileRewards__item-top {
	display: flex;
	justify-content: center;
}

.profileRewards__item-place {
	margin-top: 10px;
}

.profileRewards__item-place p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-align: center;
}

.profileRewards__item-name {
	margin-top: 10px;
}

.profileRewards__item-name p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	color: #000000;
	text-align: center;
}

.profileRewards__item-date {
	margin-top: 10px;
}

.profileRewards__item-date p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	text-align: center;
}

.profileRewards__item-btns {
	margin-top: 20px;
}

.profileRewards__item-btns .activeLinks {
	height: 40px;
	margin-bottom: 10px;
}

.profileRewards__item-btns .activeLinks:last-child {
	margin-bottom: 0;
}

.profileOwnerPeoples__item-stats {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: 15px;
}

.profileOwnerPeoples__item-bottom {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.profileOwnerPeoples__item-stats .profileUser__stat {
	margin: 0;
	margin-bottom: 10px;
}

.profileOwnerPeoples__item-stats .profileUser__stat .profileUser__stat-icon {
	width: 25px;
	height: 25px;
}

.profileOwnerPeoples__item-action {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.profileOwnerPeoples__item-action:last-child {
	margin-bottom: 0;
}

.profileOwnerPeoples__item-action p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

.profileOwnerPeoples__action-icon {
	margin-right: 10px;
}

.profileOwnerPeoples__item-action p.redText {
	color: #FF0000;
}

.profileOwnerPeoples__item:hover .peoples__item-name p {
	color: #000000;
}

.mails__items {
	width: 100%;
}

.mails__item {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgb(0 0 0 / 25%);
	border-radius: 13px;
	padding: 8px 14px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}


.mails__item:last-child {
	margin-bottom: 0;
}

.mails__item-left {
	display: flex;
	align-items: center;
	margin-right: 30px;
	flex-grow: 0;
}

.mails__item-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
}

.mails__item-name {
	margin-left: 10px;
}

.mails__item-name p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.mails__item-photo {
	width: 55px;
	height: 55px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.mails__item-photo img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.mails__item-photo .avatar__wrapper {
	border: 2px solid #0297D5;
	transition: .3s;
}

.mails__item-theme {
	display: flex;
	flex-grow: 1;
}

.mails__item-theme p {
	width: 100%;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	transition: .3s;
}

.mails__item:hover .mails__item-theme p {
	color: #AD19CC;
}

.mails__item:hover .mails__item-photo .avatar__wrapper {
	border: 2px solid #AD19CC;
}

.mails__item-date {
	flex-grow: 0;
	margin-left: 10px;
}

.mails__item-date p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	white-space: nowrap;
	text-align: center;
}

.mails__itemNew {
	background: #0297D5;
}

.mails__itemNew .mails__item-photo .avatar__wrapper {
	border: 2px solid #AD19CC;
}

.mails__itemNew .mails__item-name p,
.mails__itemNew .mails__item-theme p,
.mails__itemNew .mails__item-date p {
	color: #fff;
}

.feed__item-text h3 {
	margin: 10px 0;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
}

.feed__item-btn {
	margin-top: 10px;
}

.reviewPage__row {
	justify-content: center;
}

.reviewPage__row .reviews__item-right p {
	min-height: auto;
	max-height: none;
}

.reviewPage__btn-row {
	margin-top: 30px;
	justify-content: center;
}

.supportChat {
	padding: 50px 0;
}

.supportChat__wrapper {
	width: 900px;

}

.supportChat__row {
	justify-content: center;
}

.supportChat__title h1 {
	width: 100%;
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
}

.supportChat__block {
	margin-top: 30px;
	width: 100%;
	background: #FFFFFF;
	/*box-shadow: 0px 4px 15px rgb(0 0 0 / 25%);*/
	border-radius: 13px;
	padding: 15px 14px;
}

.supportChat__item {
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	padding: 5px 0;
}

.supportChat__item:last-child {
	margin-bottom: 0;
}

.supportChat__item-left {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	border-right: 1px solid #EF542B;
	padding-right: 10px;
}

.supportChat__item-img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.supportChat__item-img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.supportChat__item-bio {
	margin-left: 10px;
}

.supportChat__item-bio p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.supportChat__item-right {
	padding-left: 10px;
	flex-grow: 1;
}

.supportChat__item-right p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	color: #000000;
}

.supportChat__itemAnswer {
	flex-flow: row-reverse;
}

.supportChat__itemAnswer .supportChat__item-left {
	flex-flow: row-reverse;
	text-align: right;
	padding-right: 0;
	padding-left: 10px;
	border-right: none;
	border-left: 1px solid #EF542B;
}

.supportChat__itemAnswer .supportChat__item-bio {
	margin-left: 0;
	margin-right: 10px;
}

.supportChat__itemAnswer .supportChat__item-right {
	padding-left: 0;
	padding-right: 10px;
}

.supportChat__form {
	margin-top: 15px;
}

.supportChat__form form {
	display: flex;
}

.supportChat__form-left {
	flex-grow: 1;
}

.supportChat__form-right {
	flex-shrink: 0;
	margin-top: 30px;
	margin-left: 15px;
}

.supportChat__form-right .activeLinks {
	width: 70px;
	height: 40px;
	min-width: auto;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}

.supportChat__form-right .activeLinks:last-child {
	margin-bottom: 0;
}

.supportChat .registrationContent__form {
	margin-top: 0;
}

.polls__row {
	margin-top: 30px;
	margin-bottom: 30px;
}

.polls__item {
	display: flex;
	width: 100%;
	box-shadow: 0px 4px 15px rgb(0 0 0 / 25%);
	padding: 15px;
	border-radius: 13px;
	margin-bottom: 15px;
}

.polls__item:last-child {
	margin-bottom: 0;
}

.polls__item-left {
	flex-grow: 1;
	margin-right: 25px;
}

.polls__item-img {
	flex-shrink: 0;
	width: 300px;
	overflow: hidden;
}

.polls__item-img img {
	max-width: 100%;
}

.polls__item-btn {
	display: flex;
	margin-top: 15px;
}

.polls__item-title h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

.polls__item-text {
	margin-top: 15px;
}

.polls__item-text p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	color: #000000;
}

.polls__item-desc {
	margin-top: 15px;
}

.polls__item-desc p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	color: #000000;
}

.polls__item-desc p span {
	font-weight: 600;
}

.polls__item-step {
	margin-top: 20px;
}

.polls__item-step p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
}

.polls__item-answer {
	width: 300px;
	flex-shrink: 0;
}

.polls__item-answer .polls__item-btn {
	margin-top: 50px;
}

.textPage {
	padding: 50px 0 0;
}

.textPage__top {
	margin-bottom: 20px;
}

.textPage__top h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
}

.textPage__content p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin: 10px 0;
}

.textPage__content h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	margin: 20px 0;
}

.textPage__content a {
	font-family: 'Montserrat';
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.textPage__content li {
	margin: 10px 0;
}

.textPage__content h4 {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin: 10px 0;
	text-align: center;
}

.textPage__img-block {
	display: flex;
	justify-content: center;
}

.textPage__content img {
	max-width: 100%;
	text-align: center;
	margin: 15px auto;
}

.textPage__center {
	text-align: center;
}

.cupWorkPage__video {
	height: 350px;
}


.slick-prev,
.slick-next {
	width: 36px;
	height: 41px;
}

.slick-prev {
	left: -40px;
}

.slick-next {
	right: -45px;
}

.slick-prev:before {
	content: "";
	display: block;
	width: 36px;
	height: 41px;
	background: url(../img/arrowPrev.svg) center no-repeat;
	background-size: cover;
	transition: .3s;
}

.slick-prev:hover:before {
	background: url(../img/arrowPrevActive.svg) center no-repeat;
	background-size: cover;
}

.slick-next:before {
	content: "";
	display: block;
	width: 36px;
	height: 41px;
	background: url(../img/arrowNext.svg) center no-repeat;
	background-size: cover;
	transition: .3s;
}

.slick-next:hover:before {
	background: url(../img/arrowNextActive.svg) center no-repeat;
	background-size: cover;
}

.header__burger {
	display: none;
}

.burgerMenu {
	padding: 0 10px 5px;
}

.burgerMenu__items {
	margin-top: 30px;
	padding-left: 5px;
}

.burgerMenu__item {
	display: block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 15px;
}

.burgerMenu__item:last-child {
	margin-bottom: 0;
}

.loginModal__btn {
	display: flex;
	justify-content: center;
}

.loginModal__text {
	margin: 20px 0;
}

.loginModal__text p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 10px;
}

.toast__header-logo {
	display: flex;
	align-items: center;
}

.toast__header-logo img {
	width: 30px;
	margin-right: 10px;
}

.toast-header {
	justify-content: space-between;
}

.toast__header-logo p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.toast__header-logo p span {
	color: #822990;
}

.bottom-0 {
	bottom: 50px !important;
}



.cookie {
	padding: 10px 0 15px 30px;
	background: #EEEDED;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

.cookie__text {
	margin: 10px 0 15px;
}

.cookie__btn {
	display: flex;
}

.cookie__btn .activeLinks {
	height: 40px;
}

.cookie__title h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}

.cookie__text p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 10px;
}

.feedGrid__addWork {
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.feedAddWork__btn {
	display: flex;
	justify-content: center;
}

.feedAddWork__btn .activeLinks {
	height: 40px;
}

.profileOwnerPeoplesText__row {
	justify-content: center;
	margin-bottom: 15px;
}

.profileOwnerPeoplesText__block {
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
}

.profileOwnerPeoplesText__btn {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.profileOwnerPeoplesText__block h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

.profileOwnerPeoplesText__block p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.feedPeoplesText__block {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 10px 0;
}

.feedPeoplesText__block p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.feed__item-bioSub .subMinus {
	display: none;
}


.unSub svg {
	fill: #FF0000;
}

.unSub .subMinus {
	display: block;
}

.unSub .subPlus {
	display: none;
}

.form__item-selectBlock {
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	background: #ffffff;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	border: none;
	border-radius: 10px;
	padding-left: 15px;
	padding-right: 5px;
}

.form__item-selectBlock.vscomp-ele {
	max-width: 100%;
}

.form__item-selectBlock .vscomp-value,
.vscomp-wrapper {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.vscomp-wrapper:not(.has-value) .vscomp-value,
.vscomp-option.group-title .vscomp-option-text {
	opacity: 1;
}

.vscomp-toggle-button {
	border: none;
}

.vscomp-wrapper.focused .vscomp-toggle-button,
.vscomp-wrapper:focus .vscomp-toggle-button {
	box-shadow: none;
}

.toast:not(.showing):not(.show) {
	pointer-events: none;
}

.toast {
	background-color: rgba(255, 255, 255, 1);
}

.toast-container {
	z-index: 99999;
	pointer-events: none;
}

.registrationContent__form .registrationContent__text {
	margin-bottom: 15px;
}

.avatar__wrapper {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #ffffff;
}

.kids__img {
	padding: 15px;
}

.reviews__img {
	padding: 15px;
}

.peoples__item-img {
	padding: 15px;
}

.profileUser__photo {
	padding: 15px;
}

.kids__img .avatar__wrapper img {
	border-radius: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.avatar__wrapper-imgWidth {
	width: 100%;
	height: auto;
}

.avatar__wrapper-imgHeight {
	width: auto;
	height: 100%;
}

.avatar__wrapper-imgSquare {
	width: 100%;
	height: 100%;
}

.feedGrid__photo-imgWidth {
	width: 100%;
	height: auto;
}

.feedGrid__photo-imgHeight {
	width: auto;
	height: 100%;
}

.feedGrid__photo-imgSquare {
	width: 100%;
	height: 100%;
}

.cupWorkPage__sliderBlock {
	padding: 0 40px;
}

.feedFeed__photo-imgWidth {
	width: 100%;
	height: auto;
}

.feedFeed__photo-imgHeight {
	width: auto;
	height: 100%;
}

.feedGrid__photo-imgSquare {
	width: 100%;
	height: 100%;
}

.mapImg .map__block {
	height: auto;
	display: flex;
	justify-content: center;
}

.mapImg img {
	max-width: 100%;
}

.tox-statusbar__branding {
	display: none;
}

.textPage h2 {
	scroll-margin-top: 95px;
}

.header__profile-bio {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	top: 5px;
}

.header__profile-bioDiv {
	width: 43px;
	height: 43px;
	margin: 0 auto;
	border-radius: 50%;

}

.header__profile-bioDiv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.header__profile-bioDivBorder {
	border: 2px solid #0297D5;
	transition: .3s;
}

.header__profile-bio:hover .header__profile-bioDivBorder {
	border: 2px solid #AD19CC;
}

.header__profile-bio p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

.feed__item-bio p.postBioNick {
	font-weight: normal;
	color: #AD19CC;
}

.userMemoBlock {
	width: 100%;
	display: flex;
	justify-content: center;
}

.userMemoBlock img {
	max-width: 100%;
}

.profileUser__desc-item p span.purpleText {
	color: #AD19CC;
}

.profileSubButton {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-bottom: 10px;
}

.profileSubButton .feed__item-bioSub {
	margin-left: 0;
}

.profileSubButton p {
	margin-left: 10px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #0297D5;
	transition: .3s;
}

.profileSubButton:hover p {
	color: #AD19CC;
}

.profileGifts {
	margin-top: 15px;
	width: 100%;
}

.profileGifts-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.profileGifts-title h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 23px;
	line-height: 26px;
	color: #000000;
}

.profileGifts-all a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #0297D5;
	transition: .3s;
}

.profileGifts-all a:hover {
	color: #AD19CC;
}

.profileGifts__block {
	margin-top: 15px;
	width: 100%;

}

.profileGifts__slider {
	width: 100%;
}

.profileGifts__slide {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.profileGifts__slide-count {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	right: 0;
	top: 0;
	background: #EF542B;
}

.profileGifts__slide-count p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}

.profileMedals .profileGifts__slide {
	display: block;
	width: 64px;
	width: 64px;
	overflow: hidden;
}

.profileMedals .profileGifts__slide img {
	width: 64px;
	width: 64px;
	margin: 0 auto;
}

.profileGifts__slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .3s;
}

.profileGifts__slide:hover img {
	transform: scale(1.1);
}

.giftsPage__items {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.giftsPage__item {
	display: block;
	width: 300px;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgb(0 0 0 / 25%);
	border-radius: 13px;
	padding: 8px 14px 15px;
	margin: 0 5px 10px;
}

.giftsPage__item-img {
	position: relative;
	width: 252px;
	height: 252px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	overflow: hidden;
}

.giftsPage__item-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .3s;
}

.giftsPage__item:hover .giftsPage__item-img img {
	transform: scale(1.1);
}

.giftsPage__item-top {
	display: flex;
	justify-content: center;
}

.giftsPage__item-place {
	margin-top: 10px;
}

.giftsPage__item-place p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-align: center;
}

.giftsPage__item-name {
	margin-top: 10px;
}

.giftsPage__item-name p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	color: #000000;
	text-align: center;
}

.giftsPage__item-date {
	margin-top: 10px;
}

.giftsPage__item-date p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	text-align: center;
}

.rotateImgBlock {
	width: 100%;
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rotateImgBlock a {
	margin: 0 5px;
}

.prizeWinner__slider {
	width: 100%;
}

.prizeWinner__item-wrapper {}

.prizeWinner__item {
	margin: 0 auto;
	display: block;
	width: 270px;
}

.prizeWinner__item-img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.prizeWinner__item-img img {
	width: 270px;
	height: 350px;
	object-fit: cover;
	transition: .3s;
}

.prizeWinner__item:hover img {
	transform: scale(1.1);
}

.prizeWinner__item-text {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
	width: 100%;
	padding: 10px 0;
	background: #0297D5;
	transition: .3s;
}

.prizeWinner__item-text p {
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
}

.prizeWinner__item:hover .prizeWinner__item-text {
	background: #AD19CC;
}

.loginModal__load {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.loginModal__load svg {
	animation: move 2s infinite linear;
}

#loadModal .loginModal__text {
	text-align: center;
}

.form__item span.redText {
	display: inline;
}

.peoples__item-name p.postBioNick {
	font-weight: normal;
	color: #AD19CC;
	font-size: 16px;
}

.peoples__item-sub {
	position: relative;
}

.peoples__item-sub svg {
	position: absolute;
	top: 0;
	left: 0;
}

.bannerModal__body a {
	width: 100%;
}

.bannerModal__img {
	display: flex;
	justify-content: center;
	width: 100%;
}

.bannerModal__img img {
	max-width: 100%;
}

.bannerModalMobile {
	display: none;
}

p.blueText {
	color: #0297D5;
	font-weight: bold;
}

p.blueText span {
	color: #EF542B;
}

p.blueText a {
	color: #AD19CC;
}

.feedback__text .footer__social-items {
	justify-content: center;
	display: flex;
	margin-top: 20px;
}

.cupPage__desc-rulesLink {
	margin: 15px 0;
	display: flex;
}

.photoPreview {
	width: 175px;
	height: 175px;
}

.photoPreview img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.postPreview {
	height: 300px;
	margin-bottom: 55px;
}

.postPreview img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.postPreviewRemove {
	position: relative;
	width: 200px;
	height: 200px;
}

.previw_image-btns {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}

.postPreviewRemove-btn {
	cursor: pointer;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.postPreviewRemove-btn svg {
	width: 25px;
	height: 25px;
	transition: .3s;
}

.postPreviewRotate-btns {
	display: block;
	width: auto;
	margin: 0;
}

.postPreviewRotate-btns a {
	cursor: pointer;
}

.feedUsersFilter__slide {
	width: 60px;
}

.feedUsersFilter__slide-img {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid #0297D5;
	transition: .3s;
	overflow: hidden;
}

.feedUsersFilter__slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feedUserFilter__slide-photo {
	position: relative;

}

.feedUserFilter__slide-photo span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background: #0297D5;
	transition: .3s;
	position: absolute;
	right: 5px;
	bottom: 0;
	border-radius: 50%;
}

.feedUserFilter__slide-photo span p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

.feedUsersFilter__slide-name p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-align: center;
}

.feedUsersFilter__slide-link:hover .feedUserFilter__slide-photo span {
	background: #AD19CC;
}

.feedUsersFilter__slide-link:hover .feedUsersFilter__slide-img {
	border: 2px solid #AD19CC;
}

.feedUsersFilter__row {
	justify-content: center;
}

.feedUsersFilter__block {
	width: 700px;
}

.div_preview_removeBtn {
	display: flex;
	justify-content: center;
}

.feed__item-bioPhotoCard {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	right: 0;
	top: 0;
	border: 1px solid #0297D5;
}

.feed__item-bioPhotoStar {
	position: absolute;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	left: 0;
	bottom: 0;
}

.feed__item-bioPhotoStar svg {
	width: 20px;
	height: 20px;
	fill: #eecb02;
	stroke: #eecb02;
}

.feed__item-bioPhotoBravo {
	position: absolute;
	display: flex;
	justify-content: center;
	align-content: center;
	left: -4px;
	bottom: 0;
}

.profileUser__alert {
	justify-content: center;
	margin-bottom: 20px;
}

.profileUser__alert p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-align: center;
}

.form__button-resendCode {
	margin-top: 30px;
}

.form__button-resendCode button {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	width: auto;
	padding: 0;
	height: auto;
	background: none;
	text-align: center;
	box-shadow: none;
	color: #0297D5;
}

.form__button-resendCode button:hover {
	background: none;
	color: #AD19CC;
}

.faq__row {
	justify-content: center;
	margin-top: 30px;
}

.faq__block {
	width: 900px;
}

.faq__item {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: 1px solid #EF542B;
	padding-bottom: 10px;
}

.faq__item:hover .faq__item-title h4 {
	color: #AD19CC;
}

.faq__item:last-child {
	margin-bottom: 0;
}

.faq__item-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}

.faq__item-title[aria-expanded="true"] .faq__item-arrow svg {
	transform: rotate(180deg);
}

.faq__item-title h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	transition: .3s;
}

.faq__item-text {
	padding-left: 10px;
}

.faq__item-text a {
	font-weight: bold;
}

.faq__item-text p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 5px;
}

.faq__text {
	margin-top: 15px;
	border-bottom: none;
}

.faq__text p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 5px;
}

.faq__text h2 {
	width: 100%;
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 15px;
}

.header__mail-count {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: -10px;
	right: -10px;
	background: #EF542B;
}

.header__mail-count p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}


.bioPhotoCard-Yellow {
	background: rgb(255, 255, 0);
}

.bioPhotoCard-Red {
	background: rgb(255, 0, 0);
}

.passwordBlock {
	position: relative;
}

.passwordBlock__eye {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
}

.topTextStats__row {
	justify-content: center;
	text-align: center;
	margin-bottom: 15px;
}

.topTextStats__block p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #0297D5;
}

.topTextStats__block p span {
	color: #AD19CC;
}


.disabled {
	display: none !important;
}

.opacity0 {
	opacity: 0;
}

@keyframes move {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


@media (max-width: 1840px) {
	.container {
		max-width: 100%;
		padding: 0 45px;
	}
}

/* 1670px */
@media (max-width: 1921px) {
	.reviews__item {
		width: 650px;
	}

	.footer__links {
		margin-right: 50px;
	}

	.welcome__left {
		width: 600px;
	}

	.welcome__text p {
		font-size: 14px;
	}

	.welcome__left {
		padding: 15px;
	}

	.welcome__right-video {
		height: 275px;
		margin-top: 20px;
	}

	.welcome {
		min-height: auto;
		padding: 30px 0;
	}

	.welcome__links {
		margin-top: 20px;
	}

	.welcome__top-img {
		width: 120px;
		height: 120px;
	}

	.welcome__top-img img {
		width: 100px;
		height: 100px;
	}

	.welcome__top-text h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.welcome__top-text p {
		font-size: 14px;
		line-height: 16px;
	}

	.kids__img {
		width: 125px;
		height: 125px;
	}

	.kids__img img {}

	.kids {
		padding: 25px 0;
	}

	.posts,
	.partners,
	.reviews {
		padding: 30px 0;
	}

	.posts__title a {
		font-size: 26px;
		line-height: 30px;
	}

	.postsTitle__row {
		margin-bottom: 20px;
	}

	.header__logo h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.activeLinks {
		height: 45px;
	}

	.registration {
		padding: 30px 0;
	}

	.registrationContent__row {
		margin-top: 30px;
	}

	.registrationContent__form {
		margin-top: 30px;
	}

	.registrationContent__text p {
		font-size: 14px;
	}

	.form__item p {
		font-size: 14px;
	}

	.form__itemCheckbox label {
		font-size: 14px;
	}

	.registrationContent__title h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.cupSlider__title h3 {
		font-size: 26px;
		line-height: 30px;
	}

	.cupSlider__item {
		width: 290px;
		height: 349px;
	}

	.cupSlider {
		padding: 30px 0;
	}

	.cupPage {
		padding: 30px 0 0;
	}

	.textPage {
		padding: 30px 0 0;
	}

	.prizes {
		padding: 30px 0;
	}

	.cupWorkPage {
		padding: 30px 0;
	}

	.peoples {
		padding: 30px 0;
	}

	.supportChat {
		padding: 30px 0;
	}

	.cupPage__desc-top h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.textPage__top h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.cupWorkPage__img {
		width: 600px;
	}

	.loginModal__title h2 {
		font-size: 26px;
		line-height: 30px;
	}
}

@media (max-width: 1480px) {
	.reviews__item {
		width: 500px;
	}

	.welcome__right {
		width: 550px;
	}

	.welcome__right-top form input {
		width: 300px;
	}

	.footer__links-item a {
		font-size: 14px;
	}

	.footer__links-title p {
		font-size: 17px;
	}

	.profileUser__right {
		width: 300px;
	}

	.profileUser__stats {
		width: 300px;
	}

}

@media (max-width: 1360px) {
	.welcome__left {
		width: 500px;
		padding: 15px 30px 30px;
	}

	.footer__links {
		margin-right: 30px;
	}

	.footer__social-item {
		margin-right: 10px;
	}

	.welcome__top-text h3 {
		font-size: 20px;
		line-height: 22px;
	}

	.welcome__top-text p {
		font-size: 14px;
		line-height: 18px;
	}

	.welcome__top-text {
		margin-left: 20px;
	}

	.welcome__links .activeLinks {
		padding: 0 30px;
	}
}

@media (max-width: 1260px) {
	.welcome__right-top form {
		flex-wrap: wrap;
		width: 300px;
		margin: 20px auto 0;
	}

	.welcome__right-top form input {
		width: 100%;
	}

	.welcome__right-top form button {
		width: 100%;
		margin-top: 20px;
	}

	.welcome__right {
		width: 450px;
	}

	.welcome__right-video {
		height: 200px;
	}

	.welcome__row {
		align-items: flex-start;
	}

	.footer__right {
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}

	.footer__info {
		display: none;
	}

	.cupWorkPage__img {
		width: 500px;
	}
}

@media (max-width: 1180px) {
	.reviews__item {
		width: 100%;
	}

	.posts__item {
		width: 280px;
	}

	.posts__title h3 {
		font-size: 18px;
		line-height: 20px;
	}

	.posts__title a,
	.partners__title h3,
	.reviews__title h3 {
		font-size: 27px;
		line-height: 30px;
	}

	.welcome__right-top h2 {
		font-size: 20px;
		line-height: 22px;
	}

	.welcome__right {
		width: 400px;
	}

	.registrationContent__title h1 {
		font-size: 27px;
		line-height: 30px;
	}

	.cupPage__desc-top h3 {
		font-size: 18px;
		line-height: 20px;
	}

	.cupPage__desc-text p {
		font-size: 14px;
		line-height: 17px;
	}

	.cupPage__right {
		width: 238px;
	}

	.cupPage__img {
		height: 276px;
	}

	.profileUser__block {
		flex-wrap: wrap;

	}

	.profileUser__right {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}

	.profileUser__right {
		width: 100%;
		margin-top: 30px;
	}

	.profileUser__stats {
		width: 100%;
		justify-content: center;
	}

	.profileUser__stat {
		margin-right: 15px;
	}

	.profileUser__stat:last-child {
		margin-right: 0;
	}

	.supportChat__title h1 {
		font-size: 27px;
		line-height: 30px;
	}

	.textPage__content-text p {
		font-size: 14px;
		line-height: 17px;
	}

	.profileUser__right {
		flex-wrap: wrap;
	}
}

@media (max-width: 1100px) {
	.partners__item {
		width: 280px;
	}

	.welcome {
		min-height: auto;
		padding-bottom: 50px;
	}


}

@media (max-width: 1070px) {

	.welcome__left {
		width: 460px;
		padding: 20px;
	}

	.welcome__links {
		width: 100%;
		justify-content: space-around;
	}

	.welcome__links .activeLinks {
		margin-right: 0;
	}

	.posts__item {
		width: 320px;
	}

	.footer__social {
		width: 100%;
		margin-top: 20px;
	}

	.filter__content {
		display: flex;
		justify-content: center;
	}

	.filter__content form {
		width: 600px;
	}

	.filter__content .filter__content-column {
		width: 100%;
		margin-right: 0;
	}

	.filter__content-btn {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.faq__block {
		width: 100%;
	}

	.faq__item-title h4 {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 1030px) {
	.sideMenu {
		bottom: 0;
		width: 100%;
		height: 70px;
		padding-left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: 4px 0px 4px rgb(0 0 0 / 25%);
	}

	.sideMenu:hover {
		width: 100%;
	}

	.sideMenu__items {
		margin: 5px auto;
		display: flex;
	}

	.sideMenu__item {
		margin-bottom: 0;
		min-width: 110px;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		margin-right: 10px;
	}

	.sideMenu__item:last-child {
		margin-right: 0;
	}

	.sideMenu__item-img {
		margin-right: 0;
	}

	.sideMenu__item p {
		display: block;
		width: auto;
		margin-top: 5px;
	}

	.content {
		padding-left: 0;
	}

	footer {
		padding-left: 0;
		padding-bottom: 100px;
	}

	.container-fluid {
		padding: 0 45px;
	}

	.container {
		padding: 0 55px;
	}

	.cupPageResults__items {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}

	.cupPageResults__item {
		width: 300px;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.cupPageResults__item-info {
		width: 100%;
		flex-flow: column;
	}

	.cupPageResults__bio {
		margin-left: 0;
		flex-flow: column;
		margin-top: 20px;
	}

	.cupPageResults__bio-photo {
		margin-right: 0;
	}

	.cupPageResults__bio-name {
		text-align: center;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.cupPageResults__item-results {
		flex-flow: column;
	}

	.cupPageResults__results-column {
		margin-bottom: 10px;
		text-align: center;
	}

	.cupPageResults__results-column:last-child {
		margin-bottom: 0;
	}

	.cupPageResults__item-link {
		margin-top: 20px;
	}

	.cupWorkPage__row {
		flex-wrap: wrap;
		align-items: center;
		flex-flow: column;
	}

	.cupWorkPage__desc {
		margin-top: 30px;
		margin-left: 0;
		width: 100%;
	}

	.polls__item.polls__itemInner {
		flex-flow: column;
	}

	.polls__item-answer {
		margin-top: 30px;
		width: 100%;
	}

	.polls__item-answer .polls__item-btn {
		justify-content: center;
	}

	.polls__item-left {
		margin-right: 0;
	}

	.cookie {
		margin-bottom: 70px;
		padding-left: 0;
	}

	.cookie__btn {
		justify-content: center;
	}

	.cookie__title h3 {
		text-align: center;
	}
}

@media (max-width: 976px) {
	.welcome__left {
		width: 100%;
	}

	.welcome__right {
		width: 500px;
		margin-top: 30px;
		display: flex;
		flex-flow: column-reverse;
	}

	.welcome__row {
		justify-content: space-around;
	}

	.welcome__right-video {
		margin-top: 0;
	}

	.welcome__right-top {
		margin-top: 30px;
	}

	.welcome__links {
		justify-content: center;
	}

	.welcome__links .activeLinks {
		margin-right: 20px;
	}

	.welcome__top {
		justify-content: center;
	}

	.welcome {
		padding-top: 50px;
	}
}

@media (max-width: 830px) {
	.footer__bottom-row {
		margin-top: 0;
	}

	.footer__right {
		display: none;
	}

	footer {
		margin-top: 50px;
	}

	.header__burger {
		display: block;
		margin-right: 20px;
	}

	.feed__item {
		width: 100%;
	}

	.feed__item-btn {
		margin-top: 10px;
	}

	.mainPartner__block {
		height: auto;
	}

	.polls__item-text p {
		font-size: 14px;
		line-height: 15px;
	}

	.polls__item-img {
		width: 200px;
	}

	.offcanvas-start {
		z-index: 9999;
	}

	.feedUsersFilter__block {
		width: 500px;
	}

}

@media (max-width: 770px) {
	.header__logo h2 {
		font-size: 18px;
		line-height: 20px;
	}

	.header__logo img {
		width: 50px;
	}

	.activeLinks {
		height: 40px;
	}

	.header__right .activeLinks {
		margin-right: 20px;
	}

	.header__lang {
		margin-right: 20px;
	}

	header {
		padding: 10px 0;
	}

	.header__support svg {
		width: 30px;
	}

	.content {
		margin-top: 64px;
	}

	.sideMenu__item p {
		font-size: 14px;
	}

	.posts__item {
		width: 270px;
	}

	.registrationSteps__block {
		width: 100%;
	}

	.filter__content form {
		width: 100%;
	}

	.cupPage__row {
		flex-flow: column-reverse;
		align-items: center;
	}

	.cupPage__desc {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}

	.feedGrid__item {
		width: 180px;
		height: 180px;
	}

	.header__profile a svg {
		width: 40px;
	}

	.cupPage__partners p {
		text-align: center;
	}

	.profileUser__stat-text p {
		font-size: 14px;
		line-height: 14px;
	}

	.profileUser__stat {
		margin: 0;
		margin: 0 5px;
	}

	.profileUser__stat:last-child {
		margin: 0 5px;
	}

	.profileUser__left-top {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}

	.profileUser__desc {
		width: 100%;
	}

	.profileUser__desc {
		max-width: 100%;
		margin-left: 0;
	}

	.profileUser__left-bot {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.profileUser__left {
		width: 100%;
	}

	.profileUser__block {
		flex-flow: column;
		align-items: center;
	}

	.profileUser__stats {
		margin-top: 30px;
	}

	.mails__item-left {
		flex-flow: column;
		margin-right: 15px;
	}

	.mails__item-name {
		margin-left: 0;
		text-align: center;
		margin-top: 10px;
	}

	.mails__item-theme p {
		font-size: 14px;
		line-height: 14px;
	}




}

@media (max-width: 695px) {
	.posts__item {
		width: 320px;
	}

	.postsTitle__row,
	.reviewsTitle__row,
	.partnersTitle__row {
		flex-wrap: wrap;
		justify-content: center;
	}

	.posts__title {
		width: 100%;
		text-align: center;
	}

	.posts__all a,
	.reviews__title h3,
	.partners__title h3 {
		text-align: center;
	}

	.welcome__right {
		width: 100%;
	}

	header .header__logo h2 {
		display: none;
	}

	.welcome__right-video {
		height: 250px;
	}

	.cupSliderTitle__row {
		flex-flow: column;
		align-items: center;
	}

	.cupSlider__title-types {
		margin-top: 20px;
	}

	.cupSlider__title h3 {
		text-align: center;
	}

	.cupSlider__item {
		width: 230px;
		height: 326px;
	}

	.cupBlocksTitle__row {
		flex-flow: column;
		align-items: center;
	}

	.cupBlocksTitle__right {
		flex-flow: column-reverse;
	}

	.cupBlocksTitle__right .filter__btn {
		margin-top: 20px;
		margin-right: 0;
	}

	.cupPage__desc-top {
		text-align: center;
	}

	.cupPage__desc-btn {
		justify-content: center;
	}

	.profileUser__right {
		width: 400px;
	}

	.profileUser__stats {
		width: 400px;
	}

	.profileUser__stat {
		margin-bottom: 20px;
	}

	.polls__item {
		flex-flow: column-reverse;
		align-items: center;
	}

	.polls__item-btn {
		justify-content: center;
	}

	.polls__item-left {
		margin-right: 0;
	}

	.polls__item-title {
		margin-top: 15px;
	}

	.polls__item-title h3 {
		text-align: center;
	}
}

@media (max-width: 620px) {
	.feedUsersFilter__block {
		width: 400px;
	}
}

@media (max-width: 610px) {
	.registrationContent__block {
		width: 100%;
	}

	.form__buttons {
		flex-wrap: wrap;
	}

	.form__buttons .activeLinks {
		margin: 0 30px 20px;
	}

	.form__buttons .activeLinks:last-child {
		margin-bottom: 0;
	}

	.registrationSteps__item {
		width: 80px;
		height: 80px;
	}

	.cupWorkPage__video {
		height: 250px;
	}

	.form__itemInput input {
		-webkit-appearance: none;
		box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
		-webkit-box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
	}

	.form__itemSelect select {
		-webkit-appearance: none;
		box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
		-webkit-box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
	}

	.form__itemText textarea {
		-webkit-appearance: none;
		box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
		-webkit-box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
	}
}

@media (max-width: 575px) {
	.reviews__item {
		flex-wrap: wrap;
		width: 320px;
		justify-content: space-around;
	}

	.reviews__item-left {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.reviews__item-right h4 {
		text-align: center;
	}

	.welcome__links {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.welcome__links .activeLinks {
		margin: 5px 20px;
	}

	.welcome__links .activeLinks:last-child {
		margin: 5px 20px;
	}

	.welcome__top {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.welcome__top-text {
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}

	.welcome__text p,
	.reviews__item-right p {
		font-size: 14px;
		line-height: 18px;
	}

	.activeLinks {
		font-size: 14px;
		line-height: 14px;
	}

	.activeLinks {
		padding: 0 20px;
		min-width: 180px;
	}

	.slick-prev,
	.slick-next {
		width: 26px;
		height: 30px;
	}

	.slick-prev:before {
		width: 26px;
		height: 30px;
	}

	.slick-next:before {
		width: 26px;
		height: 30px;
	}

	.slick-prev {
		left: -30px;
	}

	.slick-next {
		right: -30px;
	}

	.container {
		padding: 0 30px;
	}

	.container-fluid {
		padding: 0 30px;
	}

	.sideMenu__item {
		min-width: auto;
		width: 80px;
	}

	.sideMenu__item-img svg {
		max-width: 25px;
	}

	.mails__item-right {
		flex-flow: column-reverse;
		justify-content: flex-start;
	}

	.mails__item-date {
		margin-left: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	.mails__item-date p {
		text-align: right;
	}

	.mails__item-theme {
		width: 100%;
	}

	.mails__item {
		align-items: flex-start
	}

	.supportChat__item-left {
		flex-flow: column;
		text-align: center;
	}

	.supportChat__item-bio {
		margin-left: 0;
		margin-top: 10px;
	}

	.supportChat__itemAnswer .supportChat__item-left {
		flex-flow: column;
		text-align: center;
	}

	.supportChat__itemAnswer .supportChat__item-bio {
		margin-right: 0;
	}

	.supportChat__item-bio p {
		font-size: 11px;
		line-height: 13px;
	}

	.supportChat__item-right p {
		font-size: 14px;
		line-height: 15px;
	}

	.supportChat__form-right .activeLinks {
		width: 50px;
	}
}

@media (max-width: 515px) {
	.bannerModalMobile {
		display: flex;
	}

	.bannerModalPc {
		display: none;
	}

	p.blueText {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 482px) {
	header .header__support {
		display: none;
	}

	.header__profile {
		margin-right: 0;
	}

	.mainPartner__pc {
		display: none;
	}

	.mainPartner__mobile {
		display: block;
	}

	.profileUser__right {
		width: 100%;
	}

	.profileUser__stats {
		width: 100%;
	}

	.feedUsersFilter__block {
		width: 350px;
	}
}

@media (max-width: 474px) {
	.sideMenu__item p {
		font-size: 12px;
	}

	.sideMenu__item {
		width: 65px;
	}



	.header__right .activeLinks {
		margin-right: 0;
	}

	.content {
		margin-top: 60px;
	}

	.feedGrid__item {
		width: 170px;
		height: 170px;
	}
}

@media (max-width: 431px) {
	header .header__lang {
		display: none;
	}
}

@media (max-width: 424px) {
	.sideMenu__item p {
		font-size: 11px;
	}

	.posts__item {
		width: 270px;
	}

	.reviews__item {
		width: 270px;
	}

	.registrationSteps__item-step {
		width: 50px;
		height: 50px;
	}

	.registrationSteps__item {
		width: 70px;
		height: 70px;
	}

	.feedGrid__item {
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 416px) {
	.feedUsersFilter__block {
		width: 320px;
	}
}