

#win_kviz .popup, #win_kviz2 .popup {
	background: #E1FBFE;
	padding: 0;
	border-radius: 0 0 25px 25px;
	border: none;
}
#win_kviz .form_wrapper_header, #win_kviz2 .form_wrapper_header {
	margin: 2rem 0;
	color: #0A0A0A;
	padding: 0 1.5rem;
	font-size: 2.5rem;
	line-height: 1.2;
}
#win_kviz h3, #win_kviz2 h3 {
	font-size: 2.0rem;
}
#win_kviz .form_footer, #win_kviz2 .form_footer {
	margin: 2.2rem 0;
}
.vote.white_color label{
	color: white;
	text-align: left;
}
.popup input[type=submit]:disabled {
	opacity: 0.5;
}
.vote a {
	color: white;
	text-decoration: underline;
}
.vote a:hover {
	color: white;
	text-decoration: none;
}
.post_text_box table, .middle_descr table{
	border: 1px solid #333;
	margin-bottom: 50px;
}
.post_text_box table tr td, .middle_descr table tr td{
	padding: 10px;
}
.post_text_box table tr:nth-child(odd), .middle_descr table tr:nth-child(odd){
	background:#eee;
}
.post_text_box table tr:first-child, .middle_descr table tr:first-child{
	background:#ccc;
}
.popup select {
    border: 1px solid #fff;
    outline: none;
    margin-bottom: 10px;
    color: #000;
    background: rgba(255,255,255,0.5);
    height: 30px;
    line-height: 30px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    width: 100%;
    padding: 0px 15px;
    font-size: 14px;
}
.myvideo{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin-bottom: 15px;
}
.myvideo iframe,.myvideo object,.myvideo embed{position:absolute;top:0;left:0;width:100%;height:100%}
#nominatsii .block_header h2 {
	margin-bottom: 20px;
	font-size: 24px;
}
.nominazii .slider_caption p {
	font-size: 16px;
}
.nominazii .slider_nav {
	display: none;
}
.nominazii .slider_caption_body {
	max-width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}
@media only screen and (max-width: 767px) {
.nominazii .slider_caption_body {
	padding-left: 5px;
	padding-right: 5px;
}
}
@media only screen and (min-width: 1367px) {
.slider_caption h1 {
    margin-top: 130px !important;
}
}

.order_button_23 {
    padding: 0 39px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 24px;
    border: 2px solid #fff;
    outline: none;
    display: inline-block;
    margin-top: 10px;
    white-space: nowrap;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    height: 40px;
    line-height: 36px;

}
.order_button_23:hover, .order_button_23:focus {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

.home_header.no-background {
	background: none;
}
.do_posle_box h3 {
	color: green;
	font-weight: bold;
}
.big_more a {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.svg_soc {
  width: 34px;
    height: 34px;
  display: block;
}
.svg_soc img {
  width: 34px;
    height: 34px;
  display: block;
  
}

@media only screen and (min-width : 1200px) {
.professional {
    background-size: auto auto;
}
}

.do_posle_box.do_posle_box_new {
	height: auto;
}
.do_posle_box.do_posle_box_new img {
	height: auto;
}
.portfoio_home.razesh>.inner {
	background: rgba(0,0,0,0.3);
}
.portfoio_home.razesh>.inner strong{
	font-size: 22px;
}

/*=============================*/

.site_slider_main_box .img_cont {
    height: 330px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
}

.site_slider_main_box .img_cont:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.2);*/
}

