:root{
	--blue_link: #008DD2;
	--blue_color: #264D9A;
	--black_color: #2B2A29;
	--color_gray: rgb(206, 207, 204);
}

body#plus{
	position: relative;
	background: linear-gradient(180deg, rgba(29,75,153,1) 34%, rgba(46,61,141,1) 100%);
	color: #fff;
	z-index: 10;
}
body#plus::after{
	content: '';
	z-index: -1;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url('/plus/app/img/bgc_elem_sm.png');
	background-repeat: no-repeat;
	width: 786px;
	height: 508px;
}

.aek_block{
	height: 53px;
	text-align: center;
	opacity: .8;
}
.aek_block img{
	width: 150px;
}
a.link_white{
	color: #fff;
}

/* header .container::before{
	content: '';
	z-index: -1;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url('/plus/app/img/bgc_top_elem.png');
	background-repeat: no-repeat;
	width: 786px;
	height: 728px;
	opacity: .3;
} */

a,button{
	color: #fff;
	transition: .2s all ease;
	border: none;
}
a{
	text-decoration: underline;
}
a:hover, button:hover{
	color: #fff;
	text-decoration: none;
	opacity: .8;
}

input[type="checkbox"]{
	transform: scale(1.3);
}
/* HEADER */
header{
	margin: 30px auto;
}
/* END HEADER */

/* MAIN */
main{
	user-select: none;
	z-index: 11;
	min-height: calc(100vh - 236px);
	padding-top: 5%;
}

.plus_info h1{
	font-size: 63px;
	font-weight: bold;
	line-height: 61px;
	margin-bottom: 12px;	
}
.plus_info .plus_info_desc{
	font-size: 19px;
	line-height: 22px;	
}

.subscribed{
	margin-top: 40px;
}
.subscribed h5{
	font-size: 35px;
	font-weight: bold;
	margin: 0;	
}
.subscribed span{
	font-weight: bold;
	display: block;
	line-height: 15px;
	font-size: 13px;
}

.plus_btn{
	border: 1px solid #eee;
	font-weight: 600;
	padding: 2px 29px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 22px;
	background-color: rgba(255,255,255, .1);
	margin-top: 22px;
	display: inline-block;
}
/* MINI CARD */
.card_plus_mini_wrap{
	display: flex;
	margin-top: 40px;
}
.card_plus_mini_wrap .card_plus.mini{
	margin-right: 10px;
	width: 50%;
}
.card_plus_mini_wrap .card_plus.mini{
	padding: 20px;
}

.card_plus_mini_wrap .card_plus.mini h5{
	font-size: 26px;
}

.chose_subscribe_wrap.white_wrap{
	background-color: rgba(255,255,255, .2);
	padding: 25px;
	border-radius: 0 10px 10px 10px;
	width: 85%;
}

.card_plus.mini .final_sum{
	color: var(--blue_color);
	font-size: 45px;
	font-weight: 700;	
}
.card_plus.mini .sum_per_day{
	color: var(--blue_color);
	display: block;
	line-height: 0;
	font-size: 17px;
	margin-bottom: 25px;
}
.card_plus.mini .discount{
	font-weight: bold;
	color: var(--color_gray);
	font-size: 28px;
	line-height: 0px;
	margin-top: 18px;
	margin-left: 7px;
	position: relative;
	display: inline-block;
	bottom: -10px;
}
.card_plus.mini .discount:before{
	content: "";
	border-bottom: 2px solid var(--color_gray);
	position: absolute;
	top: 0;
	left: 0;    
	width: 100%;
	height: 65%;	
}

/* tabs >> */
.tabs_wrap{
	margin-top: 20px;
	display: flex;
	flex-direction: inherit;
	position: relative;
}

.tabs_wrap a{
	position: relative;
	display: block;
	padding: 8px 14px;
	background-color: rgba(255,255,255, .2);
	opacity: .5;
	font-size: 17px;
	text-decoration: none;
	border-radius: 10px 10px 0 0;
	margin-right: 5px;
	padding-left: 38px;
}

