@charset "UTF-8";
/* 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: baseline;
}

/* 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;
}

/****************** Start of "Micro clearfix" *****************/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/******************* End of "Micro clearfix"********************/
.center {
  text-align: center;
  margin: 0 auto;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*='col-'] {
  float: left;
  padding-left: 10px;
  /* column-space */
  padding-right: 10px;
  /* column-space */
}

.row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.row:after {
  /*очитска потока после float*/
  content: "";
  display: table;
  clear: both;
}

/*padding top-bottom*/
.ptb10 {
  padding: 10px 0;
}

.ptb20 {
  padding: 20px 0;
}

.ptb30 {
  padding: 30px 0;
}

.ptb40 {
  padding: 40px 0;
}

.ptb50 {
  padding: 50px 0;
}

/*margin top-bottom*/
.mtb10 {
  margin: 10px 0;
}

.mtb20 {
  margin: 20px 0;
}

.mtb30 {
  margin: 30px 0;
}

.mtb40 {
  margin: 40px 0;
}

.mtb50 {
  margin: 50px 0;
}

/* Content Columns */
.col-1-1 {
  width: 100%;
}

.col-2-3, .col-8-12 {
  width: 66.66%;
}

.col-1-2, .col-6-12 {
  width: 50%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

/* Pushing blocks */
.push-2-3, .push-8-12 {
  margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
  margin-left: 50%;
}

.push-1-3, .push-4-12 {
  margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
  margin-left: 25%;
}

.push-1-5 {
  margin-left: 20%;
}

.push-1-6, .push-2-12 {
  margin-left: 16.667%;
}

.push-1-7 {
  margin-left: 14.28%;
}

.push-1-8 {
  margin-left: 12.5%;
}

.push-1-9 {
  margin-left: 11.1%;
}

.push-1-10 {
  margin-left: 10%;
}

.push-1-11 {
  margin-left: 9.09%;
}

.push-1-12 {
  margin-left: 8.33%;
}

@media all and (max-width: 769px) {
  .row {
    width: 100%;
    min-width: 0;
  }

  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }

  /* Tablet Layout */
  [class*='tcol-'] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
  }

  .tcol-1-1 {
    width: 100%;
  }

  .tcol-7-8 {
    width: 87.5%;
  }

  .tcol-6-8, .tcol-3-4 {
    width: 75%;
  }

  .tcol-2-3 {
    width: 66.66%;
  }

  .tcol-5-8 {
    width: 62.5%;
  }

  .tcol-1-2, .tcol-4-8 {
    width: 50%;
  }

  .tcol-3-8 {
    width: 37.5%;
  }

  .tcol-1-3 {
    width: 33.33%;
  }

  .tcol-1-4, .tcol-2-8 {
    width: 25%;
  }

  .tcol-1-5 {
    width: 20%;
  }

  .tcol-1-6 {
    width: 16.667%;
  }

  .tcol-1-7 {
    width: 14.28%;
  }

  .tcol-1-8 {
    width: 12.5%;
  }

  .t-hide {
    display: none !important;
    width: 0;
    height: 0;
  }
}
@media all and (max-width: 481px) {
  .row {
    width: 100%;
    min-width: 0;
  }

  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }

  /* Mobile Layout */
  [class*='mcol-'] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
  }

  .mcol-1-1 {
    width: 100%;
  }

  .mcol-3-4 {
    width: 75%;
  }

  .mcol-2-3 {
    width: 66.66%;
  }

  .mcol-1-2, .mcol-2-4 {
    width: 50%;
  }

  .mcol-1-3 {
    width: 33.33%;
  }

  .mcol-1-4 {
    width: 25%;
  }

  .m-hide {
    display: none !important;
    width: 0;
    height: 0;
  }
}
/*** MENU ***/
.menu-box {
  background-color: #FA2568;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: auto;
  font-size: 15px;
  background: #FA2568;
}

#cssmenu > ul {
  display: table;
  width: 100%;
}

#cssmenu > ul > li {
  display: table-cell;
  text-align: center;
}

#cssmenu > ul > li > a {
  padding: 20px 0px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #fff;
  background-color: #FB0854;
}

