.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
html,
body,
form {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-width: 1050px;
}
/*Font*/
body {
  font-size: 80%;
  font-family: "Segoe UI";
  color: #333;
  background-color: #fff;
}
/*Font in table*/
table {
  font-size: 100%;
}
/*Links*/
/*
a:link {color: #486DAA;}
a:visited{color:#8C9AA8;}
a:active {color: #486DAA;}
a:hover{color:#DD0000;}
*/
a {
  text-decoration: inherit;
  color: inherit;
}
small {
  font-size: 85%;
}
hr {
  width: 100%;
  height: 1px;
  border: medium none;
  color: #d1d0d0;
  background-color: #d1d0d0;
  margin: 8px 0;
}
#header {
  position: relative;
  /*containing block*/
  height: 106px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #2f4773 url(images/header_bg.gif) repeat-x;
  border-bottom: 1px solid #D6D6D6;
}
#header_logo {
  position: absolute;
}
#company_logo {
  display: block;
  position: absolute;
  width: 100px;
  height: 106px;
  left: 165px;
  top: 0;
  background: url(images/logo.gif) right center no-repeat;
}
#header_text {
  position: absolute;
  left: 265px;
  top: 0;
  width: 330px;
  padding-left: 5px;
  padding-top: 35px;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header_text .bx-main-title {
  margin: 0;
  padding: 0;
  font-size: 160%;
  border: none;
  text-decoration: none;
}
#header_text span.bx-main-subtitle {
  font-size: 80%;
}
/* Header menu: home, search, feedback*/
#header_menu {
  background: #4B6185;
  position: absolute;
  right: 55px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header_sites {
  position: absolute;
  right: 55px;
  top: 60px;
  color: #fff;
  text-align: right;
}
#header_sites a,
#header_sites span {
  color: #fff;
  text-decoration: none;
}
#header_sites span {
  color: #9dabc0;
}
#header_menu a {
  display: block;
  float: left;
  cursor: pointer;
  cursor: hand;
  padding: 8px 11px;
}
#zebra {
  height: 20px;
  background: transparent url(images/zebra_bg.gif) left top repeat-x;
}
/*Navigation*/
#navigation a {
  font-size: 95%;
  text-decoration: none;
  color: #535353;
}
/*Content table*/
#content {
  width: 100%;
  height: 70%;
  border-collapse: collapse;
}
/*Left column*/
#content .left-column {
  width: 180px;
  vertical-align: top;
  height: 100%;
}
/*Main column*/
#content .main-column {
  vertical-align: top;
  padding: 0 23px 10px 23px;
}
/*Right column*/
#content .right-column {
  width: 1px;
  vertical-align: top;
}
/*Bottom banner*/
#bottom_banner {
  padding: 5px;
  text-align: center;
}
/*MAIN*/
.columns {
  background-image: url('images/blur5.jpg');
  background-size: cover;
  box-shadow: inset 0 0 10px 0px rgba(142, 131, 123, 0.23), inset 0 0 450px 30px white;
  margin-bottom: 20px;
}
.columns .main > h3 {
  text-align: center;
  font-size: 35px;
  font-family: Segoe UI light;
  padding: 60px 0 0 0;
  margin: 0;
}
.columns .main .wrap {
  clear: both;
  text-align: justify;
  padding: 80px 0 50px 0;
}
.columns .main .wrap:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 0;
}
.columns__item {
  width: 300px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.columns__item-header {
  font-size: 17px;
  color: white;
  padding: 60px 15px 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
  text-transform: uppercase;
}
.columns__item-header:before {
  content: "";
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px;
}
.columns__item-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: white;
  overflow: auto;
}
.columns__item-card-circled {
  height: 20px;
  position: relative;
  overflow: hidden;
}
.columns__item-card-circled:after {
  content: "";
  width: 1200px;
  height: 1200px;
  margin-right: -600px;
  background-color: white;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 50%;
}
.columns__item-card ul {
  padding: 0;
}
.columns__item-card ul li {
  list-style-type: none;
  padding: 0;
  line-height: normal;
  padding: 10px 20px;
}
.columns__item-card ul li a {
  color: black;
  text-decoration: none;
  display: block;
}
.columns__item-card ul li a:hover h4 {
  text-decoration: underline;
}
.columns__item-card ul li a h4 {
  font-family: "Segoe UI";
  margin: 0;
  font-size: 16px;
}
.columns__item-card ul li a span {
  margin-top: 5px;
  display: inline-block;
  color: #666;
  font-size: 15px;
  text-transform: lowercase;
}
.columns__item-card ul li a span p {
  margin: 0;
}
.columns__item-card-button {
  margin: 5px 20px 15px;
  padding: 10px 15px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  font-family: "Segoe UI light";
  display: block;
}
.columns__item:nth-child(1) .columns__item-header:before {
  background-image: url('images/nipple.png');
}
.columns__item:nth-child(2) .columns__item-header:before {
  background-image: url('images/icon-bear.png');
}
.columns__item:nth-child(3) .columns__item-header:before {
  background-image: url('images/icon-horse.png');
}
.columns__item_red .columns__item-card-button {
  color: #ef4c49;
  border-color: #ef4c49;
}
.columns__item_red .columns__item-card-button:hover {
  background-color: #ef4c49;
  color: white;
}
.columns__item_yellow .columns__item-card-button {
  color: #f2ae59;
  border-color: #f2ae59;
}
.columns__item_yellow .columns__item-card-button:hover {
  background-color: #f2ae59;
  color: white;
}
.columns__item_green .columns__item-card-button {
  color: #89c14f;
  border-color: #89c14f;
}
.columns__item_green .columns__item-card-button:hover {
  background-color: #89c14f;
  color: white;
}
.columns__item_red .columns__item-card-circled:after {
  background-color: #ef4c49;
}
.columns__item_red .columns__item-header {
  background-color: #ef4c49;
}
.columns__item_yellow .columns__item-card-circled:after {
  background-color: #f2ae59;
}
.columns__item_yellow .columns__item-header {
  background-color: #f2ae59;
}
.columns__item_green .columns__item-card-circled:after {
  background-color: #89c14f;
}
.columns__item_green .columns__item-header {
  background-color: #89c14f;
}
.columns__wrap_page {
  clear: both;
  text-align: justify;
  padding: 0px 0 50px 0;
}
.columns__wrap_page:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 0;
}
.columns__wrap_page .columns__item-header {
  padding-top: 30px;
}
.columns__wrap_page .columns__item-header:before {
  content: none;
}
/*END MAIN*/
/*HEADER*/
body {
  margin: 0;
  padding: 0;
}
header {
  background: white;
  overflow: auto;
  box-shadow: 0 0 5px -2px #000000;
}
.main {
  width: 1000px;
  margin: auto;
  font-size: 16px;
}
.main h1 {
  font-family: 'Segoe UI light';
  margin-top: 0px;
  font-size: 30px;
}
.main .content {
  overflow: auto;
}
.main .content__album {
  border-radius: 5px;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}
