.massage_viwe{
  font-size: 50px;
}

.mask{
  
  z-index: 1000;
}
.hedden_none{
position: absolute;
  top: -50px;
  /*visibility: hidden;*/
}
.cart{
  background-color: #FFF;
  border-radius: 5px;
}
.massage_notice{
  font-size: 25px;

}
.massage_root{
  position: relative;
}
.arm_massage{ 
 position: static;
 bottom: 0px;
}
.arm_status{
  font-size: 20px;
  float: right;
}
.atma_fio_text{
  color: #FFF;
  font-size: 25px;
}
.arm_company{
  font-size: 20px;
  padding-left: 20px;
}
.arm_fio{
  color: #000;
  background-color: #F00;
  border-radius: 0px 5px 5px 0px;
  padding: 20px;
}
.arm_photo{
  border: 3px solid #A4190E !important;
  border-radius: 3px;

}
.arm_max_width{
  max-width: 1020px;

}
.arm_cart_left{
  padding: 80px 0px 80px 50px;
}
.arm_cart_right{
  padding: 80px 50px 80px 0px;
}
.ftext{
  
}
.ftext li p{
  margin: 0;
  padding: 0;
}

.widget_form_photo_upload{
  border: 1px solid #888;
}

.light{
  font-family: 'robotolight';
}

.button,
.button:hover{
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
}