/*
#cssmenu ul > li.has-sub > a:after {
  font-family: FontAwesome;
  content: " \f0d7";
  font-size: 12px;
  padding-left: 5px;
  text-shadow:none;
}
*/
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  z-index: 99;
  -webkit-transition: top .2s ease, opacity .3s ease;
  -moz-transition: top .2s ease, opacity .3s ease;
  -ms-transition: top .2s ease, opacity .3s ease;
  -o-transition: top .2s ease, opacity .3s ease;
  transition: top .2s ease, opacity .3s ease;
}

#cssmenu > ul > li > ul {
  top: 90px;
  padding-top: 1px;
}

#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 54px;
  opacity: 1;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.7);
}

#cssmenu ul ul ul {
  top: 40px;
}

#cssmenu ul ul > li:hover > ul {
  top: -1px;
  left: 220px;
  opacity: 1;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
}

#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 220px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}

#cssmenu ul ul li a {
  width: 220px;
  padding: 12px 10px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: #FA2568;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
  background-color: #FB0854;
  color: #fff;
}

/*
#cssmenu ul ul > li.has-sub > a:after {
  font-family: FontAwesome;
  content: " \f0da";
  font-size: 12px;
}
*/
#cssmenu.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}

#cssmenu .submenu-button {
  display: none;
}

@media all and (max-width: 1025px) {
  #cssmenu {
    font-size: 14px;
  }
}
@media all and (max-width: 993px) {
  #cssmenu {
    font-size: 12px;
  }

  #cssmenu > ul > li:hover > ul {
    top: 52px;
  }
}
@media all and (max-width: 769px) {
  #cssmenu > ul > li {
    float: left;
    display: block;
    text-align: left;
  }

  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li > a:hover,
  #cssmenu > ul > li.active > a {
    color: #fff;
  }

  #cssmenu {
    width: 100%;
  }

  #cssmenu ul,
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu > ul,
  #cssmenu.align-center > ul,
  #cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu ul ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul li:hover > ul,
  #cssmenu.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
    box-shadow: none;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #FB0854;
  }

  #cssmenu > ul > li > a,
  #cssmenu ul ul li a,
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    width: 100%;
  }

  #cssmenu ul li a {
    padding-left: 12.5px;
  }

  #cssmenu ul ul li a {
    padding: 14px 25px 14px 27.5px;
  }

  #cssmenu ul ul ul li a {
    padding-left: 42.5px;
  }

  #cssmenu ul ul ul ul li a {
    padding-left: 57.5px;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:after {
    display: none;
  }

  #cssmenu #menu-button {
    position: relative;
    display: block;
    padding: 20px;
    padding-left: 12.5px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  #cssmenu .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    width: 56px;
    height: 56px;
    border-left: 1px solid #FB0854;
    z-index: 10;
    cursor: pointer;
  }

  #cssmenu ul ul .submenu-button {
    height: 42px;
  }

  #cssmenu ul .submenu-button:after,
  #cssmenu #menu-button:after {
    font-family: FontAwesome;
    content: " \f0d7";
    font-size: 12px;
    color: #fff;
    text-shadow: none;
    position: absolute;
    right: 23px;
    top: 23px;
  }

  #cssmenu ul .submenu-button.submenu-opened:after,
  #cssmenu #menu-button.menu-opened:after {
    color: #fff;
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
  }
}
/*** FORM ***/
form label {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 5px;
  color: #464646;
}

form .req {
  color: #ca5354;
}

form .note {
  font-size: 14px;
  margin-bottom: 10px;
}

form input:focus, form textarea:focus {
  outline: none;
}

