/*grid*/
.accordeon-item {
  /*поведение*/
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 25px 0 0 0;
  /*стили*/
  list-style: none;
  margin-bottom: 1px;
  cursor: pointer;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  text-align: left;
  opacity: .85;
}

.accordeon-item_2 {
  /*поведение*/
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0px 0 0 0;
  /*стили*/
  list-style: none;
  margin-bottom: 1px;
  cursor: pointer;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  text-align: left;
  opacity: .85;
}

.accordeon-item.opened {opacity: 1;}

.accordeon-item:last-child {
  margin-bottom: 0;
}

.accordeon-item.opened > .accordeon-item__label {
  margin-bottom: 1px;
}
.accordeon-item.opened > .accordeon-item__label > h4 {
  color: black;
}

.accordeon-item.opened > .accordeon-item__label:after {
  -webkit-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.accordeon-item__label {
  position: relative;
  background-color: #efefef;
  padding: 15px;
  font-size: 14px;
  cursor: pointer;
}

.accordeon-item__label_2 {
  position: relative;
  background-color: #efefef;
  padding: 0px;
  font-size: 14px;
  cursor: pointer;
}

.accordeon-item__label > h4 {
  margin: 0;
  color: gray;
  text-align: center;
}

.accordeon-item__label:after {
  position: absolute;
  content: '';
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  width: 11px;
  height: 11px;
  transform-origin: 75% 50%;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.accordeon-item__label_2:after {
  position: absolute;
  content: '';
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  width: 11px;
  height: 11px;
  transform-origin: 75% 50%;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.accordeon-item__content {
  padding: 20px 10px 10px 10px;
  display: none;
}

/*@media screen and (max-width: 768px) {
  .accordeon-item__content {
    display: none;
  }
}*/
.section-margin {
  margin-bottom: 40px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  padding-bottom: 0; }

.row.vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row.horizontal-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.row.cols-no-margin {
  margin-left: 0;
  margin-right: 0;
}
.row.cols-no-margin > .col-10, 
.row.cols-no-margin > .col-8,
.row.cols-no-margin > .col-6, 
.row.cols-no-margin > .col-4, 
.row.cols-no-margin > .col-3, 
.row.cols-no-margin > .col-2 {
 padding-left: 0;
 padding-right: 0;
 /*padding-bottom: 0;*/
}

.col-10,
.col-8,
.col-6,
.col-4,
.col-3,
.col-2 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  box-sizing: border-box; } /* для сайтов без сброса стилей через normilize.css */
  .col-10 p:last-child,
  .col-10 ul:last-child,
  .col-10 li:last-child,
  .col-8 p:last-child,
  .col-8 ul:last-child,
  .col-8 li:last-child,
  .col-6 p:last-child,
  .col-6 ul:last-child,
  .col-6 li:last-child,
  .col-4 p:last-child,
  .col-4 ul:last-child,
  .col-4 li:last-child,
  .col-3 p:last-child,
  .col-3 ul:last-child,
  .col-3 li:last-child,
  .col-2 p:last-child,
  .col-2 ul:last-child,
  .col-2 li:last-child {
    margin-bottom: 0; }
  .col-10 h1:first-child, .col-10 h2:first-child, .col-10 h3:first-child, .col-10 h4:first-child, .col-10 h5:first-child, .col-10 h6:first-child,
  .col-8 h1:first-child,
  .col-8 h2:first-child,
  .col-8 h3:first-child,
  .col-8 h4:first-child,
  .col-8 h5:first-child,
  .col-8 h6:first-child,
  .col-6 h1:first-child,
  .col-6 h2:first-child,
  .col-6 h3:first-child,
  .col-6 h4:first-child,
  .col-6 h5:first-child,
  .col-6 h6:first-child,
  .col-4 h1:first-child,
  .col-4 h2:first-child,
  .col-4 h3:first-child,
  .col-4 h4:first-child,
  .col-4 h5:first-child,
  .col-4 h6:first-child,
  .col-3 h1:first-child,
  .col-3 h2:first-child,
  .col-3 h3:first-child,
  .col-3 h4:first-child,
  .col-3 h5:first-child,
  .col-3 h6:first-child,
  .col-2 h1:first-child,
  .col-2 h2:first-child,
  .col-2 h3:first-child,
  .col-2 h4:first-child,
  .col-2 h5:first-child,
  .col-2 h6:first-child {
    margin-top: 0; }

.col-10 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 83.33333%;
  flex: 1 1 83.33333%;
  max-width: 83.33333%; }

.col-8 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 66.66667%;
  flex: 1 1 66.66667%;
  max-width: 66.66667%; }

