@charset "utf-8";

div,p,a{
	font-family: 'MuseoSansCyrl-300';
}
h1,h2,h3,h4,h5,h6{
	font-family: 'MuseoSansCyrl-700';
}

form h4 {
    text-align: center;
    font-size: 38px;
    margin: 5px 0 -7px;
    font-family: 'MuseoSansCyrl-700';
    font-weight: 500;
    letter-spacing: 0.5px;
}
form h4 span{
    font-weight: 300;
}
form p {
    text-align: center;
    margin: 8px 0 20px 0;
    font-size: 14px;
    font-family: 'MuseoSansCyrl-500';
    color: #999;
}

form input {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #dedede;
	outline: none;
}
#showPaymentBox{
	display: none;
}
.get_free{
    width: 100%;width: 370px;padding: 0; margin: 13px auto 0;
}
form#sender {
	width: 290px;
	padding: 10px 10px 10px;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 725px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 725px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 730px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #eee;
    background: #fff;
}
a.button.bordered.flat {
	position: relative;
	padding: 10px;
	letter-spacing: 0.5px;
	display: inline-block;
	background: #0072dc;
	border: 1px solid #007aea;
	background: linear-gradient(180deg,#108bf7 0,#0072dc);
	color: #fff!important;
	font-size: 14px;
	font-family: Roboto,"Open Sans",sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	margin: 8px auto 0px;
	min-width: 64px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	outline: 0;
	width: 100%;
}
.cond #politic {
    float: left;
    width: 18px;
    height: 50px;
    display: inline-block;
    margin-top: -14px;
    margin-right: 10px;
    margin-left: 3px;
}

#header {
    background: url("../img/h.jpg");
    background-position: 50% 0%;
    background-size: cover;
    height: 90vh;
    background-repeat: repeat-x;
    /* margin-top: -50px; */
	background-color: #000;
}

.h_title {
    color: #fff;
    margin-top: 18vh;
}
.per95 {
    text-align: center;
    color: #fff;
    font-size: 3vh;
    position: absolute;
    bottom: 23vh;
}

.per95 h5 {
    font-size: 64px;
    line-height: 58px;
    font-family: 'MuseoSansCyrl-700';
}
.per95 p {
    font-size: 22px;
    line-height: 16px;
    font-family: 'MuseoSansCyrl-700';
    margin-bottom: 2px;
}
.per95 a {
    font-size: 18px;
    line-height: 27px;
    color: #00A3FF;
    font-family: 'MuseoSansCyrl-500';
}
/* tabs ------------------------ */
.tabs__content p {
  padding: 0px 0;
  margin: 12px 0 0px 0;
  font-size: 17px;
  line-height: 26px;
  /* font-family: 'MuseoSansCyrl-500'; */
  color: #212529;
  text-align: left;
  letter-spacing: -0.2px;
}
.tabs__content h4 {
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 12px;
  text-align: left;
}
.b3d_m li div {
    width: 100%;
    height: 39px;
    margin-bottom: 4px;
}
.b3d_m li:nth-child(1) div {	background: url(../img/3d1.png); background-position: center; background-size: contain; background-repeat: no-repeat;}
.b3d_m li:nth-child(2) div {	background: url(../img/3d2.png); background-position: center; background-size: contain; background-repeat: no-repeat;}
.b3d_m li:nth-child(3) div {	background: url(../img/3d3.png); background-position: center; background-size: contain; background-repeat: no-repeat;}

.text {
  max-width: 700px;
  margin: 0 0 30px;
  background: #FFF;
  border: 2px solid #7DCA86;
  border-radius: 5px;
  padding: 7px 15px;
  box-sizing: border-box;
}

.tabs {
  max-width: 700px;
  margin: 0 0 30px;
}
.tabs__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
  padding: 0;
}
.tabs__caption li:last-child:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: -2px;
  z-index: -1;
  height: 5px;
  /* background: #ffffff; */
}
.tabs__caption:after {
  content: '';
  display: table;
  clear: both;
}
.tabs__caption li {
  padding: 9px 15px;
  margin: 1px 0 0 1px;
  /* background: #61AF6A; */
  color: #FFF;
  position: relative;
  /* border: solid #61AF6A; */
  border-width: 2px 2px 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  min-width: 70px;
}
.tabs__caption li:not(.active) {
  cursor: pointer;
  transition: all 0.2s ease 0s;
  color: #333;
  opacity: 0.9;
}
.tabs__caption li:not(.active):hover {
  background: #ffffff;
  border-color: #7DCA86;
  transition: all 0.2s ease 0s;
}
.tabs__caption .active {
  background: #FFF;
  color: #000;
  /* border-color: #7DCA86; */
}
.tabs__caption .active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFF;
}
.tabs__content {
  display: none;
  background: #FFF;
  /* border: 2px solid #7DCA86; */
  border-radius: 5px 5px 5px 5px;
  padding: 27px 30px 25px;
}
.tabs__content.active {
  display: block;
}

