body {
	color: #333333;
	line-height: 1.4;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 16px;
}
.out {
	outline: 1px solid #000;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #000000;
	transition: all .3s;
}
a:hover {
	transition: all .3s;
	color: #333333;
	text-decoration: none;
}
input[type='text'] {
color: #000;
}

/*----------------------------------
[|  Секция ШАПКИ  |]
----------------------------------*/

.header {
	min-height: 20px;
	z-index: 1;
	position: relative;
	padding: 5px 0px;
	background: #ffffff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	overflow: hidden;
}
/*секция 1*/
.logo {
	text-align: center;
}
/* секция 2 */
.nav {
	position: relative;
}
.nav ul {
	list-style: none;
	text-align: center; /* центрируем содержимое */
	padding-left: 0;
}
.nav ul li{
	display: inline-block;
	padding: 5px 10px;
	margin: 0px 8px;
}
.nav ul li a{
	display: block;
}
/*секция 3*/
.header .callphone {
	text-align: center;
	font-family: 'Roboto Slab';
	font-weight: 400;
	font-size: 15px;
	padding-top: 5px;
}
.header .callphone span{
	display: block;
	font-family: 'Arial';
	background: #EBEBEB;
	padding: 10px 0px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 7px;
}
.header .callphone span .fa {
	margin-right: 15px;
}

/*----------------------------------
[|  Секция БАННЕРА  |]
----------------------------------*/

.main {
	overflow: hidden;
	position: relative;
	min-height: 40px;
	padding: 35px 0px 90px 0px;
	text-align: center;
	color: #fff7f2;
	word-wrap: break-word;
	overflow: hidden;
}
.main .offer {
	font-family: 'Intro';
	font-size: 40px;
	z-index:1;
	padding: 5px 0px;
	margin-bottom: 30px;
}
.main .offer span {
	font-size: 56px;
}
.main .event {
	font-family: 'Roboto Slab';
	font-weight: 400;
	font-size: 20px;
	color: #363636;
	margin-bottom: 30px;
}
.main .event span{
	background: #EEF522;
  font-size: 45px;
}
.main .date_event {
	font-family: 'Intro';
	font-size: 136px;
	background-color: rgba(0, 0, 0, 0.35);
    border-radius: 16px;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
  .main .offer {
    font-size: 28px;
  }
  .main .offer span {
    font-size: 28px;
  }

  .main .event span{
    font-size: 32px;
  }

}
.main .offer_next {
	font-family: 'Roboto Slab';
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 35px;
}
.arrow_down img {
	width: 96px;
}

