@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,cyrillic);
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700,700i|Roboto:300,400,500,700&subset=cyrillic');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font-size: 100%;
}
body {
background: #efefef url('../img/noise.png') repeat 0 0;
color: #404040;
font-family: 'Open Sans', Calibri, Arial, sans-serif;
}
.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;
}
.timer-container{
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 200;
  width: 100%;
  min-width: 100vw;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.join-text {
	padding-left: 35px;
	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: 0px;
}
.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: 8px 10px;
    font-weight: 300!important;
    text-align: center;
    color: #fff;
    text-decoration: none!important;
}
@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-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;
}
h1 {
padding: 0 10px;
text-align: center;
text-shadow: 1px 1px #FFFFFF;
font-weight: 300;
font-size: 2.4em;
font-family: 'Open Sans', Calibri, Arial, sans-serif;
line-height: 1.3;
}
h1 span {
display: block;
margin: 0 auto;
padding: 0.2em 0.1em 0.6em;
width: 70%;
font-size: 70%;
opacity: 0.7;
}
h2 {
padding: 10px 20px 20px;
text-align: center;
text-shadow: 1px 1px #FFFFFF;
font-weight: 300;
font-size: 1.4em;
font-family: 'Open Sans', Calibri, Arial, sans-serif;
line-height: 1.3;
}
hr {
margin: 15px auto;
width: 80%;
height: 2px;
text-align: center;
border: 0;
background: -webkit-linear-gradient(left, rgba(198,0,3,0) 0%,rgba(128, 128, 128, 0.7) 50%,rgba(198,0,3,0) 100%);
background: -o-linear-gradient(left, rgba(198,0,3,0) 0%,rgba(128, 128, 128, 0.7) 50%,rgba(198,0,3,0) 100%);
background: -ms-linear-gradient(left, rgba(198,0,3,0) 0%,rgba(128, 128, 128, 0.7) 50%,rgba(198,0,3,0) 100%);
background: linear-gradient(to right, rgba(198,0,3,0) 0%,rgba(128, 128, 128, 0.7) 50%,rgba(198,0,3,0) 100%);
}
.container {position: relative;
display: block;
margin: 30px auto;
width: 70%;
max-width: 980px;
}
.container > .button {
margin: 12px;
}
/* Кнопки */
.button {
position: relative;
display: inline-block;margin: 12px;
padding: 0 20px;
height: 36px;
border: 1px solid;
border-radius: 3px;
background-clip: padding-box;
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
color: white;
vertical-align: top;
text-align: center;
text-decoration: none;
text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
font-size: 14px;
line-height: 35px;
cursor: pointer;
}
.rounded-button{border-radius: 18px; }
.circular-button {
padding: 0;
width: 36px;
border-radius: 65px 65px 65px 65px;
}
.button:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
content: '';
pointer-events: none;
}
.button:hover:before {
background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
}
.button:active {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button:active:before {
content: none;
}
.button-green {
border-color: #478228 #478228 #3c6f22;
background: #5ca934;
background-image: -webkit-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
background-image: -moz-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
background-image: -o-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
background-image: linear-gradient(to bottom, #69c03b, #5ca934 66%, #54992f);
}
.button-green:active {
border-color: #3c6f22 #478228 #478228;
background: #5ca934;
}
.button-red {
border-color: #ae3623 #ae3623 #992f1f;
background: #d5452f;
background-image: -webkit-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
background-image: -moz-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
background-image: -o-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
background-image: linear-gradient(to bottom, #da5c48, #d5452f 66%, #c73d28);
}
.button-red:active {
border-color: #992f1f #ae3623 #ae3623;
background: #d5452f;
}
.button-blue {
border-color: #0d78b6 #0d78b6 #0b689e;
background: #1097e6;
background-image: -webkit-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
background-image: -moz-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
background-image: -o-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
background-image: linear-gradient(to bottom, #25a5f0, #1097e6 66%, #0f8ad3);
}
.button-blue:active {
border-color: #0b689e #0d78b6 #0d78b6;
background: #1097e6;
}
.button-orange {
border-color: #df770c #df770c #c76a0a;
background: #f4902a;
background-image: -webkit-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
background-image: -moz-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
background-image: -o-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
background-image: linear-gradient(to bottom, #f69f47, #f4902a 66%, #f38617);
}
.button-orange:active {
border-color: #c76a0a #df770c #df770c;
background: #f4902a;
}
.button-pink {
border-color: #d31865 #d31865 #bc165a;
background: #e8367f;
background-image: -webkit-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
background-image: -moz-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
background-image: -o-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
background-image: linear-gradient(to bottom, #eb5190, #e8367f 66%, #e62473);
}
.button-pink:active {
border-color: #bc165a #d31865 #d31865;
background: #e8367f;
}
.button-gray {
border-color: #2f3034 #2f3034 #232427;
background: #47494f;
background-image: -webkit-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
background-image: -moz-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
background-image: -o-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
background-image: linear-gradient(to bottom, #55585f, #47494f 66%, #3d3f44);
}
.button-gray:active {
border-color: #232427 #2f3034 #2f3034;
background: #47494f;
}
.button-darkblue {
border-color: #2d477b #2d477b #263c68;
background: #3b5ca0;
background-image: -webkit-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
background-image: -moz-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
background-image: -o-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
background-image: linear-gradient(to bottom, #4369b6, #3b5ca0 66%, #365391);
}
.button-darkblue:active {
border-color: #263c68 #2d477b #2d477b;
background: #3b5ca0;
}
.button-purple {
border-color: #8040be #8040be #733aab;
background: #9966cb;
background-image: -webkit-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
background-image: -moz-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
background-image: -o-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
background-image: linear-gradient(to bottom, #a87dd3, #9966cb 66%, #8f57c6);
}
.button-purple:active {
border-color: #733aab #8040be #8040be;
background: #9966cb;
}
/* инфо-блок */
.about {
margin: 20px auto;
padding: 8px;
width: 260px;
border-radius: 4px;
background: #383838;
background: rgba(34, 34, 34, 0.8);
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
color: #bbb;
text-align: center;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
font: 10px/18px 'Tahoma', Arial, sans-serif;
}
.about a {
border-radius: 2px;
color: #eee;
text-decoration: none;
-webkit-transition: background 0.1s;
-moz-transition: background 0.1s;
-o-transition: background 0.1s;
transition: background 0.1s;
}
.about a:hover {
background: #555;
background: rgba(255, 255, 255, 0.15);
text-decoration: none;
}
.about-links {
height: 30px;
}
.about-links > a {
float: left;
width: 50%;
font-size: 12px;
line-height: 30px;
}
.about-author {
margin-top: 5px;
}
.about-author > a {
margin: 0 -1px;
padding: 1px 3px;
}
/* Планшет */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.container {
width: 768px;
}
h1 {
font-size: 2.2em;
}
h2 {
font-size: 1.3em;
}
}
/* Мобильный - Примечание: Дизайн для ширины 320px*/
@media only screen and (max-width: 767px) {
.container {
width: 95%;
}
.button {
min-width: auto;
min-height: auto;
font-size: 12px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.2em;
}
}
/* Мобильный - Примечание: Дизайн для ширины 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {
width: 70%;
}
}

.author-image-block{
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.author-image{
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.author-image img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    border: 5px solid #ddab53;
    /*transform: scale(-1,1);*/
}
.highlight {
    background-color: #ffeda6 !important;
}
.flex-block{
	display: flex;
	justify-content: space-between;
}
.gform_wrapper,
.ussr{
 

  border-radius: 5px;

  
}
.gform_wrapper *{
  margin: 0!important;
  padding: 0!important;
  max-width: 100%!important;
}
.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;
}
.gform_wrapper input,
.ussr input{
  display: inline-block;
  width: calc(100% - 20px)!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;
}
.gform_wrapper input[type=submit],
.ussr input[type=submit]{
  padding: 14px 10px 15px!important;
  background-color: #ff9900!important;
  color: #ffffff!important;
  font-size: 18px!important;
  font-weight: bold;
  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;
}
.a-photo {
		float: none;
		padding: 0;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	.a-photo img {
		max-width: 250px;
	}
	.a-photo {
	float: left; width: 250px; padding-right:20px;
}
.center-main-block{
	position: relative;
	max-width: 950px;
	padding-left: 200px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	text-align: left;
}
.left-main-block{
	position: absolute;
	left: 0;
	width: 165px;
}
.list-check, .list-def, .list-num, .list-number {
    margin-left: 0 !important;
    margin-bottom: 16px !important;
    margin-top: 20px !important;
}
.block_6 ul li {

    list-style: none;
    margin-bottom: 10px;

}
.list-check li, .list-def li, .list-defb li, .list-num li, .list-number li {

    margin-bottom: 14px;
    list-style: none !important;
    position: relative;
    margin-left: 0;
    padding-left: 0;

}
.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{}

@media screen and (max-width: 700px){
	.center-main-block {
	padding: 0 10px;
	}
	.flex-block {
	display: block;
	}
.contact-box{
      width: 100%;
    }
    .center-main-block {
    padding: 0;
    }
    .left-main-block {
    position: static;
    left: 0;
    width: 100%;
    text-align: center;
}
.author-image {
    text-align: center;
}
}

.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-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;
}
a {
	color: #D39E5A;
}

элемент {

}
.block_1 {

    padding: 40px 0 100px;
    color: #fff;

}
.block_1 h4 {
    margin: 10px 0;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    text-align: center;font-weight: 700;
}
.block_1 h2, .block_1 h4 {
    text-shadow: 0 2px 8px black;
    color: #fff;
}
.block_1 h2 {
    margin: 20px 0;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    text-align: center;font-weight: 700;
}
.block_1 h1 {

    font-size: 60px;
    font-family: 'Oswald', Roboto, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 5px black;
}
.block_1 .box_shadow {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px black;
    text-shadow: 0 2px 3px black;
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
}
p {
    margin: 0 0 15px;
}
.list {
	padding-left: 40px;
}
.list li {
	margin-bottom: 20px;
}
.program ul {
	padding-left: 30px;
	font-size: 20px;
	max-width: 600px;
	margin: 0 auto;
}
.main-ul li {
	margin-bottom: 20px;
}
.main-ul li ul li {
	margin-bottom: 5px;
}
.photo {
	padding: 0 15px;
}
.video-container{
	position: relative;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.video-box{
	width: 100%;
	height: 0;
	padding-bottom: 75.25%;
}
.video-box_quadra{
	padding-bottom: 100%;
}
.video-box iframe{
	position: absolute;
	top: 0;
	border: 1px solid #333;
	left: 0;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 900px){
	.owl-carousel {
		position: relative;
	}
	.prev, .next {
		margin: 0!important;
		position: absolute;
	}
	.prev {
		left: 10px;
		top: -20px;
	}
	.next {
		right: 10px;
		top: -20px;
	}
	.fdhdfhfhddvvdd {
		margin: 0;
	}
	.owl-carousel {
	float: none!important;
	margin: 0 auto;
	}
}

	@media screen and (max-width: 700px){.block_1 h1 {
	margin: 20px 0;
    font-size: 30px;}
.photo {
	padding: 0;
}
.block_1 h2 {

    font-size: 24px;

}	
.block_1 .box_shadow {
    padding: 20px;
    margin: 0 10px;
}
.otz {
	padding: 15px!important;
}
.gfgsgsdsdgsg {
	margin: 0 auto!important;
	display: block!important;
	max-width: 260px!important;
	padding: 15px 10px!important;
}
}