/* Fonts */
@font-face {
	font-family: 'Gilroy';
	src: url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("fonts/Gilroy-SemiBold.woff2") format("woff2"), url("fonts/Gilroy-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ProximaNova';
	src: url("fonts/ProximaNova-Regular.woff2") format("woff2"), url("fonts/ProximaNova-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src: url("fonts/ProximaNova-Semibold.woff2") format("woff2"), url("fonts/ProximaNova-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src: url("fonts/ProximaNova-Bold.woff2") format("woff2"), url("fonts/ProximaNova-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

/* Defaults */
html,
body {
	height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	font-family: "Gilroy", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #2d2d2d;
	margin: 0;
	margin: 0 auto;
}

.wrapper {
	padding-top: 14.375rem;
	max-width: 120rem;
	margin: 0 auto;
	overflow: hidden;
	background: url("../img/common/bg.jpg") no-repeat top center/100%, #F5F5F5;
	margin: 0 auto;
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	box-sizing: border-box;
	overflow-x: hidden;
}

.page-lk .wrapper {
	background: #F8F8F8;
}

.container {
	max-width: 73.125rem;
	margin: 0 auto;
	width: 100%;
}

.container-inner {
	max-width: 64.375rem;
	margin: 0 auto;
	padding: 0 0.9375rem;
	width: 100%;
}

h1,
h2,
h3 {
	font-weight: 700;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 4.375rem;
	line-height: 3.4375rem;
	margin-bottom: 3.625rem;
	font-weight: 700;
	color: #2D2D2D;
}

h3 {
	font-size: 2.5rem;
	line-height: 109.62%;
	color: #2D2D2D;
}

p {
	margin: 0;
	padding: 0;
	color: #040404;
}

img {
	max-width: 100%;
	border: 0;
}

a {
	color: #000;
	outline: none;
	transition: 0.3s;
	text-decoration: none;
}

a:active, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

ul {
	list-style: none;
}

ul,
li {
	padding: 0;
	margin: 0;
}

[href^="tel:"] {
	white-space: nowrap;
}

button,
input,
select,
textarea {
	font-family: inherit;
	color: inherit;
}

b,
strong {
	font-weight: bold;
}

input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
	overflow: visible;
	outline: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-webkit-scrollbar-track {
	background-color: #4e4e4e;
}

::-webkit-scrollbar {
	width: 0.3125rem;
}

.button {
	max-width: 100%;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0 0.625rem;
	border: 0;
	font-weight: 700;
	font-size: 1.125rem;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button:active, .button:hover, .button:focus {
	opacity: 1;
	color: #fff;
}

.hidden {
	display: none;
}

.lazy {
	background-image: none !important;
	opacity: 0;
}

.lazy:before, .lazy:after {
	content: none !important;
}

.lazy-loaded {
	opacity: 1;
	transition: 0.1s;
}

.cards {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 1.25rem;
	grid-row-gap: 4.6875rem;
	justify-content: space-between;
}

.cards__new {
	font-size: 0.9823125rem;
	line-height: 1rem;
	text-transform: uppercase;
	color: #ff1111;
	position: absolute;
	top: -1.375rem;
}

.cards__block {
	max-width: 12.75rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.cards__item {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.cards__item img {
	-webkit-filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
	border-radius: 0 0.625rem 0.625rem 0;
}

.cards__wrap {
	margin-top: auto;
}

.cards__sale {
	display: flex;
	color: #000;
	margin: 0.3125rem 0 0.625rem;
}

.cards__sale-discount div {
	font-size: 0.75rem;
	line-height: 0.8125rem;
}

.cards__sale-discount div:last-child {
	font-size: 1.25rem;
	line-height: 1.3125rem;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.35);
	margin-top: 0.125rem;
	position: relative;
}

.cards__sale-discount div:last-child:after {
	content: '';
	position: absolute;
	left: -0.125rem;
	top: 40%;
	width: 85%;
	margin: 0 auto;
	height: 0.0625rem;
	background: rgba(0, 0, 0, 0.35);
}

.cards__sale-price {
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.375rem;
	text-transform: uppercase;
	margin-top: auto;
}

.cards__description {
	font-size: 0.9375rem;
	line-height: 1rem;
	color: #3d3d3d;
}

.desc-subtitle {
	font-size: 1.875rem;
	line-height: 2.1875rem;
	color: #312F2F;
	border-left: 0.625rem solid #0044DB;
	padding-left: 1.125rem;
	margin-bottom: 0.9375rem;
}

.desc-subtitle span {
	font-size: 0.875rem;
	line-height: 109.62%;
	display: block;
	margin-top: 1.125rem;
}

.desc-text {
	font-size: 1.25rem;
	line-height: 130%;
	color: #312F2F;
	margin-bottom: 0.9375rem;
}

.fixed {
	position: fixed;
	bottom: 1.125rem;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	max-width: 20.875rem;
	font-weight: bold;
	font-size: 1rem;
	height: 2.75rem;
	display: none;
}

/* fancybox-privacy__content --------------------------------*/
.fancybox-privacy__content {
	margin-left: -0.25rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.fancybox-privacy__content {
		margin-left: 0;
	}
}

@-moz-document url-prefix() {
	.fancybox-privacy__content {
		margin-left: -0.25rem;
	}
}

.slick-list,
.slick-track {
	display: flex;
}

.form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #2D2D2D;
}

.form ::-moz-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #2D2D2D;
}

.form ::-ms-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #2D2D2D;
}

.form ::placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #2D2D2D;
}

.form :-ms-input-placeholder {
	/* IE 10+ */
	color: #2D2D2D;
}

.form__title {
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 110%;
	color: #000000;
	margin-bottom: 2.75rem;
}

.form__items {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

.form__item {
	margin-right: 0.625rem;
	width: 100%;
	display: flex;
	max-width: 100%;
	height: auto;
}

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

.form__input {
	background: rgba(255, 255, 255, 0.8);
	border: 0.09375rem solid #D7E2EA;
	border-radius: 0.25rem;
	width: 100%;
	height: 3.75rem;
	border-radius: 0.25rem;
	font-size: 1.125rem;
	color: #A3A3A3;
	padding-left: 1.875rem;
	-webkit-appearance: none;
	outline: none;
	font-weight: 600;
}

.form__input.error {
	border: 0.09375rem solid #ff2626;
	background: #fff;
}

.form__input.error::-webkit-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error::-moz-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error::-ms-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error::placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error:-ms-input-placeholder {
	/* IE 10+ */
	color: #ff2626;
}

.form__input.valid {
	border: 0.09375rem solid #219653;
	background: #fff;
	color: #219653;
}

.form__input.valid::-webkit-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #219653;
}

.form__input.valid::-moz-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #219653;
}

.form__input.valid::-ms-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #219653;
}

