html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
strong, b{ font-weight: bold}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block}
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
html {height: 100%}
body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: 'Ubuntu', sans-serif;
	color:#fff;
	font-size:16px;
	line-height:1.2em;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
	background: #190d21
}
p{padding:6px 0}
.clear {
  clear: both;
  display: block
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}
.clearfix:after {clear: both}
/* ----style-form---*/
::-webkit-input-placeholder { color:#fff}
:-moz-placeholder { color:#fff}
.placeholder { color:#fff}
input, textarea, a {outline:none}
:focus {outline:none}

@font-face {
    font-family: 'GilroyRegular';
    src: url('../fonts/GilroyRegular.eot');
    src: url('../fonts/GilroyRegular.eot') format('embedded-opentype'),
         url('../fonts/GilroyRegular.woff2') format('woff2'),
         url('../fonts/GilroyRegular.woff') format('woff'),
         url('../fonts/GilroyRegular.ttf') format('truetype'),
         url('../fonts/GilroyRegular.svg#GilroyRegular') format('svg');
}
@font-face {
    font-family: 'MuseoSansCyrl900';
    src: url('../fonts/MuseoSansCyrl900.eot');
    src: url('../fonts/MuseoSansCyrl900.eot') format('embedded-opentype'),
         url('../fonts/MuseoSansCyrl900.woff2') format('woff2'),
         url('../fonts/MuseoSansCyrl900.woff') format('woff'),
         url('../fonts/MuseoSansCyrl900.ttf') format('truetype'),
         url('../fonts/MuseoSansCyrl900.svg#MuseoSansCyrl900') format('svg');
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeue.woff2') format('woff2'),
         url('../fonts/HelveticaNeue.woff') format('woff'),
         url('../fonts/HelveticaNeue.ttf') format('truetype'),
         url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
}
@font-face {
    font-family: 'helveticaneuecyrbold';
    src: url('../fonts/helveticaneuecyrbold.eot');
    src: url('../fonts/helveticaneuecyrbold.eot') format('embedded-opentype'),
         url('../fonts/helveticaneuecyrbold.woff2') format('woff2'),
         url('../fonts/helveticaneuecyrbold.woff') format('woff'),
         url('../fonts/helveticaneuecyrbold.ttf') format('truetype'),
         url('../fonts/helveticaneuecyrbold.svg#helveticaneuecyrbold') format('svg');
}

@font-face{
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Regular.ttf') format("truetype");
    font-style: normal; 
    font-weight: 400; 
    font-display: swap;
}
@font-face{
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Bold.ttf') format("truetype");
    font-style: normal; 
    font-weight: bold; 
    font-display: swap;
}

@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format("truetype");
    font-style: normal; 
    font-weight: bold; 
    font-display: swap;
}

@font-face{
    font-family: 'Museosanscyrl';
    src: url('../fonts/Museosanscyrl.ttf') format("truetype");
    font-style: normal; 
    font-weight: 400; 
    font-display: swap;
}

@font-face{
    font-family: 'Museosanscyrl';
    src: url('../fonts/museosanscyrl-300.ttf') format("truetype");
    font-style: normal; 
    font-weight: 300; 
    font-display: swap;
}

@font-face{
    font-family: 'Museosanscyrl';
    src: url('../fonts/museosanscyrl-700.ttf') format("truetype");
    font-style: normal; 
    font-weight: 700; 
    font-display: swap;
}

@font-face{
    font-family: 'HelveticaNeue';
    src: url('../fonts/Helvetica Neue.ttf') format("truetype");
    font-style: normal; 
    font-weight: 550; 
    font-display: swap;
}

@font-face{
    font-family: 'HelveticaNeue';
    src: url('../fonts/helveticaneuecyr-roman.ttf') format("truetype");
    font-style: normal; 
    font-weight: 400; 
    font-display: swap;
}

h1 {
	font-size: 98px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 16px;
	letter-spacing: -1px
}
.head h1 {text-transform: uppercase}
h2,.h2 {
	font-size: 25px;
	line-height: 1.2em;
	color: #FF8A00;
	display: block;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 700
}
.page {
	min-height:100%;
	width:100%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: relative;
	overflow: hidden
}
.top-page {
	position: relative;
	padding: 30px 0 110px;
	z-index: 2;
	background: #190d21
}
.top-page:before {
	content: 'РЕМОНТ';
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 420px;
	line-height: 1em;
	color: rgba(255, 255, 255, 0.025);
	position: absolute;
	left: 0;top: 0;
	width: 100%;height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}
.container {position: relative}
.header {
	width:100%;
	position:fixed;
	left: 0;top: 0;
	z-index:100;
	padding: 30px 0 20px;
	background: #190D21
}
body.modal-open .header {padding-right: 17px}
.logo {line-height: 0;}
.header .logo img {
	width: 100%;
	max-width: 315px
}
.menu {
	font-size: 18px;
	line-height: 1em;
	font-weight: 700;
	padding: 14px 0;
	text-transform: uppercase
}
.menu ul li {
	display: inline-block;
	margin-left: 70px
}
.footer .menu ul li {margin-left: 50px}
.menu a {
	color: #fff;
	text-decoration: none
}
.menu a:hover {color: #FF8A00}
.menu li.active a {color: #FF8A00}
.add-menu {
	width: 20px;
	height: 16px;
	text-align: center;
	display: none;
	border-top: 2px solid #fff;	
	position: absolute;
	right: 15px;
	top: 7px;
	transition: all ease .2s
}
.add-menu:before,
.add-menu:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	font-size: 14px;
	z-index: 60;
	transition: all ease .2s
}
.add-menu:before {top: 5px}
.add-menu:after {bottom: 0}
.add-menu.active {border: 0;margin-top: -8px}
.add-menu.active:before {
	transform: rotate(-45deg);
	margin-top: 9px
}
.add-menu.active:after {
	transform: rotate(45deg);
	margin-top: -10px
}

.info-group {
	padding: 46px 0 30px;
	border-bottom: 2px solid #FF8A00;
	margin-bottom: 66px
}
.info-group p {padding: 0}
.info-group-work {
	color: #FF8A00;
	font-size: 16px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif
}
.info-group-work-k {
	color: #fff;
	font-size: 16px;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif
}
.info-group-work,.info-group-work-k {padding: 20px 0}
.order-work {
	text-align: right;
	font-size: 14px;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 10px 0
}
.order-work a {
	color: #FF8A00;
	text-decoration: none
}
.order-work a:before {
	content: '';
	width: 38px;
	height: 38px;
	background: url(../images/bg/arrow-right.svg) no-repeat;
	background-size: cover;
	margin-right: 20px
}
.head {
	text-align: center;
	font-size: 35px;
	line-height: 1.2em;
	font-weight: 300;
	margin-bottom: 54px
}

.baner-velo {
	height: 518px;
	background-image: url(../images/bg/bg-velo.jpg);
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	font-size: 30px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 20px 0 0;
	position: relative;
	z-index: 1
}
.anons-work {max-width: 320px}

.about {
	padding: 90px 0 20px;
	background: #190d21;
	position: relative;
	z-index: 2;
	border-top: 10px solid #FF8A00
}
.about-group {
	padding-left: 290px;
	position: relative;
	min-height: 200px
}
.about-group:before {
	content: '01';
	position: absolute;
	left: -80px;top: -50px;
	color: rgba(255, 255, 255, 0.03);
	font-size: 300px;
	line-height: 1em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700
}
.about-item {
	font-family: 'GilroyRegular';
	font-size: 20px;
	line-height: 1.5em;
	border-bottom: 2px solid rgba(255, 138, 0, 0.1);
	padding-bottom: 74px;
	margin-bottom: 20px
}

.advantage-group {
	padding: 18px 0 90px;
	position: relative;
	z-index: 3;
	background: #190d21
}
.advantage {
	padding-left: 290px;
	position: relative;
	min-height: 200px
}
.advantage:before {
	content: '02';
	position: absolute;
	left: -80px;top: -50px;
	color: rgba(255, 255, 255, 0.03);
	font-size: 300px;
	line-height: 1em;
	font-family: Ubuntu;
	font-weight: 700
}
.advantage .h2 {padding-top: 12px}
.advantage-info {
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-transform: uppercase
}
.advantage-item {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	-webkit-flex-basis: 25%;
	flex-basis: 25%
}
.advantage-icon {
	display: block;
	width: 81px;
	height: 81px;
	margin: 0 auto 42px;
	text-align: center;
	position: relative
}
.adv2 {transform: rotate(135deg)}
.adv3 {transform: rotate(-150deg)}
.adv4 {transform: rotate(-15deg)}
.advantage-icon:before {
	content: '';
	width: 81px;
	height: 81px;
	background: url(../images/bg/adv-icon.png) no-repeat;
	display: inline-block;
	background-size: cover
}
.advantage-icon:after {
	content: '';
	width: 55px;
	height: 59px;
	background: url(../images/bg/adv-icon-bg.png) no-repeat;
	display: inline-block;
	background-size: cover;
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -29.5px;
}

.map-group {
	height: 872px;
	position: relative;
	z-index: 4
}
.map-group:before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;top: 0;
	position: absolute;
	z-index: 50;
	background: linear-gradient(89.27deg, #190D21 33%, rgba(0, 0, 0, 0) 91.18%)
}
.map-group .container {
	padding-top: 276px;
	padding-bottom: 276px;
	z-index: 60
}
.map-group img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}
.middle-map {
	position: absolute;
	left: 0;top: 0;
	width: 100%;
	height: 100%;
	z-index: 999
}
.map-info {
	position: relative;
	padding-left: 56px;
	min-height: 200px;
	z-index: 30
}
.map-info:before {
	content: '03';
	position: absolute;
	left: -80px;top: -160px;
	color: rgba(255, 255, 255, 0.03);
	font-size: 300px;
	line-height: 1em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700
}
.map-info-head {
	font-family: 'HelveticaNeue';
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 54px
}
.head-map {
	display: block;
	font-size: 50px;
	line-height: 1em;
	font-family: 'MuseoSansCyrl900';
	text-transform: uppercase;
	margin-bottom: 6px
}

.search {
	background: #FF8A00;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 50px;
	width: 322px;
	height: 54px;
	line-height: 52px;
	position: relative;
	padding: 0 40px
}
.search input[type=text] {
	font-size: 10px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1em;
	text-overflow: ellipsis;
	background: transparent;
	color: #fff;
	border: 0;
	text-transform: uppercase
}
.search button {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: rgba(227, 123, 0, 0.5);
	border: 0;
	position: absolute;
	right: 0;top: 0;
	text-align: center;
	line-height: 52px
}
.search button:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 19px;
	background: url(../images/bg/search.svg) no-repeat;
	background-size: cover
}

.help-group {
	padding: 110px 0;
	position: relative;
	z-index: 5;
	background: #190d21
}
.help-group .h2 {margin-bottom: 20px}
.help-section {
	padding: 0 56px;
	position: relative
}
.help-section:before {
	content: '04';
	position: absolute;
	left: -80px;top: -70px;
	color: rgba(255, 255, 255, 0.03);
	font-size: 300px;
	line-height: 1em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700
}
.accordeon-help {
	position: relative;
	max-width: 820px;
	margin-bottom: 30px
}
.accordeon-help h3 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	padding: 34px 28px;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: -1px;
	position: relative
}
.accordeon-help h3:before {
	content: '';
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url(../images/bg/plus-bg.svg) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;top: 50%;
	margin-top: -6.5px
}
.accordeon-help h3.active:before {
	background: url(../images/bg/minus-bg.svg) no-repeat;
	width: 13px;
	height: 2px;
	margin-top: -1px
}
.accordeon-help h3:nth-child(1) {border: 0}
.accordeon-help article {
	padding: 0 30px 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em
}
.accordeon-help article {display: none}
.accordeon-help h3 {
	height: 0;
	overflow: hidden;
	padding: 0;
}
.accordeon-help h3.disp-block {
	height: auto;
	overflow: visible;
	padding: 34px 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.2)
}
.accordeon-help.open-help h3 {
	height: auto;
	overflow: visible;
	padding: 34px 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	transition: all ease .2s;
}