.site_slider_main_box .mmsi_caption {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 18px;
    padding: 40px 50px;
    text-align: left;
    padding-top: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.site_slider_main_box  .img_cont .transp_button {
    text-align: left;
    position: absolute;
    left: 0px;
    right: 0;
    width: 150px;
    bottom: 40px;
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
    /*
    margin-left: auto;
    margin-right: auto;
    */
    margin-left: 50px;
}

.site_slider_main_box .transp_button a {
    display: inline-block;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0px 40px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #fff;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 6px;
    /* font-weight: 600; */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
   
}

.site_slider_main_box .transp_button a:hover,.site_slider_main_box  .transp_button a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 20px rgb(255 255 255 / 50%);
    -moz-box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 5px 20px rgb(255 255 255 / 50%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.site_slider_main_box .img_cont:hover, 
.site_slider_main_box .img_cont:focus {
    color: white;
    text-decoration: none;
}

.tree_items_slider_block {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.tree_items_slider_block .prev_arrow,
.tree_items_slider_block  .next_arrow {
    top: 50%;
    width: 45px;
    height: 45px;
    position: absolute;
    color: #38ADB8;
    font-size: 20px;
    line-height: 45px;
    cursor: pointer;
    z-index: 10;
    margin-top: -22px;
    background: transparent;
    border: 2px solid #38ADB8;
    text-align: center;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/arrow_aqua.svg);

}
.tree_items_slider_block .prev_arrow:hover,
.tree_items_slider_block  .next_arrow:hover {
   border-color: #fff;
   background-image: url(../img/arrow_white.svg);
}


.tree_items_slider_block .prev_arrow {
    left: 0;
    margin-left: -50px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -sand-transform: rotate(180deg); 
  transition: all 0.4s;
    -webkit-transition: all  0.4s;
    -o-transition:  all 0.4s;
    -moz-transition: all  0.4s;
}

.tree_items_slider_block .next_arrow {
    right: 0;
    margin-right: -50px;
}

.black_bg {
  /*background-color: rgba(0,0,0,0.7);*/
}
.site_slider_main_wrapper {
  padding-top: 10px;
  padding-bottom: 20px;
}

.site_slider_main_item {
  display: none;
}

.site_slider_main_item:first-child {
  display: block;
}

.slick-initialized .site_slider_main_item {
  display: block;
}


@media only screen and (max-width : 1690px) {

 .site_slider_main_box .mmsi_caption {
   line-height: 1.2;
}
}


@media only screen and (max-width : 1200px) {
  
.site_slider_main_box .mmsi_caption {
    font-size: 14px;
    padding: 20px;
}
.site_slider_main_box .mmsi_caption .font20 {
    font-size: 16px;
}
.site_slider_main_box .img_cont .transp_button {
    bottom: 20px;
    height: 40px;
    line-height: 38px;
}
}

@media only screen and (max-width : 768px) {
  .site_slider_main_box .img_cont {
    height: 330px;
}
.site_slider_main_box .mmsi_caption .font20 {
    font-size: 24px;
}
.site_slider_main_box .mmsi_caption {
    font-size: 20px;
    padding: 40px;
}
}

@media only screen and (max-width : 576px) {
  .site_slider_main_box .img_cont {
    height: 330px;
}
.tree_items_slider_block .prev_arrow,
.tree_items_slider_block  .next_arrow {
    top: 100%;
    margin-top: 22px;
}
.tree_items_slider_block .prev_arrow {
    left: 50%;
  
}

.tree_items_slider_block .next_arrow {
    right: 50%;
  
}
.tree_items_slider_block {
    padding-left: 20px;
    padding-right:20px;
}
}
@media only screen and (max-width : 480px) {
.site_slider_main_box .img_cont {
    height: 250px;
}
.site_slider_main_box .mmsi_caption {
    font-size: 15px;
    padding: 20px;
    padding-top: 30px;
}
.site_slider_main_box .mmsi_caption .font20 {
    font-size: 20px;
}
}
@media only screen and (max-width : 400px) {
.site_slider_main_box .img_cont {
    height: 220px;
}
.site_slider_main_box .mmsi_caption .font20 {
    font-size: 16px;
}
.site_slider_main_box .mmsi_caption {
    font-size: 12px;
    padding: 15px;
}
}

.tree_items_slider_block_wrp {
    padding-top: 200px;
}

@media only screen and (max-width : 992px) {
   .tree_items_slider_block_wrp {
    padding-top: 0px;
}
}

@media only screen and (max-width : 576px) {
   .tree_items_slider_block_wrp {
    padding-bottom: 0px;
}
}

.m-descr {
	display: block;
	margin-top: 1.5rem;
	font-size: 15px;
}
.site_slider_main_box .img_cont:after {
	position: absolute;
	content: '';
	top: 0; bottom: 0; left: 0; right: 0;
	background: rgba(0, 0, 0, 0.5);
}

.home_header {
	background-color: #28acb9;
}
@media only screen and (max-width : 992px) {
.home_header {
	background-color: rgba(0,0,0,.5);
}
}

.tree_items_slider_block .prev_arrow:hover,
.tree_items_slider_block  .next_arrow:hover {
   border-color: #000;
   background-image: url(../img/arrow_black.svg);
}

/*==============================*/
.advantages_some_block {
   background-color: #fff;
   padding-top: 30px;
   padding-bottom: 30px;
}
.advantages_some_list_wrapper {
   max-width: 1000px;
   margin-left: auto;
   margin-right: auto;
}

.advantages_some_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}

.advantages_some_list>li {
  width: 50%;
  text-align: left;
}

.advantages_some_box {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  text-align: left;
  padding: 10px 20px; 
}

.advantages_some_box .img_cont {
     -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.advantages_some_box_title {
   display: block;
   margin-bottom: 5px;
   font-size: 18px;
   font-weight: bold;
}

.advantages_some_box_text {
   font-size: 14px;
}

@media only screen and (max-width : 576px) {
.advantages_some_box_title {
    font-size: 20px;
}
.advantages_some_box_text {
   font-size: 14px;
}
}

@media only screen and (max-width : 480px) {
    .spec_header_img img {
        max-width: 100%;
}
.advantages_some_box_title {
    font-size: 14px;
}
.advantages_some_box_text {
   font-size: 12px;
}
.advantages_some_box {
  padding: 20px;
}
}

@media only screen and (min-width : 992px) {
.advantages_some_list_wrapper {
    max-width: 1170px;
}
.advantages_some_list>li {
  width: 33.3333%;
}
}
.advantages_some_list {
  justify-content: flex-start;
}

.reviwes {
       padding-bottom: 40px;
}
@media only screen and (min-width : 768px) {
.reviwes.singlle_button .order_button {
     margin-left: 70px; 
}
}
@media only screen and (max-width : 576px) {
.main_slider {
    height: 400px;
}
}
@media only screen and (max-width : 576px) {
.slick-dots li {
    width: 10px;
    height: 10px;
}
}
@media only screen and (max-width : 768px) {
    .services_home_block {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;

    }

    .services_home_box {
        margin-bottom: 40px;
        width: 50%;
    }

    .services_home_box p {
        display: none;
    }
}
@media only screen and (max-width : 992px) {
    .services_toright {
        display: none;
    }
    .services_home_box h3 a {
        font-size: 18px;
    }
}
@media only screen and (max-width : 992px) {
    body {
        padding-top: 86px;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
}
.reviwes .order_buttons {
    z-index: 2;
}
@media only screen and (min-width : 1200px) {
    .about_home {
        -webkit-background-size: cover !important;
        background-size: cover !important;
    }
}
.advantages_some_box_title h3 {
	margin: 0; font-weight: bold;
	padding: 15px 0 10px 0;
}
@media only screen and (max-width : 480px) {
	.advantages_some_block {
		padding-top: 0;
	}
	.advantages_some_box {
		padding-bottom: 0;
		padding-top: 5px;
	}
	.advantages_some_box .img_cont {
		width: 40px; height: 40px;
	}
	.advantages_some_box_title {
		font-size: 12px;
	}
	.advantages_some_box_text {
		font-size: 10px;
	}
	.advantages_some_box_title h3 {
		font-size: 20px;
	}
}


/*============================*/
.np_serv_greed_wrapper {
    padding: 10px;
    border-radius: 5px; 
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    margin-bottom: 10px;

}
.np_serv_greed_4items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-left: -5px;
    margin-right: -5px;
}

.np_serv_greed_4items >li{
    width: 25%;

}

.np_serv_greed_box {
    margin-left: 10px;
    margin-right: 10px;

}

.np_serv_greed_box .img_cont {
     -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 200px;
      -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: 10px;
}

.np_serv_greed_box .img_cont:hover:after,
.np_serv_greed_box .img_cont:focus:after{
    background-color: rgba(0,0,0,0);
}

.np_serv_greed_box .img_cont:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.2);
      -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.np_marker_box {
  display: inline-block;
  padding: 6px 10px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 2;
   background-color: rgb(56 173 184 / 78%)
}

.np_serv_greed_box_txt {
    font-size: 12px;
}

.services_for_mobile {
    overflow:   hidden;
}

.np_serv_greed_for_mobile_greed {
      display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
 
    width: 660px;
}

.np_serv_greed_for_mobile_greed >li{
    width: 25%;
     margin-bottom: 10px;
}

.np_serv_greed_for_mobile_greed .img_cont {
     -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 124px;
      -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 5px; 
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
    margin-left: 5px;
    margin-right: 5px;
   -webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 4px rgba(0,0,0,0.1);
      -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.np_serv_greed_box .img_cont:hover:after,
.np_serv_greed_box .img_cont:focus:after{
    background-color: rgba(0,0,0,0);
}

.np_serv_greed_box .img_cont:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.2);
      -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.np_marker_box_mob {
  display: inline-block;
  padding: 3px 6px;
  font-size: 10px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 2;
   background-color: rgba(40,172,185,.8);
}

.np_serv_greed_for_mobile_wrapper {
    overflow-x: auto;
}

/*===========================*/
.np_serv_advatages_slider_wrapper {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
}


.np_serv_advatages_slider_item {
    margin-bottom: 10px;
    /*margin-top: 10px;*/
}
.np_serv_advatages_box {
    background-color: #EEFEFF;
    font-size: 12px;
    width: auto;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 7px;
    -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 15px;
    height: 100%;
}

.np_serv_advatages_box_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #28ACB9;
    font-family: 'Roboto Regular';
    margin-bottom: 5px;
}

