@charset "UTF-8";

@font-face {
	font-family: "Lato";
  src: url("/fonts/Lato-Bold/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Lato-Bold/Lato-Bold.woff") format("woff"), url("/fonts/Lato-Bold/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
	font-family: "Lato";
  src: url("/fonts/Lato-Regular/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Lato-Regular/Lato-Regular.woff") format("woff"), url("/fonts/Lato-Regular/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
}

body {
	min-width: 320px;
	position: relative;
	background-color: #f0f0f0;
}

section {
	position: relative;
}

strong, b {
	font-weight: 700;
}

em, i {
	font-style: italic;
}

/* Модификация контейнера бутстрапа - Начало */
.container {
	position: relative;
}

@media (min-width: 768px) {
	.container {
		left: 34px;
	}

	.sb-l {
		width: 68px;
	}
}

@media (min-width: 992px) {
	.container {
		left: 95px;
	}

	.sb-l {
		width: 190px;
	}
}

@media (min-width: 1560px) {
	.container {
		left: 140px;
	}

	.sb-l {
		width: 280px;
	}
}

/* Модификация контейнера бутстрапа - Конец */
/* Типографика - Начало */
body, p {
	font-family: "Lato";
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #626b70;
}

h2, .h2 {
	font-size: 28px;
	line-height: 40px;
	font-weight: 700;
	color: #2a2a2a;
}

h3, .h3 {
	font-size: 18px;
	line-height: 40px;
	font-weight: 700;
	color: #2a2a2a;
}

h4, .h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #00a29c;
}

a {
	color: #00a29c;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #09bab3;
}

@media (max-width: 767.98px) {
	body, p {
		font-size: 14px;
		line-height: 20px;
	}

	h2, .h2 {
		font-size: 24px;
		line-height: 30px;
	}

	h4, .h4 {
		font-size: 14px;
		line-height: 20px;
	}
}

/* Типографика - Конец */
/*  Кнопки - Начало */
.btn {
	display: inline-block;
	height: 50px;
	padding: 0 20px;
	border: none;
	outline: none !important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 50px;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn_sm {
	padding: 0;
	width: 50px;
	height: 50px;
	text-align: center;
}

.btn_sm.btn_arrow_left > img, .btn_sm.btn_arrow_left > svg, .btn_sm.btn_arrow_right > img, .btn_sm.btn_arrow_right > svg {
	margin: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.btn_sm.btn_arrow_left > svg {
	fill: #626b70;
}

.btn_sm.btn_arrow_right > svg {
	fill: #626b70;
}

.btn_border {
	line-height: 46px !important;
	border: 2px solid #000;
}

.btn_gray {
	background-color: #fff;
	color: #626b70 !important;
	border-color: #b4bfc4;
}

.btn_gray:disabled {
	cursor: not-allowed;
}

.btn_gray:not(:disabled):hover {
	background-color: #f0f0f0;
	color: #626b70 !important;
	border-color: #f0f0f0;
}

.btn_gray:not(:disabled):active {
	background-color: #b4bfc4;
	color: #f0f0f0 !important;
	border-color: #b4bfc4;
}

.btn_white {
	background-color: #fff;
	color: #626b70 !important;
}

.btn_white:hover {
	color: #00a29c !important;
	-webkit-box-shadow: 0px 8px 9px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0px 8px 9px 0 rgba(0, 0, 0, 0.09);
}

.btn_white:active {
	background-color: #f7f7f7;
}

.btn_white.btn_arrow_left:hover > svg, .btn_white.btn_arrow_left:active > svg {
	fill: #00a29c;
}

.btn_white.btn_arrow_right:hover > svg, .btn_white.btn_arrow_right:active > svg {
	fill: #00a29c;
}

.btn_white.btn_arrow_left > svg {
	fill: #626b70;
}

.btn_white.btn_arrow_right > svg {
	fill: #626b70;
}

.btn_ac {
	background-color: #00a29c;
	color: #fff !important;
	border-color: #00a29c;
}

.btn_ac:not(:disabled):hover {
	background-color: #09bab3;
}

.btn_ac:not(:disabled):active {
	background-color: #068b86;
}

.btn_ac:disabled {
	background-color: #9c9cab;
}

.btn_ac.btn_arrow_left > svg {
	fill: #fff;
}

.btn_ac.btn_arrow_right > svg {
	fill: #fff;
}

.btn_arrow_left > svg path, .btn_arrow_right > svg path {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn_arrow_left > img, .btn_arrow_left > svg {
	margin-right: 6px;
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}

.btn_arrow_right > img, .btn_arrow_right > svg {
	margin-left: 6px;
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}

@media (max-width: 767.98px) {
	.btn_arrow_left, .btn_arrow_right {
		padding: 0;
		width: 50px;
		text-align: center;
	}

	.btn_arrow_left span, .btn_arrow_right span {
		display: none;
	}

	.btn_arrow_left > img, .btn_arrow_left > svg {
		margin-right: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.btn_arrow_right > img, .btn_arrow_right > svg {
		margin-left: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/* Кнопки - Конец */
.tabs-inline {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tabs-inline__item {
	margin-bottom: 20px;
}

.tabs-inline__item:not(:last-child) {
	margin-right: 20px;
}

.tabs-inline__item a, .tabs-inline__item button {
	display: inline-block;
	height: 40px;
	padding: 0 20px;
	border: none;
	outline: none !important;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none !important;
	cursor: pointer;
	background-color: #fff;
	font-size: 16px;
	line-height: 40px;
	color: #626b70;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tabs-inline__item.active a, .tabs-inline__item.active button {
	background-color: #00a29c;
	color: #fff;
}

.tabs-inline__item:not(.active) a:hover, .tabs-inline__item:not(.active) a:focus, .tabs-inline__item:not(.active) a:active, .tabs-inline__item:not(.active) button:hover, .tabs-inline__item:not(.active) button:focus, .tabs-inline__item:not(.active) button:active {
	background-color: #fff;
	color: #00a29c;
	-webkit-box-shadow: 0px 8px 9px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0px 8px 9px 0 rgba(0, 0, 0, 0.09);
}

.tabs-body__item:not(.active) {
	display: none;
}

/* Эл-ты форм - Начало */
.input-search {
	width: 100%;
	height: 40px;
	background-color: #f7f7f7;
	padding: 0 20px;
	border: 1px solid transparent;
	outline: none !important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	color: #2a2a2a;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.input-search::-webkit-input-placeholder {
	font-size: 14px;
	color: #878d84;
}

.input-search::-moz-placeholder {
	font-size: 14px;
	color: #878d84;
}

.input-search:-moz-placeholder {
	font-size: 14px;
	color: #878d84;
}

.input-search:-ms-input-placeholder {
	font-size: 14px;
	color: #878d84;
}

.input-search_white {
	background-color: #fff;
}

.input-search:hover, .input-search:focus {
	border: 1px solid #dddddd;
}

.form__item {
	margin-bottom: 20px;
}

.form-field {
	position: relative;
}

.form-field__input, .form-field__textarea {
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid transparent;
	outline: none !important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	color: #2a2a2a;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-field__input::-webkit-input-placeholder, .form-field__textarea::-webkit-input-placeholder {
	color: #878d84;
}

.form-field__input::-moz-placeholder, .form-field__textarea::-moz-placeholder {
	color: #878d84;
}

.form-field__input:-moz-placeholder, .form-field__textarea:-moz-placeholder {
	color: #878d84;
}

.form-field__input:-ms-input-placeholder, .form-field__textarea:-ms-input-placeholder {
	color: #878d84;
}

.form-field__input:hover, .form-field__input:focus, .form-field__textarea:hover, .form-field__textarea:focus {
	border: 1px solid #dddddd;
}

.form-field__input {
	padding: 0 60px 0 20px;
	height: 50px;
}

.form-field__textarea {
	padding: 10px 60px 10px 20px;
	height: 190px;
}

.form-field__textarea_100 {
	height: 100px;
}

.form-field__icon, .form-field__del {
	display: block;
	position: absolute;
	top: 9px;
	right: 16px;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none !important;
	background-color: transparent;
	cursor: pointer;
}

.form-field__icon > img, .form-field__icon > svg, .form-field__del > img, .form-field__del > svg {
	width: 32px;
	height: 32px;
}

.form-field__icon > img, .form-field__del > img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.form-field__icon > svg, .form-field__del > svg {
	fill: #626b70;
}

.form-field_no-icon .form-field__input, .form-field_no-icon .form-field__textarea {
	padding: 10px 20px;
}

/* Поле датапикера */
.form-datapicker {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.form-datapicker__input {
	width: 100%;
	height: 50px;
	background-color: #f7f7f7;
	border: 1px solid transparent;
	outline: none !important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	color: #2a2a2a;
	margin-right: 10px;
	padding: 0 20px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-datapicker__input::-webkit-input-placeholder {
	color: #878d84;
}

.form-datapicker__input::-moz-placeholder {
	color: #878d84;
}

.form-datapicker__input:-moz-placeholder {
	color: #878d84;
}

.form-datapicker__input:-ms-input-placeholder {
	color: #878d84;
}

.form-datapicker__input:hover, .form-datapicker__input:focus {
	border: 1px solid #dddddd;
}

.form-datapicker__button {
	padding: 0;
	border: none;
	outline: none !important;
	background-color: #f7f7f7;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.form-datapicker__modal {
	position: absolute;
	z-index: 100;
	top: 58px;
	left: 0;
	width: 100%;
	background-color: #f7f7f7;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.09);
	padding-bottom: 20px;
}

/* Поля выбора времени */
.form-time {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.form-time__input {
	width: -webkit-calc(50% - 33px);
	width: calc(50% - 33px);
	height: 50px;
	background-color: #f7f7f7;
	border: 1px solid transparent;
	outline: none !important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	color: #2a2a2a;
	margin-right: 10px;
	padding: 0 20px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-time__input::-webkit-input-placeholder {
	color: #878d84;
}

.form-time__input::-moz-placeholder {
	color: #878d84;
}

.form-time__input:-moz-placeholder {
	color: #878d84;
}

.form-time__input:-ms-input-placeholder {
	color: #878d84;
}

.form-time__input:hover, .form-time__input:focus {
	border: 1px solid #dddddd;
}

.form-time__prefix {
	display: inline-block;
	line-height: 48px;
	text-align: center;
}

.form-time__prefix:first-of-type {
	width: 12px;
}

.form-time__prefix:last-of-type {
	width: 24px;
}

.form-time > * {
	margin-right: 10px;
}

.form-time > *:last-child {
	margin-right: 0;
}

/* Кнопка загрузки файлов */
.form-file {
	padding: 0;
	list-style: none;
}

.form-file__input {
	display: none;
}

.form-file__btn {
	margin-bottom: 10px;
}

.form-file__file {
	margin-bottom: 10px;
}

/* Чекбокс */
.form-check_checkbox .form-check__input {
	display: none;
}

.form-check_checkbox .form-check__input:focus + label::before {
	border: 1px solid #00a29c;
}

.form-check_checkbox .form-check__input:checked + label::before {
	border: 1px solid #00a29c;
}

.form-check_checkbox .form-check__input:checked + label::after {
	opacity: 1;
}

.form-check_checkbox .form-check__label {
	padding-left: 25px;
	position: relative;
	display: block;
	cursor: pointer;
	margin: 0;
}

.form-check_checkbox .form-check__label::before, .form-check_checkbox .form-check__label::after {
	content: '';
	display: block;
	position: absolute;
}

.form-check_checkbox .form-check__label::before {
	width: 18px;
	height: 18px;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #626b70;
}

.form-check_checkbox .form-check__label::after {
	width: 18px;
	height: 18px;
	top: 50%;
	left: 1px;
	margin-top: -9px;
	opacity: 0;
	background-image: url("/img/ui-icon/check.svg");
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-btn {
	padding: 0;
	display: block;
	border: none;
	outline: none !important;
	background-color: transparent;
	cursor: default;
}

.form-btn::after {
	content: '';
	display: block;
	clear: both;
}

.form-btn__plus {
	float: left;
	width: 30px;
	height: 30px;
	background-color: #f7f7f7;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-btn__plus > span {
	font-size: 20px;
	line-height: 30px;
	color: #626b70;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-btn__plus > img, .form-btn__plus > svg {
	width: 15px;
	height: 16px;
	margin: 5px;
}

.form-btn__plus > img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.form-btn__plus > svg {
	fill: #626b70;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-btn__text {
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	font-weight: 700;
	color: #626b70;
	margin-left: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-btn__del {
	display: inline-block;
	margin-left: 10px;
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none !important;
	font-size: 12px;
	line-height: 30px;
	font-weight: 700;
	color: #2a2a2a;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-btn__del:hover, .form-btn__del:focus {
	color: red;
}

.form-btn:not(.form-btn_no-hover) {
	cursor: pointer;
}

.form-btn:not(.form-btn_no-hover):hover .form-btn__plus {
	background-color: #00a29c;
}

.form-btn:not(.form-btn_no-hover):hover .form-btn__plus > span {
	color: #fff;
}

.form-btn:not(.form-btn_no-hover):hover .form-btn__plus > svg {
	fill: #fff;
}

.form-btn:not(.form-btn_no-hover):hover .form-btn__text {
	color: #00a29c;
	text-decoration: underline;
}

/* Выпадающий список для формы (в стиле инпутов) */
.form-fselect__select {
	width: 100%;
	height: 50px;
	background-color: #f7f7f7;
	border: 1px solid transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none !important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	color: #2a2a2a;
	margin-right: 10px;
	padding: 0 68px 0 20px;
	background-image: url("/img/fselect-down.svg");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-fselect__select::-webkit-input-placeholder {
	color: #878d84;
}

.form-fselect__select::-moz-placeholder {
	color: #878d84;
}

.form-fselect__select:-moz-placeholder {
	color: #878d84;
}

.form-fselect__select:-ms-input-placeholder {
	color: #878d84;
}

.form-fselect__select:hover, .form-fselect__select:focus {
	border: 1px solid #dddddd;
}

.form-fselect__select option:disabled {
	color: #878d84;
}

/* Выпадающий список, но не для формы (мелкий в стиле сайта) */
.ui-select {
	position: relative;
	z-index: 2;
	width: 100%;
	-webkit-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
}

.ui-select__select {
	display: inline-block;
	width: 100%;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none !important;
	padding-left: 15px;
	background-color: #ffffff;
	background-image: url("/img/select-down.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 30px;
	color: #626b70;
	cursor: pointer;
}

.ui-select__select option:disabled {
	color: #e8e8e8;
}

.ui-select__dropdown {
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 0;
	display: none;
	width: 100%;
	background-color: #ffffff;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	max-height: 30vh;
	overflow: auto;
}

.ui-select__item {
	padding: 10px 15px 5px;
}

.ui-select__item.active {
	background-color: rgba(0, 162, 156, 0.1);
}

.ui-select.open {
	-webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.09);
}

.ui-select.open .ui-select__select {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.ui-select.open .ui-select__dropdown {
	display: block;
}

/* Эл-ты форм - Конец */
/* Блок монолита - Начало */
.mblock {
	position: relative;
}

.mblock::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: skewX(-34deg);
	-ms-transform: skewX(-34deg);
	transform: skewX(-34deg);
}

/* Блок монолита - Конец */
/* Стили для текста - Начало */
.datetime {
	font-size: 14px;
	line-height: 20px;
	color: #b4bfc4;
}

/* Стили для текста - Конец */
/* Аккардион */
.accordion__item {
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 10px;
}

.accordion__item.active .accord-head__arrow {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.accordion__head {
	padding: 20px;
}

.accordion__body {
	padding: 0 20px 20px;
}

@media (max-width: 767.98px) {
	.accordion__head {
		padding: 10px;
	}

	.accordion__body {
		padding: 0 10px 10px;
	}
}

.accord-head {
	position: relative;
	cursor: pointer;
}

.accord-head__title {
	line-height: 16px;
	margin: 0 0 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.accord-head__title:hover {
	color: #00a29c;
}

.accord-head__desc {
	line-height: 16px;
	margin: 0;
}

.accord-head__arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border: 1px solid #00a29c;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.accord-head__arrow > img, .accord-head__arrow > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.accord-head__arrow > svg {
	fill: #00a29c;
}

@media (max-width: 767.98px) {
	.accord-head__arrow {
		right: 10px;
	}
}

/* Контентный блок */
.b-content *:last-child {
	margin-bottom: 0;
}

.b-content > h1, .b-content > h2, .b-content > h3, .b-content > h4, .b-content > h5, .b-content > h6, .b-content > p, .b-content > .card-img {
	margin-bottom: 20px;
}

.b-content h3 {
	line-height: 22px;
}

.b-content ul, .b-content ol {
	padding-left: 20px;
}

.b-content .video {
	position: relative;
	display: block;
}

.b-content .video::before {
	content: '';
	float: left;
	padding-bottom: 56.14035%;
}

.b-content .video::after {
	content: '';
	display: table;
	clear: both;
}

.b-content .video iframe, .b-content .video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Сообщение с подсказкой */
.tooltip {
	position: fixed;
	z-index: 333;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-top: 15px;
	display: none;
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.tooltip::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 15px solid #ffffff;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tooltip__content {
	width: 200px;
	padding: 10px 15px;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	color: #626b70;
}

.tooltip.display {
	display: block;
}

.tooltip.visible {
	opacity: 1;
}

/* Выпадающий список со ссылками (для сортировки) */
.b-links-select {
	position: relative;
	display: inline-block;
	padding-right: 24px;
}

.b-links-select__value {
	position: relative;
	z-index: 3;
	cursor: pointer;
}

.b-links-select__value span {
	display: block;
	line-height: 24px;
	color: #00a29c;
}

.b-links-select__arrow {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 24px;
	height: 24px;
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none !important;
}

.b-links-select__arrow path {
	fill: #626b70;
}

.b-links-select__list {
	position: absolute;
	z-index: 2;
	top: -10px;
	left: -10px;
	right: -10px;
	margin: 0;
	padding: 40px 0 8px;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	display: none;
}

.b-links-select__item {
	list-style: none;
}

.b-links-select__item a {
	display: inline-block;
	width: 100%;
	height: 32px;
	padding: 4px 10px;
	font-size: 16px;
	line-height: 24px;
	color: #626b70 !important;
	text-decoration: none !important;
	text-align: left;
}

.b-links-select__item a:hover, .b-links-select__item a:focus {
	background-color: #f7f7f7;
}

.b-links-select__item.active {
	display: none;
}

.b-links-select.open .b-links-select__list {
	display: block;
}

@media (max-width: 767.98px) {
	.b-links-select__value span {
		font-size: 14px;
	}

	.b-links-select__item a {
		font-size: 14px;
	}
}

.input-wrap {
	position: relative;
}

.header {
	position: relative;
	z-index: 110;
	height: 60px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

.header__logo {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	height: inherit;
	padding: 15px 20px 15px 40px;
	background-color: #00a29c;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header__logo > img, .header__logo > svg {
	width: 153px;
	height: 29px;
}

.header__container {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
}

.header__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.header__search {
	position: relative;
	padding-top: 9px;
	padding-bottom: 9px;
}

.header__main-site, .header__time, .header__notice {
	padding-top: 12px;
	padding-bottom: 12px;
}

.header__search, .header__main-site, .header__time, .header__notice, .header__profile {
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

.header__search {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.header__main-site {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.header__notice {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.header__profile {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.header__menu {
	display: none;
}

.header__wraper {
	position: relative;
}

.header__main-site.hidden, .header__notice.hidden, .header__time.hidden {
	opacity: 0;
}

.header__logo {
	width: 280px;
}

.header__container {
	width: 1260px;
	left: 140px;
}

@media (max-width: 1559.98px) {
	.header__logo {
		width: 190px;
		padding: 15px 20px;
	}

	.header__container {
		width: 1030px;
		left: 95px;
	}
}

@media (max-width: 1239.98px) {
	.header__logo {
		width: 190px;
	}

	.header__container {
		width: 782px;
		left: 95px;
	}

	.header__search {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.header__main-site {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.header__notice {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.header__profile {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
}

@media (max-width: 991.98px) {
	.header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.header__container {
		padding-left: 20px;
		padding-right: 0;
	}

	.header__row {
		margin-right: 0;
	}

	.header__search {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.header__main-site {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.header__time {
		display: none;
	}

	.header__notice {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.header__profile {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		padding-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.header__logo {
		overflow: hidden;
		position: fixed;
		padding: 15px;
		width: 68px;
	}

	.header__logo .name-logo,
    .header__logo .desc-logo {
		opacity: 0;
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.header__container {
		position: absolute;
		left: 68px;
		width: -webkit-calc(100% - 68px);
		width: calc(100% - 68px);
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.header.sbl-open .header__logo {
		width: 190px;
	}

	.header.sbl-open .header__container {
		left: 190px;
	}

	.header.sbl-anim .header__logo .name-logo,
  .header.sbl-anim .header__logo .desc-logo {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (max-width: 767.98px) {
	.header__logo {
		position: static;
	}

	.header__container {
		left: auto;
		width: -webkit-calc(100% - 190px);
		width: calc(100% - 190px);
	}

	.header__row {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.header__main-site, .header__notice, .header__profile {
		display: none;
	}

	.header__search, .header__menu {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 60px;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		max-width: 60px;
	}

	.header__search {
		padding: 0;
	}

	.header__menu {
		display: block;
	}
}

.header-search_full-width {
	position: absolute;
	z-index: 1;
	width: -webkit-calc(100% + 403.33333px);
	width: calc(100% + 403.33333px);
}

.header-search__spisok {
	position: absolute;
	z-index: 1;
	left: 0px;
	width: 100%;
	padding: 20px 0;
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

.header-search__spisok li {
	list-style-type: none !important;
}

.header-search__spisok.hidden {
	display: none;
}

.header-search__spisok-item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 1;
	padding: 7px 20px;
	color: #626b70;
	font-size: 13px;
	line-height: 19px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-search__spisok-item:hover {
	color: #626b70;
	text-decoration: none;
	background-color: #f7f7f7;
}

.header-search__spisok-item_all-results {
	background-color: #fafafa;
}

.header-search__spisok-item_all-results .header-search__icon {
	margin: 5px auto auto 10px;
}

.header-search__variant, .header-search__department {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.header-search__variant {
	width: 65%;
}

.header-search__department {
	width: 35%;
}

.header-search__content-page {
	padding-left: 30px;
}

.header-search__icon {
	position: absolute;
	display: block;
	top: 0px;
	font-size: 30px;
}

@media (max-width: 800px) and (min-width: 769px) {
	.header-search__content-page {
		display: none;
	}

	.header-search__icon {
		right: 10px;
	}
}

@media (max-width: 550px) {
	.header-search__content-page {
		display: none;
	}

	.header-search__icon {
		right: 10px;
	}
}

@media (max-width: 1559.98px) {
	.header-search_full-width {
		width: -webkit-calc(100% + 317.5px);
		width: calc(100% + 317.5px);
	}
}

@media (max-width: 1239.98px) {
	.header-search {
		padding: 0;
	}

	.header-search_full-width {
		width: -webkit-calc(100% + 265.5px);
		width: calc(100% + 265.5px);
	}
}

@media (max-width: 950px) {
	.header-search_full-width {
		width: -webkit-calc(100% + 230px);
		width: calc(100% + 230px);
	}
}

@media (max-width: 850px) {
	.header-search_full-width {
		width: -webkit-calc(100% + 183.33333px);
		width: calc(100% + 183.33333px);
	}
}

@media (max-width: 767.98px) {
	.header-search {
		position: fixed;
		z-index: -1;
		left: 0;
		width: 100%;
		top: 60px;
		padding: 10px;
		background-color: #fff;
		display: none;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.header-search.display {
		display: block;
	}

	.header-search.visible {
		opacity: 1;
	}
}

.header-search-btn {
	display: none;
	width: 100%;
	max-width: 60px;
	height: 100%;
	border: none;
	outline: none !important;
	background-color: transparent;
}

.header-search-btn > img, .header-search-btn > svg {
	width: 22px;
	height: 22px;
}

.header-search-btn > img path, .header-search-btn > svg path {
	fill: #626b70;
}

@media (max-width: 767.98px) {
	.header-search-btn {
		display: block;
	}
}

.header-main-site {
	height: 36px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-main-site a {
	white-space: nowrap;
}

.header-time {
	width: 100%;
	height: 36px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-time span {
	display: block;
	color: #ffffff;
}

.header-time span:first-child {
	font-size: 18px;
	line-height: 13px;
	margin-bottom: 6px;
}

.header-time span:last-child {
	font-size: 12px;
	line-height: 11px;
	font-weight: 700;
}

.header-notice {
	float: right;
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	outline: none !important;
	background-color: transparent;
	border: 2px solid #00a29c;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
}

.header-notice > img, .header-notice > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #00a29c;
}

.header-notice.alarm::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #ff940a;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	right: -2px;
}

.header-booking {
	float: right;
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	outline: none !important;
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}

.header-booking > img, .header-booking > svg {
	width: 100%;
	height: 100%;
}

.header-booking:hover circle {
	fill: #09bab3;
}

.header-booking:hover g {
	fill: #fff;
}

.header-booking:focus circle, .header-booking:active circle {
	fill: #068b86;
}

.header-booking:focus g, .header-booking:active g {
	fill: #fff;
}

.header-profile {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 60px;
	background-color: #7d878b;
}

.header-profile__time {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
	height: 100%;
	padding-left: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-profile__user {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: -webkit-calc(100% - 100px);
	-ms-flex-preferred-size: calc(100% - 100px);
	flex-basis: calc(100% - 100px);
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 20px;
	cursor: pointer;
}

.header-profile__avatar {
	margin-left: 10px;
}

.header-profile__name {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	margin-left: 10px;
}

.header-profile__arrow {
	display: inline-block;
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none !important;
}

.header-profile__arrow path {
	fill: #fff;
}

.header-profile__menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
}

.header-profile__menu.display {
	display: block;
}

.header-profile__menu.visible {
	opacity: 1;
}

.header-profile.display .header-profile__menu {
	display: block;
}

.header-profile.visible .header-profile__menu {
	opacity: 1;
}

@media (max-width: 991.98px) {
	.header-profile__time {
		display: none;
	}

	.header-profile__user {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.user-status-avatar {
	position: relative;
	width: 40px;
	height: 40px;
}

.user-status-avatar__photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	border: 2px solid #fff;
}

.user-status-avatar__count {
	position: absolute;
	display: block;
	z-index: 2;
	top: 0;
	right: 0;
	min-width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 21px;
	overflow: hidden;
	color: #fff;
	background-color: #ff890f;
}

.profile-menu {
	margin: 0;
	padding: 10px 0 0;
}

.profile-menu__list {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.05);
}

.profile-menu__item {
	height: 40px;
}

.profile-menu__link {
	position: relative;
	display: block;
	height: inherit;
	padding: 0 30px;
	line-height: 40px;
	color: #626b70 !important;
	word-spacing: nowrap;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.profile-menu__link:hover, .profile-menu__link:active, .profile-menu__link:focus {
	background-color: #f7f7f7;
}

.profile-menu__link[data-count]::after {
	content: attr(data-count);
	position: absolute;
	right: 20px;
	top: 10px;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #ff890f;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 10px;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	color: #fff;
}

.profile-menu::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: 0;
	right: 30px;
}

.profile-menu_dark {
	padding: 0;
}

.profile-menu_dark .profile-menu__list {
	background-color: #505050;
}

.profile-menu_dark .profile-menu__link {
	padding-left: 50px;
	color: #ffffff !important;
}

.profile-menu_dark .profile-menu::before {
	display: none;
}

.header-menu-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #505050;
	border: none;
	outline: none !important;
}

.header-menu-btn span {
	display: block;
	width: 25px;
	height: 2px;
	background-color: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	position: relative;
}

.header-menu-btn span::before, .header-menu-btn span::after {
	content: '';
	display: block;
	position: absolute;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	width: inherit;
	height: inherit;
	background-color: #fff;
}

.header-menu-btn span::before {
	top: -6px;
}

.header-menu-btn span::after {
	bottom: -6px;
}

.header-menu-btn.open span {
	-webkit-animation: open-btn-span .5s ease-in-out;
	animation: open-btn-span .5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.header-menu-btn.open span::before {
	-webkit-animation: open-btn-before .5s ease-in-out;
	animation: open-btn-before .5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.header-menu-btn.open span::after {
	-webkit-animation: open-btn-after .5s ease-in-out;
	animation: open-btn-after .5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.header-menu-btn.close {
	opacity: 1;
}

.header-menu-btn.close span {
	-webkit-animation: close-btn-span .5s ease-in-out;
	animation: close-btn-span .5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.header-menu-btn.close span::before {
	-webkit-animation: close-btn-before .5s ease-in-out;
	animation: close-btn-before .5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.header-menu-btn.close span::after {
	-webkit-animation: close-btn-after .5s ease-in-out;
	animation: close-btn-after .5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes open-btn-before {
	0% {
		top: -6px;
	}

	50% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes open-btn-before {
	0% {
		top: -6px;
	}

	50% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@-webkit-keyframes open-btn-after {
	0% {
		bottom: -6px;
	}

	50% {
		bottom: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@keyframes open-btn-after {
	0% {
		bottom: -6px;
	}

	50% {
		bottom: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@-webkit-keyframes open-btn-span {
	50% {
		background-color: white;
	}

	51%,
  100% {
		background-color: rgba(255, 255, 255, 0);
	}
}

@keyframes open-btn-span {
	50% {
		background-color: white;
	}

	51%,
  100% {
		background-color: rgba(255, 255, 255, 0);
	}
}

@-webkit-keyframes close-btn-before {
	0% {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	50% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: -6px;
	}
}

@keyframes close-btn-before {
	0% {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	50% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: -6px;
	}
}

@-webkit-keyframes close-btn-after {
	0% {
		bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	50% {
		bottom: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		bottom: -6px;
	}
}

@keyframes close-btn-after {
	0% {
		bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	50% {
		bottom: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		bottom: -6px;
	}
}

@-webkit-keyframes close-btn-span {
	0%, 50% {
		background-color: rgba(255, 255, 255, 0);
	}

	100% {
		background-color: #fff;
	}
}

@keyframes close-btn-span {
	0%, 50% {
		background-color: rgba(255, 255, 255, 0);
	}

	100% {
		background-color: #fff;
	}
}

.sb-l {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	height: 100%;
	margin: 0;
	background-color: #505050;
	padding-top: 60px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sb-l__profile {
	display: none;
}

.sb-l__open-sm {
	display: none;
	width: 100%;
	height: 40px;
	padding: 0 20px;
	background-color: transparent;
	border: none;
	outline: none !important;
	position: absolute;
	top: 60px;
	left: 0;
	cursor: pointer;
}

.sb-l__open-sm > img, .sb-l__open-sm > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sb-l__menu {
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

.sb-l__menu > li {
	position: relative;
	width: 100%;
	min-height: 50px;
}

.sb-l__menu > li.is-current > a, .sb-l__menu > li.is-current > span {
	-webkit-box-shadow: inset 2px 0 0 #00a29c;
	box-shadow: inset 2px 0 0 #00a29c;
	background-color: #3e3e3e;
}

.sb-l__menu > li.is-current > a > img path, .sb-l__menu > li.is-current > a > svg path, .sb-l__menu > li.is-current > span > img path, .sb-l__menu > li.is-current > span > svg path {
	fill: #00a29c;
}

.sb-l__menu > li.is-current > a > i, .sb-l__menu > li.is-current > span > i {
	color: #00a29c;
}

.sb-l__menu > li.is-parent.display > span + ul {
	display: block;
}

.sb-l__menu > li.is-parent.visible > span + ul {
	opacity: 1;
}

.sb-l__menu > li:hover > a, .sb-l__menu > li:hover > span, .sb-l__menu > li:active > a, .sb-l__menu > li:active > span, .sb-l__menu > li:focus > a, .sb-l__menu > li:focus > span {
	background-color: #444;
}

.sb-l__menu > li > a, .sb-l__menu > li > span {
	position: relative;
	display: block;
	width: 100%;
	min-height: inherit;
	padding-left: 75px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sb-l__menu > li > a > span, .sb-l__menu > li > span > span {
	word-spacing: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sb-l__menu > li > a > img, .sb-l__menu > li > a > svg, .sb-l__menu > li > a > i, .sb-l__menu > li > span > img, .sb-l__menu > li > span > svg, .sb-l__menu > li > span > i {
	position: absolute;
	top: 50%;
	left: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sb-l__menu > li > a > img, .sb-l__menu > li > a > svg, .sb-l__menu > li > span > img, .sb-l__menu > li > span > svg {
	width: 26px;
	height: 26px;
}

.sb-l__menu > li > a > img path, .sb-l__menu > li > a > svg path, .sb-l__menu > li > span > img path, .sb-l__menu > li > span > svg path {
	fill: #fff;
}

.sb-l__menu > li > a > i, .sb-l__menu > li > span > i {
	font-size: 32px;
	line-height: 16px;
	color: #fff;
}

.sb-l__menu > li > span {
	cursor: default;
}

.sb-l__menu > li > span + ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.05);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sb-l__menu > li > span + ul > li {
	min-width: 210px;
	height: 50px;
}

.sb-l__menu > li > span + ul > li > a {
	display: block;
	width: inherit;
	height: inherit;
	padding: 0 26px;
	font-size: 16px;
	line-height: 50px;
	color: #626b70 !important;
	text-decoration: none !important;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sb-l__menu > li > span + ul > li > a:hover, .sb-l__menu > li > span + ul > li > a:active, .sb-l__menu > li > span + ul > li > a:focus {
	background-color: #f7f7f7;
}

.sb-l__btm-links {
	margin: 15px 0 0;
}

.sb-l__social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sb-l__social a {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #707070;
}

.sb-l__social a > img, .sb-l__social a > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff;
}

.sb-l__social a:nth-child(2) {
	margin: 0 13px;
}

.sb-l__social a:nth-child(3) {
	margin-right: 13px;
}

.sb-l__main-site {
	display: none;
}

.sb-l__main-site a {
	font-size: 16px;
	line-height: 32px;
}

.sb-l__to-top {
	position: absolute;
	bottom: 0;
	left: 0;
}

.sb-l.bottom-btn {
	padding-bottom: 120px;
}

@media (min-width: 1360px) and (max-height: 672px) {
	.sb-l__menu > li {
		min-height: 7vh;
		height: 7vh;
	}

	.sb-l__menu > li > a {
		line-height: 7vh;
	}
}

@media (min-width: 768px) and (max-height: 800px) {
	.sb-l__menu {
		margin: 0;
	}

	.sb-l__open-sm, .sb-l__to-top {
		display: none !important;
	}
}

@media (max-width: 1559.98px) {
	.sb-l__menu > li > a, .sb-l__menu > li > span {
		padding-left: 50px;
	}

	.sb-l__menu > li > a > img, .sb-l__menu > li > a > svg, .sb-l__menu > li > a > i, .sb-l__menu > li > span > img, .sb-l__menu > li > span > svg, .sb-l__menu > li > span > i {
		left: 15px;
	}
}

@media (max-width: 991.98px) {
	.sb-l__open-sm {
		display: block;
	}

	.sb-l__social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sb-l__social a:nth-child(2) {
		margin: 10px 0;
	}

	.sb-l__social a:nth-child(3) {
		margin: 0 0 10px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.sb-l__menu > li > a > span, .sb-l__menu > li > span > span {
		display: none;
		opacity: 0;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}

	.sb-l__menu > li > a > img, .sb-l__menu > li > a > svg, .sb-l__menu > li > a > i, .sb-l__menu > li > span > img, .sb-l__menu > li > span > svg, .sb-l__menu > li > span > i {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.sb-l.open {
		width: 190px;
	}

	.sb-l.open .sb-l__open-sm > img, .sb-l.open .sb-l__open-sm > svg {
		left: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.sb-l.open .sb-l__menu > li > a > span, .sb-l.open .sb-l__menu > li > span > span {
		display: block;
	}

	.sb-l.open .sb-l__menu > li > a > img, .sb-l.open .sb-l__menu > li > a > svg, .sb-l.open .sb-l__menu > li > a > i, .sb-l.open .sb-l__menu > li > span > img, .sb-l.open .sb-l__menu > li > span > svg, .sb-l.open .sb-l__menu > li > span > i {
		left: 16px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.sb-l.open .sb-l__social {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.sb-l.open .sb-l__social a:nth-child(2) {
		margin: 0 10px;
	}

	.sb-l.open .sb-l__social a:nth-child(3) {
		margin: 0 10px 0 0;
	}

	.sb-l.anim .sb-l__menu > li > a > span, .sb-l.anim .sb-l__menu > li > span > span {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (max-width: 767.98px) {
	.sb-l {
		width: 100%;
		display: none;
		opacity: 0;
		overflow-y: auto;
		padding-bottom: 30px;
	}

	.sb-l__profile {
		display: block;
	}

	.sb-l__open-sm {
		display: none;
	}

	.sb-l__menu {
		margin-top: 0;
	}

	.sb-l__menu > li > span + ul {
		position: static;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.sb-l__menu > li > span + ul > li > a {
		padding-left: 50px;
	}

	.sb-l__btm-links {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.sb-l__social {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.sb-l__social a:nth-child(2) {
		margin: 0 10px;
	}

	.sb-l__social a:nth-child(3) {
		margin: 0 10px 0 0;
	}

	.sb-l__main-site {
		display: block;
	}

	.sb-l.display {
		display: block;
	}

	.sb-l.visible {
		opacity: 1;
	}
}

.sb-l-profile__user {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 23px 20px 8px;
}

.sb-l-profile__avatar {
	margin-right: 10px;
}

.sb-l-profile__name {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	margin-right: 10px;
}

.sb-l-profile__arrow {
	display: inline-block;
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none !important;
}

.sb-l-profile__arrow path {
	fill: #fff;
}

.sb-l-profile__menu {
	display: none;
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.sb-l-profile.display .sb-l-profile__menu {
	display: block;
}

.sb-l-profile.visible .sb-l-profile__menu {
	opacity: 1;
}

.btn-to-top {
	height: 100px;
	width: 100%;
	padding-left: 75px;
	background-color: transparent;
	border: none;
	outline: none !important;
	cursor: pointer;
	text-align: left;
	display: none;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-to-top:hover, .btn-to-top:active, .btn-to-top:focus {
	background-color: #444;
}

.btn-to-top__icon {
	position: absolute;
	top: 50%;
	left: 40px;
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-to-top__icon img, .btn-to-top__icon svg {
	width: 12px;
	height: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-to-top__icon img path, .btn-to-top__icon svg path {
	fill: #fff;
}

.btn-to-top__text {
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	text-decoration: none !important;
	word-spacing: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-to-top.display {
	display: block;
}

.btn-to-top.visible {
	opacity: 1;
}

.btn-to-top.back .btn-to-top__icon {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

@media (max-width: 1559.98px) {
	.btn-to-top {
		padding-left: 50px;
	}

	.btn-to-top__icon {
		left: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.btn-to-top__icon {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.btn-to-top__text {
		display: none;
		opacity: 0;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}

	.btn-to-top.back .btn-to-top__icon {
		-webkit-transform: translate(-50%, -50%) rotate(-180deg);
		-ms-transform: translate(-50%, -50%) rotate(-180deg);
		transform: translate(-50%, -50%) rotate(-180deg);
	}

	.sb-l.open .btn-to-top__icon {
		left: 16px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.sb-l.open .btn-to-top__text {
		display: block;
	}

	.sb-l.open .btn-to-top.back .sb-l.open .btn-to-top__icon {
		-webkit-transform: translateY(-50%) rotate(-180deg);
		-ms-transform: translateY(-50%) rotate(-180deg);
		transform: translateY(-50%) rotate(-180deg);
	}

	.sb-l.anim .btn-to-top__text {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.sl-r__item {
	margin-bottom: 20px;
}

.card-questionnaire__vote:not(:last-of-type) {
	margin-bottom: 50px;
}

.card-questionnaire__btn {
	margin: 30px 0 0;
}

.b-vote__title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin: 20px 0;
}

.b-vote__items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-vote__item {
	border-bottom: 1px solid #f0f0f0;
}

.b-vote__item:first-child {
	border-top: 1px solid #f0f0f0;
}

.b-vote__note {
	line-height: 60px;
	margin-top: 15px;
}

.b-vote__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0 0 0;
}

.b-vote__cont-people {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cont-people {
	font-size: 16px;
	line-height: 19px;
	color: #b1b7ba;
}

.cont-people__like {
	margin-right: 10px;
}

.cont-people__like_ml_20 {
	margin-left: 20px;
}

.cont-people__img {
	display: block;
}

.cont-people__img_mb_2 {
	margin-bottom: 4px;
}

.b-vote-item {
	position: relative;
	width: 100%;
}

.b-vote-item_win .b-vote-item__line {
	background-color: #ff940a;
}

.b-vote-item label.b-vote-item__name {
	cursor: pointer;
	margin: 7px 0 0;
}

.b-vote-item p.b-vote-item__name {
	margin: 0 0 3px;
}

.b-vote-item__row {
	position: relative;
	width: 100%;
	min-height: 60px;
	padding: 10px 66px 10px 0;
}

.b-vote-item__line {
	display: block;
	height: 8px;
	background-color: #7edad7;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.b-vote-item__per, .b-vote-item__checkbox {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.b-vote-item__checkbox input[type="radio"] {
	display: none;
}

.b-vote-item__checkbox input[type="radio"]:checked + label::before {
	background-color: #00a29c;
}

.b-vote-item__checkbox input[type="radio"] + label {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #626b70;
	cursor: pointer;
	margin: 0;
}

.b-vote-item__checkbox input[type="radio"] + label::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 2px;
	background-color: transparent;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.b-vote-item__checkbox input[type="checkbox"] {
	display: none;
}

.b-vote-item__checkbox input[type="checkbox"]:checked + label {
	border: 1px solid #00a29c;
}

.b-vote-item__checkbox input[type="checkbox"]:checked + label::before {
	opacity: 1;
}

.b-vote-item__checkbox input[type="checkbox"] + label {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #626b70;
	cursor: pointer;
	margin: 0;
}

.b-vote-item__checkbox input[type="checkbox"] + label::before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-image: url("/img/ui-icon/check.svg");
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.b-jizn__links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-jizn__links a, .b-jizn__links span {
	font-size: 16px;
	line-height: 28px;
}

.b-jizn__links a {
	color: #626b70 !important;
}

.b-jizn__links span {
	float: right;
	color: #252525;
}

.b-jizn__hr {
	width: 100%;
	height: 1px;
	background-color: rgba(240, 240, 240, 0.5);
	border: none;
	margin: 10px 0;
}

.b-jizn__more {
	display: inline-block;
	margin: 16px 0 0;
}

.b-calendar {
	max-width: 259px;
	width: 100%;
	margin: 10px auto 0;
}

.b-calendar__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-calendar__body {
	margin: 10px 0 0;
}

.b-calendar__body th {
	font-weight: 400;
	color: #8e9898;
}

.b-calendar__body td, .b-calendar__body th {
	width: 37px;
	height: 37px;
	text-align: center;
}

.b-calendar__body td span, .b-calendar__body td a, .b-calendar__body th span, .b-calendar__body th a {
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	background-color: transparent;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.b-calendar__body td a, .b-calendar__body th a {
	color: #fff;
	background-color: #fba832;
}

.b-calendar__title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #001317;
}

.b-calendar__prev, .b-calendar__next {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #00a29c;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none !important;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.b-calendar__prev > svg path, .b-calendar__next > svg path {
	fill: #00a29c;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.b-calendar__prev:hover, .b-calendar__next:hover {
	background-color: #00a29c;
}

.b-calendar__prev:hover > svg path, .b-calendar__next:hover > svg path {
	fill: #fff;
}

.b-calendar__button {
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	background-color: transparent;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	outline: none !important;
}

.b-calendar__button:hover {
	background-color: #ff940a;
	color: #ffffff;
}

.card-slr {
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.card-slr__head {
	width: 100%;
	height: 50px;
	background-color: #9c9cab;
	padding: 5px 20px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.card-slr__body {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 10px 20px 30px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.card-slr__body_bg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

.card-slr__body_bg::before {
	content: '';
	float: left;
	padding-bottom: 75.75758%;
}

.card-slr__body_bg::after {
	content: '';
	display: table;
	clear: both;
}

.card-slr__h-title {
	float: left;
	margin: 0;
	color: #fff;
}

.card-slr__h-link {
	float: right;
	color: #fff;
	margin: 8px 0;
}

.card-slr__h-icon {
	float: right;
	margin: 8px 0;
	width: 24px;
	height: 24px;
}

.card-slr__btm-btn {
	position: absolute;
	bottom: 30px;
	left: 20px;
}

.card-slr_ac .card-slr__head {
	background-color: #00a29c;
}

@media (max-width: 767.98px) {
	.card-slr__body {
		padding: 10px 10px 15px;
	}
}

.card-alarm {
	position: relative;
	background-color: #fef9c1;
	padding: 20px 45px 15px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.card-alarm__icon {
	position: absolute;
	top: -9px;
	left: 20px;
	fill: #ff940a;
}

.card-alarm__desc {
	margin: 0;
}

.card-alarm__close {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none !important;
	width: 32px;
	height: 32px;
	background-color: #fff;
	cursor: pointer;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

.card-large {
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.card-large__img {
	display: block;
	width: 100%;
}

.card-large__img img {
	width: 100%;
	height: 260px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-large__body {
	padding: 30px;
}

.card-large__title {
	margin-bottom: 10px;
}

.card-large__title a {
	color: inherit;
	text-decoration: none !important;
}

.card-large__desc {
	margin: 0;
}

.card-small {
	width: 100%;
	background-color: #fff;
	padding: 15px 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.card-small__date {
	display: block;
}

.card-small__title {
	margin: 0;
}

.card-docs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	background-color: #fff;
	padding: 15px 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.card-docs__title {
	width: 70%;
	margin: 0;
}

.card-docs__link {
	text-decoration: none !important;
	fill: #00a29c;
}

.card-docs__link:hover {
	fill: #09bab3;
}

.card-docs__link svg {
	margin-right: 5px;
}

@media (max-width: 767.98px) {
	.card-docs {
		padding: 7px 10px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.card-docs__title {
		width: 100%;
		margin: 0 0 10px;
	}
}

.card-medium {
	display: block;
	position: relative;
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.card-medium::before {
	content: '';
	float: left;
	padding-bottom: 84.84848%;
}

.card-medium::after {
	content: '';
	display: table;
	clear: both;
}

.card-medium__img {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.card-medium__img::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.3)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
	opacity: .6;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.card-medium__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-medium__mblock-1, .card-medium__mblock-2 {
	position: absolute;
}

.card-medium__mblock-1 {
	top: 0;
	right: 20px;
	width: 80px;
	height: 100px;
}

.card-medium__mblock-1::before {
	background-color: #000;
	opacity: 0.07;
}

.card-medium__mblock-2 {
	top: 23px;
	right: 80px;
	width: 80px;
	height: 142px;
}

.card-medium__mblock-2::before {
	background-color: #00a29c;
	opacity: 0.2;
}

.card-medium__date {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 1;
	display: block;
}

.card-medium__tag {
	position: absolute;
	top: 60px;
	left: 20px;
	z-index: 1;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
}

.card-medium__title {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 20px;
	margin: 0;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}

.card-medium_dark .card-medium__date {
	color: #fff;
}

.card-medium_dark .card-medium__title a,
  .card-medium_dark .card-medium__title span {
	color: #fff;
}

.card-medium:hover .card-medium__img::before {
	opacity: 1;
}

.card-banner {
	display: block;
	position: relative;
	width: 100%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #00a29c;
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	overflow: hidden;
	padding: 40px 30px 30px;
	text-decoration: none !important;
}

.card-banner__title {
	color: #fff;
}

.card-banner__desc p {
	color: #fff;
}

.card-banner__button {
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

.card-banner__mblock-1, .card-banner__mblock-2 {
	position: absolute;
}

.card-banner__mblock-1::before, .card-banner__mblock-2::before {
	background-color: #fff;
	opacity: .2;
}

.card-banner__mblock-1 {
	width: 200px;
	height: 70px;
	bottom: 0;
	left: 40px;
}

.card-banner__mblock-2 {
	width: 100px;
	height: 60px;
	top: 0;
	right: 30px;
}

.card-banner-2 {
	position: relative;
	padding: 30px;
	background-color: #00a29c;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.card-banner-2__content {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 50%;
}

.card-banner-2__title {
	margin: 0 0 48px;
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
}

.card-banner-2__img {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
}

.card-banner-2__mblock-1, .card-banner-2__mblock-2 {
	position: absolute;
	z-index: 1;
}

.card-banner-2__mblock-1::before, .card-banner-2__mblock-2::before {
	background-color: #fff;
	opacity: .2;
}

.card-banner-2__mblock-1 {
	width: 220px;
	height: 100%;
	bottom: 0;
	left: 170px;
}

.card-banner-2__mblock-2 {
	width: 220px;
	height: 100%;
	top: 0;
	right: 40px;
}

.card-banner-2_size_xs {
	padding: 30px 20px;
}

.card-banner-2_size_xs .card-banner-2__mblock-2 {
	display: none;
}

.card-banner-2_size_xs .card-banner-2__content {
	width: 100%;
}

.card-banner-2_size_xs .card-banner-2__title {
	margin: 0 0 30px;
	font-size: 20px;
}

.card-banner-2_size_xs .card-banner-2__img {
	position: relative;
	width: 100%;
	height: auto;
}

@media (min-width: 1240px) and (max-width: 1559.98px) {
	.card-banner-2__mblock-2 {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.card-banner-2__mblock-2 {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.card-banner-2 {
		padding: 30px 20px;
	}

	.card-banner-2__content {
		width: 100%;
	}

	.card-banner-2__title {
		margin: 0 0 30px;
		font-size: 20px;
	}

	.card-banner-2__img {
		position: relative;
		width: 100%;
		height: auto;
	}
}

.card-department {
	display: block;
	position: relative;
	width: 100%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.card-department__head {
	display: block;
	position: relative;
	width: 100%;
}

.card-department__head::before {
	content: '';
	float: left;
	padding-bottom: 51.51515%;
}

.card-department__head::after {
	content: '';
	display: table;
	clear: both;
}

.card-department__body {
	padding: 20px 20px 15px;
}

.card-department__img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.card-department__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-department__img::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00a29c;
	opacity: .3;
	z-index: 0;
}

.card-department__title {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	margin: 0;
	line-height: 24px;
	color: #fff;
}

.card-department__link {
	display: block;
	color: #626b70;
	text-decoration: none !important;
}

@media (max-width: 767.98px) {
	.card-department__head {
		height: 170px;
	}

	.card-department__head::before {
		display: none;
	}

	.card-department__body {
		padding: 10px 10px 15px;
	}

	.card-department__title {
		left: 10px;
		bottom: 15px;
	}
}

.card-co-worker {
	display: block;
	width: 100%;
	position: relative;
	z-index: 0;
	padding-top: 55px;
	text-decoration: none !important;
}

.card-co-worker__head {
	width: 110px;
	height: 110px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 4px solid #fff;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.card-co-worker__body {
	padding: 65px 3px 15px;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0 0 0 transparent;
	box-shadow: 0px 0 0 0 transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.card-co-worker__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-co-worker__title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #2a2a2a;
}

.card-co-worker__title span {
	display: block;
}

.card-co-worker__desc {
	font-size: 12px;
	line-height: 14px;
	color: #626b70;
	margin: 0;
}

.card-co-worker:hover .card-co-worker__head {
	-webkit-box-shadow: 0px 0 0 0 transparent;
	box-shadow: 0px 0 0 0 transparent;
}

.card-co-worker:hover .card-co-worker__body {
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.card-co-worker:hover .card-co-worker__title {
	text-decoration: underline;
}

.card-profile {
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	padding-bottom: 20px;
}

.card-profile::after {
	content: '';
	display: block;
	clear: both;
}

.card-profile__left, .card-profile__right {
	margin-bottom: 10px;
}

.card-profile__left {
	float: left;
	width: 30%;
	padding: 20px 20px 0;
}

.card-profile__right {
	float: left;
	width: 70%;
	padding: 20px 20px 0 0;
}

.card-profile__bottom {
	float: left;
	width: 100%;
	padding: 0 20px;
}

.card-profile__img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.card-profile__title {
	margin: 0 0 4px;
}

.card-profile__table {
	width: 100%;
}

.card-profile__table td {
	width: 50%;
	height: 35px;
}

.card-profile__table td:first-child {
	color: #2a2a2a;
}

.card-profile__table td:last-child {
	text-align: right;
}

.card-profile__achivement {
	margin-top: 24px;
}

@media (max-width: 1559.98px) {
	.card-profile__left {
		width: 37.5%;
	}

	.card-profile__right {
		width: 62.5%;
	}
}

@media (max-width: 767.98px) {
	.card-profile {
		padding-bottom: 0;
	}

	.card-profile__left {
		width: 100%;
	}

	.card-profile__right {
		width: 100%;
		padding: 10px;
	}

	.card-profile__bottom {
		padding: 0 10px 10px;
	}

	.card-profile__img {
		display: block;
		max-width: 200px;
		margin: 0 auto;
	}

	.card-profile__title {
		text-align: center;
	}
}

.card-profile-xs {
	width: 100%;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none !important;
}

.card-profile-xs__photo {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.card-profile-xs__name {
	display: inline-block;
	color: #626b70;
}

.card-img {
	width: 100%;
}

.card-img img {
	width: 100%;
	height: auto;
}

.card-img p {
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #626b70;
	margin: 9px 0 0;
}

.card-content {
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.05);
	padding: 20px;
}

.card-content__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.card-content__date {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #626b70;
}

.card-content__tag {
	font-size: 14px;
	line-height: 17px;
	color: #2a2a2a;
}

@media (max-width: 767.98px) {
	.card-content {
		padding: 10px;
	}
}

.card-album {
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 20px 0 -15px rgba(0, 0, 0, 0.2), 0px 40px 0 -30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 20px 0 -15px rgba(0, 0, 0, 0.2), 0px 40px 0 -30px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.card-album::before {
	content: '';
	float: left;
	padding-bottom: 84.84848%;
}

.card-album::after {
	content: '';
	display: table;
	clear: both;
}

.card-album__img {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.card-album__img::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.3)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
	opacity: .6;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.card-album__img img {
	width: 100%;
	height: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-album__date {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 1;
	display: block;
	color: #fff;
}

.card-album__title {
	position: absolute;
	color: #ffffff;
	z-index: 1;
	bottom: 30px;
	left: 20px;
	margin: 0;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}

.card-album__title a {
	color: #fff;
}

.card-album__count {
	display: block;
	position: absolute;
	z-index: 2;
	right: 20px;
	width: 90px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	background-color: rgba(31, 31, 31, 0.78);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.card-album__count_top-1 {
	top: 20px;
}

.card-album__count_top-2 {
	top: 70px;
}

.card-album:hover .card-album__img::before {
	opacity: 1;
}

.card-album__like, .card-album__like-cnt {
	position: absolute;
	z-index: 99;
	display: block;
}

.card-album__like {
	top: 25px;
	right: 55px;
}

.card-album__like svg g {
	fill: #fff;
}

.card-album__like svg g:active {
	fill: #00a29c;
}

.card-album__like-cnt {
	cursor: pointer;
	top: 29px;
	right: 30px;
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	font-weight: bold;
	color: #fff;
}

.card-album__like-cnt:active {
	color: #00a29c;
}

.card-search {
	position: relative;
	padding-left: 40px;
}

.card-search__title {
	display: inline-block;
	line-height: 24px;
	margin-bottom: 10px;
}

.card-search__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	font-size: 36px;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	color: #00a29c;
}

.card-comment-slr__form {
	margin-bottom: 30px;
}

.card-comment-form__textarea textarea {
	height: 100px;
}

.card-comment-block__body {
	padding-left: 55px;
}

@media (max-width: 767.98px) {
	.card-comment-block__body {
		padding-left: 20px;
	}
}

.card-cbh {
	position: relative;
}

.card-cbh__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.card-cbh__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-cbh__body {
	padding-left: 55px;
}

.card-cbh__body-top {
	height: 40px;
}

.card-cbh__author {
	display: inline-block;
	margin-top: 8px;
	font-size: 16px;
	color: #2a2a2a;
}

.card-cbh__datetime {
	display: inline-block;
	margin-left: 21px;
	font-size: 14px;
	font-weight: 400;
}

.card-cbh__counter {
	position: absolute;
	top: 8px;
	right: 0;
}

.card-cbh__reply {
	display: block;
	margin-top: 9px;
	margin-bottom: 22px;
}

.b-comment-counter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: inherit;
}

.b-comment-counter__up, .b-comment-counter__down {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	text-decoration: none !important;
}

.b-comment-counter__up_mb-5, .b-comment-counter__down_mb-5 {
	margin-bottom: 5px;
}

.b-comment-counter__up:hover path, .b-comment-counter__down:hover path {
	fill: #e4e4e4;
	-webkit-transition: fill .3s ease-out;
	-o-transition: fill .3s ease-out;
	transition: fill .3s ease-out;
}

.b-comment-counter__up.active path, .b-comment-counter__down.active path {
	fill: #00a29c;
}

.b-comment-counter__number {
	display: block;
	padding: 0 10px;
	text-align: center;
}

.b-comment-counter__number_slider {
	padding-right: 0;
}

.b-comment-counter__number_up {
	color: #00a29c;
}

.card-event {
	position: relative;
	width: 100%;
	padding: 20px 20px 20px 120px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
}

.card-event::before {
	content: "";
	display: block;
	width: 8px;
	height: 100%;
	background-color: #00a29c;
	position: absolute;
	top: 0;
	left: 0;
}

.card-event__time {
	position: absolute;
	top: 24px;
	left: 27px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	color: #b1b7ba;
}

.card-event__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 19px;
	margin-bottom: 10px;
}

.card-event__title p {
	line-height: 19px;
}

.card-event__name {
	display: inline-block;
	line-height: 19px;
	margin-bottom: 10px;
}

.card-event__img {
	display: inline-block;
	margin-bottom: 5px;
}

.card-event__cnt {
	display: inline-block;
	margin-left: 10px;
	color: #b1b7ba;
	line-height: 19px;
}

.card-event_focus {
	-webkit-animation: event-focus 1s linear 0s 2;
	animation: event-focus 1s linear 0s 2;
}

.card-event_disabled.card-event::before {
	opacity: 0.1;
}

@-webkit-keyframes event-focus {
	0%, 100% {
		background-color: #fff;
	}

	50% {
		background-color: #ffedd6;
	}
}

@keyframes event-focus {
	0%, 100% {
		background-color: #fff;
	}

	50% {
		background-color: #ffedd6;
	}
}

@media (max-width: 767.98px) {
	.card-event {
		padding: 20px 20px 20px 28px;
	}

	.card-event__time {
		position: static;
		display: inline-block;
		margin-bottom: 20px;
	}

	.card-event__title {
		min-height: auto;
	}
}

/* Событие в профиле */
.card-profile-event {
	position: relative;
	display: block;
	background-color: #ffffff;
	padding: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
}

.card-profile-event__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.card-profile-event__time span {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	line-height: 19px;
	color: #b1b7ba;
}

.card-profile-event__title {
	margin: 0 0 20px;
	line-height: 22px;
}

.card-profile-event__title_mb_0 {
	margin: 0;
}

.card-profile-event_ml_20 {
	margin-left: 20px;
}

.card-profile-event__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-profile-event__more {
	margin-right: 10px;
}

.card-profile-event__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-profile-event__sm-btn {
	background-color: #fff;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.card-profile-event__sm-btn:hover {
	background-color: #f0f0f0;
}

.card-profile-event__sm-btn:active, .card-profile-event__sm-btn:focus {
	background-color: #b4bfc4;
}

.card-profile-event__sm-btn:active path, .card-profile-event__sm-btn:focus path {
	fill: #fff;
}

.card-profile-event__right {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* Статус */
.status {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.status span {
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #626b70;
	margin-right: 10px;
}

.status::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.status_active::after {
	background-color: #00a29c;
}

.status_error::after {
	background-color: #ef4a5e;
}

.status_wait::after {
	background-color: #ff940a;
}

.status_old::after {
	background-color: #b1b7ba;
}

/* Превьюхи загруженных картинок */
.load-img-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.load-img-list__item {
	margin-right: 20px;
	margin-bottom: 10px;
}

.load-img-item__img {
	display: block;
	width: 89px;
	height: 75px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.load-img-item__del {
	display: block;
	margin-top: 10px;
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	color: #2a2a2a;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.load-img-item__del:hover, .load-img-item__del:focus {
	color: red;
}

/* Карточка с собитием из правого сайдбара */
.card-slr-event {
	position: relative;
	padding: 20px;
	background-color: #00a29c;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.card-slr-event__mblock {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50px;
	width: 230px;
	height: 100%;
}

.card-slr-event__mblock::before {
	background-color: #fff;
	opacity: .2;
}

.card-slr-event__title, .card-slr-event__btn {
	position: relative;
	z-index: 3;
}

.card-slr-event__title {
	font-size: 23px;
	line-height: 32px;
	color: #ffffff;
}

.card-slr-event__btn {
	margin-top: 136px;
}

.card-slr-event__img {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
}

.main {
	padding-top: 40px;
	padding-bottom: 50px;
	min-height: -webkit-calc(100vh - 60px);
	min-height: calc(100vh - 60px);
}

.main__alarm {
	margin-bottom: 20px;
}

.main__top {
	margin-bottom: 20px;
}

.main__top::after {
	content: '';
	display: block;
	width: 100%;
	height: 0.1px;
}

.main__search {
	margin-bottom: 20px;
}

.main__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.main__head_mt {
	margin-top: 40px;
}

.main__head .main__title {
	margin: 0;
}

.main__title {
	margin-bottom: 20px;
}

.main__title_mt {
	margin-top: 40px;
}

.main__desc {
	margin-bottom: 30px;
}

.main__desc_mt {
	margin-top: 40px;
}

.main__subtitle {
	margin-bottom: 10px;
}

.main__subtitle_mt {
	margin-top: 40px;
}

.main__card {
	margin-bottom: 20px;
}

.main__card_sm {
	margin-bottom: 10px;
}

.main__banner {
	margin-bottom: 20px;
}

.main__load-more, .main__navs, .main__paginator {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0;
}

.main__load-more_mt, .main__navs_mt, .main__paginator_mt {
	margin-top: 20px;
}

.main__load-more {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main__navs {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.main__navs a:first-child {
	margin-right: 20px;
}

.main__paginator {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.main__paginator a {
	margin: 0 3px;
}

.main__paginator a:first-child {
	margin-left: 0;
}

.main__paginator a:last-child {
	margin-right: 0;
}

@media (max-width: 767.98px) {
	.main__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.main__title-right {
		width: 100%;
	}

	.main__title, .main__subtitle {
		text-align: center;
	}

	.main__card {
		margin-bottom: 10px;
	}

	.main__banner {
		margin-bottom: 10px;
	}

	.main__load-more, .main__navs, .main__paginator {
		margin-bottom: 10px;
	}

	.main__load-more_mt, .main__navs_mt, .main__paginator_mt {
		margin-top: 10px;
	}

	.main__navs a:first-child {
		margin-right: 10px;
	}
}

/* Раздел сотрудников */
.page-people__department {
	margin: 0 0 20px;
}

.page-people__profile {
	margin: 0 0 30px;
}

@media (max-width: 767.98px) {
	.page-people__department {
		margin: 0 0 10px;
	}

	.page-people__profile {
		margin: 0 0 15px;
	}
}

.s-default__row {
	margin-bottom: -20px;
}

.s-default__row_sm {
	margin-bottom: -10px;
}

.s-default__col {
	margin-bottom: 20px;
}

.s-default__col_sm {
	margin-bottom: 10px;
}

.s-default__card {
	height: 100%;
}

.s-default__cards {
	margin-bottom: 20px;
}

.page-home__alarm, .page-home__lg-news, .page-home__sm-news, .page-home__banner {
	margin-bottom: 20px;
}

.page-home__md-news {
	margin-bottom: 20px;
}

.page-home__subtitle {
	margin-bottom: 10px;
}

.page-home__subtitle h3 {
	line-height: 20px;
	display: inline-block;
}

.b-switcher {
	float: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-switcher__list, .b-switcher__cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	width: 24px;
	height: 20px;
	line-height: 20px;
	border: none;
	outline: none !important;
	background-color: transparent;
	cursor: pointer;
	fill: #00a29c;
}

.b-switcher__list.active, .b-switcher__cards.active {
	fill: #626b70;
}

.b-switcher__all-news {
	display: inline-block;
	padding: 0 0 0 2px;
	line-height: 20px;
}

.b-achivement {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-achivement__item {
	position: relative;
	margin-right: 16px;
}

.b-achivement__item:last-child {
	margin: 0;
}

.b-achivement__icon {
	width: 32px;
	height: 32px;
}

.b-achivement__icon:hover + .b-achivement__desc {
	display: block;
}

.b-achivement__desc {
	position: absolute;
	top: 44px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #576065;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 8px;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	white-space: nowrap;
	display: none;
}

.b-achivement__desc::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -6px;
	left: 50%;
	display: block;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left: -10px;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #576065;
}

.b-achivement_sm .b-achivement__item {
	margin-right: 10px;
}

.b-achivement_sm .b-achivement__item:last-child {
	margin: 0;
}

.profile-accordion__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.profile-accordion__title {
	font-size: 18px;
	line-height: 40px;
	color: #252525;
	margin: 0;
}

.profile-accordion__toggle {
	display: inline-block;
	padding: 0;
	border: none;
	outline: none !important;
	background-color: transparent;
	font-size: 16px;
	line-height: 24px;
	color: #00a29c !important;
}

.profile-accordion__body {
	padding-top: 10px;
}

.profile-bonuses-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.profile-bonuses-grid__current, .profile-bonuses-grid__sum, .profile-bonuses-grid__diff {
	padding-left: 10px;
	padding-right: 10px;
}

.profile-bonuses-grid__current {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.profile-bonuses-grid__sum, .profile-bonuses-grid__diff {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

@media (max-width: 767.98px) {
	.profile-bonuses-grid__current, .profile-bonuses-grid__sum {
		margin-bottom: 10px;
	}

	.profile-bonuses-grid__current, .profile-bonuses-grid__sum, .profile-bonuses-grid__diff {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.profile-bonuses-current {
	position: relative;
	padding: 30px 20px 20px;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.profile-bonuses-current__content {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.profile-bonuses-current__coin {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: #00a29c;
	margin: 0 0 22px;
}

.profile-bonuses-current__icon {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 70px;
	height: 70px;
}

@media (max-width: 767.98px) {
	.profile-bonuses-current__desc-br {
		display: none;
	}

	.profile-bonuses-current__content {
		width: 100%;
	}
}

.profile-bonuses-old {
	position: relative;
	padding: 30px 20px 20px;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.profile-bonuses-old__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.profile-bonuses-old__coin {
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	color: #9191a1;
	margin: 0 0 22px;
}

.profile-bonuses-old__icon {
	position: absolute;
	top: 37px;
	right: 20px;
	width: 24px;
	height: 24px;
}

.profile-bonuses-old__icon_gold path {
	fill: #ff940a;
}

.profile-bonuses-old__icon_ac path {
	fill: #00a29c;
}

@media (max-width: 767.98px) {
	.profile-bonuses-old__desc-br {
		display: none;
	}
}

.profile-achivement-history {
	padding: 10px 20px 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.profile-achivement-history__title {
	margin: 0 0 10px;
}

.profile-achivement-history__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.profile-achivement-history__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 16px;
}

.profile-achivement-history__item:last-child {
	margin: 0;
}

.profile-achivement-history__item span {
	display: inline-block;
}

.profile-achivement-history__item span:nth-child(1) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 65px;
	-ms-flex: 0 0 65px;
	flex: 0 0 65px;
	margin-right: 10px;
	color: #9191a1;
}

.profile-achivement-history__item span:nth-child(2) {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: -webkit-calc(100% - 145px);
	-ms-flex-preferred-size: calc(100% - 145px);
	flex-basis: calc(100% - 145px);
	margin-right: 10px;
}

.profile-achivement-history__item span:nth-child(3) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 60px;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	text-align: right;
}

.profile-achivement-history__item_plus span:nth-child(3) {
	color: #ff940a;
}

@media (max-width: 767.98px) {
	.profile-achivement-history__item {
		padding-bottom: 10px;
		border-bottom: 1px solid #f0f0f0;
	}

	.profile-achivement-history__item:last-child {
		border: none;
	}

	.profile-achivement-history__item span:nth-child(1) {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.profile-achivement-history__item span:nth-child(2) {
		-webkit-flex-basis: -webkit-calc(100% - 70px);
		-ms-flex-preferred-size: calc(100% - 70px);
		flex-basis: calc(100% - 70px);
	}
}

.page-news__md-news, .page-news__md-new {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.page-news__md-news {
	width: 33.33333%;
}

.page-news__md-new {
	width: 50%;
}

@media (max-width: 1239.98px) {
	.page-news__md-news {
		width: 50%;
	}
}

@media (max-width: 767.98px) {
	.page-news__md-news, .page-news__md-new {
		width: 100%;
		margin-bottom: 10px;
	}
}

.page-photo__album {
	margin-bottom: 20px;
}

.page-photo__video {
	margin-bottom: 20px;
}

.pp-slider {
	position: relative;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #242424;
}

.pp-slider__next, .pp-slider__prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	z-index: 2;
	width: 30px;
	height: 40px;
	background-color: #000;
	opacity: .5;
	padding: 0;
	border: none;
	outline: none !important;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.pp-slider__next:hover, .pp-slider__prev:hover {
	opacity: .7;
}

.pp-slider__next > svg path, .pp-slider__prev > svg path {
	fill: #fff;
}

.pp-slider__next {
	right: 0;
}

.pp-slider__prev {
	left: 0;
}

.pp-slider-big__item {
	outline: none !important;
	position: relative;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.pp-slider-big__item::before {
	content: '';
	float: left;
	padding-bottom: 56.25%;
}

.pp-slider-big__item::after {
	content: '';
	display: table;
	clear: both;
}

.pp-slider-big__item-link img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50%;
	object-position: 50%;
}

.pp-slider-small {
	padding: 5px;
}

.pp-slider-small__item {
	outline: none !important;
	position: relative;
	width: 60px;
	height: 40px;
	cursor: pointer;
	border: 1px solid rgba(0, 162, 156, 0);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.pp-slider-small__item::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.pp-slider-small__item img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50%;
	object-position: 50%;
}

.pp-slider-small__item:hover {
	border: 1px solid #00a29c;
}

.pp-slider-small__item:hover::before {
	background-color: rgba(0, 0, 0, 0.6);
}

.pp-slider-small__item.slick-current {
	border: 1px solid #00a29c;
}

.pp-video {
	position: relative;
}

.pp-video::before {
	content: '';
	float: left;
	padding-bottom: 56.25%;
}

.pp-video::after {
	content: '';
	display: table;
	clear: both;
}

.pp-video iframe, .pp-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.b-initiative__title {
	line-height: 24px;
	margin-bottom: 15px;
}

.b-initiative__desc {
	margin-bottom: 20px;
}

.b-initiative__hr {
	border: none;
	height: 1px;
	background-color: #f0f0f0;
	margin: 20px 0;
}

.b-initiative__votes {
	margin: 0 0 20px;
}

@media (max-width: 767.98px) {
	.b-initiative__title {
		margin-bottom: 7px;
	}

	.b-initiative__desc {
		margin-bottom: 10px;
	}

	.b-initiative__hr {
		margin: 10px 0;
	}
}

.bi-votes {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.bi-votes__head {
	background-color: #f7f7f7;
	min-height: 90px;
	padding: 15px;
}

.bi-votes__footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
}

.bi-votes__title {
	font-size: 16px;
	text-align: center;
	margin: 0 0 10px;
}

.bi-votes__ld-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.bi-votes__like, .bi-votes__dislike {
	fill: #00a29c;
}

.bi-votes__like {
	margin-right: 10px;
}

.bi-votes__dislike {
	margin-left: 10px;
}

.bi-votes__count {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #00a29c;
}

.bi-docs__title {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #626b70;
	text-align: center;
	margin-bottom: 20px;
}

.bi-docs__item {
	margin-bottom: 5px;
}

.b-initiative-sm {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.b-initiative-sm__left {
	padding: 20px;
	padding-bottom: 26px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.b-initiative-sm__right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	background-color: #f7f7f7;
}

.b-initiative-sm__title {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	color: #2a2a2a;
	text-decoration: none !important;
}

.b-initiative-sm__ld-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0 0;
}

.b-initiative-sm__like, .b-initiative-sm__dislike {
	width: 20px;
	height: 30px;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.b-initiative-sm > svg {
	fill: #00a29c;
}

.b-initiative-sm__like {
	margin-right: 10px;
}

.b-initiative-sm__dislike {
	margin-left: 10px;
}

.b-initiative-sm__count {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #00a29c;
}

.b-initiative-sm__status {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-initiative-sm > img, .b-initiative-sm > svg {
	margin-right: 10px;
}

.b-initiative-sm > svg {
	fill: #626b70;
}

.b-initiative-sm__status-title {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}

@media (max-width: 767.98px) {
	.b-initiative-sm {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.b-initiative-sm__left {
		padding: 5px 10px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.b-initiative-sm__right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.b-initiative-sm__ld-row {
		margin: 10px 0 10px 10px;
	}

	.b-initiative-sm__status {
		margin: 10px 10px 10px 0;
	}
}

.page-calendar__selects {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.page-calendar__select {
	margin-top: 5px;
	margin-bottom: 25px;
}

.page-calendar__select:first-child {
	margin-right: 20px;
}

.page-calendar__days {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.page-calendar__days-slider {
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
}

.page-calendar__days-prev, .page-calendar__days-next {
	width: 30px;
	height: 80px;
	background-color: #00a29c;
	border: none;
	outline: none !important;
	cursor: pointer;
}

.page-calendar__days-prev > svg, .page-calendar__days-next > svg {
	fill: #fff;
}

.page-calendar__md-news, .page-calendar__md-new {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.page-calendar__md-news {
	width: 33.33333%;
}

.page-calendar__md-new {
	width: 50%;
}

@media (max-width: 1239.98px) {
	.page-calendar__md-news {
		width: 50%;
	}
}

@media (max-width: 767.98px) {
	.page-calendar__selects {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.page-calendar__md-news, .page-calendar__md-new {
		width: 100%;
		margin-bottom: 10px;
	}
}

.calendar-select {
	width: 150px;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none !important;
	padding-left: 15px;
	background-image: url("/img/select-down.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #626b70;
}

.calendar-select option:disabled {
	color: #e8e8e8;
}

.calendar-slider-days__item {
	position: relative;
	width: 100px;
	height: 80px;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
}

.calendar-slider-days__item::after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ddd;
}

.calendar-slider-days__item.active {
	cursor: pointer;
}

.calendar-slider-days__item.active .calendar-slider-days__number, .calendar-slider-days__item.active .calendar-slider-days__desc {
	color: #2a2a2a;
}

.calendar-slider-days__item.current {
	background-color: #00a29c;
}

.calendar-slider-days__item.current .calendar-slider-days__number, .calendar-slider-days__item.current .calendar-slider-days__desc {
	color: #fff;
}

.calendar-slider-days__number, .calendar-slider-days__desc {
	color: #b1b7ba;
}

.calendar-slider-days__number {
	font-size: 30px;
	line-height: 24px;
	font-weight: 700;
}

.calendar-slider-days__desc {
	font-size: 16px;
	line-height: 24px;
}

.page-head-letter__select {
	margin-bottom: 20px;
}

.booking-form__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}

.booking-form__date-text, .booking-form__time-text, .booking-form__date-input, .booking-form__time-inputs {
	padding: 0 10px;
}

.booking-form__date-text span, .booking-form__time-text span {
	line-height: 48px;
}

.booking-form__time-text {
	margin-left: 20px;
}

.booking-form__time-inputs {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 26%;
	-ms-flex: 0 0 26%;
	flex: 0 0 26%;
	max-width: 26%;
}

@media (max-width: 1239.98px) {
	.booking-form__time-inputs {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 39%;
		-ms-flex: 0 0 39%;
		flex: 0 0 39%;
		max-width: 39%;
	}
}

@media (max-width: 991.98px) {
	.booking-form__date-text, .booking-form__time-text, .booking-form__date-input, .booking-form__time-inputs {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.booking-form__time-text {
		margin-left: 0;
	}

	.booking-form__date-text, .booking-form__time-text {
		margin-bottom: 10px;
	}

	.booking-form__date-text span, .booking-form__time-text span {
		line-height: normal;
	}
}

/* Временная шкала бронирования конференц-залов */
.time-line {
	position: relative;
	width: 100%;
	height: 95px;
}

.time-line__times {
	position: relative;
	z-index: 2;
	height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	list-style: none;
	padding: 0;
	margin: 0 -12px;
}

.time-line__times li {
	position: relative;
	width: 25px;
	line-height: 20px;
	text-align: center;
}

.time-line__times li::before, .time-line__times li::after {
	content: '';
	display: block;
	position: absolute;
	left: 12px;
	width: 1px;
}

.time-line__times li::before {
	top: 21px;
	height: 24px;
	background-color: #b1b7ba;
}

.time-line__times li::after {
	top: 45px;
	height: 50px;
	background-color: #f0f0f0;
}

.time-line__periods {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
}

.time-line__period {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #ff940a;
	opacity: 0.5;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	cursor: pointer;
}

.time-line__period:hover {
	opacity: 1;
}

.time-line__period_disabled {
	opacity: 0.1;
}

.page-obyav__btn-add {
	text-align: right;
}

.page-obyav__select-category {
	margin-bottom: 20px;
}

@media (max-width: 767.98px) {
	.page-obyav__btn-add {
		text-align: left;
		margin-bottom: 20px;
	}
}

.b-title-bonuses {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-title-bonuses__desc {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #626b70;
}

.b-title-bonuses__count {
	display: inline-block;
	margin-right: 13px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #00a29c;
}

.b-title-bonuses__icon {
	width: auto;
	height: 35px;
}

@media (max-width: 767.98px) {
	.b-title-bonuses__desc {
		margin-right: auto;
	}
}

.b-sort {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-sort__desc {
	margin-right: 20px;
}

.card-market {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px 15px 20px;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.card-market_disabled {
	opacity: .5;
}

.card-market__main-title {
	font-size: 18px;
	line-height: 40px;
	color: #252525;
	text-align: center;
	margin: 0 0 18px;
}

.card-market__img-wrap {
	position: relative;
	width: 182px;
	margin: 0 auto 15px;
}

.card-market__img-wrap::before {
	content: '';
	float: left;
	padding-bottom: 100%;
}

.card-market__img-wrap::after {
	content: '';
	display: table;
	clear: both;
}

.card-market__img-wrap_sm {
	height: 160px;
}

.card-market__img-wrap_sm::before, .card-market__img-wrap_sm::after {
	display: none;
}

.card-market__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.card-market__title, .card-market__price {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.card-market__title {
	margin-bottom: 10px;
	color: #252525;
}

.card-market__price {
	margin-bottom: 15px;
	font-weight: 700;
	color: #00a29c;
	margin-top: auto;
}

.card-market__btn {
	display: block;
	min-width: 120px;
	margin: 0 auto;
}

.card-market__desc {
	text-align: center;
	margin: 0 0 48px;
}

.card-market__bonus {
	width: 64px;
	height: 64px;
	margin: 0 auto 64px;
}

.rating-list {
	margin: 0;
	padding: 20px;
	list-style: none;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.rating-list__item {
	border-bottom: 1px solid #f0f0f0;
}

.rating-list__item:last-child {
	border: none;
}

@media (max-width: 767.98px) {
	.rating-list {
		padding: 10px;
	}
}

.rating-line {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
}

.rating-line__cnt {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 46px;
	-ms-flex: 0 0 46px;
	flex: 0 0 46px;
	max-width: 46px;
	color: #576065;
}

.rating-line__profile {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: -webkit-calc(100% - 46px);
	-ms-flex-preferred-size: calc(100% - 46px);
	flex-basis: calc(100% - 46px);
}

.rating-line__achivement, .rating-line__coin {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rating-line__achivement {
	right: 60px;
}

.rating-line__coin {
	right: 0;
	font-size: 16px;
	color: #252525;
}

@media (max-width: 767.98px) {
	.rating-line__cnt {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40px;
		-ms-flex: 0 0 40px;
		flex: 0 0 40px;
		max-width: 40px;
	}

	.rating-line__profile {
		-webkit-flex-basis: -webkit-calc(100% - 40px);
		-ms-flex-preferred-size: calc(100% - 40px);
		flex-basis: calc(100% - 40px);
	}

	.rating-line__achivement {
		display: none;
	}
}

.login {
	width: 100%;
	height: 100vh;
	background-color: #ebeff2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.login-form {
	width: 420px;
	padding: 40px 60px 30px;
	background-color: #fff;
}

.login-form__logo {
	display: block;
	width: 180px;
	margin: 0 auto 54px;
}

.login-form__logo img, .login-form__logo svg {
	width: 100%;
	height: auto;
}

.login-form__title {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
}

.login-form__note {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 30px;
}

.login-form__item {
	width: 100%;
	margin-bottom: 20px;
}

.login-form__btn {
	display: block;
	width: 200px;
	margin: 0 auto;
}

.login-form__devs {
	font-size: 12px;
	text-align: center;
}

@media (max-width: 767.98px) {
	.login-form {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.new-card-commet {
	position: relative;
	display: block;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	padding: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 30px;
}

.new-card-commet img {
	display: block;
	width: 19px;
	height: 19px;
}

.new-card-commet__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.new-card-commet__img {
	position: absolute;
	top: 18px;
	left: 20px;
}

.new-card-commet__comment, .new-card-commet__date, .new-card-commet__title, .new-card-commet__desc {
	display: block;
	line-height: 19px;
	margin: 0;
}

.new-card-commet__comment, .new-card-commet__date, .new-card-commet__title {
	color: #b1b7ba;
}

.new-card-commet__comment {
	padding: 0 10px;
	padding-left: 25px;
}

.new-card-commet__date {
	padding-left: 10px;
}

.new-card-commet__title {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}

.new-card-commet__desc, .new-card-commet__title {
	padding: 10px 0;
}

.new-card-commet__button {
	margin-top: 10px;
}

.new-card-commet__close {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #e5e5e5;
	border: none;
	text-decoration: none;
	outline: none !important;
	cursor: pointer;
}

.new-card-commet__close::after, .new-card-commet__close::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1px;
	background-color: #9b9b9b;
}

.new-card-commet__close::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.new-card-commet__close::before {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 550px) {
	.new-card-commet__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.new-card-commet__comment {
		padding: 20px 0 0px 0;
	}

	.new-card-commet__date {
		padding: 0;
		padding-top: 10px;
	}
}

.like {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 200px;
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 19px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.like__img {
	display: block;
	margin-right: 10px;
	cursor: pointer;
}

.like__img svg g:hover {
	fill: #e4e4e4;
}

.like__img svg g:active {
	fill: #00a29c;
}

.like__cnt, .like__desc {
	display: block;
}

.like__cnt {
	padding-right: 20px;
}

.like__cnt:active {
	color: #00a29c;
}

.like-slider {
	position: absolute;
	z-index: 10;
	bottom: 8px;
	left: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15px;
	height: 50px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.35);
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
}

.like-slider svg g {
	fill: rgba(255, 255, 255, 0.35);
}

.like-slider:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.like-slider:hover svg g {
	fill: #fff;
}

.like-slider:active {
	color: #00a29c;
}

.like-slider:active svg g {
	fill: #00a29c;
}

.like-slider-cnt {
	display: none;
}

.like-slider-cnt.display {
	display: block;
}

.who-like,
.hidden-like-block {
	position: absolute;
	z-index: 10;
	display: none;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	opacity: 0;
	padding: 5px 7.5px 0 7.5px;
	background-color: rgba(0, 0, 0, 0.5);
	top: -20px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.who-like::after,
  .hidden-like-block::after {
	content: '';
	position: absolute;
	z-index: 10;
	bottom: -20px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, 0.5);
}

.who-like__photo,
  .hidden-like-block__photo {
	display: block;
	text-decoration: none;
	margin: 0px 2.5px 5px 2.5px;
}

.who-like_right,
  .hidden-like-block_right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	right: 0px;
}

.who-like_right::after,
    .hidden-like-block_right::after {
	right: 15px;
}

.who-like_left,
  .hidden-like-block_left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	left: 0px;
}

.who-like_left::after,
    .hidden-like-block_left::after {
	left: 15px;
}

.who-like {
	max-width: 240px;
	min-width: 60px;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.mCSB_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hidden-like-block {
	max-height: 350px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 240px;
}

.who-like.display,
.hidden-like-block.display {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.who-like.visible,
.hidden-like-block.visible {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.like-people-img,
.like-more {
	cursor: pointer;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #626b70;
	-o-object-fit: cover;
	object-fit: cover;
}

.like-more {
	font-size: 16px;
	color: #fff !important;
	text-decoration: none !important;
	outline: none !important;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 2.5px 5px 2.5px;
}

.like-more__number {
	padding-right: 9px;
}

.like-more__plus {
	padding-left: 7px;
}

.like-more.display {
	display: none;
}

.like-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup {
	position: fixed;
	z-index: 150;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.popup, .popup__bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup__bg {
	position: absolute;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.4);
}

.popup__wrap {
	position: relative;
	z-index: 2;
	width: 320px;
}

.popup__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	border: none;
	outline: none !important;
	background-color: transparent;
	padding: 0;
}

.popup.display {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.popup.visible {
	opacity: 1;
}