.partner-group {
	padding: 70px 0;
	position: relative;
	z-index: 6;
	background: #190d21
}
.partner {
	padding: 0 56px;
	position: relative;
	min-height: 200px
}
.partner .h2 {margin-bottom: 0}
.partner:before {
	content: '05';
	position: absolute;
	left: -80px;top: -60px;
	color: rgba(255, 255, 255, 0.03);
	font-size: 300px;
	line-height: 1em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700
}
.info-partner {padding-bottom: 50px}
.partner-slide {position: relative}

.partner-slide:before,.partner-slide:after {
	content: '';
	position: absolute;
	left: -1px;top: 0;
	width: 2px;
	height: 100%;
	background: #190d21;
	z-index: 6;
	display: block
}
.partner-slide:after {left: auto;right: -1px}
.partner-slide>div {overflow: hidden}
.partner-slide figure {
	line-height: 0;
	overflow: hidden;
	position: relative;
	top: 1px
}
.partner-slide figure img {
	display: inline-block;
	vertical-align: middle;
	max-width: 190px
}
.partner-slide figure span {
	display: block;
	height: 165px;
	text-align: center;
	line-height: 165px;
	transition: all ease .2s;
	padding: 0 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative
}
.partner-slide figure span:hover{background: rgba(255, 255, 255, 0.05)}

