@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=cyrillic-ext,latin);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,300,700&subset=latin,cyrillic-ext);
@font-face {
  font-family: Days;
  font-weight: normal;
  font-style: normal;
  src: url('/assets/fonts/Days.ttf');
}
@font-face {
  font-family: Arkhip;
  font-weight: normal;
  font-style: normal;
  src: url('/assets/fonts/arkhip/Arkhip_font.ttf');
  src: url('/assets/fonts/arkhip/Arkhip_font.otf');
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  outline: none;
}
ul {
  padding: 0;
  list-style: none;
}
body {
  margin: 0;
  color: #000000;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  background-color: #FFFFFF;
  position: relative;
}
h2 {
  font-family: Days, sans-serif;
  font-weight: 100;
}
a {
  text-decoration: none;
}
.clearfix {
  clear: both;
}
.black {
  color: #000000;
}
.yellow {
  color: #D7F40C;
}
.second-color {
  color: #007851;
}
.red-color {
  color: #FF002D;
}
.ubuntu {
  font-family: Ubuntu, sans-serif;
}
.max-block {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.scroll {
  display: block;
  background-size: 50%;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 40px;
  width: 36px;
}
.main-header {
  overflow: hidden;
  position: relative;
  min-height: 650px;
  text-align: center;
  background: url(/assets/images/bg_2.jpg) no-repeat 50%;
  background-size: cover;
}
.main-header > .flexslider {
  position: absolute !important;
  top: -21px;
  width: 100%;
  border: none !important;
  z-index: -2;
}
.main-header > .flexslider .flex-direction-nav {
  display: none;
}
.main-header > .flexslider .flex-viewport img {
  background-size: cover;
}
.main-header > .flexslider .flex-viewport .slides {
  height: 100%;
}
.main-header > .flexslider .flex-viewport .slides > li {
  height: 100%;
}
.header {
  position: absolute;
  padding: 20px 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.header:before {
  border-bottom: 3px solid #000000;
  top: 85px;
  content: " ";
  width: 99%;
  position: absolute;
  left: -100%;
}
.header:after {
  border-bottom: 3px solid #000000;
  top: 85px;
  content: " ";
  width: 99%;
  position: absolute;
  right: -100%;
}
.header .divide {
  position: absolute;
  top: 85px;
  border-bottom: 3px solid #000000;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 800px);
}
.header .logo {
  float: left;
  margin-left: 1%;
  position: relative;
  color: #000;
}
.header .logo > img {
  height: 100px;
  width: 100px;
}
.header .logo .name {
  font-family: Days, sans-serif;
}
.header .logo .special {
  font-family: Ackhip, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #007851;
}
.header .logo .logo-description {
  margin: 10px 0 0 20px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.tel {
  position: relative;
  float: right;
  margin-right: 1%;
  padding-top: 5px;
}
.tel .call {
  font-family: Arkhip, sans-serif;
  font-size: 25px;
  margin-left: 15px;
  letter-spacing: -1px;
  vertical-align: top;
  display: inline-block;
  margin-top: 9px;
}
.tel .phone-numb > img {
  float: left;
  margin-right: 0px;
  margin-left: 7px;
  width: 40px;
  height: 40px;
}
.enroll {
  margin-top: 14px;
}
.enroll a {
  padding: 8px 15px;
  color: #FFFFFF;
  border-radius: 5px;
  border: none;
  font-size: 11px;
  font-weight: 100;
  font-family: "Ubuntu", sans-serif;
  cursor: pointer;
}
.enroll .session {
  background: #007d03;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.enroll .session:hover {
  background: #00a204;
}
.enroll .consultation {
  background: #1d77d4;
  margin-left: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.enroll .consultation:hover {
  background: #045db9;
}
.header-info {
  position: relative;
  max-width: 1100px;
  margin: auto;
}
.header-info:after {
  content: "";
  display: block;
  clear: both;
}
.header-info .text {
  margin: 0 0 20px;
  width: 50%;
  float: left;
}
.header-info .text-info {
  margin: 10px 15px 30px;
  font-size: 50px;
  font-family: Days, sans-serif;
  text-align: left;
}
.header-info .free-cons {
  background-color: #FFFFFF;
  position: absolute;
  font-family: Ubuntu, sans-serif;
  left: 0;
  bottom: 60px;
  z-index: 10;
  font-size: 16px;
  font-weight: 100;
  line-height: 29px;
  height: 100px;
  text-align: left;
  width: 50%;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.36);
  box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.36);
}
.header-info .free-cons.triangle:after {
  background-color: #FFFFFF;
  z-index: -5;
  content: "";
  display: block;
  position: absolute;
  right: -36px;
  top: 15px;
  width: 72px;
  height: 70px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-bottom-left-radius: 100%;
  -moz-border-bottom-left-radius: 100%;
  -ms-border-bottom-left-radius: 100%;
  -o-border-bottom-left-radius: 100%;
  border-bottom-left-radius: 100%;
  -webkit-box-shadow: 7px -5px 6px rgba(0, 0, 0, 0.39);
  box-shadow: 3px -3px 6px rgba(0, 0, 0, 0.08);
}
.header-info .block {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  width: 35%;
  float: right;
  border: 5px solid #FFFFFF;
  padding: 0px 20px;
  margin: 0% 0 0%;
}
.header-info .block > h2 {
  font-size: 30px;
  font-weight: 500;
  font-family: Days, sans-serif;
}
.header-info .block > p {
  font-size: 11px;
  font-family: "Comfortaa", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.header-info .block .input-block {
  background-color: #FFFFFF;
  margin: 20px 0;
  padding: 20px;
}
.header-info .block .input-block input {
  text-align: center;
  border: none;
  width: 100%;
  letter-spacing: 1px;
}
.header-info .block .send {
  background-color: #007851;
  color: #FFFFFF;
  border: none;
  margin: 10px;
  border-radius: 30px;
  padding: 20px;
  width: 80%;
  letter-spacing: 1px;
}
.main-header .scroll {
  background-image: url(/assets/images/scroll_black.png);
  position: absolute;
  bottom: 30px;
  /* left: 50%; */
  left: 0;
  right: 0;
  margin: auto;
}

.panel-info {
  /* height: 900px; */
  overflow: hidden;
  position: relative;
}
.panel-info .photo {
  position: relative;
  width: 100%;
  height: inherit;
  /* transform: translateX(-38%); */
  transition: all linear 0.5s;
  left: 0;
}
.panel-info .photo > img {
  /* margin-left: 3%; */
  width: 50%;
  vertical-align: bottom;
  /* position: absolute; */
  bottom: 0;
  float: left;
  transition: all linear 0.2s;
}
.panel-info .photo:after {
  content: "";
  display: block;
  clear: both;
}
.panel-info .panel-text {
  float: left;
  width: 50%;
  font-size: 16px;
}
.panel-info .panel-text h2 {
  font-size: 32px;
  margin-top: 155px;
  margin-bottom: 5px;
  text-transform: none;
}
.panel-info .panel-text p {
  margin: 30px 0;
  line-height: 31px;
  font-weight: 100;
}
.panel-info .panel-text .second-color {
  font-family: Days, sans-serif;
  font-size: 18px;
}
.panel-info .panel-text .black {
  font-weight: 400;
}
.panel-info .panel-text .painting > img {
  width: 400px;
  display: block;
}
.panel-info .panel-text .painting h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  margin-top: 10px;
}
.panel-info .panel-text .painting h2 .second-color {
  font-size: 17px;
  /* display: block; */
}
.panel-info .panel-text:after {
  content: "";
  display: block;
  clear: both;
}
.panel-info:after {
  content: "";
  display: block;
  clear: both;
}
#panel-toggle {
  background-image: url('/assets/images/i.png');
  height: 55px;
  background-position: 50% 50%;
  width: 52px;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 0 none;
  background-color: #007178;
  cursor: pointer;
}
.slide-block {
  position: relative;
  top: 0;
  max-width: 1100px;
  margin: auto;
  /* padding: 30px 0 0; */
  overflow: hidden;
}
.slide-block .scroll {
  background-image: url(/assets/images/scroll_white.png);
  position: absolute;
  top: 690px;
  left: 15%;
}
.button-info {
  position: absolute;
  top: 310px;
  left: 0;
  background-color: #007178;
  text-align: center;
  height: 85px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px;
  z-index: 3;
  transition: all linear 0.2s;
  /* cursor: pointer; */
}
.about {
  color: #FFFFFF;
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  width: 50%;
  /* padding: 30px 60px; */
  display: block;
  position: absolute;
  overflow-y: auto;
  height: 100%;
  /* max-height: 674px; */
  left: 0;
  top: 0;
  /* opacity: 0; */
  transform: translate(-100%);
  /* float: left; */
  /* display: none; */
  transition: all linear 0.2s;
  z-index: 2;
}
.about .description-works {
  background-color: #007178;
  padding: 30px 60px 5px;
}
.about .description-works p {
  line-height: 26px;
  margin: 25px 0;
  font-weight: 100;
  font-size: 15px;
}
.about .description-works h2 {
  font-size: 23px;
}
.about .description-works h4 {
  font-family: Arkhip, sans-serif;
  font-size: 14px;
  margin-top: 60px;
}
.about .description-works img {
  width: 100%;
  background-size: cover;
}
.hidden {
  display: none;
}
.disease {
  background-color: #F4F4F4;
  text-align: center;
  padding: 40px 0;
}
.disease > p {
  font-family: Arkhip, sans-serif;
  font-size: 19px;
  margin: 30px;
}
.disease ul {
  padding: 50px 0;
  overflow: hidden;
}
.disease ul .max-block > li {
  dislpay: block;
  float: left;
  text-align: center;
  width: 33.33%;
}
.disease ul .max-block > li > p {
  margin-top: 25px;
  font-family: Ubuntu, sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 15px;
  display: block;
  margin-top: 10px;
  max-width: 150px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}
.disease ul:after {
  content: "";
  display: block;
  clear: bott;
}
.disease .disease-line {
  background-color: #EEEEEE;
}
.disease:after {
  content: "";
  background-color: #00FF00;
  display: block;
  clear: both;
}
.disease-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: inline-block;
  /* margin-top: 16px; */
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.img-block {
  background-color: #FFFFFF;
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  padding: 45px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.img-block .img-text {
  display: none;
}
.img-block:hover {
  background-color: #007851;
  color: #007851;
}

.active_img {
  background-color: #007851;
  color: #007851;
}

.active_img .img-text {
  background-color: #007851;
  font-family: Days, sans-serif;
  font-size: 9px;
  display: block;
  position: absolute;
  z-index: 5;
  color: #FFFFFF;
  right: -120px;
  top: 85px;
  height: 35px;
  width: 100px;
  padding: 5px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.active_img .img-text:before {
  background-color: #007851;
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 14px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.img1 {
  background-image: url('/images/svg/Untitled.svg');
}
.img-block:hover > .img1, .active_img > .img1 {
 background-image: url(/images/svg/1/Untitled.svg);
}
.img-block:hover > .img2, .active_img > .img2 {
 background-image: url(/images/svg/1/Untitled2.svg);
}
.img-block:hover > .img3, .active_img > .img3 {
 background-image: url(/images/svg/1/Untitled3.svg);
}
.img-block:hover > .img4, .active_img > .img4 {
 background-image: url(/images/svg/1/Untitled4.svg);
}
.img-block:hover > .img5, .active_img > .img5 {
 background-image: url(/images/svg/1/Untitled5.svg);
}
.img-block:hover > .img6, .active_img > .img6 {
 background-image: url(/images/svg/1/Untitled6.svg);
}
.img-block:hover > .img7, .active_img > .img7 {
 background-image: url(/images/svg/1/Untitled7.svg);
}
.img-block:hover > .img8, .active_img > .img8 {
 background-image: url(/images/svg/1/Untitled8.svg);
}
.img-block:hover > .img9, .active_img > .img9 {
 background-image: url(/images/svg/1/Untitled9.svg);
}
.img-block:hover > .img10, .active_img > .img10 {
 background-image: url(/images/svg/1/Untitled10.svg);
}
.img-block:hover > .img11, .active_img > .img11 {
 background-image: url(/images/svg/1/Untitled11.svg);
}
.img-block:hover > .img12, .active_img > .img12 {
 background-image: url(/images/svg/1/Untitled12.svg);
}
.img-block:hover > .img13, .active_img > .img13 {
 background-image: url(/images/svg/1/Untitled13.svg);
}
.img-block:hover > .img14, .active_img > .img14 {
 background-image: url(/images/svg/1/Untitled14.svg);
}
.img-block:hover > .img15, .active_img > .img15 {
 background-image: url(/images/svg/1/Untitled15.svg);
}
.img-block:hover > .img16, .active_img > .img16 {
 background-image: url(/images/svg/1/Untitled16.svg);
}
.img-block:hover > .img17, .active_img > .img17 {
 background-image: url(/images/svg/1/Untitled17.svg);
}
.img-block:hover > .img18, .active_img > .img18 {
 background-image: url(/images/svg/1/Untitled18.svg);
}
.img-block:hover > .img19, .active_img > .img19 {
 background-image: url(/images/svg/1/Untitled19.svg);
}
.img-block:hover > .img20, .active_img > .img20 {
 background-image: url(/images/svg/1/Untitled20.svg);
}
.img-block:hover > .img21, .active_img > .img21 {
 background-image: url(/images/svg/1/Untitled21.svg);
}
.img-block:hover > .img22, .active_img > .img22 {
 background-image: url(/images/svg/1/Untitled22.svg);
}
.img-block:hover > .img23, .active_img > .img23 {
 background-image: url(/images/svg/1/Untitled23.svg);
}
.img-block:hover > .img24, .active_img > .img24 {
 background-image: url(/images/svg/1/Untitled24.svg);
}
.img-block:hover > .img25, .active_img > .img25 {
 background-image: url(/images/svg/2.svg);
}
.img-block:hover > .img26, .active_img > .img26 {
 background-image: url(/images/svg/4.svg);
}
.img-block:hover > .img27, .active_img > .img27 {
 background-image: url(/images/svg/6.svg);
}
.img-block:hover > .img28, .active_img > .img28 {
 background-image: url(/images/svg/8.svg);
}
.img-block:hover > .img29, .active_img > .img29 {
 background-image: url(/images/svg/10.svg);
}
.img-block:hover > .img30, .active_img > .img30 {
 background-image: url(/images/svg/12.svg);
}
.img2 {
  background-image: url('/images/svg/Untitled2.svg');
}

.img3 {
  background-image: url('/images/svg/Untitled3.svg');
}
.img4 {
  background-image: url('/images/svg/Untitled4.svg');
}
.img5 {
  background-image: url('/images/svg/Untitled5.svg');
}
.img6 {
  background-image: url('/images/svg/Untitled6.svg');
}
.img7 {
  background-image: url('/images/svg/Untitled7.svg');
}
.img8 {
  background-image: url('/images/svg/Untitled8.svg');
}
.img9 {
  background-image: url('/images/svg/Untitled9.svg');
}
.img10 {
  background-image: url('/images/svg/Untitled10.svg');
}
.img11 {
  background-image: url('/images/svg/Untitled11.svg');
}
.img12 {
  background-image: url('/images/svg/Untitled12.svg');
}
.img13 {
  background-image: url('/images/svg/Untitled13.svg');
}
.img14 {
  background-image: url('/images/svg/Untitled14.svg');
}
.img15 {
  background-image: url('/images/svg/Untitled15.svg');
}
.img16 {
  background-image: url('/images/svg/Untitled16.svg');
}
.img17 {
  background-image: url('/images/svg/Untitled17.svg');
}
.img18 {
  background-image: url('/images/svg/Untitled18.svg');
}
.img19 {
  background-image: url('/images/svg/Untitled19.svg');
}
.img20 {
  background-image: url('/images/svg/Untitled20.svg');
}
.img21 {
  background-image: url('/images/svg/Untitled21.svg');
}
.img22 {
  background-image: url('/images/svg/Untitled22.svg');
}
.img23 {
  background-image: url('/images/svg/Untitled23.svg');
}
.img24 {
  background-image: url('/images/svg/Untitled24.svg');
}
.img25 {
  background-image: url('/images/svg/1.svg');
}
.img26 {
  background-image: url('/images/svg/3.svg');
}
.img27 {
  background-image: url('/images/svg/5.svg');
}
.img28 {
  background-image: url('/images/svg/7.svg');
}
.img29 {
  background-image: url('/images/svg/9.svg');
}
.img30 {
  background-image: url('/images/svg/11.svg');
}
.mini-text {
  background-color: #F4F4F4;
  text-align: center;
  padding: 20px 15%;
}
.mini-text > h2 {
  font-size: 28px;
  line-height: 2.5;
}
.mini-text p {
  font-size: 18px;
  color: #868686;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  margin: 0;
  font-weight: 100;
}
.comments {
  background-color: #F4F4F4;
  padding: 5%;
}
.comments img {
  width: 12% !important;
  float: left;
  vertical-align: top;
  margin-top: 25px;
  margin-left: 20px;
  border-radius: 50%;
}
.comments .slides {
  background-color: #FFFFFF;
  padding: 2%;
}
.comments .comment-text {
  width: 80%;
  float: left;
  padding: 0 5%;
  margin: 0 30px;
}
.comments .comment-text > h2 {
  font-size: 20px;
}
.comments .comment-text > p {
  line-height: 29px;
  font-size: 14px;
  font-weight: 100;
}
.comments .time {
  color: #B8B8B8;
  float: right;
  font-weight: 100;
  font-family: Ubuntu, sans-serif;
  font-size: 12px;
  margin-top: 10px;
}
.deliverance-pain {
  background-image: url('/assets/images/bg_3.jpg');
  width: 100%;
  background-size: cover;
  text-align: center;
  padding: 7% 0;
}
.deliverance-pain .deliverance-pain-content > h2 {
  font-family: Days, sans-serif;
  font-size: 44px;
  margin: 15px;
}
.deliverance-pain .deliverance-pain-content > p {
  font-family: Arkhip, sans-serif;
  font-size: 34px;
  font-weight: 500;
  margin: 15px;
}
.columns {
  margin: 0 auto;
  text-align: center;
}
.columns ul {
  clear: both;
  display: inline-block;
  overflow: hidden;
  width: 600px;
  margin: 0;
}
.columns li {
  float: left;
  margin: 20px;
  width: 150px;
  display: block;
  vertical-align: bottom;
  position: relative;
  height: 300px;
}
.columns li .column-block {
  position: absolute;
  bottom: 0;
}
.columns li .column-block p {
  font-family: Arkhip, sans-serif;
  font-size: 22px;
  margin: 15px;
}
.columns img {
  width: 140px;
  background-size: cover;
}
.columns:after {
  content: "";
  display: block;
  clear: both;
}
.columns-info {
  margin: 0 auto;
}
.columns-info > img {
  width: 530px;
  padding-right: 20px;
}
.columns-info > p {
  font-family: Arkhip, sans-serif;
  letter-spacing: 10px;
  margin: 0;
}
.price {
  padding: 10px 10% 50px;
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
.price > h2 {
  font-size: 34px;
  padding: 0 15%;
}
.price > p {
  padding: 0 15%;
  margin: 30px 0 50px;
}
.price h4 {
  font-family: Days, sans-serif;
  font-size: 26px;
  margin: 0;
}
.price .cost {
  font-family: Days, sans-serif;
  margin: 0;
  font-size: 25px;
}
.price .price-left {
  display: block;
  width: 50%;
  border-right: 2px dashed #DBDBDB;
  float: left;
  text-align: left;
}
.price .price-left .cost {
  margin-top: 20px;
  color: #007851;
}
.price .price-left > span {
  font-family: Arkhip, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
}
.price .price-left:after {
  content: "";
  display: block;
  clear: both;
}
.price .price-right {
  margin-left: ;
  float: right;
  text-align: left;
}
.price .price-right .cost {
  margin-top: 20px;
  color: #0095D8;
}
.price .price-right > span {
  font-family: Arkhip, sans-serif;
  font-weight: 100;
}
.price .price-right:after {
  content: "";
  display: block;
  clear: both;
}
.price h4 {
  font-family: Days, sans-serif;
  font-weight: 100;
}
.price span {
  font-size: 12px;
  text-align: left;
  font-family: Arkhip, sans-serif;
}
.price:after {
  content: "";
  display: block;
  clear: both;
}
.record-block {
  background-color: #F8F8F8;
  padding: 20px;
}
.record-block input,
.record-block textarea {
  border: none;
  width: 100%;
  resize: none;
}
.record-block .input-block {
  width: 32%;
  float: left;
  padding: 20px;
  background-color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 20px;
}
.record-block .input-block:nth-child(2) {
  margin: 0 2%;
}
.record-block .check-block {
  float: left;
  margin-right: 10%;
}
.record-block .check-block .check {
  background-image: url(/assets/images/check.png);
  background-position: 100% 100%;
  background-size: cover;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.record-block .check-block span {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  margin: 4px 0 0 20px;
}
.record-block .check-block:hover {
  color: #007851;
}
.record-block .check-block:hover .check {
  background-position: 0 0;
}
.check-wrapper {
  margin-bottom: 20px;
}
.check-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.active_check i {
  background-position: 0 0 !important;
}
.input-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.textarea-wrapper {
  background-color: #FFFFFF;
  padding: 20px;
}
#send {
  background-color: #007851;
  color: #FFFFFF;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  padding: 25px 0;
  font-size: 24px;
  margin: 30px 0;
  text-align: center;
  cursor: pointer;
}
.extra-info {
  padding: 5% 0;

}
.extra-info .extra-left {
  text-align: left;
  float: left;
  width: 50%;
  padding-right: 10%;
  font-weight: 100;
}
.extra-info .extra-left a {
  color: #000000;
}
.extra-info .extra-left > h3 {
  font-family: Days, sans-serif;
  font-size: 21px;
  font-weight: normal;
}
.extra-info .extra-left > h4 {
  font-weight: normal;
  font-size: 18px;
}
.extra-info .extra-left p {
  font-size: 18px;
  margin: 10px 0;
}
.extra-info .extra-left h5 {
  font-style: italic;
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
  margin: 10px 0;
}
.extra-info .extra-left .number h4 {
  font-size: 18px;
  margin: 40px 0 17px;
  font-weight: normal;
}
.extra-info .extra-left .email h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 30px 0 0;
}
.extra-info:after {
  content: "";
  display: block;
  clear: both;
}
#map {
  background-color: #007851;
  color: #FFFFFF;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 8%;
  font-size: 16px;
  cursor: pointer;
  margin: 10px 0 20px;
}
.questions {
  padding: 2% 0;
  background-color: #F4F4F4;
  text-align: center;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}
.questions-text {
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.questions-text .order-call {
  color: #007851;
  border-bottom: 1px dashed #007851;
  font-family: Comfortaa, sans-serif;
  font-size: 17px;
  letter-spacing: 3px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  left: 3px;
}
.questions-text p {
  font-family: Arkhip, sans-serif;
  margin: 0;
  letter-spacing: -1px;
  font-size: 19px;
}
footer {
  background: linear-gradient(90deg,#00703d,#006658);
  /* background-image: url('/assets/images/footer.jpg'); */
  color: #FFFFFF;
  padding: 40px 10%;
}
footer .logo {
  float: left;
}
footer .logo > img {
  height: 100px;
  width: 100px;
}
footer .logo .logo-description {
  margin: 10px 0 0 20px;
  display: inline-block;
  vertical-align: top;
}
footer .logo .name {
  font-family: Days, sans-serif;
}
footer .logo .special {
  font-family: 'Arkhip', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FCFFB9;
  font-weight: 100;
}
footer .copyright {
  float: right;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 100;
}
footer:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 1250px) {
  .flexslider .flex-viewport {
    max-height: 800px;
  }
}

@media (max-width: 1180px) {
  .header-info .text-info {
    font-size: 36px;
  }
  .header-info .free-cons {
    height: 120px;
  }
  .header-info .free-cons.triangle:after {
    right: -42px;
    top: 17px;
    width: 86px;
    height: 86px;
  }
  .header-info .block {
    width: 40%;
    margin: 20px;
  }
  .painting span img {
    width: 70px;
    height: 70px;
  }
  .painting h2 {
    font-size: 20px !important;
  }
  .painting h2 .second-color {
    font-size: 20px !important;
  }
  .price h4 {
    font-size: 22px;
  }
  .panel-info {
    height: 600px;
  }
  .about .description-works h2 {
    font-size: 18px;
  }
  .about .description-works h4 {
    font-size: 10px;
  }
  .about p {
    font-size: 16px;
  }
  .about .video iframe {
    height: 315px;
  }
}
@media (max-width: 900px) {
  .header-info .text {
    width: 50%;
    text-align: center;
  }
  .widthxxx{
  background: none!important;
}
  .header-info .text-info {
    margin-right: 0;
    /* text-align: center; */
  }
  .header-info .free-cons {
    height: 124px;
    width: 40%;
  }
  .header-info .free-cons.triangle:after {
    right: -44px;
    top: 19px;
    width: 87px;
    height: 87px;
  }
  .header-info .block {
    width: 50%;
    margin: 0 auto;
    padding: 20px 5%;
  }

  .slide-block .photo > img {
    display: none;
  }
  .slide-block .photo .painting {
    display: none;
  }
  .slide-block .panel-text {
    width: 100%;
    padding-left: 90px;
  }
  .slide-block .about {
    width: ;
  }
  .disease ul li p {
    font-size: 16px;
  }
  .disease .img-block {
    height: 125px;
    width: 125px;
    padding: 20px;
  }
  .disease .img-block .disease-img {
    height: 100%;
    width: 100%;
  }
  .disease .img-block .img-text {
    top: 45px;
    right: -110px;
  }
  .mini-text > h2 {
    line-height: 1.5;
  }
  .comment-text {
    width: 80% !important;
  }
  .price > h2,
  .price > p {
    padding: 0;
  }
  .price-left {
    text-align: center !important;
    width: 100% !important;
    border-right: none !important;
  }
  .price-right {
    text-align: center !important;
    margin: 40px auto 0;
    width: 100%;
  }
  .check-wrapper .check-block {
    margin: 10px;
    width: 100%;
  }
  .input-wrapper .input-block {
    width: 100%;
  }
  .input-wrapper .input-block:nth-child(2) {
    margin: 0 0 20px 0;
  }
  .extra-info {
    background-image: none;
  }
  .extra-info .extra-left {
    width: 100%;
    padding: 20px;
  }
  footer {
    padding: 20px;
    text-align: center;
  }
  footer .logo {
    float: none;
  }
  footer .logo-description {
    text-align: left;
  }
  footer .copyright {
    margin-top: 20px;
    float: none;
  }
  footer .copyright h3 {
    margin: 0;
    float: none;
  }
}
@media (max-width: 750px) {
  .disease ul {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin: 0 !important;
  }
  .disease ul li {
    float: none;
    margin: 20px auto !important;
    width: 100%;
  }
  .disease ul li p {
    margin-top: 5px;
    font-size: 14px;
  }
  .disease ul li .img-block {
    height: 175px;
    width: 175px;
  }
  .disease ul li .img-block .disease-img {
    height: 150px;
    width: 150px;
  }
  .disease ul li .img-block .img-text {
    top: 70px;
    right: -120px;
  }
  .slide-block {
    width: 200% !important;
  }
  .slide-block .about {
    width: 50% !important;
    padding-left: 85px;
  }
  .button-info {
    /* left: 50% !important; */
  }
  .panel-info .photo {
    width: 50% !important;
  }
}

.header-info .free-cons.triangle:before {
  background-color: #FFFFFF;
  z-index: -5;
  content: "";
  display: block;
  position: absolute;
  left: -990px;
  top: 0px;
  width: 1000px;
  height: 100%;
  -webkit-box-shadow: -10px 1px 10px rgba(51, 51, 51, 0.32);
  box-shadow: -10px 1px 10px rgba(51, 51, 51, 0.32);
}

.panel-info .photo.sdvig{
  /* transform: translate(11px); */
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 10px;height: 20px;margin: -20px 0 0;display: block;background: url(/assets/images/arrows.png) no-repeat 0 0;background-size: 21px;position: absolute;top: 54%;z-index: 10;cursor: pointer;text-indent: -9999px;opacity: 0;-webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -18px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 1%;}
.flexslider:hover .flex-prev {opacity: 0.5;left: 1%;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

.enroll button a{
  color: white;
}
.chrono_credits{
  display: none;
}
input{
      background-color: #FFFFFF;
      margin: 12px 0;
      padding: 30px 20px;
      border: none;
      text-align: center;
      border: none;
      width: 100%;
      letter-spacing: 1px;
      text-transform: uppercase;
}

input[type="Submit"]{
  background-color: #007851;
    color: #FFFFFF;
    border: none;
    margin: 10px;
    border-radius: 30px;
    padding: 20px;
    width: 80%;
    letter-spacing: 1px;
   cursor: pointer;
}

.gcore-radio-item label:before{
  content: '';
  position: relative;
  top: 8px;
      background-image: url(/assets/images/check.png);
    background-position: 100% 100%;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;

}

.gcore-radio-item input{
  display: none;
}
.gcore-radio-item input:checked ~ label:before{

    background-position: 0% 100%;
  
}
.gcore-radio-item label{
   vertical-align: top;
    display: inline-block;
    font-size: 16px;
    margin: 4px 0 0 20px;
    transition: all linear 0.3s;
}
   .gcore-radio-item input:checked ~ label{
     color: #007851;
   }

   .gcore-radio-item{
     display: inline-block;
     margin-bottom: 30px;
   }

   #chronoform-Zapis #form-row-text3, #chronoform-Zapis #form-row-text4, #chronoform-Zapis #form-row-text5{
     width: 30%;
     display: inline-block;
     margin-right: 5%;

   }
   #chronoform-Zapis input{
     padding: 20px 30px;
     border-radius: 5px;
     text-transform: none;
     letter-spacing: 0;
   }
   #chronoform-Zapis #form-row-text5{
     margin: 0;
   }

   textarea{
     padding: 30px;
   }

  #chronoform-Zapis input.btn {
    width: 100%;
    margin: 10px 0;
}

   #modal{
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     height: 450px;
     right: 0;
     margin: auto;
     width: 470px;
     max-width: 90%;
     background: white;
     padding: 20px 60px;
     text-align: center;
     border: 5px solid #007851;
   }

