.options-container .options-overlay-show {
	opacity: 1;
	visibility: visible;
}

/* чекбоксы платежного сервиса */
.cc-selector-2 input {
	position: absolute;
	z-index: 999;
}

.cc-selector-2 input:active + .drinkcard-cc {
	opacity: 0.9;
}

.cc-selector-2 input:checked + .drinkcard-cc {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

.drinkcard-cc {
	cursor: pointer;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	filter: opacity(0.5);
}

.drinkcard-cc:hover {
	filter: opacity(1);
}

.drinkcard-cc img {
	border-radius: 4px;
}

/* чекбоксы платежного сервиса конец*/

/* список аккаунтов*/
.list_account div.accordion_account::before {
	content: "\f105";
	opacity: 0.4;
}

.list_account.open > div.accordion_account::before {
	opacity: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.list_account div.accordion_account::after {
	content: "\f103";
	opacity: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.list_account.open > div.accordion_account::after {
	opacity: 0.4;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.list_account div.accordion_account::before,
.list_account div.accordion_account::after {
	position: absolute;
	left: 21px;
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	font-family: FontAwesome, "Font Awesome 5 Free", "Font Awesome 5 Pro";
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* список аккаунтов конец*/
.btn-create-account {
	position: absolute;
	padding: 0.3571429rem 0.64285714rem;
	font-size: 0.9286rem;
	line-height: 20px;
	z-index: 2;
	top: 10px;
	right: -8px;
	padding-left: 12px;
	padding-right: 12px;
}

/* Кастомные выбор
https://bootsnipp.com/snippets/gvlK7
*/
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
	display: none;
}

.form-group input[type="checkbox"] + .btn-group > label,
.form-group input[type="radio"] + .btn-group > label {
	white-space: normal;
}

.form-group input[type="checkbox"] + .btn-group > label.btn-default,
.form-group input[type="radio"] + .btn-group > label.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	cursor: pointer;
}

.form-group input[type="radio"] + .btn-group > label span:first-child,
.form-group input[type="checkbox"] + .btn-group > label span:first-child {
	display: none;
}

.form-group input[type="radio"] + .btn-group > label span:first-child + span,
.form-group
	input[type="checkbox"]
	+ .btn-group
	> label
	span:first-child
	+ span {
	display: inline-block;
}

.form-group input[type="radio"]:checked + .btn-group > label span:first-child,
.form-group
	input[type="checkbox"]:checked
	+ .btn-group
	> label
	span:first-child {
	display: inline-block;
}

.form-group
	input[type="radio"]:checked
	+ .btn-group
	> label
	span:first-child
	+ span,
.form-group
	input[type="checkbox"]:checked
	+ .btn-group
	> label
	span:first-child
	+ span {
	display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span[class*="fa-"],
.form-group input[type="radio"] + .btn-group > label span[class*="fa-"] {
	width: 15px;
	float: left;
	margin: 4px 0 2px -2px;
}

.form-group input[type="checkbox"] + .btn-group > label div.content-label,
.form-group input[type="radio"] + .btn-group > label div.content-label {
	margin-left: 22px;
}

/* Кастомные выбор конец*/

/*Статическая Таблица скидок*/
.pricemoney {
	display: flex;
	justify-content: center;
	background: transparent;
	margin: 1px;
	padding: 1px;
}

.pricemoney_block {
	text-align: center;
	display: flex;
	justify-content: center;
	background: rgba(255, 255, 255, 0.11);
	margin: 2px;
	padding: 5px;
	border-radius: 3px;
}

.pricemoney_block-title {
	background: rgba(0, 0, 0, 0.278);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 21px;
}

.pricemoney_block-content {
	background: rgba(0, 0, 0, 0.278);
	display: inline-block;
	width: 100px;
	padding: 5px 5px 3px 5px;
	border: 1px solid transparent;
	border-radius: 3px;
	margin-left: 2px;
}

.pricemoney_block:nth-child(3) > .pricemoney_block-content {
	background: rgb(245, 178, 62);
	color: #040404;
	font-weight: bold;
}

.price {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.price h4 {
	text-align: center;
}

.price span {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.price b {
	color: rgb(245, 178, 62);
}

@media (max-width: 640px) {
	.pricemoney_block {
		display: block;
		margin: auto;
	}

	.pricemoney_block-content {
		width: 50px;
	}
}

/* logo */

.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	z-index: 0;
	max-width: 129px;
	left: 500px;
}

.logo__img {
	display: block;
	transition: 0.3s all;
	max-width: 100%;
}

.logo__img_hover_effect:hover {
	filter: brightness(120%);
}

.logo__img_hover_animation {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: 0.2s all;
	pointer-events: none;
}

.logo:hover .logo__img_hover_animation {
	animation: logo 0.3s ease;
}

@keyframes logo {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		opacity: 0.3;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}



/*====================================================*/
/*====================================================*/
/*====================================================*/

/* lang */

.header_lang {
  flex-direction: column;
}

.lang_icon {
  position: relative;
  top: 4px;
}

.header_lang a {
  background: rgb(0 0 0 / 3%);
  padding: 2px 5px 5px 5px;
}

.header_lang a:hover {
  opacity: 0.7;
}

.lang_name {
  position: relative;
  top: -3px;
  text-transform: uppercase;
  font-size: 12px;
  color: #c2c3c3;
}




.langs {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  margin: auto 10px;
}

@media screen and (max-width: 1024px) {
  .langs {
    margin-right: 50px;
  }
}

.langs:after {
  content: "";
  display: block;
  background: url(../images/lang-select_1.png) no-repeat;
  width: 8px;
  height: 7px;
  position: absolute;
  right: 5px;
  top: calc(50% - 2px);
  transition: 0.3s all;
  cursor: pointer;
}

.langs:hover:after {
  transform: rotateX(180deg);
}

.lang__link {
  width: 50px;
  height: 27px;
  /* overflow: hidden; */
  cursor: pointer;
  transition: 0.3s all;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  text-decoration: none;
}

.lang__img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 10px;
}

.lang__name {
  color: #535353;
  font-size: 10px;
  font-weight: 600;
  flex-shrink: 0;
  text-transform: uppercase;
}

.lang__link_sub {
  width: 100px;
  height: 27px;
  position: relative;
  padding: 0 25px 0 20px;
  display: flex;
  justify-content: space-between;
}

.lang__link_sub:hover {
  /* filter: brightness(130%); */
  background-color: #d1d1d1;
}

.lang__link_sub:after {
  content: "";
  display: block;
  background: url(../images/lang-select.png) no-repeat;
  width: 8px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  transition: 0.3s all;
  cursor: pointer;
  opacity: 0;
  transform: translateX(10px) rotate(90deg);
}

.lang__link_sub:hover:after {
  opacity: 1;
  transform: translateX(0px) rotate(90deg);
}

.lang__link_sub:before {
  content: "";
  display: block;
  /* background: linear-gradient(90deg, #ffffff 0%, #e7e7e7 40%, #ffffff 80%); */
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s all;
  cursor: pointer;
}

.lang__link_sub:hover .lang__name {
  color: #21b570;
}

.lang__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  background: #f9f9f9;
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.31);
  transform: translateY(-40px);
  position: absolute;
  right: -6px;
  top: 100%;
  z-index: 10;
}

.langs:hover .lang__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.lang__link_select {
  width: 50px;
  height: 27px;
  padding-left: 0;
}

.lang__img_select {
  filter: drop-shadow(0 0 5px rgba(0, 255, 106, 0.5));
  padding: 4px;
  background-color: rgba(98, 98, 98, 0.69);
  border-radius: 50%;
}

.lang__name_select {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-right: 12px;
  display: inline-block;
  position: relative;
  top: 2px;
}