.tabs_wrap a:before{
	content: '+';
	font-weight: bold;
	font-size: 34px;
	margin-right: 5px;
	position: absolute;
	top: -8px;
	left: 6px;	
}
.tabs_wrap a.active{
	opacity: 1;
}
.tab-pane{
	display: none;
}
.tab-pane.active{
	display: block;
}

.bottom_tab-panel{
	font-size: 19px;
	line-height: 20px;
}
/* tabs << */

.grecaptcha-badge{
	display: none;
}

.card_plus_mini_wrap .card_plus.mini:last-child{
	margin-right: auto;
}
.card_plus.mini .percent_discount{
	background-color: #E31E24;
	padding: 3px 5px;
	color: #fff;
	position: absolute;
	border-radius: 4px;
	top: 10px;
	right: -8px;
	font-weight: bold;
	font-size: 26px;
}
.card_plus.mini .percent_discount .date-discount{
	font-size: 10px;
	text-align: center;
	line-height: 10px;
	margin-bottom: 7px;
	margin-top: -6px;
}

#accept_rules_wrap{
	margin-top: 15px;
}

#accept_rules_wrap span{
	font-size: 17px;
	vertical-align: top;
	margin-left: 5px;
}

.bottom_chose_subscribe{
	display: flex;
	justify-content: space-between;
	align-items: center;	
}

/* END MINI CARD */

.card_plus{
	position: relative;
	color: var(--black_color);
	background-color: #fff;
	border-radius: 10px;
	padding: 35px; 
	user-select: none;
	transition: .2s all ease;
}
.card_plus:hover{
	box-shadow: 1px 1px 11px rgba(255,255,255,0.5);
}

.card_plus h4{
	font-weight: 700;
	font-size: 40px;
	line-height: 35px;
	letter-spacing: -1px;
}

ul.card_body{
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
	font-size: 18px;
}
ul.card_body li{
	margin-bottom: 4px;
	position: relative;
}
ul.card_body li:before{
	font-family: FontAwesome;
	content: '\f111';
	color: var(--blue_link);
	margin-right: 10px;
	font-size: 11px;
}
.card_body a{
	color: var(--blue_link);
	text-decoration: none;
}
.card_body a:hover{
	text-decoration: underline;
}

.blue_btn_plus{
	display: block;
	text-align: center;
	margin-bottom: 10px;
	background-color: var(--blue_color);
	color: #fff;
	width: 100%;
	padding: 2px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	font-size: 21px;
}

input.blue_btn_plus{
	z-index: 2;
}
input.blue_btn_plus::after{
	content: 'Îôîðìèòü';
	font-size: 35px;
	padding: 20px;
	color: red;
	z-index: 8;
}

.blue_btn_plus[disabled="disabled"]{
	background-color: var(--color_gray);
}
.blue_btn_plus[disabled="disabled"]:hover{
	opacity: 1;
}

/* purple card >> */
.card_plus.grad_purple{
	position: relative;
	background: linear-gradient(209deg, rgb(165, 51, 58) 22%, rgb(76, 67, 133) 62%);
	/* overflow: hidden; */
	color: #fff;
}
.card_plus.grad_purple .final_sum{
	color: #fff;
}
.card_plus.grad_purple .sum_per_day{
	color: #fff;
	font-weight: bold;
	opacity: .5;
	font-size: 15px;
	line-height: 15px;
}
.card_plus.grad_purple .blue_btn_plus{
	background-color: #fff;
	color: var(--blue_color);
}
.card_plus.grad_purple .blue_btn_plus[disabled="disabled"]{
	background-color: #ccc;
	color: gray;
}
/* .card_plus.grad_purple::before{
	content: '';
	position: absolute;
	background: linear-gradient(97deg, rgb(255, 255, 255) 22%, rgba(255, 255, 255, 0) 62%);
	width: 150%;
	height: 70%;
	rotate: 144deg;
	left: -88px;
	top: -64px;
	opacity: .3;
} */