.vertical .tabs__caption {
  float: left;
  display: block;
}
.vertical .tabs__caption li {
  float: none;
  border-width: 2px 0 2px 2px;
  border-radius: 5px 0 0 5px;
}
.vertical .tabs__caption li:last-child:before {
  display: none;
}
.vertical .tabs__caption .active:after {
  left: auto;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 2px;
  height: auto;
}
.vertical .tabs__content {
  overflow: hidden;
}
.b3d_m{display: none;}
.b3d_d{display: flex;}

@media screen and (max-width: 768px) {
    .b3d_m {display: block;}
    .b3d_d {display: none;}
    
  .tabs__caption li {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 11px;
    font-family: 'MuseoSansCyrl-500';
  }
  .vertical .tabs__caption {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .vertical .tabs__caption li {
    border-width: 2px 2px 0;
    border-radius: 5px 5px 0 0;
  }
  .vertical .tabs__caption li:last-child:before {
    display: block;
  }
  .vertical .tabs__caption .active:after {
    top: auto;
    bottom: -5px;
    left: 0;
    right: 0;
    width: auto;
    height: 5px;
    background: #FFF;
  }
}


#program {
    background-color: black;
    color: white;
    margin-top: -40px;
    /*padding: 0px 0 80px;*/
}
.h_title a i {
    font-size: 14px;
    margin: 0 0 0 5px;
}

.h_title a {
    font-family: 'MuseoSansCyrl-500';
    font-size: 18px;
    color: #00A3FF;
    margin-top: 12px;
    display: block;
}

.h_title p:nth-child(2) {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 6px;
    margin-top: 22px;
    font-family: 'MuseoSansCyrl-500';
    letter-spacing: -0.3px;
}

.h_title p:nth-child(3) {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 7px;
    margin-top: 9px;
    color: #86868B;
    font-weight: 600;
}

.h_title h3 {
    font-size: 38px;
    font-size: 56px;
    line-height: 36px;
    margin-left: -2px;
}

#program2{
    background-color: black;
    color: white;
    margin-top: -40px;
}
#program2 .row{padding-bottom: 40px;}
#program2 .row .col-12 > div{
	min-height: 100px;
	padding-left: 100px;
	padding-right: 20px;
	max-width: 350px;
    margin: 0 auto 40px;
}

#program2 .row > div:nth-child(1) > div{
	background: url(../img/i1.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
#program2 .row > div:nth-child(3) > div{
	background: url(../img/i2.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
#program2 .row > div:nth-child(4) > div{
	background: url(../img/i3.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
#program2 .row > div:nth-child(6) > div{
	background: url(../img/i4.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
#program2 .row > div:nth-child(7) > div{
	background: url(../img/i5.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

#program2 .row .col-12 div div:nth-child(1){
	font-size: 19px;
    line-height: 27px;
    font-family: 'MuseoSansCyrl-700';
}
#program2 .row .col-12 div div:nth-child(2){
	font-size: 17px;
	line-height: 24px;
	margin-top: 2px;
	font-family: 'MuseoSansCyrl-300';
	color: #fff;
}
#program2 .row .col-12 div div:nth-child(2) a{
	color: #00A3FF;
	font-family: 'MuseoSansCyrl-500';
}
#program2 .row .col-12 div div:nth-child(2) a i{
	color: #00A3FF !important;
    font-size: 14px;
    margin: 0 0 0 2px;
}


#steps2{text-align:center;padding-top: 60px;padding-bottom: 80px;background: #f5f5f5;}
#steps2 .row:nth-child(1){}
#steps2 .row:nth-child(1) h3{
    /* font-size: 2.2rem; */
    font-size: 36px;
}
#steps2 .row:nth-child(1) p{
    max-width: 700px;
    margin: 20px auto 0;
    font-family: 'MuseoSansCyrl-500';
    font-size: 18px;
    line-height: 25px;
    color: #666;
    padding: 0 20px;
}
.insist {
    background: url(../img/insist.png);
    background-position: 50% 0%;
    height: 20px;
    background-repeat: no-repeat;
    width: 100%;
    margin: 50px 0 50px;
}

.b3d_d div{
    padding: 0 40px 30px;
}
#steps2 .row:nth-child(2) div:nth-child(1){}
#steps2 .row:nth-child(2) div:nth-child(2){}
#steps2 .row:nth-child(2) div:nth-child(3){}

