* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style-type: none;
}

body {
  font-family: "Roboto";
  background: #fff;
  color: #787878;
  line-height: 1.2;
}

.stroke1 {
  display: inline-block;
}

.nowrap {
  white-space: nowrap
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 10px;
}

.line-item_ver {
  display: none
}

.button__evagel {
  font-family: "Roboto";
  font-weight: 900;
  font-size: 26px;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e1e1e;
  border-radius: 42px;
  background: #faa61a;
  -webkit-box-shadow: 0px 4px 0px #ffbf54, 1px 36px 44px -30px #ffbf54;
  box-shadow: 0px 4px 0px #ffbf54, 1px 36px 44px -30px #ffbf54;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#faa61a), color-stop(12%, #ffbc4b), color-stop(24%, #ffc25c), color-stop(41%, #ffca72), color-stop(62%, #ffca72), color-stop(83%, #ffbc4b), color-stop(99%, #faa61a));
  background: -webkit-linear-gradient(left, #faa61a 0%, #ffbc4b 12%, #ffc25c 24%, #ffca72 41%, #ffca72 62%, #ffbc4b 83%, #faa61a 99%);
  background: -o-linear-gradient(left, #faa61a 0%, #ffbc4b 12%, #ffc25c 24%, #ffca72 41%, #ffca72 62%, #ffbc4b 83%, #faa61a 99%);
  background: linear-gradient(to right, #faa61a 0%, #ffbc4b 12%, #ffc25c 24%, #ffca72 41%, #ffca72 62%, #ffbc4b 83%, #faa61a 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa61a', endColorstr='#faa61a', GradientType=1);
  /* IE6-9 */
  position: relative;
}

.button__evagel:after {
  content: "";
  width: 80%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
  background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  position: absolute;
  bottom: 0px;
}

.block10-item-img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px #fefefe, 0 0 0 40px #f1fbfc;
  box-shadow: 0 0 0 20px #fefefe, 0 0 0 40px #f1fbfc;
  margin: 40px;
  position: relative;
}

.line-item_hor:before,
.line-item_ver:before {
  width: 15px;
  height: 15px;
  content: '';
  border-radius: 50%;
  background: #92298e;
  position: absolute;
  z-index: 3;
  left: -7px;
  bottom: 0
}

.line-item_ver:before {
  left: inherit;
  bottom: -7px;
  right: -10px;
}

.line-item_hor {
  position: absolute;
  height: 70px;
  width: 1px;
  background: #cfcfcf;
  z-index: 2;
  left: 50%;
  bottom: -69px
}

.line-item_ver {
  height: 1px;
  width: 70px;
  position: absolute;
  right: -40px;
  bottom: 50%;
  background: #cfcfcf;
}

.block10-item-img .line-item_ver {
  right: -55px;
}

.button__evagel:hover {
  background: #ff9c35;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ff9c35), color-stop(12%, #ffae4d), color-stop(25%, #ffc768), color-stop(45%, #ffcb76), color-stop(61%, #ffcb76), color-stop(79%, #ffae4d), color-stop(99%, #ff9c35));
  background: -webkit-linear-gradient(left, #ff9c35 1%, #ffae4d 12%, #ffc768 25%, #ffcb76 45%, #ffcb76 61%, #ffae4d 79%, #ff9c35 99%);
  background: -o-linear-gradient(left, #ff9c35 1%, #ffae4d 12%, #ffc768 25%, #ffcb76 45%, #ffcb76 61%, #ffae4d 79%, #ff9c35 99%);
  background: linear-gradient(to right, #ff9c35 1%, #ffae4d 12%, #ffc768 25%, #ffcb76 45%, #ffcb76 61%, #ffae4d 79%, #ff9c35 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c35', endColorstr='#ff9c35', GradientType=1);
  /* IE6-9 */
  -webkit-box-shadow: 0px 4px 0px #ff9230;
  box-shadow: 0px 4px 0px #ff9230;
}

.show-btn {
  height: 30px;
  border-radius: 20px;
  width: 30px;
  cursor: pointer;
  background: url("../img/52ab79ad145d82fe050befaa470c40c66a740bb9.png") no-repeat center;
  background-color: #faa61a;
  -webkit-box-shadow: 0px 0px 0px 5px #f0fafb;
  box-shadow: 0px 0px 0px 5px #f0fafb;
  margin: 15px auto 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.rotate {
  background: #faa61a url("../img/minus.png") no-repeat center;
}

/*==================================BLOCK 1=======================================*/
.block1 {
  background: #ecfbfc;
  width: 100%;
}

.block1 .wrapper {
  background: url("../img/window_bgn.png") no-repeat 361px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/****LEFT****/
.block1__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 47%;
  position: relative;
}

.block1__left__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block1__left__header__logo {
  width: 117px;
  height: 33px;
}

.block1__left__header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: center;
}

.block1__left__header__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #323232;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 19px;
  border-bottom: 1px solid #dfdfdf;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.block1__left__header__item a:hover {
  border-bottom: 1px solid transparent;
}

.block1__left__header__item img {
  height: 22px;
  margin-left: 11px;
}

.block1__left__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-top: 25px;
}

.block1__left__title h1 {
  color: #92278f;
  font-size: 50px;
  font-weight: 900;
  font-family: "Roboto";
}

.block1__left__title h1 span {
  color: #faa61a;
}

.block1__left__title h2 {
  font-size: 46px;
  color: #1e1e1e;
  font-weight: 900;
  font-family: "Roboto";
  margin-top: -20px;
}

.block1__left__title p {
  font-size: 18px;
  color: #242424;
  margin-top: 23px;
}

.block1__left__title .tooltip {
  position: absolute;
  font-size: 15px;
  color: #242424;
  font-family: "Roboto";
  font-style: italic;
  right: -48px;
  top: -12px;
}

.block1__left__title .tooltip:before {
  width: 59px;
  height: 43px;
  content: '';
  background: url("../img/4312b2c4c74da5eece4e1c1172090efd682b7db1.png") center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: -77px;
  top: 2px;
}

.block1__left__pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-top: 20px;
}

.block1__left__pack .block1__left__pack__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  left: -36px;
  top: 26px;
}

.block1__left__pack .block1__left__pack__inner .left {
  background: url("../img/prod.png@v1") center no-repeat;
  background-size: contain;
  width: 185px;
  height: 263px;
  position: relative;
  z-index: 1;
}

.block1__left__pack .block1__left__pack__inner .center {
  background: url("../img/prod.png@v1") center no-repeat;
  background-size: contain;
  width: 294px;
  height: 364px;
  position: relative;
  right: 53px;
}

.block1__left__pack .block1__left__pack__inner .right {
  background: url("../img/prod.png@v1") center no-repeat;
  background-size: contain;
  width: 185px;
  height: 263px;
  position: absolute;
  right: -23px;
  top: 104px;
}

.block1__left__pack .block1__left__pack__sashe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 32px;
}

.block1__left__pack .block1__left__pack__sashe li {
  color: #faa61a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 12px;
  line-height: 1;
}

.block1__left__pack .block1__left__pack__sashe li:last-child {
  color: #942b91;
  margin-top: -4px;
}

.block1__left__pack .block1__left__pack__sashe li:last-child span {
  background: rgba(148, 43, 145, 0.78);
}

.block1__left__pack .block1__left__pack__sashe li span {
  color: #fff;
  background: #faa61a;
  border-radius: 50%;
  height: 31px;
  width: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  margin-right: 7px;
}

.block1__left__pack .button__evagel {
  position: absolute;
  bottom: 27px;
  right: -24px;
  cursor: pointer;
}

.block1__left__pack .button__evagel:after {
  left: calc(50% - 110px);
}

/****RIGHT****/
.block1__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 52%;
  background: url("../img/woman_ass.png") 1px -12px no-repeat;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block1__right .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block1__right .left li {
  width: 156px;
  position: relative;
}