form .txt {
  display: block;
  padding: 8px 9px;
  padding-right: 30px;
  width: 30%;
  min-width: 275px;
  font-size: 1.2em;
  font-weight: normal;
  color: #898989;
  background-image: url("../img/checkmark.png");
  background-position: 110% center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

form .txtarea {
  display: block;
  padding: 8px 11px;
  padding-right: 30px;
  width: 65%;
  min-width: 275px;
  height: 120px;
  font-size: 1.2em;
  font-weight: normal;
  color: #898989;
  background-image: url("../img/checkmark.png");
  background-position: 110% 4%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

form .txt:focus, form .txtarea:focus {
  color: #545454;
  background-color: #fff;
  background-position: 110% center;
  background-repeat: no-repeat;
  border-color: #059;
}

form .txtarea:focus {
  background-position: 110% 4%;
}

form .txt:valid {
  background-color: #deecda;
  background-position: 98% center;
  background-repeat: no-repeat;
  color: #7d996e;
  border: 1px solid #95bc7d;
}

form .txtarea:valid {
  background-color: #deecda;
  background-position: 98% 4%;
  background-repeat: no-repeat;
  color: #7d996e;
  border: 1px solid #95bc7d;
}

#submitbtn {
  display: block;
  padding: 15px 0;
  width: 180px;
  margin-top: 20px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  border: 1px solid #FFEEF3;
  background-color: #FFEEF3;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#submitbtn:hover, #submitbtn:focus {
  background-color: #FB0854;
}

/*** END FORM ***/
/*** SEARCH FORM ***/
.search-box {
  position: absolute;
  top: 70px;
  right: 27%;
  width: 50%;
}
.search-box .searchform {
  position: relative;
  font-family: "Roboto", Arial, sans-serif;
}
.search-box .searchform input[type="text"] {
  font-size: 18px;
  padding: 8px 45px 8px 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  color: #999;
  background: #eee;
}
.search-box .searchform input[type="text"]:focus {
  background-color: #fefefe;
}
.search-box .searchform input[type="submit"] {
  position: absolute;
  top: 4px;
  right: 0px;
  float: right;
  width: 40px;
  height: 100%;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  background-color: transparent;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
}
.search-box .searchform input[type="submit"]:hover {
  opacity: 1;
}

.nc_search_form .nc_search_input input.text {
  width: 100%;
  border-radius: 6px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
}
.nc_search_form .nc_search_input button {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  margin: 10px;
  border: none;
  font-size: 18px;
  text-decoration: none;
  background-color: #FFEEF3;
  color: #fff;
}
.nc_search_form .nc_search_input button:hover {
  background-color: #FB0854;
  color: #fff;
}

/*** END SEARCH FORM ***/
.info-list {
  width: 100%;
  border: 1px solid #e5e5e5;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}
.info-list__item {
  display: table;
  padding: 15px 20px;
  width: 100%;
}
.info-list__item:nth-child(even) {
  background-color: #f2f2f2;
}
.info-list__text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 40px;
}
@media all and (max-width: 500px) {
  .info-list__text {
    padding-right: 20px;
  }
}
.info-list__btn-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}
.info-list__link-btn {
  display: block;
  vertical-align: middle;
  padding: 5px 15px;
  background-color: #FFEEF3;
  color: #fff;
  text-decoration: none;
}
.info-list__link-btn:hover {
  background-color: #FB0854;
  color: #fff;
}

.table1 tr:hover {
  background-color: #ccc;
  color: #000;
}
.table1 tr:nth-child(even) {
  background-color: #f2f2f2;
}
.table1 tr:nth-child(even):hover {
  background-color: #ccc;
  color: #000;
}
.table1 th {
  text-align: center;
  vertical-align: middle;
  background-color: #FFEEF3;
  color: #fff;
  padding: 10px;
  font-size: 18px;
}
.table1 td {
  border: 1px solid #e5e5e5;
  padding: 10px 10px;
  vertical-align: middle;
  line-height: 1.2em;
}
.table1 td:nth-child(odd) {
  text-align: center;
}

.table2 tr:hover {
  background-color: #ccc;
  color: #000;
}
.table2 tr:nth-child(even) {
  background-color: #f2f2f2;
}
.table2 tr:nth-child(even):hover {
  background-color: #ccc;
  color: #000;
}
.table2 th {
  text-align: center;
  vertical-align: middle;
  background-color: #FFEEF3;
  color: #fff;
  padding: 10px;
  font-size: 18px;
}
.table2 td {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px 10px;
  vertical-align: middle;
  line-height: 1.2em;
}

.table3 {
  border: 1px solid #e5e5e5;
}
.table3 tr:hover {
  background-color: #ccc;
  color: #000;
}
.table3 tr:nth-child(even) {
  background-color: #f2f2f2;
}
.table3 tr:nth-child(even):hover {
  background-color: #ccc;
  color: #000;
}
.table3 th {
  text-align: center;
  vertical-align: middle;
  background-color: #FFEEF3;
  color: #fff;
  padding: 10px;
  font-size: 18px;
}
.table3 td {
  border: 1px solid #e5e5e5;
  padding: 10px 10px;
  vertical-align: middle;
  line-height: 1.2em;
}