.form_podzag {
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 22px;
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.form_zag {
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 5px;
    font-family: 'Intro';
}
 #modal input[type="text"]{
height: 70px;
    line-height: 70px;
    text-align: center;
    outline: none;
    background: #f5f5f5;
    border: 1px solid #eee;
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
 }

#modal input[type="Submit"]{
  width: 80%;
}

div#vsplitmodal {overflow-x: hidden;overflow-y: scroll;position: fixed;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.0);}
#vsplitmodal.fade{
display: none;
    animation-name: vidvig2;
    animation-duration: 0.5s;
	animation-iteration-count:1;
	animation-timing-function: 1;
	animation-fill-mode: forwards;
}

body.modalopen{
  overflow: hidden;
}
body.modalopen #vsplitmodal.fade{
  animation-name: vidvig;
    animation-duration: 0.5s;
	animation-iteration-count:1;
	animation-fill-mode: forwards;
  display: block;
}
body.modalopen #modal{
  animation-name: vidvig2;
    animation-duration: 0.5s;
	animation-iteration-count:1;
	animation-fill-mode: forwards;
	transform: translateX(-20px);
	opacity: 0.7;
}

@keyframes vidvig{
	100%{
		background: rgba(0,0,0,0.23);
	}
  
}
@keyframes vidvig2{
	100%{
		transform: translateX(0px);
		opacity: 1;
	}
  
}