.form__input.valid::placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #219653;
}

.form__input.valid:-ms-input-placeholder {
	/* IE 10+ */
	color: #219653;
}

.form__button {
	height: 3.75rem;
	border: 0;
	cursor: pointer;
	max-width: 100%;
	width: 100%;
	color: #fff;
	font-weight: 700;
}

.form__button:active {
	box-shadow: 0 0.25rem 0 #99a2da;
	color: #fff;
}

.form__button:hover, .form__button:focus {
	color: #fff;
	box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.4);
	transition: all 0.5s ease;
}

.form__footer {
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	padding-left: 1.25rem;
}

.form__footer-checkbox {
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	border: 0.083990625rem solid #2D2D2D;
	border-radius: 0.1875rem;
	background: transparent;
}

.form__footer-checkbox input {
	display: none;
}

.form__footer-checkbox-icon:before {
	display: none;
	content: url("../img/form/check.png");
}

input:checked + .form__footer-checkbox-icon:before {
	display: block;
}

.form__footer-text {
	padding-left: 0.625rem;
	color: #fff;
	line-height: 1.2;
}

.form__footer-text a {
	color: #fff;
	text-decoration: underline;
}

.form_vertical .form__title {
	font-weight: 700;
	font-size: 3rem;
	line-height: 108.81%;
	text-align: center;
	text-transform: uppercase;
	color: #2D2D2D;
	margin-bottom: 0.8125rem;
}

.form_vertical .form__items {
	flex-direction: column;
	margin-bottom: 0.8125rem;
}

.form_vertical .form__item {
	margin-right: 0;
	margin-bottom: 1.3125rem;
}