/* purple card << */

 /* -> FORMS */

 .plus_info .form_login{
 	margin-top: 30px;
 	/* width: 80%; */
 }
 .auth_input_wrap{
 	position: relative;
 }

 .auth_input_wrap input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background-color: #eee;
  padding: 8px 12px;
  margin-bottom: 10px;
  transition: .2s all ease;
}
.auth_button_wrap{
	display: flex;
	justify-content: space-around;	
}
.auth_bottom{
	margin-top: 10px;
}
.auth_button_wrap > * {
  border: none;
  width: 100%;
  background-color: #ff6600;
  padding: 8px;
  text-align: center;
  color: #fff;
  border: 2px solid #ff6600;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  transition: .2s all ease;
}
.auth_button_wrap > :first-child {
  margin-right: 10px;
}
.auth_button_wrap > :last-child {
  color: #fff;
  background-color: inherit;
  border-color: #fff;
}
 /* -> END FORMS */

.badge_count{
	color: green;
}

/* EXPERTS */
.expert_wrap .owl-nav{
	position: absolute;
	top: 30%;
	width: 100%;
	display: flex;
	justify-content: space-between;	
	z-index: -1;
}
.expert_wrap .owl-nav > button{
	background-color: inherit;
	font-size: 85px;
}
.expert_wrap .owl-nav .owl-prev{
	margin-left: -30px;
}

.expert_wrap .owl-nav .owl-next{
	margin-right: -30px;
}

.expert{
	display: flex;
	background-color: rgba(255, 255, 255, .8);
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
	align-items: center;
	height: 130px;
}
.expert .photo_wrap{
	overflow: hidden;
}
.expert .photo_wrap img{
	height: 100px;
	width: 100px !important;
	border-radius: 50%;
	object-fit: cover;
}
.expert .info_wrap{
	color: var(--black_color);
	margin-left: 15px;
	flex: 1;
	font-size: 90%;
}

.expert .person_dolz {
	opacity: .8;
}
.expert .info_wrap a{
	color: var(--black_color);
	text-decoration: none;
}
.expert .info_wrap a.item_title{
	font-weight: bold;
}
.expert .info_wrap a:hover{
	text-decoration: underline;
}

.plus_main_block{
	margin-top: 35px;
}
.plus_main_block h2{
	font-weight: bold;
}
/* END EXPERTS */

.aek_members{
	float: right;
	display: block;
	margin-top: 15px;
}


/* MODAL */
.modal{

}
.modal .modal-header,
.modal .modal-body{
	color: var(--black_color);
}
.modal .modal-body a{
	color: inherit;
}
.modal .modal-body{
	padding: 25px;
}
.modal-content{
	margin-top: 20%;
}


/* END MAIN */

/* FOOTER */
footer{
	padding: 50px 0;
}
footer #footer-links{
	display: flex;
	align-items: center;
}
footer #footer-links > *{
	margin-right: 10px;
	padding: 5px;
}

.support_links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.support_links ul{
	padding: 0;
	list-style-type: none;
	margin: auto 10px;
}

.present_button {
	background: linear-gradient(209deg, rgb(165, 51, 58) 22%, rgb(76, 67, 133) 62%);
	display: inline-block;
	width: 40%;
	padding: 10px;
	margin-top: 30px;
}
/* END FOOTER */


/* MEDIA */
@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 770px) {
	.present_button {
		width: 70%;
	}
}

@media only screen and (max-width : 992px){
	.chose_subscribe_wrap.white_wrap{
		width: 100%;
	}
	.aek_block{
		height: 44px;
	}
	.aek_block .top-info{
		font-size: 12px;
	}
	.aek_block img{
		width: 100px;
	}
	.card_plus.mini .final_sum{
		font-size: 27px;
	}
	.card_plus.grad_purple .sum_per_day{
		font-size: 12px;
		line-height: 11px;
	}
	.card_plus.mini .percent_discount{
		font-size: 19px;
	}
	header,
	.top-right-links{
		text-align: center !important;
	}
	.card_plus{
		margin-top: 25px;
	}

	footer #footer-links {
		flex-direction: column;
		align-items: center;
	}	
	.plus_info h1{
		font-size: 34px;
		line-height: 33px;
	}
	.plus_info .form_login{
		width: 100%;
	}
	.card_plus_mini_wrap .card_plus.mini{
		width: 50%;
	}
	.card_plus_mini_wrap{
		margin-top: 20px;
	}

	.support_links {
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width : 600px){
	.expert_wrap .owl-nav{
		display: none;
	}
}
/* END MEDIA  */