@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: #303334;
  color: #949697;
  font: 16px/18px Ubuntu Condensed, Tahoma, Helvetica, Arial, Verdana;
}
img {
  max-width: 100%;
}
a {
  color: #ffffff;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
h1 {
  color: #ffffff;
  font: 60px 'Pacifico', cursive;
}
nav {
  padding-top: 5px;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0px 0 0;
  margin-left: 6px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 13px 16px;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.08em;
}
.sf-menu > li > a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #5cd3bb;
  border-radius: 10px;
  z-index: -1;
}
.sf-menu > li > a:hover {
  background: transparent;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover:after {
  visibility: visible;
  opacity: 100;
  top: 0;
  bottom: 0;
}
.sf-menu > li.current a {
  background: transparent;
  border-radius: 10px;
}
.sf-menu > li.current a:after {
  visibility: visible;
  opacity: 100;
  top: 0;
  bottom: 0;
}
.sf-menu > li.sfHover > a {
  background: transparent;
  border-radius: 10px;
}
.sf-menu > li.sfHover > a:after {
  visibility: visible;
  opacity: 100;
  top: 0;
  bottom: 0;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  margin-top: 10px;
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  padding: 10px 20px;
  width: 140px;
  z-index: 2;
  display: none;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  line-height: 30px;
  position: relative;
}
.sf-menu ul li a {
  font: 14px;
  line-height: 30px;
  color: #303334;
  text-decoration: none;
  letter-spacing: 1px;
}
.sf-menu ul li a:hover {
  color: #5cd3bb;
}
.sf-menu ul li.sfHover > a {
  color: #5cd3bb;
  text-decoration: none;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 120px;
  background: #ffffff;
  padding: 10px 20px;
  z-index: 4;
  border-radius: 10px;
}
.sf-menu ul ul li {
  line-height: 30px;
}
.sf-menu ul ul li a {
  font: 14px/30px;
  color: #303334;
  text-decoration: none;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 13px 11px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 13px 9px;
    font-size: 17px;
  }
  .sf-menu > li {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #303334;
  padding: 0px 0;
  z-index: 999;
  height: 103px;
}
.isStuck .logo-link {
  line-height: 79px;
}
.isStuck .header_logo_slogan {
  top: 69px;
}
.isStuck .header_navigation {
  float: right;
  margin-left: 27px;
  padding-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    header
=========================================================*/
.logo-link {
  text-decoration: none;
  color: white;
  letter-spacing: -1.2px;
}
#header {
  padding-bottom: 10px;
}
.header_logo {
  padding-left: 3px;
  float: left;
  position: relative;
}
.header_logo_slogan {
  font-size: 9px;
  left: 25px;
  letter-spacing: 4.5px;
  position: absolute;
  text-transform: uppercase;
  top: 85px;
}
.header_logo_slogan_first_part {
  float: left;
}
.header_logo_slogan_second_part {
  float: left;
  margin-left: 38px;
}
.header_navigation {
  float: right;
  margin-left: 27px;
  padding-top: 25px;
  margin-right: -28px;
  width: 100%;
}
/*========================================================
                    content
=========================================================*/
/*========================================================
                    slider
=========================================================*/
.slide-bg {
  overflow: hidden;
}
/*========================================================
                    slider title
=========================================================*/
.slider-title {
  padding-top: 328px;
}
.slider-title h2 {
  line-height: 143px;
  text-transform: lowercase;
}
.current-link {
  color: #5cd3bb;
}
/*========================================================
                    slider quot
=========================================================*/
.slide-quote {
  text-align: center;
  padding-top: 79px;
  font-size: 30px;
  line-height: 26px;
  text-transform: uppercase;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/*========================================================
                    block back1
=========================================================*/
.back-1 {
  background: url('../images/page2_image6.jpg') no-repeat center 0;
}
.info {
  padding-top: 59px;
  margin-left: auto;
  margin-right: auto;
}
.back .info {
  padding-top: 30px;
}
.info2 {
  padding-top: 144px;
  padding-left: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 195px;
}
.info3 {
  padding-top: 80px;
  padding-bottom: 165px;
}
.info-gallery {
  padding-top: 19px !important;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -1px;
}
.info2-gallery h2 {
  color: #ffffff;
  font: 150px 'Pacifico', cursive;
  padding-left: 28px;
}
h2 {
  font: 150px/26px 'Pacifico', cursive;
  text-align: center;
}
.back-4 h2 {
  text-align: left;
}
.info h2 {
  color: #ffffff;
  font: 60px 'Pacifico', cursive;
  letter-spacing: -1px;
}
.info2 h2 {
  color: #ffffff;
  font: 150px 'Pacifico', cursive;
}
.info3 h2 {
  color: #ffffff;
  font: 60px 'Pacifico', cursive;
}
.info-gallery {
  padding-top: 42px;
  margin-left: auto;
  margin-right: auto;
}
.info-gallery h2 {
  color: #ffffff;
  font: 60px 'Pacifico', cursive;
}
.info-buttons {
  padding-top: 61px;
  overflow: hidden;
  padding-bottom: 175px;
}
.info-head {
  padding-top: 20px;
}
.info-title2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
}
.info-title3 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  width: 285px;
}
/*========================================================
                    block with circles
=========================================================*/
.info-circle {
  background: transparent;
  color: #ffffff;
  width: 170px;
  height: 170px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 500px;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.info-circle .inner {
  border: 3px solid #fff;
  border-radius: 500px;
  height: 121px;
}
.info-circle .inner .fa {
  display: inline-block;
  font-size: 42px;
  line-height: 130px;
}
.info-item:hover .info-circle {
  background: #5cd3bb;
}
.info-item:hover .inner {
  border: 0px;
  padding: 3px;
}
.info-item:hover .info-quote h4 {
  color: #5cd3bb;
}
.info-item:hover .info-more a {
  color: #5cd3bb;
}
.width-circle:hover {
  border-color: transparent;
}
.info-quote {
  text-align: center;
}
.info-quote h4 {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.06em;
}
.info-quote p {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.06em;
  padding-top: 16px;
  color: #919595;
}
.info-more {
  text-align: center;
  font-size: 22px;
  padding-top: 36px;
  text-transform: uppercase;
}
.info-more a {
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 1px;
}
.info-more a:hover {
  color: #5cd3bb;
}
/*========================================================
                    block back2
=========================================================*/
.back-2 {
  background: url('../images/page1_image1.jpg') no-repeat center 0;
}
.text-shedule {
  /*width: 200px;
  width: 533px;*/
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 34px;
  margin-top: -18px;
}
.text-shedule p {
  color: #ffffff;
  font-size: 30px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: sharp;
}
.shedule {
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  width: 202px;
  padding: 21px 5px;
  text-align: center;
  border: 3px solid #ffffff;
  cursor: pointer;
}
.shedule:hover {
  background-color: #5cd3bb;
  border-color: #5cd3bb;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.shedule a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.shedule p {
  font-size: 22px;
  color: #ffffff;
}
/*========================================================
                    block back3
=========================================================*/
.back-3 {
  padding-bottom: 49px;
}
.back-3 img {
  cursor: pointer;
}
.gallery-title {
  padding-bottom: 55px;
  padding-top: 5px;
  padding-left: 16px;
}
.img-div {
  display: inline-block;
}
.img-div a {
  position: relative;
  display: inline-block;
}
.img-div a .img-span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  width: 100%;
  height: 5%;
  top: 50%;
  left: 0%;
  background-color: #5cd3bb;
  opacity: 0;
  z-index: 1;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
}
.img-div a .img-span .fa {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.img-div a img {
  width: 100%;
}
.img-div:hover .img-span {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 1;
  display: block;
  background-color: #5cd3bb;
  visibility: visible;
}
.f_right {
  float: right;
}
/*========================================================
                    styles for photo grid
=========================================================*/
.minus-margin {
  margin-left: -30px;
}
.minus-margin {
  margin-left: 0px;
}
.align-grid-vertical1 {
  margin-top: 11px;
}
.align-grid-vertical2 {
  margin-top: -60px;
}
.align-grid-vertical3 {
  margin-top: -12px;
}
.plus-margin-top {
  margin-top: 41px;
}
.plus-margin-top2 {
  margin-top: 28px;
}
.plus-margin {
  margin-left: 38px;
}
.margin-bottom {
  margin-bottom: 42px;
}
.margin-top9 {
  margin-top: 10px;
}
.width390 {
  width: 390px;
}
.width-per2 {
  float: right;
}
.width-per3 {
  float: right;
}
/*========================================================
                    block back4
=========================================================*/
.back-4 {
  background: url('../images/page1_image2.jpg') center 0 no-repeat;
}
.back-4 h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.back-4 p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  color: #949697;
}
.back-4-big-title {
  border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 11px;
}
.back-4-title {
  padding-bottom: 12px;
  padding-top: 43px;
}
.back-4-text {
  margin-bottom: -8px;
  padding-top: 1px;
}
.more {
  text-align: left;
}
.more a:hover {
  color: #5cd3bb;
}
.more .fa {
  color: #5cd3bb;
  font-size: 16px;
  padding-left: 9px;
  padding-top: 1px;
}
/*========================================================
                    block back5
=========================================================*/
.back-5 {
  background-color: #5cd3bb;
  padding-bottom: 28px;
}
.question-text {
  padding-top: 71px;
}
.question-text {
  font-size: 42px;
  color: #ffffff;
  letter-spacing: 3px;
  line-height: 40px;
}
.phone-number {
  padding-top: 51px;
  margin-left: -9px;
}
.phone-number {
  font-size: 122px;
  font-family: Pacifico;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 55px;
  letter-spacing: 7px;
}
.week {
  margin-top: 39px;
  margin-bottom: -20px;
  margin-right: -26px;
  position: relative;
  float: right;
  height: 233px;
  width: 331px;
  padding-top: 6px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #303334;
}
.week::before {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  content: "";
  display: block;
  position: absolute;
  border: 21px solid transparent;
  border-right: 24px solid #303334;
  top: 46%;
  left: -43px;
  margin-top: -10px;
  z-index: 99;
}
.week:hover {
  background-color: #7bdbc8;
}
.week:hover::before {
  border-right: 24px solid #7bdbc8;
}
.week-text {
  padding-left: 29px;
  padding-top: 34px;
}
.week-text {
  font-size: 42px;
  line-height: 44px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
/*========================================================
                    footer
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 5% !important;
  border-radius: 500px;
  height: 45px;
  width: 45px;
  background-color: #ffffff;
  text-align: center;
  line-height: 45px;
  color: #303334;
}
#toTop .fa {
  display: inline-block;
  color: #303334;
  z-index: 5;
  font-size: 22px;
  line-height: 45px;
}
#toTop:hover {
  background-color: #5cd3bb;
}
@media only screen and (max-width: 1400px) {
  #toTop {
    right: 10% !important;
  }
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
.back-6 {
  border-top: 4px #5cd3bb solid;
  position: relative;
}
.back-6 .footer {
  padding-top: 88px;
}
.back-6 .footer-detail-item {
  text-align: center;
}
.back-6 .footer-detail-item .fa {
  font-size: 24px;
  color: #ffffff;
}
.back-6 .footer-detail-item .footer-details {
  padding-top: 35px;
}
.back-6 .footer-detail-item .footer-details p {
  font-size: 12px;
  font-family: Ubuntu;
  line-height: 16px;
  color: #b4b7b8;
}
.back-6 .footer-detail-item .footer-details p a {
  font-size: 12px;
  line-height: 16px;
  font-family: Ubuntu;
  color: #b4b7b8;
}
.back-6 .footer-detail-item .footer-details p a:hover {
  color: #5cd3bb;
}
.footer-icons {
  text-align: center;
  overflow: hidden;
  padding-top: 102px;
  padding-left: 70px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.footer-icons .footer-inner {
  cursor: pointer;
  background-color: #ffffff;
  float: left;
  text-align: center;
  border-radius: 500px;
  height: 45px;
  width: 45px;
  margin-left: 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.footer-icons .footer-inner .fa {
  display: inline-block;
  color: #303334;
  font-size: 17px;
  line-height: 45px;
}
.footer-icons .footer-inner:hover {
  background-color: #5cd3bb;
}
.copyright {
  padding-top: 115px;
  text-align: center;
}
.copyright h1 {
  color: #ffffff;
  font: 60px/26px Pacifico, Tahoma, Helvetica, Arial, Verdana;
  letter-spacing: -1.2px;
}
.copyright .copyright-text {
  margin-top: 43px;
  margin-left: -2px;
  font-size: 12px;
  font-family: Ubuntu;
  line-height: 16px;
  letter-spacing: 0px;
  color: #6c6d6e;
}
.copyright .copyright-text a {
  font-size: 12px;
  font-family: Ubuntu;
  line-height: 16px;
  letter-spacing: 0px;
  color: #6c6d6e;
}
.copyright .copyright-text a:hover {
  color: #5cd3bb;
}
.current-link {
  color: #5cd3bb;
}
/*========================================================
                    block page-2-block1
=========================================================*/
.page-2-block1 {
  border-top: 1px rgba(104, 106, 107, 0.5) solid;
  padding-top: 37px;
  padding-bottom: 75px;
}
.page-2-block1 .page-2-block1-title {
  border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 11px;
  padding-left: 3px;
}
.page-2-block1 .page-2-block1-title h4 {
  font: 60px 'Pacifico', cursive;
  color: #ffffff;
}
.page-2-block1 .page-2-block1-body {
  padding-top: 27px;
}
.page-2-block1 .page-2-block1-body .page-2-block1-quote {
  margin-top: -7px;
  padding-right: 92px;
  padding-bottom: 9px;
}
.page-2-block1 .page-2-block1-body .page-2-block1-quote p {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 25px;
  letter-spacing: 0.06em;
}
.page-2-block1 .page-2-block1-body .page-2-block1-text p {
  padding-bottom: 22px;
  line-height: 20px;
  font-size: 14px;
  padding-bottom: 20px;
  color: #949697;
}
.page-2-block1 .page-2-block1-body .page-2-block1-more {
  padding-top: 18px;
}
.page-2-block1 .page-2-block1-body .page-2-block1-more a {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-2-block1 .page-2-block1-body .page-2-block1-more a .fa {
  color: #5cd3bb;
  font-size: 15px;
  padding-left: 9px;
}
.page-2-block1 .page-2-block1-body .page-2-block1-more a:hover {
  color: #5cd3bb;
}
/*========================================================
                    block page-2-block2
=========================================================*/
.page-2-block2 {
  background: url('../images/page2_image6.jpg') no-repeat center 0;
  padding-top: 190px;
  padding-bottom: 150px;
}
.page-2-block2 .page-2-block2-title {
  margin-bottom: -10px;
  padding-left: 2px;
}
.page-2-block2 .page-2-block2-title h4 {
  font: 60px 'Pacifico', cursive;
  color: #ffffff;
}
.page-2-block2 .member-list {
  border-top: 1px rgba(104, 106, 107, 0.5) solid;
  padding-top: 48px;
  width: 100%;
}
.page-2-block2 .member-list .member-name {
  padding-top: 40px;
  padding-bottom: 15px;
}
.page-2-block2 .member-list .member-name p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
}
.page-2-block2 .member-list .member-about {
  color: #919595;
  font-size: 13px;
  letter-spacing: 0.06em;
}
.page-2-block1-details {
  background: url('../images/page2_image7.jpg') no-repeat center 0;
  padding-top: 80px;
  padding-bottom: 135px;
}
.page-2-block1-details .page-2-block1-detail-title {
  border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 11px;
  padding-left: 3px;
}
.page-2-block1-details .page-2-block1-detail-title h4 {
  font: 55px 'Pacifico', cursive;
  color: #ffffff;
}
.page-2-block1-details .page-2-block1-detail-items {
  padding-top: 47px;
}
.page-2-block1-details .page-2-block1-detail-items .page-2-block1-detail-item {
  margin-left: -2px;
  padding-bottom: 42px;
}
.page-2-block1-details .page-2-block1-detail-items .page-2-block1-detail-item .page-2-block1-detail-icon {
  float: left;
  margin-right: 30px;
}
.page-2-block1-details .page-2-block1-detail-items .page-2-block1-detail-item .page-2-block1-detail-icon .page-2-block1-detail-icon-circle {
  border: 3px solid #fff;
  border-radius: 500px;
  height: 82px;
  width: 82px;
  text-align: center;
}
.page-2-block1-details .page-2-block1-detail-items .page-2-block1-detail-item .page-2-block1-detail-icon .page-2-block1-detail-icon-circle .fa {
  display: inline-block;
  font-size: 42px;
  line-height: 82px;
  color: #ffffff;
}
.page-2-block1-details .page-2-block1-detail-items .page-2-block1-detail-item .page-2-block1-detail-item-body .page-2-block1-detal-item-quote p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
}
.page-2-block1-details .page-2-block1-detail-items .page-2-block1-detail-item .page-2-block1-detail-item-body .page-2-block1-detal-item-text {
  padding-top: 13px;
}
.page-2-block1-details .page-2-block1-detail-items .page-2-block1-detail-item .page-2-block1-detail-item-body .page-2-block1-detal-item-text p {
  line-height: 18px;
  font-size: 13px;
  color: #949697;
  letter-spacing: 0.06em;
}
.page-2-block1-details .page-2-block1-detail-title2 {
  border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 11px;
}
.page-2-block1-details .page-2-block1-detail-title2 h4 {
  font: 60px 'Pacifico', cursive;
  color: #ffffff;
}
.page-2-block1-details .page-2-block1-detail-list {
  padding-top: 44px;
}
.page-2-block1-details .page-2-block1-detail-list .page-2-block1-detail-list-title p {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
}
.page-2-block1-details .page-2-block1-detail-list .page-2-block1-detail-list-text {
  padding-top: 13px;
  padding-bottom: 20px;
}
.page-2-block1-details .page-2-block1-detail-list .page-2-block1-detail-list-text p {
  line-height: 20px;
  color: #949697;
  font-size: 14px;
}
.page-2-block1-details .page-2-block1-detail-list .page-2-block1-detail-list-list ul li {
  font-size: 13px;
  padding-bottom: 13px;
  color: #ffffff;
  letter-spacing: 0.06em;
}
.page-2-block1-details .page-2-block1-detail-list .page-2-block1-detail-list-list ul li a:hover {
  color: #5cd3bb;
}
.page-2-block1-details .page-2-block1-detail-list .page-2-block1-detail-list-list ul li:before {
  color: #5cd3bb;
  content: '';
  font-size: 12px;
  font-family: 'FontAwesome';
  padding-right: 13px;
}
/*========================================================
                    block page-2-block3
=========================================================*/
.page-2-block3 {
  padding-bottom: 185px;
  padding-top: 20px;
}
.page-2-block3 .page-2-block3-head .page-2-block3-title {
  text-align: center;
}
.page-2-block3 .page-2-block3-head .page-2-block3-title h4 {
  font: 60px 'Pacifico', cursive;
  color: #ffffff;
  letter-spacing: -1px;
}
.page-2-block3 .page-2-block3-body {
  padding-top: 29px;
}
.page-2-block3 .page-2-block3-body .page-2-block3-item .page-2-block3-item-mark {
  width: auto;
  float: left;
  /* height: 100%; */
  height: 189px;
}
.page-2-block3 .page-2-block3-body .page-2-block3-item .page-2-block3-item-mark .fa {
  font-size: 36px;
  color: #ffffff;
}
.page-2-block3 .page-2-block3-body .page-2-block3-item .page-2-block3-item-text {
  padding-left: 53px;
}
.page-2-block3 .page-2-block3-body .page-2-block3-item .page-2-block3-item-text p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.page-2-block3 .page-2-block3-body .page-2-block3-item .page-2-block3-item-text .page-2-block3-item-author {
  padding-top: 9px;
}
.page-2-block3 .page-2-block3-body .page-2-block3-item .page-2-block3-item-text .page-2-block3-item-author p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
}
/*========================================================
                    block page-3-block1
=========================================================*/
.page-3-block1 {
  border-top: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 38px;
}
.page-3-block1 .page-3-block1-head {
  padding-top: 37px;
  border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 10px;
}
.page-3-block1 .page-3-block1-head .page-3-block1-title h4 {
  font: 60px 'Pacifico', cursive;
  color: #ffffff;
}
.page-3-block1 .page-3-block1-body {
  padding-top: 47px;
  margin-left: 3px;
}
.page-3-block1 .page-3-block1-body .service {
  padding-bottom: 33px;
  margin-left: -4px;
}
.page-3-block1 .page-3-block1-body .service .service-image {
  float: left;
}
.page-3-block1 .page-3-block1-body .service .service-title {
  overflow: hidden;
  padding-left: 34px;
  padding-bottom: 8px;
}
.page-3-block1 .page-3-block1-body .service .service-title p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.06em;
}
.page-3-block1 .page-3-block1-body .service .service-text {
  padding-left: 200px;
  padding-top: 1px;
}
.page-3-block1 .page-3-block1-body .service .service-text p {
  font-size: 14px;
  line-height: 20px;
  color: #949697;
}
/*========================================================
                    block page-3-block2
=========================================================*/
.page-3-block2 {
  background: url('../images/page2_image6.jpg') no-repeat center 0;
  padding-top: 80px;
  padding-bottom: 133px;
}
.page-3-block2 .page-3-block2-head {
  margin-left: 2px;
  border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 11px;
}
.page-3-block2 .page-3-block2-head .page-3-block2-title h4 {
  font: 60px 'Pacifico', cursive;
  color: #ffffff;
}
.page-3-block2 .page-3-block2-body {
  padding-top: 47px;
  margin-left: -1px;
}
.page-3-block2 .page-3-block2-body .service2 {
  padding-bottom: 40px;
}
.page-3-block2 .page-3-block2-body .service2 .service-image {
  float: left;
}
.page-3-block2 .page-3-block2-body .service2 .service-title {
  overflow: hidden;
  padding-left: 5px;
  margin-left: -3px;
  padding-top: 32px;
}
.page-3-block2 .page-3-block2-body .service2 .service-title p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.06em;
}
.page-3-block2 .page-3-block2-body .service2 .service-text {
  overflow: hidden;
  padding-top: 10px;
}
.page-3-block2 .page-3-block2-body .service2 .service-text p {
  font-size: 14px;
  line-height: 20px;
  color: #949697;
}
.page-3-block2 .page-3-block2-body .service2 .service2-more {
  padding-top: 39px;
}
.page-3-block2 .page-3-block2-body .service2 .service2-more a {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-3-block2 .page-3-block2-body .service2 .service2-more a .fa {
  color: #5cd3bb;
  font-size: 15px;
  padding-top: 1px;
  padding-left: 9px;
}
.page-3-block2 .page-3-block2-body .service2 .service2-more a:hover {
  color: #5cd3bb;
}
/*========================================================
                    block page-3-block3
=========================================================*/
.page-3-block3 {
  background: url('../images/page2_image7.jpg') no-repeat center 0;
  padding-top: 188px;
  padding-bottom: 105px;
}
.page-3-block3 .page-3-block3-head {
  margin-left: 3px;
  border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 10px;
}
.page-3-block3 .page-3-block3-head .page-3-block3-title h4 {
  font: 60px 'Pacifico', cursive;
  color: #ffffff;
  letter-spacing: -1px;
}
.page-3-block3 .page-3-block3-detail-text {
  padding-top: 45px;
  padding-bottom: 63px;
}
.page-3-block3 .page-3-block3-detail-text .page-3-block3-detail-list {
  margin-top: -2px;
}
.page-3-block3 .page-3-block3-detail-text .page-3-block3-detail-list .page-3-block3-detail-list-title p {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.page-3-block3 .page-3-block3-detail-text .page-3-block3-detail-list .page-3-block3-detail-list-text {
  padding-top: 13px;
  padding-bottom: 20px;
}
.page-3-block3 .page-3-block3-detail-text .page-3-block3-detail-list .page-3-block3-detail-list-text p {
  line-height: 20px;
  font-size: 14px;
  color: #949697;
}
.page-3-block3 .page-3-block3-detail-text .page-3-block3-detail-list .page-3-block3-detail-list-list ul li {
  font-size: 13px;
  padding-bottom: 13px;
  color: #ffffff;
  letter-spacing: 0.06em;
}
.page-3-block3 .page-3-block3-detail-text .page-3-block3-detail-list .page-3-block3-detail-list-list ul li a:hover {
  color: #5cd3bb;
}
.page-3-block3 .page-3-block3-detail-text .page-3-block3-detail-list .page-3-block3-detail-list-list ul li:before {
  color: #5cd3bb;
  content: '';
  font-size: 12px;
  font-family: 'FontAwesome';
  padding-right: 13px;
}
.back-3-page {
  padding-bottom: 196px;
  border-top: 1px rgba(104, 106, 107, 0.5) solid;
}
.back-3-page img {
  cursor: pointer;
}
.info-gallery-page .gallery-head {
  margin-left: 32px;
  padding-top: 38px;
  border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 11px;
}
.info-gallery-page .gallery-head h4 {
  font: 60px 'Pacifico', cursive;
  color: #ffffff;
}
.info-gallery-page .gallery-body {
  padding-top: 26px;
}
.gallery-list {
  background: url('../images/page2_image7.jpg') no-repeat center 0;
  padding-bottom: 169px;
}
.gallery-list .gallery-list-head {
  padding-top: 25px;
  border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 11px;
  margin-left: 3px;
}
.gallery-list .gallery-list-head h4 {
  font: 60px 'Pacifico', cursive;
  color: #ffffff;
}
.gallery-list .gallery-list-body {
  padding-top: 42px;
}
.gallery-list .gallery-list-body .list-column {
  margin-left: -2px;
  /* margin-bottom: -8px; */
  margin-top: -1px;
}
.gallery-list .gallery-list-body .list-column ul li {
  padding-bottom: 11px;
  padding-top: 1px;
}
.gallery-list .gallery-list-body .list-column ul li a {
  font-size: 13px;
  padding-bottom: 13px;
  letter-spacing: 0.06em;
  color: #919595;
  margin-left: 3px;
}
.gallery-list .gallery-list-body .list-column ul li:before {
  color: #ffffff;
  content: '';
  font-size: 12px;
  font-family: 'FontAwesome';
  padding-right: 13px;
  margin-left: -1px;
  cursor: pointer;
}
.gallery-list .gallery-list-body .list-column ul li:hover a {
  color: #5cd3bb;
}
.gallery-list .gallery-list-body .list-column ul li:hover:before {
  color: #5cd3bb;
}
/*========================================================
                    blog
=========================================================*/
.blog {
  border-top: 1px rgba(104, 106, 107, 0.5) solid;
}
.blog .page-5_block1-head {
  padding-top: 37px;
  border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 11px;
  margin-left: 2px;
}
.blog .page-5_block1-head h4 {
  font: 60px 'Pacifico', cursive;
  color: #ffffff;
}
.blog .page-5_block1-body {
  padding-top: 26px;
  margin-left: -5px;
  padding-bottom: 100px;
}
.blog .page-5_block1-body .page-5_block1-item {
  border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 16px;
  margin-left: 34px;
  padding-top: 21px;
  margin-bottom: 20px;
}
.blog .page-5_block1-body .page-5_block1-item .item-info .date {
  width: 70px;
  height: 70px;
  background-color: #5cd3bb;
  border-radius: 13px;
  text-align: center;
}
.blog .page-5_block1-body .page-5_block1-item .item-info .number p {
  font: 55px 'Pacifico', cursive;
  line-height: 40px;
  color: #ffffff;
}
.blog .page-5_block1-body .page-5_block1-item .item-info .month {
  padding-top: 3px;
}
.blog .page-5_block1-body .page-5_block1-item .item-info .month p {
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
}
.blog .page-5_block1-body .page-5_block1-item .item-info .details {
  padding-top: 25px;
}
.blog .page-5_block1-body .page-5_block1-item .item-info .details p {
  font-size: 14px;
  line-height: 20px;
}
.blog .page-5_block1-body .page-5_block1-item .item-info .details p .detail-value {
  color: #ffffff;
}
.blog .page-5_block1-body .page-5_block1-item .item-info .details p .detail-value a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.blog .page-5_block1-body .page-5_block1-item .item-info .details p .detail-value :hover {
  color: #5cd3bb;
}
.blog .page-5_block1-body .page-5_block1-item .item-text {
  margin-top: -4px;
  margin-left: 2px;
}
.blog .page-5_block1-body .page-5_block1-item .item-text .item-text-title p {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
}
.blog .page-5_block1-body .page-5_block1-item .item-text .item-text-title p a:hover {
  color: #5cd3bb;
}
.blog .page-5_block1-body .page-5_block1-item .item-text .item-text-body {
  padding-bottom: 31px;
}
.blog .page-5_block1-body .page-5_block1-item .item-text .item-text-body p {
  padding-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
  padding-top: 13px;
}
.blog .page-5_block1-body .page-5_block1-item .item-text .item-more {
  margin-left: -2px;
}
.blog .page-5_block1-body .page-5_block1-item .item-text .item-more a {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog .page-5_block1-body .page-5_block1-item .item-text .item-more a .fa {
  color: #5cd3bb;
  font-size: 15px;
  padding-top: 1px;
  padding-left: 9px;
}
.blog .page-5_block1-body .page-5_block1-item .item-text .item-more a:hover {
  color: #5cd3bb;
}
.blog .page-5_block1-body .page-5_block1-item .item-photo {
  float: left;
  margin: 0 31px 10px 0;
  margin-bottom: 4px;
}
/*========================================================
                    block contacts
=========================================================*/
.contacts {
  padding-top: 30px;
  margin-left: 1px;
  padding-bottom: 171px;
}
.contacts .adrress p {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
}
.contacts .contact {
  margin-top: 5px;
  margin-left: -2px;
}
.contacts .contact p {
  line-height: 20px;
  font-size: 14px;
}
.contacts .contact p a {
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #8d8f90;
  letter-spacing: 0px;
  margin-left: 1px;
}
.contacts .contact p a:hover {
  color: #5cd3bb;
}
.row1 {
  margin-left: -30px;
}
.row1:before,
.row1:after {
  display: table;
  content: "";
  line-height: 0;
}
.row1:after {
  clear: both;
}
/*========================================================
                    contact form
=========================================================*/
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4px;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-family: Ubuntu Condensed, "Times New Roman", sans-serif;
  padding: 6px 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: text;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  border: 1px rgba(104, 106, 107, 0.5) solid;
  line-height: 24px;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 21px;
  padding-bottom: 5px;
  outline: none;
  color: #8d8f90;
  font-family: Ubuntu Condensed;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline: none;
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  border: 1px rgba(104, 106, 107, 0.5) solid;
  line-height: 24px;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 21px;
  margin-top: -2px;
  outline: none;
  font-family: Ubuntu Condensed;
  color: #8d8f90;
  resize: none;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 15px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  color: #525151 !important;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000 !important;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
#contact-form .form-buttons {
  padding-top: 32px;
  margin-left: 1px;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 15px;
  background: none;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

#contact-form .form-buttons .fa {
  font-size: 16px;
  color: #5cd3bb;
  margin-top: 5px;
  margin-left: 4px;
}

.contact-form {
  padding-top: 79px;
  background: url('../images/page2_image6.jpg') no-repeat center 0;
  padding-bottom: 202px;
}
.contact-form .contact-form-head {
  border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 11px;
}
.contact-form .contact-form-head h4 {
  font: 60px 'Pacifico', cursive;
  color: #ffffff;
  letter-spacing: -1px;
}
.contact-form .contact-form-body {
  padding-top: 46px;
  margin-left: -3px;
}
/*========================================================
                    block page-7
=========================================================*/
.page-7 {
  padding-bottom: 204px;
  border-top: 1px rgba(104, 106, 107, 0.5) solid;
  padding-left: 7px;
}
.page-7 .page-7-head {
  padding-top: 37px;
  margin-left: -1px;
  border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
  padding-bottom: 11px;
}
.page-7 .page-7-head h4 {
  font: 60px 'Pacifico', cursive;
  color: #ffffff;
}
.page-7 .page-7-body {
  padding-top: 37px;
  margin-left: -3px;
}
.page-7 .page-7-body .page-7-body-title {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 0.06em;
}
.page-7 .page-7-body .page-7-body-text {
  padding-top: 6px;
  padding-bottom: 27px;
}
.page-7 .page-7-body .page-7-body-text p {
  font-size: 14px;
  line-height: 20px;
}
.page-7 .page-7-body .mail-link {
  margin-top: -3px;
  margin-left: -1px;
}
.page-7 .page-7-body .mail-link a {
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #8d8f90;
  letter-spacing: 0px;
  text-decoration: underline;
}
.page-7 .page-7-body .mail-link a:hover {
  color: #5cd3bb;
}
.map iframe {
  width: 100%;
  height: 600px;
  border-width: 0px;
  opacity: 0.7;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1499px) {
  .slider-title {
    padding-top: 200px;
    /*delete this class*/
  }
  .slider-title h2 {
    line-height: 82px;
    font-size: 90px;
  }
  .width-per3 {
    width: 35%;
    display: inline-block;
    float: right;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-title {
    padding-top: 200px;
    /*delete this class*/
  }
  .slider-title h2 {
    line-height: 82px;
    font-size: 90px;
  }
  .slide-quote {
    padding-top: 40px;
    font-size: 17px;
    width: 400px;
  }
  .page-2-block1-quote {
    padding-left: 80px;
  }
  .page-2-block1-text {
    padding-left: 80px;
  }
  .blog .page-5_block1-body .page-5_block1-item {
    margin-left: 0px;
  }
  .img-div {
    display: block;
  }
  .img-div a {
    display: block;
  }
  .f_right {
    float: none;
  }
  .align-grid-vertical2 {
    margin-top: 0px;
  }
  .page-2-block1-text {
    padding-left: 0px;
  }
  .page-2-block1-quote {
    padding-left: 0px;
  }
  .page-2-block1-more {
    padding-left: 0px;
  }
  .ihfo2 h2 {
    font-size: 60px;
  }
  .info2 h2 {
    font-size: 60px;
  }
  .page-2-block3-title {
    padding-left: 0px;
  }
  .page-2-block1-details .page-2-block1-detail-title h4 {
    font: 30px 'Pacifico', cursive;
    color: #ffffff;
  }
  .phone-number {
    font-size: 80px;
  }
  .header_navigation {
    margin-left: 0px;
    width: auto;
  }
  .week {
    margin-right: 0;
  }
  .width-per1 {
    width: 56%;
    display: inline-block;
  }
  .width-per2 {
    width: 40%;
    display: inline-block;
    float: right;
  }
  .width-per3 {
    width: 35%;
    display: inline-block;
    float: right;
  }
  .info-title2 {
    padding-bottom: 22px;
  }
  .service-text {
    overflow: visible;
  }
  .gallery-title {
    padding-left: 0px;
  }
  .header_navigation {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 979px) {
  .slider-title {
    padding-top: 150px;
    /*delete this class*/
  }
  .slider-title h2 {
    line-height: 82px;
    font-size: 90px;
  }
  .slide-quote {
    padding-top: 40px;
    font-size: 17px;
    width: 400px;
  }
  .page-2-block1-quote {
    padding-left: 155px;
  }
  .page-2-block1-text {
    padding-left: 155px;
  }
  .question-text p {
    font-size: 24px;
  }
  .phone-number p {
    font-size: 60px;
  }
  .week-text p {
    font-size: 30px;
  }
  .info-circle {
    width: 125px;
    height: 125px;
  }
  .info-circle .inner {
    border: 3px solid #fff;
    border-radius: 500px;
    height: 81px;
  }
  .info-circle .inner .fa {
    line-height: 81px;
  }
  .blog .page-5_block1-body .page-5_block1-item {
    margin-left: -2px;
  }
  .page-2-block1-quote {
    padding-left: 0px;
  }
  .page-2-block1-text {
    padding-left: 0px;
  }
  .img-div {
    display: block;
  }
  .img-div a {
    display: block;
  }
  .img-div a img {
    width: 100%;
  }
  .f_right {
    float: none;
  }
  .align-grid-vertical2 {
    margin-top: 0px;
  }
  .page-2-block1-text {
    padding-left: 0px;
  }
  .page-2-block1-quote {
    padding-left: 0px;
  }
  .page-2-block1-more {
    padding-left: 0px;
  }
  .ihfo2 h2 {
    font-size: 60px;
  }
  .page-2-block3-title {
    padding-left: 0px;
  }
  .page-2-block1-detail-title {
    font-size: 30px;
  }
  .phone-number {
    margin-left: 0px;
  }
  .blog .page-5_block1-body .page-5_block1-item .item-photo {
    margin-bottom: 10px;
  }
  .width-per1 {
    width: 56%;
    display: inline-block;
  }
  .width-per2 {
    width: 40%;
    display: inline-block;
    float: right;
  }
  .week {
    width: 320px;
  }
  .page-2-block2 .page-2-block2-title h4 {
    line-height: 43px;
  }
  .page-2-block2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-2-block1-details {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-2-block3 {
    padding-bottom: 80px;
  }
  .page-3-block2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-3-block1 .page-3-block1-body .service .service-text {
    padding-left: 0px;
    padding-top: 5px;
    float: left;
  }
  .service-image img {
    width: 100%;
  }
  .blog .page-5_block1-body {
    margin-left: 15px;
  }
  .map iframe {
    height: 400px;
  }
  .page-3-block1 .page-3-block1-body .service .service-text {
    float: none;
  }
  .page-3-block1 .page-3-block1-body .service .service-title {
    overflow: hidden;
    padding-left: 0px;
  }
  .page-3-block1 .page-3-block1-body .service .service-image {
    padding-right: 15px;
  }
  .service-text {
    overflow: visible;
  }
  .header_logo {
    float: none;
  }
  .question-text p {
    font-size: 21px;
  }
  .phone-number p {
    font-size: 50px;
  }
  .phone-number {
    padding-top: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-title {
    padding-top: 100px;
    /*delete this class*/
  }
  .slider-title h2 {
    line-height: 82px;
    font-size: 70px;
  }
  .slide-quote {
    padding-top: 5px;
    font-size: 17px;
    width: 287px;
  }
  .info2 h2 {
    font-size: 80px;
  }
  .text-shedule {
    /*width: 263px;*/
  }
  .text-shedule p {
    font-size: 20px;
  }
  .page-2-block1-image {
    padding-bottom: 7px;
  }
  .page-2-block1-quote {
    padding-left: 0px;
  }
  .page-2-block1-text {
    padding-left: 0px;
  }
  .question-text p {
    font-size: 24px;
  }
  .phone-number p {
    font-size: 34px;
  }
  .week-text p {
    font-size: 30px;
  }
  .info-circle {
    width: 125px;
    height: 125px;
  }
  .info-circle .inner {
    border: 3px solid #fff;
    border-radius: 500px;
    height: 81px;
  }
  .info-circle .inner .fa {
    line-height: 81px;
  }
  .img-div {
    width: auto !important;
    margin: 0 0 20px !important;
  }
  .img-div img {
    width: 100%;
  }
  .img-div {
    display: block;
  }
  .img-div a {
    display: block;
  }
  .img-div a img {
    width: 100%;
  }
  .more {
    margin-bottom: 35px;
  }
  .page-2-block1 .page-2-block1-title h4 {
    font-size: 45px;
  }
  .page-2-block2 .page-2-block2-title h4 {
    font-size: 45px;
  }
  .page-2-block1-details .page-2-block1-detail-title h4 {
    font-size: 45px;
  }
  .page-2-block1-details .page-2-block1-detail-title2 h4 {
    font-size: 45px;
  }
  .page-3-block1 .page-3-block1-head .page-3-block1-title h4 {
    font-size: 45px;
  }
  .page-3-block2 .page-3-block2-head .page-3-block2-title h4 {
    font-size: 45px;
  }
  .page-3-block3 .page-3-block3-head .page-3-block3-title h4 {
    font-size: 45px;
  }
  .info-gallery-page .gallery-head h4 {
    font-size: 45px;
  }
  .gallery-list .gallery-list-head h4 {
    font-size: 45px;
  }
  .blog .page-5_block1-head h4 {
    font-size: 45px;
  }
  .page-2-block2 .member-list .member-about {
    margin-bottom: 32px;
  }
  #toTop {
    display: none;
  }
  .page-2-block3 .page-2-block3-body .page-2-block3-item .page-2-block3-item-text .page-2-block3-item-author p {
    margin-bottom: 25px;
  }
  .page-3-block1 .page-3-block1-body .service .service-text {
    padding-left: 0px;
  }
  .page-3-block1 .page-3-block1-body .service .service-image {
    float: none;
  }
  .page-3-block1 .page-3-block1-body .service .service-title {
    padding-top: 20px;
    padding-left: 0px;
  }
  .page-3-block3-detail-list-list {
    margin-bottom: 27px;
  }
  .contacts {
    text-align: center;
  }
  .contact-form .contact-form-head h4 {
    font-size: 32px;
  }
  .page-7 .page-7-head h4 {
    font-size: 32px ;
  }
  .page-2-block3 .page-2-block3-head .page-2-block3-title h4 {
    font-size: 32px ;
  }
  .page-2-block3-head .preffix_4 {
    margin-left: 0px;
  }
  .header_navigation {
    padding-top: 46px;
    /* margin-right: -25px; */
    width: 100%;
    margin: 0 auto;
  }
  .blog .page-5_block1-body .page-5_block1-item {
    border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
    padding-bottom: 16px;
    /* margin-left: 30px; */
    padding-top: 21px;
    width: 100%;
  }
  .header_logo {
    padding-left: 0px;
  }
  .header_navigation {
    margin-left: -6px;
  }
  .blog .page-5_block1-body .page-5_block1-item {
    margin-left: -2px;
  }
  .page-2-block2 .member-list {
    margin-left: -5px;
  }
  .page-2-block1 {
    margin-left: -5px;
  }
  .info-buttons {
    padding-left: 0px;
  }
  .week {
    float: left;
    width: 100%;
  }
  .week-text p {
    font-size: 20px;
  }
  .adrress {
    margin-bottom: 20px;
  }
  .contact {
    margin-bottom: 20px;
  }
  .contact-form .contact-form-head {
    margin-left: -3px;
  }
  .back-6 .footer-detail-item .footer-details p {
    padding-bottom: 20px;
  }
  .map iframe {
    height: 300px;
  }
  .info-more {
    padding-bottom: 45px;
    padding-top: 10px;
  }
  .blog .page-5_block1-body .page-5_block1-item .item-photo {
    width: 100%;
  }
  .f_right {
    float: none;
  }
  .info h2 {
    font-size: 42px;
  }
  .info2 h2 {
    font-size: 42px;
  }
  .info-gallery h2 {
    font-size: 42px;
  }
  .slider-title h2 {
    font-size: 43px;
  }
  .ihfo2 h2 {
    font-size: 60px;
  }
  .week-text {
    padding-right: 76px;
  }
  .page-2-block3-title {
    padding-left: 0px;
  }
  .page-2-block1-detail-title {
    font-size: 30px;
  }
  .phone-number {
    margin-left: 0px;
  }
  .info-title2 {
    padding-bottom: 11px;
  }
  .blog .page-5_block1-body .page-5_block1-item .item-photo {
    margin-bottom: 10px;
  }
  .blog .page-5_block1-body .page-5_block1-item .item-info .details {
    padding-bottom: 7px;
  }
  .width-per2 {
    width: 100% !important;
  }
  .width-per3 {
    width: 100% !important;
  }
  .header_logo {
    text-align: center;
  }
  .header_logo_slogan {
    left: 26%;
  }
  .gallery-title {
    padding-bottom: 0px;
  }
  .week {
    height: 100px;
  }
  .week-text {
    padding-top: 0px;
  }
  .question-text {
    padding-top: 20px;
    line-height: 1px;
  }
  .phone-number {
    line-height: 0px;
  }
  .page-2-block1-image {
    padding-bottom: 15px;
  }
  .page-2-block1-details {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-3-block1 .page-3-block1-head .page-3-block1-title h4 {
    font-size: 40px;
  }
  .page-3-block3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog .page-5_block1-body .page-5_block1-item .item-photo {
    margin-bottom: 15px;
  }
  .info-buttons {
    padding-bottom: 50px;
  }
  .page-3-block3 .page-3-block3-detail-text {
    padding-bottom: 0px;
  }
  .back-3-page {
    padding-bottom: 0px;
  }
  .blog .page-5_block1-body {
    padding-bottom: 0px;
  }
  .contacts {
    padding-bottom: 0px;
  }
  .blog .page-5_block1-body .page-5_block1-item .item-photo {
    margin-bottom: 20px;
  }
  .phone-number {
    padding-top: 27px;
  }
  .question-text {
    line-height: 26px;
  }
  .header_logo {
    float: none;
  }
}
@media only screen and (max-width: 500px) {
  .header_logo_slogan {
    left: 12%;
  }
  .week {
    height: 178px;
  }
  .week-text {
    padding-left: 35px;
    padding-top: 20px;
  }
  .phone-number {
    letter-spacing: 4px;
  }
  .page-2-block1 .page-2-block1-title h4 {
    font-size: 37px;
  }
  .page-2-block2 .page-2-block2-title h4 {
    font-size: 37px;
  }
  .page-2-block1-details .page-2-block1-detail-title h4 {
    font-size: 37px;
  }
  .page-2-block1-details .page-2-block1-detail-title2 h4 {
    font-size: 37px;
  }
  .page-3-block1 .page-3-block1-head .page-3-block1-title h4 {
    font-size: 37px;
  }
  .page-3-block2 .page-3-block2-head .page-3-block2-title h4 {
    font-size: 37px;
  }
  .page-3-block3 .page-3-block3-head .page-3-block3-title h4 {
    font-size: 37px;
  }
  .info-gallery-page .gallery-head h4 {
    font-size: 37px;
  }
  .gallery-list .gallery-list-head h4 {
    font-size: 37px;
  }
  .blog .page-5_block1-head h4 {
    font-size: 37px;
  }
  .phone-number {
    padding-top: 37px;
  }
}
@media only screen and (max-width: 320px) {
  .slider-title {
    padding-top: 85px;
  }
  .slider-title h2 {
    line-height: 80px;
    font-size: 43px;
  }
  .slide-quote {
    padding-top: 5px;
    font-size: 15px;
  }
  .info2 h2 {
    font-size: 43px;
  }
  .text-shedule {
    width: 263px;
  }
  .text-shedule p {
    font-size: 16px;
  }
  .question-text p {
    font-size: 24px;
  }
  .phone-number p {
    font-size: 34px;
  }
  .week-text p {
    font-size: 20px;
  }
  .page-2-block1-image {
    padding-bottom: 7px;
  }
  .page-2-block1-quote {
    padding-left: 0px;
  }
  .page-2-block1-text {
    padding-left: 0px;
  }
  .info-circle {
    width: 125px;
    height: 125px;
    margin: 0 auto;
  }
  .info-circle .inner {
    border: 3px solid #fff;
    border-radius: 500px;
    height: 81px;
  }
  .info-circle .inner .fa {
    line-height: 81px;
  }
  .info-gallery h2 {
    font-size: 42px;
  }
  #toTop {
    display: none;
  }
  .info h2 {
    font-size: 42px;
  }
  .more {
    margin-bottom: 35px;
  }
  .page-2-block1 .page-2-block1-title h4 {
    font-size: 32px;
  }
  .page-2-block2 .page-2-block2-title h4 {
    font-size: 32px;
  }
  .page-2-block2 .member-list .member-about {
    margin-bottom: 32px;
  }
  .page-2-block1-details .page-2-block1-detail-title h4 {
    font-size: 32px;
  }
  .page-2-block1-details .page-2-block1-detail-title2 h4 {
    font-size: 32px;
  }
  .page-2-block3 .page-2-block3-body .page-2-block3-item .page-2-block3-item-text .page-2-block3-item-author p {
    margin-bottom: 25px;
  }
  .page-3-block1 .page-3-block1-head .page-3-block1-title h4 {
    font-size: 32px;
  }
  .page-3-block2 .page-3-block2-head .page-3-block2-title h4 {
    font-size: 32px;
  }
  .page-3-block3 .page-3-block3-head .page-3-block3-title h4 {
    font-size: 32px;
  }
  .info-gallery-page .gallery-head h4 {
    font-size: 32px;
  }
  .gallery-list .gallery-list-head h4 {
    font-size: 32px;
  }
  .blog .page-5_block1-head h4 {
    font-size: 32px;
  }
  .page-3-block1 .page-3-block1-body .service .service-text {
    padding-left: 0px;
  }
  .page-3-block1 .page-3-block1-body .service .service-image {
    float: none;
  }
  .page-3-block1 .page-3-block1-body .service .service-title {
    padding-top: 20px;
    padding-left: 0px;
  }
  .page-3-block3-detail-list-list {
    margin-bottom: 27px;
  }
  .contacts {
    text-align: center;
  }
  .contact-form .contact-form-head h4 {
    font-size: 32px;
  }
  .page-7 .page-7-head h4 {
    font-size: 32px ;
  }
  .page-2-block3 .page-2-block3-head .page-2-block3-title h4 {
    font-size: 32px ;
  }
  .page-2-block3-head .preffix_4 {
    margin-left: 0px;
  }
  .header_navigation {
    padding-top: 46px;
    /* margin-right: -25px; */
    width: 100%;
    margin: 0 auto;
  }
  .blog .page-5_block1-body .page-5_block1-item {
    border-bottom: 1px rgba(104, 106, 107, 0.5) solid;
    padding-bottom: 16px;
    /* margin-left: 30px; */
    padding-top: 21px;
    width: 100%;
  }
  .header_logo {
    padding-left: 0px;
  }
  .header_navigation {
    margin-left: -6px;
  }
  .info-buttons {
    padding-left: 0px;
  }
  .week {
    float: left;
    width: 100%;
  }
  .adrress {
    margin-bottom: 20px;
  }
  .contact {
    margin-bottom: 20px;
  }
  .contact-form .contact-form-head {
    margin-left: -3px;
  }
  .back-6 .footer-detail-item .footer-details p {
    padding-bottom: 20px;
  }
  .map iframe {
    height: 300px;
  }
  .info-more {
    padding-bottom: 20px;
  }
  .blog .page-5_block1-body .page-5_block1-item .item-photo {
    width: 100%;
  }
  .f_right {
    float: none;
  }
  .img-div {
    display: block;
  }
  .img-div a {
    display: block;
  }
  .img-div a img {
    width: 100%;
  }
  .footer-icons {
    width: 218px;
  }
  .info h2 {
    font-size: 42px;
  }
  .info2 h2 {
    font-size: 42px;
  }
  .slide-quote {
    width: 200px;
  }
  .week-text {
    padding-right: 18px;
  }
  .info-title2 {
    padding-bottom: 11px;
  }
  .blog .page-5_block1-body .page-5_block1-item .item-info .details {
    padding-bottom: 7px;
  }
}
.clear {
  clear: both;
}