.np_serv_advatages_slider .slick-track{
    display: flex;
}
.np_serv_advatages_slider .slick-slide{
        display: flex;
        height: auto;     
}

.np_serv_advatages_slider_wrapper_head {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

/*======================*/
@media only screen and (max-width : 992px){
  .np_serv_advatages_slider {
    width: 1500px;
}
.np_serv_advatages_box {
    width: 240px;
}
}

/*====================*/
.ac_container label{
    padding: 8px 20px;
    padding-left: 0;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    padding-right: 30px;
}

.ac_container label:hover{
    background: #EBEDEF;
}

.ac_container input:checked + label,
.ac_container input:checked + label:hover{
    background: #EBEDEF;
    color: #000;
}
.ac_container label span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 40px;
}
.ac_container label span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    background: url(https://plastmedic.ru/img/downarrow.svg) 0 0 no-repeat;  
    background-size: contain;
     transition: all 0.6s;
    -webkit-transition: all  0.6s;
    -o-transition:  all 0.6s;
    -moz-transition: all  0.6s;
}
.ac_container input:checked + label span:after{
     -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -sand-transform: rotate(180deg);
}
.ac_container input{
    display: none;
}

.ac_container article{
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition: all 0.6s;
    -webkit-transition: all  0.6s;
    -o-transition:  all 0.6s;
    -moz-transition: all  0.6s;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}
.ac_container input:checked ~ article {
     transition: all 0.6s;
    -webkit-transition: all  0.6s;
    -o-transition:  all 0.6s;
    -moz-transition: all  0.6s;
    height: auto;
     padding-top: 20px;
    padding-bottom: 20px;
    opacity: 1;
}

.ac_content {
    padding-left: 0px;
    padding-right: 20px;
     transition: all 0s;
    -webkit-transition: all  0s;
    -o-transition:  all 0s;
    -moz-transition: all  0s;
}

.price_acc_content {
     display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 20px;
}

.price_acc_price {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 20px;
}

.price_acc_link {
    display: inline-block;
    color: #38ADB8;
    font-weight: bold;
    font-size: 14px;
}
.price_acc_link:hover {
	color: #268e98;
}
.price_acc >div {
    border-bottom: 1px solid #ccc;
}