.modal_close {
    width: 30px;
    height: 30px;
    background: url(/images/glavnaya/exit.png) no-repeat center center #ffffff;
    background-size: 48%;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 102;
    cursor: pointer;
    border-radius: 50%;
}

.widthxxx {
    background-image: url(/assets/images/bg_4.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}

.button-info.active{
  left: calc(60% - 5px);
}

#paninfo.sdvig .about{
  transform: translate(0%);
}

#paninfo.sdvig .button-info{
  margin-left: 50%;
}

#paninfo.sdvig .panel-text{
  display: none;
}

#paninfo.sdvig .photo img{
  margin-left: 50%;
}

#paninfo > div.slide-block > div > div > div > span > img {
    width: 100px;
    /* display: block; */
}

#site_content > div.seredina > div.disease > div > p {
    font-size: 17px;
    font-weight: 100;
}

#site_content > div.seredina > div.deliverance-pain > div > p {
    font-family: Arkhip, sans-serif;
    font-size: 30px;
}

#site_content > div.seredina > div.price > div:nth-child(1) > p {
    font-weight: 100;
    font-size: 16px;
    max-width: 600px;
    line-height: 26px;
    margin: auto;
    /* margin-top: 25px; */
    margin-bottom: 60px;
}

#site_content > div.seredina > div.price > div:nth-child(1) > img {
    width: 110px;
}