.block1__right .left li:nth-child(1) {
  width: 151px;
  top: -62px;
}

.block1__right .left li:nth-child(2) {
  width: 125px;
  top: 8px;
  left: -27px;
}

.block1__right .left li:after {
  content: '';
  background: #faa61a url("../img/51c84fc7e086672127bbb16d13f37892ef5917c8.png") center no-repeat;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  position: absolute;
  display: block;
  right: -32px;
  top: 45px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.34902);
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.34902);
}

.block1__right .left li p {
  padding: 10px 0px;
  color: #212121;
  font-size: 20px;
  border-bottom: 1px dashed #afbbbd;
  font-weight: 900;
  font-family: "Roboto";
  line-height: 1;
}

.block1__right .left li .text {
  font-size: 15px;
  color: #7b7b7b;
  padding: 10px 0px;
  display: block;
}

.block1__right .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block1__right .right li {
  width: 156px;
  position: relative;
  text-align: right;
}

.block1__right .right li:nth-child(1) {
  top: -52px;
  width: 157px;
  right: -10px;
}

.block1__right .right li:nth-child(2) {
  top: -2px;
  width: 109px;
  left: -20px;
}

.block1__right .right li:nth-child(3) {
  top: 14px;
  width: 168px;
}

.block1__right .right li:before {
  content: '';
  background: #faa61a url("../img/51c84fc7e086672127bbb16d13f37892ef5917c8.png") center no-repeat;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: -32px;
  top: 45px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.34902);
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.34902);
}

.block1__right .right li p {
  padding: 10px 0px;
  color: #212121;
  font-size: 20px;
  border-bottom: 1px dashed #afbbbd;
  font-weight: 900;
  font-family: "Roboto";
  line-height: 1;
}

.block1__right .right li .text {
  font-size: 15px;
  color: #7b7b7b;
  padding: 10px 0px;
  display: block;
}

.adaptive__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block1__left__pack__adaptive {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-top: 20px;
}

.block1__left__pack__adaptive .block1__left__pack__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  left: -36px;
  top: 26px;
}

.block1__left__pack__adaptive .block1__left__pack__inner .left {
  background: url("../img/prod.png@v1") center no-repeat;
  background-size: contain;
  width: 185px;
  height: 263px;
  position: relative;
  z-index: 1;
}

.block1__left__pack__adaptive .block1__left__pack__inner .center {
  background: url("../img/prod.png@v1") center no-repeat;
  background-size: contain;
  width: 294px;
  height: 364px;
  position: relative;
  right: 53px;
}

.block1__left__pack__adaptive .block1__left__pack__inner .right {
  background: url("../img/prod.png@v1") center no-repeat;
  background-size: contain;
  width: 185px;
  height: 263px;
  position: absolute;
  right: -23px;
  top: 104px;
}

.block1__left__pack__adaptive .block1__left__pack__sashe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 32px;
}

.block1__left__pack__adaptive .block1__left__pack__sashe li {
  color: #faa61a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 12px;
  line-height: 1;
}

.block1__left__pack__adaptive .block1__left__pack__sashe li:last-child {
  color: #942b91;
  margin-top: -4px;
}

.block1__left__pack__adaptive .block1__left__pack__sashe li:last-child span {
  background: rgba(148, 43, 145, 0.78);
}

.block1__left__pack__adaptive .block1__left__pack__sashe li span {
  color: #fff;
  background: #faa61a;
  border-radius: 50%;
  height: 31px;
  width: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  margin-right: 7px;
}

.block1__left__pack__adaptive .button__evagel {
  position: absolute;
  bottom: 27px;
  right: -24px;
  cursor: pointer;
}

.block1__left__pack__adaptive .button__evagel:after {
  left: calc(50% - 110px);
}

/*==================================BLOCK 2=======================================*/
.block2 {
  background: #fff;
  width: 100%;
  padding-bottom: 73px;
}

.block2 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 85px 10px 0px;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block2 .wrapper h1 {
  color: #1e1e1e;
  text-align: center;
  font-weight: 900;
  font-family: "Roboto";
  font-size: 45px;
  margin-bottom: 25px;
  position: relative;
}

.block2 .wrapper h1 :before {
  width: 59px;
  height: 43px;
  content: '';
  background: url("../img/4e918b13efed50df43b6b52b0e640464c82865b6.png") center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 73px;
  top: 84px;
}

.block2__wikipedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block2__wikipedia img {
  width: 109px;
  height: 124px;
}

.block2__wikipedia .block2__wikipedia__text {
  width: 82%;
}

.block2__wikipedia .block2__wikipedia__text p {
  margin-bottom: 19px;
  font-size: 18px;
  color: #787878;
  line-height: 1.5;
}

.block2__wikipedia .block2__wikipedia__text p .wiki_bold {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 500;
  color: #1e1e1e;
}

.block2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.block2__list .left {
  border: 1px solid #dadada;
  border-radius: 8px;
  position: relative;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block2__list .left .block2__list__imgtop {
  background: #fff;
  position: absolute;
  top: -43px;
}

.block2__list .left ul {
  margin-top: 43px;
}

.block2__list .left ul li {
  color: #1e1e1e;
  font-size: 19px;
  position: relative;
  line-height: 2;
  font-family: "Roboto";
  font-weight: 500;
}

.block2__list .left ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  left: -22px;
  top: 16px;
  height: 4px;
  background: #da4916;
}

.block2__list .left p {
  color: #da4916;
  font-size: 22px;
  font-family: "Roboto";
  font-weight: 500;
  margin: 27px 0px 44px;
}

.block2__list .right {
  border: 1px solid #dadada;
  border-radius: 8px;
  position: relative;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block2__list .right .block2__list__imgtop {
  background: #fff;
  position: absolute;
  top: -43px;
}

.block2__list .right ul {
  margin-top: 43px;
}

.block2__list .right ul li {
  color: #1e1e1e;
  font-size: 19px;
  position: relative;
  line-height: 2;
  font-family: "Roboto";
  font-weight: 500;
}

.block2__list .right ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  left: -22px;
  top: 16px;
  height: 4px;
  background: #689c41;
}

.block2__list .right p {
  color: #689c41;
  font-size: 22px;
  font-family: "Roboto";
  font-weight: 500;
  margin: 27px 0px 44px;
}

/*==================================BLOCK 3=======================================*/
.block3__around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.block3__around .button__evagel {
  margin-top: -38px;
  width: 422px;
  cursor: pointer;
  z-index: 3;
}

.block3__around .button__evagel:after {
  left: 10%;
}

.block3 {
  background: url("../img/window_bgn3.png");
  background-color: #ecfbfc;
  overflow: hidden;
  width: 100%;
}

.block3 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 76px 10px 55px;
}

.block3 .wrapper h1 {
  font-size: 47px;
  font-weight: 900;
  font-family: "Roboto";
  color: #1e1e1e;
  text-align: center;
}

.block3 .wrapper h1 .evagel {
  color: #92278f;
}

.block3 .wrapper h1 .evagel .evagel-y {
  color: #faa61a;
}