@media only screen and (max-width : 992px){
  .ac_container label {
        position: relative;
        padding-right: 30px;
    }
  .price_acc_title {
    font-size: 15px;
  }   
  .ac_container label:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    background: url(https://plastmedic.ru/img/downarrow.svg) 0 0 no-repeat;  
    background-size: contain;
     transition: all 0.6s;
    -webkit-transition: all  0.6s;
    -o-transition:  all 0.6s;
    -moz-transition: all  0.6s;
}
.ac_container input:checked + label:after{
     -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -sand-transform: rotate(180deg);
}

.ac_container label span {
    position: static;
    padding-right: 0px;
}
.ac_container label span:after {
    display: none;
}
}

/*=================services======================*/

a.list-group-item:focus, 
a.list-group-item:hover {
    color: #fff;
    background-color: #38ADB8;
}
/*  bhoechie tab */
.bhoechie-tab-container{
  background-color: #ffffff;
  padding: 0 !important;
  background-clip: padding-box;
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
   margin-top: 20px;
   margin-bottom: 20px;
}

.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  width: 23%;
}
.bhoechie-tab {
   width: 77%;
}
.bhoechie-tab-menu .list-group{
  padding-right: 10px;
}


.bhoechie-tab-menu .list-group{
  margin-bottom: 0;
}
.bhoechie-tab-menu .list-group>a{
  margin-bottom: 10px;
  border-radius: 10px;
}
.bhoechie-tab-menu .list-group>a .glyphicon,
.bhoechie-tab-menu .list-group>a .fa {
  color: #fff;
}
.bhoechie-tab-menu .list-group>a:first-child{
  /*
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  */
}

.bhoechie-tab-menu .list-group>a:last-child{
  /*
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  */
}
.bhoechie-tab-menu .list-group>a.active,
.bhoechie-tab-menu .list-group>a.active .glyphicon,
.bhoechie-tab-menu .list-group>a.active .fa{
  background-color: #fff;
  color: #38ADB8;
}

.bhoechie-tab-content{
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
     -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
   padding-bottom: 0;
}

.bhoechie-tab-content.active {
    opacity: 1;
}

.bhoechie-tab .bhoechie-tab-content:not(.active){
  display: none;
}

.bhoechie-tab-container .list-group-item {
    background-color: #38ADB8;
    border: 1px solid #38ADB8;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #FFF;
    text-align: left;
}

.bhoechie-tab-container .list-group-item.active, 
.bhoechie-tab-container .list-group-item.active:focus, 
.bhoechie-tab-container .list-group-item.active:hover {
    background-color: #fff;
    border-color: #38ADB8;
     color: #38ADB8;
}

.bhoechie-tab-container .list-group-item:first-child {
	/*
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	*/
}

.bhoechie-tab-container .list-group-item:last-child {
    margin-bottom: 0;
	/*
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	*/
}

.serv_tab_greed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-left: -5px;
    margin-right: -5px;
}

.serv_tab_greed>li {
   width: 33.3333%;
}

.serv_tab_box {
  -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 200px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: 10px;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
}


.serv_tab_box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.serv_tab_box:hover:after, 
.serv_tab_box:focus:after {
    background-color: rgba(0, 0, 0, 0);
}


