@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');


body {
	padding-bottom: 0px !important;
}
a {
	text-decoration: none !important;
	border-bottom: 1px dashed rgba(31,100,167,0.5);
}
a.noborder {
	border: none !important;
}
.noborder a {
	border-bottom: 1px dashed rgba(31,100,167,0.5);
}
.body {
	position: relative;
	top: 100px;
}
*[disabled],
.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}



/* Зелёная подсказка */
.help {
	cursor									: help;
	color										: green;
}
.sup.help {
	margin-left							: 3px;
}
.sup.required.help {
	color										: #cc0b0a;
}




/* ------------------------- Цвета ------------------------- */
.colRed {
	color: #cc0b0a;
	/*font-size: inherit;*/
}




/* ------------------------- Списки ------------------------- */
ol {
	counter-reset: li; /* Инициализируем счетчик */
	padding: 0; /* Удаляем  установленное по умолчанию левое поле*/
	list-style: none; /* Отменяем нумерацию установленную по умолчанию */
}
ol>li {
	position: relative; /* Создаем контекст для позиционирования элементов */
	margin-left: 75px; /* Даем каждому элементу списка отступ слева, что бы освободить пространство для нумерации */
	margin-bottom: 20px;
}
ol>li:before {
	content:counter(li); /* В качестве данных используем счетчик */
	counter-increment:li; /* Увеличиваем значение счетчика на 1 */
	/* Позиционируем и оформляем цифры */
	position: absolute;
	font-weight: 700;
	top: -3px;
	left: -68px;
	width: 28px;
	height: 28px;
	padding: 7px 5px 3px 5px;
	text-align: center;
	color: white;
	border: 5px solid white;
	border-radius: 50%;
}




li[type=dash] {
	list-style: none;
}
li[type=dash]:before {
	position: relative;
	left: -20px;
	margin-right: -15px;
	content: '– ';
}
ul[type=dash]>li {
	list-style: none;
}
ul[type=dash]>li:before {
	position: relative;
	left: -20px;
	margin-right: -15px;
	content: '– ';
}





.button {
	padding: 20px 50px;
}
.button a {
	display: block;
	text-align: center;
	border: 3px solid #33a0d8;
	color: #33a0d8;
	text-decoration: none;
	border-radius: 10px;
	padding: 15px 10px;
	font-size: 32px;
}






.bg{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
}

.section {
	position: relative;
	width: 100%;
	clear: both;
	background-size: cover;
	border-bottom: 1px solid #ccc;
}
.section:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	margin-top: 0px;
}

.block {
	position: relative;
}
.block.single>.page>.list_page:nth-child(2) {
	width: 100%;
}
.block.single>.page>.list_page:nth-child(3) {
	display: none;
}

.page {
	position: relative;
	max-width: 950px;
	margin: 0px auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
/*
.page:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	margin-top: -1px;
}
*/
.page .list_page {
	position: relative;
	display: inline-block;
	top: 0px;
	bottom: 0px;
	width: 46%;
	min-height: 0px;
	margin-left: 70px;
	margin-bottom: -1px;
	flex-grow: 1;
	flex-basis: 1%;
}
.page .list_page:nth-child(2) {
	/*float: left;*/
	margin-left: 0px;
}
.page .list_page:nth-child(3) {
	/*float: right;*/
}
.page .list_page h4:first-of-type,
.page .list_page h3:first-of-type,
.page .list_page h2:first-of-type,
.page .list_page h1:first-of-type {
	margin-top: 0px;
}
.page .list_page img {
	max-width: 100%;
}










/* ------------------------- Подсветка под блоком ------------------------- */
.w_fon {
	background-color: white;
	z-index: 10;
	background: url('../img/w.png') no-repeat 100% 0px;
	background-size: 100% 100%;
}
.w_fon * {
	position: relative;
	z-index: 15;
}
.w_fon:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	left: -75px;
	bottom: 0px;
	width: 75%;
	background: url('../img/w.png') no-repeat 0% 0%;
	background-size: 100% 100%;
	z-index: 5;
}
.w_fon:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	right: -75px;
	bottom: 0px;
	width: 75%;
	background: url('../img/w.png') no-repeat 100% 0%;
	background-size: 100% 100%;
	z-index: 5;
}