#steps2 .row:nth-child(2) div img{}
#steps2 .row:nth-child(2) div h6{
    font-size: 20px;
    margin: 20px 0 8px;
}
.b3d_d div p{
    font-size: 16px;
    line-height: 23px;
    /* text-align: left; */
}

.progr div div:nth-child(1) {
    font-size: 19px;
    line-height: 27px;
    font-family: 'MuseoSansCyrl-700';
}
.progr div div:nth-child(2) {
    font-size: 18px;
    line-height: 27px;
    font-family: 'MuseoSansCyrl-300';
}

.progr > div  {
    width: calc(100% - 40px);
    padding-left: 100px;
    padding-right: 24px;
    margin: 0px auto 40px auto;
    background: url(../img/i1.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: inherit;
    min-height: 100px;
    max-width: 430px;
}
.progr > div:nth-child(1) {
    background: url(../img/i1.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.progr > div:nth-child(2) {
    background: url(../img/i2.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.progr > div:nth-child(3) {
    background: url(../img/i3.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.progr > div:nth-child(4) {
    background: url(../img/i4.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.progr > div:nth-child(5) {
    background: url(../img/i5.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
	margin-bottom: 60px;
}

.progr div div:nth-child(2) a {
    color: #00A3FF !important;
    font-family: 'MuseoSansCyrl-500';
}

.progr div div:nth-child(2) a i{
    color: #00A3FF !important;
    font-size: 14px;
    margin: 0 0 0 2px;
}
div#alex {
    /* background: url(img/hall.jpg); */
    height: auto;
    background-position: 50% 0%;
    background-size: 100%;
    padding-top: 60px;
}

#alex .row div {
    padding: 50px 40px 110px;
    max-width: 600px;
    margin: 0 auto;
}
#alex .row:nth-child(1) div h3 {
    font-family: 'MuseoSansCyrl-500';
    margin-bottom: 12px;
    line-height: 38px;
}
#alex .row:nth-child(1) div p {
    line-height: 29px;
}

#alex .row:nth-child(1) div {
    padding: 20px 50px 0px;
    color: #333333;
    font-size: 18px;
}

#alex .row:nth-child(2) div {
    color: #EBEBEB;
    padding: 5px 50px 90px;
    margin: -60px 0 -20px;
    font-size: 18px;
}
#alex .row:nth-child(2) div span {
    font-family: 'MuseoSansCyrl-500';
}
#alex .row:nth-child(1){
    background: url(../img/hall.jpg);
    height: 740px;
    background-position: 54% 0%;
    background-size: cover;
}

#alex .row:nth-child(2){
    background: #171717;
    margin-top: -100px;
}

#steps {
	padding-top: 70px;
    background: #F9F9FB;
    padding-bottom: 80px;
}
#steps h3{
    text-align: center;
    margin-bottom: 40px;
    line-height: 42px;
    font-size: 34px;
    color: #333;
}
#steps .row:nth-child(2) div {
    max-width: 550px;
    margin: 0 auto;
}
#steps .row:nth-child(2) div div{
    padding: 30px 45px 20px;
    margin: 0 0 20px 0;
    background-color: #fff;
    box-shadow: 0px 1px 32px rgba(0, 0, 0, 0.01);
}
#steps .row:nth-child(2) div div:nth-child(1){
    background: url(../img/1.png);
    background-position: 94% 23px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100px;
}
#steps .row:nth-child(2) div div:nth-child(2){
    background: url(../img/2.png);
    background-position: 94% 23px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100px;
}
#steps .row:nth-child(2) div div:nth-child(3){
    background: url(../img/3.png);
    background-position: 94% 23px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100px;
}
#steps .row:nth-child(2) div div:nth-child(2){}
#steps .row:nth-child(2) div div:nth-child(3){}
#steps .row:nth-child(2) div div h6{
    font-size: 19px;
    line-height: 25px;
/* identical to box height */
    color: #333333;
}
#steps .row:nth-child(2) div div p{
    font-size: 18px;
    line-height: 25px;
    color: #666666;
    z-index: 110;
}

