/* Defaults */
/* Media */
body {
	background: #f5f5f6;
	font-size: 0.83333vw;
}

.wrapper {
	padding: 4.16667vw 0 0 0;
}

.page-login .wrapper,
.page-start .wrapper {
	padding: 0;
}

.container {
	max-width: 100vw;
	padding-left: 5.52083vw;
	padding-right: 5.52083vw;
}

.button {
	height: 2.13542vw;
	padding: 0 0.52083vw;
	border-radius: 0.41667vw;
	font-size: 0.9375vw;
}

H1 {
	font-size: 5vw;
}

H1.small-title {
	font-size: 2.70833vw;
}

.section-title {
	font-size: 2.70833vw;
}

.breadcrumbs {
	padding: 2.08333vw 0;
}

.breadcrumbs_white {
	background: #fff;
}

.breadcrumbs__block {
	gap: 1.35417vw;
	font-size: 0.625vw;
}

.breadcrumbs__block A:after {
	left: calc(100% + 0.625vw);
	width: 0.10417vw;
	height: 0.83333vw;
}

.two-column {
	padding-bottom: 3.38542vw;
}

.two-column__box {
	display: flex;
	justify-content: space-between;
	gap: 2.70833vw;
}

.two-column__box.hidden {
	display: none;
}

.two-column__aside {
	flex: 0 0 20.20833vw;
}

.two-column__article {
	flex-grow: 1;
}

.brickwork {
	gap: 0.20833vw;
}

.brickwork DIV {
	height: 2.13542vw;
	padding: 0 1.40625vw;
	border-width: 1px;
	font-size: 0.9375vw;
	text-transform: uppercase;
}

.brickwork_big {
	flex-wrap: wrap;
	gap: 0.3125vw;
	padding: 0;
	margin: 0;
	overflow: visible;
}

.brickwork_big DIV {
	height: 2.76042vw;
	padding: 0 1.25vw;
	font-size: 0.9375vw;
}

.icon {
	width: 1.25vw;
	height: 1.25vw;
}

.icon-basket_gray {
	background-image: url(../img/common/icon_basket.svg);
}

.icon-favourites_gray {
	background-image: url(../img/common/icon_favourites.svg);
}

.show-all A {
	font-size: 1.14583vw;
	color: #000;
}

.show-more SPAN {
	font-size: 1.14583vw;
}

.totop {
	right: 0.83333vw;
	bottom: 1.875vw;
	width: 2.8125vw;
	height: 2.8125vw;
	border-radius: 0.625vw;
	background-size: 1.25vw 1.25vw;
	box-shadow: 0 0 0.41667vw 0 rgba(0, 0, 0, 0.25);
}

.narrow-block {
	width: 43.125vw;
	margin-left: auto;
	margin-right: auto;
}

/* slick-slider ----------------------------------------*/
.slick-slider-dots ul li button {
	height: 1px;
}

.slick-slider-dots ul li.slick-active button {
	height: 0.15625vw;
}

.slick-arrows {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 2.08333vw;
	margin-top: 2.5vw;
}

.slick-arrow {
	width: 4.73958vw;
	height: 0.9375vw;
	background: url(../img/common/slick-arrow.svg) no-repeat 50% 50%/100% 100%;
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	cursor: pointer;
}

.slick-arrow:hover {
	-webkit-filter: invert(55%) sepia(10%) saturate(968%) hue-rotate(235deg) brightness(88%) contrast(91%);
	        filter: invert(55%) sepia(10%) saturate(968%) hue-rotate(235deg) brightness(88%) contrast(91%);
}