.block3__courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.block3__courses .left {
  background: url("../img/before.png") no-repeat;
  height: 624px;
  width: 493px;
  background-size: contain;
  position: absolute;
  left: -103px;
  bottom: -55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block3__courses .left p {
  font-size: 38px;
  color: #bad6ec;
  position: relative;
  font-family: "Roboto";
  font-weight: 700;
  top: 149px;
  right: 16px;
}

.block3__courses .right {
  background: url("../img/after.png") no-repeat;
  height: 625px;
  width: 487px;
  background-size: contain;
  position: absolute;
  right: -97px;
  bottom: -55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block3__courses .right p {
  font-size: 38px;
  color: #bad6ec;
  position: relative;
  font-family: "Roboto";
  font-weight: 700;
  top: 149px;
  right: 29px;
}

.block3__courses .center {
  width: 538px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block3__courses .center h2 {
  color: #737373;
  font-size: 20px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.5;
  font-weight: normal;
  width: 100%;
}

.block3__courses .center .block3__center__checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 41px 0px 20px;
  position: relative;
  left: 43px;
}

.block3__courses .center .block3__center__checks .item {
  font-size: 20px;
  color: #212121;
  font-family: "Roboto";
  font-weight: 700;
  position: relative;
  width: 187px;
  margin: 0px 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block3__courses .center .block3__center__checks .item:before {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/a17f2a8a438c991bf819b7eb8aeca519aac2bd22.png") center no-repeat;
  height: 30px;
  width: 30px;
  left: -39px;
  top: 5px;
}

.block3__courses .center .block3__center__packs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block3__courses .center .block3__center__packs .left__pack {
  background: url("../img/prod.png@v1") no-repeat;
  height: 307px;
  width: 215px;
  background-size: contain;
  position: relative;
  left: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block3__courses .center .block3__center__packs .left__pack .tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block3__courses .center .block3__center__packs .left__pack .tooltip p {
  color: #faa61a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 13px;
  line-height: 1;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 131px;
  padding-left: 18px;
  -webkit-box-shadow: -2px 5px 7px 2px #d5edef7a;
  box-shadow: -2px 5px 7px 2px #d5edef7a;
  border-radius: 5px;
  position: relative;
  right: -12px;
  top: 46px;
  font-weight: 700;
  font-family: "Roboto";
}

.block3__courses .center .block3__center__packs .left__pack .tooltip p:after {
  content: '';
  display: block;
  border: 20px solid transparent;
  border-left: 32px solid #fff;
  position: absolute;
  right: -36px;
  top: 6px;
}

.block3__courses .center .block3__center__packs .left__pack .tooltip p span {
  color: #fff;
  background: #faa61a;
  border-radius: 50%;
  height: 37px;
  width: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  margin-right: 7px;
}

.block3__courses .center .block3__center__packs .right__pack {
  background: url("../img/prod.png@v1") no-repeat;
  height: 307px;
  width: 215px;
  background-size: contain;
  position: relative;
  right: 49px;
  background-position: center center;
  background-size: 100% auto;
}

.block3__courses .center .block3__center__packs .right__pack .tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block3__courses .center .block3__center__packs .right__pack .tooltip p {
  color: #942b91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 13px;
  line-height: 1;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-family: "Roboto";
  font-weight: 700;
  width: 128px;
  padding-left: 23px;
  -webkit-box-shadow: -2px 5px 7px 2px #d5edef7a;
  box-shadow: -2px 5px 7px 2px #d5edef7a;
  border-radius: 5px;
  position: relative;
  right: -51px;
  top: 167px;
}

.block3__courses .center .block3__center__packs .right__pack .tooltip p:after {
  content: '';
  display: block;
  border: 20px solid transparent;
  border-left: 32px solid #fff;
  position: absolute;
  right: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -36px;
  top: 6px;
}

.block3__courses .center .block3__center__packs .right__pack .tooltip p span {
  color: #fff;
  background: #942b91;
  border-radius: 50%;
  height: 37px;
  width: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  margin-right: 7px;
}

.block3__courses .center .button__evagel {
  position: absolute;
  bottom: -86px;
  left: 51px;
  width: 422px;
  cursor: pointer;
  z-index: 3;
}

/*==================================BLOCK 4=======================================*/
.block4 {
  background: #fff;
  width: 100%;
  z-index: 1;
}

.block4 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 76px 10px 92px;
}

.block4 .wrapper h1 {
  font-size: 47px;
  font-weight: 900;
  font-family: "Roboto";
  color: #1e1e1e;
  text-align: center;
}

.block4 .wrapper h1 .evagel {
  color: #faa61a;
}

.block4 .wrapper h1 .evagel .evagel-y {
  color: #92278f;
}

.block4__usage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block4__usage p {
  color: #737373;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 500;
  margin-top: 32px;
  text-align: center;
  line-height: 1.5;
}

.block4__usage h2 {
  font-family: "Roboto";
  font-weight: 700;
  color: #1e1e1e;
  font-size: 24px;
  margin-top: 34px;
}

.block4__usage .block4__usage__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 54px;
  margin-bottom: 19px;
}

.block4__usage .block4__usage__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 269px;
  position: relative;
}

.block4__usage .block4__usage__items .item:after {
  background: #efefef;
  width: 1px;
  position: absolute;
  display: block;
  height: 82%;
  top: 0;
  content: '';
  right: -13px;
}

.block4__usage .block4__usage__items .item:last-child:after {
  width: 0px;
}

.block4__usage .block4__usage__items .item img {
  height: 140px;
}

.block4__usage .block4__usage__items .item h4 {
  font-size: 18px;
  color: #212121;
  font-family: "Roboto";
  font-weight: 500;
  margin-top: 12px;
}

.block4__usage .block4__usage__items .item .text-container {
  text-align: center;
  font-size: 17px;
  height: 55px;
  overflow: hidden;
  line-height: 1.5;
  margin-top: 0px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  font-family: "Roboto";
  width: 269px;
  margin-top: 5px;
}

.block4__usage .block4__usage__items .item .show {
  height: 128px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.block4__usage .block4__text {
  font-size: 18px;
  color: #787878;
  font-family: "Roboto";
  margin-bottom: 20px;
  width: 100%;
}

.block4__usage h4 {
  color: #1e1e1e;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 500;
  text-align: center;
}

.block4__usage h4 .evagel {
  color: #faa61a;
}

.block4__usage h4 .evagel .evagel-y {
  color: #92278f;
}

/*==================================BLOCK 5=======================================*/
.block5 {
  background: #ecfbfc;
  width: 100%;
  z-index: 1;
  /*background: #ecfbfc url("../img/../img/window_bgn4.png") no-repeat left;*/
  background-size: contain;
}

.block5 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 76px 10px 0px;
}

.block5 .wrapper h1 {
  font-size: 47px;
  font-weight: 900;
  font-family: "Roboto";
  color: #1e1e1e;
  text-align: center;
}

.block5 .wrapper h1 .evagel {
  color: #faa61a;
}

.block5 .wrapper h1 .evagel .evagel-y {
  color: #92278f;
}

.block5 .wrapper h2 {
  color: #737373;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 500;
  margin-top: 32px;
  text-align: center;
  line-height: 1.5;
}

.block5__publish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.block5__publish .left {
  /*background: url(../img/woman_journal.png) no-repeat 0px 56px;*/
  height: 814px;
  width: 430px;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}

.block5__publish .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 690px;
  margin-top: 61px;
  padding-bottom: 48px;
}

.block5__publish .right .show-btn {
  margin: 12px 0;
}

.block5__publish .right h3 {
  font-size: 20px;
  color: #1e1e1e;
}

.block5__publish .right h3 span {
  font-weight: 900;
  font-family: "Roboto";
}

.block5__publish .right .massage {
  font-size: 18px;
  color: #202020;
  font-family: "Roboto";
  font-style: italic;
  background: #e0f2f3;
  padding: 21px 19px 23px 35px;
  position: relative;
  margin: 25px 0 9px;
  width: 635px;
  line-height: 1.5;
}

.block5__publish .right .massage:after {
  height: 15px;
  width: 23px;
  content: '';
  display: block;
  position: absolute;
  right: 14px;
  top: 59px;
  background: url("../img/kavicki.png") no-repeat center;
}

.block5__publish .right .massage:before {
  content: '';
  background: url("../img/massage_thing.png") center no-repeat;
  display: block;
  width: 29px;
  height: 17px;
  position: absolute;
  left: -23px;
  top: 41px;
}

