#personal-cabinet,#register,#remind{
	display: none;
}
.personal-cabinet{
	float: right;
	display: flex;
	align-items: center;
	position: relative;
}

.tabs_checkout{
	display: flex;
	flex-direction: row;
	margin-top: 20px;
}
.tab_checkout {
	text-align: center;
	width: 150px;
	cursor: pointer;
	padding: 10px 0;
	background: #22113D;
	color: #FFF;
	border-bottom: 1px solid #2D1A4A;
}
.tab_checkout.active {
	color: #FFB417;
	background: #28144C;
}
.old_customer_form{
	display: none;
}

.login-link {
	color: #eead01;
	position: relative;
	padding-left: 30px;
}

.login-link::before {
	content: "";
	position: absolute;
	left: 5px;
	top: -2px;
	width: 12px;
	height: 12px;
	display: inline-block;
	background-size: contain;
	background-image: url("../images/profile.svg");
	z-index: 2;

}

.login-link::after {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	display: inline-block;
	background-color: #eead01;
	z-index: 1;
}

.logout-icon {
	font-size: 0px;	
	margin-left: 16px;	
	transform: translateY(-2px);	
	-webkit-transform: translateY(-2px);	
	width: 12px;
	height: 12px;
	display: inline-block;
	background-size: contain;
	background-image: url("../images/logout.svg");
	z-index: 2;
}

.input {
	padding: 12px 16px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ededed;
	border-radius: 3px;
	font-size: 14px;
}

.input__wrap {
	margin-bottom: 21px;
	width: 100%;
	box-sizing: border-box;
}

.user-account__wrap .page-sidebar {
	max-width: 321px;
}

.account-edit-form {
	width: 65%;
}

p#remind_message {
  color: red;
  margin-bottom: 16px;
}

.subscribe-input {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.subscribe-input label {
	margin-left: 8px;
	line-height: 0;
}

.input__wrap--50 {
	width: 50%;
}

.input__wrap--50 {
	padding-right: 8px;
}

.form__wrap {
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
}

.dialog__title {
	font-family: 'BravoRegular', sans-serif;
	font-size: 30px;
	margin-bottom: 32px;
}

.dialog__wrap{
	display: flex !important;
	flex-direction: column;
	align-items: center;
	padding: 64px 32px;
}

.dialog__btn {
	width: 100%;
	margin-top: 16px;
}

.input__label {
	display: block;
	margin-bottom: 8px;
}

.dialog__bottom {
	margin-top: 64px;
}

.dialog__form {
	width: 100%;
}

.remind-input-wrap {
	display: flex;
	justify-content: space-between;
}

.input--short {
	width: 80%;
}

.link--main {
	color: #db34aa;
}

.dialog__text {
	margin-bottom: 8px;
}

.dialog {
	min-width: 390px;
}

.user-discount__container {
	margin-right: 8px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.user-discount {
	background-color: #eb3b3b;
	border-radius: 3px;
	width: 40px;
	height: 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}


.new-product-image img {
	max-width: 100%;
}

.header-right__wrap {
  width: 30%;
  display: flex;
  justify-content: flex-end;

}

.header-right__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-right__cart {
	position: relative;
}

.header-right__right-col {
	flex-direction: row;
	margin-left: 8px;
}

.callback-cart__wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.discount__text {
	font-size: 11px;
}

.discount__percent-wrap {
	display: flex;
	width: 100%;
	justify-content: center;
}

.whiskey {
	display: flex;
	flex-flow: row nowrap;
}

.develop-block p {
	font-size: 13px;
}

.whiskey .child {
	width: 30%;
}

.discount__number {
  font-weight: bold;
  font-size: 17px;
}

.main-logo {
	width: 16%;
	height: auto;
}

#register-error {
	color: red;
}

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

.ordersubmit a.modalbox {
	margin-left: 16px;
	border-bottom: 1px dashed;
}

.check_form p#iClientError {
	color: red;
	width: auto;
	display: inline-block;
	border-radius: 3px;
	margin-bottom: 16px;
}

/* header fixes */

.header-mobile-wrap {
  display: flex;
  align-items: center;
  height: 72px;
  box-sizing: border-box;
}