.slick-slider-next {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.slick-disabled {
	opacity: .3;
	cursor: auto;
}

.slick-disabled:hover {
	-webkit-filter: none;
	        filter: none;
}

.form__title {
	font-size: 1.04167vw;
	margin-bottom: 1.04167vw;
}

.form__title_small {
	font-size: 0.83333vw;
	margin-bottom: 0.625vw;
}

.form__text {
	font-size: 0.9375vw;
	margin-bottom: 0.78125vw;
}

.form__item {
	margin-bottom: 0.83333vw;
}

.form__input {
	height: 2.60417vw;
	border-width: 0.10417vw;
	border-radius: 0.26042vw;
	font-size: 0.83333vw;
	padding: 0 0.83333vw;
}

.form__input.error {
	border-width: 0.10417vw;
}

.form__input.valid {
	border-width: 0.10417vw;
}

.form__password-view {
	right: 0.41667vw;
	width: 1.25vw;
	height: 1.25vw;
}

.form__select {
	background-position: right 0.72917vw top 50%;
	background-size: 1.09375vw auto;
	margin-bottom: 0.83333vw;
}

.form__select:after {
	right: 0.10417vw;
	width: 0.72917vw;
	height: 0.83333vw;
}

.form__select .select {
	height: 2.60417vw;
	padding: 0 2.08333vw 0 0.83333vw;
	border-width: 0.10417vw;
	border-radius: 0.26042vw;
	font-size: 0.83333vw;
}

.form__select .option {
	font-size: 0.83333vw;
}

.form__button {
	height: 2.13542vw;
}

.form__footer {
	font-size: 0.9375vw;
}

.form__footer-checkbox {
	top: 0.20833vw;
	width: 1.04167vw;
	height: 1.04167vw;
	border-width: 1px;
}

.form__footer-text {
	padding-left: 1.875vw;
}

.form_horisontal {
	max-width: none;
}

.form_horisontal .form__title {
	margin-bottom: 1.19792vw;
}

.form_horisontal .form__items {
	flex-flow: inherit;
}

.form_horisontal .form__item {
	margin-right: 1.30208vw;
}

.form_horisontal .form__item:last-child {
	margin-right: 0;
}

/* Blocks */
.header {
	background: #ecedf0;
}

.page-scrolled .header {
	box-shadow: 0 0 0.52083vw rgba(0, 0, 0, 0.2);
}

.header__box {
	position: relative;
	gap: 1.5625vw;
	min-height: 4.16667vw;
}

.page-scrolled .header__box {
	min-height: 4.16667vw;
}

.header__box:before {
	display: none;
}

.header__logo IMG {
	max-width: 8.90625vw;
}

.header__desk {
	position: static;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0 4.89583vw;
	padding: 0;
	background: none;
}

.header__drop {
	display: none;
}

.header__menu {
	flex-direction: row;
	gap: 0 1.66667vw;
}

.header__menu-link {
	font-size: 0.83333vw;
}

.header__search {
	width: 19.79167vw;
}

.header__search .form__box {
	display: flex;
	width: auto;
	height: 2.13542vw;
	padding-left: 1.5625vw;
	border-width: 1px;
	border-radius: 0.10417vw;
	background-position: 1.14583vw 50%;
	background-size: 0.57292vw 0.67708vw;
}

.header__search .form__input {
	height: 2.13542vw;
	font-size: 0.72917vw;
}

.header__right {
	gap: 1.5625vw;
}

.header__tools {
	gap: 0.625vw;
}

.header__tools-icon {
	width: 1.45833vw;
	height: 1.45833vw;
}

.header__tools SPAN {
	right: -1px;
	bottom: -1px;
	min-width: 0.78125vw;
	height: 0.78125vw;
	padding: 0 0.20833vw;
	font-size: 0.625vw;
}

.header__tools-avatar-img {
	width: 1.45833vw;
	height: 1.45833vw;
}

.header__tools-avatar-initials {
	width: 1.45833vw;
	height: 1.45833vw;
	font-weight: 500;
	font-size: 0.625vw;
}

.header__icon {
	display: none;
}

.header__buttonbox {
	display: block;
}

.header__buttonbox .button {
	width: 9.375vw;
	height: 2.03125vw;
	font-size: 0.83333vw;
	text-transform: none;
}

.header_account .header__tools-favourites, .header_account .header__tools-basket {
	display: flex;
}

.header_account .header__tools-phone {
	display: none;
}

.header_account .header__button_mob {
	display: none;
}

.header_account .header__button_desk {
	display: flex;
}

.footer {
	display: block;
	padding: 3.125vw 0 2.08333vw 0;
	background: #e0e1e5;
}

.footer__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5.98958vw;
}

