@font-face {
  font-family: 'LCChalk';
  src: url('LCChalk.eot?#iefix') format('embedded-opentype'),
  url('../fonts/LCChalk/.woff') format('woff'),
  url('../fonts/LCChalk/.ttf')  format('truetype'),
  url('../fonts/LCChalk/.svg#LCChalk') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}
body {
  position: relative;
  height: 100% !important;
  overflow-x: hidden;
  background: #fff;
  min-height: 100%;
  font-size: 18px;
  color: #505050;
  font-family: 'Exo 2', 'Arial', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: geometricPrecision;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  font-weight: inherit;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
}
textarea {
  resize: none;
}
span {
  display: inline-block;
}
p {
  margin: 0;
  color: inherit;
}
img {
  max-width: 1200px;
}

.btn {
  width: 100%;
  font-size: 18px;
  font-weight: lighter;
  line-height: 100%;
  white-space: normal;
  border-radius: 5px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.btn:visited {
  color: #fff;
}
.btn-red {
  height: 30px;
  padding: 0px 10px;
  border: 0;
  line-height: 27px;
  background: rgb(255,93,83);
  background: -moz-linear-gradient(top,  rgba(255,93,83,1) 0%, rgba(255,31,27,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,93,83,1)), color-stop(100%,rgba(255,31,27,1)));
  background: -webkit-linear-gradient(top,  rgba(255,93,83,1) 0%,rgba(255,31,27,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,93,83,1) 0%,rgba(255,31,27,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,93,83,1) 0%,rgba(255,31,27,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,93,83,1) 0%,rgba(255,31,27,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5d53', endColorstr='#ff1f1b',GradientType=0 );
  
  -webkit-box-shadow: inset 1px 2px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow:    inset 1px 2px 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow:         inset 1px 2px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-red:hover {
  background: rgb(255,124,110);
  background: -moz-linear-gradient(top,  rgba(255,124,110,1) 0%, rgba(255,124,110,1) 35%, rgba(255,124,110,1) 48%, rgba(255,0,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,124,110,1)), color-stop(35%,rgba(255,124,110,1)), color-stop(48%,rgba(255,124,110,1)), color-stop(100%,rgba(255,0,0,1)));
  background: -webkit-linear-gradient(top,  rgba(255,124,110,1) 0%,rgba(255,124,110,1) 35%,rgba(255,124,110,1) 48%,rgba(255,0,0,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,124,110,1) 0%,rgba(255,124,110,1) 35%,rgba(255,124,110,1) 48%,rgba(255,0,0,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,124,110,1) 0%,rgba(255,124,110,1) 35%,rgba(255,124,110,1) 48%,rgba(255,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,124,110,1) 0%,rgba(255,124,110,1) 35%,rgba(255,124,110,1) 48%,rgba(255,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c6e', endColorstr='#ff0000',GradientType=0 );

}
.btn-green {
  padding: 6px 10px;
  border: 0;
  line-height: 27px;
  background: rgb(135,208,108);
  background: -moz-linear-gradient(top,  rgba(135,208,108,1) 0%, rgba(73,166,58,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,208,108,1)), color-stop(100%,rgba(73,166,58,1)));
  background: -webkit-linear-gradient(top,  rgba(135,208,108,1) 0%,rgba(73,166,58,1) 100%);
  background: -o-linear-gradient(top,  rgba(135,208,108,1) 0%,rgba(73,166,58,1) 100%);
  background: -ms-linear-gradient(top,  rgba(135,208,108,1) 0%,rgba(73,166,58,1) 100%);
  background: linear-gradient(to bottom,  rgba(135,208,108,1) 0%,rgba(73,166,58,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d06c', endColorstr='#49a63a',GradientType=0 );

  -webkit-box-shadow: inset 1px 2px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow:    inset 1px 2px 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow:         inset 1px 2px 1px 0px rgba(255, 255, 255, 0.5);
}
.btn-green:hover {
  background: rgb(255,124,110);
  background: -moz-linear-gradient(top,  rgba(255,124,110,1) 0%, rgba(255,124,110,1) 35%, rgba(255,124,110,1) 48%, rgba(255,0,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,124,110,1)), color-stop(35%,rgba(255,124,110,1)), color-stop(48%,rgba(255,124,110,1)), color-stop(100%,rgba(255,0,0,1)));
  background: -webkit-linear-gradient(top,  rgba(255,124,110,1) 0%,rgba(255,124,110,1) 35%,rgba(255,124,110,1) 48%,rgba(255,0,0,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,124,110,1) 0%,rgba(255,124,110,1) 35%,rgba(255,124,110,1) 48%,rgba(255,0,0,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,124,110,1) 0%,rgba(255,124,110,1) 35%,rgba(255,124,110,1) 48%,rgba(255,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,124,110,1) 0%,rgba(255,124,110,1) 35%,rgba(255,124,110,1) 48%,rgba(255,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c6e', endColorstr='#ff0000',GradientType=0 );

}
.btn-flat-green {
  max-width: 165px;
  padding: 8px 10px;
  color: #68bb53;
  font-weight: 600;
  border: 3px solid #68bb53;
  text-shadow: none;
}
.btn-flat-green:visited {
  color: #68bb53;
}
.btn-flat-green:hover {
  color: #fff;
  background-color: #68bb53;
}
.btn-gray-green,
.btn-gray-green:visited {
  padding: 16px 10px;
  font-size: 24px;
  font-weight: 300;
  color: #dafeb7;
  border: 2px solid #dafeb7;
  text-shadow: none;
}
.btn-gray-green:hover {
  color: #505050;
  background-color: #dafeb7;
}

.custom-nav {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.custom-nav .top-bar {
  position: relative;
  padding-top: 10px;
  /*padding-bottom: 2px;*/
  padding-bottom: 15px;
  border-radius: 10px 10px 10px 0px;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.custom-nav .top-bar .top-logo-box {
  position: relative;
}
.custom-nav .top-text {
  text-align: left;
}
.custom-nav .top-text h5 {
  font-size: 16px;
  margin: 10px 0 -10px 0;
  position: relative;
  z-index: 5;
}
.custom-nav .top-logo-box .logo-box-item {
  position: absolute;
  bottom: -75px;
  left: 0;
  z-index: 2;
  width: 50%;
  padding: 4px 0px 10px 0;
  border-radius: 0 0 0 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 11px 15px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 11px 15px -8px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 11px 15px -8px rgba(0, 0, 0, 0.5);
}
.custom-nav .top-logo-box .logo-box-item * {
  display: block;
}
.custom-nav .top-logo-box .logo-box-item:before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: -45px;
  height: 65px;
  width: 45px;
  background: url(../images/sprite.png) 0 -104px no-repeat;
}
.custom-nav .logo-box-item h2 {
  font-family: 'Philosopher', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ff6445;
  text-transform: uppercase;
  line-height: 1.7;
  white-space: nowrap;
}
.custom-nav .top-bar .logo-label-circle {
  position: absolute;
  display: block;
  top: -33px;
  right: 0px;
  height: 104px;
  width: 104px;
  text-align: center;
  z-index: 3;
  border-radius: 104px;
  background-color: #ff733d;
  background: url(../images/sprite.png) 0 0 no-repeat;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -webkit-transition: transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
}
.custom-nav .top-bar .logo-label-circle:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.custom-nav .top-bar .logo-label-circle h5 {
  position: relative;
  top: 32px;
  left: 3px;
  line-height: 18px;
  color: #fff;
}
.custom-nav .top-bar .logo-label-circle span {
  font-size: 30px;
  font-weight: bold;
}
.custom-nav .top-bar .top-adress h4 {
  color: #818181;
}
.custom-nav .toggle-menu {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 33px;
}
.custom-nav .toggle-menu > span {
  display: block;
  height: 6px;
  width: 100%;
  border-radius: 6px;
  background-color: #fe8f61;
  margin-bottom: 6px;
}
.custom-nav .bottom-bar {
  position: relative;
  display: none;
  top: -10px;
  background-color: #f0f0f0;
}
.custom-nav .bottom-bar .bottom-links {
  padding-top: 80px;
}
.custom-nav .bottom-links h6 {
  margin-bottom: 25px;
}
.custom-nav .bottom-links .btn {
  font-size: 14px;
  line-height: 8px;
  color: #fff;
}
.custom-nav .bottom-bar .bottom-menu {
  padding-top: 65px;
  padding-bottom: 20px;
  text-align: right;
  background-color: #505050;
}
.custom-nav .bottom-bar a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: lighter;
  color: #c9c9c9;
  text-decoration: none;
}
.custom-nav .bottom-bar a:hover {
  color: #fff;
}

.titleh {
  font-family: 'Philosopher', sans-serif;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 45px;
}
.titleh > * {
  display: block;
}
.titleh .underline {
  /*display: none;*/
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-width: 130px;
}
.titleh .underline span {
  display: block;
  float: left;
  height: 5px;
  width: 16.666666%;
  background-color: #70b061;
  -moz-transform:    skewX(-45deg);
  -o-transform:      skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform:         skewX(-45deg);
}
.titleh .underline span:first-child {
  background-color: #c1ed97;
}
.titleh .underline span:last-child {
  width: 50%;
  background-color: #36553b;
}
.titleh.orange {
  color: #ff703d;
}

.block05 .titleh .underline span {
  background-color: #ff5c3b;
}
.block05 .titleh .underline span:first-child {
  background-color: #ff3e37;
}
.block05 .titleh .underline span:last-child {
  background-color: #ff733d;
}

.block {
  padding-top: 90px;
  background-repeat: no-repeat;
  background-position: center center;
}
.block01 {
  padding-top: 180px;
  background-color: #bebebe;
  background-image: url(../images/bg01.jpg);
}
.block01 h1 {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
  margin: 0px auto 30px auto;
  padding: 0 8%;
}
.block01 h1:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -120px;
  left: 0;
  height: 120px;
  width: 100%;
  z-index: 1;
  background-image: url(../images/notepad-bg/n-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.block01 .notepad {
  position: relative;
  width: 100%;
  padding: 100px 30px 0px 30px;
  margin-bottom: 0;
  background-image: url(../images/notepad-bg/n-middle.png);
  background-repeat: repeat-y;
  background-position: center -2px;
}
.block01 .notepad:before,
.block01 .notepad:after {
  position: absolute;
  display: block;
  content: "";
  top: -29px;
  height: 120%;
  background-repeat: no-repeat, repeat-y;
  z-index: 1;
}
.block01 .notepad:before {
  left: -24px;
  width: 46px;
  background-image: url(../images/notepad-bg/n-left.png);
  background-position: left top;
}
.block01 .notepad:after {
  right: -32px;
  width: 44px;
  background-image: url(../images/notepad-bg/n-right.png);
}
.block01 .notepad .slick-prev,
.block01 .notepad .slick-next {
  height: 32px;
  width: 21px;
  background: url(../images/sprite.png) 0 0 no-repeat;
}
.block01 .notepad .slick-prev {
  left: 34px;
  background-position: -45px -104px;
}
.block01 .notepad .slick-next {
  right: 34px;
  background-position: -66px -104px;
}
.block01 .notepad .slick-prev:before,
.block01 .notepad .slick-next:before {
  display: none;
}
.block01 .notepad .slick-dots {
  width: 94%;
  bottom: 50px;
}
.block01 .notepad .slick-dots li button {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background-color: #e0dfd2;
}
.block01 .notepad .slick-dots li.slick-active button {
  background-color: #ff733d;
}
.block01 .notepad .slick-dots li button:before {
  display: none;
}
.block01 .notepad .slide {
  position: relative;
  padding-bottom: 100px;
}
.block01 .notepad h2 {
  font-weight: bold;
  color: #2e2e2e;
}
.block01 .notepad .btn-box {
  position: relative;
  padding-top: 20px;
}
.block01 .notepad .btn-green {
  -webkit-box-shadow: inset 1px 2px 1px 0px rgba(255, 255, 255, 0.5), 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow:    inset 1px 2px 1px 0px rgba(255, 255, 255, 0.5), 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow:         inset 1px 2px 1px 0px rgba(255, 255, 255, 0.5), 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.block01 .notepad .footnote {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 0px;
  font-size: 14px;
  font-style: italic;
}

.block02 {
  position: relative;
  text-align: center;
  background-color: #fff;
  z-index: 2;
  -webkit-box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px -10px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px -10px 20px 0px rgba(0, 0, 0, 0.5);
}
.block02 .block2-description {
  margin-bottom: 60px;
}
.block02 .block2-item {
  position: relative;
  padding: 5% 5% 10% 20%;
  z-index: 1;
  margin-bottom: 210px;
}
.block02 .item-bg {
  position: absolute;
  display: block;
  top: 0;
  width: 97%;
}
.block02 .block2-item h3 {
  color: #ff6445;
  margin-bottom: 10px;
}
.block02 .block2-item img {
  width: 90%;
}
.block02 .block2-item .btn {
  max-width: 250px;
}

.block03 {
  position: relative;
  padding-bottom: 100px;
  background-color: #ffffdb;
  background-image: url(../images/bg03.jpg);
  background-position: center top;
}
.block03 .block03-row {
  padding: 0 15px;
  text-align: center;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.block03 .block03-row > * > * {
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #8c8c8c;
}
.block03 .block03-row > * > *:last-child {
  border-right: 0;
}
.block03 .block03-row img {
  margin-bottom: 25px;
}
.block03 .block03-row h2 {
  font-family: 'Philosopher', sans-serif;
  color: #ff733e;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.block03 .block03-row h4 {
  font-weight: lighter;
}

.block04 {
  padding-bottom: 100px;
}
.block04 .titleh {
  color: #68bb53;
}
.block04 .specialists {
  text-align: center;
  margin-bottom: 30px;
  height: 441px;
}
.block04 .specialists > *,
.block04 .specialists > * > * {
	height: 100%;
}

.block04 .specialists .slick-slide {
	border: 1px solid #ff733d;
	border-right: 1px solid transparent;
	height: 100%;
	padding-top: 30px;
	padding-botton: 30px;
}

.block04 .specialists .slick-slide:last-of-type {
	border-right: 1px solid #ff733d;
}

.block04 .specialists > *:last-child {
  border: 0;
}
.block04 .specialists img {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.2);
}
.block04 .specialists h3 {
  display: block;
  font-family: 'Philosopher', sans-serif;
  color: #ff733d;
  margin-bottom: 10px;
}
.block04 .specialists h4 {
  display: block;
  margin-bottom: 25px;
}
.block04 .specialists p {
  font-weight: 300;
}
.block04 .buttons {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.block04 .buttons > * {
  padding: 7px 15px;
  background: rgb(255,150,81);
  background: -moz-linear-gradient(top,  rgba(255,150,81,1) 0%, rgba(255,80,43,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,150,81,1)), color-stop(100%,rgba(255,80,43,1)));
  background: -webkit-linear-gradient(top,  rgba(255,150,81,1) 0%,rgba(255,80,43,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,150,81,1) 0%,rgba(255,80,43,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,150,81,1) 0%,rgba(255,80,43,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,150,81,1) 0%,rgba(255,80,43,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9651', endColorstr='#ff502b',GradientType=0 );

  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow:    inset 1px 1px 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow:         inset 1px 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.block04 .buttons > *:hover {
  background: rgb(253,117,36);
  background: -moz-linear-gradient(top,  rgba(253,117,36,1) 0%, rgba(251,63,20,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,117,36,1)), color-stop(100%,rgba(251,63,20,1)));
  background: -webkit-linear-gradient(top,  rgba(253,117,36,1) 0%,rgba(251,63,20,1) 100%);
  background: -o-linear-gradient(top,  rgba(253,117,36,1) 0%,rgba(251,63,20,1) 100%);
  background: -ms-linear-gradient(top,  rgba(253,117,36,1) 0%,rgba(251,63,20,1) 100%);
  background: linear-gradient(to bottom,  rgba(253,117,36,1) 0%,rgba(251,63,20,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7524', endColorstr='#fb3f14',GradientType=0 );

}
.block04 .buttons span {
  display: block;
  height: 30px;
  width: 64px;
  margin: 0 auto;
  background: url(../images/sprite.png) 0 0 no-repeat;
}
.block04 .buttons span.left-b {
  background-position: -104px 0;
}
.block04 .buttons span.right-b {
  background-position: -168px 0;
}

.block05 {
  padding-bottom: 85px;
}
.block05 .top {
  background-image: url(../images/bg05.jpg);
  margin-bottom: 30px;
}
.block05 .titleh {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.block05 .reviews {
  border: 1px solid #bfec96;
  margin-bottom: 20px;
}
.block05 .reviews-item {
  padding-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #bfec96;
}

.block05 .reviews-item h5 {
	font-size: 48px;
	text-align: center;
	display: block;
}

.block05 .reviews-item:last-child {
  border: 0;
}
.block05 .reviews-item h3 {
  font-family: 'Philosopher', sans-serif;
  color: #ff733d;
  margin-bottom: 10px;
}
.block05 .reviews-item h4 {
  color: #73b161;
}
.block05 .reviews-item p {
  font-weight: 300;
  font-style: italic;
  text-align: justify;
}

.block06 {
  padding: 130px 0;
  background-image: url(../images/bg06.jpg);
}
.block06 h2 {
  font-weight: 300;
  color: #dafeb7;
  margin-bottom: 20px;
}

footer {
  padding-top: 30px;
  padding-bottom: 15px;
  color: #fff;
  background-color: #505050;
}
footer .footer-logo {
  text-align: center;
}
footer .footer-logo * {
  display: block;
}
footer .footer-logo h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
footer .footer-logo h5 {
  margin-bottom: 5px;
}
footer .footer-logo h2 {
  font-family: 'Philosopher', sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
footer h5 {
  margin-bottom: 15px;
}
footer ul {
  padding-bottom: 13px;
  border-bottom: 1px solid #a8a8a8;
  margin-bottom: 25px;
}
footer ul a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  color: #dafeb7;
}
footer ul a:hover {
  color: #fff;
  text-decoration: none;
}
footer .btn-red {
  margin: 15px 0;
}
footer .btn-red:hover {
  color: #fff;
}
footer .neos-logo {
  text-align: right;
}
footer .neos-logo .neos {
  display: inline-block;
}

/* modal */

.modal {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  max-width: 390px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
}
.modal .closebtn {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  background: url(../images/sprite.png) -164px -30px no-repeat;
}
.modal .closebtn:hover {
  background-position: -184px -30px;
}
.modal .titleh {
  padding-top: 45px;
  padding-bottom: 10px;
  color: #68bb53;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.modal .titleh h2 {
  font-size: 30px;
}
.modal form {
  padding: 30px 35px 0 35px;
}
.modal form p {
  margin-bottom: 30px;
}
.modal form li {
  position: relative;
}
.modal form li:after {
  position: absolute;
  display: block;
  content: "";
  top: 5px;
  left: 6px;
  height: 20px;
  width: 20px;
  z-index: 1;
  opacity: .7;
  background: url(../images/sprite.png) 0 0 no-repeat;
}
.modal form li:hover:after,
.modal form li:focus:after,
.modal form li:active:after {
  opacity: 1;
}
.modal form li.name:after {
  background-position: -104px -30px;
}
.modal form li.phone:after {
  background-position: -124px -30px;
}
.modal form li.textarea:after {
  background-position: -144px -30px;
}
.modal form .btn {
  max-width: 165px;
}
.modal form .btn:hover {
  color: #fff;
}
.fancybox-skin {
  border-radius: 10px;
}
.fancybox-close {
  display: none;
}

form input,
form textarea {
  height: 30px;
  width: 100%;
  font-weight: normal;
  padding-left: 35px;
  color: #2e2e2e;
  border: 1px solid #969696;
  outline: none;
  background-color: #e8e8e8;
  margin-bottom: 20px;
}
form input:hover,
form input:focus,
form input:active,
form textarea:hover,
form textarea:focus,
form textarea:active {
  font-weight: 600;
  border-color: #505050;
}
form textarea {
  min-height: 80px;
}
form .alert {
  padding: 0;
  margin: 0;
}

form.ajax {
	position: relative;
}

form .alert {
	position: absolute;
	width: 80%;
	text-align: center;
	opacity: 0;
	left: -9999px;
	font-size: 12px;
	line-height: 1.1;
	-webkit-transition: opacity 0.4s, left 0s 0.4s, -webkit-transform 0.4s;
	-o-transition: opacity 0.4s, left 0s 0.4s, -o-transform 0.4s;
	-moz-transition: opacity 0.4s, left 0s 0.4s, -moz-transform 0.4s;
	-ms-transition: opacity 0.4s, left 0s 0.4s, -ms-transform 0.4s;
	transition: opacity 0.4s, left 0s 0.4s, transform 0.4s;	
}

form .alert.active {
	left: 10%;
	opacity: 1;	
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	-o-transition: opacity 0.4s, -o-transform 0.4s;
	-moz-transition: opacity 0.4s, -moz-transform 0.4s;
	-ms-transition: opacity 0.4s, -ms-transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;	
}

form .alert.error {
	color: #DB0000;
}

[name="question-form"] .alert,
[name="order-form"] .alert,
[name="review-form"] .alert {
	bottom: auto;
	top: 104%;
}

/* modal end */

@media (min-width: 768px) {
  .custom-nav .top-logo-box .logo-box-item {
    bottom: -62px;
    width: 99%;
    width: calc(100% - 45px);
    padding: 2px 50px 10px 0;
  }
  .custom-nav .top-bar {
    padding-bottom: 2px;
    z-index: auto;
    border-radius: 10px 10px 0 0;
  }
  .custom-nav .top-text {
    text-align: center;
  }
  .custom-nav .bottom-bar {
    display: block !important;
    top: 0;
    border-radius: 0 0 10px 0;
    background-color: #505050;
    background-color: rgba(80,80,80,0.7);
  }
  .custom-nav .top-bar:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -55px;
    left: 0px;
    height: 53px;
    z-index: -1;
    width: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  }
  .custom-nav .bottom-bar .bottom-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .block02 .block2-item {
    margin-bottom: 110px;
  }
  .block03 .block03-row > * > * {
    border-right: 1px solid #8c8c8c;
  }
  .block03 .block03-row > *:last-child > * {
    border-bottom: 0;
  }
  .block04 .specialists > * {
    border-right: 1px solid #ff733d;
  }
  footer .btn-red {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
	.block01 h1 {
		font-size: 32px;
	}
	.custom-nav .top-text h5 {
		width: 200px;
		text-align: center;
	}
	.block01 .notepad .row {
		text-align: center;
	}
	.block01 .notepad h2 {
		font-size: 24px;
		width: 80%;
	}
	.slick-slide img {
		margin: 0 auto;
	}
	.block01 .notepad .footnote {
		bottom: 10px;
	}
}

/* new styles */

.services-descriptions {
	padding-bottom: 100px;
}

.service-description {
	text-align: left;
	font-weight: 300;
	font-style: italic;
	display: none;
	text-align: justify;
}

.service-description h3 {
	color: #ff6445;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	display: block;
}

.service-description table {
	width: 100%;
	font-size: 18px;
	margin: 40px 0;
	border: 1px solid #8c8c8c;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);	
}

.service-description table td,
.service-description table th {
	border: 1px solid #8c8c8c;
	padding: 5px;
	font-size: 13px;
}

.service-description table tr td:nth-child(1) ,
.service-description table tr th:nth-child(1) {
	padding-left: 15px;
}

.service-description table th {
	font-weight: 500;
	background-color: #F8F8EA;
}

.service-description table td {
	font-weight: 300;
}

.service-description .price {
	font-family: 'Philosopher', sans-serif;
	color: #ff733d;
	display: block;
} 

#sd_5 table td,
#sd_5 table th {
	width: 33.3%;
}


.service-description .btn {
	margin-top: 40px;
}

.slick-track {
	margin: 0 auto;
}