@media only screen and (max-width : 992px) {
.bhoechie-tab-menu{
  width: 100%;
}
.bhoechie-tab {
   width:  100%;
   padding-left: 15px;
    padding-right: 15px;
}
.bhoechie-tab-menu {
    /*overflow: hidden;*/
}
.list_group_wrap {
    overflow: auto;
}
.bhoechie-tab-menu .list-group{
  padding-right: 0px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: stretch;
    overflow: auto;
    height: 80px;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    /*padding-left: 15px;*/
}
.bhoechie-tab-menu .list-group a{
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
}
.bhoechie-tab-container .list-group-item {
    text-align: center;
}
.serv_tab_box {
    height:180px;
      border-radius: 7px; 
-webkit-border-radius: 7px; 
-moz-border-radius: 7px; 
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
.serv_tab_box .np_marker_box {
    color: #fff;
    background-color: rgba(56,173,184, .8);
    font-size: 12px;
   
}
.bhoechie-tab-content {
    padding: 0px;
    padding-top: 10px;
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
}

@media only screen and (max-width : 620px){
 .serv_tab_box {
    height: 160px;
   width: auto;
}
.serv_tab_greed {
    
    width: 570px;
}
.bhoechie-tab {
    overflow-x: auto;
}
}
/*==========================*/

.price_acc_title {
	font-size: 14px;
	
}
.price_acc_content:nth-child(odd) {
	background: #EBEDEF;
}

.usluga_odna .np_serv_advatages_slider_wrapper {
	margin-top: 0;
}

/*=====================*/

.new_sms_box_cap {
  display: block;
  padding:  15px ;
  position: relative;
}

.new_sms_box_title {
   margin-bottom: 20px;
   display: block;
   font-size: 22px;
   font-family: 'Roboto Bold';
   color: #99dbe3;
}

.new_sms_box_sub_title {
  font-size: 13px;
   font-family: 'Roboto Medium';
   display: block;
   margin-bottom: 15px;
   color: white;
   line-height:1.1;
}

.event_data {
  display: inline-block;
  background-color: #4C4C4C;
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding: 0px 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #4C4C4C;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
                   cursor: pointer;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  border-radius: 5px; 
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
  text-transform: uppercase;
  margin-bottom: 15px;
}

.event_serv {
  display: block;
  margin-bottom: 15px;
}
.event_serv_row {
   display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.event_serv_row >span {
   display: block;
}
.event_serv_row >span:first-child {
   font-size: 14px;
   font-family: 'Roboto Medium';
}
.event_serv_row >span:last-child {
   font-size: 16px;
   color: #28ACB9;
    font-family: 'Roboto Bold';

}
.mpb_notes {
   display: block;
   font-size: 10px;
}

.site_slider_main_box .img_cont:after {
    background: transparent;
}

.site_slider_main_box .img_cont {
  padding: 30px;
  color: #222;
  text-align: left;
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);

}

.site_slider_main_box {
    margin-bottom: 5px;
    margin-top: 5px;
}

.site_slider_main_box .img_cont:hover,
.site_slider_main_box .img_cont:focus {
  color: #222;
  text-decoration: none;
  outline: none;
}


.new_sms_box_cap {
    display: block;
    padding: 0;
    max-width: 295px;
}

.mb_15 {
  margin-bottom: 15px;
}


.mb_10 {
  margin-bottom: 10px;
}

@media only screen and (max-width : 1200px) {
.site_slider_main_box .img_cont{
    width: 507px;
}
}


@media only screen and (min-width : 992px) {
.site_slider_main_wrapper {
    padding-top: 10px;
}
}


.site_slider_main_box a.img_cont {
	background-size: contain;
	background-position: center right;
	background-color: #4e4e4e;
}


.mpb_notes_wrap {
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 100%;
    display: block;
    color: lightgrey;
}

.new_sms_box_cap {
    height: 100%;
    padding-bottom: 50px;
}

.new_sms_box_title ,.new_sms_box_sub_title {
  height: 70px;
  line-height: 1.3;
 
}
@media only screen and (max-width: 576px) {
.new_sms_box_title ,.new_sms_box_sub_title {
  height: 50px;

}
}
.bhoechie-tab-container .list-group-item {
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.bhoechie-tab-container .list-group-item {
		font-size: 14px;
	}	
}
.bhoechie-tab-content-price.bhoechie-tab-content-price {
	box-shadow: none;
	border-radius: 10px;
	padding: 15px;
	background-color: #EBEDEF;
}
.new_sms_box_sub_title {
	max-width: 260px;
}
.price_acc >div:last-child {
	border-bottom: none;
}

@media only screen and (max-width: 767px) {
	.np_serv_advatages_slider_wrapper {
		margin: 20px 0;
	}
	.service_info_body h3 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.service_info_body {
		padding-bottom: 20px;
	}
}
.some_serv_ws {
	padding: 30px 0;
}

.note_drk_fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -160px;
    padding: 15px 0 5px;
    background-color: rgba(0,0,0,.2);
      transition: all 1s;
    -webkit-transition: all  1s;
    -o-transition:  all 1s;
    -moz-transition: all  1s;
    z-index: 1000;
}
.narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
 }
.white_color {
  color: white;
}
.note_drk {
    box-shadow: 0px 7px 65px rgb(0 0 0 / 7%);
    border-radius: 8px;
}
.dark_bg {
    background-color: #2E3F53;
}
.note_drk span > a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.note_drk span > a:hover {
	text-decoration: none;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.np_serv_advatages_box {
    padding-bottom: 0;
}

.pr_greed_box .inner:after {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	content: '';
	background: rgba(0, 0, 0, 0.2);
}
.site_slider_main_box .new_size {
    background-size: cover;
    background-position: center;
    background-color: #fff;
}
.site_slider_main_box .new_size {
    background-size: cover !important;
	height: 250px;
}

@media only screen and (max-width: 620px){
.serv_tab_greed, .np_serv_greed_for_mobile_greed {
    width: auto;
}
.serv_tab_greed>li, .np_serv_greed_for_mobile_greed >li {
    width: 50%;
}
}
.new_sms_box_cap .color_b {
	border: 1px solid #ddd;
	border-radius: 12px;
	background: #e2fcff;
	font-size: 16px;
	color: #ffffff;
	font-size:19px;
	font-family: 'Roboto Medium';
}
@media only screen and (max-width: 768px){
	.new_sms_box_cap .color_b {
		font-size: 13px;
		padding: 0 10px;
		height: 32px;
		line-height: 30px;	
		width: 220px;
	}
}


/*=========about_clinic===========*/

.flex_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.about_compani_fresh.flex_row {
  align-items: center;
}

.flex_col {
  padding-left: 15px;
  padding-right: 15px;
}

.about_compani_fresh>.flex_col:nth-child(1) {
  width: 45%;
}

.about_compani_fresh>.flex_col:nth-child(2) {
  width: 55%;
}

@media only screen and (min-width : 992px) {
  .about_compani_fresh>.flex_col:nth-child(1) {
    position: relative;
    left: 55%;
  }

  .about_compani_fresh>.flex_col:nth-child(2) {
    position: relative;
    right: 45%;
  }
}

.about_compani_fresh_text_title {
  color: #38ADB8;
  margin-bottom: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 24px;
}


@media only screen and (min-width : 1200px) {
  .about_compani_fresh_text {
    padding-right: 40px;
  }
}




@media only screen and (max-width : 992px) {
  .about_compani_fresh.flex_row {
    flex-wrap: wrap;
  }

  .about_compani_fresh>.flex_col:nth-child(1) {
    width: 100%;
    margin-bottom: 40px;
  }

  .about_compani_fresh>.flex_col:nth-child(2) {
    width: 100%;

  }
}


.somple_button {
  display: inline-block;
  background-color: #fff;
  font-size: 18px;
  color: #444;
  text-align: center;
  padding: 0px 40px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #38ADB8;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.somple_button:hover,
.somple_button:focus {
  background-color: #38ADB8;
  color: #fff;
  outline: none;
  text-decoration: none;
}

.acfb_cobn {
  padding-top: 30px;
}

.about_compani_fresh .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*height: 450px;*/
    height: 250px;
}

.about_compani_fresh_wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}


