*{
	margin: 0;
	padding: 0;
}
body{
	overflow-x: hidden;
	background: #f6f5f0;
	color: #605E5E;
}
.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: 24px;
	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: 10px 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-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;
}
.center-main-block{
	max-width: 1200px;
	margin: 0 auto;
	font-family: 'Rubik',sans-serif;
}
h1{
	font-size: 2.8125em;
	text-transform: uppercase;
}
h2{
	font-size: 1.5em;
	text-transform: uppercase;
}
img{
	max-width: 100%;
}
.block-contacts{
  margin-top: 10px;
  margin-bottom: 40px;

}
.flex-block {
	display: flex;
}
em {
	font-family: 'Rubik', sans-serif;
}
.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: 32%;
  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{}
.arrow {
  right: 0;
  left: 0;
  bottom: 15px;
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(255,255,255,0.5);
  background-image: url(img/arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.8s;
   -o-transition: 0.8s;
   transition: 0.8s; }
  .arrow:hover {
    transform: translateY(20px); }

.main-block-1{
	padding: 60px 0 20px;
	background: url(img/back_block_3.jpg);
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	color: #ffffff;
}
.main-block-1 div{
	max-width: 900px;
}
.main-block-1 h1{
	color: #f4f444;
}
.main-block-1 h2{
	margin: 15px 0 60px;
}
.main-block-1 p{
	margin-bottom: 30px;
	line-height: 1.4;
}
.main-block-1 figure{
	overflow: hidden;
	border: 2px solid #584b69;
	width: 100%;
}
.main-block-1 iframe{
	width: 100%;
	height: 450px;
	margin-bottom: -4px;
}

.main-block-2{
	padding: 40px 0 60px;
	text-align: center;
	opacity: 1;
}
.main-block-2 div>p{
	display: inline-block;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 2px solid #624983;
	border-bottom-left-radius: 2.4px;
	border-bottom-right-radius: 2.4px;
	margin-bottom: 30px;
}
.main-block-2 h1{
	margin-bottom: 20px;
	color: #624983;
}
.main-block-2 div>ul{
	display: block;
	max-width: 400px;
	margin: 10px auto;
/*	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	text-align: center;	
}
.main-block-2 span{
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
	color: #624983;
	font-size: 2em;
}
.main-block-2 div>ul>li{
	/*width: 45%;*/
	margin: 20px auto;
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-weight: bolder;
}
.main-block-2 ul ul{
	list-style: none;
	margin: 10px auto 0;
	max-width: 320px;
	
}
.main-block-2 ul ul li{
	margin: 15px 0 0 10px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	list-style: disc;

}
.main-block-2 div>ul>li:last-of-type>ul{
	/*display: flex;
	max-width: 540px;*/
}
.main-block-2 ul ul ul>li{
	list-style: none;
}

.main-block-3{
	overflow: hidden;
	padding: 60px 0;
	background: linear-gradient(45deg, #584b69, #624983);
	color: #ffffff;
}
.main-block-3 div{
	max-width: 900px;
}
.main-block-3 h1{
	text-align: center;
	margin-bottom: 40px;
}
.main-block-3 img{
	width: 30%;
	float: left;
	margin-right: 40px;
	border: 4px solid  #ffffff;
	border-radius: 14px;
}
.main-block-3 p{
	margin: 70px 0 -30px;
	opacity: 1;
}

.main-block-4{
	padding: 40px 0 60px;
	text-align: center;
}
.main-block-4 h1{
	margin: 20px auto;
}
.main-block-4 div div h1{
	margin: 0 0 20px;
}
.main-block-4 p{}
.main-block-4 div div{
	display: inline-block;
	position: relative;
	max-width: 301px;
	margin: 50px auto;
	padding: 20px 40px;
	border: 4px solid #584b69;
	border-radius: 10px;
	box-shadow: 2px 2px 8px 0 #3d3d3d;
}
.main-block-4 span{
	display: inline-block;
	font-size: 2em;
	color: #e43838;
	padding-bottom: 4px;
	border-bottom: 2px solid #e43838;
}
#butt{
	position: relative;
	margin-top: 30px;
	left: 0;
	padding: 10px 18px;
	border: 3px solid #e43838;
	border-radius: 5px;
	display: inline-block;
	background: #e43838;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	transition: all 0.4s linear;
	animation: butt 1.6s ease-in-out infinite;
}
@keyframes butt{
	0%{transform: scale(1);}
	50%{transform: scale(1.05);}
	100%{transform: scale(1);}
}
#butt:hover,
#butt:active,
#butt:focus{
	animation-play-state: paused;
	background: rgba(0,0,0,0);
	color: #e43838;
	transition: all 0,4s linear;
}