#schedule{
    background: #f5f5f5;
	padding-top: 60px;
    padding-bottom: 80px;
}
#schedule .row:nth-child(1) h3{
    text-align: center;
    margin-bottom:50px;
    font-size: 36px;
}
#schedule .row:nth-child(1) h3 span{
     font-family: 'MuseoSansCyrl-300';
}
#schedule .row:nth-child(2) img.watch{
    float: right;
}
#schedule thead tr:nth-child(1) td{
    font-size: 18px;
    text-align: center;
    padding: 14px 0 8px;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    font-family: 'MuseoSansCyrl-900';
    text-transform: uppercase;
}
#schedule thead tr:nth-child(2) td{
    font-family: 'MuseoSansCyrl-500';
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}
#schedule tbody{}
#schedule tr{
    margin: 0px 0px;
}
#schedule tr td{
    text-align: center;
    padding: 7px 9px;
    color: #666666;
}
#schedule tr td div {
    background: #0070C9;
    /* border: 2px solid #fff; */
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 4px;
    font-family: 'MuseoSansCyrl-500';
    color: #fff;
    margin: 0 auto;
    text-align: center;
	cursor: default;
}
#schedule tr td div.startday, .startday{
    background: #0070c900;
    border: 2px solid #0070c9;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    padding: 3px;
    font-family: 'MuseoSansCyrl-700';
    color: #0070c9;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.5px;
}
.legend_day{
	font-family: 'MuseoSansCyrl-300';
	color: #666666;
	width: fit-content;
	margin: 0 0 0 30px;
}
.legend_day div{
	background: #0070c900;
	border: 2px solid #0070c9;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	padding: 3px;
	font-family: 'MuseoSansCyrl-700';
	color: #0070c9;
	margin: -5px 10px 0 3px;
	text-align: center;
	letter-spacing: -0.5px;
	float: left;
}
table#calendar2 {
    margin-top: -10px;
}
#schedule tr td:nth-child(4) {
    padding: 0;
}

p.locked_price {
    text-align: center;
    margin: 16px 0 15px;
    font-size: 0.9rem;
    line-height: 18px;
    padding: 0 0px;
    color: #333;
}