@media only screen and (max-width : 576px) {
  .about_compani_fresh .img_cont {
    height: 260px;
  }

  .about_compani_fresh_text_title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .about_compani_fresh>.flex_col:nth-child(1) {
    margin-bottom: 15px;
  }

  .about_compani_fresh_text {
    font-size: 14px;
  }
}


/*====================medic_slider=====================*/
.medic_slider_wrapper {
  background-color: #38ADB8;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.medic_slider_item_box {
  background-color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  height: 100%;
}

.medic_slider_item_box .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
}

.team_home_header {
  text-align: center;
}

.medic_slider_item_txt {
  padding: 15px;
  font-size: 12px;
  color: #000;
}

.medic_slider_item_txt_title {
  margin-bottom: 10px;
  font-size: 16px;
}

.medic_slider_item_txt_title a {
  font-weight: bold;
  color: #38ADB8;
}

.medic_slider .prev_arrow,
.medic_slider .next_arrow {
  top: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
  color: #38ADB8;
  font-size: 20px;
  line-height: 45px;
  cursor: pointer;
  z-index: 10;
  margin-top: -22px;
  background: transparent;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/templates/_default_/img/arrow_white.svg);
}

.medic_slider .prev_arrow:hover,
.medic_slider .next_arrow:hover {
  border-color: #000;
  background-image: url(/templates/_default_/img/arrow_black.svg);
}

.medic_slider .next_arrow {
  right: 0;
  margin-right: -50px;
}

.medic_slider .prev_arrow {
  left: 0;
  margin-left: -50px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -sand-transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.medic_slider .prev_arrow,
.medic_slider .next_arrow {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #222;
  z-index: 3;
  font-size: 30px;
  cursor: pointer;
}

.medic_slider .slick-track {
  display: flex;
}

.medic_slider .slick-slide {
  display: flex;
  height: auto;
}

.medic_slider_item {
  display: none;
}


.slick-initialized .medic_slider_item {
  display: block;
}

@media only screen and (max-width : 768px) {
  .medic_slider_item_box {
    margin-left: 0;
    margin-right: 15px;
    width: 200px;
  }
}

.about_compani_fresh .img_cont {
   border: 5px solid #fff;
    border-radius: 5px; 
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.medic_slider {
    margin-bottom: 30px;
}
@media only screen and (max-width : 992px) {
.medic_slider_wrapper >.container {
   overflow: hidden;
} 
 .medic_slider_wrapper >.container {
   padding-right: 0;
} 
}
.medic_slider_item_box .img_cont {
  outline: none !important; 
}
@media only screen and (max-width : 768px) {
	.about_compani_fresh_wrapper {
		padding-top: 0;
	}
	.about_compani_fresh .img_cont {
		height: 200px;
	}
}


.team_home_body ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    text-align: center;
}

.team_home_body ul li {
    vertical-align: top;
    margin-bottom: 24px;
}

.team_home_body ul li .img_cont {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.team_home_body ul li a {
    display: block;
    color: #38ADB8;
}

.team_home_body ul li p {
    color: #222;
}
@media only screen and (max-width : 768px) {
.team_home_body  .medic_slider_item_box {
    margin-left: 10px;
    margin-right:10px;
    width: auto;
}
.medic_slider_item_box .img_cont {
	height: 200px;
	background-position: top center
} 
}
@media only screen and (max-width : 576px) {
.team_home_body  .medic_slider_item_box .img_cont {
    height: 250px;
}
.team_home_body  .medic_slider_item_box .medic_slider_item_txt_title {
    margin-bottom: 10px;
    font-size: 14px;
}
.team_home_body  .medic_slider_item_box .medic_slider_item_txt {
    padding: 15px 10px;
}
.team_home_body ul li p {
    font-size: 12px !important;
    margin-bottom: 0px  !important;
}
.team_home_body .medic_slider_item_box {
    margin-left: 5px;
    margin-right: 5px;
}
.team_home_body {
    margin: 0 -10px !important;
}
}

.t497__item {
    background: white;
    padding: 30px 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}


.t497__imgwrapper {
    margin-left: auto;
    margin-right: auto;
}

.t497__item {
    margin-bottom: 50px;
}

@media only screen and (max-width : 768px) {
  .t497__item {
    margin-bottom: 20px;
  }
	.t497__name.t-name.t-name_lg, .t497__descr.t-descr.t-descr_xs {
		font-size: 14px
	}
	.t497__item {
		padding: 30px 20px;
	}
}
/*===============testi_new_var==================*/
.testi_new_var_wrap {
   padding-top: 50px;
   padding-bottom: 0px;
}

.testi_new_var__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 20px;
  position: relative;
  position: relative;
  padding-right: 120px;
}


.testi_new_var__header_toleft>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.testi_new_var__header_col {
    margin-left: 10px;
    margin-right:  10px;
}

.review_card {
    display: table;
    font-size: 12px;
    margin-bottom: 5px;

}
.review_card>div {
    display: table-cell;
    vertical-align: top;
    line-height: 1;
    padding: 10px;
    white-space: nowrap;
}

.review_card>div:nth-child(1) {
    
    background-color: #38ADB8;
    color: #fff;
     border-radius: 5px 0 0 5px; 
-webkit-border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
}

.review_card>div:nth-child(2) {
  
     background-color: #EBEDEF;
    color: #38ADB8;
       border-radius: 0 5px 5px 0; 
-webkit-border-radius: 0 5px 5px 0; 
-moz-border-radius: 0 5px 5px 0; 
   padding-left: 20px;
   padding-right: 20px; 
}

.testi_new_var_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -3px;
  margin-right: -3px;
}

