*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
}
html{
  font-size: 1.6rem;
}
body{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
  	font-size: 18px;
  	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.fb {
	width: 49%;
	margin-bottom: 30px;
}
.fb img {
	width: 100%;
}
.join-but.fb {
	background: #3b5998; color: #fff;
}
main{
	max-width: 100vw;
	overflow-x: hidden;
}
.hide {
	display: none;
}
.timer-container{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  min-width: 100vw;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.timer-box{
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}
.timer-box .timer-description{
  padding-right: 10px;
}
.timer-box div.cd_timer{
  margin: 0 5px!important;
  font-size: 4px!important;
}
.timer-box .cd_text{
  display: none!important;
}
.author-name{
  display: block;
  
  font-weight: 400;
  font-size: 0.7rem;
  text-align: center;
}
.left-main-block{
  width: 25%;
    padding-right: 30px;
}
.right-main-block{
  width: 75%;
}
.center-main-block {
	max-width: 960px;
	padding: 40px 10px;
	margin: 0 auto;
	position: relative;
}
.block-1 {
	
	background-size: cover;
	color: #000;
	position: relative;
}
.blkf .author-image-block {
	max-width: 200px;
}
.blockf .filter  {
	position: absolute;display: flex; min-height: 100vh; align-items: center;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.60));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.60));
background-image: -o-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.60));
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.60));
background-image: linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.60));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7f000000', endColorstr='#33000000');
}
.block-1 h2 {
	text-align: center;
}
	.blockf {
		display: flex; min-height: 100vh; align-items: center;
	}
.title_img {
	text-align: center;
}
.title_img img {
	max-width: 360px;
}
.title {

	font-size: 30px;
	font-family: 'Open Sans',Arial,sans-serif;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 1px;
}
.pur {
	color: #7030a0;
}
.grey {
	color: #767171;
}
.mv-list__primary {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.25rem;
}

