@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,700,900&subset=cyrillic');
body {
  font-family: 'Roboto', sans-serif;
}


/* beutyskinclub megamenu */
.megamenu-li {
	position: static;
}

.megamenu {
    position: absolute;
    width: 181%;
    left: -46%;
    right: 0;
    padding: 15px;
    padding-bottom: 100PX;
}

li.nav-item.dropdown.megamenu-li.show>a {
    position: relative;
}
#navbar ul.navbar-nav > li.nav-item.dropdown.show > a,
#navbar ul.navbar-nav > li.nav-item.dropdown.megamenu-li.show > a {
    color: #fff;
}
li.nav-item.dropdown.show a,
li.nav-item.dropdown.megamenu-li.show a {
    color: #fff;
}
li.nav-item.dropdown.show,
li.nav-item.dropdown.megamenu-li.show,
.dropdown-menu.megamenu.show {
    background-color: rgb(54, 56, 76, 0.95);
    border: 0;
    border-radius: 5px 5px 0 0;
}
li.nav-item.dropdown.megamenu-li.show>a:before {
    content: '';
    background-color: rgb(54, 56, 76, 0.95);
    height: 10px;
    width: 100%;
    bottom: -10px;
    display: block;
    position: absolute;
    left: 0;
    z-index: 3;
}
.dropdown-menu.show,
.dropdown-menu.megamenu.show {
    background-color: rgb(54, 56, 76, 0.95);
    /* box-shadow: 0 2px 4.8px 0.3px rgba(0, 0, 1, 0.44); */
    border: 0;
    z-index: 5;
}
.dropdown-menu.megamenu.show .nav-link h5 a {
    /* width: 255px; */
  /* height: 18px; */
  color: white;
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
}
.dropdown-menu.show .nav-link a,
.dropdown-menu.megamenu.show .nav-link a {
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}
.dropdown-menu.megamenu.show ul.tplParentRow {
    width: 33%;
    padding: 0;
}
.dropdown-menu.show ul.nav-link,
.dropdown-menu.show ul.tplParentRow ul.nav-link,
.dropdown-menu.megamenu.show ul.tplParentRow ul.nav-link {
    list-style: none;
}

.dropdown-menu.megamenu.row.show {
  display: flex;
  flex-direction: row;
}
.menu_girl_order {
    position: absolute;
    right: 0;
    bottom: 0;
}
.menu_girl_text {
    color: white;
    position: absolute;
    bottom: 100px;
    right: 190px;
    width: 148px;
    height: 37px;
    color: white;
    font-size: 21px;
    font-weight: 500;
    line-height: 18px;
}
.menu_girl_btn {
    position: absolute;
    right: 120px;
    bottom: 30px;
    z-index: 2;
}

span.tplInnerRow {
    font-size: 12px;
    display: block;
    MARGIN-TOP: -7PX;
    line-height: 14px;
    margin-bottom: 7px;
}




.col-sm-12 ul.nav-link {
    display: flex;
    /* white-space: unset; */
    flex-wrap: wrap;
}
.col-sm-12 ul.nav-link>ul {
    max-width: 33%;
}

.row > .nav-link {
    display: flex;
    flex-wrap: wrap;
}
.qwerty {
    font-size: 1.25rem;
}

/* beutyskinclub megamenu */

header {
    /* min-height: 180px; */
    box-shadow: 2px 2px 7px 4px #aca7a7;
    background-color: white;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
}

.header_work {
    display: flex;
    justify-content: space-around;
    padding: 0px 0 0px 0;
}
.work_lang::before, .work_time::before, .work_addr::before, .work_phone::before {
    content: "";
    background-size: 26px;
    top: 0;
    left: -35px;
    width: 28px;
    height: 28px;
    bottom: 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}