.footer__logo {
	flex: 0 0 42%;
}

.footer__logo IMG {
	width: 24.27083vw;
}

.footer__menu {
	display: flex;
	flex: 0 0 58%;
	gap: 4.16667vw;
	padding-top: 2.08333vw;
}

.footer__menu-list {
	display: flex;
	flex-direction: column;
	gap: 0.15625vw;
}

.footer__menu-item {
	font-size: 0.9375vw;
	text-transform: uppercase;
}

.footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.footer__copy {
	display: flex;
	flex-direction: column;
	flex: 0 0 42%;
	gap: 0.52083vw;
	font-size: 0.625vw;
	text-transform: uppercase;
}

.footer__copy A {
	text-decoration: underline;
}

.footer__contacts {
	flex-grow: 1;
	font-size: 0.9375vw;
	text-transform: uppercase;
}

.footer__bar {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 16.66667vw;
	gap: 0.625vw;
}

.footer__social {
	display: flex;
	width: 100%;
	gap: 0.625vw;
}

.footer__social .button {
	text-indent: -520.83333vw;
}

.footer__social .button:before {
	content: '';
	display: block;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	transition: 0.3s;
}

.footer__social .button_vk:before {
	width: 1.09375vw;
	height: 1.09375vw;
	background-image: url(../img/common/vk_black.svg);
}

.footer__social .button_tg:before {
	width: 1.25vw;
	height: 1.25vw;
	background-image: url(../img/common/tg_black.svg);
}

.footer__social .button:hover:before {
	-webkit-filter: invert(180%);
	        filter: invert(180%);
}

.bottom-menu {
	display: none;
}

.fancybox-slide--html .popup .fancybox-close-small {
	width: 2.34375vw;
	height: 2.34375vw;
	padding: 1.19792vw 1.19792vw 0 0;
}

.fancybox-slide--html .popup .fancybox-close-small:before {
	width: 1.14583vw;
	height: 1.14583vw;
}

.popup-consulting {
	float: right;
	max-width: 40.98958vw;
	min-height: 100vh;
	padding: 3.75vw;
}

.popup-consulting__text {
	padding-right: 2.60417vw;
	font-size: 1.14583vw;
	margin-bottom: 2.08333vw;
}

.popup-consulting__subtitle {
	font-size: 1.66667vw;
	line-height: 110%;
	margin-bottom: 0.26042vw;
}

.popup-consulting__contacts {
	gap: 0.625vw;
	padding-top: 0.83333vw;
	margin-bottom: 2.08333vw;
}

.popup-consulting__contacts LI {
	font-size: 1.14583vw;
}

.popup-consulting__contacts A {
	padding-left: 2.08333vw;
}

.popup-consulting__contacts A:before {
	width: 1.25vw;
	height: 1.25vw;
}

.popup-consulting .form__title {
	font-size: 0.9375vw;
	margin-bottom: 1.04167vw;
}

.popup-consulting .form__item {
	margin-bottom: 0.9375vw;
}

.popup-consulting .form__input {
	height: 2.44792vw;
	border-radius: 0.10417vw;
	font-size: 1.14583vw;
	padding: 0 0.9375vw;
}

.popup-consulting .form__button {
	width: 13.54167vw;
	height: 2.13542vw;
	border-radius: 0.41667vw;
	font-size: 0.9375vw;
}

.popup-consulting .form__footer {
	font-size: 0.9375vw;
	margin-bottom: 0.9375vw;
}

.popup-consulting .form__footer-checkbox {
	top: 0.10417vw;
	width: 0.83333vw;
	height: 0.83333vw;
	border-width: 0.10417vw;
}

.popup-consulting .form__footer-text {
	padding-left: 1.51042vw;
}