.mv-btn--primary {
    min-height: 55px;
    padding: .8rem 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: .0125em;
}
.mv-btn--primary {
    min-width: 220px;
    min-height: 46px;
    margin-left: inherit;
    margin-right: inherit;
}
.mv-btn--primary {
    padding: .5rem 1rem;
}
.mv-btn--primary {
    background: #06f;
    background: linear-gradient(180deg,#06f,#003fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066ff",endColorstr="#003fff",GradientType=1);
    
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    text-align: center;

    margin-top: 20px;
    font-size: 18px;
    line-height: 1.25rem;
    letter-spacing: .01562em;
    color: #fff;
}
.mv-btn--primary:hover {
    background: #2993ff;
    background: linear-gradient(180deg,#2993ff,#003fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2993ff",endColorstr="#003fff",GradientType=1);
    border-bottom: 0;
    color: #fff!important;
    text-decoration: none!important;
}
h2 {
  
  font-size: 22px;
  font-family: 'Open Sans',Arial,sans-serif;
  line-height: 1.3;
  font-weight: 700;
  margin: 30px 0;
}
p {
	font-weight :400;
}
.button {
  color: #ffffff;
  font-size: 20px;
  padding: 15px 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-family: 'Open Sans',Arial,sans-serif;
  line-height: 1.55;
  font-weight: 600;
  border-width: 1px;
  border-radius: 30px;
  background-color: #ff8800;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-shadow: 0px 0px 10px 0px rgba(105,103,103,0.4);
  margin-bottom: 30px;
}
.button:hover {
  color: #030303;
}
.rabbit {
	position: absolute;
	right: -100px;
	bottom: -50px;
	width: 200px;
}
.rabbit img {
	width: 100%;
}

.block-2 {
	
	
}

ol {
	margin-left: 30px;
}
ol li {
	margin-bottom: 5px;
}
.flex-block{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.author-image-block{
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.price {
	text-align: center;
	font-size: 24px;
}
.price a {
	margin-top: 10px;
}
.author-image-block img {

    max-width: 100%;
    border-style: none;

}
.gr-text-block {
	font-size: 24px;text-align: center;
}
.flex-text-block {
  border-width: 0px;
  border-radius: 0px;
  background-color: #fcfcfc;
 
  background-position: center center;
  border-color: #c4c2c2;
  border-style: solid;
  padding :10px  30px;
  box-shadow: 0px 0px 10px 0px rgba(89,88,88,0.3);
  color: #363636;
font-size: 16px;
font-family: 'Open Sans',Arial,sans-serif;
line-height: 1.5;
font-weight: 300;
opacity: 1;
background-position: center center;

margin-left: 30px;

margin: 0 auto; border: 1px solid #3d526f;
}
.blue {
	color: #071c55;
	font-weight: 700;
}
p {
	margin-bottom: 20px;
}
.kav {
	color: #858585;
font-size: 42px;
font-family: 'Open Sans',Arial,sans-serif;
line-height: 0.95;
font-weight: 600;
line-height: 24px;
width: 40px;
border-bottom: 3px solid #a1a1a1;
margin: 20px 0;
}

.block-3 {
	background-color: #f2f4f6;
	padding: 40px;
	text-align: center;
}
.block-3 .center-main-block {
	max-width: 1160px;
}
h2.all {
	color: #000000;
font-size: 30px;
font-family: 'Open Sans',Arial,sans-serif;
line-height: 1.55;
font-weight: 700;
text-align: center;
}
.block-gr h2.all2, .block-2 h2.all2{
	font-size: 22px;
}
h2.all2 {
	color: #000000;
font-size: 20px;
font-family: 'Open Sans',Arial,sans-serif;
line-height: 1.55;
font-weight: 700;
text-align: center;
}
h2.all i {
	color: rgb(219, 9, 9);
}
.block-3 p b {
	color: rgb(219, 9, 9);
}
.block-3 p {
	font-weight :300;
	max-width: 720px;
	  margin-left: auto;
		margin-right: auto;
}

b {
	font-weight: 700;
}
.fb-in {
	width :32%;
	max-width: 310px;
}
.fb-in img {
	width: 115px;
}
.fb-in p {
	font-size: 16px;
}
.fb-in h3 {
	color: #000000;
font-size: 25px;
font-family: 'Open Sans',Arial,sans-serif;
line-height: 1.55;
font-weight: 700;
margin-bottom: 5px;
}

.t581__arrow-icon {
  width: 45px;
  transform: translateX(-100%);
  fill: #fff;
  margin: auto;
}
.t581__arrow-icon_mobile {
  width: 25px;
  display: none;
  fill: #fff;
  margin: auto;
}

.block-4 {
	
	color: #fff;
	
	text-align: center;
}
.filter {
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.50), rgba(0,0,0,0.80));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.50), rgba(0,0,0,0.80));
background-image: -o-linear-gradient(top, rgba(0,0,0,0.50), rgba(0,0,0,0.80));
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.50), rgba(0,0,0,0.80));
background-image: linear-gradient(top, rgba(0,0,0,0.50), rgba(0,0,0,0.80));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7f000000', endColorstr='#33000000');

}
.block-4 h2 {
	font-size :40px;
	font-weight: 500;
}
.block-4 p {
	font-size: 16px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.block-4 .flex-block {
	max-width: 280px;
	margin: 30px auto 0;
	justify-content: space-around;
}
.button2 {
	color: #ffffff;
background-color: #efc76c;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 15px 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
    font-size: 16px;
    font-weight: 700;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.button2:hover {
	color: #000000 !important;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7) !important;
}

.block-contacts{
  font-weight: 400;
  background: url(../img/contacts.jpg) no-repeat center;
	background-size: cover;
color: #fff;
position: relative;
}
.block-contacts .contact-box p {
  font-weight: 400;
}
.block-contacts a {
	font-weight: 400;
	color: #ff8562;
}
.block-contacts h2 {
	color: #fff;
	text-align: center;
	font-weight: 700;
}
.delim {
	opacity: 0.25;
background-color: #ffffff;

height: 1px;
margin: 20px 0;
width: 100%;
}
.block-contacts .filter {
  height: 100%;
  position: absolute;
  background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(36,36,36,0.7)), to(rgba(2,4,43,1)) );
  background-image: -webkit-linear-gradient(top, rgba(36,36,36,0.7), rgba(2,4,43,1));
  background-image: linear-gradient(to bottom, rgba(36,36,36,0.7), rgba(2,4,43,1));
  will-change: transform;
}
em {
	font-family: 'Rubik', sans-serif;
}
.disclaimer {
	font-size: 16px;
}
.block-contacts .center-main-block{}