.header-info .max-block {
    max-width: inherit;
}

footer .copyright>h3 {
    font-weight: 100;
    text-align: center;
    margin: 0px;
    margin-top: 9px;
}

#site_content > div.seredina > div.questions > div > h3 {
    font-family: Arkhip, sans-serif;
    font-size: 20px;
}

#site_content > div.seredina > div.questions > div > img {
    width: 40px;
    position: relative;
    top: 3px;
}

#paninfo > div.about > div.description-works.video > iframe:nth-child(5) {
    margin-bottom: 70px;
}
.section-h{
  height: 100vh;
}

.krugimg {
    height: 130px;
    width: 130px;
    background: url(/assets/images/photo.png) no-repeat 80% 20%;
    background-size: 110%;
    margin: auto;
    border-radius: 50%;
    border: 4px solid #F2F2F2;
}

.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
  text-align: center;
  margin: 50px auto 0;
  max-width: 1100px;
  min-width: 1100px;
}

.pomoshnichek {display: -moz-inline-box;display: inline-block;height: 100%;width: 0px;vertical-align: middle;}

@media (max-width: 750px){
  .vcenter{
    min-width: 100%;
    margin: 0;
    padding: 20px;
  }
  #chronoform-Zapis input.btn{
    width: 100%;
    margin: 10px 0;
  }
  .main-header{
    height: auto!important;
  }
  .header-info .free-cons{
    display: none;
  }
  .main-header .scroll{
    bottom: 5px;
  }
  .panel-info .panel-text h2{
    margin-top: 40px;

  }
  .panel-info{
    height: auto;
    margin-bottom: 20px;
  }
  #chronoform-Zapis #form-row-text3, #chronoform-Zapis #form-row-text4, #chronoform-Zapis #form-row-text5{
    width: 100%;
    margin: 0;
  }
  .widthxxx .extra-left{
    text-align: center;
    padding: 0;
  }
  .widthxxx {
    background: white;
  }
}
@media (max-width: 1130px){
  .vcenter{
    min-width: 100%;
    margin-top: 140px;
  }
}
div#preduprezhdenie {
    position: fixed;
    height: 165px;
    width: 600px;
    left: 0;
    top: 0;
    z-index: -222;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: white;
    opacity: 0;
    transition: all linear 0.3s;
    max-width: 90%;
    /* border: 7px solid #ed1c24; */
}