/* ------------------------- Блок шапки ------------------------- */
#block_header {
	position: fixed;
	top: 0px;
	padding-bottom: 0px;
	z-index: 59;
	background: white;
	border-bottom: 1px solid #ccc;
}

#slogan {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	font-size: 18px;
	font-family: 'Roboto', 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #cc0b0a;
	text-align: center;
}
#slogan p {
	margin: 0px;
	padding: 0px;
}

#logo {
	position: relative;
	display: block;
	width: 200px;
	height: 0px;
	margin: 15px 0px 15px 0px;
	padding-top: 70px;
	background-position: 50% 50%;
	text-decoration: none;
	font-weight: 500;
	color: #7cc245;
	border: none;
	overflow: hidden;
}

#phons {
	margin-top: 25px;
}
#phons>ul>li {
	font-size: 24px;
	margin-bottom: 2px;
	font-weight: 300;
	border: none !important;
	color: #506179;
}

#menu {
	display: inline-block;
	margin: 10px auto 0px auto;
}
#menu li {
	padding: 0px 10px;
}
#menu * {
	text-decoration: none;
}
#menu a {
	color: black;
	border-bottom: 1px dashed black;
}
#menu a:hover {
	color: #cc0b0a;
}





/* ------------------------- Блок ссылок в футере ------------------------- */
#link {
	margin: 10px 165px 50px 165px;
}
#link ul {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: space-between;
	height: 100px;
	margin: auto -20px;
}
#link ul>li {
	margin: 0px 20px;
}
#link:after{
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin-bottom: -1px;
}




/* ------------------------- Анимация для кнопок и баннеров ------------------------- */
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes pulse {
	from {	transform: scale3d(1, 1, 1);	}
	50% {		transform: scale3d(1.05, 1.05, 1.05);	}
	to {			transform: scale3d(1, 1, 1);	}
}
@keyframes pulse {
	from {	transform: scale3d(1, 1, 1);	}
	50% {		transform: scale3d(1.05, 1.05, 1.05);	}
	to {			transform: scale3d(1, 1, 1);	}
}





/* ------------------------- Баннеры ------------------------- */
.tech800 * {
	position: relative;
	font-family: 'Open Sans';
	font-weight: 300 !important;
	z-index: 10;
}
.tech800 h1,
.tech800 h1 * {
	font-size: 26px !important;
	text-align: center;
	font-weight: 600 !important;
	margin: 15px 0px;
}
.tech800 .lfont * {
	font-size: 15px !important;
}
.tech800 table.noborder td {
	text-align: center;
}
.tech800 table.noborder td:first-of-type {
	text-align: left;
}
.tech800 table.noborder td:last-of-type {
	text-align: right;
}

.tech800 b,
.tech800 strong {
	font-weight: 600 !important;
}
.btn_lp {
	display: inline-block;
	min-width: 200px;
	padding: 10px 10px;
	color: rgb(255, 255, 255) !important;
	border-radius: 3px !important;
	box-shadow: rgb(0, 156, 78) 0px 3px 0px 0px !important;
	background-image: linear-gradient(to right, rgb(0, 196, 97) 0%, rgb(31, 196, 146) 100%) !important;
	transition: all 0.3s ease;
	text-align: center;
	/*font-size: 24px !important;*/
	text-decoration: none;
}
.btn_lp:hover {
	background-image: linear-gradient(to left, rgb(31, 196, 146) 0%, rgb(31, 196, 146) 100%) !important;
}

.btn_web {
	display: inline-block;
	min-width: 200px;
	padding: 10px 10px;
	color: rgb(255, 255, 255) !important;
	border-radius: 5px !important;
	/*box-shadow: rgb(0, 156, 78) 0px 3px 0px 0px !important;*/
	background-image: url('//1web.ru/bitrix/templates/index_page/images/fon2.gif') !important;
	transition: all 0.3s ease;
	text-align: center;
	/*font-size: 24px !important;*/
	text-decoration: none;
}