.form_vertical .form__item:last-child {
	margin-bottom: 0;
}

.form_vertical .form__input {
	height: 4.375rem;
	font-weight: 600;
	font-size: 1.5rem;
	letter-spacing: -0.02em;
	border: 0.083990625rem solid #2D2D2D;
	background: transparent;
	color: #2D2D2D;
}

.form_vertical .form__button {
	height: 4.4375rem;
	font-weight: 700;
	font-size: 1.551725rem;
}

.form_vertical .form__footer {
	margin-bottom: 1.3125rem;
}

.form_vertical .form__footer-text {
	font-weight: 600;
	font-size: 0.7559125rem;
	line-height: 1.2;
	color: #2D2D2D;
	text-transform: uppercase;
}

.form_vertical .form__footer-text a {
	color: #2D2D2D;
}

.form_vertical .form__footer-text a:hover {
	color: #2D2D2D;
}

.form_vertical .form__footer-checkbox {
	top: 0;
}

.form__group {
	margin-bottom: 1.25rem;
}

label.error {
	display: none !important;
}

.widget-form-privacy {
	display: none !important;
}

.send-success {
	color: #fff;
}

.popups {
	max-width: 36.125rem;
	background: #FFC940;
	width: 100%;
	padding: 9.0625rem 5.625rem 7.5rem 5.625rem;
}

.popup-menu {
	padding: 2.1875rem;
}

.popup-menu__list {
	display: flex;
	flex-direction: column;
}

.popup-menu__link {
	margin-bottom: 0.625rem;
	font-size: 1.0625rem;
}
/*UPH-64 невидимость пунктов осуществляется стредствами php
.popup-menu .lk-item {
	display: none;
}*/

.page-lk .popup-menu .lk-item {
	display: inline-block;
}

.popup-menu .lk-item.active {
	color: #0044DB;
}

.popup-menu .lk {
	pointer-events: none;
	cursor: default;
	color: #B9B9B9;
}

.popup-menu__btn {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.1875rem;
	color: #000000;
	max-width: 16.375rem;
	width: 100%;
	height: 3rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.0625rem solid #f4b511;
	cursor: pointer;
}

.popup-menu__btn.exit {
	display: none;
}

.page-lk .popup-menu__btn.exit {
	display: flex;
}

.page-lk .popup-menu__btn.entry {
	display: none;
}

.popup-lk {
	max-width: 50.875rem;
	width: 100%;
	padding: 2.5rem 3.75rem 3.75rem;
	background: #fff;
	cursor: default !important;/*UPH-64*/
}

.popup-lk__tabs {
	font-weight: 500;
	font-size: 2.25rem;
	line-height: 2.75rem;
	display: flex;
	justify-content: center;
	margin-bottom: 2.5rem;
	color: #B9B9B9;
}

.popup-lk__tabs span {
	color: #B9B9B9;
}

.popup-lk__tab {
	cursor: pointer;
}

.popup-lk__tab.active {
	color: #000;
	cursor: default;
}

.popup-lk__box {
	display: none;
}

.popup-lk__box.active {
	display: block;
}

.popup-lk .form__items {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.popup-lk .form__label {
	color: #767676;
	font-size: 0.9375rem;
	line-height: 1.125rem;
}

.popup-lk .form__label span {
	color: #FF7F7F;
}

.popup-lk .form__input {
	border: 0.0625rem solid #D9D9D9;
	padding: 0.75rem;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #000000;
	height: 3rem;
	border-radius: 0;
}

.popup-lk .form__input::-webkit-input-placeholder {
	color: #B9B9B9;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.popup-lk .form__input::-moz-placeholder {
	color: #B9B9B9;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.popup-lk .form__input::-ms-input-placeholder {
	color: #B9B9B9;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.popup-lk .form__input::placeholder {
	color: #B9B9B9;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.popup-lk .form__more {
	margin-bottom: 2.5rem;
	font-size: 0.8125rem;
	line-height: 1rem;
	color: #767676;
}

.popup-lk .form__more span {
	color: #FF7F7F;
	display: inline-block;
	margin-bottom: 0.5rem;
}

.popup-lk .form__more-inner {
	display: flex;
}

.popup-lk .form__more-checkbox {
	margin-right: 0.5rem;
}

.popup-lk .form__more-checkbox input {
	width: 1rem;
	height: 1rem;
}

.popup-lk .form__more-forget a {
	font-size: 0.8125rem;
	line-height: 1rem;
	color: #FF7F7F;
	text-decoration: underline;
}

.popup-lk .form__buttons {
	text-align: center;
}

.popup-lk .form__buttons span {
	font-size: 0.9375rem;
	line-height: 1.125rem;
	color: #767676;
	margin: 0.75rem 0;
	display: inline-block;
}

.popup-lk .form__button {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #000000;
	width: 20.9375rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.0625rem solid #f4b511;
	box-shadow: none;
}

.popup-lk .form__button.reg {
	background: #F4B511;
}

.popup-lk .form__button.entry {
	background: #fff;
}

.popup-lk .form__button.disabled {
	color: #767676;
	background: #F1F1F1;
	border: 0.0625rem solid #F1F1F1;
}

.popup-lk .form__item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-basis: 48%;
	margin-top: 1.25rem;
	margin-right: 0;
}

