.modal-window {
			display: none;
		}

		.modal-window input {
			color: #000;
			width: 420px;
		}

		.modal-button {
			display: block;
			width: 100%;
			text-align: center;
			font-size: 15px;
			color: #fff;
			padding: 8px 0;
			background-color: #ff1527;
			outline: none;
			border: none;
			transition: .25s;
		}

		.modal-button:hover {
			color: #fff;
			background-color: #b51420;
		}

		.modal-window .form-control {
			border-radius: 0;
		}

		.modal-window .form-control:focus {
			box-shadow: none;
			border-color: #5a426a;
		}

		.fancybox-can-swipe .fancybox-content,
		.fancybox-can-swipe .fancybox-content {
			cursor: default !important;
		}

		.check-promo,
		.check-promo:hover {
			color: #dc1020 !important;
			cursor: pointer;
		}

		.input-label {
			margin-top: 5px;
			font-size: 13px;
			color: #c23616;
			display: none;
		}

		.header__title h1 {
			color: #fff;
			font-size: 29px;
			/* font-family: Impact, sans-serif !important; */
			text-shadow: 0 0 8px #f16022;
			/* text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.486) !important; */
		}

		.header__title span {
			margin-left: 50px;
		}

		.tyapka {
			width: 50px !important;
		}

		.logorast {
			width: 30px !important;
			margin: 0 8px 8px 0;
		}

		@media (max-width: 991px) {
			.header__title h1 {
				font-size: 26px;
			}

			header .header__title .tyapka {
				width: 50px !important;
			}

			header .header__title .logorast {
				width: 30px !important;
			}
		}