.tech800 h5 {
	font-weight: 600 !important;
	text-align: left;
	display: inline-block;
	margin: 0px auto;
}
.tech800 h5 span {
	display: inline-block;
	margin: 0px;
}
.tech800 .icons {
	font-size: 40px !important;
	display: block;
	color: #666;
	float: left;
	margin-right: 15px;
	margin-top: -5px;
	margin-bottom: -5px;
}
.tech800 .bground td {
	position: relative;
	vertical-align: middle;
	line-height: 18px;
}
.tech800 .bground td:before {
	content: '';
	position: relative;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgb(255, 255, 255);
	background-size: 40px 40px;
	margin-top: 15px;
}
.tech800 .bground td.bg1:before {
	background-image: url('/uploads/8d43bbe6d714259e0ca72f68032e78cb08050ce5.jpg')
}
.tech800 .bground td.bg2:before {
	background-image: url('/uploads/48672f95216e0e57c55e3bcdfe3a32bd12fc8158.jpg')
}
.tech800 .bground td.bg3:before {
	background-image: url('/uploads/88f58f8fcc56ee47dba448a80933490ab5905e05.jpg')
}
.tech800 .bground td p {
	position: relative;
	font-weight: 600 !important;
	text-align: left;
}
#banner_tech800 {
	position: absolute;
	top: 620px;
	background: white;
	border: 1px dashed rgb(204, 204, 204);
	left: 0px;
	right: 0px;
	padding: 5px 150px 5px 80px;
	color: black;

	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	min-height: 60px;

	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1)
}
#banner_tech800 img {
	float: right;
	margin: 22px -130px 0px 10px;
	width: 120px;
}
#banner_tech800:before {
	content: ' ';
	position: absolute;
	background: url(/uploads/luxury-wedding-gifts.png) no-repeat 0px 0px;
	width: 50px;
	height: 50px;
	background-size: contain;
	top: 10px;
	left: 20px;
}
#banner_tech800:hover {
	background-color: rgba(230, 230, 230, 1);
	border-color: rgb(230, 230, 230);
}
#banner_tech800:active {
	background-color: rgba(230, 230, 230, 1);
	border-color: rgb(184, 184, 184);
}




#banner_web800,
#banner_platformalp {
	position: absolute;
	top: 520px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px dashed rgb(204, 204, 204);
	left: 0px;
	right: 0px;
	padding: 5px 10px 10px 10px;
	color: black;

	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;

	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1)
}
#banner_web800 img,
#banner_platformalp img {
	text-align: center;
	margin: 0px auto 0px auto;
	width: 170px;
}

#banner_platformalp:before {
	content: ' ';
	position: absolute;
	background: url(/uploads/luxury-wedding-gifts.png) no-repeat 0px 0px;
	width: 50px;
	height: 50px;
	background-size: contain;
	top: 10px;
	left: 20px;
}
#banner_web800:hover,
#banner_platformalp:hover {
	background-color: rgba(255, 255, 255, 0.9);
	border-color: rgb(255, 255, 255);
}
#banner_web800:active,
#banner_platformalp:active {
	background-color: rgba(255, 255, 255, 0.9);
	border-color: rgb(184, 184, 184);
}







/* ------------------------- Замена ссылки логотипами ------------------------- */
.logo_tele800 {
	position: relative;
	width: 120px;
	display: inline-block;
	margin: 0px 5px !important;
	max-height: 0px;
	overflow: hidden;
	padding-top: 18px !important;
	vertical-align: baseline;
	bottom: -2px;
	border: none;
}
.logo_tele800:after {
	content: ' ';
	position: absolute;
	display: inline-block;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url('/uploads/logo_tele800.png') no-repeat 50% 50%;
	background-size: 100% auto;
}
.logo_tele800.ext:after {
	right: 20px;
}





/* ------------------------- Блок контактов ------------------------- */
.section #map {
	position: absolute;
	width: 100%;
	height: 500px;
	z-index: 1;
	background: #EFEFEF;
}
.section #map>div {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 110px;
}
#block_contacts .page {
	padding-top: 500px;
	position: relative;
}
#block_contacts * {
	font-size: 16px !important;
}
#address {
	position: absolute;
	z-index: 10;
	top: 80px;
	right: 0px;
	background: white;
	width: 380px;
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 30px -10px;
}