.block-contacts .flex-block{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.contact-box{
  display: flex;
  align-items: flex-start;
  width: 49%;
  margin-right: 1%;
  margin-top: 30px;
}
.contact-image{
  min-width: 34px;
  width: 34px;
  margin-right: 12px;
}
.contact-image.fa{
  line-height: 34px;
  font-size: 34px;
}
.contact-text{}


.popup-container{
  position: fixed;
  top: -200%;
  left: 0;
  z-index: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  opacity: 0;
  overflow-y: auto;
  transition: opacity 1s ease-in-out, top 0.6s linear;
}
.popup-container.active{
  top: 0;
  opacity: 1;
}
.popup-container-geo{
  position: fixed;
  top: -200%;
  left: 0;
  z-index: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  opacity: 0;
  overflow-y: auto;
  transition: opacity 1s ease-in-out, top 0.6s linear;
}
.popup-container-geo.active{
  top: 0;
  opacity: 1;
}
.popup-background{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  cursor: pointer;
}
.popup{
  position: relative;
  z-index: 400;
  width: 100%;
  max-width: 660px;
  padding: 16px;
  line-height: 1.2;
  background-color: #ffffff;
  border-radius: 6px;
  border: 4px solid #ff9900;
}
.popup a {
	text-decoration: underline;
}
.popup-title {
	text-align: center;
	font-weight: 700;
	color: #85bb65;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 20px;
}
.popup-subtitle {
	text-align: center;
	font-weight: 700;
	
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 20px;
}
.popup-flex {
	display: flex;
	justify-content: space-between;
}
.image-text {
	line-height: 22px;
	font-size: 18px;

}
.popup .fa-close{
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 10;
  display: inline-block;
  color: #ff9900;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.popup .fa-close:hover{
  transform: scale(1.2);
}
.popup h2{
  margin-top: 0;
  margin-bottom: 14px!important;
  font-weight: 500!important;
}
.popup h3{
  margin-top: 22px!important;
  font-family: 'Roboto'!important;
  font-weight: 500!important;
}
.popup p{
  margin-bottom: 14px;
}
.popup p:last-of-type{
  margin-bottom: 0;
}
.popup-text {
	line-height: 28px;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 20px 0 20px;
} 
.form_in {
	display: flex;
	justify-content: space-between;
}
.gform_wrapper,
.ussr{
 

  border-radius: 5px;

  
}
.gform_wrapper *{
  margin: 0!important;
  padding: 0!important;
  max-width: 100%!important;
  font-family: 'Open Sans', sans-serif;
}
.gform_wrapper .form-title,
.ussr .form-title{
  margin-bottom: 20px!important;
  font-size: 20px;
  font-weight: 400!important;
  line-height: 1.4!important;
}
.gform_wrapper .form-title_top,
.ussr .form-title_top{
  display: inline-block;
  margin-bottom: 6px!important;
  padding: 0 4px 3px!important;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #4472c4;
}
.gform_wrapper .form-title_bottom,
.ussr .form-title_bottom{}
.gform_wrapper .form-title_date,
.ussr .form-title_date{
  color: #ff9900!important;
  font-weight: bold;
}
.gform_wrapper label{
  display: none!important;
  margin-bottom: 5px!important;
  font-size: 18px!important;
}
.gfield_required,
#input_310_1_3_container label{
  display: none!important;
}
.form-block .ussr input::placeholder {
	color: #fff!important;
}
.gform_wrapper input,
.ussr input{
	font-family: 'Open Sans', sans-serif;
  display: block;
  width: 24%!important;
  margin-bottom: 20px!important;
  padding: 15px 10px!important;
  background: transparent;
  color: #fff!important;
  font-size: 16px!important;
  line-height: 1.4;
  border: 1px solid #fff!important;
  border-radius: 3px;
}
.ussr select{
  display: inline-block;
  width: 100%!important;
  margin-bottom: 20px!important;
  padding: 10px 10px!important;
  background-color: #ffffff!important;
  color: #495057!important;
  font-size: 16px!important;
  line-height: 1.4;
  border: 1px solid #ced4da!important;
  border-radius: 3px;
}
.popup .ussr input{
  display: block;
  width: 100%!important;
  margin-bottom: 20px!important;
  padding: 15px 10px!important;
  color: #fff!important;
  font-size: 16px!important;
  line-height: 1.4;
  border: 1px solid #ff9900!important;
  border-radius: 3px;
}
.popup .ussr input::placeholder {
	color: #333;
}
.gform_wrapper input[type=submit],
.ussr input[type=submit]{
  padding: 14px 10px 15px!important;
  background-color: #ff9900!important;
  color: #ffffff!important;
  font-size: 16px!important;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent!important;
  cursor: pointer;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gform_wrapper input[type=submit]:hover,
.ussr  input[type=submit]:hover{
  background-color: #ffde00!important;
  color: #121212!important;
}
.form-block {
	position: relative;
	display: flex; align-items: center;background: url(../img/form.jpg) no-repeat center; background-size: cover;
	height: 80vh;
	min-height: 600px;
}  
.form-block h2 {
	color: #fff;
	text-align: center;
	font-weight: 700;
}  
.form-block .filter {
position: absolute;
  height: 100%;
  top: 0;
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
  background-image: linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cc000000', endColorstr='#99000000');

}

.join-text {
	padding-left: 30px;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 10px!important;
}
.join-num {
	border: 2px solid #cc0000;
	border-radius: 50%;
	font-size: 20px;
	color: #cc0000;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 4px;
}
.join-but {
	display: block;
	max-width: 220px;
	margin: 0px auto 20px;
	animation: rocking 2s infinite;
        animation-timing-function: ease;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition: .2s;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: 300!important;
    text-align: center;
    color: #fff;
}
@keyframes rocking{0%{transform:rotate(0deg)}25%{transform:rotate(0deg)}50%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}100%{transform:rotate(0deg)}}
.join-but:hover{animation:none !important}
.join-but.tg {
color: rgb(48, 99, 211);
font-weight: 600;
background-color: rgb(255, 255, 255);

}
.join-block {
	margin-left: 30px;
}
.join-but.tg {
	background: #0088cc; color: #fff;
}
.join-but.yt {
	background: #c4302b; color: #fff;
}
.join-but.ig {
	background: #833ab4; color: #fff;
}
.join-but.fb {
	background: #3b5998; color: #fff;
}
.flex-block.tgb {
  display: flex;
  justify-content: left;
  align-items: top;
  flex-wrap: nowrap;
}
.tgb {
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  color: #000;
}
.tgb img {
	max-width: 200px;
}
.tgb h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
a {
	text-decoration: none;
}
.red {
	color: rgb(255, 0, 0);
}