.block5__publish .right .block5__publish__text {
  color: #737373;
  font-size: 18px;
  line-height: 1.5;
  height: 494px;
  overflow: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: relative;
}

.block5__publish .right .block5__publish__text:before {
  height: 82px;
  width: 100%;
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ecfbfc+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 251, 252, 0)), color-stop(1%, rgba(236, 251, 252, 0.01)), to(#ecfbfc));
  background: -webkit-linear-gradient(top, rgba(236, 251, 252, 0) 0%, rgba(236, 251, 252, 0.01) 1%, #ecfbfc 100%);
  background: -o-linear-gradient(top, rgba(236, 251, 252, 0) 0%, rgba(236, 251, 252, 0.01) 1%, #ecfbfc 100%);
  background: linear-gradient(to bottom, rgba(236, 251, 252, 0) 0%, rgba(236, 251, 252, 0.01) 1%, #ecfbfc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ecfbfc', GradientType=0);
  /* IE6-9 */
}

.block5__publish .right .block5__publish__text p {
  margin-top: 14px;
}

.block5__publish .right .block5__publish__text .boldtext {
  font-family: "Roboto";
  font-weight: 500;
  color: #1f1f1f;
}

.block5__publish .right .block5__publish__text.show:before {
  display: none !important;
}

.block5__publish .right .show {
  height: 604px;
}

/*==================================BLOCK 6=======================================*/
.block6 {
  background: #fff;
  width: 100%;
  z-index: 1;
  padding-bottom: 73px;
}

.block6 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 76px 10px 0px;
}

.block6 .wrapper h1 {
  font-size: 47px;
  font-family: "Roboto";
  font-weight: 900;
  color: #1e1e1e;
  text-align: center;
}

.block6 .wrapper h1 .evagel {
  color: #faa61a;
}

.block6 .wrapper h1 .evagel .evagel-y {
  color: #92278f;
}

.block6 .wrapper h2 {
  color: #737373;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 500;
  margin-top: 32px;
  text-align: center;
  line-height: 1.5;
}

.block6__focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dadada;
  padding-bottom: 46px;
  position: relative;
}

.block6__focus:before {
  position: absolute;
  display: block;
  content: '';
  width: 19px;
  height: 19px;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  bottom: -10px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  background: #fff;
}

.block6__focus .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #dadada;
  padding: 20px 8px 18px 20px;
  border-radius: 10px;
  margin-top: 34px;
  width: 366px;
}

.block6__focus .left p {
  color: #868686;
  font-size: 20px;
  line-height: 1.5;
}

.block6__focus .left p:nth-child(2) {
  padding-bottom: 16px;
  margin-bottom: 11px;
  position: relative;
}

.block6__focus .left p:nth-child(2):after {
  position: absolute;
  content: '';
  background: #dadada;
  height: 1px;
  width: 94%;
  display: block;
  top: 45px;
}

.block6__focus .left p:nth-child(3) {
  margin-bottom: 14px;
}

.block6__focus .left p .medium-text {
  color: #000000;
  font-family: "Roboto";
  font-weight: 500;
}

.block6__focus .left p .bold-text {
  color: #000000;
  font-weight: 900;
  font-family: "Roboto";
}

.block6__focus .left .block6__focus__text {
  font-size: 18px;
  margin-bottom: 10px;
}

.block6__focus .center {
  background: url("../img/man.png") no-repeat center;
  width: 225px;
  height: 437px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: 39px;
}

.block6__focus .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
}

.block6__focus .right .block6__right__text {
  color: #1e1e1e;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: 500;
  margin-bottom: 13px;
  margin-top: 28px;
}

.pro1 {
  background: url("../img/lines.png") left;
  width: 500px;
  height: 53px;
  border-radius: 10px;
  background-repeat: repeat-y;
  background-color: orange;
  background-position-y: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: 100%;
}

.pro2,
.pro3,
.pro4 {
  background: url("../img/dashed.png") left;
  width: 500px;
  height: 53px;
  border-radius: 10px;
  background-repeat: repeat-y;
  background-color: orange;
  background-position-y: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pro2 {
  background-size: 90%;
}

.pro3 {
  background-size: 94%;
}

.pro4 {
  background-size: 97%;
}

.progress__bgn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress__bgn p {
  font-size: 18px;
  font-family: "Roboto";
  font-weight: 500;
  color: #fff;
}

.pro11 {
  font-size: 23px;
  font-weight: 900;
  font-family: "Roboto";
  color: #fff;
  margin-right: 6px;
  margin-left: 23px;
}

.block6__diagramm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 26px;
}

.block6__diagramm h3 {
  font-family: "Roboto";
  font-weight: 900;
  font-size: 26px;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

.block6__diagramm .block6__diagramm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block6__diagramm .block6__diagramm__inner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.block6__diagramm .block6__diagramm__inner .line_x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.block6__diagramm .block6__diagramm__inner .line_x p {
  color: #000;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 18px;
  margin-left: 75px;
  margin-top: -48px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block6__diagramm .block6__diagramm__inner .line_x p:last-child:before {
  background: #cfcfcf;
}

.block6__diagramm .block6__diagramm__inner .line_x p:before {
  width: 13px;
  position: absolute;
  height: 13px;
  border-radius: 50%;
  background: #faa61a;
  content: '';
  display: block;
  left: -25px;
}

/*==================================BLOCK 7=======================================*/
.block7 {
  background: url("../img/window_bgn3.png");
  background-color: #ecfbfc;
  overflow: hidden;
  width: 100%;
}

.block7 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 76px 10px 55px;
}

.block7 .wrapper h1 {
  font-size: 47px;
  font-weight: 900;
  font-family: "Roboto";
  color: #1e1e1e;
  text-align: center;
}

.block7 .wrapper h1 .evagel {
  color: #92278f;
}

.block7 .wrapper h1 .evagel .evagel-y {
  color: #faa61a;
}

.block7 .wrapper h2 {
  color: #737373;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 500;
  margin-top: 32px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
}

.block7__course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 42px;
}

.block7__course .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 50%;
  margin-left: -22px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.block7__course .left .left__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block7__course .left .left__img .left__img__top {
  width: 190px;
  height: 56px;
  background-size: contain;
  margin-left: 51px;
  margin-bottom: 12px;
  position: relative;
}

.block7__course .left .left__img .left__img__top:after {
  border-bottom: 1px dashed #b6c1c2;
  content: '';
  display: block;
  position: absolute;
  width: 97%;
  height: 1px;
  top: 55px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.block7__course .left .left__img .left__img__bottom {
  background: url("../img/prod.png@v1") no-repeat center;
  width: 245px;
  height: 301px;
  background-size: contain;
}

.block7__course .left .left__text {
  /* display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; */
  margin-left: 18px;
}

.block7__course .left .left__text h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 22px;
  color: #000;
  font-family: "Roboto";
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.block7__course .left .left__text h4 img {
  background: #fff;
  margin-left: 29px;
  padding: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 7px 0px #def3f5;
  box-shadow: 0px 5px 7px 0px #def3f5;
}

.block7__course .left .left__text p {
  color: #878787;
  font-size: 18px;
  line-height: 1.3;
}

.block7__course .left .left__text h5 {
  font-size: 18px;
  color: #1e1e1e;
  margin: 23px 0px;
}

.block7__course .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 51%;
  margin-left: -22px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.block7__course .right .right__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block7__course .right .right__img .right__img__top {
  width: 190px;
  height: 56px;
  background-size: contain;
  margin-left: 51px;
  margin-bottom: 12px;
  position: relative;
}

.block7__course .right .right__img .right__img__top:after {
  border-bottom: 1px dashed #b6c1c2;
  content: '';
  display: block;
  position: absolute;
  width: 97%;
  height: 1px;
  top: 55px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.block7__course .right .right__img .right__img__bottom {
  background: url("../img/prod.png@v1") no-repeat center;
  width: 245px;
  height: 301px;
  background-size: contain;
}

.block7__course .right .right__text {
  /* display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; */
  margin-left: 18px;
}

.block7__course .right .right__text h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 22px;
  color: #000;
  font-family: "Roboto";
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.block7__course .right .right__text h4 span {
  background: #fff;
  margin-left: 29px;
  padding: 10px 9px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 7px 0px #def3f5;
  box-shadow: 0px 5px 7px 0px #def3f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block7__course .right .right__text p {
  color: #878787;
  font-size: 18px;
  line-height: 1.3;
}

.block7__course .right .right__text h5 {
  font-size: 18px;
  color: #1e1e1e;
  margin: 23px 0px;
}

/*==================================BLOCK 8=======================================*/
.block8 {
  background: #fff;
  width: 100%;
  z-index: 1;
}

.block8 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 76px 10px 92px;
}

.block8 .wrapper h1 {
  font-size: 47px;
  font-weight: 900;
  font-family: "Roboto";
  color: #1e1e1e;
  text-align: center;
}

.block8 .wrapper h1 .evagel {
  color: #faa61a;
}

.block8 .wrapper h1 .evagel .evagel-y {
  color: #92278f;
}

.block8__usage__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 54px;
  margin-bottom: 19px;
}