/* ------------------------- Блок копирайтов ------------------------- */
#logoNovatel {
	position: relative;
	display: block;
	width: 150px;
	height: 60px;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
	background: url('../uploads/logo_novatel.gif') no-repeat 50% 0%;
	background-size: 85%;
	border-bottom: none;
}
#logoNovatel:after {
	content: '®';
	position: absolute;
	font-family: Arial !important;
	font-size: 11px;
	color: #1f64a7;
	top: -8px;
	left: 95px;
}
#sloganNovatel {
	width: 150px;
	position: relative;
	top: -5px;
}
#sloganNovatel li {
	font-family: Arial !important;
	width: 150px;
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#sloganNovatel li.frame_1 {
	color: #4B8AC1;
	opacity: 1;
	filter: alpha(opacity=100);
}
#sloganNovatel li.frame_2 {
	color: #FF8040;
	opacity: 0;
	filter: alpha(opacity=0);
	left: -1px;
}

#siluet_logo {
	position: relative;
	display: block;
	width: 150px;
	margin: 15px 0px 0px 0px;
	background: url('../uploads/logo_siluet.png') no-repeat 50% 0%;
	background-size: 70%;
}
#siluet_logo,
#siluet_logo * {
	font-size: 11px !important;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
}
#siluet_logo .logo {
	width: 105px;
	height: 35px;
	display: inline-block;
}
#r1 {
	position: absolute;
	font-family: Arial !important;
	font-size: 9px;
	color: #174f2c;
	top: 5px;
	left: 130px;
	font-style: italic;
}




/* ------------------------- Гибкие блоки ------------------------- */
.flexbox {
	display: -webkit-flex; 
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.flexbox>div {
	margin: 0px;
	text-align: center;
	padding: 0px 10px;
	/*
	flex-basis: 33.3%;
	*/
	flex-grow: 1;
}
.flexbox>div span {
	font-family: sans-serif;
	font-size: 95% !important;
}
.flexbox>div>img {
	margin: 0px auto;
}




/* ------------------------- Для строки с логотипами ------------------------- */
.mh10 {	max-height: 10px;	}
.mh15 {	max-height: 15px;	}
.mh20 {	max-height: 20px;	}
.mh25 {	max-height: 25px;	}
.mh30 {	max-height: 30px;	}
.mh35 {	max-height: 35px;	}
.mh40 {	max-height: 40px;	}
.mh45 {	max-height: 45px;	}
.mh50 {	max-height: 50px;	}
.mh55 {	max-height: 55px;	}
.mh60 {	max-height: 60px;	}
.mh65 {	max-height: 65px;	}
.mh70 {	max-height: 70px;	}
.mh75 {	max-height: 75px;	}
.mh80 {	max-height: 80px;	}
.mh85 {	max-height: 85px;	}
.mh90 {	max-height: 90px;	}
.mh95 {	max-height: 95px;	}
.mh100 {	max-height: 100px;	}




/* ------------------------- Блоки услуг (с увеличением при наведении) ------------------------- */
.blocks {
	margin: 50px -20px 0px -20px;
}
.blocks>div {
	position: relative;
	border-radius: 10px;
	background: #ffffef;
	flex-basis: 1%;
	margin: 0px 20px;
	transition: all 0.3s ease;
	transform: scale(1);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5), inset 0px 0px 30px rgba(255,255,255,0.7);
}
.blocks>div,
.blocks>div * {
	text-align: center;
}
.blocks>div:hover {
	box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.5), inset 0px 0px 30px rgba(255,255,255,0.7);
	transform: scale(1.05);
}





/* ------------------------- Блок номеров телефона ------------------------- */
#select_nums ul li {
	width: 50%;
	float: left;
	text-align: center;
}
#select_nums ul:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	margin-top: -1px;
}
#select_nums ul li label:hover {
	background: #c6e2b3;
}
/*
#order {
	background: #8cc566;
	font-size: inherit;
	color: black;
	padding: 5px 25px !important;
	text-align: center;
	border: none !important;
	border-radius: 5px;
	width: 95%;
	cursor: pointer;
	text-decoration: none;
	width: 300px;
}
#order[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}
*/
.sel_num {
	background: #8cc566;
	color: white;
}