.block-5 {
	
}
.rnd {
	text-align: center;
	color: #F50000;
	font-size: 20px;
line-height: 1.35;
}
.round {
	border: 5px solid #F50000;
	font-size: 16px;
height: 16px;
text-align: center;
width: 103px;
height: 103px;
border-radius: 50%;
line-height: 100px;
margin: 0 auto 15px;
color: #000;
}
.otz-img {
	width: 48%;
}
.otz-img img {
	width: 100%;
}

.block-6 {
	background-color: #f2f4f6;
	color: #3d3d3d;
}
.block-6 h2 {
	font-weight: 500;
	
}
.block-6 .flex-block {
	margin-top: 60px;
}
.block-6 .flex-block .block-6_img, .block-6 .flex-block .block-6_text {
	width :48%;
}
.block-6_img img {
	width: 100%;
}
.zag {
	font-weight: 500;
color: #000000;
	font-size: 18px;
}
.text {
	max-width :400px;
}
.block-6_text {
	font-size: 16px;
}
.date {
	color: #ffffff;
background-color: #033cdb;
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
font-size: 14px;
padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
font-weight: 700;
font-size: 14px;
	display: inline-block;
}
.num {
	color: #f50000;
border: 2px solid #f50000;
font-size: 18px;
width: 49px;
height: 49px;
line-height: 47px;
border-radius: 50%;
text-align: center;
margin-right: 40px;
}
table {
	margin-bottom: 10px;
}
td {
	vertical-align: top;
}
.header {
	font-weight: 500;
	color: #000;
	margin-bottom: 14px;
}
td p {
	font-size: 16px;
}
.block-contacts h2 {
  font-weight: 500;
}
.nal-block {
	position: relative;
	padding-top: 50px;
}
.block-7 h4 {
	font-size: 40px;
	font-weight: 500;
}
.block-5, .block-7 {
	padding: 40px;
}
.block-7 p {
	font-size: 16px;
}
.delim {
  
  width: 40px;
  border-bottom: 3px solid #a1a1a1;
  margin: 10px 0 20px;
}
.podzag {
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
}
.block-7 .img_block {
	width: 560px;
	top: 0;
	right: -120px;position: absolute;
	
}
.block-7 .img_block img {
	width: 100%;
	
}
.block-7 .text_block {
	width: 560px;
	position: relative;
	padding: 60px;
	background-color: rgb(240, 246, 244);
	z-index: 2;
}