.right_panel{
  position: absolute;
  top: 0;
  right: 0px;
  width: 220px;
  overflow: hidden;
  padding:20px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  height: 900px;
  z-index: 10;
  border-left: 2px solid #e5e5e5;
  text-align: center;
}
  .right_panel a{
    color: #333333;
    border-bottom-color: rgba(51,51,51,.3);  
  }
  .right_panel__item,
  .partner_item__img{
    display: inline-block;
    width: 200px;
    height: 50px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .right_panel__item:nth-child(even){
    margin-right: 0px;
  }

.partner_item__img{
  display: inline-block;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.search_wrap{
  display: inline-block;
  position: relative;
  
}
  .search_wrap__inp{
    border-radius: 60px !important;
    border: 2px solid #595959 !important;
    padding: 5px 29px 5px 20px !important
  }
  .search_wrap__inp:focus{border-color: #777 !important;}
  .search_wrap__btn{
    position: absolute;
    top: 8px;
    right: 15px;
    background-color: transparent;
    background-position: left -48px;
    width: 16px;
    height: 16px;
    opacity: 1;
  }
    .search_wrap__btn:hover{background-position: left -64px}

.priv_off_link{
  display: inline-block;
  background-position: left -31px;
  padding-left: 25px;
}
  .priv_off_link span{
    line-height: 16px;
    color: #595959 !important;
    border-bottom: 1px solid rgba(89,89,89,0.3) !important;
  }
    .priv_off_link:hover span{
      color: #000 !important;
      border-bottom: 1px solid rgba(0,0,0,0.3) !important;
    }

.table_menu{
  margin-top: 16px;
  background-color: #26b5c1;
  border-radius: 4px 4px 0 0;
}
  .table_menu td{
    text-align: center;
    border-bottom: 2px solid #000;
  }
    .table_menu__link{
      display: block;
	padding: 12px 8px;
      line-height: 15px;
      color: #fff
    }
      .table_menu__link:hover{color:#000 !important;}
    .table_menu__img{
      background-position: center -16px;
    }
.table_menu__img,
.priv_off_link,
.search_wrap__btn,
.cycle__pager span{
  background-image: url("elements.png");
  background-repeat: no-repeat;
}

.table_menu .active{
  box-shadow: inset 0px -4px 0px 0px #000;
  color: #000;
}
  .table_menu .active .table_menu__img,
  .table_menu td:first-child:hover .table_menu__img{
    background-position: center 0px !important; 
  }

.slider{
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  color: #fff;
}
  .slider__btn{
    display: none;
    background-color: #fff;
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    text-shadow: none;
    background-color: #5ea1d5;
    border-radius: 4px;
    border: none;
  }
    .slider__btn:hover{
      color: #fff !important;
      background-color: #7eb4dd;
    }
    .slider__btn:active{
      background-color: #4b81aa;
    }

  .slider__shadow{
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cycle-slideshow{
    overflow: hidden;
    text-align: left;
    height: 300px;
  }
  .slider .cycle-slide{
    display: inline-block;
    position: relative;
    padding: 20px;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center center;
  }
  .face_forum .cycle-slide{
    display: inline-block;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center center;
  }
  .cycle{
    width: 100%;
    text-align: right;
    z-index: 500;
    position: absolute;
    bottom: 15px;
    overflow: hidden;
  }
    .slider .cycle__pager{
      display: inline-block;
      padding-right: 10px; 
    }
      .slider .cycle__pager span {
        width: 30px;
        height: 16px; 
        display: inline-block;
        line-height: 10px;
        color: #fff;
        cursor: pointer;
        background-position: center -97px;
      }
        .slider .cycle__pager span.cycle-pager-active {
          background-position: center -81px;
        }
      .slider .cycle__pager > * { 
        cursor: pointer;
      }

i.date{
  color: #888;
  white-space: nowrap;
}

.news_item{
  padding-bottom: 40px;
}

.about_forum_img,
.photo_item__img{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 2px;
}
.photo_item__img{
  width:100%;
  height: 170px;
}
.about_forum_mail{
  position: relative;
  background-image: url("");
  background-repeat: repeat-x;
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 2px;
}

.photo_item,
.video_item{
  position: relative;
  display: block;
  text-align: center;
}
  .video_item__play{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
  }
  .photo_item span,
  .video_item span{
    border-bottom: 1px solid rgba(81,138,244,0.3) !important;
  }
    .photo_item:hover span,
    .video_item:hover span{
      border-bottom: 1px solid rgba(253,119,119,0.3) !important;
    }
    .video_item .video_item__play,
    .video__col .video_item__play{
      opacity: 0.6;
    }
      .video_item:hover .video_item__play,
      .video__col:hover .video_item__play{
        opacity: 1;
      }

.video__col{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.face_forum{
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #5ea1d5;
  height: 350px;
  border-radius: 2px;
  padding: 2px 30px;
  
}
  .face_forum__arrow{
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
  }
    .face_forum__arrow:hover{
      opacity: 0.8;
    }
    .arrow_l{
      left: -3px;
      border: 10px solid transparent;
      border-right: 15px solid #fff;
    }
    .arrow_r{
      right: -3px;
      border: 10px solid transparent;
      border-left: 15px solid #fff;
    }
  .face_forum__wrap{
    display: block;
    height: 100%;
    background-color: #fff;
    overflow:hidden;
  }
      .face_forum__wrap__item{
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
        width: 140px;
        text-align: center;
      }
        .face_forum__wrap__item > a{
          color: #000;
        }
        .face_forum__wrap__item > img{
          border-radius: 2px;
          background-repeat: no-repeat;
          background-size: cover;
        }
  .face_forum__cycle{
    text-align: center;
    z-index: 500;
    position: absolute;
    left: 0px;
    bottom: 6px;
    overflow: hidden;
    width: 100%;
  }
    .face_forum__cycle__pager{
      display: inline-block;
      padding: 0 50px;
    }
      .face_forum__cycle__pager span {
        display: inline-block;
        background-color: #f4f4f4;
        width: 20px;
        height: 12px;
        line-height: 10px;
        cursor: pointer;
        border-left: 5px solid #fff;
        border-top: 5px solid #fff;
      }
        .face_forum__cycle__pager span.cycle-pager-active {
          background-color: #d4d4d4;
        }
      .face_forum__cycle__pager > * { 
        cursor: pointer;
      }

.header__date{
  padding-top: 12px;
  padding-left: 20px;
  font-family: 'dinProLight';
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 20px;
}

.h1{font-family: 'robotomedium';font-size: 26px;padding-bottom: 20px;}
.h2{
  font-size: 18px;
  color: #000;
  border-bottom-color: rgba(0,0,0,0.3);
}

.g_bg{
  background-color: #e8e8e8;
}

.form_table__top{
  background-color: #26b5c1;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
  .form_table__top__line{
    opacity: 0.4;
  }

.form_table__middle{
  background-color: #f6f6f6;
  font-family: 'robotoregular';
}
  .form_table__middle__wrap table td{
    padding: 10px 16px;
  }
  .form_table__middle__wrap__item{display:inline-block;width: 100%;}

.form_table__bottom{
  background-color: #bddeca;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

.btn,
.browse_btn,
.add_btn{
  display: inline-block;
  margin: 0;
  margin-left: 20px; 
  outline: none;
  border: none;
  border-radius: 10px;
  padding: 13px 30px;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
  cursor: pointer;
  border-bottom: 1px solid transparent;
}


  .btn__back,
  .browse_btn{
    background-color: #979797;
    background: linear-gradient(top, #979797, #7d7d7d);
    background: -webkit-linear-gradient(top, #979797, #7d7d7d);
    background: -moz-linear-gradient(top, #979797, #7d7d7d);
    background: -ms-linear-gradient(top, #979797, #7d7d7d);
    background: -o-linear-gradient(top, #979797, #7d7d7d);
  }
    .btn__back:hover,
    .browse_btn:hover{
      background-color: #acacac;
      background: linear-gradient(top, #acacac, #979797);
      background: -webkit-linear-gradient(top, #acacac, #979797);
      background: -moz-linear-gradient(top, #acacac, #979797);
      background: -ms-linear-gradient(top, #acacac, #979797);
      background: -o-linear-gradient(top, #acacac, #979797);
    }
    .btn__back:active,
    .browse_btn:active{
      background-color: #979797;
      background: linear-gradient(top, #979797, #7d7d7d);
      background: -webkit-linear-gradient(top, #979797, #7d7d7d);
      background: -moz-linear-gradient(top, #979797, #7d7d7d);
      background: -ms-linear-gradient(top, #979797, #7d7d7d);
      background: -o-linear-gradient(top, #979797, #7d7d7d);
      box-shadow: inset 0 5px 10px 0 rgba(0,0,0,0.7);
      border-bottom-color: rgba(255,255,255,0.5);
    }
  .btn__forward{
    background-color: #57bd83;
    border-radius: 5px;
  }
    .btn__forward:hover{
      color: #fff !important;
      background-color: #70c795;
    }
    .btn__forward:active{
      background-color: #4aa16f;
    }


/*.cycle-slideshow{
  overflow-y: hidden;
  width: 100%;
}
.cycle-sentinel{
  transition: height .2s;
}*/

.table_top_h{
  font-family: 'robotolight';
  font-size: 16px;
  opacity: .5;
}

.table_top_h__active{
  font-family: 'robotomedium' !important;
  opacity: 1;
}

.hint{position: relative;}
  .hint i{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: #585858;
  }

.browse_btn,
.add_btn{
  padding: 8px 15px;
  font-size: 15px;
  margin: 0;
  border-radius: 4px;
}

.add_btn{
  margin-left: 20px;
  background-color: #57bd83;
}
  .add_btn:hover{
    color: #fff !important;
    background-color: #70c795;
  }
  .add_btn:active{
    background-color: #4aa16f;
  }
  
  
.can__removed__button{
  font-size: 60px;
  line-height: 27px;
  overflow: hidden;
  height: 32px;
  display: inline-block;
  cursor: pointer;
  opacity: 0.7;
  visibility: hidden;
  position: absolute;
  top:20px;
  right:20px;
}
.can__removed__button:hover{
  opacity: 1;
}
.can__removed .can__removed__button{
  visibility: visible;
}

label.custom_input_label{
  display:inline-block;
}
input.custom_input{
  opacity:0;
  position: relative;
  z-index: 5;
  margin-left:3px;
}
input.custom_input:disabled span.custom_input{
  opacity:0.5;
  background: aqua;
}

span.custom_select{
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border:1px solid #969696;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}

span.custom_input{
  margin-top:-16px;
  margin-left:0px;
  position:absolute;
  display:block;
  width:13px;
  height:13px;
  border:1px solid #969696;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  z-index: 4;
}

input.custom_input:hover + span.custom_input{
  border-color:#585858;
}
span.custom_input_radio{
  border-radius:100px;
}
span.custom_input_checkbox{
  border-radius:2px;
}
input.custom_input:checked + span.custom_input:before{
  content:'';
  display:block;
  position:relative;
}
input.custom_input:checked + span.custom_input_radio:before{
  left:3px;
  top:3px;
  width:5px;
  height:5px;
  background-color:#000000;
  border-radius:100px;
}
input.custom_input:checked + span.custom_input_checkbox:before{
  width:13px;
  height:13px;
  left:-1px;
  top:-1px;
  background: url("") no-repeat transparent;
}
input.custom_input:disabled + span.custom_input{
  opacity: 0.3;
}

.about_menu{
  display: inline-block;
  margin: 0;
  padding: 20px 22px 10px 22px;
  background-color: #f4f4f4;
  border-radius: 4px;
  width: 220px;
}
  .about_menu li{
    list-style: none;
    padding-bottom: 10px;
    font-family: 'robotolight';
  }

.breadcrumbs{
  font-size: 11px;
  color: #888888;
  margin-bottom: 5px;
}
  .breadcrumbs a{
    color: #888888;
    border-bottom-color: rgba(136,136,136,0.3);
  }
.ftext ul li,.ftext ol li{
  padding: 0 0 8px 0;
}
.ftext ul, .ftext ol {
  padding: 0 0 15px 0;
}
.ftext ol {
  margin: 0;
  padding: 0 0 15px 25px;
}
.ftext p > b {
  font-size: 18px;
}
.ftext b + a {
  font-size: 18px;
}
.ftext img{
  border: 1px solid #E0E0E0 !important;
}
.ftext td img{
  border: none !important;
}
.table_program ul, .ftext ul, .list{
  margin: 0;
  padding-left: 18px;
}
  .table_program ul li, .ftext ul li, .list li{
    list-style: none;
    position: relative;
  }
    .table_program ul li:before, .ftext ul li:before, .list li:before{
      content: "—";
      position: absolute;
      top: 0;
      left: -17px;
    }

.partner_item{
  padding: 20px 0;
}

.hotel_item_img{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hotel_item{
  display: block;
  padding: 10px 0;
}

.stars{
  display: inline-block;
  height: 16px;
  background-image: url("");
  background-repeat: repeat-x;
}

.news_years span,
.news_years a{
  font-size: 13px;
  margin-right: 10px;
}

.pr_50{
  padding-right: 50px;
}

.table_program{
  font-size: 13px;
  border-top: 2px solid #000; 
  border-bottom: 2px solid #000; 
}
  .table_program td{
    border-bottom: 1px solid #e5e5e5;
  }
  .table_program__b td{background-color: #a8c9fc;}
  .table_program__bl td{background-color: #e5ecfe;}


.shadow_left{
  box-shadow: -14px 10px 6px -6px rgba(0,0,0,0.3);
}

.press_index__photo__item {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  position: relative;
  padding: 0 10px;
  margin-bottom: 40px;
}

/*.press_index__photo__item__img {
  position: absolute;
  left: 0px;
  top: 0px;
}*/

/*.press_index__photo__item__img__1 {
  top: 0px;
  left: 20px;
}

.press_index__photo__item__img__2 {
  top: 10px;
  left: 10px;
}

.press_index__photo__item__img__3 {
  top: 20px;
  left: 0px;
}*/

.form_link{
  border-bottom-style: dashed;  
}

.form_link_active,
.form_link_active:hover{
  color: #000 !important;
  border: none;
}

#smi_table{
  display: none;
}

.download_link{
  display: inline-block;
  position: relative;
  padding-left: 35px;
  font-size: 13px;
  vertical-align: top;
} 
  .download_link .txt,
  .download_link:hover .txt{
    border-bottom: 1px solid;
    line-height: 16px;
  }
  .download_link .txt{
    border-color: rgba(81,138,244,0.3);
  }
  .download_link:hover .txt{
    border-color: rgba(253,119,119,0.3);
  }
  .download_link__img{
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 36px;
    background-image: url("");
    background-repeat: no-repeat;
  }

.symbol_logo{
  border: 1px solid #eaeaea;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
}

.skip_item{
  border: 1px solid #f4f4f4;
  padding: 20px;
}



.blackout{
 /* display:none;*/
  background-color:rgba(0,0,0,0.8);
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:50;
  vertical-align: middle;
  text-align: center;
  padding: 80px;
  margin: auto;
}
  .blackout__img{
    display: inline-block;
    min-width: 600px;
    max-height: 700px;
    background-color:#fff;
    padding: 20px;
    position: relative;
    text-align: left;
    overflow: hidden;
  }



/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
  background: url("") repeat-y left top;
}

.imgareaselect-border2 {
    background: url("") repeat-x left top;
}

.imgareaselect-border3 {
    background: url("") repeat-y right top;
}

.imgareaselect-border4 {
    background: url("") repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
  opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {  
}



@media (max-width: 1140px) {
  .header__date{
    font-size: 18px;
  }
}





.arm2_header{
  text-align: left;
  padding: 20px;
}

.root_table__middle{
  
}

.din_bold{font-family: 'dinProBold';}

.what_to_do{
  padding: 30px 40px;
  border: 10px solid;
}

.grey_text_border{color: #9f9f9f;border-color: #9f9f9f;}
.red_text_border{color: #f45c5f;border-color: #f45c5f;}
.green_text_border{color: #33c62a;border-color: #33c62a;}

.arm2_barcode{
  display: inline-block;
  position: relative;
  padding: 45px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

.arm2_scaner{
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -152px;
  display: inline-block;
}

.laser_barcode{
  position: absolute;
  top: -232px;
  left: 50%;
  margin-left: -220px;
  z-index: 5;
  height: 305px;
}

.download_icons{
  position: absolute;
  top:0;
  left:0;
  background-repeat: no-repeat;
  background-image: url("download_icons.png");
  width: 27px;
  height: 36px;
}

a[href$=".ppt"] .download_icons, a[href$=".pptx"] .download_icons{background-position: -108px bottom !important;}
a[href$=".xls"] .download_icons, a[href$=".xlsx"] .download_icons{background-position: 0 bottom !important;}
a[href$=".doc"] .download_icons, a[href$=".docx"] .download_icons{background-position: -27px bottom !important;}
a[href$=".pdf"] .download_icons{background-position: -54px bottom;}
a[href$=".zip"] .download_icons, a[href$=".rar"] .download_icons{background-position: -81px bottom;}
a[href$=".gif"] .download_icons,
a[href$=".jpg"] .download_icons, a[href$=".png"] .download_icons{background-position: -108px bottom;}

a[href$=".doc"] .download_link__img{background-position: 0 -144px;}

a[href$="/ppt"] .download_icons, a[href$="/pptx"] .download_icons{background-position: -108px bottom !important;}
a[href$="/xls"] .download_icons, a[href$="/xlsx"] .download_icons{background-position: 0 bottom !important;}
a[href$="/doc"] .download_icons, a[href$="/docx"] .download_icons{background-position: -27px bottom !important;}
a[href$="/pdf"] .download_icons{background-position: -54px bottom;}
a[href$="/zip"] .download_icons, a[href$="/rar"] .download_icons{background-position: -81px bottom;}
a[href$="/gif"] .download_icons,
a[href$="/jpg"] .download_icons, a[href$="/png"] .download_icons{background-position: -108px bottom;}

a[href$="/doc"] .download_link__img{background-position: 0 -144px;}

*[contenteditable="true"] {
   border: 1px #008C95 solid;
}
*[data-copy-contenteditable-active="true"] {
  position: relative;
}
.sf_admin_panel{
  background: #FFF;
  text-align: right;
  padding: 10px 0px 0px 0px;
  z-index: 100000;
}

.sf_admin_panel_copy{
  position: absolute;
  width: 20px;
  right: -20px;
  margin-right: -10px;
  top: 10px;
}
.sf_admin_panel_copy_new, .sf_admin_panel_copy_delete {
  cursor: pointer;
  border: none;
  margin-bottom: 3px;
}
.sf_admin_panel_copy_new {  
  width: 16px;
  height: 16px;
  background: url("");
}
.sf_admin_panel_copy_delete {
  margin-left: 2px;
  width: 13px;
  height: 15px;
  background: url("");
}
.sf_admin_panel_save {
  display: inline-block;
  background: #FFF;
  cursor: pointer;
  padding: 2px 10px 3px 10px;
  border: 1px #00A1D7 solid;
  color: #00A1D7;
  bottom: 2px;
}

.sf_admin_panel_save:hover {
  opacity: 0.8;
  color: #FFF;
  background: #00A1D7;
}


.black_link{
  color: #000;
  border-bottom-color: rgba(0,0,0,0.3);
}

.blue_btn{
  background-color: #fff;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  text-shadow: none;
  background-color: #5ea1d5;
  border-radius: 4px;
  border: none;
}
.blue_btn:hover{
  color: #fff !important;
  background-color: #7eb4dd;
}
.blue_btn:active{
  background-color: #4b81aa;
}

.green_btn{
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  text-shadow: none;
  background-color: #57bd83;
  border-radius: 4px;
  border: none;
}
.green_btn:hover{
  color: #fff !important;
  background-color: #70c795;
}
.green_btn:active{
  background-color: #4aa16f;
}

.cyan_btn{
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  text-shadow: none;
  background-color: #57bd83;
  border-radius: 4px;
  border: none;
}
.cyan_btn:hover{
  color: #fff !important;
  background-color: #3e8d60;
}
.cyan_btn:active{
  background-color: #57bd83;
}

.dop_services_elem table tr td{
  padding: 10px 0px 10px 0px;
}
.dop_services_elem table tr td:first-child {
  vertical-align: top;
}
.dop_services_elem table tr td:nth-child(2n){
  width: 468px;
  padding-right: 13px;
}

.lk_services_view tr td{
  padding-bottom: 15px;
  vertical-align: top;
}
.lk_edit_services tr td{
  vertical-align: top;
  padding-bottom: 15px;
}
.search_menu_l{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.search_menu_l__link {
  cursor: pointer;
}
.search_menu_l__link:hover{
  opacity: 0.5;
}
.txt_color_yellow{
  background-color: yellow;
}
.search_menu_l__link_active {
  font-family: 'robotomedium';
  font-weight: normal;
  font-style: normal;
}
.fs_13 {
  margin-left: 15px;
}
.line {
  display: block;
  width: 100%;
  border-top: 1px solid #c9c9c9;
}
.docAndPrezTable tr td{
  width: 30%;
  vertical-align: top;
}
img {
  max-width: 625px;
}
.slider__reg_btn {
  display: inline-block;
  top: 243px;
  position: absolute;
  font-size: 19px;
}
.share42-item:hover {
  opacity: 0.5;
}
.zayavka_index_block {
  display: inline-block;
  text-align: left;
}
.spec_pos_banner {
  z-index: 99999;
  left: 305px;
  width: 300px;
  text-align: center;
  height: 46px;
  line-height: 25px;
}
.b2b_bad_comment,
.b2b_form_hidden_disagree,
.b2b_form_hidden {
  z-index: 99;
}
.org_com_warning {
  font-size: 15px;
}
.mark_item {
  color: #4AC095;
}
.mark_item:hover {
  opacity: 1;
}
.time_choice {
  display: none;
  padding: 10px 0px;
}
.time_choice input[type='radio'],
.time_choice .custom_input_radio {
  display: none;
}
.radio_left, .radio_right {
  font-size: 12px;
  padding: 2px 5px;
}
.radio_left {
  border: 1px solid #8C929F;
  border-radius: 4px 0px 0px 4px;
}
.radio_right {
  border: 1px solid #8C929F;
  border-left: none;
  border-radius: 0px 4px 4px 0px;
}
.time_choice .selected {
  background: #afafaf;
  color: #fff;
}
.livit_form_confirm {
  line-height: 34px;
  display: none;
  position: fixed;
  background: rgba(255,255,255,.9);
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  padding: 10px;
}
.popup_form_part {
  display: none;
  position: fixed;
  left: 50%;
  z-index: 9999;
  background: #fff;
  top: 50%;
  padding: 0px 15px;
}
.popup_form_part_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  z-index: 1000;
}
.hidden_time {
  display: none;
}
.time_choice select {
  width:auto;
  padding: 0px;
}
.b2b_sector_name {
  font:"Open Sans";
  font-size: 18px;
}
.b2b_stend_wrap {
  width: 100%;
  height: 100%;
  background: #fff;
}
.b2b_stend_wrap__table {
  width: 100%;
}
.b2b_stend_wrap__table tr td {
  vertical-align: top;
}
.b2b_stend_wrap__table__header {
  height: 100px;
}
.b2b_stend_wrap__table__content {
  height: 100%;
}
.b2b_stend_wrap__table__content__rooms {
  text-align: center;
}
.b2b_stend_wrap__table__content__rooms span {
  margin-right: 15px;
}
.b2b_stend_wrap__table__content__rooms span:last-child {
  margin-right: 0px;
}
#b2b_stend_wrap__table__content__b2b_day__second,
#b2b_stend_wrap__table__content__b2b_day__first {
  width: 45% !important;
  display: inline-block;
}
#b2b_stend_wrap__table__content__b2b_day__second {
  margin-left: 15px;
}
.b2b_stend_wrap__table__content__b2b_day {
  text-align: center;
  margin-top: 15px;
}
.reg_btn_wrap {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.close_popup_part {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 20px;
}
.b2bleftSelector {
  margin-top: 25px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.b2bleftSelector h3 {
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Arial";
}
.b2bleftSelector label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}
.b2bleftSelector__cancel,
.b2bleftSelector_accept {
  display: inline-block;
}
.b2bleftSelector__cancel {
  color: #dc3936;
  border-bottom: 1px dashed;
  cursor: pointer;
  margin-left: 3px;
}
.b2b_open_bad_comment {
  color: #26b5c1;
  border-bottom: 1px dashed;
  display: inline-block;
  float: right;
  cursor: pointer;
}
.b2b_table tr td {
  font-size: 13px;
}
/*
     FILE ARCHIVED ON 12:50:58 Sep 01, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:06:42 Sep 27, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 35.443 (3)
  exclusion.robots: 0.198
  RedisCDXSource: 11.3
  PetaboxLoader3.datanode: 41.254 (4)
  esindex: 0.017
  captures_list: 61.287
  CDXLines.iter: 11.111 (3)
  PetaboxLoader3.resolve: 27.89
  exclusion.robots.policy: 0.184
  load_resource: 36.493
*/