.testi_new_var_row>div {
  padding-left: 3px;
  padding-right: 3px;
}

.review_card_2 {
      font-size: 12px;
      background-color: #EBEDEF;
       border-radius: 5px; 
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
     line-height: 1;
     padding: 10px 10px 10px 40px;
        -webkit-background-size: 20px auto;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(https://plastmedic.ru/img/shield.svg);
    white-space: nowrap;
    margin-bottom: 5px;
}


.about_compani_fresh .img_cont {
   border: 5px solid #fff;
    border-radius: 5px; 
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}


.testi_new_var__header_toright {
  white-space: nowrap;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.testi_new_var__header_col span {
  white-space: nowrap;
}

.testi_new_var_body {
  font-size: 14px;
  margin-bottom: 15px;
}

.testi_new_var_footer {

}

.img_cont.testiu_logo {
     -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 130px;
    height: 30px;

}

.testi_new_var_box {
   margin-bottom: 50px;
}

.cut_text .testi_new_var_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.view_all_txt {
   cursor: pointer;
   color: #44ADB7;
   font-weight: bold;
}
@media only screen and (max-width : 768px) {
	.order_button.rew {
		margin-top: 0px; margin-bottom: 0px;
	}
}
@media only screen and (max-width : 992px) {
.testi_new_var_footer {
  padding-right: 150px;
  position: relative;
}
.img_cont.testiu_logo {
    position: absolute;
    right: 0;
    top: 0;
}  
}
@media only screen and (max-width : 576px) {
.img_cont.testiu_logo {
    width: 85px;
    height: 20px;
}
.testi_new_var_footer {
  padding-right: 100px;
}
.review_card>div:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
}
.review_card {
    font-size: 10px;
}
}

.testi_new_var_wrap {
	padding-top: 20px;
}
@media only screen and (max-width : 450px) {
.review_card>div:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
}
.review_card_2 {
   font-size: 10px;
   padding: 10px 7px 10px 25px;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: 5px center;
}
.review_card>div {
    padding: 10px 7px;
}
.testi_new_var_footer {
    padding-right: 90px;
}
}

@media only screen and (max-width : 400px) {
.testi_new_var__header_col {
    font-size: 14px;
}  
.testi_new_var__header_toright {
    /*width: 80px;*/
    font-size: 15px;
    text-align: right;
}
.testi_new_var__header {
    padding-right: 100px;
}
}

.txt_hidden {
  display: none;
}

.view_all_txt.open_txt {
  display: inline-block;
}


.testi_new_var_home_page .testi_new_var__header_col {
     font-size: 14px;
}

.testi_new_var_home_page .testi_new_var__header_toright {
    /*width: 100px;*/
    font-size: 14px;
    text-align: right;
}

.testi_new_var_home_page .testi_new_var__header {
    padding-right: 100px;
}

.testi_new_var_home_page .review_card>div:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
}
.testi_new_var_home_page .review_card {
    font-size: 10px;
}

@media only screen and (max-width : 450px) {
.testi_new_var_home_page .review_card>div:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
}
.testi_new_var_home_page .review_card_2 {
   font-size: 10px;
   padding: 10px 7px 10px 25px;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: 5px center;
}
.testi_new_var_home_page .review_card>div {
    padding: 10px 7px;
}

.testi_new_var_home_page .testi_new_var_body {
    font-size: 12px;
}
}
@media only screen and (max-width: 992px) {
 .img_cont.testiu_logo {
    top: 6px;
}   
}
.examples_r {
	padding-bottom: 20px;
}
@media only screen and (max-width : 450px) {
	.examples_r {
		padding-bottom: 0px;
	}
	.examples_r_header>div {
		font-size: 15px;
	}
	.examples_r_header>div a {
		padding-left: 0;
	}
	.examples_r_header {
		width: 100%;
	}
	.mpb_notes_wrap {
		bottom: -10px;
	}
}
.middle_descr .descr_list h3 {
	padding-left: 0px;
}
.about_new_version .about_compani_fresh_text_title {
	margin-bottom: 0;
}
.about_new_version .about_compani_fresh_text h3 {
	margin-top: 0; margin-bottom: 10px;
}
.about_new_version .about_compani_fresh_text_cont {
	margin-top: 2.5em;
}