.block-8 h2 {
	font-weight: 500;
}
.block-8 .flex-block {
	align-items: stretch;
}
.p_in {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 570px;
	font-size: 16px;
	color: #3d3d3d;
	line-height: 1.5;
}
.p_in span.red {
	color: rgb(255, 0, 0);
	font-size: 18px;
}
.highlight {
	background-color: #fff2b2;
}
.block-8 img {
	width: 100%;
}
.mob {
	display: none;
}
.pack {
	width: 48%;
	box-shadow: 0px 0px 3px 1px rgba(163,163,163,0.4);
	background: #F0F6F4;
	padding: 40px;
	position: relative;
	padding-bottom: 100px;
}
.pack-header {
	color: #f00000;
font-size: 18px;
line-height: 1.55;
font-weight: 500;
margin-bottom: 20px;
text-align: center;
}
.pack-img {
	max-width: 176px;
	margin: 0 auto;
}
.pack-img img {
	width: 100%;
}
.pack p {
	color: #000000;
font-size: 16px;
line-height: 1.85;
font-weight: 400;
}
.but {
	color: #ffffff;
font-size: 14px;
font-family: 'Arial',Arial,sans-serif;
line-height: 1.55;
font-weight: 600;
border-radius: 30px;
background-color: #ff9415;
background-position: center center;
border-color: transparent;
border-style: solid;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
width: 200px;
height: 55px;
display :block;
line-height: 52px;
text-align: center;
margin: 0 auto;
position: absolute;
bottom: 40px;
left: calc(50% - 100px);
}
.dostup {
	font-size: 16px;
	text-align: center;
	margin: 0px auto;
	max-width: 540px;
	color: #000000;
	font-weight: 400;
}

.video-container{
	position: relative;
	/*max-width: 700px;*/
	margin-left: auto;
	margin-right: auto;
}
.video-box{
	width: 100%;
	height: 0;
	padding-bottom: 57.25%;
}
.video-box_quadra{
	padding-bottom: 100%;
}
.video-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.list-check{
  margin-top: 32px;
  margin-left: 0;
  margin-bottom: 32px;
}
.list-margin-left{
  margin-left: 30px;
}
.list-check li{
  position: relative;
  margin-bottom: 10px;
  list-style: none;
  padding-left: 25px;
  position: relative;
}
.list-check li:before{
  margin-right: 8px;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  left: 0;
}
.del {
	display: block;
	height: 5px;
}
.slick-slide img {
	max-width: 600px;
	display: inline!important;
	width: 100%;
}
.slider1, .slider {
	text-align: center;
}

.guar-block {
	background-color: #f2f4f6;
	color: #3d3d3d;
	
}
.guar-block h2 {
	font-weight: 500;
}
.guar-img {
	width: 158px;
	margin-right: 30px;
	
}
.guar-img img {
	width :100%;
}
.guar-block p {
	color: #000000;
font-size: 18px;
line-height: 1.55;
font-weight: 100;
width: calc(100% - 188px);
}

.about-block {
	padding: 50px 0;
}
.about-block .delim {
	margin: 25px 0;
	opacity: 0.7;
background-color: #8f8d8d;
height: 3px;
border: none;
}
.author-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 390px;
	z-index: 9;
}
.author-img img {
	width: 100%;
}
.about-block .text_block {
	width: 630px;
	position: relative;
	padding: 50px;
	background-color: rgb(240, 246, 244);
	z-index: 2;
	margin-top: 50px;
}
.about-block h4 {
	color: #1f1f1f;
font-size: 40px;
font-family: 'Open Sans',Arial,sans-serif;
line-height: 0.95;
font-weight: 100;
opacity: 0.9;
}
.about-block p, .about-block ul {
	color: #292929;
	font-size: 16px;
	font-weight: 100;
	line-height: 27px;
	opacity: 0.9;
}
.about-block ul {
	margin-left: 20px;
}
.about-block b {
	font-weight: 500;
}

footer {
	background-color: #000000;
	font-weight: 400;
}
footer a {
	color: #ff8562!important;
	font-size: 16px;
}
footer p {
	text-align: center;
	color: #fff;font-size: 15px;
	margin-bottom: 0;
	margin-top: 40px;
}

.g-mob {
		display: none;
}
.std .left-main-block{
  width: 45%;
    padding-right: 30px;
}
.std .right-main-block{
  width: 55%;
}
.fbb {
	
	width: 35%;
	
	}
	.fbb img {
		display: block;float: right;
	}
	.fbt {
		width: 70%; float: right;
	}
	.bmob {
		display: none;
	}
	
.flex-block  .price-inside {

	padding: 20px 10px;
	border: 2px dashed #cc0000;
}

.price-block{
  flex-wrap: wrap;justify-content: center;align-items: center;flex-wrap: wrap;
}