.popup-lk__form-reg .form__item:first-child {
	flex-basis: 48%; 
	/*flex-basis: 100%; закомментировано в рамках UPH-50
	margin-right: 0;
	margin-top: 0;*/
}

.popup-lk__form-reg .form__item span {
	font-weight: 400;
	font-size: 0.8125rem;
	line-height: 1rem;
	color: #767676;
	margin-top: 0.25rem;
}

.popup-lk__form-reg .form__item .error-message {
	color: #FF7F7F;
	font-size: 0.875rem;
	line-height: 1.0625rem;
	margin-top: 0.375rem;
	display: none;
}

.popup-lk__form-entry .form__more {
	display: flex;
	justify-content: space-between;
}

/* Blocks */
.header {
	padding: 3.3125rem 0 1.4375rem;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	transition: all ease .3s;
}

.header.active {
	background: #F5F5F5;
	padding: 0.9375rem 0;
}

.page-lk .header {
	background: #F1F1F1;
}

.header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.875rem;
}

.header__contacts {
	display: flex;
	align-items: center;
	max-width: 28.8125rem;
	justify-content: space-between;
	width: 100%;
}

.header__phone {
	font-weight: 600;
	display: flex;
	align-items: center;
}

.header__phone img {
	margin-right: 0.6875rem;
}

.header__basket {
	display: flex;
	align-items: center;
}

.header__basket img {
	margin-right: 0.6875rem;
}

.header__lk {
	display: flex;
}

.header__lk img {
	margin-right: 0.5rem;
}

.header__number {
	position: relative;
}

.header__number span {
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	width: 1.0625rem;
	height: 1.0625rem;
	background-color: #0044DB;
	border-radius: 100%;
	font-weight: 600;
	font-size: 0.875rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__text {
	color: #0044DB;
	font-weight: 600;
}

.header nav {
	width: 56.875rem;
}

.header nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header nav ul li {
	display: flex;
	align-items: center;
}

.header nav ul li:before {
	content: "";
	display: block;
	background-color: #012bc1;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 100%;
	margin-right: 0.625rem;
}

.header nav ul li a {
	font-weight: 600;
	font-size: 1.5rem;
	text-decoration: none;
}

.header nav ul li a.active {
	color: #0044DB;
}

.header__hamburger {
	height: 1.25rem;
	width: 1.25rem;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 0.625rem;
	display: none;
}

.header__hamburger div {
	background: #000;
	height: 0.125rem;
	width: 100%;
}

.footer {
	padding: 5rem 0 0;
}

.page-lk .footer {
	padding: 5rem 0;
	background: #F1F1F1;
}

.footer .container {
	border-top: 0.125rem solid #8A8A8A;
	padding-top: 1.3125rem;
}

.footer__box {
	display: flex;
	align-items: center;
	width: 100%;
}

.footer__logo {
	margin-right: 8.25rem;
}

.footer__content {
	font-size: 1rem;
	line-height: 1.5625rem;
	color: #3D3D3D;
}

.footer__button {
	margin-left: auto;
	background-color: #ED1C24;
	font-weight: 600;
	font-size: 0.9375rem;
	max-width: 7.8125rem;
	height: 3rem;
	color: #fff;
}

.footer__button:active {
	background-color: #C91260;
}