table {
  border: 1px solid #e5e5e5;
}
table tr:hover {
  background-color: #ccc;
  color: #000;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}
table tr:nth-child(even):hover {
  background-color: #ccc;
  color: #000;
}
table th {
  text-align: center;
  vertical-align: middle;
  background-color: #FFEEF3;
  color: #fff;
  padding: 10px;
  font-size: 18px;
}
table td {
  padding: 10px 10px;
  vertical-align: middle;
  line-height: 1.2em;
}

table.price {
  width: 100%;
}

table.price td[colspan="3"] {
  cursor: pointer;
  display: table-cell;
  border-bottom: 5px solid #fff;
}

table.price td {
  display: none;
}

html, body {
  height: 100%;
}

body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.5em;
  background-color: #ffffff;
}

strong {
  font-weight: 500;
}

blockquote {
  padding-left: 15px;
  font-style: italic;
  color: #888;
  border-left: 3px solid #ccc;
}

.breadcrumbs {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 8px 0 8px 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #aaa;
}
.breadcrumbs li {
  display: inline;
}

.pagination {
  margin-bottom: 30px;
  text-align: center;
}
.pagination span {
  list-style: none;
  display: inline-block;
  padding: 10px 15px;
}
.pagination span.active {
  color: #fff;
  border: 1px solid #FFEEF3;
  background-color: #FFEEF3;
}
.pagination a {
  display: inline-block;
  padding: 10px 15px;
  color: #FFEEF3;
  border: 1px solid #FFEEF3;
}
.pagination a:hover {
  color: #fff;
  border: 1px solid #FFEEF3;
  background-color: #FFEEF3;
}

.address:before {
  font-family: FontAwesome;
  color: #FA2568;
  content: "\f015";
}

.phone:before {
  font-family: FontAwesome;
  color: #FA2568;
  content: "\f095";
}

.email:before {
  font-family: FontAwesome;
  color: #FA2568;
  content: "\f0e0";
}

.calendar:before {
  font-family: FontAwesome;
  color: #FA2568;
  content: "\f073";
}

p {
  padding: 10px 0;
}

a {
  text-decoration: none;
  color: #387ba6;
}

a:hover {
  color: #FFEEF3;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1, h2, h3, h4 {
  line-height: 1.3em;
  color: #333;
  font-weight: 500;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.31em;
}

h4 {
  font-size: 1.13em;
}

/*** HEADER ***/
.header-box {
  position: relative;
  height: 135px;
}
.header-box img.logo {
  position: absolute;
  left: 10px;
  top: 10px;
}
.header-box ul.header-contact {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 16px;
  color: #333;
}
.header-box ul.header-contact li {
  line-height: 1.4em;
}
.header-box ul.header-contact li span {
  font-weight: 500;
  font-size: 22px;
}

/*** END HEADER ***/
.page-wrapper {
  margin-top: 30px;
  min-height: 100%;
}

