

/* Start:/local/apps/style/head.css?175370792514052*/
82379e.header-place .firstplace_wrap {
   background-color: #2862C2;
   background-image: none;
    max-width: 100%;
}

.header-place .firstplace_info {
    background: url("/design/images/flag-new.png") no-repeat center;

}

.header-place .firstplace_wrap .firstplace_info {
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 270px!important;
}

.header-place .firstplace_info-image {
    height: 48px;
    width: 225px;
}

.header-place .firstplace_info-image img {
    width: 100%;
    position: relative;
    top: -29px;
}
.header-place .firstplace_info-text,
.header-place .firstplace_info-title {
    font-size: 27px;
    position: relative;
}

.header-place .firstplace_info-title {
    padding-right: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}
.header-place .firstplace_info-text {
    font-weight: normal;
}
.header-place .firstplace_info-title:before {
    content: '';
    width: 27px;
    height: 35px;
    left: -52px;
    top: -7px;
    position: absolute;
    background: url(/design/images/first-c.png) no-repeat;
    background-size: contain;
}

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

   .header-place  .firstplace_info-title {
        padding-right: 5px;
        font-weight: bold;
        width: 54%;
        text-align: left;
    }

   .header-place  .firstplace_info-title:before {
        height: 35px;
    }
    .header-place .firstplace_wrap .firstplace_info {
        padding: 15px 160px!important;
    }
}

@media (max-width: 992px) {
    .header-place section.firstplace_wrap {
        display: block;
    }

   
}

@media (max-width: 1024px) {
    .header-place  .firstplace_wrap .firstplace_info {
       padding: 5px!important;
    }
    .header-place  .firstplace_info-image {
        height: 68px;
        width: 225px;
    }
    .header-place .firstplace_info-title:before {
        top: 3px;
    }
    .header-place .firstplace_info-image img {
        top: -17px;
    }
}
.header-place .first_plase_768 {
    display: none;
}
.header-place  .first_plase_480 {
    display: none;
}
.header-place  .first_plase_960 {
    display: none;
}

@media (max-width: 500px) {
   .header-place  .firstplace_info-text, .header-place  .firstplace_info-title {
        font-size: 13px;
        line-height: 14px;
    }

   .header-place  .firstplace_wrap .firstplace_info {
        padding: 5px!important;
    }

    .header-place .firstplace_info-image {
        width: 125px;
        height: 39px;
    }

   .header-place  .firstplace_info-image img {
        top: -9px;
    }

    .header-place .firstplace_info-title:before {
        content: '';
        width: 14px;
        height: 35px;
        left: -23px;
        top: 2px;
        position: absolute;
        background: url(/design/images/first-c.png) no-repeat;
        background-size: contain;
    }
}

/*
*
*
************************************ HEADER ***************************************************
*
*
*/
header {
    background: #fff;
}
header #logo{
	display: block;
    font-style: normal;
    line-height: 32px;
    font-size: 32px;
    font-weight: bold;
    color: #82379e;
}
header #logo:hover{
	text-decoration:none;
	color: #50076b;
}
header #logo_desc{ 
	font-style: normal;
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: #000;
}
header #phone>a{
	font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: normal;
    color: #82379e;
    display: block;
    text-align: center;
}
header #phone>div{
	font-style: normal;
    line-height: 12px;
    font-size: 13px;
    text-align: center;
}
header #button{
    width: auto;
    height: auto;
    display: block;
    background-color: #82379e;
    color: #fff;
    border: solid #ffffff 1px;
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    cursor:pointer;
    transition: all 0.5s ease;
    box-shadow: none;
    text-decoration: none;
}
header .wd_menu_top_desc{
	background: #f5f5f5;
    box-shadow: 0px 4px 6px 0px #0000001f;
}
header .wd_mob_but{
	height: 30px; 
	max-width: none;
}
#wd_menu_mob_close{
	display:none;
}
.wd_main_menu{
	text-align: center;
}
.wd_main_menu>li{
	display: inline-block;
    position: relative;
}
.wd_main_menu>li>a,.wd_main_menu>li>ul>li>a{
	color: #252525;
    font-size: 13px;
    padding: 20px 13px;
    display: block;
}
.wd_main_menu>li>a{
	text-transform: uppercase;
	cursor: pointer;
}
.wd_main_menu>li>ul{
	display:none;
	position: absolute;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px #bdbdbd;
    z-index: 99;
}
.wd_main_menu>li>ul>li:first-child>a{
	padding-top: 15px;
}
.wd_main_menu>li>ul>li>a{
    border-bottom: solid #f1f1f1 1px;
}
.wd_main_menu>li>ul>li:last-child>a{
	padding-bottom: 15px;	
    border-bottom: solid #f1f1f1 0px;
}
.wd_main_menu>li>ul>li>a{
	min-width: 270px;
    width: min-content;
    padding: 15px 30px;
    text-align: left;
}
.wd_main_menu>li:hover>a{
    text-decoration: none;
    background: #eaeaea;
}
.wd_main_menu>li>ul>li:hover>a{
	text-decoration: none;
    background: #eaeaea;
}
#wd_menu_more:after{
	content: " ";
    background: url(/design/images/icons/wd_menu_main_down.png);
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    margin-left: 3px;
    opacity: 0.9;
}
.wd_main_menu>li:first-child>a{
	font-size: 20px;
    line-height: 20px;
    padding: 17px 20px;
}
.wd_main_menu>li:first-child:hover>a{
	background: none;
}
.wd_menu_blok_search .ya-site-form__input-text,
.wd_menu_blok_search .ya-site-form__wrap,
.wd_menu_blok_search .ya-site-form__search-input,
.wd_menu_blok_search .ya-site-form__wrap{
	all: initial !important;
}
.wd_menu_blok_search{
	padding: 10px;
}
.wd_menu_blok_search .ya-site-form__form{
	height:40px;
}
.wd_menu_blok_search #ya-site-form1 .ya-site-form__form * {
    font-size: 14px !important;
}
.wd_menu_blok_search .ya-site-form__wrap{
	display: block;
    position: relative;
}
.wd_menu_blok_search .ya-site-form__input-text{	
	min-width: 200px !important;
    padding: 10px !important;
    font-family: TTTravels !important;
}
#wd_menu_li_search_mob{
	display:none;
}
.ya-site-form__submit_type_image{
	background: url(/design/images/search_wd.png) no-repeat !important;
    background-position: center !important;
    padding: 0px !important;
    width: 40px !important;
    line-height: 40px;
    height: 40px !important;
    display: table !important;
    margin: 0px !important;
}