.whatsapp_mobile {
	display: block;
	position: fixed;
	right: 15px;
	bottom: 75px;
	width: 50px;
	height: 50px;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	/*background-color: #30A341;*/
    background-color: #fff;
	color: #fff;
	font-size: 32px;
	line-height: 56px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	cursor: pointer;
	text-decoration: none;
	outline: none;
	text-align: center;
	transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	z-index: 10;
}
.whatsapp_mobile:hover, .whatsapp_mobile:focus {
	color: #EE3A43;
	text-decoration: none;
	/*background-color: #fefefe;*/
}
.whatsapp_mobile > img {
	width: 50px; position: relative; left: 0; height: 50px; top: -7px;
	fill: white;
}
.whatsapp_mobile svg.icon_whatsap {
    width: 38px;
    height: 38px;
    position: relative;
    left: 0px;
    top: 3px;
    fill: #fff;
}

.whatsapp_mobile:hover svg.icon_whatsap,
.whatsapp_mobile:focus svg.icon_whatsap {
    fill: #30A341;
}
.doctor_options_wrap p, .middle_descr p, .top_descr p {
	font-size: 16px;
}
.doctor_options_wrap p strong {
	font-size: 18px;
}
.doctor_options_wrap h2, .doctor_options_wrap h3, .middle_descr h3, .middle_descr h2 {
	font-size: 18px;
	font-family: 'Roboto Medium';
	font-weight: normal;
}
.middle_descr h3 {
	font-size: 15px;
}
.tire-marker li, .post_body li, .seo_text li, .doctor_options_wrap li, .spec_header_text li, .middle_descr li {
	font-size: 16px;
}
/*
.post_body li {
	font-size: 14px;
}
*/
@media only screen and (min-width : 1200px) {
	.whatsapp_mobile {
		right: 75px;
		bottom: 13px;
		left: auto;
	}
}
@media only screen and (max-width: 576px) {
	.doctor_options, .doctor_options_wrap {
		padding-bottom: 0;
	}
    .doctor_options_wrap p, .top_descr p, .middle_descr p {
        font-size: 14px;
    }
    .tire-marker li, .post_body li, .seo_text li, .doctor_options_wrap li, .spec_header_text li, .middle_descr li {
        font-size: 14px;
    }
    .doctor_options_wrap h2, .doctor_options_wrap h3, .doctor_options_wrap p strong, .middle_descr h3, .middle_descr h2 {
	line-height: 1.55;
	font-family: 'Roboto Medium';
	font-weight: normal;
	font-size: 16px;
    }
	.middle_descr h3 {
		font-size: 15px;
	}
	.middle_descr, .serv_tab .tab-pane {
		padding-top: 0;
	}
	.serv_tab .nav-tabs {
		padding-bottom: 20px;
	}
}
.color_b {
	width: 200px;
}

===============================================

.fara_font a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}

.soc_icon_image {
  display: block;
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 25px;
  width: 25px;
}
#telega_icon {
	margin-top: 3px;
}
#telega_icon .soc_icon_image {
   background-image: url(https://plastmedic.ru/img/telegram_aqua.svg);
}

#telega_icon:hover .soc_icon_image,
#telega_icon:focus .soc_icon_image{
   background-image: url(https://plastmedic.ru/img/telegram_blue.svg);
}   
/**/
.new_actions_block_wrap .site_slider_main_box .img_cont.dark-style {
	background-color: #CEDB87;
	background-size: cover;
}
.new_actions_block_wrap .site_slider_main_box .img_cont.dark-style .new_sms_box_title{
	color: #3a3a3a;
}
.new_actions_block_wrap .site_slider_main_box .img_cont.dark-style .new_sms_box_sub_title, .new_actions_block_wrap .site_slider_main_box .img_cont.dark-style .mpb_notes_wrap {
	color: #414141;
}
.new_actions_block_wrap .site_slider_main_box .img_cont.dark-style .new_sms_box_cap .color_b {
	background: #28acb9;
}
.new_actions_block_wrap .site_slider_main_box a.img_cont.dark-style {
        background:  right/contain no-repeat, #CEDB87 center/cover no-repeat;
}
@media only screen and (max-width: 576px) {
    .new_actions_block_wrap .site_slider_main_box a.img_cont.dark-style {
        background:  right -5px center/contain no-repeat, #CEDB87 center/cover no-repeat;
    }
}
/**/
.site_slider_main_box a.img_cont.dark-style {
	background-color: #CEDB87;
	background-size: cover;
}
.site_slider_main_box a.img_cont.dark-style .new_sms_box_title{
	color: #3a3a3a;
}
.site_slider_main_box a.img_cont.dark-style .new_sms_box_sub_title, .site_slider_main_box a.img_cont.dark-style .mpb_notes_wrap {
	color: #414141;
}
.site_slider_main_box a.img_cont.dark-style .new_sms_box_cap .color_b {
	background: #57b8c2;
}
.site_slider_main_box a.img_cont.dark-style {
        background:  right/contain no-repeat, #CEDB87 center/cover no-repeat;
}
@media only screen and (max-width: 576px) {
    .site_slider_main_box a.img_cont.dark-style {
        background:  right -35px center/contain no-repeat, #CEDB87 center/cover no-repeat;
    }
}


/* WOW */

h3.advantage-title {
	margin-top: 5px;
}
.ministr-list {
	font-size: 12px;
}
.ministr-list li{
	margin-bottom: 3px;
}
.voprosy_content ul {

}
.voprosy_content ul li {
	list-style: disc;
	margin-left: 20px;
}