.header-info {
	margin-top: 0px;
	margin-left: 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.header-right__wrap {
	margin-left: auto;
	height: 100%;
}

.callback-wrap {
	margin-left: 0px;
}

.header-phones {
	display: flex;
	margin-top: 0px;
}

.header-phones p {
	margin-right: 15px;
	position: relative;
	top: 7px;
}

.info-nav ul {
	display: flex;
	justify-content: space-between;
}

.callback-btn, .callback-btn1 {
	width: auto;
	height: auto;
	line-height: 1;
	padding: 8px;
}

.cpt_shopping_cart_info {
	float: none;
}

.info-nav ul {
	align-items: center;
}

.footer-info .info-nav ul li {
	margin-right: 10px;
}

.cpt_shopping_cart_info a {
	font-family: 'HelveticaRoman', sans-serif;
}

.footer-bottom {
	padding: 16px 0px;
	height: 60px;
}

.footer-bottom .wrapper {
	height: 100%;
	display: flex;
}

.footer-bottom::after {
	display: none;
} 

.footer-info {
	margin-left: 0px;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-bottom .social-icons {
	margin-left: auto;
	margin-top: 0px;
	margin-right: 16px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.footer-phones p {
	font-size: 30px;
}

.register_input_code_info {
	display: none;
}

label.error,
#personal-cabinet-error {
	color: red;
	display: block;
	margin-top: 8px;
}

#personal-cabinet-error {
	margin: 16px 0px; 
}

.footer-phones p:not(:last-child) {
	margin-right: 16px;
}

.remind-input-wrap,
.input__wrap {
	position: relative;
}

#remind_input_phone-error {
	position: absolute;
	bottom: -20px;
}

.footer-bottom .search-form {
	height: 100%;
	margin: 0px;
	margin-left: 32px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.search-form input.poisk-input {
	font-size: 15px;
	padding: 8px 16px;
	padding-left: 25px;
	border-radius: 3px;
}

.develop-block {
	display: flex;
	flex-direction: column; 
	margin-top: 0px;
	justify-content: flex-end;
}

.description-block {
	margin-top: 25px;
}

.footer-bottom .btn--yellow {
	box-shadow: none;
}

.product-info__wrap {
	display: flex;
}

.order__header {
	display: flex;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 16px;
	cursor: pointer;
}

.order {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
	background-color: #2b1349;
	padding-left: 16px;
	padding-right: 16px;
	transition: 0.3s;
	max-height: 48px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 3px; 
}

.order:not(:last-child) {
	margin-bottom: 3px;
}

.order--unfold {
	max-height: 3000px;
	transition: 0.5s ease-in-out;
}

.user-info__label {
	opacity: 0.7;
}

.order__arrow {
	width: 16px;
	height: 16px;
	background-image: url("../images/arrow.svg");
	background-size: contain;
	margin-left: auto;
	transition: 0.55s ease-in-out;
}

.order.order--unfold:not(:last-child) {
	margin-bottom: 16px;
}

.order-info__price,
.total-amount__amount {
	color: #eead01;
	font-family: 'BravoRegular', sans-serif;
	font-size: 30px;
	white-space: nowrap;
	margin-left: 8px;
}

.order.order--unfold:not(:first-child) {
	margin-top: 16px;
}

.order--unfold .order__arrow {
	transform: scale(1, -1);
	transform-origin: center;
}

.order__id {
	color: #eead01;
	font-size: 18px;
}

.order__amount {
	opacity: 0.7;
	margin-left: 64px;
}

.order-info__img-wrap {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.order__body {
	transition: 0.5s ease-in-out;
	opacity: 0;
}

.order-info__item-title {
	font-size: 15px;
}

.order-info__item-count {
	margin-top: 16px;
	opacity: 0.7;
	font-size: 14px;
}

.order--unfold .order__body {
	opacity: 1;
}

.order-info__img-wrap img {
	max-width: 100%;
}

.order-info__left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 32px;
}

.user-orders {
	min-height: 500px;
	width: 100%;
	margin-bottom: 64px;
}

.order-info__info-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.order__total-amount {
	border-top: 1px solid #351b59;
	padding: 16px 0px;
	margin-top: 8px;
	color: #eead01;
	padding-bottom: 16px;
	text-align: right;
	font-family: 'BravoRegular', sans-serif;
	font-size: 30px
}

.order-info__product-info:not(:last-child) {
	margin-bottom: 16px;
}

.title {
	font-family: 'BravoRegular', sans-serif;
}

.title--first {
	padding-right: 35px;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	font-size: 40px;
}

.title--third {
	font-size: 30px;
}

.user-orders__title {
	margin-bottom: 16px;
}

.user-account__wrap {
	display: flex;
	padding-top: 16px;
}

.order-info__link-img {
	position: relative;
}

.order-info__product-price {
	background-color: #db34aa;
	box-shadow: 0 3px 10px rgba(195, 26, 167, 0.7);
	border-radius: 50%;
	width: 48px;
	height: 48px;
	position: absolute;
	top: -8px;
	right: -16px;
	font-family: 'BravoRegular', sans-serif;
	color: #ffffff;
	padding-left: 3px;
	padding-top: 13px;
	box-sizing: border-box;
	font-size: 19px;
}

.header-right__left-col {
	margin-right: 16px;
}

.page-sidebar {
	width: 35%;
}

.total-amount__discount {
  padding: 8px 16px;
  border: 1px dashed #4d2d79;
  display: flex;
  align-items: center;
}

.total-amount__discount--3::before,
.total-amount__discount--5::before,
.total-amount__discount--7::before {
	content: "";
	width: 21px;
	height: 21px;
	background-size: contain;	
	display: inline-block;
	margin-right: 8px;
}

.total-amount__discount--3::before {
	background-image: url('../images/discount-icon-3.svg');
}

.input__wrap--50-np {
	padding-right: 0px;
}

.total-amount__discount--5::before {
	background-image: url('../images/discount-icon-5.svg');
}

.total-amount__discount--7::before {
	background-image: url('../images/discount-icon-7.svg');
}

.page-sidebar__content {
	border-right: 1px solid #351b59;
	padding-right: 8px;
	margin-right: 8px;
}

.page-sidebar__item {
	padding: 8px 0px;
}

.user-info__edit-link {
	color: #ffffff;
	transition: 1s;
}

.user-info__edit-link::before {
	content: "";
	background-image: url("../images/edit.svg");
	width: 12px;
	height: 12px;
	display: inline-block;
	background-size: contain;
	margin-right: 4px;
}

.user-info__edit-link:hover {
	text-decoration: underline;
}

.page-sidebar__block {
	box-sizing: border-box;
	padding: 16px 8px;
	background-color: #2b1349;
	border-radius: 3px;
}

.user-info__item {
	display: flex;
	justify-content: space-between;
}

.user-info__item:not(:last-child) {
	padding-bottom: 8px;
	border-bottom: 1px solid #3d2161;
	margin-bottom: 8px;
}

.user-info__name-edit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.total-amount__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#oneclick input[type="submit"] {
	height: auto;
	line-height: 30px;
}

