@import url("css.css");
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
h1 {
font-size: 40px;
}
.bold {
  font-weight: bold;
}
.un {
  text-decoration: underline;
}

.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
img {
max-width: 100%;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: #000000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #333333;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  font-family: 'Ubuntu', sans-serif;
}
button:hover {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.clear {
  clear: both;
}
.wrap {
  margin: 0 auto;
  width: 1110px;
}
.header {
  padding: 30px 0;
}
.header .menu-button {
  display: none;
}
.header .logo {
  float: left;
}
.header .contacts {
  float: left;
  margin-left: 50px;
}
.header .contacts .phone {
  font-weight: 300;
  color: #000000;
  padding-left: 40px;
  background: url("phone.jpg") no-repeat 0 50%;
  margin: 5px 0 20px;
}
.header .contacts .phone a {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #3f4a6e;
  margin-top: 4px;
  text-decoration: none;
}
.header .contacts .link {
  padding-left: 40px;
  background: url("link.jpg") no-repeat left;
}
.header .contacts .link a {
  font-weight: 300;
  font-size: 16px;
  color: #7298ed;
}
.header .contacts .adress {
  font-size: 16px;
  font-weight: 300;
  color: #000000;;
  padding-left: 32px;
  background: url("adress.jpg") no-repeat 0 5px;
  line-height: 150%;
  margin: 20px 0 20px;
}
.header .contacts .mail {
  font-size: 16px;
  font-weight: 300;
  padding-left: 32px;
  background: url("mail.jpg") no-repeat 0 4px;
}
#col_block_media2 img {
padding: 0px 10px;
}
#col_block_media2 p,#col_block_media2 ul,#col_block_media2 li {
font-size: 20px;
color: #000000;
font-weight: 200;
line-height:1.3;
}
.blog_event_publication_date, .blog_event_publication_title {
    font-size: 14px;
    font-family: 'OpenSans-Semibold';
    margin:0 0 10px 0;
}
  #col_blog_img {
  width: 33%;
display: inline-block;
}

#col_blog_title {
width: 66%;
display: inline-block;
vertical-align: top;
}
.blog_event_title {
font-size: 25px;
padding: 0px 0px 10px;
}
.blog_event_body {
border-bottom: 1px solid #ccc;
padding: 5px 0px 17px;
margin-bottom: 10px;
color: #909090;
}