.block8__usage__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 269px;
  position: relative;
}

.block8__usage__items .item:after {
  background: white;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(27%, #efefef), color-stop(67%, #efefef), to(white));
  background: -webkit-linear-gradient(top, white 0%, #efefef 27%, #efefef 67%, white 100%);
  background: -o-linear-gradient(top, white 0%, #efefef 27%, #efefef 67%, white 100%);
  background: linear-gradient(to bottom, white 0%, #efefef 27%, #efefef 67%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  width: 1px;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  content: '';
  right: -13px;
}

.block8__usage__items .item:last-child:after {
  width: 0px;
}

.block8__usage__items .item img {
  margin-bottom: -3px;
}

.block8__usage__items .item h4 {
  font-size: 20px;
  color: #212121;
  font-family: "Roboto";
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
  margin-bottom: 4px;
}

.block8__usage__items .item .text-container {
  text-align: center;
  font-size: 17px;
  height: 174px;
  overflow: hidden;
  line-height: 1.5;
  margin-top: 0px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  font-family: "Roboto";
  width: 227px;
}

.block8__usage__items .item .show {
  height: 281px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*==================================BLOCK 9=======================================*/
.block9 {
  background: url("../img/window_bgn3.png");
  background-color: #ecfbfc;
  width: 100%;
}

.block9 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 76px 10px 55px;
}

.block9 .wrapper h1 {
  font-size: 47px;
  font-family: "Roboto";
  font-weight: 900;
  color: #1e1e1e;
  text-align: center;
}

.block9 .wrapper h1 .evagel {
  color: #92278f;
}

.block9 .wrapper h1 .evagel .evagel-y {
  color: #faa61a;
}

.block9 .wrapper h2 {
  color: #737373;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 500;
  margin-top: 22px;
  margin-bottom: -12px;
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
}

.block9 .wrapper .button__evagel {
  width: 261px;
  margin-top: 35px;
  cursor: pointer;
  z-index: 1;
}

.block9 .wrapper .button__evagel:after {
  left: 10%;
}

.block9__usage__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 54px;
  margin-bottom: 19px;
}

.block9__usage__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 285px;
  position: relative;
  margin: 0 39px;
}

.block9__usage__items .item img {
  margin-bottom: -3px;
}

.block9__usage__items .item h4 {
  font-size: 20px;
  color: #212121;
  font-family: "Roboto";
  font-weight: 700;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 6px;
  width: 100%;
}

.block9__usage__items .item h5 {
  font-family: "Roboto";
  font-weight: 500;
  color: #212121;
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 20px;
}

.block9__usage__items .item .text-container {
  text-align: center;
  font-size: 18px;
  height: 166px;
  overflow-y: scroll;
  line-height: 1.5;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  font-family: "Roboto";
  width: 285px;
  margin: 0 auto;
  position: relative;
}

.block9__usage__items .item .text-container::-webkit-scrollbar {
  width: 0
}

.block9__usage__items .item .text-container .mCustomScrollBox:before {
  height: 82px;
  width: 100%;
  opacity: 1;
  position: absolute;
  content: '';
  display: block;
  z-index: 2;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ecfbfc+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 251, 252, 0)), color-stop(1%, rgba(236, 251, 252, 0.01)), to(#ecfbfc));
  background: -webkit-linear-gradient(top, rgba(236, 251, 252, 0) 0%, rgba(236, 251, 252, 0.01) 1%, #ecfbfc 100%);
  background: -o-linear-gradient(top, rgba(236, 251, 252, 0) 0%, rgba(236, 251, 252, 0.01) 1%, #ecfbfc 100%);
  background: linear-gradient(to bottom, rgba(236, 251, 252, 0) 0%, rgba(236, 251, 252, 0.01) 1%, #ecfbfc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ecfbfc', GradientType=0);
  /* IE6-9 */
}

.block9__usage__items .item .text-container.active .mCustomScrollBox:before {
  height: 0;
  opacity: 0;
}

.block9__usage__items .item .show {
  height: 546px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.block9__usage__items .item .show:before {
  display: none;
}

/*==================================BLOCK 10=======================================*/
.block10 {
  background: #fff;
  width: 100%;
  z-index: 1;
}

.block10 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 76px 10px 64px;
}

.block10 .wrapper h1 {
  font-size: 47px;
  font-family: "Roboto";
  font-weight: 900;
  color: #1e1e1e;
  text-align: center;
}

.block10 .wrapper h1 .evagel {
  color: #faa61a;
}

.block10 .wrapper h1 .evagel .evagel-y {
  color: #92278f;
}

.block10__usage__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 54px;
  margin-bottom: 19px;
}

.block10__usage__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 285px;
  position: relative;
  margin: 0 57px;
}

.block10__usage__items .item img {
  margin-bottom: -3px;
}

.block10__usage__items .item h4 {
  font-size: 23px;
  color: #212121;
  font-family: "Roboto";
  font-weight: 700;
  margin-top: 45px;
  text-align: center;
  margin-bottom: 22px;
  width: 100%;
}

.block9-item-img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 15px #e3f6f8, 0 0 0 25px #e7f8f9;
  box-shadow: 0 0 0 15px #e3f6f8, 0 0 0 25px #e7f8f9;
  margin: 25px;
  position: relative;
}

.block9-item-img .item-line_hor {
  background: #f2d494;
  bottom: -50px
}

.block10__usage__items .item .text-container-n {
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  line-height: 1.5;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  font-family: "Roboto";
  width: 285px;
  margin: 0 auto;
  position: relative;
}

/*==================================FOOTER=======================================*/
.footer {
  background: #fff;
  width: 100%;
  z-index: 1;
}

.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 76px 10px 30px;
}

.footer .wrapper .everad__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .wrapper .everad__logo img {
  margin-right: 27px;
}

.footer .wrapper .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .wrapper .privacy a {
  color: #878787;
  text-decoration: underline;
}

