.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: 24px;
	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: 5px 10px;
    font-weight: 300!important;
    text-align: center;
    color: #fff;
}
.block-d {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fafafa;

}
.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;
}  
/* для элемента input c type="checkbox" */
    .custom-checkbox {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    /* для элемента label, связанного с .custom-checkbox */
    .custom-checkbox+label {
      display: inline-flex;
      align-items: flex-start;
      user-select: none;
    }

    /* создание в label псевдоэлемента before со следующими стилями */
    .custom-checkbox+label::before {
      content: '';
      display: inline-block;
      width: 1em;

      height: 1em;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1px solid #fff;
      border-radius: 0.25em;
      margin-right: 0.5em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
    }

    /* стили при наведении курсора на checkbox */
    .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
      border-color: #ffe4bb;
    }

    /* стили для активного чекбокса (при нажатии на него) */
    .custom-checkbox:not(:disabled):active+label::before {
      background-color: #ffe4bb;
      border-color: #ffe4bb;
    }

    /* стили для чекбокса, находящегося в фокусе */
    .custom-checkbox:focus+label::before {
      box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.25);
    }

    /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
    .custom-checkbox:focus:not(:checked)+label::before {
      border-color: #ffe4bb;
    }

    /* стили для чекбокса, находящегося в состоянии checked */
    .custom-checkbox:checked+label::before {
      border-color: #ff9900;
      background-color: #ff9900;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }

    /* стили для чекбокса, находящегося в состоянии disabled */
    .custom-checkbox:disabled+label::before {
      background-color: #e9ecef;
    }
    .ussr input[type="checkbox"] {
	width: 10px!important;
	position: absolute!important;
	left: 0!important;
}
.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_in {
	display: flex;
	justify-content: space-between;
}
.form-block .filter {
position: absolute;
  height: 100%;
  width: 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');

}
.center-main-block {
	max-width: 960px;
	padding: 40px 10px;
	margin: 0 auto;
	position: relative;
}
@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;
}
body {
  font-family: "Lato", cusrive;
  font-weight: normal;
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialised;
  margin: 0; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

.hidden {
  display: none; }

header,
section,
footer,
nav,
menu {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

h2,
h3,
h4,
h5 {
  text-align: center;
  font-family: "Calibri-Bold", cusrive; }

h2 {
  margin: 40px 0;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold; }

h3 {
  margin: 20px 0;
  font-size: 28px;
  color: #94a754;
  text-transform: uppercase; }

h4 {
  font-size: 26px;
  color: #cc611e; }

h5 {
  font-size: 24px;
  color: #599f10; }

.italic {
  font-style: italic; }

.order {
  display: block;
  width: 80%;
  max-width: 320px;
  margin: 25px auto;
  padding: 0 10px;
  text-align: center;
  font-family: "PassionOne-Bold", cusrive;
  line-height: 40px;
  color: #e5e1e1;
  background: -moz-linear-gradient(top, #67af12, #4f930e);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#67af12), to(#4f930e));
  background: -webkit-linear-gradient(top, #67af12, #4f930e);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 3px 0px #325e09;
  transition: all 0.8s; }
  .order:hover {
    margin: 28px auto 22px;
    color: #fff;
    box-shadow: none; }

.order_2 {
  display: block;
  width: 80%;
  max-width: 500px;
  margin: 25px auto;
  padding: 10px 10px;
  text-align: center;
  font-family: "PassionOne-Bold", cusrive;
  color: #e5e1e1;
  background: -moz-linear-gradient(top, #cc611e, #90471a);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cc611e), to(#90471a));
  background: -webkit-linear-gradient(top, #cc611e, #90471a);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 3px 0px #5e2c0d;
  transition: all 0.8s; }
  .order_2:hover {
    margin: 28px auto 22px;
    color: #fff;
    box-shadow: none; }

.row {
  max-width: 800px;
  margin: 0 auto; }

section {
  padding: 30px 0; }

.block_1 {
  padding: 50px 0;
  background-image: url(../img/shattered.png);
  background-position: center center; }

.block_2 {
  background-image: url(../img/grunge.png);
  background-position: center center; }

ul {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none; }
  ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 20px; }
    ul li:before {
      content: "";
      position: absolute;
      top: 12px;
      left: 2px;
      width: 10px;
      height: 1px;
      background-color: #000; }

ol {
  padding-left: 20px; }

.block_3 {
  background-image: url(../img/grunge_2.png);
  background-position: center center; }
  .block_3 h4 {
    font-size: 24px; }

.block_4 {
  background-image: url(../img/grunge.png);
  background-position: center center; }

.block_5 {
  padding: 50px 0;
  background-image: url(../img/shattered.png);
  background-position: center center; }
  .block_5 .row {
    max-width: initial; }

.imgs {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-image: url(../img/grunge_2.png);
  background-position: center center; }
  .imgs p {
    font-style: italic; }
    .imgs p b {
      font-size: 24px; }
  .imgs img {
    display: block;
    margin: 10px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .imgs h3 {
    font-size: 40px;
    color: #cc211e; }
  .imgs .order_2 {
    max-width: 320px; }

img.left {
  max-width: 150px;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.imgs_2 {
  margin: 20px auto;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 5px solid #b2b3b1; }
  .imgs_2 h3 {
    color: #50950f; }

.imgs_3 {
  width: 90%;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-image: url(../img/grunge_2.png);
  background-position: center center; }
  .imgs_3 h3 {
    font-size: 40px;
    color: #cc211e; }
  .imgs_3 .order_2 {
    max-width: 320px; }

.blocks_1 {
  margin: 20px auto;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 3px solid #74b727;
  background-color: #fff; }
  .blocks_1 img.left {
    max-width: 200px; }

.blocks_2 {
  margin: 20px auto 40px;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5); }

.carousel {
  margin: 50px auto;
  width: 100%; }
  .carousel .carousel-wrapper {
    margin: 10px 30px;
    overflow: hidden;
    position: relative; }
  .carousel .carousel-items {
    width: 10000px;
    position: relative; }
  .carousel .carousel-block {
    position: relative;
    float: left;
    width: 250px;
    margin: 0 0.58%;
    padding: 10px 10px 10px 0; }
    .carousel .carousel-block .caption {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 0;
      margin: 10px 10px 10px 0;
      padding: 0 10px;
      overflow: hidden;
      visibility: hidden;
      background-color: rgba(0, 0, 0, 0.5);
      transition: 1s; }
      .carousel .carousel-block .caption p {
        margin: 0;
        color: #fff;
        font-size: 19px; line-height: 1.2 }
    .carousel .carousel-block:hover .caption {
      height: 92.5%;
      padding: 10px;
      visibility: visible; }
  .carousel .carousel-button-left a,
  .carousel .carousel-button-right a {
    width: 25px;
    height: 40px;
    position: relative;
    top: 80px;
    cursor: pointer; }
  .carousel .carousel-button-right a {
    float: right;
    background-image: url(../img/carousel-right.png);
    background-repeat: no-repeat; }
  .carousel .carousel-button-left a {
    float: left;
    background-image: url(../img/carousel-left.png);
    background-repeat: no-repeat; }
.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: 600px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 4px solid #30D425;
}
.popup-title {
	text-align: center;
	font-weight: 700;
	color: #30D425;
	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: 26px;
	font-size: 18px;
	margin-left: 20px; 
}
.popup .fa-close{
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 10;
  display: inline-block;
  color: #30D425;
  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;
}
.order-popup{
  padding: 14px 30px 15px!important;
  background-color: #30D425!important;
  color: #ffffff!important;
  font-size: 18px!important;
  font-weight: bold;
  text-align: center;
  border: 1px solid transparent!important;
  cursor: pointer;
	border-radius: 3px;
display: inline-block;
transition: all 0.2s ease-in-out;
}
.order-popup:hover
{
  background-color: #30D425!important;
 transform: scale(1.2);
}
.block-contacts{
  margin-top: 10px;
  margin-bottom: 40px;

}
.block-contacts .center-main-block{}
.block-contacts h2{
  font-size: 20px;
}
.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{}
.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 #85bb65;
}
.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: 26px;
	font-size: 18px;
	margin-left: 20px; 
}
.popup .fa-close{
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 10;
  display: inline-block;
  color: #85bb65;
  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;
}
.flex-block {
	display: flex;
}
@media screen and (max-width: 1000px){
	.flex-block{
		flex-wrap: wrap;
	}
	.contact-box{
      width: 49%;
    }
}
@media screen and (max-width: 700px){
.contact-box{
      width: 100%;
      margin-right: 0;
    }
}
.foot {
  padding: 20px 0;
  color: #000;
  font-size: 14px; }
  .foot p {
    margin: 0; }
  .foot a {
    display: inline-block;
    color: #000;
    opacity: 0.7; }
    .foot a:hover {
      color: #000;
      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); }