a.card_button0 {
    display: block;
    background: #ececec;
    background: linear-gradient(180deg, #E7E9EC 0%, #F7F8FA 100%);
    background: linear-gradient(0deg, #f5f5f5 0%, #fbfbfb 100%);
    opacity: 0.7;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    padding: 14px 16px 10px;
    margin: 0px -8px 0;
    font-family: 'MuseoSansCyrl-700';
    color: #d8d8d8 !important;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 1px;
    cursor: default;
}

.registration {
    padding: 42px 0 42px 42px;
}

.registration p {
    font-family: 'MuseoSansCyrl-500';
    color: #929698;
    margin: 11px 0 10px;
    /*font-size: 18px;
    line-height: 29px;*/
}

.registration h3 {
    margin-bottom: 30px;
    font-size: 2.2rem;
}

.registration a {
    display: block;
    background-color: #0070C9;
    width: fit-content;
    padding: 4px 20px;
    border-radius: 50px;
    font-family: 'MuseoSansCyrl-500';
    color: #fff !important;
    letter-spacing: 0.3px;
    margin-top: 30px; 
    cursor: pointer;
}
div#tes2_popup {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}
div#tes1_popup {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}
.faqanswer2 a {
    font-family: 'MuseoSansCyrl-500';
}

.faqanswer2 a i {
    font-size: 14px;
    margin-left: 2px;
}
div#about {
    background-color: #f5f5f5;
}	
	
/* SOCIAL */	

.lgt-social-buttons a:last-child {
    border-radius: 0 5px 5px 0;
}
.lgt-social-buttons a:first-child {
    border-radius: 5px 0 0 5px;
}
.lgt-social-buttons a.social-button {
	font-size: 11px;
    transition: .3s ease-in-out;
    justify-content: space-between;
    cursor: pointer;
    outline: none;
    padding: 4px 0 8px;
    color: #fff;
    width: 100%;
    border: none;
    display: block;
    text-align: center;
    max-width: 50%;
    float: left;
    font-family: sans-serif;
    text-decoration: none;
    margin: 12px 0;
}
.btn-vkontakte {
    background: #597ba0;
    background: -moz-linear-gradient(top,#597ba0 0,#486a8d 100%);
    background: -webkit-linear-gradient(top,#597ba0,#486a8d);
    background: -o-linear-gradient(top,#597ba0 0,#486a8d 100%);
    background: -ms-linear-gradient(top,#597ba0 0,#486a8d 100%);
    background: linear-gradient(180deg,#597ba0 0,#486a8d);
}
.btn-facebook {
    background: #41a5fc;
    background: -moz-linear-gradient(top,#41a5fc 0,#0586ff 100%);
    background: -webkit-linear-gradient(top,#41a5fc,#0586ff);
    background: -o-linear-gradient(top,#41a5fc 0,#0586ff 100%);
    background: -ms-linear-gradient(top,#41a5fc 0,#0586ff 100%);
    background: linear-gradient(180deg,#41a5fc 0,#0586ff);
}
.lgt-social-buttons .icon {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 6px;
}

/* ======= */	
	
	
#price{
    padding-top: 75px;
    padding-bottom: 0px;
}
#price .row:nth-child(1){}
#price .row:nth-child(1) .price_title{
    text-align: center;
    margin-bottom: 12px;
    /* font-size: 36px; */
}
#price .row:nth-child(1) .subtitle{
    margin: -6px 0 40px;
    font-family: 'MuseoSansCyrl-500';
    color: #bfbfbf;
} 
#price .row:nth-child(2) .col-12:nth-child(2) {
    min-height: 450px;
}
.prod{
	width: 450px;
	position: absolute;
	height: 440px;
	background: url(../img/product.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	right: 100px;
	top: 0%;
}


.p_title, .p_buy, .p_reg{
    padding-left: 0px;
}

.p_title{
    margin-top: 65px;
}	
.p_title div{
    color: #EF5602;
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: 'MuseoSansCyrl-500';
    font-size: 15px;
}	
.p_title h3{
    font-size: 40px;
    margin-left: -1px;
}	
.p_title p{
    font-family: 'MuseoSansCyrl-500';
    color: #333;
    font-size: 19px;
    margin-top: -7px;
    letter-spacing: 0.2px;
}	
.p_title p span{
   color: #aaa;
   /* padding-left: 10px; */
}
.p_title p:nth-child(3){
    color: #333;
}	
.p_title p:nth-child(4){
    color: #aaa;
}	
.p_buy{
    /* clear: both; */
    /* display: block; */
    margin-top: 35px;
}	
.p_buy p:nth-child(1){
    font-family: 'MuseoSansCyrl-500';
    font-size: 18px;
    color: #333;
    margin: 18px 0 0px;
}	
.p_buy p:nth-child(2){
    font-family: 'MuseoSansCyrl-500';
    font-size: 18px;
    color: #acacac;
    margin-top: -2px;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
}	
.p_buy a{
    display: block;
    padding: 5px 19px;
    background-color: #0070C9;
    color: #fff!important;
    font-family: 'MuseoSansCyrl-500';
    font-size: 18px;
    letter-spacing: 0.5px;
    border-radius: 55px;
    width: fit-content;
    float: left;
    /* margin-top: 40px; */
}	
.p_buy span{
    display: block;
    position: relative;
    float: left;
    margin-left: 8px;
    margin-top: 14px;
    line-height: 9px;
    font-size: 15px;
    font-family: 'MuseoSansCyrl-500';
    font-size: 18px;
    color: #acacac;
    letter-spacing: 0.2px;
}	
.p_reg {
    margin-top: 110px;
    /* float: none; */
    display: block;
}

.p_reg a{
    display: block;
    float: left;
    clear: left;
    margin-right: 14px;
    font-family: 'MuseoSansCyrl-500';
    font-size: 19px;
}	
.p_reg a i{
	font-size: 14px;
    margin-left: 2px;
}
.p_reg p{
    /* float: left; */
    /* display: block; */
    /* font-family: 'MuseoSansCyrl-500'; */
    /* font-size: 19px; */
    /* color: #acacac; */
    /* margin-top: 0px; */
    /* letter-spacing: 0.2px; */
}	

.mob_block{display:none;}
.b_tit{
    margin-top: 50px;
}

.above_t{
    color: #EF5602;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-family: 'MuseoSansCyrl-500';
}
.price_title{}
.sub_t{
    color: #999999;
    font-family: 'MuseoSansCyrl-500';
    font-size: 18px;
    margin-top: -5px;
    letter-spacing: 0.5px;
}

.b_var{
    margin-top: 35px;
}
.b_var > p{
    font-family: 'MuseoSansCyrl-700';
    font-size: 17px;
    letter-spacing: 0px;
    color: #444;
}
.b_var > div {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
    min-height: 83px;
    padding: 16px 18px;
    max-width: 340px;
    cursor: pointer;
    margin-left: auto;
    /* width: 93%; */
    margin-right: auto;
    margin: 0 0 10px 0;
}
.b_var > div:hover {
    border: 1px solid #c5c5c5;
}
.b_var > div > p:nth-child(1){
    display: block;
    float: left;
    /* width: 65%; */
    line-height: 21px;
    margin-top: 4px;
    font-family: 'MuseoSansCyrl-700';
    color: #333;
    font-size: 17px;
}
.b_var > div > p:nth-child(1) span{
    font-family: 'MuseoSansCyrl-500';
    color: #B2B2B2;
    font-size: 15px;
    letter-spacing: 0.2px;
}
.b_var > div > p:nth-child(2){
    display: block;
    float: right;
    /* width: 35%; */
    text-align: right;
    font-family: 'MuseoSansCyrl-500';
    line-height: 20px;
    margin-top: 4px;
    font-size: 17px;
}
.b_var > div > p:nth-child(2) span{
    color: #B2B2B2;
    font-size: 15px;
}


	
@media (min-width: 992px) {
	.card {float: right;}
	
}
@media (min-width: 768px) and (max-width: 1070px) {
	.prod {right: 60px;}
	
}
@media (min-width: 461px) and (max-width: 991px) {
	.registration {
		padding: 42px 30px 42px;
		max-width: 370px;
		text-align: center;
	}
	.registration a {margin: 30px auto;}
	
}
@media (min-width: 461px) and (max-width: 767px) {
    .b_var {
        margin-top: 35px;
        margin: 40px auto 0;
        width: 330px;
    }
}

@media (min-width: 381px) and (max-width: 767.98px) {
    .mob_block{display:block;text-align: center;margin-bottom: 5px;}
    .b_tit{display:none;}
	#price .row:nth-child(2) .col-12:nth-child(2) {
		min-height: 300px;
	}
	.p_title, .p_buy, .p_reg {
		padding-left: 68px;
	}
	.prod {
		position: relative;
		width: 100%;
		height: 450px;
		background: url(../img/product.jpg);
		background-size: 480px;
		background-repeat: no-repeat;
		background-position: -70px 0%;
		right: 0;
	}
	.p_title {margin-top: 45px;}
	.p_reg {margin-top: 95px;}
	.p_buy {margin-top: 30px;}
	#header {
		background: url("../img/h_s.jpg");
		background-position: 47% 187px;
		background-size: 778px;
		background-color: #000;
		height: 1040px;
		background-repeat: repeat-x;
		/* margin-top: -50px; */
	}
	.h_title {
		color: #fff;
		margin-top: 50px;
		text-align: center;
	}
	.per95 {
		text-align: center;
		color: #fff;
		font-size: 3vh;
		position: relative;
		bottom: -640px;
	}
	#program {
		background-color: black;
		color: white;
		margin-top: -40px;
		/*padding: 0px 0 30px;*/
	}
	table#calendar2 {margin: 30px auto 0px;}
	#schedule .row:nth-child(2) img.watch {float: none; margin: 0 auto; width: 300px; display: block;}
	.legend_day {margin: 0 auto;}


}

@media(max-width:460px) {
    .above_t{
    text-align: center;
}
    .price_title{
    font-size: 28px;
}
    .sub_t{
    text-align: center;
}
    
    .b_var {
        margin: 10px auto 0;
        width: 320px;
    }
    .b_var > p{text-align: center;}
    .get_free{width: 288px;}
    #sms_send {letter-spacing: 0px;font-size: 12px;}
	#price .row:nth-child(2) .col-12:nth-child(2) {
		min-height: 235px;
	}.part_title {margin: 45px 0 40px;}
	form#sender {width: 246px;}
	form p {
		font-size: 1rem;
		margin: 8px 16px 20px;
	}
	 .quote {max-width: 296px;margin: 10px auto 60px;}
	 #alex .row:nth-child(1) div {
		padding: 40px 50px 70px;
		font-size: 18px;
	}
	#alex .row:nth-child(2) div {
		color: #EBEBEB;
		padding: 10px 50px 110px;
		margin: -1px 0 -40px;
		font-size: 18px;
	}
	#alex .row:nth-child(1){
		background-size: cover;
		height: 490px;
		background-position: 54% bottom;
		background-size: 1060px;
		background-repeat: no-repeat;
	}	
	#alex .row:nth-child(2){
		margin-top: -4px;
	}	
	#steps h3{
		padding: 0px 12px;
	}
	#steps .row:nth-child(2) div div{
		padding: 20px 45px 20px;
		margin: 0 0 0px 0; 
		background-color: #fff;
		box-shadow: 0px 1px 32px rgba(0, 0, 0, 0.01);
	}
	#steps .row:nth-child(2) div div:nth-child(1){
		background: url(../img/1.png);
		background-position: 94% 40px;
		background-repeat: no-repeat;
		background-color: #fff;
		background-size: 100px;
		padding-top: 40px;
	}
	#steps .row:nth-child(2) div div:nth-child(2){
		padding-bottom: 30px;
	}
	#steps .row:nth-child(2) div div{
		padding: 20px 38px 20px;
	}	
	#steps .row:nth-child(2) {padding: 0 10px;}

	.legend_day{
		margin: 0 auto;
	}
	table#calendar2 {
		margin: 25px auto 0;
	}
	.registration {
		padding: 50px 35px;
		background: #F9F9FB;
		margin-top: 40px;
		text-align: center;
	}
	.registration a { margin: 30px auto 20px;}
	#schedule .row:nth-child(2) img.watch{
		float: none;
		margin: 0 auto;
		width: 100%;
		display: block;
		max-width: 320px;
	}
    .h_title p:nth-child(2) {
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 0px;
    margin-top: 28px;}
	.h_title h3 {
		font-size: 48px;
		line-height: 16px;
		margin-left: 0px;
	}
	#steps2 .row:nth-child(1) h3 {
		font-size: 1.8rem;
	}
	#steps2 .row:nth-child(1) p {
		max-width: 700px;
		margin: 22px auto 0px;
		font-family: 'MuseoSansCyrl-500';
		font-size: 17px;
		line-height: 26px;
		color: #666;
		padding: 0 10px;
	}
	.b3d_d div {
		padding: 0 30px 30px;
	}
	.insist {
		background: url(../img/insist_m.png);
		background-position: 50% 0%;
		height: 18px;
		background-repeat: no-repeat;
		width: 100%;
		margin: 40px 0 40px;
	}
	#steps2 .row:nth-child(2) div p {
		/* font-size: 16px; */
		/* line-height: 25px; */
		/* font-family: 'MuseoSansCyrl-500'; */
		/* color: #666; */
		/* text-align: left; */
	}
	#steps2 .row:nth-child(2) div h6 {
		font-size: 19px;
		margin: 12px 0 10px;
	}
	#steps2 {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.prod {
		position: relative;
		width: calc(100% + 30px);
		margin-left: -15px;
		background: url(../img/product_m.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 0%;
		height: 114vw;
		right: 0;
	}
	.p_title{
		margin-top: 40px;
	}	
	.p_title, .p_buy, .p_reg{
		padding-left: 27px;
	}
}