@media only screen and (min-width: 992px) {
	.wd_scrolled_desc{
	position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    background: #f5f5f5ed !important;
	}
	.wd_main_menu>li:hover > ul{
	display:block !important;
	}
	.wd_main_menu>li>ul{
	display:none !important;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
	.wd_main_menu>li>a{
    padding: 20px 5px;
	font-size: 12px;
	}
}

@media only screen and (max-width: 992px) {
	.wd_scroll_menu{
	    border-bottom: solid #c1c1c1 1px;
	}
	#wd_menu_li_search_desc{
		display:none !important;
	}
	#wd_menu_li_search_desc{
		display:block;
	}
	#wd_menu_li_search_desc .ya-site-form__input-text{
		padding-left: 0px !important;
	}
	#wd_menu_mob_slide{
	position: fixed;
    top: 0px;
    left: -110%;
	transition: left 0.5s ease-in-out 0s;
    z-index: 999;
	padding: 0px;
    width: max-content;
	bottom: 0px;
    overflow: scroll;
	}
	#wd_menu_mob_slide>div,.slide_menu_socila,.phone_and_order{
	display: block !important;
	}
	#wd_menu_mob_slide>div{
	display: block !important;
	background: #fff;
	width: max-content;
    min-width: 280px;
	}
	.wd_menu_mob_slide_true{
	left: 0px !important;
	transition: left 0.5s ease-in-out 0s;
	}	
	.wd_scrolled{
	position: fixed;
    z-index: 990;
    top: 0px;
    background: #fff;
    box-shadow: 0px 1px 12px #00000061;
	}
	.wd_menu_slide_back{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #0000009e !important;
    z-index: 999;
    display: block !important;
	}
	.slide_menu_socila svg{
    position: absolute;
    left: 0px;
	}
	.slide_menu_socila {
	padding-right: 20px;
    padding-bottom: 20px;
	}
	.slide_menu_socila a{
	padding-left: 25px;
    position: relative;
    color: #000;
    font-size: 14px;
	}
	.slide_menu_socila_row{
	padding-top: 15px;
	}
	.slide_menu_socila #phone{
	padding-left: 0px;
    padding-top: 35px;
	}
	.slide_menu_socila #phone div{
	display: inline-block !important;
	}
	.slide_menu_socila #phone a{
    font-size: 14px;
    padding-left: 0px !important;
    font-weight: 100 !important;
	}
	.phone_and_order{
	background: #f7f7f7;
    margin-left: -15px;
    margin-top: -20px;
    margin-right: -35px;
    padding: 25px 15px;
	}
	.phone_and_order .about-page__doctor-top-bar-sing-btn{
	display: block;
    padding: 10px;
    color: #fff;
	}	
	.wd_main_menu>li> ul {
    position: relative;
    box-shadow: none;
	}
	.wd_main_menu>li {
    display: block !important;
    text-align: left;
    width: auto;
    border-bottom: solid #f1f1f1 1px;
	}
	.wd_main_menu a{
    font-weight: bold !important;
    color: #000 !important;
	}
	.wd_main_menu>ul{
	margin-bottom: 20px;
    padding-top: 10px;
	}
}