.work_lang, .work_time, .work_addr, .work_phone {
    position: relative;
    line-height: 16px;
    font-size: 13px;
    margin-left: 35px;
}
ul.lang {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.lang a {
    color: #212529;
}
a.cb_link.button-info-js {
  background: #8ea37e;
  color: #fff;
  padding: 5px 10px;
  margin: 5px 0 0 0;
  display: block;
  text-align: center;
}
.work_lang::before {
  background-image: url(/lib/img/lang.png);
}
.work_time::before {
  background-image: url(/lib/img/watch.png);
}
.work_addr::before {
  background-image: url(/lib/img/place.png);
}
.work_phone::before {
  background-image: url(/lib/img/phone.png);
}
#navbar ul.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-weight: 600;
}
#navbar ul.navbar-nav >li > a {
  color: black;
}
a.nav-link {
    color: #2b2a29;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase;
}
.btn-standart-dark{
  background-color: #8ea37e;
  border: 5px solid #8ea37e;
 color: white;

}

.btn-standart-dark:hover{
 border: 5px solid #819B79;
 color: white;

}
input.btn.btn-standart-dark.btn-lg {
    min-width: 300px;
    margin: 0 auto;
}


.btn-standart {
  background: #fc9800; /* Old browsers */
background: -moz-linear-gradient(top, #fc9800 1%, #ea270d 100%, #fb955e 100%, #ea5507 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fc9800 1%,#ea270d 100%,#fb955e 100%,#ea5507 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fc9800 1%,#ea270d 100%,#fb955e 100%,#ea5507 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9800', endColorstr='#ea5507',GradientType=0 );
  color: white;



}
.btn-standart:hover {
  background: #ea5507; /* Old browsers */
background: -moz-linear-gradient(top, #ea5507 1%, #fb955e 100%, #ea270d 100%, #fc9800 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ea5507 1%,#fb955e 100%,#ea270d 100%,#fc9800 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ea5507 1%,#fb955e 100%,#ea270d 100%,#fc9800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5507', endColorstr='#fc9800',GradientType=0 );
    color: white;
}
.btn-standart:active, .btn-standart:focus {
  background: #ea5507; /* Old browsers */
}

.btn-standart-red {
  background: rgb(242,145,146); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,145,146,1) 0%, rgba(175,10,10,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242,145,146,1) 0%,rgba(175,10,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242,145,146,1) 0%,rgba(175,10,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29192', endColorstr='#af0a0a',GradientType=0 ); /* IE6-9 */
  color: white;
  padding-right: 50px;
  position: relative;
}

.btn-standart-red::after {
    position: absolute;
    content: '';
    max-width: 50px;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    right: 0;
    max-height: 50px;
    background-image: url(/lib/img/play.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.btn-standart-red:hover {
  background: #ea5507; /* Old browsers */
background: -moz-linear-gradient(top, #ea5507 1%, #fb955e 100%, #ea270d 100%, #fc9800 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ea5507 1%,#fb955e 100%,#ea270d 100%,#fc9800 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ea5507 1%,#fb955e 100%,#ea270d 100%,#fc9800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5507', endColorstr='#fc9800',GradientType=0 );
    color: white;
}
.btn-standart-red:active, .btn-standart:focus {
  background: #ea5507; /* Old browsers */
}

.banner1 {
    background-image: url(/lib/img/main_banner.png);
    min-height: 450px;
    background-size: cover;
    display: flex;
    align-items: center;
}
ul.triggers {
    list-style: none;
    padding: 0 0 0 25px;
}
ul.triggers li {
    display: flex;
    color: #505c66;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    min-height: 50px;
    align-items: center;
}
ul.triggers li:before{
    content:'';
    background-color: #505c66;
    -webkit-mask-image: url('/lib/img/check.svg');
    mask-image: url('/lib/img/check.svg');
    /* background-image:url('/lib/img/check.svg'); */
    width: 32px;
    height: 32px;
    display: flex;
    position: absolute;
    left: 0;
}
.mb_intro {
  text-align: center;
  font-size: 31px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;

  color: #e8ddd2;

  /* color: #e3b9b3; */
}
.mb_introsub {
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.mb_accent {
  color: #e3b9b3;
}
.main_form_top {
    width: 100%;
    min-height: 200px;
    background-color: rgba(255,255,255,0.21);
    border-radius: 5px 5px 0px 0px;
}
.main_form_btn>input.main_form_btn_submit {
    width: 100%;
    background-color: #839973;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    padding: 7px 30px;
    margin: 0;
    border: 0;
    border-radius: 0 0 5px 5px;
}
.main_form_btn>input.consult_form_btn_submit {
    width: 100%;
    background-color: #839973;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    padding: 7px 30px;
    margin: 8px 0 0 0;
    border: 0;
    border-radius: 0;
}
.form-group>label {
    display: none;
}

section.about {
    background-image: url(/lib/img/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.about_subtitle {
    text-align: center;
    color: #87996f;
}
h3.section_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.2rem;
}
h3.section_title span {
    font-weight: 400;
}
h3.section_title:after {
    content: '';
    width: 30%;
    height: 3px;
    background: #87996f;
    display: block;
    margin: 0 auto;
}
img.about_img {
    margin-bottom: -70px;
}

@media only screen and (max-width:767px) {
  img.about_img {
      margin-bottom: 0px;
  }
}

.about_img_outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    font-style: italic;
}
img.about_icon {
    max-width: 80px;
    display: block;
    width: 100%;
    max-height: 80px;
    margin-bottom: 5px;
}
.about_mission {
    padding: 10px 0 20px 0;
}
.about_text {
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}


/* .mb_accent::after {
  bottom: 3px;
  right: 0;
  content: '';
  height: 2px;
  position: absolute;
  width: 100%;
  -webkit-background-size: 25px 100%;
  -moz-background-size: 25px 100%;
  background-size: 25px 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  background-image: -moz-linear-gradient(left, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  background-image: -ms-linear-gradient(left, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  background-image: -o-linear-gradient(left, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  background-image: linear-gradient(left, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
} */

.mb_opus span {
    color: #eb2c0c;
    font-weight: 500;
}
.mb_opus {
    margin-top: 25px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-image: url(/lib/img/owl_dot_active.png);
  content: "";
  background-size: 40px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
}

.owl-theme .owl-dots .owl-dot span {
  background-image: url(/lib/img/owl_dot.png);
  background-size: 40px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}

.louter_main {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  min-height: 532px;
  /* background-size: 100% 450px; */
  position: relative;
  overflow-x: hidden;
  top: 0;
  left: 0;
  background: url('/media/banner/bg1.png');
  background-size: cover;
}
.louter_main:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    /* margin-left: -555px; */
    min-height: 513px;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url('/media/banner/main.png');
}

@media only screen and (max-width:767px) {
  .louter_main:before {
    background-image: none;
}
}

/* New_inputs */
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	/* max-width: 350px; */
	width: 100%;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}


/* Ruri */
.input__field--ruri {
    width: 100%;
    background: #d9d9d97a;
    padding: 0.5em 0;
    padding-left: 5px;
    margin-bottom: 2em;
    color: black;
}

.input__label--ruri {
	width: 100%;
	position: absolute;
	text-align: left;
	font-size: 1em;
	padding: 10px 0 5px;
	pointer-events: none;
}

.input__label--ruri::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 7px;
	background: #e68a03;
	left: 0;
	/* top: 100%; */
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}

.input__label-content--ruri {
	padding: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s;
}

.input__field--ruri:focus + .input__label--ruri::after,
.input--filled .input__label--ruri::after {
  background: #e68a03;
	-webkit-transform: scale3d(1, 0.25, 1);
	transform: scale3d(1, 0.25, 1);
}

.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input--filled .input__label--ruri .input__label-content--ruri {
	color: black;
	-webkit-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
	transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
}

label.text_area.input__label.input__label--ruri {
    width: 100%;
    position: absolute;
    text-align: left;
    font-size: 1em;
    bottom: 1rem;
    padding: 10px 0 5px;
    pointer-events: none;
}

/* Nao */
.input--nao {
	overflow: hidden;
	padding-top: 1em;
}

.input__field--nao {
	padding: 0.5em 0em 0.25em;
	width: 100%;
	background: transparent;
	color: #9da8b2;
	font-size: 1.25em;
}

.input__label--nao {
	position: absolute;
	top: 0.95em;
	font-size: 0.85em;
	left: 0;
	display: block;
	width: 100%;
	text-align: left;
	padding: 0em;
	pointer-events: none;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
	transition: transform 0.2s 0.15s, color 1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.graphic--nao {
	stroke: #92989e;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
	transition: transform 0.7s, stroke 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input__field--nao:focus + .input__label--nao,
.input--filled .input__label--nao {
	color: #333;
	-webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
	transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.input__field--nao:focus ~ .graphic--nao,
.input--filled .graphic--nao {
	stroke: #333;
	-webkit-transform: translate3d(-66.6%, 0, 0);
	transform: translate3d(-66.6%, 0, 0);
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}


/* New_inputs */

.beaty_modal_header {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 10px 20px 10px;
}

/* new modal */
body.modal-open>section,
body.modal-open>header,
.modal-backdrop.show {
  z-index: 5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /* background-color: #e8e8e8d9; */
}

.modal-backdrop.show {
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=0 );
}

.modalblur {
    margin: 0px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 20px 10px rgba(183, 176, 193, 0.53);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    padding: 0;
    border-radius: 5px;
    box-shadow: 0px 3px 15px 7px rgba(0,0,0,0.4);
}


/* new modal */

.form_btn {
    background-image: url(/lib/img/form_button.png);
    background-size: contain;
    color: white;
    display: flex;
    background-repeat: no-repeat;
    max-width: 242px;
    width: 100%;
    height: 44px;
    padding-right: 30px;
    justify-content: center;
    align-items: center;
    background-position: center;
    font-weight: 500;
    text-align: left;
}

.form_btn:active

 {
    filter: grayscale(0.5);

}

a.form_btn:hover {
  text-decoration: none;
  color: white;
}

#side-menu .contents {
    margin-top: 40px;
}

form#header_callback_mob_form a {
    text-decoration: none;
    color: #564867;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 30px;
}

@media only screen and (max-width:450px)
 {
   .form_order {
     background-position: center;
 }
}

#side-menu ul.navbar.navbar-expand-lg.navbar-light {
    display: inline-block;
    list-style: none;
}
#side-menu ul.navbar.navbar-expand-lg.navbar-light a {
    text-decoration: none;
    color: #3d73ee;
    font-size: 1.4rem;
    font-weight: 500;

}

#side-menu ul.navbar.navbar-expand-lg.navbar-light li {
    padding-bottom: 10px
}