.col-6 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%; }

.col-4 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33333%;
  flex: 1 1 33.33333%;
  max-width: 33.33333%; }

.col-3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%; }

.col-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 16.66667%;
  flex: 1 1 16.66667%;
  max-width: 16.66667%; }

.max-width-full {
  max-width: 100% !important; }

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}



@media screen and (max-width: 992px) {
  .col-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66667%;
    flex: 1 1 66.66667%;
    max-width: 66.66667%; }
  .col-8,
  .col-3,
/*  .col-4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%; }*/
  .col-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%; }
  .hidden-md {
    display: none;
    opacity: 0;
    visibility: hidden; } }

@media screen and (max-width: 768px) {
  .row {
    margin-bottom: 0;
  }
  .col-8,
  .col-6,
  .col-4,
  .col-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%; }
  .col-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%; }
  .col-8 + .col-4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%; }
  .hidden-sm {
    display: none;
    opacity: 0;
    visibility: hidden; } }

@media screen and (max-width: 568px) {
  .col-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%; }
  .col-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%; }
  .hidden-xs {
    display: none;
    opacity: 0;
    visibility: hidden; } }

.offset-1 {
  margin-left: 1%;
  margin-right: 1%;
}

.offset-10 {
  margin-left: 10%;
  margin-right: 10%;
}
.offset-15 {
  margin-left: 15%;
  margin-right: 15%;
}
.offset-20 {
  margin-left: 20%;
  margin-right: 20%;
}

