.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;
}
.block-d {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fafafa;

}
/* для элемента 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 #ff9900;
      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;
}
.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-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;
}
.box {
  width: 1170px;
  margin-right: auto;
  margin-left: auto; line-height: 1.5}

.flex_box,
.flex_box_b,
.flex_box_b {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .flex_box > [class*="flex_box-"],
  .flex_box_b > [class*="flex_box-"],
  .flex_box_b > [class*="flex_box-"] {
    display: block;
    padding: 10px;
    padding-right: 10px;
    padding-left: 10px; }
em {
font-family: 'Rubik', sans-serif;
}
.flex_box_b {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.flex_box_a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.flex_box-1 {
  width: 8.33333%; }

.flex_box-2 {
  width: 16.66667%; }

.flex_box-3 {
  width: 25%; }

.flex_box-4 {
  width: 33.33333%; }

.flex_box-5 {
  width: 41.66667%; }

.flex_box-6 {
  width: 50%; }

.flex_box-7 {
  width: 58.33333%; }

.flex_box-8 {
  width: 66.66667%; }

.flex_box-9 {
  width: 75%; }

.flex_box-10 {
  width: 83.33333%; }

.flex_box-11 {
  width: 91.66667%; }

.flex_box-12 {
  width: 100%; }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .box {
    width: 970px; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .box {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }

  .flex_box-md-1 {
    width: 8.33333%; }

  .flex_box-md-2 {
    width: 16.66667%; }

  .flex_box-md-3 {
    width: 25%; }

  .flex_box-md-4 {
    width: 33.33333%; }

  .flex_box-md-5 {
    width: 41.66667%; }

  .flex_box-md-6 {
    width: 50%; }

  .flex_box-md-7 {
    width: 58.33333%; }

  .flex_box-md-8 {
    width: 66.66667%; }

  .flex_box-md-9 {
    width: 75%; }

  .flex_box-md-10 {
    width: 83.33333%; }

  .flex_box-md-11 {
    width: 91.66667%; }

  .flex_box-md-12 {
    width: 100%; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .flex_box-sm-1 {
    width: 8.33333%; }

  .flex_box-sm-2 {
    width: 16.66667%; }

  .flex_box-sm-3 {
    width: 25%; }

  .flex_box-sm-4 {
    width: 33.33333%; }

  .flex_box-sm-5 {
    width: 41.66667%; }

  .flex_box-sm-6 {
    width: 50%; }

  .flex_box-sm-7 {
    width: 58.33333%; }

  .flex_box-sm-8 {
    width: 66.66667%; }

  .flex_box-sm-9 {
    width: 75%; }

  .flex_box-sm-10 {
    width: 83.33333%; }

  .flex_box-sm-11 {
    width: 91.66667%; }

  .flex_box-sm-12 {
    width: 100%; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .flex_box-xs-1 {
    width: 8.33333%; }

  .flex_box-xs-2 {
    width: 16.66667%; }

  .flex_box-xs-3 {
    width: 25%; }

  .flex_box-xs-4 {
    width: 33.33333%; }

  .flex_box-xs-5 {
    width: 41.66667%; }

  .flex_box-xs-6 {
    width: 50%; }

  .flex_box-xs-7 {
    width: 58.33333%; }

  .flex_box-xs-8 {
    width: 66.66667%; }

  .flex_box-xs-9 {
    width: 75%; }

  .flex_box-xs-10 {
    width: 83.33333%; }

  .flex_box-xs-11 {
    width: 91.66667%; }

  .flex_box-xs-12 {
    width: 100%; } }
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  -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%; }

.parallax-slider {
  max-width: none; }

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; }

a {
  transition: 0.8s; }

h1 {
  margin: 50px 0;
  font-size: 60px;
  font-family: "GothamProBold", sans-serif;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 5px black; }

h2 {
  margin: 20px 0;
  font-size: 32px;
  font-family: "RobotoBold", sans-serif;
  text-align: center; }

h3 {
  margin: 10px 0;
  font-size: 28px;
  font-family: "RobotoBold", sans-serif;
  text-align: center; }

h4 {
  margin: 10px 0;
  font-size: 24px;
  font-family: "RobotoBold", sans-serif;
  text-align: center; }

section {
  position: relative;
  padding: 20px 0;
  z-index: 2; }

.order {
  display: block;
  width: calc(100% - 20px);
  margin: 40px auto;
  font-size: 22px;
  font-family: "GothamProBold", sans-serif;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #ff9900;
  box-shadow: 0 2px 5px rgba(212,241,26,0.7);
  transition: 0.8s;
  animation: shadow_box 2s infinite ease-in-out; }
  .order:hover {
    color: #fff;
    transform: scale(1.1); }

.box_shadow {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px black;
  text-shadow: 0 2px 3px black;
	max-width: 800px;
	margin: 0 auto;
	font-family: 'Rubik', sans-serif;
  font-size: 20px; }

@keyframes shadow_box {
  from {
    box-shadow: 0 0 3px black; }
  50% {
    box-shadow: 0 0 20px black; }
  to {
    box-shadow: 0 0 3px black; } }
@keyframes shadow {
  from {
    text-shadow: 0 0 3px black; }
  50% {
    text-shadow: 0 0 20px black; }
  to {
    text-shadow: 0 0 3px black; } }
.block_1 {
  padding: 40px 0;
  color: #fff; }
  .block_1 h2,
  .block_1 h4 {
    text-shadow: 0 2px 8px black;
    color: #fff; }

.block_2 {
  background-color: #eaf5f5; }
  .block_2 img {
    display: block;
    margin: 10px auto; }
  .block_2 .program {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px auto;
    padding: 0;
    list-style-type: none; }
    .block_2 .program li {
      position: relative;
      width: 240px;
      min-height: 150px;
      margin: 10px 0;
      padding: 0 0 40px;
      text-align: center;
      transition: 0.8s; }
      .block_2 .program li:before, .block_2 .program li:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        transition: 1.2s; }
      .block_2 .program li:before {
        top: 0;
        left: 0;
        border-top: 2px solid rgba(0, 0, 0, 0.5); }
      .block_2 .program li:after {
        bottom: 0;
        right: 0;
        border-bottom: 2px solid rgba(0, 0, 0, 0.5); }
      .block_2 .program li:hover:before, .block_2 .program li:hover:after {
        width: 100%;
        height: 100%; }

.block_4 {
  padding: 50px 0;
  color: #fff; }
  .block_4 h2 {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .block_4 .price {
    display: block;
    width: 570px;
    margin: 30px auto;
    padding: 20px;
    background-color: #eaf5f5;
    box-shadow: 0 0 20px black; }
    .block_4 .price h2 {
      color: #d62626;
      text-shadow: none; }
      .block_4 .price h2 del {
        font-size: 28px;
        color: #424242; }
    .block_4 .price p {
      font-size: 20px;
      color: #000;
      text-align: center; }

.title_timer {
  margin: 20px auto;
  font-size: 22px;
  text-align: center;
  color: #d4f142;
  text-shadow: 0 2px 5px black; }

.block_5 {
  background-color: #eaf5f5;
  z-index: 3; }
  .block_5 h2 {
    margin-bottom: 40px; }
  .block_5 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    padding-left: 0;
    list-style-type: none; }
    .block_5 ul li {
      position: relative;
      width: 50%;
      margin: 0 0 10px;
      font-size: 20px;
      text-align: center; }
      .block_5 ul li img {
        display: block;
        margin: 0 auto 10px; }
      .block_5 ul li ul {
        display: block;
        margin: 20px auto;
        padding: 10px;
        transition: 1.5s linear; }
        .block_5 ul li ul img {
          float: left; }
        .block_5 ul li ul li {
          position: relative;
          padding-left: 20px;
          font-family: "RobotoBold", sans-serif;
          text-align: left; }
          .block_5 ul li ul li:before {
            content: "";
            display: inline-block; }
      .block_5 ul li:first-child {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 20px;
        background-color: #eaf5f5;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
        .block_5 ul li:first-child ul li {
          width: 100%; }

.block_6 {
  font-size: 20px; }
  .block_6 .flex_box-8 {
    padding: 20px; }

.video {
  position: relative;
  display: block;
  padding-bottom: 52%; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.carousel {
  margin: 10px 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: 3%;
    padding: 0.5% 10px 0.5% 0;
    transition: 0.8s; }
    .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:nth-child(2) {
      width: 5.2%;
      padding: 0 10px 0 0;
      z-index: 3; }
    .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: absolute;
    top: 40%;
    cursor: pointer; }
  .carousel .carousel-button-right a {
    background-image: url(../../img/carousel-right.png);
    background-repeat: no-repeat;
    right: 0; }
  .carousel .carousel-button-left a {
    background-image: url(../../img/carousel-left.png);
    background-repeat: no-repeat;
    left: 0; }
.carousel-mobile {
	display: none;
}
.garant {
  margin: 0 auto; }
  .garant img {
    float: left;
    margin-top: -10px;
    margin-right: 10px; }
  .garant p {
    margin: 10px 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); }
.letter {
	
	max-width: 700px;
	margin: 50px auto;
	font-size: 20px;
	
	
	padding-left: 70px;
	position: relative;
font-family: 'Rubik', sans-serif;
}
.letter:before {
	content: '';
	position: absolute;
	width: 49px;
	height: 51px;
	background: url(https://vladimirzakharov.com/m-activation/img/kav.jpg) no-repeat;
	left: 0;
}
.letter p {
	margin-bottom: 20px;
}
p {
	margin-bottom: 30px;
}
.program2 {
	border: 2px dashed #ff9900;
	padding: 20px;
	max-width: 500px;
	margin: 0 auto;
}
.program2 p {
	margin-bottom: 10px;
}
.setka-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.table {
	display: table;
	margin-bottom: -10px;
}
.td {
	display: table-cell;
	vertical-align: top;
}
.setka{
	width: 33%;
    margin-bottom: 40px;
	color: #505050!important;
	font-size: 16px!important;
	text-align: center;
}
.setka figure{
	width: 47px;
    height: 53px;
    background: url(https://vladimirzakharov.com/wp-content/uploads/2016/06/icons-2.png);
    background-position: -9px 0px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.setka:nth-of-type(1) figure{background-position: -9px 0px;}
.setka:nth-of-type(2) figure{background-position: 113px 0px;}
.setka:nth-of-type(3) figure{background-position: 50px 0px;}
.setka:nth-of-type(4) figure{background-position: -7px -56px;}
.setka:nth-of-type(5) figure{background-position: -71px -56px;}
.setka:nth-of-type(6) figure{background-position: 53px -56px;}
.setka:nth-of-type(7) figure{background-position: -6px 53px;}
.setka:nth-of-type(8) figure{background-position: 111px 53px;}
.setka:nth-of-type(9) figure{background-position: 51px 53px;}
.setka p{}
.price p {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}
.block_3 .box {
	max-width :700px;
	margin: 0 auto 50px;
	font-size: 20px;
	
}
.block_3 ul {
	padding-left: 0;
}
.block_3 li {
	list-style: none;
	margin-bottom: 10px;
}
.highlight {
	background: #ffffcc;
}
.flex-block{
	display: flex;
	justify-content: space-between;
}
.flex-block2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:bottom;
}
.flex-in {
	width: 50%;
}
.flex-in-img {
	width: 48%;
	margin-right: 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: 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{}
.center-main-block{
	position: relative;
	max-width: 700px;
	padding-left: 200px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
.center-main-block_full{
	padding-left: 10px;	
}
.block_6 ul {
	padding-left: 0;
}
.block_6 ul li {
	list-style: none;
	margin-bottom: 10px;
}
.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;
}
.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);
  color: #000;
}
.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;
}
.popup-container.active{
  top: 0;
  opacity: 1;
}
.popup-container2{
  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-container2.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: 26px;
	font-size: 18px;
	margin-left: 0px; 
}
.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;
}
.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);*/
}
.author-name{
  display: block;
  font-family: 'Oswald','Roboto',sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  text-align: center;
}
.order-popup{
  padding: 14px 30px 15px!important;
  background-color: #85bb65!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: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.order-popup:hover
{
  background-color: #38761d!important;
  color: #fff!important;
}
.order-container{
    margin: 20px auto;
    text-align: center;
    max-width: 400px;
}
.list-check,
.list-def,
.list-num,
.list-number{
  margin-left: 0!important;
  margin-bottom: 16px!important;
  margin-top :20px!important;
}
.list-number{
  counter-reset: list-number; 
  list-style: none!important; 
}
.list-check li,
.list-def li,
.list-num li,
.list-number li{
  margin-bottom: 14px;
  list-style: none!important;
}
.list-check li:before,
.list-def li:before{
  margin-right: 6px;
  content: "\f00c";
  color: #ff9900;
  font-family: "FontAwesome"!important;
  font-style: normal;
}
.list-def li:before{
  content: "\f064";
}
.price-block{
  flex-wrap: wrap;
}
.price-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  max-width: 49%;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border: 2px dashed #bfbfbf;
}
.price-head{}
.price-head ul{
  margin-bottom: 12px;
  text-align: left;
}
.price-head ul li{
  margin-bottom: 8px;
}
.price-head .price-title{
  margin-bottom: 16px!important;
  font-size: 24px;
  text-transform: uppercase;
}
.price-head .price-normal{
  margin-top: -10px;
  margin-bottom: 16px!important;
  font-size: 16px;
  color: #ff9900;
}
.price-item .flex-block{}
.price-box{
  display: inline-block;
  width: 100%;
}
.price-box p{
  margin-bottom: 10px!important;
}
.price{
    font-size: 24px;
}
.price strong{
  color: inherit;
    text-decoration: underline;
    text-transform: uppercase;
}
.price-special{
  color: #DD0000;
  font-size: 20px;
}
.price-val{
  font-size: 20px;
}
.price-block .order-container{
  margin-bottom: 0;
}
.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: 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;
}
.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;
}
@media screen and (max-width: 1000px){
.price-item{
    max-width: 100%;
  }
  .flex-block{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px){
	.flex-block{
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 700px){
.contact-box{
      width: 100%;
    }
    .flex-in,.flex-in-img {
	width: 100%;
	margin-bottom: 20px;
}
.flex-in-img {
	text-align: center;
}
.setka {
	width: 49%;
	}
	.popup-subtitle {
	font-size: 20px!important;
	line-height: 22px!important;
}
.popup {
    font-size: 16px;
padding: 8px;
}
.image-text {
	line-height: 18px;
	font-size: 16px;

}
}
@media screen and (max-width: 400px){
	.table {
	display: block;
}
.td {
	display: block;
	text-align: center;
	padding: 0!important;
	width: 100%!important;
}
	.setka {
	width: 100%;
	}
	.box_shadow {

    padding: 20px;
	}
	.letter {

    font-size: 18px;
    padding-left: 60px;
}
.carousel-nmobile {
	display: none!important;
}
.carousel-mobile {
	display: block;
}
	}
	@media screen and (max-width: 500px) {
	.del {
		display: none!important;
	}
	.foot {
	 text-align: center;
	}
	.foot .flex-block {
		display: block;
	}
.foot a {

    display: block;
    text-align: center;
}
}