.group-order-bell {
	padding: 126px 0 76px;
	position: relative;
	z-index: 7;
	background: #190d21
}
.group-order-middle {
	padding: 0 56px;
	position: relative
}
.group-order-middle:before {
	content: '06';
	position: absolute;
	left: -80px;top: -120px;
	color: rgba(255, 255, 255, 0.03);
	font-size: 300px;
	line-height: 1em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700
}
.head-order-bell {
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 64px
}
.h-order {
	font-size: 50px;
	font-family: 'MuseoSansCyrl900';
	line-height: 1em;
	display: block
}


.header-lc-top{
    background: #190D21;
    padding: 13px 0;
    border-bottom: 1px solid #332041;
	margin-bottom:10px;
}

.userbox__name{
    font-family: 'Ubuntu', Serif, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: 0.0015em;
    color: #FFFFFF;
}

.userbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.userbox a {vertical-align:center; color:#fff;}

.userbox__name{
    margin-left: 11px;
}


.help-form {
	font-size: 10px;
	line-height: 1.2em;
	display: block;
	text-align: center;
	font-family: 'HelveticaNeue';
	padding: 6px 0
}
.help-form a {
	color: #FF8A00;
	text-decoration: none
}
.group-order-middle .row {
	margin-left: -7px;
	margin-right: -7px
}
.group-order-middle .row [class^="col-"] {
	padding-left: 7px;
	padding-right: 7px
}

.contact {
	border-top: 10px solid #FF8A00;
	padding: 98px 0 80px;
	position: relative;
	z-index: 8;
	background: #190d21
}
.m-contact {
	position: relative;
	min-height: 200px;
	font-size: 40px;
	line-height: 1.2em;
	padding-left: 390px
}
.m-contact:before {
	content: '07';
	position: absolute;
	left: -80px;top: -50px;
	color: rgba(255, 255, 255, 0.03);
	font-size: 300px;
	line-height: 1em;
	font-family: Ubuntu;
	font-weight: 700
}
.contact-item .h2 {
	color: #FF8A00;
	font-size: 50px;
	line-height: 1.2em;
	font-family: 'MuseoSansCyrl900';
	margin-bottom: 20px;
	padding: 0 0 0 90px
}
.list-info-contact {
	font-size: 40px;
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 50px
}
.list-info-contact a {
	color: #fff;
	text-decoration: none;
	font-weight: 700
}
.list-info-contact li {
	position: relative;
	padding: 10px 0 10px 90px
}
.list-info-contact li:last-child {padding-top: 20px}
.list-info-contact li .icon {
	position: absolute;
	left: 0
}

.social-group {padding-left: 90px;margin-bottom: 20px}
.social-group a {
	display: inline-block;
	width: 69px;
	height: 69px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	margin: 0 40px 12px 0;
	transition: all 1s;
	line-height: 64px
}
.social-group a:hover {background: #FF8A00}
.contact-item .btn-orange {margin-left: 90px}

.icon {
	display: inline-block;
	vertical-align: middle;
	text-align: center
}
.ff-icon:before {
	width: 22px;
	height: 44px;
	background: url(../images/bg/ff-icon.svg) no-repeat
}
.inst-icon:before {
	width: 44px;
	height: 44px;
	background: url(../images/bg/inst-icon.svg) no-repeat
}
.teleg-icon:before {
	width: 44px;
	height: 38px;
	background: url(../images/bg/teleg-icon.svg) no-repeat
}
.viber-icon:before {
	width: 42px;
	height: 42px;
	background: url(../images/bg/viber-icon.svg) no-repeat
}
.tel-icon:before {
	width: 33px;
	height: 35px;
	background: url(../images/bg/tel-icon.svg) no-repeat
}
.mail-icon:before {
	width: 35px;
	height: 27px;
	background: url(../images/bg/mail-icon.svg) no-repeat
}
.map-icon:before {
	width: 25px;
	height: 35px;
	background: url(../images/bg/map-icon.svg) no-repeat
}
.icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-size: cover
}

.jellow {color: #FF8A00}

.close {
	color: #C4C4C4;
	position: absolute;
	top: 18px;right: -25px
}
.modal-content {
	border-radius: 20px;
	background: #F4F4F4;
	color: #000;
	padding: 0 50px 30px
}
.modal-header {
	-webkit-flex-direction: column;
	flex-direction: column;
	border: 0;
	position: relative;
	-webkit-align-items: center;
	align-items: center;
	padding: 50px 0 10px;
	margin-bottom: 0;
	text-align: center
}
.modal-title {
	font-size: 20px;
	line-height: 1.2em;
	color: #FF8A00;
	font-family: 'MuseoSansCyrl900';
	margin-bottom: 18px
}

.btn {
	text-transform: uppercase;
	color: #FF8A00;
	text-decoration: none;
	border: 1px solid #FF8A00;
	border-radius: 50px;
	font-size: 14px;
	line-height: 1.4333333em;
	padding: 15px 24px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	min-width: 260px
}
.btn:hover {color: #FF8A01}
.btn-orange {
	display: inline-block;
	vertical-align: middle;
	background: #FF8A00;
	border: 1px solid #FF8A00;
	font-family: 'Ubuntu', sans-serif;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 50px;
	font-size: 10px;
	line-height: 1.4333333em;
	color: #fff;
	padding: 16px 24px;
	min-width: 260px;
	text-transform: uppercase;
	text-align: center;
	position: relative
}
.btn-big {
	font-size: 14px;
	line-height: 1.4333333em;
	min-width: 410px;
	padding: 26px 24px;
	font-weight: 700;
	letter-spacing: 0.05em
}
.btn-prew:after {
	content: '\2192';
	position: absolute;
	right: 20px;top: 11px;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2em
}
.btn-orange:hover {
	color: #fff;
	text-decoration: none
}
.help-section .btn-prew.active {font-size: 0}
.help-section .btn-prew.active:before {
	content: 'скрыть';
	font-size: 10px;
	line-height: 1.4333333em;
	letter-spacing: 2px
}
.form-control {
	padding: 24px 24px;
	border-radius: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.modal .btn-orange {
	font-size: 14px;
	line-height: 1.4333333em;
	font-weight: 700
}
.checkbox {
	position: relative;
	z-index: 5;
}
.checkbox input[type=checkbox] {display: none}
.checkbox label:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;top: 5px;
  text-align: center;
  line-height: 23px;
  background: #FFFFFF;
	border: 1px solid #DDDDDD;
	line-height: 11px
}
.checkbox input[type=checkbox]:checked + label:before {
    content: '\2714'
}
.checkbox label {
	font-size: 12px;
	line-height: 1.2em;
	color: #606060;
	font-family: 'HelveticaNeue'
}
.checkbox a {
	color: #FF8A00;
	text-decoration: none
}
textarea.form-control {
	height: 136px;
	max-width: 100%;
	text-transform: none;
	text-align: left
}
textarea.form-control.placeholder { color: rgba(0, 0, 0, 0.2)}

.footer {
	width:100%;
	padding:30px 0;
	background: #15091D;
	position: relative;
	z-index: 9
}

.marker {
	display: block;
	position: absolute;
	left: 15px;bottom: -15px;
	cursor: pointer
}
.marker:before {
	content: '';
	width: 38px;
	height: 55px;
	display: block;
	background: url(../images/bg/marker.svg) no-repeat;
	background-size: cover
}
.info-ballun {
	background: #fff;
	padding: 22px 30px 40px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	position: absolute;
	color: #000;
	font-size: 16px;
	line-height: 1.2em;
	font-family: 'HelveticaNeue';
	text-align: center;
	max-width: 430px;
	z-index: 999;
	left: -26px;
	bottom: -2px;
	width: 300px;
	filter: invert(100%);
}
.info-ballun p {padding: 2px 0}
.info-ballun a {
	color: #000;
	text-decoration: none
}
.info-ballun b {font-family: 'helveticaneuecyrbold';}
.ballun-head {
	text-transform: uppercase;
	font-family: 'helveticaneuecyrbold'
}

.element-animation {
  opacity: 0;
  transform: translateY(20px)
}
.element-animation.element-show {
  opacity: 1;
  transition: all 0.3s;
  transform: translateY(0%)
}
.phone-header{
	left: 0px;
	position: absolute;	
	padding-left: 15px;
}
.icon:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
}
.phone-header .tel-icon:before {
    height: 20px;
    background-size: 19px !important;
}

.first{
	display: flex;
}
@media (max-width:1600px){
	.top-page:before {
		font-size: 340px;
		line-height: 1em
	}
}
@media (max-width:1400px){
	h1 {
		font-size: 88px;
		line-height: 1em
	}
	.top-page:before {
		font-size: 300px;
		line-height: 1em
	}
	.menu ul li {margin-left: 50px}
	.footer .menu ul li {margin-left: 40px}
	.m-contact {padding-left: 300px}
	.map-group {height: 700px}
	.partner-slide figure img {max-width: 160px}
	.partner-slide figure a {
		height: 160px;
		line-height: 160px
	}
	.advantage-item {
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		margin-bottom: 50px
	}
}
@media (max-width:1199px){
	h1 {
		font-size: 70px;
		line-height: 1em
	}
	.top-page:before {
		font-size: 220px;
		line-height: 1em
	}
	.menu ul li {margin-left: 30px}
	.advantage-item {
		margin-bottom: 40px
	}
	.advantage-icon {margin-bottom: 28px}
	.footer .menu ul li {margin-left: 10px}
	.m-contact {padding-left: 100px}
}
@media (max-width:991px){
	h1 {
		font-size: 50px;
		line-height: 1em
	}
	h2,.h2 {margin-bottom: 20px}
	.top-page {padding: 30px 0 50px}
	.top-page:before {
		font-size: 180px;
		line-height: 1em
	}
	.info-group {
		padding: 0 0 20px;
		margin-bottom: 50px
	}
	.add-menu {display: block}
	body.modal-open .header {padding-right: 0}
	.header .menu {
		position: absolute;
		width: 260px;
		padding: 10px 20px;
		background: #190D21;
		right: -360px;top: 100%;
		transition: all ease .2s
	}
	.menu.active {right: 0}
	.header .menu ul {display: block!important}
	.header .menu li {
		display: block;
		padding: 8px 0;
		margin: 0
	}
	.footer .menu {
		font-size: 14px;
		line-height: 1.2em;
		padding: 0
	}
	.footer .menu ul {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.footer .menu li {
		-webkit-flex-basis: 34%;
		flex-basis: 34%;
		margin: 0 0 6px
	}
	.order-work {text-align: center}
	.baner-velo {
		height: 400px;
		padding: 20px 0
	}
	.about {padding-top: 40px}
	.about-group,.advantage {
		padding-left: 200px;
		min-height: 150px
	}
	.advantage .h2 {margin-bottom: 30px}
	.about-group:before,.advantage:before {
		left: -40px;top: -50px;
		font-size: 200px;
		line-height: 1em
	}
	.map-info {
		padding-left: 50px;
		min-height: 150px
	}
	.map-info:before {
		left: -40px;top: -60px;
		font-size: 200px;
		line-height: 1em
	}
	.help-section:before {
		left: -40px;top: -50px;
		font-size: 200px;
		line-height: 1em
	}
	.partner-group {padding: 50px 0}
	.partner:before {
		left: -40px;top: -40px;
		font-size: 200px;
		line-height: 1em
	}
	.group-order-bell {padding: 90px 0 50px}
	.group-order-middle:before {
		left: -40px;top: -80px;
		font-size: 200px;
		line-height: 1em
	}
	.m-contact:before {
		left: -40px;top: -60px;
		font-size: 200px;
		line-height: 1em
	}
	.about-item {padding-bottom: 30px}
	.map-group {height: 500px}
	.map-group .container {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.map-info-head {
		font-size: 14px;
		line-height: 1.2em;
		margin-bottom: 14px
	}
	.head-map {
		font-size: 40px;
		line-height: 1em;
		margin-bottom: 4px
	}
	.h-order {
		font-size: 40px;
		line-height: 1em
	}
	.m-contact {padding-left: 0}
	.list-info-contact {
		font-size: 30px;
		line-height: 1.1em
	}
	.partner-slide figure a {
		height: 150px;
		line-height: 150px
	}
}
@media (max-width:767px){
	h1 {
		font-size: 40px;
		line-height: 1em
	}
	.partner .h2 {margin-bottom: 20px}
	.header {padding: 10px 0 16px}
	.add-menu {top: 12px}
	.head {
		font-size: 25px;
		line-height: 1.2em
	}
	.top-page:before {
		font-size: 120px;
		line-height: 1em
	}
	.header .logo img {
		width: 100%;
		max-width: 280px
	}
	.footer .logo {text-align: center;margin-bottom: 14px}
	.header .menu {
		font-size: 16px;
		line-height: 1.2em
	}
	.footer {padding: 14px 0}
	.footer .menu ul {
		justify-content: space-between!important;
	}
	.footer .menu li {
		-webkit-flex-basis: auto;
		flex-basis: auto;
		margin: 0 0 6px
	}
	.info-group-work,.info-group-work-k {padding: 10px 0}
	.baner-velo {height: 300px}
	.about-group,.advantage {padding-left: 100px}
	.about-group:before,.advantage:before {
		left: -20px;top: -10px;
		font-size: 90px;
		line-height: 1em
	}
	.map-info {padding-left: 0px}
	.map-info:before {
		left: -30px;top: -40px;
		font-size: 90px;
		line-height: 1em
	}
	.help-section:before {
		left: -30px;top: -20px;
		font-size: 90px;
		line-height: 1em
	}
	.partner-group {padding: 20px 0}
	.partner:before {
		left: -30px;top: -30px;
		font-size: 90px;
		line-height: 1em
	}
	.group-order-bell {padding: 60px 0 40px}
	.group-order-middle:before {
		left: -30px;top: -30px;
		font-size: 90px;
		line-height: 1em
	}
	.m-contact:before {
		left: -30px;top: -20px;
		font-size: 90px;
		line-height: 1em
	}
	.head-map,.h-order {
		font-size: 34px;
		line-height: 1em
	}
	.partner-slide figure img {width: 100%}
	.partner-slide figure a {
		height: 150px;
		line-height: 150px;
		padding: 0 20px
	}
	.head-order-bell {margin-bottom: 30px}
	.list-info-contact {
		font-size: 24px;
		line-height: 1.1em
	}
	.list-info-contact li {padding: 12px 0 12px 60px}
	.contact {padding: 50px 0}
	.contact-item .h2 {
		padding-left: 60px;
		font-size: 40px;
		line-height: 1em
	}
	.social-group {padding-left: 60px}
	.social-group a {margin-right: 20px}
	.contact-item .btn-orange {margin-left: 60px}
	.advantage-info {
		font-size: 16px;
		line-height: 1.2em
	}
}
@media (max-width:575px){
	.advantage-item {
		flex-basis: 50%;
	}
	.advantage-item p{
		font-size: 14px;
	}
	.about-item {
		font-size: 16px
	}
	h1 {
		font-size: 34px;
		line-height: 1em
	}
	.contact-item .h2 {
		font-size: 30px;
		line-height: 1em;
		padding-left: 50px
	}
	.info-group {margin-bottom: 30px;padding-bottom: 12px}
	.info-group-work-k {padding-bottom: 16px}
	.head {
		font-size: 20px;
		line-height: 1.2em;
		margin-bottom: 20px
	}
	.order-work {text-align: left}
	.baner-velo {
		height: auto;
		padding: 80px 0
	}
	.anons-work {max-width: none}
	.about {padding-top: 30px}
	.about-group,.advantage {padding-left: 0}
	.about-group:before,.advantage:before {
		display: block;
		position: relative;
		left: 0;top: 0;
		font-size: 80px;
		line-height: 1em;
		margin-bottom: 16px
	}
	.map-info:before {
		position: absolute;
		left: 0;top: -40px;
		font-size: 80px;
		line-height: 1em;
		margin-bottom: 16px
	}
	.help-section:before {
		display: block;
		position: relative;
		left: 0;top: 0;
		font-size: 80px;
		line-height: 1em;
		margin-bottom: 16px
	}
	.partner:before {
		display: block;
		position: relative;
		left: 0;top: 0;
		font-size: 80px;
		line-height: 1em;
		margin-bottom: 16px
	}
	.m-contact:before {
		display: block;
		position: relative;
		left: 0;top: 0;
		font-size: 80px;
		line-height: 1em;
		margin-bottom: 16px
	}
	.group-order-bell {padding: 10px 0 0}
	.group-order-middle:before {
		display: block;
		position: relative;
		left: 0;top: 0;
		font-size: 80px;
		line-height: 1em;
		margin-bottom: 16px
	}
	.about-item {margin-bottom: 0}
	.advantage-group {padding: 10px 0 40px}
	.search {
		width: 280px;
		height: 44px;
		line-height: 42px;
		padding: 0 30px
	}
	.search button {
		width: 44px;
		height: 44px;
		line-height: 42px
	}
	.map-group:before {
		background: linear-gradient(89.27deg, #190D21 20%, rgba(0, 0, 0, 0) 91.18%);
	}
	.help-group {padding: 10px 0}
	.help-section,.partner,.group-order-middle {padding: 0}
	.footer .logo img {
		width: 100%;
		max-width: 250px
	}
	.contact {padding: 30px 0}
	.list-info-contact {
		font-size: 18px;
		line-height: 1.1em
	}
	.list-info-contact li {padding: 14px 0 14px 50px}
	.list-info-contact li .icon {margin-top: -5px}
	.social-group {padding-left: 50px}
	.social-group a {margin-right: 20px}
	.contact-item .btn-orange {margin-left: 50px}
	.btn-big {
		min-width: 340px;
		padding: 20px 24px
	}
}
@media (max-width:480px){
	h1 {
		font-size: 32px;
		line-height: 1em
	}
	.list-info-contact {
		font-size: 16px;
	}
	.header {padding: 8px 0 14px}
	.add-menu {top: 10px}
	.header .logo img {
		width: 100%;
		max-width: 220px
	}
	.footer .menu {
		font-size: 12px;
		line-height: 1.2em
	}
	.footer .menu li {
		-webkit-flex-basis: 40%;
		flex-basis: 40%
	}
	.modal-content {padding: 0 20px 20px}
	.close {top: 18px;right: 8px}
	.social-group a {margin: 0 5px 10px}
	.contact-item .btn-orange {margin-left: 0}
	.social-group {padding-left: 0;text-align: center}
	.btn-big {
		min-width: 100%;
		font-size: 13px;
		line-height: 1.433333em
	}
}
@media (max-width:479px){
	.advantage-item {
		-webkit-flex-basis: 100%;
		flex-basis: 50%;
	}
	.advantage-item p{
		font-size: 14px;
	}
	.modal-content {
		padding: 0 10px 20px
	}
}
#MAP_BACKGROUND {
	//float: right;
	width: 100%;
	height: 100%;
}

#MAP_BACKGROUND {
	filter: invert(100%);
	-ms-filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
}

@media (max-width: 990px){
	.map-group:before {
		display: none !important;
	}
}


/* Разделы ЛК */
.lc-branchbox{
	display: flex;
	flex-direction: column;
}

.lc-branch{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Ubuntu', serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 17px;
	letter-spacing: 0.0015em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #473D4D;
	width: 238px;
	height: 68px;
	position: relative;
	background: transparent;
	margin-top: -1px;
}

.lc-branch::before{
	content: '';
	position: absolute;
	width: 4px;
	height: 99%;
	left: -1px;
	background: transparent;
}

.lc-branch:hover{
	color:#FFFFFF;
	text-decoration: none;
}

.lc-branch.active{
	background: #332041;
}

.lc-branch.active::before{
	background: #FF8A00;
}


.lc-content{
	background: #190D21;
	border-top: 1px solid #332041;
	padding-top: 40px;
	padding-bottom: 60px;
	height: 100%;
}

.lc-wrapper{
	display: flex;
	justify-content: space-between;
	padding-top:10px;
	padding-bottom: 10px;
}
.lc-leftside{
	padding-right: 39px;
}
.lc-rightside{
	min-height:300px;
	width: 80%;
}

/* Модальное окно */
.modal-lc .modal-title{
    font-family: 'Museosanscyrl';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FF8A00;
    margin-bottom: 40px;
}

.modal-lc p{
    font-family: 'HelveticaNeue';
    font-weight: 550;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #473D4D;
}

.modal-lc .modal-header{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-bottom: none;
}

.modal-lc .modal-dialog{
    max-width: 484px;
    width: 484px;
}

.modal-lc .modal-content{
    padding: 60px;
    background: #F4F4F4;
    border-radius: 28px;
    position: relative;
}

.modal-lc__file-load .modal-content{
    padding: 60px 102px;
}

.modal-lc__file-load .modal-title{
    margin-bottom: 20px;
}

.modal-lc__file-load .modal-dialog{
    max-width: 425px;
    width: 424px;
}

.modal-lc .close{
    position: absolute;
    cursor: pointer;
    right: -20px;
    top: -25px;
    opacity: 1;
}

.modal-lc .modal-body{
    padding: 0;
}

.modal-lc .form-group{
    margin-bottom: 11px;
}

/* Регистрация */

.modal-lc .form-control {
    padding-top: 16px;
    padding-bottom: 14px;
    border-radius: 18px;
    color: #606060;
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    border: 1px solid #E9EBED;
    height: 49px;
}

.modal-lc .checkbox label {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.02em;
    color: #4F4F4F;
    font-weight: 400;
	padding-left: 25px;
    position: relative;
    cursor: pointer;
}

.modal-lc .checkbox label::before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 6px;
    top: -3px;
    background: #FFFFFF;
    border: 1px solid #E9EBED;
}

.lc-input:checked + .lc-label::before {
    background-image: url('../images/input-check.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.checkbox a {
    color: #FF8A00;
    text-decoration: underline;
}

.modal-lc .checkbox input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.modal-lc .btn-block{
    display: inline-block;
    vertical-align: middle;
    background: #FF8A00;
    border: 1px solid #FF8A00;
	font-family: 'Roboto', serif;
    border-radius: 33px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    padding: 16px 24px;
    min-width: 260px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.modal-lc .btn-orange {
    background: #FF8A00;
    border: 1px solid #FF8A00;
    color: #fff;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.modal-lc .btn-border{
    border: 1px solid #FF8A00;
    color: #606060;
    background: transparent;
}

/* Авторизация */
.lc-modal-auth__forget-pass{
	font-family: 'HelveticaNeue', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    color: #FF8A00;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    margin-bottom: 30px;
}

.lc-modal-auth__forget-pass:hover{
    color: #FF8A00;
}

/* Медиа */
@media(max-width: 1235px) {
	.lc-filebox.grid{
		border-bottom: none;
	}

	.lc-filebox.grid .lc-filebox__item{
		border-bottom: 1px solid #332041;
		margin-top: -1px;
	}

	.lc-filebox.grid .lc-filebox__item:last-child{
		border-bottom: 1px solid #332041;
	}
}

@media(max-width: 920px) {

}


@media(max-width: 920px) {
	.phone-header {
		padding-left: 15px;
	}
	.lc-viewbox{
		justify-content: flex-end;
		padding-top: 20px;
	}

	.lc-filterbox{
		flex-direction: column;
	}

	.lc-wrapper{
		flex-direction: column;
	}

	.lc-branchbox {
		flex-direction: row;
		margin-bottom: 30px;
	}

	.lc-rightside{
		width: 100%;
	}

	.lc-content{
		height: auto;
	}
}

@media(max-width: 767px) {
	.phone-header {
		padding-left: 15px;
	}
	.modal-lc .modal-dialog {
		width: 90%;
		margin: 0 auto;
	}

	.modal-lc .btn-block{
		min-width: auto;
	}

	.modal-lc .modal-content {
		padding: 60px 30px;
	}
}

@media(max-width: 550px){
	.logo-first{
		display: none;
	}
	.phone-header {
		padding-left: 15px;
	}
	.lc-filebox.grid{
		justify-content: center;
		border-left: none;
	}

	.lc-filebox.grid .lc-filebox__item{
		border-left: 1px solid #332041;
		margin-left: -1px;
	}

	.lc-filebox__text{
		font-size: 13px;
	}

	.lc-filebox__street{
		max-width: 90px;
	}

	.lc-filebox.inside .lc-filebox__edit svg{
		width: 14px;
	}

	.lc-filebox.inside .lc-filebox__item{
		padding: 23px 0px 25px 0px;
	}

	.lc-filebox.grid.inside .lc-filebox__street{
		max-width: none;
	}
}

@media(max-width: 430px){
	.phone-header {
		padding-left: 15px;
	}
	.lc-branchbox {
		flex-direction: column;
		margin-bottom: 0px;
	}

	.lc-selectbox {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding-top: 20px;
	}

	.lc-filterbox__wrapper{
		margin: 10px 0;
	}
}