.footer .wrapper .indificator {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.footer .wrapper p {
  font-size: 17px;
  line-height: 1.5;
  color: #878787;
}

/*==================================POPUP=======================================*/
.ever-popup__inner {
  width: 785px !important;
}

.ever-popup__body {
  background: url("../img/bgnpopup.png") no-repeat left 0px;
  background-color: #fff;
  padding: 9px 44px 6px 44px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 24px 1px #2f2f2f;
  box-shadow: 0px 0px 24px 1px #2f2f2f;
  z-index: 5;
  position: relative !important;
}

.popup__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup__pack {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  left: -36px;
  top: 26px;
}

.popup__pack .left {
  background: url("../img/prod.png@v1") center no-repeat;
  background-size: contain;
  width: 144px;
  height: 210px;
  position: relative;
  z-index: 1;
  top: 20px;
}

.popup__pack .center {
  background: url("../img/prod.png@v1") center no-repeat;
  background-size: contain;
  width: 236px;
  height: 312px;
  position: relative;
  right: 34px;
  top: 25px;
}

.popup__pack .center .plashka {
  position: absolute;
  background: url("../img/856dd6c680af49e4e29d4de4a21bc532cbb30cbc.png") center no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 77px;
  height: 77px;
  top: -10px;
  right: 0;
  font-size: 38px;
  color: #1e1e1e;
  font-family: "Roboto";
  font-weight: 700;
  display: none;
}

.popup__pack .center .plashka span {
  position: absolute;
  font-size: 21px;
  text-shadow: 0px 1px 1px #f1a33c;
  right: 15px;
  top: 30px;
}

.popup__pack .right {
  background: url("../img/prod.png@v1") center no-repeat;
  background-size: contain;
  width: 156px;
  height: 216px;
  position: absolute;
  right: -29px;
  top: 123px;
}

.form__popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: -14px;
}

.form__popup .price__block {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
}

.form__popup .price__block .old__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #747474;
  font-size: 14px;
  position: relative;
}

.form__popup .price__block .old__price:after {
  background: url("../img/troght.png") no-repeat;
  width: 67px;
  height: 16px;
  content: '';
  display: block;
  position: absolute;
  top: 33px;
}

.form__popup .price__block .old__price .price {
  color: #2f2f2f;
  margin-top: 4px;
}

.form__popup .price__block .old__price .price .x_price_previous {
  font-size: 39px;
  font-family: "Roboto";
  font-weight: 900;
  position: relative;
}

.form__popup .price__block .old__price .price .x_currency {
  font-size: 16px;
}

.form__popup .price__block .new__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #747474;
  font-size: 14px;
}

.form__popup .price__block .new__price .price {
  color: #2f2f2f;
}

.form__popup .price__block .new__price .price .x_price_current {
  font-size: 44px;
  font-family: "Roboto";
  font-weight: 900;
  color: #92278f;
}

.form__popup .price__block .new__price .price .color_cur {
  color: #92278f;
}

.form__popup .form {
  margin-top: 23px;
}

.form__popup .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -15px
}

.form__popup .form form select, .form__popup .form form input {
  margin: 7px 10px;
  font-size: 18px;
  color: #787878;
  padding: 10px 29px;
  border-radius: 37px;
  border: 1px solid #cccccc;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  max-width: 280px;
}

.form__popup .form form .submit-btn {
  border: none;
  font-size: 26px;
  margin-top: 9px;
  cursor: pointer;
  outline: none;
}

.form__popup .form form .submit-btn:after {
  left: 10%;
}

.form__title {
  text-align: center;
  font-size: 28px;
  color: #92278f;
}

.price__title {
  text-align: center;
}

.price__star {
  font-size: 22px;
  font-weight: bold;
  color: #92278f;
}

.star__description {
  text-align: center;
  margin-top: 15px;
}

.ever-popup__close {
  height: 59px !important;
  background: #e2a032;
  border-radius: 10px !important;
  right: 2px !important;
  top: -11px !important;
  width: 56px !important;
}

.ever-popup__close:after,
.ever-popup__close:before {
  width: 32px !important;
  height: 2px !important;
  background: #000 !important;
  right: 12px !important;
  top: 24px !important;
}

.modal p {
  color: #74ac4a;
  margin-top: 0px;
  font-family: "Roboto";
  font-weight: 700;
}

.modal p.comment_privacy {
  color: #fff;
  font-family: "Roboto";
  font-style: italic;
  font-size: 13px;
}

.wrong p {
  color: #502525;
  margin-top: 0px;
  font-family: "Roboto";
  font-weight: 700;
}