.serv_type {
    box-shadow: 0 0 5px rgba(0, 0, 1, 0.44);
    border-radius: 100%;
    width: 350px;
    height: 350px;
    background-position: center;
    background-size: cover;
}

ol.breadcrumb a {
    text-decoration: none;
    color: black;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
}

.main_banner .owl-stage-outer {
    background-color: #595a70;
}

textarea {
  resize: none;
}

.row.serv_palette {
    justify-content: center;
}

.form_succes.main_form_top {
    color: white;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
}
.rev_avatar {
    border-radius: 100%;
    overflow: hidden;
    /* padding: 5px; */
}

.cl_name {
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 30px;
    line-height: 1.2;
}

.cl_name span {
    color: orange;
    font-weight: 400;
    font-style: italic;
    font-size: 1rem;
}

ul.lang_mob {
    list-style: none;
    display: flex;
    padding-left: 0;
    justify-content: center;
}
ul.lang_mob li {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 7px;
    background-color: #ccc;
    /* color: white; */
    font-size: 1.2rem;
    font-weight: 500;
}

ul.lang_mob a {
    text-decoration: none;
    color: black;
}
ul.lang_mob .active {
    background-color: #635858;
    color: white;
}

ul.lang .active {
    background: #758086;
    color: white;
}

.main_form_top_text h4 {
    color: white;
    /* text-align: center; */
}
@media only screen and (max-width:767px) {
  .col-sm-7.about_not {
    border-top: 2px solid #ccc;
  }
}

#p_scents p.form-group {
  position: relative;
}
#p_scents #remScnt {
  position: absolute;
  right: 0;
  top: 5px;
}

.col-sm-7.about_not.py70.bg_f9 {
  background: #f9f9f9;
}