.product-page__btn--oneclick form#oneclickform {
  display: flex;
  align-items: center;
}


@media (max-width: 1240px) {
	.header-right__wrap {
		width: 32%;
	}
}

@media (max-width: 1170px) {
	.header-phones p {
		font-size: 35px;
	}	
}

@media (max-width: 1100px) {
	.header-info {
		width: 45%;
	}

	.header-right__wrap {
		width: 35%;
	}

	.footer-phones p {
		font-size: 30px;
	}
}

@media (max-width: 1024px) {
	.header-info {
		width: 43%;
	}

	.info-nav ul li a {
		font-size: 13px;
	}

	.header-phones p {
		font-size: 32px;
	}	

	.footer-phones p {
		font-size: 27px;
	}

	.callback-btn,
	.cpt_shopping_cart_info a {
		font-size: 13px;
	}

	.header-right__wrap {
		width: 35%;
	} 
	
	.footer-bottom .wrapper {
		padding: 0px 8px; 
	}

	.description-block {
		padding: 0px 8px;
	}

}

@media (max-width: 1023px) {
	.login-link {
		font-size: 0px;
		width: 32px;
		height: 32px;
	}

	
	.footer-bottom .search-form {
		display: none;
	}

	.info-nav ul li:nth-child(4) {
		display: block;
	}

	.header-info {
		justify-content: center;
	}

	.callback-cart__wrap {
		flex-direction: row-reverse;
	}

	.cpt_shopping_cart_info {
		margin-top: 20px;
	}

	.user-discount__container {
		justify-content: center;
	}

	.header-mobile-wrap {
		height: 60px;
		padding: 0px 8px;
	}

	.header-info .info-nav ul li {
		width: auto;
	}

	.login-link::before {
		width: 18px;
		height: 18px;
		top: 5px;
		left: 6px;
	}

	.login-link::after {
		width: 32px;
		height: 32px;
		top: 0px;
	}

	.callback-cart__wrap {
		align-items: center;
	}

	.cpt_shopping_cart_info {
		margin-top: 0px !important;
	}

	.cpt_shopping_cart_info a {
		font-size: 0px;
	}

	.personal-cabinet {
		margin-left: 16px;
	}

	.logout-icon {
		display: none;
	}

	.header-right__wrap {
		width: 23%;
	}

	.login-link {
		padding-left: 0px;
	}

	.footer-bottom .callback-wrap {
		display: none;
	}

	.footer-bottom .info-nav {
		position: static;
		margin-left: 0px;
	}

	.footer-bottom .search-form {
		position: static;
	}

	.develop-block {
		position: static;
	}

	.footer-bottom .info-nav ul li {
		width: auto;
	}

	.footer-bottom .social-icons {
		position: static;
	}
}