/*SLIDER*/
/*** TEAM ***/
.team .team-anonunce {
  padding: 20px 10px;
  margin: 0 10px;
  text-align: center;
  border: 1px solid #E6E6E6;
  min-height: 320px !important;
  position: relative;
}
.team .team-anonunce p {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.team .team-anonunce img {
  margin: 0 auto;
}
.team .team-read-more {
  position: absolute;
  width: inherit;
  bottom: 20px;
  text-align: center;
}

/*** POST-CONTENT ***/
a.read-more:before {
  font-family: FontAwesome;
  content: "\f138";
  padding-right: 5px;
  color: #FFEEF3;
}

.post-content article {
  padding-bottom: 50px;
}
.post-content article img.thumb {
  margin-right: 10px;
  float: left;
  border: 1px solid #ccc;
}
.post-content article a.read-more {
  display: block;
  width: 140px;
  float: right;
}
.post-content ul {
  padding-left: 30px;
  clear: both;
}
.post-content ul li {
  padding-top: 10px;
  list-style-type: disc;
}

/*** SIDEBAR ***/
.sidebar {
  padding-left: 70px;
}
.sidebar ul {
  padding-top: 15px;
}
.sidebar ul li {
  padding-top: 10px;
}
.sidebar ul li.active a {
  color: #FFEEF3;
}
.sidebar ul li:before {
  font-family: FontAwesome;
  font-size: 18px;
  content: "\f055";
  padding-right: 10px;
  color: #FFEEF3;
}
.sidebar ul li ul {
  display: none;
}

/*** FOOTER ***/
.footer {
  margin-top: 30px;
  padding: 20px 0;
  font-size: 14px;
  background: linear-gradient(to bottom, #FA2568, #710a48);
  color: #eee;
}
.footer li:before {
  color: #eee;
}
.footer a {
  color: #FFEEF3;
}
.footer a:hover {
  color: #fa87ab;
}
.footer .social span {
  font-size: 40px;
  padding-right: 10px;
}

/*** END FOOTER ***/
/*** CONTACT ***/
ul.contact {
  padding-left: 20px;
}
ul.contact li h2 {
  padding-top: 0;
}
ul.contact li h3 {
  padding-top: 20px;
}

.gismap {
  height: 450px;
}
.gismap iframe {
  width: 100%;
  height: 100%;
}

/*** END CONTACT ***/
/*** BUTTONS ***/
.button1 {
  display: block;
  padding: 15px 0;
  width: 180px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  background-color: #FFEEF3;
  color: #fff;
}

.button2 {
  background-color: #FFEEF3;
  color: #fff;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  width: 100px;
}

a:hover.button1, a:hover.button2 {
  background-color: #FB0854;
  color: #fff;
}

a, .button1, .button2, .menu li a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*NEWS-VOPROS-BOX*/
.news-block {
  margin-top: 50px;
  font-size: 14px;
  line-height: 18px;
}
.news-block .crop-img {
  width: 150px;
  height: 150px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 15px;
}
.news-block h2 {
  font-size: 24px;
}
.news-block article {
  min-height: 190px;
  padding-bottom: 30px;
}
.news-block article img.thumb {
  margin-right: 10px;
  float: left;
  border: 1px solid #ccc;
  width: 80px;
}
@media all and (max-width: 960px) {
  .header-box .search-box {
    width: 35%;
    margin: 0 55px;
  }
  .personal-area {
    left: 40%;
  }
}

@media all and (max-width: 769px) {
  body {
    font-size: 14px;
  }
  .header-box {
    height: 200px;
  }
  .header-box ul.header-contact {
    top: 20px;
    left: 200px;
    margin: 0 35px;
    font-size: 14px;
  }
  .header-box .search-box {
    right: 10%;
    top: 145px;
    width: 80%;
    margin: 0 20px;
  }
  .personal-area {
    margin-top: 0px;
    left: 500px;
  }
}
@media all and (max-width: 641px) {
  .header-box {
    height: 200px;
  }
  .header-box ul.header-contact li {
    line-height: 1.4em;
  }
  .header-box ul.header-contact li span {
    font-size: 18px;
  }
  .header-box ul.header-contact li span:nth-child(2) {
    padding-left: 30px;
  }
  .header-contact .calendar:before {
    font-size: 20px !important;
    margin-right: 10px !important;
    top: 10px !important;
  }
  .header-contact .phone:before {
    font-size: 20px !important;
    margin-right: 10px !important;
    top: 10px !important;
  }
  .personal-area {
    margin-top: 80px;
    left: 230px;
  }
}
@media all and (max-width: 481px) {
  body {
    font-size: 12px;
  }

  .header-box ul.header-contact {
    top: 175px;
    left: 20px;
    margin: 0;
    font-size: 14px;
  }
  .header-box {
    height: 270px;
  }
  .header-box img.logo {
    width: 170px;
  }
  .header-box .search-box {
    top: 120px;
  }
  .header-box ul.header-contact li {
    line-height: 1.4em;
  }
  .header-box ul.header-contact li b {
    font-size: 20px;
  }
  .header-box ul.header-contact li span {
    font-size: 18px;
  }
  .header-box ul.header-contact li span:nth-child(2) {
    padding-left: 30px;
  }
  .header-contact .calendar:before {
    font-size: 20px !important;
    margin-right: 10px !important;
    top: 10px !important;
  }
  .header-contact .phone:before {
    font-size: 20px !important;
    margin-right: 10px !important;
    top: 10px !important;
  }
  .personal-area {
    margin-top: 20px;
    left: 200px;
  }
  
}
@media all and (max-width: 321px) {
  .header-box {
    /*height: 140px;*/
    height: 230px;
  }
  .header-box img.logo {
    width: 120px;
  }
  .header-box .search-box {
    top: 90px;
  }
  .header-box ul.header-contact {
    top: 140px;
    /*font-size: 11px;*/
  }
  .header-box ul.header-contact li {
    line-height: 1.2em;
  }
  .header-box ul.header-contact li span {
    font-size: 12px;
  }
  .personal-area {
    margin-top: 0px;
    left: 150px;
  }
}
/*Tags*/
.sidebar h2 {
  font-size: 30px;
  padding-bottom: 10px;
}

/*resize personal images */
.thumb.pers-thumb {
  height: 200px;
}

/*resize field for label*/
form label {
  width: 300px;
}

/*resize images inside article*/
.article_img {
  max-width: 50%;
  float: left;
  margin-right: 20px;
}

/*resize images in list of articles*/
.article_list_img {
  max-width: 30%;
  float: left;
  margin-right: 20px;
}

/*for enciclopedy*/
.enciclopedy-letter {
  padding: 4px;
}

/*hypercomments*/
.hc__menu, .hc__footer {
  display: none;
}

/*spetsialisty*/
a.spetsialisty_a {
  width: 120px;
  height: 160px;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
}

img.spetsialisty_img {
  min-width: 120px;
  min-height: 160px;
}

/*To top */
.totop {
  background-image: url(../img/totop.png);
  width: 55px;
  height: 55px;
  bottom: 50px;
  position: fixed;
  right: 50px;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}

.totop:hover {
  opacity: 1;
}

/* Slider BS Carousel */
.slider .sl-desc {
    position: absolute;
    left: 5%;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    max-width: 40%;
    text-align: left;
}
.slider .sl-desc2 {
    position: absolute;
    line-height: 1.3;
    font-weight: 500;
    bottom: 30%;
    left: 5%;
}
.slider .sl-desc a {
  color: #b95792;
  text-decoration: none;
}
.slider .sl-desc2 a {
  color: #b95792;
  text-decoration: none;
}
.slider .sl-white, .slider .sl-white a {
  color: white;
  background: transparent;
  border-color: white;
}
.slider .sl-right {
  left: initial;
  right: 5%;
  text-align: right;
}
@media all and (max-width: 800px) {
  .slider .sl-desc {
    padding-top: 5px;
    left: 5px;
    font-size: 14px;
  }
  .slider .sl-desc2 {
    font-size: 12px;
  }
}
@media all and (max-width: 421px) {
  .slider .sl-desc {
    padding-top: 0;
    left: 0;
    font-size: 12px;
  }
  .slider .sl-right {
    left: initial;
    right: 0;
  }
  .slider .sl-desc2 {
    font-size: 9px;
  }
}

/* inspired from http://codepen.io/Rowno/pen/Afykb */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#myCarousel > ol > li {
  background: white;
  border-color: rgba(185, 87, 146, 0.9);
}
#myCarousel > ol > li.active {
  background-color: rgba(185, 87, 146, 1);
}
/* END: Slider BS Carousel */ 