.main-block-5{
	padding: 60px 0;
	background: linear-gradient(45deg, #584b69, #624983);
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
.main-block-5 h2{}
.main-block-5 div div{
	margin: 30px 0 20px;
	overflow: hidden;
	max-height: 90;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.main-block-5 .line{
	width: 3px;
	height: 170px;
	background: #ffffff;
}
.main-block-5 article{
	padding-top: 30px;
	width: 30%;	
	text-align: center;
}
.paragraf{
	position: relative;
	opacity: 1;
}
.main-block-5 i{
	display: inline-block;
	margin-bottom: 30px;	
}
.main-block-5 span{
	text-transform: uppercase;
}

.main-block-6{
	padding: 60px 0;
	text-align: center;
}
.main-block-6 img{
	margin-bottom: 20px;
}
.main-block-6 p{
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.4;
}

#scroll-up{
	display: inline-block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	border: 2px solid #9484a9;
	border-radius: 50%;
	color: #9484a9;
	padding: 12px 17px;
	transition: all 0.3s linear;
}
#scroll-up a{
	background: green;
}
#scroll-up:hover{
	transition: all 0.3s linear;
	background: #9484a9;
	color: #ffffff;
}

.foot {
  padding: 20px 0 30px;
  color: #ddd;
  font-size: 14px;
  background-color: #424242; }
  .foot p {
    margin: 0; }
  .foot a {
  	text-decoration: none;
    display: inline-block;
    color: #ddd;
    opacity: 0.7; }
    .foot a:hover {
      color: #6f6f6f;
      opacity: 1; }
  .foot ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .foot ul li {
      display: inline-block;
      margin: 0 10px;
      font-size: 14px; }
      .foot ul li:before {
        display: none; }
      .foot ul li a {
        transition: 1s; }
        .foot ul li a:hover {
          transform: scale(1.2); }
.left { float: left; }
.right { float: right; }
/*progress{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:4px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    background:transparent;
}
progress::-webkit-progress-bar{
    background:transparent;
    border-radius:4px;
}
progress::-webkit-progress-value{
    background:#8EFC52;
    border-radius:5px;
}
progress::-moz-progress-bar{
    background:#8EFC52;
    border-radius:4px;
}
.progress-container{
    width:100%;
    background:transparent;
    position:fixed;
    top:0;
    left:0;
    height:4px;
    display:block;
}
.progress-bar{
    background:#8EFC52;
    width:0%;
    display:block;
    height:inherit;
}*/
.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;
  background-color: #ffffff;
  border-radius: 6px;
  border: 4px solid #ff9900;
}
.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 {
    line-height: 1.2;
}
.popup .fa-close{
  position: absolute;
  top: 4px;
  right: 6px;
  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;
}
.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]{
	 width: 100%!important;
  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;
}
@media screen and (max-width: 1200px){
	.center-main-block{
		padding: 0 3%;
	}
	.main-block-1 iframe{
		height: 50vw;
	}
}
@media screen and (max-width: 1000px){
	.main-block-3 p{
		margin: 50px 0 -30px;
		opacity: 1;
	}
	.paragraf{
		opacity: 1;
	}
	.contact-box{
  display: flex;
  align-items: flex-start;
  width: 49%;
  margin-right: 1%;
  margin-top: 30px;
}
}
@media screen and (max-width: 780px){
	.main-block-2 div>ul{
		flex-direction: column;
	}
	.main-block-2 div>ul>li{
		min-width: 310px;
	}
	.main-block-3 img{
		width: 90%;
		float: none;
		display: block;
		margin: 0 auto;
	}
	.main-block-3 p{
		margin: 30px auto 0;
		max-width: 90%;
	}
	.main-block-5>div>div{
	margin: 30px 0 40px;
		flex-direction: column;
	}
	.main-block-5 .line{
		width: 100%;
		height: 3px;
	}
	.main-block-5 article{
		width: 100%;
		text-align: center;
	}
	.main-block-5 i{
		float: left;
		margin-left: 12%;
	}
	.main-block-5 article p{
		display: inline-block;
		width: 50%;
		max-width: 450px;
		position: relative;
		padding-top: 20px;
		left: -50px;
	}
}
@media screen and (max-width: 600px){
	.contact-box{
  width: 100%;
  margin-right: 0;
}
	.main-block-2{
		opacity: 1;
	}
	.main-block-2 ul ul li{
		width: 90%;
	}
	.main-block-2 div>ul>li:last-of-type>ul{
		display: block;
		max-width: 320px;
	}
	.main-block-5 i{
		float: none;
		margin-left: 0;
	}
	.main-block-5 article p{
		width: 100%;
		max-width: none;
		padding-top: 0;
		left: 0;
	}
	#butt{
		left: 0;
	}
	.paragraf{
		opacity: 1;
	}
	#scroll-up{
		display: none;
	}
	progress{
		display: none;
	}
}
@media screen and (max-width: 432px){
	.main-block-4 span{
		font-size: 1.4em;
	}
	#butt{
		margin-top: 10px;
	}
	.foot{
		text-align: center;
	}
	.foot ul {
    	padding-top: 10px;
	}
	.left{
		float: none;
	}
	.foot a{
		float: none;
		display: block;
		padding-top: 10px;
	}
}
@media screen and (max-width: 420px){
	h1{
		font-size: 2em;
	}
	h2{
		font-size: 1.4em;
	}
	.main-block-2 div>ul>li{
		font-weight: normal;
	}
	.main-block-2 span{
		margin: 0;
		top: 0px;
		font-size: 1.1em;
	}
	.main-block-4 div div{
		width: 107%;
		box-sizing: border-box;
		margin: 50px -4%;
		padding: 20px 20px;
		border-radius: 0;	
	}
}