#row_blog_img {
padding: 10px 5px;
margin-bottom: 10px;
}
#col_block_media2 p, #col_block_media2 span {
padding-bottom: 10px;
}
#col_block_media2 h1 {
padding-bottom: 15px;
text-align:center;
}
#col_block_media2 h2 {
  font-size: 30px;
  text-align:center;
  padding:30px 0px;
}
#col_block_media2 h3 {
  font-size: 25px;
  text-align:center;
  padding:30px 0px;
}
#row_blog_img:nth-child(odd) {
    background: #f8f9f8;
    border-radius: 5px;
    border: 1px solid #eee;
}
.header .contacts .mail a {
  color: #919bb7;
}
.header .buttons {
  float: right;
}
.header .buttons button {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  width: 175px;
  height: 46px;
  border-radius: 6px;
}
.header .buttons button.b1 {
  color: #fff;
  background: #85d288;
  border-bottom: 2px solid #70bf81;
  border: 0;
  margin-bottom: 10px;
}
.header .buttons button.b2 {
  background: none;
  color: #7298ed;
  border: 2px solid #7298ed;
}
.top-menu {
  background: #212940;
  text-align: center;
}
.top-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-menu ul li {
  display: inline-block;
  margin-right: 42px;
}
.top-menu ul li:last-child {
  margin-right: 0;
}
.top-menu ul li a {
  display: block;
  padding: 30px 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #b5b6c9;
  position: relative;
}
.top-menu ul li a:hover {
  color: #7298ed;
}
.top-menu ul li a.active {
  color: #fff;
}
.top-menu ul li a.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #7ace8b;
  border-radius: 3px;
  left: 0;
  bottom: 10px;
}
.index-top-image {
  height: 630px;
  background: url("") no-repeat center;
}
.index-top-image .wrap {
  position: relative;
}
.index-top-image .block1 {
  width: 420px;
  height: 420px;
  background: url("");
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 90px;
}
.index-top-image .block1 div {
  text-align: center;
  color: #fff;
  padding-top: 150px;
  font-size: 26px;
  font-weight: 300;
}
.index-top-image .block1 div span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.index-top-image .block1 div button {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  width: 190px;
  height: 42px;
  border-radius: 6px;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  margin-top: 20px;
}
.index-top-image .block2 {
  width: 165px;
  height: 165px;
  background: url("");
  position: absolute;
  right: 0;
  top: 380px;
}
.index-top-image .block2 div {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 30px;
  line-height: 160%;
  text-align: center;
}
.index-top-image .block2 div img {
  margin-bottom: 4px;
}
.zag, .page-content h2, .page-content h3 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  color: #333a50;
  padding: 40px 0 60px;
  position: relative;
}
.page-content h3{
	font-size: 24px;
}
.zag:before, .page-content h2:before, .page-content h3:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  left: 50%;
  margin-left: -50px;
  bottom: 50px;
  background: #83d189;
}
.zag:after, .page-content h2:after, .page-content h3:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  left: 50%;
  margin-left: -40px;
  bottom: 45px;
  background: #83d189;
}
.page-content h2{
	font-size: 28px;
}
.page-content img{
	max-width:100%;
}
.advantages {
  background: url("advantages.jpg") no-repeat bottom right;
  padding-bottom: 20px;
}
.advantages.inner{
	background:none;
}
.advantages .list .item {
  min-height: 221px;
  background: url("adv.png") no-repeat left top;
  float: left;
  width: 33.33334%;
  margin-bottom: 30px;
}
.advantages .item:hover{
	cursor:pointer;
}
.advantages .item:hover .content .name {
  color: #90d584;
}
.advantages .item.item1:hover .content .image {
  background: url("adv1h.png") no-repeat center;
}
.advantages .item.item1 .content .image {
  background: url("adv1.png") no-repeat center;
}
.advantages .item.item2:hover .content .image {
  background: url("adv2h.png") no-repeat center;
}
.advantages .item.item2 .content .image {
  background: url("adv2.png") no-repeat center;
}
.advantages .item.item3:hover .content .image {
  background: url("adv3h.png") no-repeat center;
}
.advantages .item.item3 .content .image {
  background: url("adv3.png") no-repeat center;
}
.advantages .item.item4:hover .content .image {
  background: url("adv4h.png") no-repeat center;
}
.advantages .item.item4 .content .image {
  background: url("adv4.png") no-repeat center;
}
.advantages .item.item5:hover .content .image {
  background: url("adv5h.png") no-repeat center;
}
.advantages .item.item5 .content .image {
  background: url("adv5.png") no-repeat center;
}
.advantages .item.item6:hover .content .image {
  background: url("adv6h.png") no-repeat center;
}
.advantages .item.item6 .content .image {
  background: url("adv6.png") no-repeat center;
}
.advantages .item.item7:hover .content .image {
  background: url("adv7h.png") no-repeat center;
}
.advantages .item.item7 .content .image {
  background: url("adv7.png") no-repeat center;
}
.advantages .item.item8:hover .content .image {
  background: url("adv8.png") no-repeat center;
}
.advantages .item.item8 .content .image {
  background: url("adv8h.png") no-repeat center;
}
.advantages .item.item9:hover .content .image {
  background: url("") no-repeat center;
}
.advantages .item.item9 .content .image {
  background: url("") no-repeat center;
}
.advantages .list .item .content {
  padding: 40px 40px 0 40px;
}
.advantages .list .item .content .image {
  float: left;
  width: 60px;
  height: 50px;
}
.advantages .list .item .content .name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #7298ed;
  margin-left: 60px;
}
.advantages .list .item .content p {
  clear: both;
  font-size: 16px;
  font-weight: 300;
  color: #919bb7;
  line-height: 140%;
  margin-top: 5px;
}
.doctors {
  background: #262d46;
  padding-bottom: 40px;
}
.doctors .zag {
  color: #fff;
}
.doctors .list {
  padding: 0 50px;
}
.doctors .list .item {
  background: #fff;
  padding-bottom: 20px;
  border-radius: 0 0 8px 8px;
  margin: 0 8px;
  margin-bottom: 20px;
  position: relative;
}
.doctors .list .item:after {
  content: "";
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: -10px;
  background: #64697b;
  height: 10px;
  border-radius: 0 0 6px 6px;
}
.doctors .list .item img {
  float: left;
}
.doctors .list .item .content {
  margin-left: 170px;
  padding-top: 20px;
}
.doctors .list .item .content .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.doctors .list .item .content .years {
  font-weight: 300;
  color: #919bb7;
  margin-bottom: 15px;
}
.doctors .list .item .content p {
  font-size: 16px;
  font-weight: 300;
}
.doctors .slick-prev,
.doctors .slick-next {
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-size: 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
.doctors .slick-prev {
  left: 0;
  background: url("");
}
.doctors .slick-prev:hover {
  background: url("");
}
.doctors .slick-next {
  right: 0;
  background: url("");
}
.doctors .slick-next:hover {
  background: url("");
}
.doctors .button {
  text-align: center;
  padding-top: 30px;
}
.doctors .button button {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  width: 175px;
  height: 46px;
  border-radius: 6px;
  color: #fff;
  background: #85d288;
  border: 0;
  border-bottom: 2px solid #70bf81;
  margin-bottom: 10px;
}
.gallery {
  text-align: center;
}
.gallery ul {
  padding: 0 0 40px 0;
  margin: 0;
  list-style: none;
}
.gallery ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  color: #919bb7;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
}
.gallery ul li.active {
  color: #7298ed;
}
.gallery ul li.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #7ace8b;
  border-radius: 3px;
  left: 0;
  bottom: 0px;
  box-shadow: rgba(1, 1, 1, 0.2) 2px 2px 4px;
}
.gallery .list {
  padding-bottom: 30px;
}
.gallery .list.hidden {
  display: none;
}
.gallery .list .item {
  float: left;
  width: 23%;
  margin: 0 1% 15px 1%;
  position: relative;
  font-size: 0;
}
.gallery.inner-video .list .item{
	width: 31%;
}