#preduprezhdenie .text {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 3px;
	left: 0;
	right: 0;
	font-family: 'Arkhip';
	z-index: 22;
	font-size: 24px;
	background: white;
	/* border: 7px solid #000000; */
}
#preduprezhdenie .text p{
	font-size: 24px;
}

#preduprezhdenie .close{
	
}

div#preduprezhdenie.active{
	    z-index: 22222;
    opacity: 1;
}    
	
	div#preduprezhdenie button{
		display: block;
		width: 109px;
		border: none;
		background: black;
		color: white;
		padding: 7px;
		margin: 103px auto;
		position: relative;
		z-index: 23;
		font-family: 'Intro';
		font-size: 19px;
	}
    
	
	div#preduprezhdenie .intro{
		font-family: 'Intro';
		font-size: 23px;
		margin-bottom: -7px;
	}
	div#preduprezhdenie .ubuntu{
		font-family: 'Ubuntu';
		font-size: 16px;
	}
	
div#preduprezhdenie.active:before{
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: -22;

}
	
	@media (max-width: 800px) {
  .header .logo {
    padding: 0 10px;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .header .logo:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .tel {
    padding: 0 10px;
    width: 100%;
    /* margin-top: 20px; */
    text-align: center;
  }
  .header-info .text{
    width: 100%;
  }
  .header .tel img {
    float: none;
  }
  .header .tel .call {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
  }

  .header .tel:after {
    content: "";
    display: block;
    clear: both;
  }
  .header:after {
    border-bottom: none;
  }
  .header:before {
    border-bottom: none;
  }
  .vcenter {
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    max-width: auto;
    min-width: auto;
}
.header{
  position: relative;
}
.header-info .text-info{
  text-align: center;
}
.header-info .block{
  width: 100%;
}
.main-header{
  height: auto!important;
  padding-bottom: 80px;
}
.header-info .free-cons{
  display: none;
}
.panel-info .panel-text h2{
  margin-top: 50px;
}
.panel-info{
  height: auto;
  padding-bottom: 20px;
  min-height: 500px;
}
.button-info{
  top: 0;
  bottom: 0;
  margin: auto;
}
 #chronoform-Zapis input.btn{
    width: 100%;
    margin: 10px 0;
  }
  .widthxxx .extra-info .extra-left{
    text-align: left;
    padding: 20px;
  }

.disease ul li .img-block .disease-img {
     height: 100%;
    width: 100%;
}
.disease ul li .img-block{
  padding: 30px;
}
footer{
  text-align: center;
}
footer .copyright{
  float: none;
}
.about{
  width: calc(100% - 100px);
}
#paninfo.sdvig .button-info{
  margin-left: calc(100% - 100px);
}
.columns ul{
  width: 100%;
}
.columns li{
  width: 28%;
  text-align: center;
}

}
@media (max-width: 580px){
.deliverance-pain ul {
    margin-left: 10px;
    width: 300px;
}
}
@media (max-width: 580px) {
  .main-header .flexslider {
    display: none;
  }
  .header {
    padding: 10px 0;
    position: relative;
  }
  .header .logo img {
    width: 60px;
    height: 60px;
  }
  .header .logo .logo-description {
    margin-left: 10px;
    font-size: 16px;
    vertical-align: bottom;
  }
  .header .logo .logo-description .special {
    font-size: 12px;
  }
  .header-info .text {
    width: 100%;
    margin: 10px 0;
  }
  .header-info .text .text-info {
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .header-info .text .free-cons {
    padding: 10px;
    font-size: 13px;
    width: 78%;
  }
  .tel {
    text-align: center;
    width: 100%;
  }
  .tel img {
    float: none !important;
  }
  .tel .call {
    vertical-align: top;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
  }
  .enroll {
    text-align: center;
  }
  .enroll button {
    width: 80%;
    margin: 10px;
  }
  .panel-text {
    padding-left: 20px !important;
    padding-right: 10px;
  }
  .panel-text h2 {
    font-size: 18px !important;
  }
  .panel-text p {
    margin: 15px 0 !important;
    font-size: 14px !important;
  }
  .panel-text {
    painting-left: 0;
    height: 100%;
  }
  .about,
  .button-info {
    /* display: none; */
  }
  .disease ul li {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .disease ul li p {
    margin-top: 5px;
    font-size: 12px;
  }
  .disease ul li .img-block {
    height: 100px;
    width: 100px;
    padding: 20px;
  }
  .disease ul li .img-block .disease-img {
    height: 100%;
    width: 100%;
  }
   .disease ul li .active_img .disease-img {
  background-position: 106% 50%;
   }
  .disease ul li .img-block .img-text {
    top: 35px;
    right: -110px;
  }
  .mini-text h2 {
    font-size: 18px;
  }
  .mini-text p {
    font-size: 14px;
  }
  .comments .comment-text {
    margin-left: 10px;
  }
  .comments .comment-text h2 {
    font-size: 18px;
  }
  .comments .comment-text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .comments .comment-text .time {
    font-size: 10px;
  }
  .deliverance-pain h2 {
    font-size: 18px;
  }
  .deliverance-pain p {
    font-size: 14px;
  }
  .deliverance-pain ul {
    margin-left: 10px;
    width: 300px;
  }
  .deliverance-pain li {
    width: 75px;
    height: 150px;
    margin: 10px;
  }
  .deliverance-pain .column-block p {
    font-size: 10px !important;
  }
  .columns-info img {
    margin-left: 20px;
    width: 270px;
  }
  .columns-info p {
    font-size: 10px;
    letter-spacing: 5px;
  }
  .price > h2 {
    font-size: 18px;
  }
  .price > p {
    font-size: 14px;
  }
  #send {
    margin: 10px 0 0 0;
  }
  .extra-info .extra-left h3 {
    font-size: 18px;
  }
  .extra-info .extra-left p {
    font-size: 14px;
  }
  .extra-info .extra-left h4 {
    font-size: 18px;
    margin: 10px 0;
  }
  .extra-info .extra-left h5 {
    font-size: 12px;
  }
   .questions .max-block{
    top: -13px;
  }
  footer .logo .logo-description{
    margin: 0;
    text-align: center;
    width: 100%;
  }
 
}

div#mapmaker{
  display: none;
}