/* Header contact */
.header-contact li {
  color: #b95792;
  font-weight: 500;
}
.header-contact li span {
  color: #000;
}
.header-contact li span:nth-child(2) {
  padding-left: 45px;
}
.header-contact li:nth-child(2) span:nth-child(3) {
  font-size: 22px;
  color: #b95792;
}
.header-contact .calendar:before {
  font-family: FontAwesome;
  color: #FA2568;
  content: "\f073";
  font-size: 28px;
  position: relative;
  top: 15px;
  margin-right: 15px;
}
.header-contact .phone:before {
  font-family: FontAwesome;
  color: #FA2568;
  content: "\f095";
  font-size: 28px;
  position: relative;
  top: 15px;
  margin-right: 20px;
}
/* END: Header contact */

/* START: call back */
.callback-show {
  display: block;
  float: right;
  border-radius: 3px;
  margin: 10px;
  font-size: 13px;
  width: 250px;
  padding-top: 40px;
}
.callback-show *, .header-callback * {
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.callback-show button {
  display: inline-block;
  background: #FFEEF3;
  color: #fff;
  border: none;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
}
.callback-show span:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f095";
  cursor: pointer;
  color: #FFEEF3;
  font-size: 50px;
  float: left;
  margin: -10px 10px 0 0;
  border: 1px solid #FFEEF3;
  border-radius: 100%;
  height: 55px;
  width: 55px;
  padding: 15px 0 0 8px;
  animation: run infinite ease-in-out 2s alternate;
  cursor: default;
}
@-webkit-keyframes run {
  100% {
    -moz-transform: rotate(15deg); 
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@keyframes run {
  100% {
    -moz-transform: rotate(15deg); 
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
.callback-show button:hover {
  background: #FB0854;
}
.callback-message {
  display: none;
  width: 250px;
  float: right;
  background: #eee;
  border-radius: 3px;
  margin-top: 35px;
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}
.header-callback {
  display: none;
  width: 230px;
  float: right;
  background: #eee;
  border-radius: 3px;
  margin: 15px;
  font-size: 13px;
}
.callback-title {
  background: #FFEEF3;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-left: 10px;
}
.header-callback input {
  height: 25px;
  margin: 10px 5px;
  width: 96%;
  padding-left: 5px; 
  border-radius: 3px;
  border: 1px solid #ddd;
}
.header-callback button {
  margin: 0px 5px 10px 5px;
  height: 25px;
  padding: 0 15px;
  background: #fdf6cc;
  border-radius: 3px;
  color: #c56b00;
  border: 1px solid #fbcc00;
}
.header-callback input:hover {
  border: 1px solid #bbb;
}
.header-callback button:hover {
  border: 1px solid #d9aa00;
}
.header-callback .callback-close {
  float: right;
}
.header-callback .callback-close:before {
  float: right;
  margin-right: 10px;
  font-family: FontAwesome;
  content: "\f00d";
  cursor: pointer;
}
.header-callback .callback-close:hover:before {
  -moz-transform: scale(1.4,1.4);
  -ms-transform: scale(1.4,1.4);
  -webkit-transform: scale(1.4,1.4);
  -o-transform: scale(1.4,1.4);
  transform: scale(1.4,1.4);
}
/* END: call back */

/* Footer Social Links */
.footer .social a, .footer .social a:hover {
  color: #fff;
  text-decoration: none;
}
/* Footer Social Links */

.tpl-component-2093 {
  display: inline-block;
}
.tpl-component-2093 h2 {
  display: none;
}
.tpl-component-2093 h2.news-header {
  display: block;
  text-align: center;
}
.tpl-component-2093 h2.news-header:hover {
    color: #FFEEF3;
}
.tpl-component-2093 a.news-a-head:hover {
    text-decoration: none;
}

/* Form: Sign In - Sign Up */
.wrapper-lk * {
  text-transform: uppercase;
}
.nc_auth_login_check, .nc_auth_pass2_check {
  margin-left: 15px;
  font-weight: bold;
  display: none;
}
.nc_auth_pass1_check {
  margin-left: 5px;
  font-weight: bold;
  display: none;
}
#nc_auth_pass1_security {
  margin-left: 15px;
  display: none;
}
#nc_auth_login_ok, #nc_auth_pass2_ok {
  color: #088A08;
}
#nc_auth_login_fail, #nc_auth_pass2_fail {
  color: #FF0000;
}
#nc_auth_pass1_s1 {
  color: #FF0000;
}
#nc_auth_pass1_s2 {
  color: #ddcc11;
}
#nc_auth_pass1_s3 {
  color: #8cd750;
}
#nc_auth_pass1_s4 {
  color: #088A08;
}
#nc_auth_pass1_empty, #nc_auth_pass_min {
  margin-left: 15px;
  font-weight: bold;
  display: none;
  color: #FF0000;
}
.wrapper-lk {
  border: 1px solid #FA2568;
}
.wrapper-lk .nav-tabs {
  width: 100%;
}
.wrapper-lk .nav-tabs li {
  width: 50%;
  text-align: center;
}
.wrapper-lk .nav-tabs li a { /* text-transform: uppercase; */
  background-color: #FA2568;
  color: #fff;
  border: none;
  border-radius: 0;
  margin: 0;
}
.wrapper-lk .nav li a:focus, 
.wrapper-lk .nav li a:hover {
  background-color: #FB0854;
}
.wrapper-lk .nav-tabs li.active a,
.wrapper-lk .nav-tabs li.active a:focus,
.wrapper-lk .nav-tabs li.active a:hover {
  background-color: #fff;
  color: #FFEEF3;
  border: none;
}
.wrapper-lk .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
}
.wrapper-lk input.text { /* text-transform: uppercase; */
  border-radius: 6px;
  border: 1px solid #FA2568;
  margin: 10px 5%;
  padding: 10px;
  text-transform: none;
  width: 90%;
}
.wrapper-lk input.submit { /* text-transform: uppercase; */
  background-color: #FB0854;
  border-radius: 4px;
  border: none;
  color: #fff;
  padding: 5px 20px;
  margin: 30px 0;
}
.wrapper-lk input.checkbox,
.wrapper-lk label {
  display: inline-block;
}
.wrapper-lk label {
  color: #000;
  font-size: 14px;
  padding: 0;
  width: inherit;
  margin-left: 10px;
}
.wrapper-lk #rem_pwd { /* text-transform: uppercase; */
  display: block;
  margin-bottom: 20px;
}
.wrapper-lk .valid_test {
  margin-left: 30px !important;
}
.wrapper-lk .captcha {
  margin: 5%;
}
.wrapper-lk .captcha button {
  float: left;
  background-color: #FB0854;
  border-radius: 4px;
  border: none;
  color: #fff;
  padding: 5px 20px;
  margin-right: 20px;
}
.wrapper-lk .captcha img {
  border: 1px solid #FA2568;
}
.lk_info_block {
  border: 1px solid #FA2568;
  border-radius: 5px;
  margin: 20px;
  padding: 20px;
}
.wrapper-lk .warnText {
  color: #000;
  font-weight: bold;
  margin: 0 5%;
}
.wrapper-lk .date-select-block {
  border-radius: 6px;
  border: 1px solid #FA2568;
  margin: 10px 5%;
  padding: 10px;
  text-transform: none;
  width: 90%;
}
.wrapper-lk .date-select-block p {
   color: #aaa;
}
.wrapper-lk .date-select-block select {
  border-radius: 6px;
  background: transparent;
  height: 34px;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #FA2568;
}
.personal-area {
  position: absolute;
  top: 30px;
  right: -7%;
  width: 50%;
}
.personal-area a {
  color: #b95792;
  font-weight: 500;
}
.personal-area span:before {
    font-family: FontAwesome;
    color: #FA2568;
    content: "\f007";
    font-size: 28px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

/* fix 20.01.17 */
.tpl-component-2093 {
    width: 50%;
}
@media all and (max-width: 960px) {
  .tpl-component-2093 {
      width: 100%;
  }
}
.news-block .col-1-2 {
    width: 100%;
}
.news-block {
    margin-top: 0px;
}
@media all and (max-width: 421px) {
  .news-block .crop-img {
      width: 150px;
      height: 150px;
      float: none;
      margin: 0 auto;
  }
  .news-block article h3 {
      margin: 5px;
      text-align: center;
  }
}
.ptb50.service {
  margin-top: 10px;
  padding-top: 10px;
  overflow:overlay;
  max-height: 170px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.ptb50.service div div div.col-md-8 p {
  display: none;
}
.ptb50.service div.col-md-12 p {
  padding-top: 0px;
  margin-left: 15px;
}
.ptb50.service div.col-md-12 a,
.ptb50.service div.col-md-12 a h3 {
  color: #FFEEF3;
}
@media all and (max-width: 960px) {
  .ptb50.service div.col-md-12,
  .ptb50.service div.col-md-12 .col-md-8 {
      width: 50%;
      height: 50px;
  }
}
@media all and (max-width: 769px) {
  .ptb50.service div.col-md-12,
  .ptb50.service div.col-md-12 .col-md-8 {
      width: 100%;
      height: auto;
  }
}
.preimuschestvo_wrap {
  margin-bottom: 20px;
}
/* END fix 20.01.17 */

/*# sourceMappingURL=main.css.map */