.price-item{
  text-decoration: none;
overflow: visible !important;
border-radius: .5rem;
--border-opacity: 1;
border: 2px solid #dfe1e5;
    border-top-color: rgb(223, 225, 229);
    border-right-color: rgb(223, 225, 229);
    border-bottom-color: rgb(223, 225, 229);
    border-left-color: rgb(223, 225, 229);
border-color: rgba(223,225,229,var(--border-opacity));
--bg-opacity: 1;
background-color: #fff;
background-color: rgba(255,255,255,var(--bg-opacity));
box-shadow: 0 4px 5px -2px rgba(0,0,0,.1),0 3px 20px -2px rgba(0,0,0,.15);
overflow: hidden;
margin-top: 1rem;
width: 50%;
}
.current {
    --border-opacity: 1;
    border-color: #06f;
    
    order: 1 !important;
}
.current .highlight {
    padding-top: 1rem;
    padding-bottom: 1rem;
    --bg-opacity: 1;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    background: #06f;
background: linear-gradient(180deg,#06f,#003fff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066ff",endColorstr="#003fff",GradientType=1);text-align: center;
   
}
.current .highlight .price-title {
	color: #fff;
	font-weight: 700;
	padding: 0 10px;
}
.current .highlight .price-title span {
	font-weight: 500;
	font-size: 22px;
}
.nhl {
     padding-top: 1rem;
    padding-bottom: 1rem;
	text-align: center;
}
.nhl .price-title {
	
	font-weight: 700;
}
.nhl .price-title span {
	font-weight: 500;
	font-size: 16px;
}
.border-grey-light {
opaciy: 0.6;
    border-color: #dfe1e5;
    width: 90%;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.price-head{}
.price-head ul{
  margin-bottom: 12px;
  text-align: left;
}
.price-head ul li{
  margin-bottom: 8px;
}
.price-head .price-title{

  font-size: 22px;

}
.price-head .price-normal{
  margin-top: -10px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #5ab839;
}
.price-item .flex-block{}
.price-box{
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.price-box p{
  margin-bottom: 10px;
}
.price{
    font-size: 24px;
    color: #cc0000;
    text-align: center;
}
.price-box .list-check li {
	margin-bottom: 10px!important;
	font-weight: bold;
}
.price-box .list-check li:before {
	color: #ff9900;
}
.price strong{
  color: inherit;


}
.price-special{
  color: #DD0000;
  font-size: 20px;
}
.price-val{
  font-size: 20px;
}
.price-block .order-container{
  margin-bottom: 0;
}
.price-item .order {
    width: 100%;
    max-width: 300px;
    padding: 10px;
}
.price-item {
  padding: 0px;
  margin: 0 auto;
}
.price {
	line-height:38px;
}
.price.black {
	color: #0f131a;  font-family: Roboto, sans-serif;text-decoration: line-through;font-weight: 900;
	font-size: 28px
}
.price.grey {
	color: #595E67;
	font-family: Roboto, sans-serif;font-weight: 900;
	font-size: 40px;
}
.price-head .price-title{
  margin-bottom: 0px;
  font-size: 24px;
  text-transform: none;

  font-family: 'Oswald', Roboto, sans-serif;
  font-size: 30px;
font-weight: 800;
}
.order:hover,
.order:active{
  color: #ffffff;
  background: linear-gradient(180deg,#ff9838,#ed6325);
  text-decoration: none;
}.order.order-low:visited {
	color: #ed6325;
}
.order.order-low {
	color: #ed6325;
	border: 2px solid #ed6325;
}
.order.order-low2 {
	background: linear-gradient(180deg,#ff9838,#ed6325);
}
.order.order-low2:hover {
	background: rgb(255, 147, 31);
}
.order.order-low:visited:hover {
	color: #fff;
}
footer a,
footer a:visited {
	
}
.order-low {
	background-color: transparent!important;
	border: 2px solid rgb(237, 99, 37);
	color: rgb(237, 99, 37);
}
.order-low2 {

	border: 2px solid #ff9900

}
.order-low:hover,
.order-low:active {
	background: rgb(255, 147, 31)!important;
	border: 2px solid #ff9900;
	color: #fff;
}
.order {
  display: inline-block;
  background-color: #ff9900;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;

  width: 375px;
}
.price-usd span {
	font-weight: 400;
	font-size: 20px;
}
p.grb {
	font-weight: 300;
	margin-bottom: 20px;
	color: #292d38;
}

.order-t {
  display: inline-block;
  background-color: #65A638;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  width: auto;
}
.order-t:hover, .order-t:visited, .order-t:active {
  color: #ffffff;
  background: #52a01b!important;
  text-decoration: none;
}


@media screen and (max-width: 1380px){
	.fbt {
		width: 100%; float: right;
	}
}	
@media screen and (max-width: 1200px){

	.fbb img {
		display: none;
		
	}
	.fbb {
		background: url(../img/btm.png) no-repeat left top;
    background-size: auto;
background-size: cover;

height: 100%;
min-height: 800px;
	}
	.title_img img {
	  max-width: 280px;
	}
	.block-1 h2 {
		max-width: 670px;
		margin-left: auto;
		margin-right: auto;
	}
	.rabbit img {
	  max-width: 143px;
	}
	.block-7 .text_block {
	  width: 550px;
	  
	  padding: 60px;
	  
	}
	.block-7 .img_block {
  width: 460px;
  top: 0;
  right: 0px;
  position: absolute;
}
}

@media screen and (max-width: 960px){
	.bmob {
		display: block;
	}
	.fbb {
		display: none;
	}
	.fb.fbbt {
		width: 100%;
	}
	.title_img img {
	  max-width: 183px;
	}
	.block-1 h2 {
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.rabbit img {
	  max-width: 118px;
	}
	.title {
	  font-size: 40px;
	  margin-top: 40px;
	}
	.rabbit {
  position: absolute;
  left: 70%;
  bottom: 0px;
  width: 118px;
}
	h2.all {
	  font-size: 30px;
	}
	.block-3 .flex-block {
		max-width: 620px;
		margin-left: auto;
		margin-right: auto;
	}
	.fb-in {
	  width: 49%;
	  max-width: 310px;
	}
	
	.otz-img {
		width: 100%;
	}
	.block-7 .text_block {
	  width: 100%;
	  margin-top: 0;
	  margin-bottom: 30px;
	}
	.block-7 .img_block {
  		width: 100%;
  		position: static;
	}
	.nal-block{
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.num {
	  margin-right: 20px;
	}
	.block-7 .center-main-block {
		max-width: 600px;
	}
	.g-mob {
		display: inline-block;
		float: left;
		width: 115px;margin-top: -50px;
	}
	.g-mob img {
		width: 100%;
	}
	.guar-block .center-main-block {
		max-width: 600px;
	}
	.mob-head {
		max-width: 600px;
		margin: 0 auto;
		
	}
	.guar-block .flex-block {
		display: block;
	}
	.guar-img {
		display: none;
	}
	.guar-block p {
	  width: 100%;
	}
	.about-block .center-main-block {
		max-width: 600px;
	}
	.author-img {
  position: static;
	margin: 0 auto 10px;
  width: 280px;
}
	.about-block .text_block {
	  width: 100%;
	  margin-top: 0px;
	}
	.nal-block {
  position: relative;
  padding-top: 0px;
}
}

@media screen and (max-width: 840px){
	.left-main-block{
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .right-main-block{
    width: 100%;
  }
  .std .left-main-block{
  width: 100%;
    padding-right: 0;
    padding-bottom: 0px;
}
.std .right-main-block{
  width: 100%;
}
	.block-6_text {
		width: 100%;
	}
	.block-6_img {
		width :100%;
		margin-bottom: 20px;
	}
	.block-6 .flex-block {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.block-6 .flex-block .block-6_img, .block-6 .flex-block .block-6_text {
	  width: 100%;
	}	
	.img-order {
		order: -1;
	}
	.text {
	  max-width: 100%;
	}
	.block-6 .flex-block {
	  margin-top: 10px;
	  
	}
	.block-8 .flex-block {
		display: block;
	}
	.pack {
		margin: 0 auto 20px;
		width: 340px;
	}
	.block-contacts .contact-box p {
  font-size: 16px;
}

}

@media screen and (max-width: 640px){
	.fb {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
}
h1 {
	margin-top: 30px!important;
	line-height: 1.2;
	font-size: 24px;
}
	.mob {
	display: block;
}
.desc {
	display: none;
}
.block-gr h2.all2, .block-2 h2.all2 {
  font-size: 22px;
}
	.block-7 {
  padding: 0px;
}
	.title_img img {
	  max-width: 168px;
	}
	.block-1 h2 {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.rabbit img {
	  max-width: 83px;
	}
	.title {
	  font-size: 30px;
	  margin-top: 10px;
	}
	.rabbit {
  position: absolute;
  left: 70%;
  bottom: 0px;
  width: 83px;
}
	.flex-text-block {
		width :100%;
		margin-left: 0px;
		padding: 20px;
	}
	.flex-vz {
		width: 100%;
		text-align: center;
	}
	h2.all, h2.all2 {
	  font-size: 24px;
	}
	.block-gr h2.all2 {
	font-size: 20px;
}
	.fb-in {
	  width: 100%;
	  max-width: 310px;
	  margin-left: auto;
		margin-right: auto;
	}
	.block-3 p {
	  font-size: 16px;
	  max-width: 440px;
	  margin-left: auto;
		margin-right: auto;
	}
	.fb-in h3 {
	  font-size: 24px;
	}
	.block-3 {
	  padding: 0px;
	}
	.t581__arrow-icon {
	  display: none;
	}
	.t581__arrow-icon_mobile {
	  width: 25px;
	  display: block;
	  fill: #fff;
	  margin: auto;
	  margin-bottom: 20px;
	}
	.block-4 .flex-block {
		display :block;
	}
	.block-4 h2 {
	  font-size: 30px;
	}
	.block-7 .text_block {
	  padding: 30px;
	}
	.block-7 h4 {
	  font-size: 24px;
	}
	.pack p {
	  font-size: 14px;
	}
	.pack {
	  padding: 20px 20px 100px 20px;
	}
	.g-mob {
		display: inline-block;
		float: left;
		width: 95px;margin-top: -30px;
	}
	.guar-block p {
	  font-size: 16px;
	}
	.about-block .text_block {
	  
	  padding: 20px;
	  
	}
	.about-block h4 {

  font-size: 24px;
  
}
footer .flex-block div {
  width: 100%;
  
  text-align: center;
  margin-bottom: 10px;
}
footer p {
  font-size: 14px;
  margin-top: 10px;
}
.gr-text-block p {
  font-size: 18px;
}
.center-main-block {

  padding: 10px 10px;

}
.block-2 h2.all2 {
  font-size: 18px;
  margin-top: 30px;
}
.price-item{
    width: 70%;
  }
  .price-head .price-title{

  font-size: 20px;

}
}

@media screen and (max-width: 480px){
	.price-item{
    width: 100%;
  }
  h2.all {
  font-size: 20px;
}
	.title_img img {
	  max-width: 151px;
	}
	.block-1 h2 {
		
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.rabbit img {
	  max-width: 70px;
	}
	.title {
	  font-size: 20px;
	  margin-top: 30px;
	}
	.rabbit {
  position: absolute;
  left: 70%;
  bottom: 0px;
  width: 70px;
}
	.block-2 {
		padding-bottom: 40px;
	}
	h2.all {
	  font-size: 20px;
	}
	h2.all2 {
	font-size: 20px;
	}
	.block-gr h2.all2 {
	font-size: 20px;
}
	.fb-in h3 {
  font-size: 18px;
}
.block-4 h2 {
  font-size: 22px;
}
	.block-5 .flex-block {
		display: block;
	}
	.round {
		margin-top: 30px;
	}
	.block-5 {
  		padding-top: 0px;
	}
	.pack {
	  padding: 20px 15px 100px 15px;
	  width: 320px;
	}
	.dostup {
		font-size: 14px;
	}
	.g-mob {
		display: block;
		float: none;
		width: 140px;margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	.guar-block {
		text-align: center;
	}
	.guar-block h2.all {
		margin-top: 10px;
	}
	.about-block p, .about-block ul {

	  font-size: 14px;

	  line-height: 20px;
	  
	}
	footer p {
	  font-size: 10px;
	}
	.block-contacts h2 {
  font-size: 18px;
}
}

@media screen and (max-width: 360px){
.pack {
	  width: 100%;
	}
}


@media screen and (max-width: 800px){

	.flex-block {
		flex-wrap: wrap!important;
	}

.flex-block.tgb .img {
	margin: 0 auto;
}

	.join-block {
  margin-left: 0px;
  text-align :center;
}

	.form_in {
		flex-wrap: wrap;
	}
	.gform_wrapper input,
.ussr input{

  width: 100%!important;

}
}

@media screen and (max-width: 640px){

	.flex-block-b {
  max-width: 320px;
  margin: 10px auto;
  text-align: center;
}
.contact-box {
margin-top: 0px;
  margin-right: 0;
width: 100%;
}
.block-1 h3 {
 
  font-size: 17px;
}
p, li {
	font-size: 16px;
}
	}
@media screen and (max-width: 500px) {
	.button {
		font-size: 14px;
	}
}
@media screen and (max-width: 420px){
	.disclaimer {
		font-size: 12px;
	}
	.mgn {
		margin-top: -5px;
	}
	}