div#mapmaker.active {
    position: fixed;
    height: 100%;
    width: 100%;
    padding:50px;
    background: rgba(0,0,0,0.23);
    top: 0;
    z-index: 222;
    display: block;
    opacity:0;
    animation-name: vidvig5;
    animation-duration: 0.5s;
	animation-iteration-count:1;
	animation-fill-mode: forwards;
	
}

@keyframes vidvig5{
	100%{
		opacity: 1;
	}
  
}

#modal_close3{
  right: 35px;
  top: 35px;
}
div#consulting {
    margin-bottom: 50px;
    text-align: left;
}

div#podgotovka {
    text-align: left;
    margin-bottom: 50px;
}
div#podgotovka h3{
  font-family: Days, sans-serif;
  font-weight: 400;
  font-size: 28px;
  display: inline-block;
  margin: 0;
  letter-spacing: 0;
  margin-right: 30px;
  margin-bottom: 20px;
}
div#podgotovka span{
  color: #b1aeae;
}
div#podgotovka ul{
  margin: 0;
}

div#podgotovka ul li{
  font-family: 'Ubuntu';
  line-height: 25px;
  font-size: 16px;
  position: relative;
  padding-bottom: 20px;
  font-weight: 100;
}
div#podgotovka ul li:before{
  content: '';
  height: 7px;
  width: 7px;
  background: black;
  position: absolute;
  left: -18px;
  top: 13px;
 border-radius: 50%;
}