/*видео с затемнением*/
.trans {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(https://web.archive.org/web/20220705152850im_/http://glamschool.ru/images/spc.png) repeat;
    height: 100%;
    overflow: hidden;
}
.videobg {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background: #fff;
    text-align: center;
    height: 100%;
    overflow: hidden;
    background-size: cover;
}
.videobg video {
    min-height: 100%;
    min-width: 100%;
    background-color: #fff;
}
/* svg фигура */
.diagonal_left {
	width: 100%;
    overflow: hidden;
	position: absolute;
    z-index: 4;
    right: 0;
    left: 0;
	bottom:0;
	height: 64px;
}
.diagonal_left svg {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

/*----------------------------------
[| О Курсе |]
----------------------------------*/
.about {
	position: relative;
	padding: 35px 0px;
	text-align: center;
	overflow: hidden;
}
.title {
	font-family: 'Roboto Slab';
	font-weight: 400;
	font-size: 32px;
	display: inline-block;
}
.about .title::before,
.about .title::after {
	background: rgb(54, 54, 54) none repeat scroll 0% 0%;
}
.title::before {
	width: 154px;
    height: 1px;
	content: "";
}
.title::after {
	width: 154px;
    height: 1px;
	content: "";
}
.about .about_text {
	font-family: Arial;
	font-size: 20px;
	font-weight: 400;
	display: block;
}
.about .shadowbox img {
    max-width: 100%;
    display: inline-block!important;
}
.about .plustext {
	font-size: 22px;
    font-family: 'Roboto Slab', serif;
	font-weight: 400;
    color: #e3550a;
	padding: 26px 0px 20px 0px;
}
.about .row img {
	padding: 5px;
	margin-bottom: 7px;
	border-radius: 50%;
	overflow: hidden;
}
.about .row span {
	display: block;
	font-family: Arial;
	font-weight: 300;
	padding: 2px 0px 7px 0px;
}
/*----------------------------------
[| Что вас ждет |]
----------------------------------*/

.whatyouhave {
	background: url(https://web.archive.org/web/20220705152850im_/http://glamschool.ru/images/spc.png) repeat,
				url(https://web.archive.org/web/20220705152850im_/http://glamschool.ru/images/cosmetic_2010.jpg) 50% 50% repeat;
    background-size: cover;
	color: #fff7f2;
	position: relative;
	text-align: center;
	padding: 95px 0px 30px 0px;
	overflow: hidden;
}
.whatyouhave .title::before,
.whatyouhave .title::after {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
.diagonal_right {
	width: 100%;
    overflow: hidden;
	position: absolute;
    z-index: 4;
    right: 0;
    left: 0;
	top:0;
	height: 64px;
}
.diagonal_right svg {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}


.n-less {
	display: block;
	font-family: 'Intro';
	font-size: 72px;
}
.desc-less {
	display: block;
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
}

.what_form {
	background: rgba(0,0,0,0.43);
	padding: 50px 0px 40px 0px;
	border-radius: 13px;
	margin-bottom: 20px;
}
.what_form .w_f_title {
	display: block;
	font-family: 'Intro';
	text-align: center;
	font-size: 32px;
	font-weight: 100;
	padding-bottom: 10px;
}
.what_form .w_f_text {
	display: block;
	font-size: 18px;
	font-family: Arial;
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}
.what_form input[type='text'] {
	outline: 0;
	border-radius: 16px;
	color: grey;
    overflow: hidden;
    white-space: nowrap;
	height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 14px;
}
.what_form input[type='submit'] {
	border-radius: 16px;
    background-color: rgb(245, 97, 20);
	border: 0;
	outline: 0;
	height: 34px;
    color: rgb(254, 246, 242);
	padding: 6px 12px;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 14px;
}

/*----------------------------------
[| Мастера |]
----------------------------------*/
.masters {
	text-align: center;
	padding: 40px 0px;
	overflow: hidden;
}

.master-img {
  width: 256px;
  height: 256px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}
.masters .mpt {
	padding-top: 15px;
}
.masters .title::before,
.masters .title::after {
	background: rgb(54, 54, 54) none repeat scroll 0% 0%;
}
.subtitle {
	display: inline-block;
	font-family: Arial;
	font-size: 18px;
	font-weight: 300;
	padding: 15px;
	margin-bottom: 10px;
}
.masters .mpt img {
	margin-bottom: 10px;
}
.mastername {
	display: inline-block;
	font-family: 'Roboto Slab';
	font-size: 20px;
	font-weight: 400;
	color: #0b0401;
	margin-bottom: 10px;
}
.mastertext {
	display: inline-block;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	color: #0b0401;
}

/*----------------------------------
[| Экшн |]
----------------------------------*/
.action {
	background: url(https://web.archive.org/web/20220705152850im_/http://glamschool.ru/images/spc.png) repeat,
				url(https://web.archive.org/web/20220705152850im_/http://glamschool.ru/images/qwertyuio.jpg);
	background-position: 50% 50%;
    background-repeat: repeat;
    background-size: cover;
	padding: 65px 0px 95px 0px;
	position: relative;
	overflow: hidden;
}
.actiontext {
	display: inline-block;
	font-family: 'Roboto Slab';
	font-size: 28px;
	font-weight: 400;
	color: #e1e1e1;
	text-align: center;
	margin-bottom: 30px;
}
.action .wrap {
	background: rgba(0,0,0,0.43);
	border-radius: 16px;
	padding: 30px 15px;
}
.act_left, .act_right {
	color: #ffffff;
	font-weight: normal;
}

.gridwrap {
    clear: both;
    display: table;
    width: 100%;
    position: relative;
}
.gridwrap:before {
    display: table;
    content: " ";
}
.col {
    vertical-align: middle;
	box-sizing: border-box;
    display: table-cell;
}
.col img {
	max-width: 95px;
}
.wrap_title {
	display: block;
	font-family: 'Intro';
	font-size: 36px;
	text-align: center;
	color: #ffffff;
	padding: 0px 0px 10px 0px;
}
.wrap_title_text,
.timer_wrap_text {
	display: block;
	font-family: 'Arial';
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
}
.action_cost {
	display: block;
	font-family: 'Intro';
	font-size: 24px;
	text-align: center;
	color: #e3550a;
	padding: 10px 0px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	margin-bottom: 10px;
}
/* Timer */
#timer {
	text-align: center;
	font-family: 'Uni Sans';
	font-size: 44px;
	font-weight: 400;
}
#timer #day,
#timer #hour,
#timer #min,
#timer #sec,
#timer #day p,
#timer #hour p,
#timer #min p,
#timer #sec p {
	display: inline-block;
}



#timer #day p,
#timer #hour p,
#timer #min p,
#timer #sec p {
	width: 26px;
	margin: 0px -6px 0px -6px;
}
#timer #day,
#timer #hour,
#timer #min,
#timer #sec {
	background: #E3550A;
	padding: 5px 10px;
	border-radius: 6px;
	width: 90px;
	height: 90px;
}
#timer .tic {
	font-family: 'Open Sans';
	font-size: 17px;
	display: block;
	margin: -10px 0px 0px 0px;
}
.razd {
	display: inline-block;
	margin-bottom: 10px;
}
.formwrap {
	text-align: center;
}
.timer_wrap_text {
	padding-bottom: 10px;
}
.formwrap_text {
	display: block;
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 15px;
}
.formwrap input {
	display: block;
	margin: 0px auto 10px auto;
	font-family: 'Open Sans';
	font-size: 14px;
	padding: 4px 10px;
	border-radius: 16px;
	border: 0;
	outline: 0;
}
.formwrap input[type='text'] {
	height: 34px;
}
.formwrap input[type='submit'] {
	font-size: 18px;
	padding: 10px 16px;
    background-color: rgb(25, 178, 25);
    border-color: rgb(20, 142, 20);
    color: rgb(240, 253, 240);
}
.formwrap a {
	font-family: 'Open Sans';
	color: rgb(242, 242, 242);
	margin-top: 5px;
    text-align: center;
    opacity: .5;
    font-size: 80%;
    cursor: pointer;
}
.ygol {
	height: 64px;
	position: absolute;
    z-index: 4;
    right: 0;
    left: 0;
	bottom: 0;
	width: 100%;
    overflow: hidden;
}
.ygol svg {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

/*--------------------------
[| Отзывы |]
--------------------------*/
.votes {
	padding: 40px 0px;
	text-align: center;
	overflow: hidden;
}
.votes .title {
	margin-bottom: 45px;
}
.votes .title::before,
.votes .title::after {
	background: rgb(54, 54, 54) none repeat scroll 0% 0%;
}
.vts {
	text-align: left;
	font-family: 'Roboto Slab';
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 65px;
}
.vote_img {
	display: inline-block;
	width: 40%;
	text-align: center;
}
.vote_img img {
	width: 90%;
	border-radius: 100%;
	overflow: hidden;
}
.vote_text {
	display: inline-block;
	width: 58%;
	vertical-align: middle;
	padding-left: 10px;
}
.vote_text span{
	display: block;
	text-align: right;
	padding: 9px 0px;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
}

/*--------------------------
[| Место встречи |]
--------------------------*/
.intro {
	font-family: 'Intro';
}
.arial {
	font-family: Arial;
}
.meating {
	position: relative;
	padding: 95px 0px 30px 0px;
	background: url(https://web.archive.org/web/20220705152850im_/http://glamschool.ru/images/spc.png) repeat,
				url(https://web.archive.org/web/20220705152850im_/http://glamschool.ru/images/qwertyuiop.jpg);
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
		color: #fff;
	overflow: hidden;
}
.meating .ygol {
	top: 0;
}
.meating .title {
	display: block;
	text-align: center;
	margin-bottom: 45px;
}
.meating .title::before,
.meating .title::after {
	display: block;
	margin: 15px auto;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.meating .mr {
	margin-bottom: 5px;
	padding: 7px 0px;
}
.meet_img, .meet_text, .meet_desc {
	display: inline-block;
	vertical-align: middle;
}
.meet_img img {
	width: 90px;
	margin-right: 25px;
}
.meet_text {
	font-size: 56px;
}
.meet_desc {

	padding-left: 20px;
	font-size: 18px;
	font-weight: 300;
}
.meetbtn {
	font-family: 'Open Sans';
	font-size: 21px;
	font-weight: 300;
	color: #fff;
	display: block;
	padding: 12px 0px;
}
.btnwrap {
	margin-top: 45px;
	background: #E3550A;
	border-radius: 15px;

	text-align: center;
	margin-bottom: 25px;
}
/*--------------------------
[| Карта |]
--------------------------*/
.map {
	position: relative;
	width: 100%;
	min-height: 400px;
	overflow: hidden;
}
.mapwrap {
	width: 100%;
	min-height: 400px;
	position: absolute;
	top: 0;
	padding: 15px 0px;
}
.bage {
	background: rgba(255,255,255,0.75);
	padding: 18px 0px;
		z-index: 1;
}
.bage img {
	display: block;
	width: 180px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bage span {
	display: block;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 300;
}
/*--------------------------
[| Footer |]
--------------------------*/
.footer {
	background: #303030;
	padding: 35px 0px;
	overflow: hidden;
}
.fcol {
	color: #fff;
}
.flogo {
	text-align: center;
}
.flogo img {
	width: 180px;
	padding: 5px 0px 15px 0px;
}
.fbtn {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 300;
	width: 70%;
	background: #19B219;
	padding: 7px 0px;
	border-radius: 15px;
	color: #fff;
}
.fptext {
	display: block;
	margin: 0 auto;
	font-family: 'Roboto Slab';
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	padding: 20px 0px 20px 0px;
}
.fphone {
	display: block;
	margin: 0 auto;
	font-family: Arial;
	font-size: 26px;
	text-align: center;
	font-weight: 300;
	vertical-align: middle;
	padding: 0px 0px 15px 0px;
}
.fphone .fa {
	font-size: 32px;
	vertical-align: middle;
	margin-right: 25px;
}

/* Прелоадер */
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #E74C3C;
    z-index: 100500;
}
#page-preloader .spinner {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(https://web.archive.org/web/20220705152850im_/http://glamschool.ru/images/grid.svg) no-repeat 50% 50%;
    margin: -60px 0 0 -60px;
}
/* Кнопка наверх */
#toTop {
	background: #fff;
	border:1px solid #ccc;
	border-radius: 50px;
	bottom:10px; /* отступ кнопки от нижнего края страницы*/
	cursor: pointer!important;
	display: none;
	padding: 15px;
	position:fixed;
	right:10px;
	text-align:center;
}
#toTop .fa {
	font-size: 30px;
}
/*-------------------------------------------
[ Pop Up окно ]
-------------------------------------------*/

.popup {
	display:none;
	overflow:hidden;
	background: rgba(255,255,255,1);
	z-index:100;
}
.success {
	display:none;
	overflow:hidden;
	background: rgba(255,255,255,1);
	z-index:100;
	padding: 10px;
	text-align: center;
}
a.close {
	width:32px;
	height:32px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:15px;
	right:15px;
	background:url(https://web.archive.org/web/20220705152850im_/http://glamschool.ru/images/close.png) no-repeat;
	background-size: cover;
	color: #333333;
	opacity: 1;
	position: relative;
}

#overlay {
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	display: none;
	background:#000;
	opacity:.8;
 	z-index: 12;
}
.callback {
	color: #360100;
	text-align: center;
	padding: 10px;
	position: relative;
}
.pop_title {
	display: block;
	font-family: 'Roboto Slab';
	font-size: 16px;
	text-align: center;

}
.pop_date {
	display: block;
	font-family: 'Roboto Slab';
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	color: #E25409;
}
.pop_footer {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: normal;
}
.callback form {
	display: block;
	margin: 0 auto;
	padding-top: 35px;
}
.callback input {
	display: block;
	margin: 0 auto;
	padding: 12px 7px;
	margin-bottom: 15px;
	width: 90%;
	   border: 1px solid #ccc;
	border-radius: 8px;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: normal;
    background-color: #fff;

}
.callback input[type='submit'] {
	border-radius: 16px;
    background-color: rgb(245, 97, 20);
    border-color: rgb(152, 57, 7);
    color: rgb(254, 246, 242);
	webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.25);
    box-shadow: inset 0 0 1px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.25);
    border-width: 0 0 2px;
    border-style: solid;
}
.conf {
	width: 100%;
	height: 100%;
	position:fixed;
	top: 0;
	background: #fff;
	overflow: auto;
}
.conf h1 {
	word-wrap: break-word;
}
.conf .site {
	display: block;
	font-size: 24px;
	color: #E25409;
	margin-bottom: 20px;
}
.conf h2 {
	font-size: 20px;
	color: #E25409;
}
.conf p {
	font-size: 16px;
	font-weight: normal;
}






































































/*
     FILE ARCHIVED ON 15:28:50 Jul 05, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:03:26 Nov 30, 2025.
     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):
  captures_list: 1.649
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 21.607
  LoadShardBlock: 159.318 (3)
  PetaboxLoader3.datanode: 174.802 (4)
  load_resource: 460.711
  PetaboxLoader3.resolve: 400.364
*/