.user-info__edit-form {
	padding: 0px 32px;
	padding-bottom: 32px;
	width: 50%;
}

@media (max-width: 970px) {
	.header-info {
		width: 50%;
	}
}

@media (max-width: 840px) {
	.hamburglar {
		margin-top: 0px;
	}
}

@media (max-width: 768px) {

}

@media (max-width: 740px) {
	.main-logo {
		width: 110px;
		margin-left: 16px;
	}

	.burger {
		height: 30px;
		margin: 0px 8px;
	}

	.main-header {
		padding: 0px;
	}

	.footer-bottom .social-icons {
		margin-right: 8px;
	}

	.footer-phones p {
		width: auto;
	}

	.hits-list.bdf {
		padding-bottom: 0px;
	}
}

@media (max-width: 650px) {
	.footer-bottom {
		height: auto;
	}

	.footer-bottom .wrapper {
		flex-flow: row wrap;
	}

	.footer-bottom .social-icons {
		display: none;
	}

	.develop-block {
		display: flex;
		flex-direction: row wrap;
		margin-top: 32px;
	}

	.develop-block p, .develop-block a {
		text-align: left;
		display: inline-block;
	}

	.develop-block p {
		margin-bottom: 0px;
	}
}

@media (max-width: 500px) {
	.main-logo {
		margin-left: 16px;
	}

	.cpt_shopping_cart_info {
		margin-right: 0px;
	}

	.dialog {
		min-width: auto;
		min-width: 100%;
	}

	.footer-bottom {
		height: auto;
	}

	.footer-bottom .wrapper {
		flex-direction: column;
	}

	.order-info__item-title {
		overflow: hidden;
		height: 40px;
		font-size: 12px;
	}

	.order-info__price {
		font-size: 21px;
	}

}

@media (max-width: 480px) {
	.main-logo {
		margin-left: 16px;
	}

	#oneclick #phone {
		width: 60%;
	}

	.page-sidebar {
		width: 100%;
		padding-right: 0px;
		margin-right: 0px;
		margin-bottom: 16px;
		border-bottom: 1px solid #351b59;
		padding-bottom: 16px;
	}

	.product-page__btn--oneclick form#oneclickform {
  		justify-content: space-between;
	}


	.user-account__wrap {
		flex-direction: column;
	}

	.user-info__info-list {
		margin-right: 0px;
	}

	.user-info__edit-form {
		width: 100%;
	}

	.user-info__edit-form {
		padding: 16px 0px;
	}

	.page-sidebar__content {
		border: none;
		margin-right: 0px;
		padding-right: 0px;
	}

	.user-account__wrap .page-sidebar {
		max-width: none;
	}

	.dialog__wrap {
		padding: 16px 0px;
	}

	.header-right__wrap {
		width: 40%;
	}

	.order__amount {
		margin-left: 32px;
	}

	.order.order--unfold:not(:first-child),
	.order.order--unfold:not(:last-child) {
		margin-top: 8px;
	}

	.order.order--unfold:first-child {
		margin-bottom: 8px;
	}

	.order-info__item-title {
		font-size: 14px;
		font-weight: 400;
	}

	.order-info__left {
		padding-left: 32px;
	}

	.user-orders {
		padding-left: 0px;
	}

	.order__id {
		font-size: 16px;
	}

	.discount__text {
		display: none;
	}

	.user-discount__container {
		transform: rotate(-18deg);
		-webkit-transform: rotate(-18deg);
		position: absolute;
		right: 21px;
		top: 10px;
		z-index: 2;
	}

	.user-discount {
		width: 21px;
		height: 21px;
		border-radius: 50%;
	}

	.discount__number {
		font-size: 13px;
	}

	.discount__percent {
		font-size: 11px;
	}

	.login-link::before {
	  width: 16px;
	  height: 16px;
	  top: 7px;
	  left: 8px;
	}

	.discount__percent-wrap {
		transform: translateY(2px);
		-webkit-transform: translateY(2px);
	}

}

@media (max-width: 420px) {
	.categoty-product-button-set {
		top: 225px;
	}

	.categoty-product-list ul li {
		height: 280px;
	}

	#oneclick.form-oneclick {
		padding: 8px;
		width: 95%;
	}
}

@media (max-width: 400px) {
	.footer-bottom .info-nav {
		display: none;
	}

	.footer-phones p:not(:last-child) {
		margin-right: 0px;
	}

	.footer-phones p {
		font-size: 25px;
	}

	#oneclick.form-oneclick {
		right: 0;
	}
}

@media (max-width: 350px) {
	.footer-phones p {
		font-size: 21px;
	}

	#oneclick #phone {
		width: 55%;
	}
}