@media screen and (max-width: 992px) {
  .offset-10 {
    margin-left: 8%;
    margin-right: 8%;
  }
  .offset-15 {
    margin-left: 15%;
    margin-right: 15%;
  }
  .offset-20 {
    margin-left: 20%;
    margin-right: 20%;
  }
}
@media screen and (max-width: 768px) {
  .offset-10 {
    margin-left: 4%;
    margin-right: 4%;
  }
  .offset-15 {
    margin-left: 12%;
    margin-right: 12%;
  }
  .offset-20 {
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media screen and (max-width: 568px) {
  .offset-10 {
    margin-left: 0%;
    margin-right: 0%;
  }
  .offset-15 {
    margin-left: 8%;
    margin-right: 8%;
  }
  .offset-20 {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 321px) {
    .offset-10,
    .offset-15,
    .offset-20 {
      margin-left: 0%;
      margin-right: 0%;
    }


}
.bg-gray {
  background-color: #faf9f8;
}

/*spec-icons*/

.icon {
  position: relative;
  display: inline-block;

  
  padding: 0;

  width: 70px;
  height: 70px;
  /*background-color: #8e7d67;*/
  background-color: #eed3aa;
  border-radius: 50%;
  font-size: 0;
}

  .icon::before {
    position: absolute;
    display: block;

    margin: 0;
    padding: 0;

    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 40px;

    background-position:      50% 50%;
    -webkit-background-size:  contain;
    background-size:          contain;
    background-repeat:        no-repeat;

    content: '';
  }
  .icon::after {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 113%;
    height: 113%;
    border-radius: 50%;
    border: 1px solid #8e7d67;
    border: 1px solid #eed3aa;
    background: transparent;
    content: '';
    transition: 250ms;
  }

  
.mb-10  {margin-bottom: 10px !important;}
.mb-20  {margin-bottom: 20px !important;}
.mb-30  {margin-bottom: 30px !important;}
.mb-40  {margin-bottom: 40px !important;}
.mb-60  {margin-bottom: 60px !important;}
.mb-80  {margin-bottom: 80px !important;}
.mb-100 {margin-bottom: 100px !important;}
.mb-200 {margin-bottom: 200px !important;}

    @media screen and (max-width: 768px) {
	.mb-10  {margin-bottom: 10px !important;}
    .mb-20  {margin-bottom: 15px !important;}
    .mb-30  {margin-bottom: 25px !important;}
    .mb-40  {margin-bottom: 30px !important;}
    .mb-60  {margin-bottom: 45px !important;}
    .mb-80  {margin-bottom: 60px !important;}
    .mb-100 {margin-bottom: 80px !important;}
    .mb-200 {margin-bottom: 165px !important;}
    }
    @media screen and (max-width: 568px) {
	.mb-10  {margin-bottom: 10px !important;}
    .mb-20  {margin-bottom: 10px !important;}
    .mb-30  {margin-bottom: 20px !important;}
    .mb-40  {margin-bottom: 25px !important;}
    .mb-60  {margin-bottom: 35px !important;}
    .mb-80  {margin-bottom: 45px !important;}
    .mb-100 {margin-bottom: 60px !important;}
    .mb-200 {margin-bottom: 135px !important;}
    }
    @media screen and (max-width: 413px) {
	.mb-10  {margin-bottom: 10px !important;}
    .mb-20  {margin-bottom: 10px !important;}
    .mb-30  {margin-bottom: 15px !important;}
    .mb-40  {margin-bottom: 20px !important;}
    .mb-60  {margin-bottom: 30px !important;}
    .mb-80  {margin-bottom: 40px !important;}
    .mb-100 {margin-bottom: 50px !important;}
    .mb-200 {margin-bottom: 100px !important;}
    }





.icon.icon_room::before    {background-image: url(/img/icons/spec-icons/bed.png);}
.icon.icon_food::before    {background-image: url(/img/icons/spec-icons/fork-and-spoon.png);}
.icon.icon_treat::before   {background-image: url(/img/icons/spec-icons/treatment.png);}
.icon.icon_heal::before    {background-image: url(/img/icons/spec-icons/person-walking.png);}
.icon.icon_pool::before    {background-image: url(/img/icons/spec-icons/swimming-man.png);}
.icon.icon_beach::before   {background-image: url(/img/icons/spec-icons/hammock.png);}
.icon.icon_gym::before     {background-image: url(/img/icons/spec-icons/gym.png);}
.icon.icon_anim::before    {background-image: url(/img/icons/spec-icons/dog-face.png);}
.icon.icon_transf::before    {background-image: url(/img/icons/spec-icons/taxi.png);}

.icon.icon_man-singing::before      {background-image: url(/img/icons/spec-icons/i-man-singing.png);}
.icon.icon_clown-hat::before         {background-image: url(/img/icons/spec-icons/i-clown-hat.png);}
.icon.icon_heart::before             {background-image: url(/img/icons/spec-icons/i-heart.png);}
.icon.icon_house-and-people::before  {background-image: url(/img/icons/spec-icons/i-house-and-people.png);}
.icon.icon_main-in-water::before     {background-image: url(/img/icons/spec-icons/i-main-in-water.png);}
.icon.icon_plate-and-fork::before    {background-image: url(/img/icons/spec-icons/i-plate-and-fork.png);}
.icon.icon_retro-car::before        {background-image: url(/img/icons/spec-icons/i-retro-car.png);}
.icon.icon_toddler::before           {background-image: url(/img/icons/spec-icons/i-toddler.png);}
.icon.icon_vine-glass::before        {background-image: url(/img/icons/spec-icons/i-vine-glasses.png);}
.icon.icon_vine-party::before {
  background-image: url(/img/icons/spec-icons/Party_5-512.png);
}
.icon.icon_person::before        {background-image: url(/img/icons/spec-icons/i-person.png);}
.icon.icon_building::before        {background-image: url(/img/icons/spec-icons/i-building.png);}
.icon.icon_juice::before        {background-image: url(/temp/img/i-sp-natura4.png);}

.icon.icon_thumb-up::before        {background-image: url(/temp/img/i-sp-natura1.png);}
.icon.icon_doctor::before        {background-image: url(/temp/img/i-sp-natura2.png);}
.icon.icon_clock::before        {background-image: url(/temp/img/i-sp-natura3.png);}

.icon.icon_clock2::before        {background-image: url(/img/icons/spec-icons/i-clock.png);}
.icon.icon_hammam::before        {background-image: url(/img/icons/spec-icons/i-hammam.png);}
.icon.icon_jakuzzi::before        {background-image: url(/img/icons/spec-icons/i-jakuzzi.png);}
.icon.icon_rub::before        {background-image: url(/img/icons/spec-icons/i-rub.png);}
.icon.icon_sauna::before        {background-image: url(/img/icons/spec-icons/i-sauna.png);}
.icon.icon_tea-bar::before        {background-image: url(/img/icons/spec-icons/i-tea-bar.png);}
.icon.icon_towel::before        {background-image: url(/img/icons/spec-icons/i-towel.png);}

.icon.icon_sv_pool::before        {background-image: url(/img/icons/spec-icons/sv-pool.png);}
.icon.icon_beach::before        {background-image: url(/img/icons/spec-icons/beach.png);}
.icon.icon_d::before        {background-image: url(/img/icons/spec-icons/d.png);}
.icon.icon_gamesonwater::before        {background-image: url(/img/icons/spec-icons/gamesonwater.png);}
.icon.icon_aqua::before        {background-image: url(/img/icons/spec-icons/aqua.png);}
.icon.icon_gm::before        {background-image: url(/img/icons/spec-icons/gm.png);}
.icon.icon_fsauna::before        {background-image: url(/img/icons/spec-icons/fsauna.png);}
.icon.icon_hamam::before        {background-image: url(/img/icons/spec-icons/hamam.png);}
.icon.icon_dz::before        {background-image: url(/img/icons/spec-icons/dz.png);}
.icon.icon_bar::before        {background-image: url(/img/icons/spec-icons/bar.png);}
.icon.icon_relax::before        {background-image: url(/img/icons/spec-icons/ralax.png);}
.icon.icon_aero::before        {background-image: url(/img/icons/spec-icons/aero.png);}
.icon.icon_vip::before        {background-image: url(/img/icons/spec-icons/vip.png);}
.icon.icon_save::before        {background-image: url(/img/icons/spec-icons/save.png);}
.icon.icon_health::before        {background-image: url(/img/icons/spec-icons/health.png);}

.icon.icon_vip2::before        {background-image: url(/img/icons/spec-icons/vip2.png);}
.icon.icon_key::before        {background-image: url(/img/icons/spec-icons/key.png);}
.icon.icon_food::before        {background-image: url(/img/icons/spec-icons/food.png);}
.icon.icon_smile::before        {background-image: url(/img/icons/spec-icons/smile.png);}
.icon.icon_menwithumbrella::before        {background-image: url(/img/icons/spec-icons/menwithumbrella.png);}
.icon.icon_health3::before        {background-image: url(/img/icons/spec-icons/health3.png);}
.icon.icon_children::before        {background-image: url(/img/icons/spec-icons/children.png);}
.icon.icon_car::before        {background-image: url(/img/icons/spec-icons/car.png);}

.icon.icon_man::before        {background-image: url(/img/icons/spec-icons/man.png);}
.icon.icon_4arrows::before        {background-image: url(/img/icons/spec-icons/4arrows.png);}
.icon.icon_home::before        {background-image: url(/img/icons/spec-icons/home.png);}
.icon.icon_bluda::before    {background-image: url(/img/icons/spec-icons/bluda.png);}
.icon.icon_napitki::before    {background-image: url(/img/icons/spec-icons/napitki.png);}
.icon.icon_show::before    {background-image: url(/img/icons/spec-icons/show.png);}

.icon.icon_hot-cup-of-coffee::before    {background-image: url(/img/icons/spec-icons/hot-cup-of-coffee.png);}
.icon.icon_christmas-tree::before    {background-image: url(/img/icons/spec-icons/christmas-tree.png);}

.icon.icon_camera::before    {background-image: url(/img/icons/spec-icons/camera.svg);}
.icon.icon_teddy-bear::before    {background-image: url(/img/icons/spec-icons/teddy-bear.svg);}

.feature {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  justify-content: flex-start;

  -ms-align-items: center;
  align-items: center;

  flex-flow: row nowrap;
}

.feature .icon {
  margin: 0 10px 0 0;
}
  
  .feature:hover h3 {
    opacity: 1;
  }
  .feature:hover .icon::after {
    width: 125%;
    height: 125%;
    border: 1px solid #8f7e68;
  }

.feature > i,
.feature > h3,
.feature > h4 { opacity: .80; }
.feature > h4 {padding: 12px; margin-top: 0; text-transform: uppercase;}
.feature > h4 > small {text-transform: none;}


.column-half {

}

    .column-half:nth-of-type(odd) {
        margin: 0 1% 2% 0;
        width: 49%;
    }

    .column-half:nth-of-type(even) {
        margin: 0 0 2% 1%;
        width: 49%;
    }



.column-third {
    margin: 0;
    padding: 0;
    width: 33.3%;
}

.column-quater {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}

    .column-quater:nth-of-type(4n) {
        margin-right: 0;
    }

.column__inner {
    padding: 10%;
}

#sidebar.sidebar-main-page {
    transform: translateX(500px);
    transition: 400ms;
}
#sidebar.sidebar-main-page.sticky {
    transform: translateX(0);
}
/*.column-half-left {
    width: 49%;
    margin: 0 1% 2% 0%;
}



.column-half-right {
    width: 49%;
    margin: 0 0 2% 1%;
}*/

/*.column-third {
    margin: 0;
    padding: 0;
    width: 33.3%;
}

.column-half {
    margin: 0;
    padding: 0;
    width: 50%;
}



.column-half-left {
    width: 49%;
    margin: 0 1% 2% 0%;
}



.column-half-right {
    width: 49%;
    margin: 0 0 2% 1%;
}*/

.padding-left {
    padding-left: 2%;
}

.padding-right {
    padding-right: 2%;
}

/*.column-third-right {
    margin: 0 0 2% 2%;
}

.column-third-left {
    margin: 0 2% 2% 0%;
}
*/


/*общее*/

ol,
dl,
dt,
dd {
    font-family: 'CharterC';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #303030;
}

.separator {
    opacity: .2;
}

/*.content-image {
    padding: 20px;
    border: 1px solid #eee; 
    box-sizing:border-box;
}*/

.photo-container {
    width: 100%;
    height: 260px;
    padding: 20px;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
}
    .photo-container .photo {
        width: 100%;
        height: 100%;
    }

/*.content-image-50 {
    width: 48%;
    margin: 0 2% 0 2%;
}

.content-image-33 {
    width: 31%;
    margin: 0 2% 0 2%;
}*/

/*.content-center {
    text-align: center;
}*/

/*.column-padding {
    padding: 2% 2% 2% 0;
}*/

.top-bottom-padding {
    padding: 25px 0 25px 0;
}

.bottom-margin {
    margin-bottom: 35px;
}

.text-center {
    text-align: center;
}

/*общее end*/
.special-item-photo {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}
.special-item {
    position: relative;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

    .special-item:hover {
  box-shadow: 0px 3px 20px -2px rgba(0, 0, 0, 0.40);
    }
    
.legal-links {
    color: #411f00;
}

.legal-links p,
.legal-links li {
    padding: .3em;
    font-family: 'CharterC';
    font-size: 13px;
    font-style: normal;
    color: #411f00;
    text-decoration: none;
    text-transform: none;
}

.legal-links a {
    display: inline-block;
/*    padding: .3em;*/
    font-family: 'CharterC';
    font-size: 13px;
    font-style: normal;
    color: #411f00;
    text-decoration: none;
    text-transform: none;
}
    /*состояния*/
    .legal-links a:hover {
        text-decoration: underline;
    }

.inner-phone {
    font-size: 1.3em;
    padding: .2em;
    /* background-color: black; */
    display: inline-block;
    width: 300px;
    height: 30px;
    line-height: 30px;
    padding: 15px;
    color: #5b3917;
    border-radius: 35px;
    border: 2px solid #5b3917;
    background-image: url(/img/backgrounds/patterns/waves.jpg);
}

/*лечение*/
.treatment-profile {
    box-sizing: border-box;     
    padding: 2%;
    min-height: 200px;
}

.treatment-profile-colored {
        /*background-color: #ecd9b0;*/
        background-color: #fdfaec;
}   


dt {
    display: inline-block; 
    display: block;
    width: 90%;
/*    background-color: #ecd9b0; */
    /* padding: 20px; */
/*    border-radius: 28px; */
    /* padding: 0 25px 0 70px; */
    background-image: url(/img/backgrounds/patterns/waves-light.jpg); 
    /* box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.5); */
    font-size: 18px;
    line-height: 50px;
    font-family: 'CharterC';
    /* margin-bottom: 15px; */
    margin: 20px 0;
    text-align: center;
    position: relative;
    height: 50px;
    -webkit-transition: width 300ms;
    transition: width 300ms;
    margin: 20px auto;
}

/*dt:hover {
    width: 100%;
}*/

.definition  {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.definition:after {
    content: "";
    display:none;
    width: 80px;
    height: 1px;
    margin: 0 auto;
    background-color: #795c35;
    opacity: 0.5;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.definition-number {
    /*display: inline-block;*/
    display: none;
    padding: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    border: 5px solid #fff;
    margin-right: 20px;
    background-color: #5b3917;
    color: #fff;
    font-weight: 800;
    /* border-left: 1px; */
    position: absolute;
    left: 0;
}

.table-responsive {
    overflow-x: auto;
}
<!-- ROISTAT BEGIN -->
#index #roistat-lh-form table {
    min-width: 100% !important;
}
.roistat-lh-popup table td{
  background: none !important;
}  
<!-- ROISTAT END -->   
table {
    font-family: 'CharterC';
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
    min-width: 960px;
}

thead td{
    border-style: solid;
    padding: 6px;
    border-width: 0 1px 1px 0;
    border-color: white;
    background: #e2cea3;
    font-weight: bold;
}
/*th, td:first-child {
    background: #AFCDE7;
    color: white;
    padding: 10px 20px;
}*/
th, td {
    border-style: solid;
    padding: 15px 8px 15px 8px;
    border-width: 0 1px 1px 0;
    border-color: white;
}
td {
    background: #ecd9b0;
}
/*th:first-child, td:first-child {
    text-align: left;

/*.*/

.bottom-phone {
    /*background-color: #ecd9b0;*/
    border-top: 1px solid rgba(91,57,23, .5);
    margin-top: 50px;
    padding-top: 50px;
}

.theme-dots li {
    position: relative;
    list-style: none;
}

.theme-dots li:after {
    position: absolute;
    display: inline-block;
    left: -18px;
    top: 4px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ecd9b0;
    /* background-image: url(/img/backgrounds/patterns/waves.jpg); */
    border: 1px solid gray;

}

.capacity {
    display: inline-block;
    padding: 10px 15px 10px 45px;
    border: 1px solid #654b28;
    padding-left: 46px;
    font-size: 12px;
    border-radius: 21px;
    text-transform: uppercase;
    color: #654b28;
    opacity: .6;
    background-image: url(/img/icons/icon_people-3.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 6% 45%;
}

.check {
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 10px 15px 10px 45px;
    border: 1px solid #654b28;
    padding-left: 46px;
    font-size: 12px;
    border-radius: 21px;
    text-transform: uppercase;
    color: #654b28;
    opacity: .6;
    background-image: url(/img/icons/icon_check.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 6% 45%;

}

.callback {
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto;
    width: 189px;
}
    .callback-right {
        float: left; 
        margin-left: 5%;

    }
        .callback.callback-right .button-text {
            padding-right: 22px; 
            font-size: 16px;
            font-weight: normal;
            color: #795c35;
            cursor: default;
        }

    .callback-left {
        float: right; 
        margin-right: 5%;
        background-color: #715c3a;
        cursor: pointer;
    }
        .callback-left .button-text {
            padding-right: 20px;
            font-weight: normal;
            color: #fff;
        }

    .callback-left:hover {
        opacity: .85;
    }

    /*.callback-left:hover:before,
    .callback-left:hover:after {
        opacity: .8;
    }
*/
    .callback-left:before {
        background: url(/img/buttons/callback/left-filled.png) right center no-repeat !important;
    }

    .callback-left:after {
        background: url(/img/buttons/callback/right-filled.png) left center no-repeat !important;
    }

.callback .button-text {
    border-top: 1px solid #795c35;
    border-bottom: 1px solid #795c35;
    text-align: right;
    padding-left: 40px;
    font-size: 13px;
    line-height: px;
    background: url(/img/icons/phone.png) 10px center no-repeat;
}

/*.button.dark-border {
    border-top: 1px solid #5b3917;
    border-bottom: 1px solid #5b3917;

}

    .button.dark-border:after {
        background: url(/img/backgrounds/blocks/booking/right-dark.png) left center no-repeat;
    }

    .button.dark-border:before {
        background: url(/img/backgrounds/blocks/booking/left-dark.png) left center no-repeat;
    }


    /*slider*/
/*
.flex-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
}

.flex-container-column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: no-wrap;
}

.flex-item-33 {
    width: 33.33%;
}

.flex-item-50 {
    width: 50%;
}*/


/*swiper slides*/

.sw-slide { /*обертка на 1 слайд для управления отступами*/
    height: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /*распределяет блок контента и блок кнопки друг под другом*/
}

    .sw-slide__content { /*контент слайда до кнопки*/
        height: 78%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;        
        -ms-flex-wrap: no-wrap;        
            flex-wrap: no-wrap;
        margin-bottom: 3%;        
    }
        
        .sw-slide__content_row { /*для управления содержимым контентной области слайда*/
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
                -ms-flex-direction: row !important;
                    flex-direction: row !important; 
        }

        .sw-slide__content_column { /*для управления содержимым контентной области слайда*/
            -webkit-box-orient: vertical  !important;
            -webkit-box-direction: normal  !important;
                -ms-flex-direction: column  !important;
                    flex-direction: column  !important; 
        }



/*layout для слайда типа "шахматный порядок" (слайды "номера" и "питание")*/
.slide-third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 2% 0 0;
}

    .slide-third:nth-of-type(3n) {
        margin: 0 0 0 0;
    }

    .slide-third__img-wrapper-50 {
        height: 50%;
        /*margin: 0 6% 0 0;*/
    }
    .slide-third__img-wrapper-100 {
        height: 100%;
        margin: 0 3%;
    }

    .slide-third__img-wrapper-50 .img,
    .slide-third__img-wrapper-100 .img {
            display: block;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            /*height: 50%;*/
            background-size: cover;
        }

    .slide-third__content-wrapper {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        text-align: center;
        padding: 0 8%;
    }

.slide-2-thirds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 66.3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}


/*layout для слайда типа "текст + ряд фотографий" (слайды "лечение")*/
.upper-text {
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*align-items: center;*/
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 8%;
}

.photos {
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 2%;
}

/*layout для слайда типа "текст слева + 1 фото" (слайды "конгр-туризм", "детский отдых", "натурамед")*/
.slide-left-text {
    height: 100%;
    width: 100%;
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
    padding: 0 8%;
  /*  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;*/
}

.slide-right-photo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

.sw-slide__button-wrapper {

}


.btn-outline-simple {
    color: #795c35; 
    padding-left: 0; 
    padding-right: 0; 
    background-image: none; 
    text-align: center;
    background: none;
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto;
    width: 189px;
}






/*новые страницы по утвержденному дизайну от 01.08.2017*/

.block-text .meal {
    font-weight: 600;
    font-style: italic;
    margin: 5px 0 5px;
}
.block-text .meal-time {
    color: #3c2405;
    letter-spacing: 1.5px;
}

.block-text ul.list-50 {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.block-text ul.list-50 a {
   color: #363636;
   text-decoration: underline; 
}

.block-button-holder .block-button.centered {
    /*width: 163px;*/
    margin: 0 auto;
    float: none;
    transform: none;
}

.block-margin-bottom {
    margin: 0 0 30px 0;
}

.block-inner ul.no-margin li {
    margin: 0 0 3px 0;
}

.block-inner ul.no-margin li:last-child {
    margin: 0 0 15px 0;
}

/*swiper*/

.sw-slide {
    padding: 30px 2% 30px 2%;
}

.block-button.centered {
    margin-left: 50%;
    transform: translateX(-50%);
}

.full-height {
    height: 100%;
}

ul.room-data li {
    padding: 15px 15px 15px 15px;
    margin-bottom: 0;
}

ul.room-data li:before {
    display: none;
}

ul.room-data li:first-of-type {
  display:none;
    background-color: #faf9f8;
}
ul.room-data li:nth-child(2) {
padding-left:0px;
}

/*.gallery.gallery-25 .photo {
    background-size: contain;
    width: 23%;
}

.gallery.gallery-25 .photo:nth-child(4n) {
    margin-right: 0;
}*/


.gallery-25 {
    margin-top: -30px;
    overflow: hidden;
}

.gallery-25 .photo {
    width: 23%;
    height: 240px;
    margin-top: 30px;
    margin-right: 2%;
    float: left;
}

.gallery-25 .photo:nth-child(4n) {
    margin-right: 0;
}

.bg-contain {
    background-size: contain;
}

.section-title a {
    font-family: 'CharterC';
    /* font-size: 13px; */
    /* letter-spacing: 1px; */
    /* font-weight: bold; */
    font-style: normal;
    color: #f4e0b8;
    text-shadow: 0px -1px 0px rgba(72, 41, 9, 0.38);
    text-transform: uppercase;
    text-decoration: none;
    opacity: .9;
}

.section-title a:hover {
    opacity: 1;
}


.no-bot-margin {
    margin-bottom: 0;
}


.map-columns {
  width:100%;
}
.map-columns ul{
  list-style-type:none;
  padding:0px;
  margin:0px;
}

.map-columns td{
  width:33.33%;
  background:white;
}
.map-columns * {
/*  text-align:left; */
}
.map-columns td>ul>li > a{
  font-family: 'CharterC';
  font-size: 18px;
  color: #411f00;
  display:block;
  margin-bottom:20px;
}
.map-columns ul li::before {
  display:none;
}
.map-columns td>ul>li > ul>li{
  margin:0px 0 0 0px;
  padding:0px 0 10px 0;
}
.map-columns td>ul>li > ul>li a{
  font-family: 'CharterC';
  font-size: 14px;
  color: #613f20;
  display:block;
}

.condensed-list li {
    margin-bottom: 0 !important;
}

.push-button {
    margin-bottom: 50px;
}

.block-postanovlenie {
    color: gray;
    margin: 50px 0 0 0;
}



    @media screen and (max-width: 1024px) {
        .column-50.column-lg-100 {
            display: block;
            float: none;
            width: 100%;
        }
        .column-50                  { float: none; display: block; width: 100%; margin: 0 0 20px 0;}
        .column-50:nth-child(2n)    { margin-right: 0}
        #sidebar.sidebar-main-page {
            display: none !important;
        }
    }



    @media screen and (max-width: 768px) {
        .column-50.column-md-100 {
            display: block;
            float: none;
            width: 100%;
        }

    }

    @media screen and (max-width: 590px) {
        .column-50.column-sm-100 {
            display: block;
            float: none;
            width: 100%;
        }
    }


#inner a:focus, #inner a:hover {
    color: #f4e0b8;
    text-decoration: none;
}