/*
*
*
************************************ HEADER END ***************************************************
*
*
*/
header .wd_menu_top_desc {
    position: relative;
    z-index: 10;
}
@media only screen and (min-width: 992px) {
    .main-content {
        margin-top: -15px;
    }
    .wd_scrolled_desc {
        position: fixed !important;
        z-index: 99999 !important;
    }
}
@media only screen and (max-width: 992px) {
    .cosmetology-page__content {
        padding-top: 0px !important;
    }
    .wd_scroll_menu {
        box-shadow: 0px 1px 12px #00000061;
        position: relative;
        z-index: 9;
        min-width: 100%;
    }
    .wd_scrolled {
        position: fixed !important;
    }
    .wd_perfect {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}




/*
*
*
************************************ changessss ***************************************************
*
*
*/





.lebed_head_icon i{
    font-size: 24px;
    color: #9e66b3;
    line-height: 32px;
  }
  .lebed_search_line{
    position: relative;
  }
  .lebed_search_line>div:first-child{
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: solid #b6b6ba 1px;
    border-radius: 3px;
    color: #666666;
    text-align: center;
    line-height: 40px;
  }
  .lebed_search_line>div:nth-child(2){
    
  }
  .lebed_header .ya-site-form__search-input {
    padding: 0px !important;
  }
  .lebed_header .ya-site-form__input {
    height: 40px;
  }
  .lebed_header .ya-site-form__input-text {
    height: 40px;
    border-radius: 3px;
    padding-left: 15px;
  }
  .lebed_header .ya-site-form__search-input-layout-r{
    position: absolute;
    right: 2px;
  }
  @media only screen and (min-width: 992px) {  
    .lebed_header .ya-site-form__search-input-layout-r{
      right: 8px;
      top: 6px;
    }
  }
  .lebed_header .ya-site-form__search-input-layout-l{

  }
  .lebed_header .ya-site-form__search-input-layout{
    position: relative;
  }
  .lebed_header .ya-site-form__submit_type_image {
    opacity: 0.4;
  }
  .lebed_header .blok{

  }
  .lebed_header .blok ul{
    width: max-content;
    margin: 0px;
  }
  .lebed_header .blok li{
    display: inline-grid;
  }
  .lebed_header .blok a{
        font-size: 10px;
    line-height: 13px;
    color: #ffffff;
    text-align: center;
    border-radius: 15px;
    padding: 0 15px;
    background: #82379e;
    border: solid #82379e 1px;
    font-family: Helvetica,Arial,sans-serif;
    margin-right: 5px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lebed_header .menu_mobil{
    border-bottom: solid #0000001f 1px;
  }
  .lebed_header .fa-whatsapp{
    color: #14ca54;
  }
  .lebed_header .fa-phone-square{
    color: #18cb64;
  }
  .lebed_header #logo_desc{
    color: #000000;
    font-size: 11px;
  }
  .lebed_header .hidden_blok_slide{
    height: 108px;
  }
  .lebed_header #lebed_mobil_head_slide{
    box-shadow: 0px 8px 20px 0px #00000026;
    border-bottom: solid #00000038 1px;
    z-index: 9;
    position: relative;
  }
  .lebed_header .lebed_mobil_head_slide_class{
    position: fixed !important;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 9;
    background: #fff;
    padding-top: 5px;
  }
  .lebed_header #phone_desc a{
    color: #000;
    font-size: 16px;
    font-family: Arial,sans-serif;
    position: absolute;
    top: 0px;
    left: 18px;
  }
  .lebed_header #phone_desc div{
    color: #0000009c;
    position: absolute;
    top: 21px;
    left: 18px;
        font-size: 12px;
    font-family: sans-serif;
  }
  .lebed_header #phone_desc i{
    font-size: 12px;
    color: #82379e;
  }
  .lebed_header #phone_desc {
    position: relative;
  }
  .lebed_header #logo {
    position: absolute;
    left: 0pc;
    bottom: 7px;
  }
  .lebed_header #logo_block{
    position: relative;
  }
  .lebed_header #logo_block .ya-site-form{
    position: absolute;
    left: -45px;
    right: 10px;
  }
  .lebed_header #logo_block .ya-site-form__input-text {
    height: 32px;
  }
  .lebed_header #logo_block .ya-site-form__submit_type_image {
    width: 20px !important;
    line-height: 20px;
    height: 20px !important;
  }

  .lebed_header  .wd_menu_top_desc {
    background: #ffffff;
  }
  .lebed_header .wd_main_menu>li>a{
    color: #000000;
    font-weight: bold;
  }
  @media only screen and (max-width: 992px) {
    .lebed_header #logo {
      font-size: 24px;
      position: relative;
      bottom: inherit;
    }
  }


/* End */
/* /local/apps/style/head.css?175370792514052 */