.main .content__album:hover h3 {
  color: #ef4c49;
}
.main .content__album-imgs {
  overflow: hidden;
}
.main .content__album-imgs-img {
  height: 130px;
  width: 130px;
  margin: 0 8px 8px 0;
  display: inline-block;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 2px;
}
.main .content__album-imgs-img:last-child {
  margin-right: 0;
}
.main .content__album-imgs-img:hover:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  content: "\f06e";
  font-family: 'FontAwesome';
  line-height: 130px;
  text-align: center;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.6);
}
.main__title {
  float: left;
  background-color: #8ac050;
  background-image: url('images/pattern.png');
  font-size: 35px;
  color: white;
  padding: 10px 25px;
  background-size: cover;
  padding-left: 50%;
  clear: both;
  font-family: "Segoe UI light";
  cursor: pointer;
  position: relative;
  left: 0;
  transition: .2s;
  border: 0;
  margin: 30px auto 30px -50%;
  text-decoration: none;
}
.main__title:hover {
  left: 5px;
}
.main__title_red {
  background-color: #ef4c49;
}
.main__title_green {
  background-color: #8ac050;
}
.main__title_yellow {
  background-color: #f2ae59;
}
.main__title_blue {
  background-color: #5066C0;
}
.feedback > h2 {
  font-size: 27px;
  font-family: "Segoe UI light";
  border-bottom: 0;
  text-align: center;
}
.feedback {
  margin-bottom: 30px;
}
.feedback .wpcf7-mail-sent-ok {
  border-radius: 5px;
  background-color: #89c14f;
  border: 0;
  color: white;
  font-family: "Segoe UI light";
  line-height: 30px;
  font-size: 15px;
}
.feedback .wpcf7-validation-errors {
  border-radius: 5px;
  font-family: "Segoe UI light";
  line-height: 30px;
  font-size: 15px;
  border-width: 1px;
}
.feedback .input-item {
  overflow: auto;
  margin: auto;
  margin-bottom: 20px;
  width: 570px;
}
.feedback .input-item .label {
  width: 20%;
  display: inline-block;
  text-align: right;
  float: left;
  font-size: 14px;
  padding: 10px 0;
}
.feedback .input-item .input {
  margin-left: 20%;
  padding-left: 20px;
  width: 300px;
}
.feedback .input-item .input input,
.feedback .input-item .input textarea {
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px;
  width: 300px;
  resize: vertical;
  box-sizing: border-box;
}
.feedback .input-item input[type="submit"] {
  border: 1px solid #89c14f;
  background-color: transparent;
  border-radius: 5px;
  color: #89c14f;
  line-height: 30px;
  font-size: 15px;
  font-family: "Segoe UI light";
  padding: 0 15px;
  float: right;
  cursor: pointer;
  width: auto;
}
.feedback .input-item input[type="submit"]:hover {
  background-color: #89c14f;
  color: white;
}
.feedback .note {
  text-align: right;
  color: #8E8C8C;
}
.albums {
  display: block;
  overflow: auto;
  clear: both;
}
.albums__item {
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 0 15px 15px;
  display: block;
  cursor: pointer;
}
.albums__item:hover h3 {
  color: #ef4c49;
}
.albums__item-imgs {
  overflow: hidden;
  white-space: nowrap;
}
.albums__item-imgs-img {
  height: 130px;
  width: 130px;
  margin: 0 5px 0 0;
  display: inline-block;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 2px;
}
.albums__item-imgs-img:last-child {
  margin-right: 0;
}
.albums__item-imgs-img:hover:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  content: "\f06e";
  font-family: 'FontAwesome';
  line-height: 130px;
  text-align: center;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.6);
}
.albums__item-title {
  overflow: auto;
  margin: 10px 0 10px 0;
}
.albums__item-title h3 {
  font-size: 22px;
  font-family: "Segoe UI light";
  margin: 0;
  cursor: pointer;
  float: left;
  color: #666;
}
.albums__item-title span {
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #666;
  float: right;
  margin: 2px 0 0 0;
  font-family: "Segoe UI light";
  font-size: 13px;
  margin-left: 10px;
}
.albums__item-title span i {
  padding: 0 5px 0 0;
}
.birthday {
  width: 100%;
  background-image: url('images/blur6.jpg');
  background-position: 0px -234px;
  background-size: cover;
  margin: 20px 0;
  border-radius: 3px;
  overflow: auto;
  cursor: pointer;
  display: block;
  font-family: "Segoe UI light";
}
.birthday__wrap {
  margin: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.9);
  border-left: 0;
  border-right: 0;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 23px;
}
.birthday__wrap-text {
  margin-bottom: 20px;
}
.birthday__wrap button {
  display: inline-block;
  padding: 10px 15px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: white;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  clear: both;
  cursor: pointer;
}
.birthday__wrap:hover button {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0);
}
header table.main {
  border-collapse: collapse;
}
header table.main td {
  padding: 0px;
  border: none;
}
header td.mainMenu {
  vertical-align: bottom;
}
header td.logo {
  vertical-align: middle;
}
header td.logo img {
  width: 248px;
  height: 55px;
}
header td.contacts {
  vertical-align: top;
  text-align: right;
}
header td.contacts table {
  float: right;
  margin-top: 10px;
  border-collapse: collapse;
}
header td.contacts td {
  text-align: right;
  vertical-align: top;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 14px;
  padding-left: 15px;
}
header td.contacts td i {
  font-size: 20px;
  vertical-align: top;
  margin: 0 5px;
}
header td.contacts td .light {
  color: #959595;
}
header td.contacts td.contactIcons img {
  margin: 1px 5px 0 15px;
}
/* HEADER END*/
/*FOOTER*/
.footer {
  background-image: url('images/footer.jpg');
  background-size: 100% 100%;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.06), inset 0 1px 1px rgba(0, 0, 0, 0.12);
  margin-top: 50px;
  clear: both;
}
.footer .main {
  padding: 20px 0;
  overflow: auto;
  display: table;
  table-layout: fixed;
}
.footer__wrap {
  display: table-row;
}
.footer__wrap-menu {
  width: 150px;
  display: table-cell;
}
.footer__wrap-copyright {
  width: 150px;
  text-align: center;
  color: white;
  vertical-align: bottom;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  display: table-cell;
}
.footer__wrap-copyright-logo {
  opacity: 0.4;
}
.footer__wrap-copyright-text {
  margin-top: 10px;
  line-height: 15px;
  font-size: 12px;
  opacity: 0.3;
  color: white;
  text-decoration: none;
}
.footer__wrap-contacts {
  width: 150px;
  display: table-cell;
}
.footer__wrap-contacts-sect {
  text-align: right;
  color: white;
  font-size: 13px;
}
.footer__wrap-contacts-sect-line {
  background-repeat: no-repeat;
  background-position: center right;
  padding: 7px 35px 7px 0;
  opacity: 0.6;
  display: block;
  color: white;
  text-decoration: none;
}
.footer__wrap-contacts-sect-line_vk {
  background-image: url('images/vk_icon.png');
}
.footer__wrap-contacts-sect-line_phone {
  background-image: url('images/phone_icon.png');
}
.footer__wrap-contacts-sect-line_mail {
  background-image: url('images/mail_icon.png');
}
.footer__wrap-contacts-sect-line_adres {
  background-image: url('images/adres_icon.png');
}
.footer__wrap-contacts-sect a {
  cursor: pointer;
  text-decoration: none;
}
.footer__wrap-contacts-sect a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
/*FOOTER END*/
/*SLIDER*/
.slider {
  height: 350px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  width: 100%;
  overflow: hidden;
}
.slider__slides {
  width: 1050px;
  margin: auto;
  height: 100%;
}
.slider__slides-wrap {
  height: 100%;
  width: auto;
  /*transition: margin-left .5s;*/
}
.slider__slides-wrap-slide {
  height: 100%;
  width: 1050px;
  background-size: cover;
  display: inline-block;
  background-position: center center;
  text-align: center;
  overflow: hidden;
  opacity: 0.8;
  cursor: pointer;
  vertical-align: top;
}
.slider__slides-wrap-slide-content {
  display: inline-block;
  margin-top: 80px;
  overflow: visible;
}
.slider__slides-wrap-slide-content-note {
  font-size: 45px;
  color: white;
  font-family: "Segoe UI light";
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.82);
}
.slider__slides-wrap-slide:hover {
  opacity: 1;
}
.slider__slides-wrap-slide_selected {
  cursor: default;
  opacity: 1;
}
.showMore {
  text-align: center;
  font-size: 17px;
  border: 1px solid #ccc;
  padding: 10px 0;
  border-radius: 5px;
  margin-bottom: 40px;
  color: #A7A1A1;
  cursor: pointer;
  font-family: "Segoe UI light";
  display: block;
}
.showMore:hover {
  color: black;
}
.news {
  clear: both;
}
.news:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 0;
}
.news__item {
  width: 300px;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  cursor: pointer;
  padding-right: 45px;
}
.news__item:nth-child(3n) {
  padding-right: 0;
}
.news__item:hover h3 {
  color: #ef4c49;
}
.news__item:hover p {
  color: black;
}
.news__item:hover .news__item-photo:before {
  content: "\f06e";
  font-family: 'FontAwesome';
  line-height: 200px;
  text-align: center;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.news__item h3 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
  margin: 15px 0 10px;
  font-family: Segoe UI;
  color: #434343;
  font-weight: normal;
}
.news__item-photo {
  width: 100%;
  max-height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.news__item-photo img {
  width: 100%;
}
.news__item-photo-time {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center;
}
.news__item-photo-time span {
  color: black;
  display: inline-block;
  background-color: white;
  border-radius: 10px;
  padding: 4px 15px;
}
.news__item p {
  font-size: 16px;
  color: #666;
  text-align: left;
}
.section-header {
  background-image: url('http://teremok:8888/img/blurBack.png');
  font-size: 18px;
  color: white;
  line-height: 40px;
  background-size: cover;
  font-family: "Segoe UI light";
  margin-bottom: 30px;
  text-transform: lowercase;
}
section.text {
  font-size: 17px;
  line-height: 1.7;
  clear: both;
  text-align: center;
}
/*SLIDER END*/
.breadcrumbs {
  color: #666;
  margin: 20px 0 15px;
  font-size: 14px;
}
.breadcrumbs > i {
  font-size: 15px;
}
.breadcrumbs__item {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid white;
  line-height: 24px;
}
.breadcrumbs__item_curent {
  border: 1px solid #ccc;
  padding: 0 10px;
}
.breadcrumbs__item_curent:hover {
  text-decoration: none;
}
.breadcrumbs__div {
  display: inline-block;
  margin: 0 5px;
}
a.breadcrumbs__item:hover {
  text-decoration: underline;
}
.sidebar {
  width: 250px;
  float: left;
  margin: 5px 40px 0 0;
}
.sidebar__list {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.sidebar__list-item {
  padding: 10px 15px;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.sidebar__list-item:last-child {
  border: none;
}
.sidebar__list-item:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.sidebar__list-item.current {
  background-color: rgba(0, 0, 0, 0.02);
  color: #e86868;
}
.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
}
.table tr {
  background: #f6f6f6;
}
.table tr:nth-of-type(odd) {
  background: #e9e9e9;
}
.table th {
  color: #ffffff;
  background: #ea6153;
}
.table td {
  padding: 6px 12px;
  display: table-cell;
  display: block;
  border: 0;
}
.soc-icon_vk {
  background-color: #467AD1;
  color: white;
  padding: 3px 10px;
  border-radius: 5px;
  margin: 0 5px;
}
.soc-icon_vk:hover {
  background-color: #2C6BD5;
}
.album__img {
  height: 130px;
  width: 130px;
  margin: 0 5px 0 0;
  display: inline-block;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
}
.album__img:hover:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  content: "\f06e";
  font-family: 'FontAwesome';
  line-height: 130px;
  text-align: center;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.6);
}
ul.horizontal_onelevel_menu {
  text-align: right;
  margin: 6px 0;
  padding: 0;
}
ul.horizontal_onelevel_menu li {
  text-decoration: none;
  margin: 3px 0 3px 10px;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #242424;
  cursor: pointer;
  padding: 2px 5px;
  list-style-type: none;
}
ul.horizontal_onelevel_menu li.current_page_item,
ul.horizontal_onelevel_menu li.current-menu-item,
ul.horizontal_onelevel_menu li.current-post-ancestor,
ul.horizontal_onelevel_menu li.current-menu-parent {
  color: #e86868;
  border: 1px solid #e86868;
  border-radius: 3px;
}
ul.horizontal_onelevel_menu li:hover {
  color: #e86868;
}
nav.horizontal_onelevel_menu {
  text-align: right;
  margin: 6px 0;
}
nav.horizontal_onelevel_menu a {
  text-decoration: none;
  margin: 3px 0 3px 10px;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #242424;
  cursor: pointer;
  padding: 2px 5px;
}
nav.horizontal_onelevel_menu a.item-selected {
  color: #e86868;
  border: 1px solid #e86868;
  border-radius: 3px;
}
nav.horizontal_onelevel_menu a:hover {
  color: #e86868;
}
ul.vertical_onelevel_menu {
  text-align: left;
  padding: 0;
  margin: 0;
}
ul.vertical_onelevel_menu li {
  text-decoration: none;
  margin: 15px 10px 0 0;
  display: block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
  opacity: 0.6;
  cursor: pointer;
}
ul.vertical_onelevel_menu li.current_page_item,
ul.vertical_onelevel_menu li.current-menu-item,
ul.vertical_onelevel_menu li.current-post-ancestor,
ul.vertical_onelevel_menu li.current-menu-parent {
  opacity: 0.9;
}
ul.vertical_onelevel_menu li:hover {
  opacity: 1;
}
ul.vertical_onelevel_menu li:first-child {
  margin: 0 10px 0 0;
}
nav.vertical_onelevel_menu {
  text-align: left;
}
nav.vertical_onelevel_menu a {
  text-decoration: none;
  margin: 15px 10px 0 0;
  display: block;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
  opacity: 0.6;
  cursor: pointer;
}
nav.vertical_onelevel_menu a:first-child {
  margin: 0 10px 0 0;
}
nav.vertical_onelevel_menu a.item-selected {
  opacity: 0.9;
}
nav.vertical_onelevel_menu a:hover {
  opacity: 1;
}


/* not in less!!!! */
.page-thumbnail{
  width: 60%;
  border-radius: 3px;
}

.cost-btn{
  border: 1px solid #ccc;
  float: right;
  border-radius: 5px;
  width: 260px;

  height: 41px;
  overflow: hidden;
  outline: none;
}
.cost-btn:focus{
  height: auto;
  overflow: auto;
}
.cost-btn:focus .cost-btn__title{

  background-color: rgba(0, 0, 0, 0.02);
  color: #e86868;
}
.cost-btn__title{
  padding: 10px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.cost-btn__title:hover{
  background-color: rgba(0, 0, 0, 0.02);
}
.cost-btn__title i{
  margin-right: 5px;
}
.cost-btn ul{
  padding: 0;
  margin: 0;
}
.cost-btn ul li{
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px 10px 20px; 


}
.cost-btn ul li:last-child{
  border:0;
}
.cost-btn__li-label{
  font-weight: bold;
  margin-bottom: 5px;
}