@media(max-width:380px) {
    .b_var > div { min-height: 80px;}
    .b_var{
    width: auto;
}
    .b_var > div > p:nth-child(1){
    font-size: 16px;
    line-height: 19px;
}
    .b_var > div > p:nth-child(1) span{
    font-size: 13px;
}
    .b_var > div > p:nth-child(2){
    font-size: 15px;
    line-height: 19px;
}
    .b_var > div > p:nth-child(2) span{
    font-size: 13px;
}
    .b_var > p{
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 10px;
}
    
    .mob_block{display:block;}
    .b_tit{display:none;}
	.p_title{
		margin-top: 30px;
	}	
	.p_title, .p_buy, .p_reg{
		padding-left: 22px;
	}
	.p_reg {
		margin-top: 90px;
	}
	.p_buy p:nth-child(2) { margin-bottom: 16px;}
	.p_buy {
		margin-top: 25px;
	}
	.p_title p{
    font-size: 17px;
}.p_reg a {font-size:17px;}.p_reg p {font-size:17px;}
	#steps {padding-top: 30px;}
	div#alex {padding-top: 30px;}
	.progr > div:nth-child(5) {margin-bottom: 70px;}
	#header {
		background: url("../img/h_s.jpg");
		background-position: 47% 157px;
		background-size: 778px;
		background-color: #000;
		height: 1040px;
		background-repeat: repeat-x;
		/* margin-top: -50px; */
	}
	.h_title {
		color: #fff;
		margin-top: 50px;
		text-align: center;
	}
	.per95 {
		text-align: center;
		color: #fff;
		font-size: 3vh;
		position: relative;
		bottom: -640px;
	}
	#program {
		background-color: black;
		color: white;
		margin-top: -40px;
		/*padding: 0px 0 30px;*/
	}
	#steps .row:nth-child(2) {padding: 0 16px;}
	.quote {max-width: 300px;margin: 10px auto 10px;}
	.quote h3 {line-height: 28px !important;font-size: 17px !important;}
	.quote h3 small{margin-top: 25px;display: block;font-size: 90%;font-weight: 500;}
	
	#alex .row:nth-child(2) div {
		padding: 10px 40px 110px;
	}
	#alex .row:nth-child(1) div {
		padding: 28px 40px 70px;
	}
}