.gallery .list .item:hover .zoom {
  display: block;
}
.gallery .list .item img {
  width: 100%;
}
.gallery .list .item .zoom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(1, 1, 1, 0.7) url("") no-repeat center;
  display: none;
}
.gallery .button {
  text-align: center;
  padding-bottom: 30px;
}
.gallery .button button {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  width: 175px;
  height: 46px;
  border-radius: 6px;
  color: #fff;
  background: #85d288;
  border: 0;
  border-bottom: 2px solid #70bf81;
  margin-bottom: 10px;
}
.site-form {
  text-align: center;
  color: #fff;
  background: url("site-form.jpg") center;
  background-size: cover;
  padding-bottom: 60px;
}
.site-form .zag {
  color: #fff;
}
.site-form form input[type='text'],
.site-form form select {
  width: 360px;
  height: 45px;
  border-radius: 6px;
  padding: 0;
  text-indent: 15px;
  font-size: 16px;
  border: 0;
  border-bottom: 2px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  color: #919bb7;
  margin-bottom: 15px;
}
.site-form form input[type='text']:hover,
.site-form form select:hover,
.site-form form input[type='text']:focus,
.site-form form select:focus {
  background: #fff;
}
.site-form form input[type='submit'] {
  font-weight: bold;
  cursor: pointer;
  width: 360px;
  font-size: 18px;
  text-transform: uppercase;
  height: 45px;
  border-radius: 6px;
  color: #fff;
  background: #85d288;
  border: 0;
  border-bottom: 2px solid #70bf81;
}
.price.small .list .item .result {
  font-size: 12px;
  width: 90px;
  height: 90px;
  margin-left: -45px;
}
.price.small .list .item .result span {
  font-size: 18px;
}
.price.small .list .item .result p {
  padding: 25px 5px 0 10px;
}
.price.small .list .item .name {
  font-size: 24px;
  top: 120px;
}
.price.small .list .item .content {
  font-size: 12px;
}
.price.small .list .item .content .left img {
  width: 15px;
}
.price .list .item {
  float: left;
  width: 32%;
  padding-top: 60px;
  margin-bottom: 40px;
  position: relative;
}
.price .list .item:nth-child(3n-1) {
  margin: 0 2%;
}
.price .list .item:hover .content {
  box-shadow: rgba(1, 1, 1, 0.1) 0 5px 20px;
}
.price .list .item:hover .result {
  background: #90d584;
}
.price .list .item:hover .image:after {
  display: block;
}
.price .list .item .image {
  position: relative;
  border-radius: 8px 8px 0 0;
  font-size: 0;
}
.price .list .item .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(144, 213, 132, 0.7);
  left: 0;
  top: 0;
  border-radius: 6px 6px 0 0;
  display: none;
}
.price .list .item .image img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.price .list .item .result {
  position: absolute;
  background: #7298ed;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-weight: 300;
  top: 0;
  left: 50%;
  margin-left: -60px;
  z-index: 2;
  color: #fff;
}
.price .list .item .result p {
  padding: 35px 5px 0 20px;
}
.price .list .item .result span {
  font-size: 24px;
}
.price .list .item .name {
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  height: 80px;
  color: #fff;
  z-index: 2;
  left: 0;
  top: 150px;
  text-align: center;
}
.price .list .item .content {
  padding: 20px;
  background: #f1f2f5;
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  font-weight: 300;
}
.price .list .item .content .left {
  float: left;
  color: #919bb7;
}
.price .list .item .content .left img {
  vertical-align: middle;
}
.price .list .item .content .right {
  float: right;
}
.price .list .item .content .right a {
  color: #7298ed;
}
.price .list .item .content .right a:hover {
  text-decoration: none;
}
.price .button {
  text-align: center;
  padding-bottom: 30px;
}
.price .button button {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  width: 215px;
  height: 46px;
  border-radius: 6px;
  color: #fff;
  background: #85d288;
  border: 0;
  border-bottom: 2px solid #70bf81;
  margin-bottom: 10px;
}
.reviews {
  background: #222940;
  padding-bottom: 40px;
}
.reviews.inner{
	background:none;
}
.reviews .zag {
  color: #fff;
}
.reviews .item {
  border: 2px solid #979caa;
  border-radius: 8px;
  padding: 3px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.reviews .item .name {
  background: #222940 url("") no-repeat 20px 50%;
  padding: 10px 20px 10px 80px;
  font-weight: 300;
  color: #7298ed;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.reviews.inner .item .name{
	    border-radius: 10px;
}
.reviews.inner .zag{
	    color: #333a50;
}
.reviews .item .name span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.reviews .item .content {
  border: 2px solid #596177;
  border-radius: 6px;
  padding: 30px 40px;
  color: #fff;
}
.reviews .item .content img {
  float: left;
  border-radius:50%;
}
.reviews .item .content .text {
  margin-left: 130px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 140%;
}
.reviews.inner .item .content .text{
	    color: #919bb7;
}
.reviews .slick-prev,
.reviews .slick-next {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-size: 0;
  z-index: 2;
  position: absolute;
  bottom: -20px;
}
.reviews .slick-prev {
  right: 125px;
  background: #222940 url("") no-repeat center;
}
.reviews .slick-prev:hover {
  background: #222940 url("") no-repeat center;
}
.reviews .slick-next {
  right: 80px;
  background: #222940 url("") no-repeat center;
}
.reviews .slick-next:hover {
  background: #222940 url("") no-repeat center;
}
.reviews .button {
  text-align: center;
  padding-top: 30px;
}
.reviews .button button {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  width: 175px;
  height: 46px;
  border-radius: 6px;
  color: #fff;
  background: #85d288;
  border: 0;
  border-bottom: 2px solid #70bf81;
  margin-bottom: 10px;
}
.help {
  background: url("") no-repeat bottom left;
}
.help .zag{
	font-size: 30px!important;
}
.help img {
  float: left;
}
.help .page-content {
  margin-left: 480px;
}
.page-content {
  padding-bottom: 40px;
}
.page-content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 140%;
}
.page-content p a , .page-content ul a, .page-content ol a{
  color: #7298ed;
}
.page-content .page-zag {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-content ol {
  padding: 0;
  margin: 0 15px 20px 15px;
  font-weight: bold;
  color: #7298ed;
  font-size: 16px;
}
.page-content ol li {
  margin-bottom: 10px;
  padding-left: 8px;
}
.page-content ol li span {
  font-weight: 300;
  color: #333;
}
.page-content ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  font-weight: 300;
}
.page-content ul li {
  margin-bottom: 10px;
  font-size: 16px;
  background: url("") no-repeat 0 2px;
  padding-left: 25px;
  min-height: 19px;
}
.footer {
  background: #20283f;
  padding-top: 30px;
}
.footer .logo {
  float: left;
}
.footer .logo form {
  display: inline-block;
  border: 2px solid #979caa;
  border-radius: 8px;
  padding: 3px;
  margin-top: 10px;
}
.footer .logo form .content {
  border: 2px solid #596177;
  border-radius: 6px;
  padding: 20px 10px;
}
.footer .logo form .content .name {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer .logo form .content input[type='text'] {
  font-size: 16px;
  border: 0;
  border-radius: 6px;
  background: #3f475e;
  color: #fff;
  padding: 0;
  text-indent: 15px;
  width: 248px;
  height: 45px;
  vertical-align: middle;
}
.footer .logo form .content input[type='submit'] {
  border: 0;
  cursor: pointer;
  width: 49px;
  height: 45px;
  background: url("submit.png");
  vertical-align: middle;
  margin-left: 5px;
}
.footer nav {
  float: left;
  margin-left: 33px;
}
.footer nav .name {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer nav ul li {
  margin-bottom: 8px;
}
.footer nav ul li a {
  font-weight: 300;
  text-decoration: none;
  color: #919bb7;
}
.footer nav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .contacts {
  float: right;
}
.footer .contacts .name {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer .contacts .phone {
  font-weight: 300;
  color: #919bb7;
  padding-left: 0px;
  background: url("phone.png") no-repeat 0 50%;
  margin: 5px 0 30px;
}
.footer .contacts .phone a {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 4px;
  text-decoration: none;
}
.footer .contacts .adress {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding-left: 0px;
  background: url("adress.png") no-repeat 0 5px;
  line-height: 150%;
  margin: 5px 0 30px;
}
.footer .contacts .mail {
  font-size: 16px;
  font-weight: 300;
  padding-left: 32px;
  background: url("mail.png") no-repeat 0 4px;
}
.footer .contacts .mail a {
  color: #fff;
}
.footer .copy {
  margin-top: 40px;
  padding: 15px 0;
  border-top: 1px solid #5d6b93;
}
.footer .copy .left {
  float: left;
  color: #919bb7;
  padding-top: 10px;
}
.footer .copy .left a {
  color: #7298ed;
}
.footer .copy .right {
  float: right;
}
.footer .copy .right button {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  width: 175px;
  height: 42px;
  border-radius: 6px;
  background: none;
  color: #7298ed;
  border: 2px solid #7298ed;
}
.inner-page {
  padding: 25px 0;
}
.navi {
  margin-bottom: 25px;
  color: #999999;
}
.navi a {
  color: #999999;
  text-decoration: none;
}
.navi span {
  color: #90d584;
}
.left-side {
  float: left;
  width: 254px;
}
.left-zag {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 6px 6px 0 0;
  background: #90d584;
  padding: 20px 10px;
  position: relative;
}
.left-zag img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.left-menu {
  margin-bottom: 20px;
  background: #f1f2f5;
}
.left-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.left-menu ul li:last-child a {
  border-bottom: 0;
}
.left-menu ul li a {
  display: block;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  padding: 35px 20px;
  border-bottom: 1px solid #d1d2d5;
}
.left-menu ul li a:hover, .left-menu ul li a.active {
  background: #f9f9f9;
}
.left-gallery {
  background: #f1f2f5;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.left-gallery img {
  max-width: 100%;
}
.left-gallery .link {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #7298ed;
  margin-top: 30px;
}
.banner-place {
  margin-bottom: 20px;
  text-align: center;
}
.banner-place img {
  max-width: 100%;
}
.main-content {
  float: right;
  width: 830px;
}
.main-content h1.zag {
  padding-top: 0;
}
.img_l {
  float: left;
  max-width: 40%;
  margin: 0 15px 10px 0;
}
.img_r {
  float: right;
  max-width: 40%;
  margin: 0 0 10px 15px;
}
.adv-list {
  padding-bottom: 40px;
}
.adv-list .item {
  min-height: 221px;
  background: url("adv.png") no-repeat left top;
  margin-bottom: 30px;
}
.adv-list .item .content {
  padding: 40px 40px 0 40px;
}
.adv-list .item .content .image {
  float: left;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.adv-list .item .content .image img {
  vertical-align: middle;
}
.adv-list .item .content .name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #7298ed;
  margin-left: 60px;
}
.adv-list .item .content p {
  clear: both;
  font-size: 16px;
  font-weight: 300;
  color: #919bb7;
  line-height: 140%;
  margin-top: 5px;
}
.adv-list .slick-prev,
.adv-list .slick-next {
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-size: 0;
  z-index: 2;
  position: absolute;
  bottom: 0px;
}
.adv-list .slick-prev {
  background: url("prev2.png");
  left: 50%;
  margin-left: -100px;
}
.adv-list .slick-prev:hover {
  background: url("prev2h.png");
}
.adv-list .slick-next {
  background: url("next2.png");
  right: 50%;
  margin-right: -100px;
}
.adv-list .slick-next:hover {
  background: url("next2h.png");
}
.contacts-list {
  padding-bottom: 5px;
}
.contacts-list .item {
  float: left;
  width: 32.33331%;
  text-align: center;
  margin-bottom: 30px;
}
.contacts-list .item .name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 50px;
  position: relative;
}
.contacts-list .item .name:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #7ace8c;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
}
.contacts-list .item .phone {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding-left: 25px;
  min-height: 30px;
  background: url("") no-repeat 0 2px;
  text-align: left;
}
.contacts-list .item .adress {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding-left: 25px;
  min-height: 30px;
  background: url("") no-repeat 0 4px;
  text-align: left;
}
.contacts-list .item .mail {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding-left: 25px;
  min-height: 30px;
  background: url("") no-repeat 0 4px;
  text-align: left;
}
.contacts-list .item a {
  color: #7298ed;
}
.popupbg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(1, 1, 1, 0.6);
  z-index: 11;
  display: none;
}
.popup {
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  padding: 20px 0;
  text-align: center;
  background: #fff;
  z-index: 12;
  display: none;
}
.popup form {
  padding: 0 20px;
}
.popup form p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.popup form input[type='text'] {
  font-size: 16px;
  border: 0;
  border-radius: 6px;
  background: #3f475e;
  color: #fff;
  padding: 0;
  text-indent: 15px;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
}
.popup form textarea {
  font-size: 16px;
  border: 0;
  border-radius: 6px;
  background: #3f475e;
  color: #fff;
  padding: 8px 0;
  text-indent: 15px;
  width: 100%;
  height: 70px;
  margin-bottom: 15px;
}
.popup form input[type='submit'] {
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  height: 45px;
  color: #fff;
  background: #85d288;
  border-radius: 6px;
}
.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.youtube .play {
  background: url("youtube-play-btn.png") no-repeat;
  background-position: 0 -50px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  transition: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.youtube:hover .play {
  background-position: 0 0;
}
@media (max-width: 1130px) {
  .wrap {
    width: 960px;
  }
  .header .contacts {
    margin-left: 25px;
  }
  .top-menu ul li {
    margin-right: 20px;
  }
  .advantages .list .item .content .name {
    font-size: 15px;
  }
  .site-form form input[type='text'],
  .site-form form select {
    width: 300px;
  }
  .site-form form input[type='submit'] {
    width: 300px;
  }
  .footer nav {
    margin-left: 80px;
  }
  .main-content {
    width: 670px;
  }
}
@media (max-width: 980px) {
	
  .wrap {
    width: 700px;
  }
  .header .wrap {
    position: relative;
  }
  .header .contacts .link {
    display: none;
  }
  .header .contacts .adress {
    display: none;
  }
  .header .contacts .mail {
    display: none;
  }
  .header .logo {
    padding-left: 30px;
  }
  .header .contacts {
    margin-left: 15px;
  }
  .header .contacts .phone {
    font-size: 13px;
  }
  .header .buttons button {
    width: 165px;
  }
  .header .menu-button {
    display: block;
    position: absolute;
    left: 0;
    top: 35px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
  }
  .top-menu {
    position: fixed;
    width: 280px;
    height: 100%;
    z-index: 12;
    left: -300px;
    top: 0;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
  }
  .top-menu.opened {
    left: 0;
  }
  .top-menu .wrap {
    width: auto;
    padding: 0;
  }
  .top-menu ul li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .top-menu ul li a {
    padding: 10px 20px;
    margin: 0;
  }
  .top-menu ul li a.active {
    color: #7ace8b;
  }
  .top-menu ul li a.active:after {
    display: none;
  }
  .menubg {
    z-index: 11;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(1, 1, 1, 0.7);
    display: none;
  }
  .advantages .list .item {
    width: 50%;
  }
  .site-form form input[type='text'],
  .site-form form select {
    width: 230px;
  }
  .site-form form input[type='submit'] {
    width: 230px;
  }
  .price .list .item .name {
    font-size: 20px;
    top: 130px;
  }
  .help img {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .help .page-content {
    margin: 20px 0 0 0;
  }
  .footer nav {
    display: none;
  }
  .footer .copy {
    text-align: center;
  }
  .footer .copy .left {
    float: none;
    padding: 0 0 15px 0;
  }
  .footer .copy .right {
    float: none;
  }
  .left-side {
    width: 200px;
  }
  .main-content {
    width: 480px;
  }
  .price.small .list .item {
    float: none;
    width: auto;
    margin: 0 0 20px 0!important;
  }
  .price-form .item {
    float: none!important;
    width: auto!important;
    margin: 0!important;
  }
}
@media (max-width: 720px) {
  .wrap {
    width: auto;
    padding: 0 15px;
  }
  .index-top-image .wrap {
    background: #0000006e;
  }
  .header .logo {
    float: none;
  }
  .header .contacts {
    float: none;
    margin: 20px 0 0 0;
  }
  .header .buttons {
    display: none;
  }
  .header .menu-button {
    left: 15px;
  }
  .index-top-image {
    height: auto;
	background: url("") no-repeat center;
	background-size: cover;
  }
  .index-top-image .block1 {
    width: auto;
	height: auto;
	background: none;
	left: auto;
	top: auto;
	margin: 0;
	right: auto;
	position: static;
	text-align: left;
	padding: 20px;
  }
  .index-top-image .block1 div {
    padding: 0;
    font-size: 16px;
	text-align: left;
  }
  .index-top-image .block1 div span {
    font-size: 18px;
  }
  .index-top-image .block2 {
    top: 240px;
	display: none;
  }
  .zag {
    font-size: 24px;
  }
  .advantages .list .item {
    float: none;
    width: auto;
  }
  .advantages .list .item .content {
    padding-right: 0;
  }
  .gallery .list .item {
    width: 48%;
  }
  .site-form form input[type='text'],
  .site-form form select {
    width: 100%;
  }
  .site-form form input[type='submit'] {
    width: 100%;
  }
  .price .list .item {
    float: none;
    width: auto;
    margin: 0 0 30px 0!important;
  }
  .reviews .item .name {
    display: none;
  }
  .reviews .item .content {
    padding: 15px;
  }
  .reviews .item .content img {
    float: none;
  }
  .reviews .item .content .text {
    margin: 10px 0 0 0;
    font-size: 14px;
  }
  .footer .logo {
    float: none;
  }
  .footer .logo img {
    max-width: 100%;
  }
  .footer .logo form .content input[type='text'] {
    width: 180px;
  }
  .footer .contacts {
    float: none;
    margin-top: 20px;
  }
  .left-side {
    float: none;
    width: auto;
  }
  .main-content {
    float: none;
    width: auto;
  }
  .img_l,
  .img_r {
    float: none!important;
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0!important;
  }
  .adv-list .item .content {
    padding-right: 0;
  }
  .contacts-list .item {
    float: none;
    width: auto;
  }
  .contacts-list .item .name {
    margin-bottom: 30px;
  }
  .contacts-list .item .name:after {
    bottom: -10px;
  }
  .popup {
    width: 300px;
    margin-left: -150px;
  }
  .help .zag h1{
	font-size: 25px!important;
}
}
@media (max-width: 480px) {
#col_blog_title {
width:100%
}
  .doctors .list .item img {
    float: none;
  }
  .doctors .list .item .content {
    margin: 0;
    padding: 20px 10px 0 10px;
  }
  
}


.price-form {
  margin-bottom: 40px;
  background: #f3f3f3;
  padding: 20px 30px;
}
.price-form .item {
  float: left;
  width: 32%;
}
.price-form .item:nth-child(3n-1) {
  margin: 0 2%;
}
.price-form .item label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.price-form .item input[type='text'],
.price-form .item select {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0;
  text-indent: 15px;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 25px;
}
.price-form .submit {
  text-align: center;
  font-weight: 300;
  color: #a1a1a1;
}
.price-form .submit input[type='submit'] {
  font-weight: 300;
  border: 0;
  border-radius: 18px;
  margin-bottom: 15px;
  font-size: 14px;
  background: #009fe3;
  color: #fff;
  width: 264px;
  height: 40px;
  cursor: pointer;
}
 .price-form {
    padding: 15px 20px;
  }
  h1.big {
    font-size: 35px;
    text-align: center;
}


.faq-item {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 10px;
}
.faq-item .question {
  font-weight: bold;
  display: inline;
  color: #009fe3;
  cursor: pointer;
  border-bottom: 1px dotted #009fe3;
  line-height: 22px;
}
.faq-item .answer {
  margin-top: 10px;
  display: none;
  font-weight: 300;
}

.contacts-list .contlist li{
	float: left;
    margin-left: 37px;
}
.gallery .list .item .name{
	    font-size: 14px;
    margin-bottom: 10px;
	    height: 30px
}
.gallery.info .list .item{
	float: left;
    margin: 0 1% 15px 1%;
    position: relative;
    font-size: 0;
    width: 259px;
    height: 247px;
}
#scroller {
position: fixed;
bottom: 30px;
background: url("arrow.png");
width: 50px;
background-size: contain;
height: 50px;
cursor: pointer;
right: 24px;
display: none;
}
#pagination {
list-style: none;
display: inline-flex;
}
.blog_pages_title {
display: inline-block;
}
#pagination li {
padding: 0px 3px;
}
.form_help {
padding: 20px;
text-align: center;
margin: 20px 0px;
border: 2px solid #7298ed;
border-radius: 10px;
background: #eee;
}
.phone_zag.zag {
margin-bottom: -25px;
}
.podzag {
font-size: 20px;
color: #a7a7a7;
}
.form_help .phone a {
padding: 25px 0px;
text-decoration: none;
font-size: 50px;
display: block;
color: #3f4a6e;
transition: 0.5s;
}
.form_help .phone a:hover {
transition: 0.5s;
color: #489c11;
}
.short-links {
padding: 20px;
margin-bottom: 20px;
border: 2px solid #dcdcdc;
border-radius: 10px;
background: #fcfcfc;
}
.help_text {
padding: 20px;
margin: 20px 0px;
text-align: center;
border: 2px solid #7298ed;;
border-radius: 10px;
}
.help_text input[type='text'] {
font-size: 16px;
border: 0;
border-radius: 6px;
background: #3f475e;
color: #fff;
padding: 0;
text-indent: 15px;
width: 100%;
height: 45px;
margin-bottom: 15px;
}
.help_text input[type='text'] {
font-size: 15px;
border: 0;
border-radius: 6px;
background: #3f475e;
color: #fff;
padding: 0;
text-indent: 15px;
width: 30%;
height: 35px;
}
.help_text  input[type='submit'] {
border: 0;
cursor: pointer;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
width: 30%;
height: 35px;
color: #fff;
background: #85d288;
border-radius: 6px;
}
.help_text .nc-form {
padding: 20px 0px 30px 0px;
}
.help_text_podzag {
font-size: 19px;
color: #888;
padding-bottom:20px;
}
#col_block_media2 .prew {
max-height: 150px;
float: left;
padding: 0px 20px 10px 0px;
}