@media (max-width: 800px){
  .columns img{
    width: 120px
  }
  .columns li .column-block{
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media (max-width: 600px){
  .columns img{
    width: 100%;
  }
  .columns li .column-block{
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media (max-width: 770px) {
.columns li {
    width: 25%;
    text-align: center;
}
}
.rk1 {
    margin-top: 5px;
    display: inline-block;
    width: 200px;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}
.rk1 h2 {
    font-size: 9px;
    font-weight: 100;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    text-transform: none;
    margin-bottom: 10px;
}
.rk1 .vspl {
    position: absolute;
    top: -143px;
    left: 16px;
    margin: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 170px;
    height: 125px;
    padding: 2px;
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 101px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 101px rgba(0, 0, 0, 0.2);
    color: #000;
    /* padding-right: 25px; */
    z-index: -4;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.vspl h3 {
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900!important;
}
.vspl p {
    font-size: 8px;
    padding-top: 2px;
}
.vspl p:last-child {
    color: #007EFF;
    font-weight: 800;
    margin-top: 2px;
}
.vspl p {
    font-size: 10px;
    padding-top: 2px;
    font-weight: 400;
    text-transform: none;
    margin: 5px;
}
.rk1 .vspl:after {
    left: 47%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #FFFFFF;
    border-width: 6px;
    bottom: -12px;
}
.rk1:hover .vspl {
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    z-index: 22;
}

.comments .comment-text > p:nth-of-type(2){
  display: none;
}
.comments .time{
  display: none;
}
a.insta {
  height: 40px;
  width: 170px;
  background-image: url(/images/glavnaya/inst.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-top: 20px;
  opacity: 0.8;
  transition: all linear 0.2s;
}

a.insta:hover{
  opacity: 1;
}
.widthxxx .insta{
  background-image: url(/images/glavnaya/inst2.png);
  width: 150px;
  height: 40px;
  margin-top: 10px;
}



.max-block--new {
  display: grid;
  grid-template-columns: 300px auto;
  margin-bottom: 5em;
  gap: 80px;   
  margin-top: 4em;
}

.krugimg--square {
  width: 290px;
  height: 290px;
  border-radius: 0;
  box-shadow: 15px 12px 32px rgba(0, 0, 0, 0.08);
  border: none;
}

.max-block__wrap {
  text-align: left;
  display: flex;
  flex-direction: column;
}

.max-block__wrap h2 {
  margin-top: 10px;
  font-size: 36px;
  margin-bottom: 16px;
}

.max-block__wrap p {
  margin: 0;
  font-family: Arkhip, sans-serif;
  font-weight: 400;
  color: #007851;
  font-size: 24px;
}

.max-block__buttons {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.max-block__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 15px 12px 32px rgba(0, 0, 0, 0.08);
  
  transition: all .3s;
}

.max-block__buttons svg {
    fill: #007851;
}

.max-block__buttons a:hover {
  background: #007851;
}

.max-block__buttons a:hover svg {
  fill: #fff;
}


@media(max-width: 580px) {
    
    .max-block--new {
        grid-template-columns: 100%;
        gap: 40px;
        margin-top: 1em;
    }
    
    .max-block__wrap h2 {
        margin-top: 0;
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .max-block__wrap p {
        font-size: 20px;
    }
    
    .max-block__buttons {
        margin-top: 2em;
        grid-template-columns: 100%;
    }
}