@media screen and (min-width: 0\0) {
  .popup__pieces {
    height: auto !important;
  }
}

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

  .block1__left {
    width: 480px;
  }

  .block1__right {
    width: 484px;
  }

  .block1__right .right li:nth-child(1) {
    top: -51px;
    width: 132px;
    right: -39px;
  }

  .adaptive__block1 {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block1__right .right li:nth-child(2) {
    top: -2px;
    width: 109px;
    left: 58px;
  }

  .block2__list .left ul li,
  .block2__list .right ul li {
    font-size: 18px;
  }

  .block2__list .left p,
  .block2__list .right p {
    font-size: 20px;
  }

  .block2 {
    padding-bottom: 20px;
  }

  .block2 .wrapper h1 :before {
    display: none;
  }

  .block3 {
    overflow: visible;
  }

  .block3__courses .right {
    right: 0;
    height: 383px;
    width: 309px;
    bottom: -30px;
  }

  .block3__courses .left {
    left: 0;
    height: 383px;
    width: 309px;
    bottom: -30px;
  }

  .block3__courses .center .button__evagel {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .block3 .wrapper {
    padding: 20px 10px 30px;
  }

  .block3__courses .center .block3__center__checks .item {
    margin: 0;
  }

  .block3__courses .center .block3__center__checks {
    margin: 15px 0px 20px;
  }

  .block3__courses .right p {
    right: 21px;
  }

  .block4__usage .block4__usage__items .item:after {
    display: none;
  }

  .block4__usage .block4__usage__items .item .text-container {
    font-size: 15px;
  }

  .block4__usage .block4__usage__items .item .text-container {
    height: 48px;
    width: 214px;
  }

  .block4__usage .block4__usage__items .item .show {
    height: 112px;
  }

  .block5 .wrapper {
    padding: 35px 10px 0px;
  }

  .block5__publish .right {
    width: 55%;
  }

  .block5__publish .right .show {
    height: auto;
  }

  .block5__publish .right .massage {
    width: auto;
  }

  .pro1,
  .pro2,
  .pro3,
  .pro4 {
    width: 360px;
  }

  .block6 .wrapper {
    padding: 35px 10px 0px;
  }

  .block6__focus .right .block6__right__text {
    width: 360px;
  }

  .block6__focus .center {
    margin-left: 14px;
  }

  .block6__diagramm .block6__diagramm__inner .line_x p {
    font-size: 14px;
  }

  .block7 .wrapper {
    padding: 35px 10px 0px;
  }

  .block8 .wrapper {
    padding: 35px 10px 92px;
  }

  .block9 .wrapper {
    padding: 35px 10px 55px;
  }

  .block8__usage__items .item:after {
    display: none;
  }

  .block9__usage__items .item {
    width: 263px;
  }

  .block10 .wrapper {
    padding: 35px 10px 64px;
  }

  .block10__usage__items .item {
    margin: 0 20px;
  }
}

@media screen and (max-width: 992px) {
  .block1 .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 10px;
  }

  .adaptive__block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }

  .block1__left__pack,
  .block1__left__title p,
  .block1__left__header {
    display: none;
  }

  .block1__left__title {
    margin-top: 0px;
  }

  .block1__right {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: left;
    margin-top: 10px;
    width: auto;
    padding: 0px 45px;
  }

  .block1__right .left li p,
  .block1__right .right li p {
    padding: 5px 0px;
    font-size: 17px;
  }

  .block1__left__pack__adaptive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .block1__right .left li .text,
  .block1__right .right li .text {
    font-size: 14px;
    padding: 5px 0px;
  }

  .block1__right .left li:nth-child(n),
  .block1__right .right li:nth-child(n) {
    top: 0;
    right: 0;
    left: 0;
    text-align: left;
    width: auto;
  }

  .block1__right .left li:after,
  .block1__right .right li:before {
    left: -39px;
    right: auto;
    top: 8px;
    width: 23px;
    height: 23px;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.34902);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.34902);
  }

  .block1__left__pack__adaptive .block1__left__pack__inner .left {
    width: 150px;
    height: 208px;
  }

  .block1__left__pack__adaptive .block1__left__pack__inner .right {
    width: 150px;
    height: 208px;
    right: 0px;
    top: 71px;
  }

  .block1__left__pack__adaptive .block1__left__pack__inner .center {
    width: 215px;
    height: 277px;
    top: 11px;
    right: 44px;
  }

  .block1__left__pack__adaptive .button__evagel {
    position: static;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 22px;
  }

  .tooltip {
    display: none;
  }

  .block1__left__header__item {
    margin-left: 20px;
  }

  .block1__left__title h1 {
    font-size: 32px;
  }

  .block1__left__title h2 {
    font-size: 32px;
    margin-top: 0;
  }

  .block1__left__title p {
    font-size: 14px;
  }

  .block1__left__pack__adaptive .block1__left__pack__inner {
    top: 0;
    left: -24px;
  }

  .block1__left__pack__adaptive .block1__left__pack__sashe {
    top: 0;
  }

  .block2 .wrapper h1 {
    font-size: 32px;
  }

  .block2 .wrapper {
    padding: 20px 10px 10px;
  }

  .block2__list .left ul li,
  .block2__list .right ul li {
    font-size: 16px;
    line-height: 1;
    margin-top: 15px;
  }

  .block2__list .left ul li:before,
  .block2__list .right ul li:before {
    top: 5px;
  }

  .block2__list .left p,
  .block2__list .right p {
    font-size: 17px;
    padding: 2px 20px;
  }

  .block2__list .left ul,
  .block2__list .right ul {
    padding: 4px 41px;
  }

  .block3 .wrapper h1 {
    font-size: 32px;
  }

  .block3__courses .left {
    left: 0;
    height: 266px;
    width: 210px;
    bottom: -30px;
  }

  .block3__courses .right {
    right: 0;
    height: 271px;
    width: 200px;
    bottom: -30px;
  }

  .block3__courses .right p,
  .block3__courses .left p {
    right: 9px;
    font-size: 19px;
    top: 82px;
  }

  .block4 .wrapper {
    padding: 24px 10px 20px;
  }

  .block4 .wrapper h1 {
    font-size: 32px;
  }

  .block4__usage .block4__usage__items .item img {
    height: 109px;
  }

  .block4__usage .block4__usage__items .item {
    width: 176px;
  }

  .block4__usage .block4__usage__items .item .text-container {
    width: 171px;
  }

  .block5 .wrapper h1 {
    font-size: 32px;
  }

  .block5 .wrapper h2 {
    margin-top: 14px;
  }

  .block5__publish .right {
    margin-top: 27px;
  }

  .block5 .wrapper {
    padding: 20px 10px 0px 10px;
  }

  .block5__publish .left {
    height: 649px;
    width: 298px;
  }

  .block5__publish .right {
    width: 58%;
  }

  .block5__publish .right .massage:after {
    right: 6px;
    top: 72px;
  }

  .block6 {
    padding-bottom: 0px;
  }

  .block6 .wrapper {
    padding: 20px 10px 20px;
  }

  .block6 .wrapper h1 {
    font-size: 32px;
  }

  .block6__focus {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block6__focus .left {
    width: 100%;
  }

  .block6__diagramm .block6__diagramm__inner .line_x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block6__diagramm .block6__diagramm__inner .line_x p {
    margin-top: 5px;
  }

  .block7 .wrapper {
    padding: 20px 10px 20px;
  }

  .block7 .wrapper h1 {
    font-size: 32px;
  }

  .block7__course .left .left__img .left__img__bottom {
    width: 195px;
    height: 237px;
  }

  .block7__course .left .left__img .left__img__top {
    width: 149px;
    height: 56px;
    margin-left: 41px;
  }

  .block7__course .right .right__img .right__img__bottom {
    width: 195px;
    height: 237px;
  }

  .block7__course .right .right__img .right__img__top {
    width: 149px;
    height: 56px;
    margin-left: 41px;
  }

  .block7__course .right {
    width: 50%;
  }

  .block7__course .left .left__text p,
  .block7__course .right .right__text p {
    font-size: 16px;
  }

  .block8 .wrapper {
    padding: 20px 10px 0px;
  }

  .block8 .wrapper h1 {
    font-size: 32px;
  }

  .block8__usage__items {
    margin-top: 20px;
  }

  .block8__usage__items .item {
    width: 184px;
  }

  .block8__usage__items .item .text-container {
    width: 184px;
    font-size: 15px;
  }

  .block8__usage__items .item h4 {
    font-size: 17px;
  }

  .block9 .wrapper {
    padding: 20px 10px 20px;
  }

  .block9 .wrapper h1 {
    font-size: 32px;
  }

  .block9__usage__items .item .text-container {
    font-size: 15px;
    width: 200px;
  }

  .block9__usage__items .item {
    width: 200px;
    margin: 0 15px;
  }

  .block9__usage__items .item h5 {
    font-size: 14px;
  }

  .block9__usage__items .item .show {
    height: 582px;
  }

  .block10 .wrapper {
    padding: 20px 10px;
  }

  .block10 .wrapper h1 {
    font-size: 32px;
  }

  .block10__usage__items .item {
    width: 248px;
    margin: 0;
  }

  .block10__usage__items .item img {
    max-width: 150px;
  }

  .block10__usage__items .item h4 {
    font-size: 17px;
  }

  .block10__usage__items .item .text-container-n {
    width: 248px;
    font-size: 15px;
  }

  .footer .wrapper .indificator,
  .footer .wrapper .everad__logo p {
    display: none;
  }

  .footer .wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 10px 30px;
  }

  .ever-popup__inner {
    width: 722px !important;
  }

  .footer .wrapper .everad__logo img {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .block1 .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block1__left {
    width: 470px;
  }

  .block9__usage__items .item h5 {
    line-height: 1.3;
    margin-bottom: 10px
  }

  .line-item_ver {
    display: block
  }

  .line-item_hor {
    display: none
  }

  .block1__left__pack__adaptive .button__evagel {
    right: 0;
    left: 86px;
    bottom: -71px;
  }

  .block1__left__title {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .adaptive__block1 {
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block1__left__title h2 {
    margin-top: 0px;
    margin-left: 4px;
    font-size: 28px;
  }

  .block1__right {
    width: 300px;
  }

  .block1__left__pack__adaptive .block1__left__pack__inner {
    top: 0;
    left: 0px;
  }

  .block2 {
    padding-bottom: 0px;
  }

  .block2 .wrapper {
    padding: 35px 10px 0px;
  }

  .block2 .wrapper h1 {
    font-size: 28px;
  }

  .block2__wikipedia .block2__wikipedia__text p {
    font-size: 16px;
  }

  .block2__wikipedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block2__wikipedia .block2__wikipedia__text {
    width: auto;
  }

  .block2__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block2__list .left,
  .block2__list .right {
    width: 80%;
    margin-bottom: 79px;
  }

  .block3 .wrapper h1 {
    font-size: 28px;
  }

  .block3 .wrapper {
    padding: 21px 10px 46px;
  }

  .block3__courses {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block3__courses .center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .block3__courses .center .block3__center__checks .item {
    font-size: 18px;
  }

  .block3__courses .left,
  .block3__courses .right {
    position: relative;
  }

  .block4 .wrapper h1 {
    font-size: 28px;
  }

  .block4__usage .block4__usage__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block4__usage h2 {
    font-size: 20px;
  }

  .block4__usage .block4__usage__items .item {
    width: 45%;
    margin: 7px;
  }

  .block4__usage .block4__usage__items .item .text-container {
    width: auto;
  }

  .block4__usage .block4__usage__items .item .show {
    height: auto;
  }

  .block5__publish .right .massage {
    /* width: 90%; */
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .block5 .wrapper {
    line-height: 1.2;
  }

  .block5__publish .left {
    display: none;
  }

  .block5__publish .right {
    width: auto;
  }

  .block5 .wrapper h1 {
    font-size: 28px;
  }

  .block6 .wrapper h1 {
    font-size: 28px;
  }

  .block6__focus .center {
    width: 183px;
    height: 405px;
    background-size: contain;
    margin-left: 0;
    margin-top: 27px;
  }

  .block6__focus .left p {
    font-size: 16px;
  }

  .block6__focus .right .block6__right__text {
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 10px;
    line-height: 1.5;
    width: 256px;
  }

  .pro1,
  .pro2,
  .pro3,
  .pro4 {
    width: 250px;
  }

  .block7__course {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block7__course .left,
  .block7__course .right {
    width: 100%;
  }

  .block7 .wrapper h1 {
    font-size: 28px;
  }

  h1 {
    font-size: 28px !important;
  }

  .block8__usage__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block8__usage__items .item .text-container {
    width: auto;
    height: 65px;
  }

  .block9 .wrapper .button__evagel {
    margin-top: 0
  }

  .block8__usage__items .item {
    width: 47%;
    margin-top: 30px;
  }

  .block8__usage__items .item .show {
    height: auto;
  }

  .block9__usage__items {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block9__usage__items .item {
    width: 100%;
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .block9__usage__items .item h4,
  .block9__usage__items .item h5,
  .block9__usage__items .item .text-container {
    text-align: left;
  }

  .block9__usage__items .item .text-container {
    width: 100%;
  }

  .block9__usage__items .item .text-container {
    height: 100%;
  }

  .block9__usage__items .item .text-container .mCustomScrollBox:before {
    display: none
  }

  .block9__usage__items .item .show {
    height: auto;
  }

  .popup {
    width: 300px !important;
  }

  input.button__evagel {
    width: 101px !important;
  }

  .block10__usage__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }

  .block10__usage__items .item .text-container-n {
    width: 100%;
    font-size: 15px;
  }

  .block10__usage__items .item {
    width: 100%;
    margin: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block10__usage__items .item h4,
  .block10__usage__items .item .text-container-n {
    text-align: left;
  }

  .block10-item-img {
    margin-right: 85px
  }

  .block9-item-img {
    margin-right: 60px
  }

  .ever-popup__inner {
    width: 434px !important;
  }

  .ever-popup__body {
    background: #fff;
    padding: 21px 44px;
  }

  .popup__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup__pack {
    left: 0;
    top: 0;
    margin-bottom: 22px;
  }

  .popup__pack .right {
    background-size: contain;
    width: 188px;
    height: 178px;
    position: absolute;
    right: -29px;
    top: 139px;
  }

  .form__popup {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .block1__right {
    width: 209px;
  }

  .block9-item-img {
    margin: 25px
  }

  .block10-item-img {
    margin: 40px;
    margin-bottom: 75px;
  }

  .line-item_ver {
    display: none
  }

  .line-item_hor {
    display: block
  }

  .block1__left {
    width: 300px;
  }

  .block1__left__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block1__left__title h2 {
    margin-left: 0;
  }

  .block1__left__pack__adaptive .block1__left__pack__inner {
    left: 0;
  }

  .block1__left__pack__adaptive .block1__left__pack__inner .left {
    width: 100px;
    height: 151px;
  }

  .block1__left__pack__adaptive .block1__left__pack__inner .center {
    width: 208px;
    height: 208px;
  }

  .block1__left__pack__adaptive .block1__left__pack__inner .right {
    width: 108px;
    height: 138px;
    right: 25px;
    top: 62px;
  }

  .block1__left__pack__adaptive .button__evagel {
    right: 0;
    left: 9px;
    bottom: -71px;
  }

  .block1__left__pack__adaptive .block1__left__pack__sashe {
    top: -11px;
  }

  .block1__left__title h2 {
    font-size: 29px;
    margin-top: 0;
  }

  .block1__left__title p {
    font-size: 12px;
    margin-top: 7px;
  }

  .block1__right .right li p,
  .block1__right .left li p {
    font-size: 16px;
  }

  .block1__right .left li:after,
  .block1__right .right li:before {
    top: 21px;
  }

  .block2__list .left,
  .block2__list .right {
    width: auto;
  }

  .block2__list .left ul,
  .block2__list .right ul {
    padding: 0px 30px 0px 29px;
  }

  .block2__list .left p,
  .block2__list .right p {
    padding: 0px 30px 0px 29px;
  }

  .block3__around .button__evagel {
    width: 300px;
    font-size: 17px;
  }

  .block3__courses .left,
  .block3__courses .right {
    display: none;
  }

  .block3__courses .center {
    width: auto;
  }

  .block3__courses .center .block3__center__checks {
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px 0px 20px;
  }

  .block3__courses .center .block3__center__checks .item {
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 0px;
    font-size: 14px;
  }

  .block3__courses .center .block3__center__packs .right__pack {
    height: 224px;
    width: 151px;
  }

  .block3__courses .center .block3__center__packs .left__pack {
    height: 230px;
    width: 157px;
  }

  .block3__courses .center .block3__center__checks .item:before {
    left: -33px;
    top: -5px;
  }

  .block3__courses .center .block3__center__packs .left__pack .tooltip p {
    height: 45px;
    width: 113px;
    padding-left: 5px;
    right: -1px;
    top: 20px;
    font-size: 12px;
  }

  .block3__courses .center .block3__center__packs .right__pack .tooltip p {
    height: 46px;
    width: 101px;
    padding-left: 17px;
    right: -61px;
    top: 145px;
    font-size: 12px;
  }

  .block4__usage .block4__usage__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block4__usage .block4__usage__items .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
  }

  .block4__usage .block4__usage__items .item img {
    width: 135px;
  }

  .block4__usage .block4__usage__items .item .text-container {
    font-size: 13px;
  }

  .block4__usage .block4__usage__items .item .text-container {
    height: 38px;
  }

  .block4__usage .block4__usage__items .item .show {
    height: auto;
  }

  .block6__focus .center {
    display: none;
  }

  .block6__focus .right .block6__right__text {
    width: 100%;
  }

  .pro1,
  .pro2,
  .pro3,
  .pro4 {
    width: 100%;
  }

  .block6__diagramm .block6__diagramm__inner .line_x p {
    margin-left: 32px;
  }

  .block7__course .left,
  .block7__course .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block8__usage__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block8__usage__items .item {
    width: 100%;
  }

  .block8__usage__items .item .text-container {
    width: 100%;
  }

  .block8__usage__items .item .text-container {
    height: 88px;
  }

  .block8__usage__items .item .show {
    height: auto;
  }

  .block9__usage__items .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block9__usage__items .item h4,
  .block9__usage__items .item h5,
  .block9__usage__items .item .text-container {
    text-align: center;
  }

  .block10__usage__items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block10__usage__items .item h4,
  .block10__usage__items .item .text-container-n {
    text-align: center;
  }

  .block10__usage__items .item h4 {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .footer .wrapper p {
    display: none;
  }

  .ever-popup__inner {
    width: 298px !important;
  }

  .popup__pack .right {
    background-size: contain;
    width: 173px;
    height: 154px;
    position: absolute;
    right: -19px;
    top: 151px;
  }

  .ever-popup__body {
    background: #fff;
    padding: 21px 6px;
  }

  .popup__pack .center {
    width: 236px;
    height: 222px;
  }

  .popup__pack .left {
    width: 144px;
    height: 151px;
  }

  .popup__pack .right {
    top: 91px;
  }
  .form__popup .form form select,
  .form__popup .form form input {
    width: 200px;
  }

  .popup__heading {
    font-size: 19px;
  }

  form p {
    margin-top: 14px;
  }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #faa61a url("../img/ac0945be624b00fc741bf9b10d5808e95d8288f9.png") no-repeat center
}