@media (max-width:360px) {
	.p_title{
		margin-top: 20px;
	}	
	.p_title, .p_buy, .p_reg{
		padding-left: 17px;
	}
	.p_reg a {font-size:17px;}.p_reg p {font-size:17px;}
	.testimonial-name span {font-size: 13px;}
	p.locked_price {font-size: 0.8rem;}
	.testimonial-name span a {font-size: 0.7rem;}
	form p {
		margin: 8px 10px 13px;
		font-size: 0.8rem;
	}
	.per95 h5 {
		font-size: 46px;
		line-height: 39px;
		font-family: 'MuseoSansCyrl-700';
	}
	.per95 p {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 16px;
		font-family: 'MuseoSansCyrl-700';
		margin-bottom: 2px;
	}
	.per95 a {
		font-size: 16px;
		line-height: 30px;
		color: #00A3FF !important;
		font-family: 'MuseoSansCyrl-500';
	}	
	.h_title a {
		font-family: 'MuseoSansCyrl-500';
		font-size: 16px;
		color: #00A3FF !important;
	}

	.h_title p:nth-child(2) {
		font-size: 17px;
		line-height: 12px;
		margin-bottom: 11px;
		margin-top: 22px;
		font-family: 'MuseoSansCyrl-500';
	}

	.h_title p:nth-child(3) {
		font-size: 16px;
		line-height: 14px;
		margin-bottom: -1px;
	}
	.progr div div:nth-child(1) {
		font-size: 16px;
		line-height: 30px;
		font-family: 'MuseoSansCyrl-700';
	}
	.progr div div:nth-child(2) {
		font-size: 15px;
		line-height: 20px;
		font-family: 'MuseoSansCyrl-300';
	}
	.progr > div  {
		width: calc(100% - 40px);
		padding-left: 92px;
		padding-right: 0px;
		margin: 0px auto 30px auto;
		background: url(../img/i1.png);
		background-repeat: no-repeat;
		background-position: 2px 3px !important;
		background-size: 98px;
		background-size: 70px !important;
		min-height: 70px;
		max-width: 430px;
	}	
	#alex .row:nth-child(1) div h3 {
		margin-bottom: 14px;
		line-height: 34px;
		font-size: 24px;
	}
	#alex .row:nth-child(1) div p {
		line-height: 27px;
		font-size: 17px;
	}

	#alex .row:nth-child(1) div {
		font-size: 18px;
	}

	#alex .row:nth-child(2) div {
		margin: -1px 0 -40px;
	}
	#alex .row:nth-child(2) div span {
		font-family: 'MuseoSansCyrl-500';
	}
	#alex .row:nth-child(1){
		background: url(../img/hall.jpg);
		height: 450px;
		background-position: 54% bottom;
		background-size: 1060px;
		background-repeat: no-repeat;
	}

	#alex .row:nth-child(2){
		background: #171717;
		margin-top: -4px;
	}
	#steps h3{
		padding: 0px 12px;
	}	
	#steps .row:nth-child(2) div div{
		padding: 0px 30px 10px;
		margin: 0 0 0px 0; 
	}
	#steps .row:nth-child(2) div div:nth-child(1){
		background: url(../img/1.png);
		background-position: 94% 33px;
		background-repeat: no-repeat;
		background-color: #fff;
		background-size: 90px;
		padding-top: 30px;
	}
	#steps .row:nth-child(2) div div:nth-child(2){
		background: url(../img/2.png);
		background-position: 94% -10px;
		background-repeat: no-repeat;
		background-color: #fff;
		background-size: 90px;
	}
	#steps .row:nth-child(2) div div:nth-child(3){
		background: url(../img/3.png);
		background-position: 95% 9px;
		background-repeat: no-repeat;
		background-color: #fff;
		background-size: 90px;
		padding-bottom: 15px;
	}
	#steps .row:nth-child(2) div div:nth-child(2){}
	#steps .row:nth-child(2) div div:nth-child(3){}
	#steps .row:nth-child(2) div div h6{
		font-size: 19px;
		font-size: 16px;
		line-height: 25px;
		color: #333333;
	}
	#steps .row:nth-child(2) div div p{
		font-size: 15px;
		line-height: 24px;
		color: #666666;
		z-index: 110;
	}	
	#header {
		background: url("../img/h_xs.jpg");
		background-position: 50% 105px;
		background-size: contain;
		background-color: #000;
		height: 846px;
		background-repeat: repeat-x;
		/* margin-top: -50px; */
	}
	.h_title h3 {font-size: 40px;}
	
	.h_title {
		color: #fff;
		margin-top: 35px;
		text-align: center;
	}
	.per95 {
		text-align: center;
		color: #fff;
		font-size: 3vh;
		position: relative;
		bottom: -153vw;
	}
	#alex .row:nth-child(2) div p {
		font-size: 17px;
	}
	
	#schedule{
		background: #f5f5f5;
		padding-top: 60px;
		padding-bottom: 60px;
	}	


	.progr > div:nth-child(5) {margin-bottom: 60px;}
	
}

@media (max-width:340px) {
    .get_free {
        width: 248px;
    }
    #sms_send {letter-spacing: 0px;font-size: 12px!important;}
}

#steps2 h6 {
    margin-top: 12px;
}

#steps2 p {}

p.crossline {
    margin: 7px 0 -5px;
    padding: 0;
    font-size: 17px;
    color: #333;
    text-decoration: line-through;
}