

/* Start:/local/templates/lambumiz/components/bitrix/menu/top-menu/style.css?17670282732837*/
.main-nav nav ul{
	/*width: 700px;*/
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.main-nav nav ul:after{
	display: table;
	content: " ";
	clear: both;
}
.main-nav nav li{
	margin:0;
	padding: 0px 22px 8px 0px;
	float: left;
	border-bottom: 2px solid #fff;
}
footer.main-nav nav li{
	border-bottom: 2px solid #4972a1;
}
.main-nav nav li:last-child{
	padding-right: 0px;
}
.main-nav nav a{
	padding-bottom: 8px;
	color: #353535;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	text-decoration: none;
	white-space: nowrap;
}
footer.main-nav nav a{
	color: #fff;
}
.main-nav nav li.selected a, .main-nav nav a:hover{
	border-bottom: 4px solid #d30221;
}
footer.main-nav nav li.selected a, footer.main-nav nav a:hover{
	border-bottom: 4px solid #fff;
}
.main-nav nav li.selected a{
	padding-bottom: 7px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
}


@media screen and (max-width: 1250px){
    .main-nav nav li{
        padding: 0px 20px 8px 0px;
    }
    .main-nav nav a{
        font-size: 15px;
    }
    .main-nav nav li.selected a{
        padding-bottom: 8px;
        font-size: 15px;
    }
    .main-nav nav li.selected a, .main-nav nav a:hover{
        border-bottom: 3px solid #d30221;
    }
    section.main-nav nav li{
        padding: 0px 15px 8px 0px;
    }
    section.main-nav nav a{
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 1199px){
    .main-nav nav li{
        padding: 0px 17px 8px 0px;
    }
    section.main-nav nav li{
        padding: 0px 15px 8px 0px;
    }
}

@media screen and (max-width: 959px){
    header.main-nav{
        display: none;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 20;
        width: 250px;
        height: 100%;
    }
    header.main-nav .container{
        position: relative;
        top: 15%;
    }
    .main-nav .container{
        max-width: 640px;
    }
    header.main-nav .logo{
        margin: 0px auto 30px;
        float: none;
    }
    header.main-nav nav{
        width: 180px;
        margin: 0px auto;
        padding: 0px;
        float: none;
    }
    header.main-nav nav li{
        padding: 0px 20px 2px 0px;
        margin-bottom: 7px;
        float: none;
    }
    header.main-nav nav li.selected,
    header.main-nav nav li:hover{
        border-bottom: 3px solid #d30221;
    }
    header.main-nav nav li.selected a,
    header.main-nav nav a:hover{
        font-size: 18px;
        border-bottom: 0px;
    }
    header.main-nav .phone{
        width: 175px;
        margin: 30px auto;
        float: none;
    }
    header.main-nav .phone p{
        margin: 0px 0px 15px;
        float: none;
        text-align: center;
    }
    header.main-nav .need-call{
        margin: 0 auto;
        float: none;
    }
	section.main-nav{
		display: none!important;
	}
}
/* End */


/* Start:/local/templates/lambumiz/components/altasib/feedback.form/form-zvonok/style.css?17670282732491*/
.form-block .error{
	color: #6fa466;
	padding: 0px 15px;
}
.form-block .error p{
	margin: 0px;
}
.form-block .error ul{
	margin: 0px;
    padding: 0px;
    list-style: none;
}

.form-block.popup{
	display: none;
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    margin-top: -225px;
    margin-left: -285px;
    width: 570px;
    padding: 40px 30px 40px 30px;
    background: #0a4295;
    -webkit-box-shadow: 0px 15px 45px 5px rgba(50, 50, 50, .6);
    -moz-box-shadow: 0px 15px 45px 5px rgba(50, 50, 50, .6);
    box-shadow: 0px 15px 45px 5px rgba(50, 50, 50, .6);
}
.form-block.popup .form-close{
	position: absolute;
    top: 15px;
    right: 15px;
    width: 12px;
    height: 12px;
    background: url(/bitrix/templates/lambumiz/img/popup-close.png) no-repeat top left;
    cursor: pointer;
}
.form-block.popup .header{
	margin: 0px 0px 30px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: .3px;
}
.form-block.popup .info{
    margin: 15px 0px 15px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: normal;
    font-weight: 400;
}
.form-block.popup form{
	width: 100%;
    margin: 0px auto;
}
.form-block.popup input[type=text]{
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	padding: 0px 15px 0px 15px;
	outline: none;
	border: 0;
    color: #0a4295;
    font: 18px/28px 'Cuprum';
    letter-spacing: .2px;
}
.form-block.popup .submit-block{
	position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -110px;
}
.form-block.popup input[type=submit]{
	padding: 12px 60px 10px;
    border: 0;
    color: #353535;
    font: 20px 'Cuprum';
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
}
.form-block.popup.active, .popup-bg.active{
	display: block;
}
.form-block.popup.active .info{
	margin-bottom: 0;
	font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 654px){
    .form-block.popup{
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        margin: 0px;
        overflow-y: scroll;
    }
    .form-block.popup .header{
        margin: 0px 0px 15px;
        font-size: 30px;
    }
    .form-block.popup .submit-block{
        position: static;
        margin: 30px 0px 0px;
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/lambumiz/components/altasib/feedback.form/form-analysis/style.css?17670282732491*/
.form-block .error{
	color: #6fa466;
	padding: 0px 15px;
}
.form-block .error p{
	margin: 0px;
}
.form-block .error ul{
	margin: 0px;
    padding: 0px;
    list-style: none;
}

.form-block.popup{
	display: none;
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    margin-top: -225px;
    margin-left: -285px;
    width: 570px;
    padding: 40px 30px 40px 30px;
    background: #0a4295;
    -webkit-box-shadow: 0px 15px 45px 5px rgba(50, 50, 50, .6);
    -moz-box-shadow: 0px 15px 45px 5px rgba(50, 50, 50, .6);
    box-shadow: 0px 15px 45px 5px rgba(50, 50, 50, .6);
}
.form-block.popup .form-close{
	position: absolute;
    top: 15px;
    right: 15px;
    width: 12px;
    height: 12px;
    background: url(/bitrix/templates/lambumiz/img/popup-close.png) no-repeat top left;
    cursor: pointer;
}
.form-block.popup .header{
	margin: 0px 0px 30px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: .3px;
}
.form-block.popup .info{
    margin: 15px 0px 15px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: normal;
    font-weight: 400;
}
.form-block.popup form{
	width: 100%;
    margin: 0px auto;
}
.form-block.popup input[type=text]{
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	padding: 0px 15px 0px 15px;
	outline: none;
	border: 0;
    color: #0a4295;
    font: 18px/28px 'Cuprum';
    letter-spacing: .2px;
}
.form-block.popup .submit-block{
	position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -110px;
}
.form-block.popup input[type=submit]{
	padding: 12px 60px 10px;
    border: 0;
    color: #353535;
    font: 20px 'Cuprum';
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
}
.form-block.popup.active, .popup-bg.active{
	display: block;
}
.form-block.popup.active .info{
	margin-bottom: 0;
	font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 654px){
    .form-block.popup{
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        margin: 0px;
        overflow-y: scroll;
    }
    .form-block.popup .header{
        margin: 0px 0px 15px;
        font-size: 30px;
    }
    .form-block.popup .submit-block{
        position: static;
        margin: 30px 0px 0px;
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/lambumiz/template_styles.css?177210254934689*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/*@font-face {*/
	/*font-family: "Cuprum";*/
	/*src: url("/font/cuprum.ttf");*/
	/*font-weight: 300;*/
	/*font-style: normal;*/
/*}*/

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, footer, header, nav, section {
  display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
figcaption, figure, main {
	display: block;
}
figure {
	margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
	outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
	font-weight: inherit;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio, video {
	display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details, menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}


/*****   Main css   *****/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.clear {
	clear: both;
}
body {
	min-width: 1170px;
	font: 18px/28px 'Cuprum';
	color: #353535;
	/*background: url(/local/templates/lambumiz/img/bg.png);*/
}
.container {
	width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-lg-2, .col-lg-3, .col-lg-4 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.container:before, .container:after,
.row:before, .row:after {
	display: table;
	content: " ";
}
.container:after, .row:after {
	clear: both;
}
h1, h2{
	margin: 20px 0;
	font-size: 40px;
	line-height: 54px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.h-blue{
	color: #0c479f;
}
.tcenter {
	text-align: center;
}
.blue{
	display: inline-block;
	padding: 0px 1px 5px;
	/*background: url(/local/templates/lambumiz/img/blue.png) repeat-x bottom left;*/
}
.red{
	display: inline-block;
	padding: 0px 1px 5px;
	/*background: url(/local/templates/lambumiz/img/red.png) repeat-x bottom left;*/
}
.white{
	display: inline-block;
	padding: 0px 1px 5px;
	background: url(/local/templates/lambumiz/img/white.png) repeat-x bottom left;
}
.gray{
	display: inline-block;
	padding: 0px 1px 5px;
	/*background: url(/local/templates/lambumiz/img/gray.png) repeat-x bottom left;*/
}
.thin-blue{
	display: inline-block;
	padding: 0px 12px 15px 1px;
	/*background: url(/local/templates/lambumiz/img/line-3.png) repeat-x bottom left;*/
}
.thin-red{
	display: inline-block;
	padding: 0px 12px 15px 1px;
	/*background: url(/local/templates/lambumiz/img/line-4.png) repeat-x bottom left;*/
}
.btn{
	display: block;
	width: 271px;
	height: 91px;
	padding: 33px 0px 0px 42px;
	background: url(/local/templates/lambumiz/img/btn.png) no-repeat 0px 0px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	line-height: 1;
	text-align: left;
}
.btn:hover{
	background-position: 0px -92px;
}

/*begin header+footer+navigation */

header{
	position: relative;
	z-index: 10;
	height: 85px;
	-webkit-box-shadow: 1px 6px 15px 0 rgba(50, 50, 50, .4);
	-moz-box-shadow: 1px 6px 15px 0 rgba(50, 50, 50, .4);
	box-shadow: 1px 6px 15px 0 rgba(50, 50, 50, .4);
}
.main-nav{
	width: 100%;
	background-color: #fff;
}
section.main-nav{
	display: none;
	position: fixed;
	top: 0;
	z-index: 100;
	-webkit-box-shadow: 1px 2px 10px 0 rgba(50, 50, 50, .2);
	-moz-box-shadow: 1px 2px 10px 0 rgba(50, 50, 50, .2);
	box-shadow: 1px 2px 10px 0 rgba(50, 50, 50, .2);
}
footer.main-nav{
	position: relative;
	width: 100%;
	height: 170px;
	background-color: #043c7e;
}
footer.main-nav p.bg{
	position: relative;
	top: -6px;
	height: 6px;
	margin: 0;
	background: url(/local/templates/lambumiz/img/footer-z.png) repeat-x;
}
.main-nav .container{
	width: 1230px;
}
.main-nav .logo {
    width: 165px;
    margin: 10px 0 0;
    float: left;
    text-align: center;
    letter-spacing: 0.8px;
}
section.main-nav .logo{
	margin-top: 10px;
	width: 145px;
}
footer.main-nav .logo{
	width: 170px;
	margin-top: 65px;
	font-size: 17px;
	color: #fff;
}
.main-nav .logo a{
/*
	display: block;
	height: 24px;
    background: url(/local/templates/lambumiz/img/logo-horiz-2.png) 0px 0px no-repeat;
*/
    margin-bottom: 2px;
}
.main-nav .logo img {
    /* height: 24px; */
    width: 100%;
}
section.main-nav .logo a{
	/*height: 30px;*/
	margin: 10px 0px 5px 0px;
}
footer.main-nav .logo a{
	height: 21px;
    background: url(/local/templates/lambumiz/img/logo-horiz-2.png) center bottom no-repeat;
	background-size: 170px;
}
.main-nav nav{
	width: 820px;
    padding: 30px 0px 0px 35px;
	float: left;
	line-height: normal;
}
section.main-nav nav{
	width: 880px;
	padding-top: 20px;
	padding-left: 25px;
}
footer.main-nav nav{
	padding-top: 70px;
	padding-left: 45px;
}
.main-nav .phone {
	width: 175px;
	margin-top: 30px;
	float: left;
}
.main-nav .phone a {
	color: inherit;
	text-decoration: none;
}
.main-nav .phone a:hover {
	text-decoration: underline;
}
section.main-nav .phone{
    margin: 5px 0 15px;
}
footer.main-nav .phone{
	width: 230px;
	margin-top: 55px;
}
.main-nav .phone p {
    margin: 0px;
    text-align: right;
    font-size: 19px;
    letter-spacing: 0.7px;
    line-height: 20px;
    /* background: url(/local/templates/lambumiz/img/icons.png) no-repeat 0px 2px; */
}
footer.main-nav .phone p{
	font-size: 25px;
	color: #fff;
}
footer.main-nav .phone p.mail{
	margin-top: 30px;
	font-size: 22px;
	letter-spacing: 0;
}
.main-nav .phone i{
	display: inline-block;
	width: 14px;
	height: 15px;
	margin-right: 5px;
	background: url(/local/templates/lambumiz/img/icons.png) no-repeat 0px 0px;
}
footer.main-nav .phone i{
	width: 19px;
	height: 20px;
	margin-right: 10px;
	background-position: 0px -15px;
}
.main-nav .phone p.mail i{
	background: url(/local/templates/lambumiz/img/icons.png) no-repeat 0px 0px;
}
footer.main-nav .phone p.mail i{
	width: 21px;
	height: 15px;
	margin-right: 12px;
	background-position: -19px -15px;
}
.main-nav .need-call{
	display: block;
	margin-top: 7px;
	padding: 10px 0px 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #d30221;
	border-radius: 30px;
	cursor: pointer;
	-webkit-box-shadow: 1px 4px 6px 0 rgba(50, 50, 50, .5);
	-moz-box-shadow: 1px 4px 6px 0 rgba(50, 50, 50, .75);
	box-shadow: 1px 4px 6px 0 rgba(50, 50, 50, .5);
}
.copyright{
	height: 30px;
	padding-top: 2px;
	font-size: 16px;
	color: #687a97;
	background-color: #002050;
}
.copyright p{
	width: 230px;
	margin: 0px 0px 0px 470px;
	float: left;
	text-align: center;
}
.copyright p i{
	position: relative;
	top: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: url(/local/templates/lambumiz/img/icons.png) no-repeat -14px 0px;
}
.copyright .isphere{
	float: right;
}
.copyright .isphere a{
	color: #687a97;
}
.copyright .isphere a:hover{
	text-decoration: none;
}
/*end header+footer+navigation */





/*begin Form*/
section.form{
    position: relative;
    width: 100%;
	min-height: 740px;
	padding: 0px 0px 85px 0px;
	overflow: hidden;
}
section.form .bg-form{
	position: absolute;
    width: 100%;
	min-height: 900px;
	background: url(/bitrix/templates/lambumiz/img/bg-form.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
section.form h2{
	position: relative;
	margin-top: 80px;
	color: #0a4295;
}
section.form h2 span{
	color: #353535;
	font-weight: 400;
}
/*end Form*/



.mobile{
	display: none;
}
.nav-640{
	display: none;
}

@media screen and (max-width: 1250px){
    body{
        width: 100%;
        min-width: 100%;
    }
    header {
		height: 100px;
	}
	.main-nav .container{
        max-width: 940px;
        width: 100%;
        padding: 0 0px;
    }
    .main-nav .logo{
        margin-top: 25px;
    }
    .main-nav nav{
        width: auto;
        padding: 10px 0px 0px 0px;
        float: right;
    }
    .main-nav .phone{
        width: auto;
        margin-top: 10px;
        float: right;
    }
    .main-nav .phone p{
        margin: 10px 0px 0px 0px;
        float: left;
    }
    .main-nav .need-call{
        width: 170px;
        margin-top: 0;
        float: left;
    }
    section.main-nav .logo{
		display: none;
        width: 70px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    section.main-nav .logo a{
        height: 60px;
        margin: 0px;
        background: url(/local/templates/lambumiz/img/logo-mini.png) 0px 0px no-repeat;
        background-size: 60px;
    }
    section.main-nav nav{
		width: 610px;
        padding: 22px 0px 0px;
        float: left;
    }
    section.main-nav .phone{
        margin-top: 25px;
    }
    footer.main-nav{
        height: 150px;
    }
    footer.main-nav .logo{
        margin-top: 45px;
    }
    footer.main-nav nav{
        padding-top: 40px;
    }
    footer.main-nav .phone{
        width: auto;
        margin-top: 10px;
    }
    footer.main-nav .phone p{
        margin: 10px 25px 0px 0px;
        font-size: 22px;
    }
    footer.main-nav .phone p.mail{
        margin: 10px 0 0;
    }
    .copyright p{
        width: auto;
        margin: 0px;
    }
    
    
    .copyright .container{
        max-width: 940px;
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1199px){
    footer.main-nav .container{
        padding: 0px 15px;
    }
}


@media screen and (max-width: 959px){
    h1, h2{
        font-size: 32px;
        line-height: 50px;
    }
    .red, .blue, .gray, .white{
        display: inline;
        padding: 0px 1px 10px;
    }
    .thin-blue, .thin-red{
        display: inline;
        padding: 0px 12px 5px 1px;
    }
    section.form{
        min-height: 650px;
        padding: 0px 0px 40px 0px;
    }
    section.form .container{
        max-width: 640px;
    }
    section.form h2{
        margin-top: 60px;
    }
    .main-nav .phone p a{
        color: #353535;
    }


    .mobile{
        display: block;
        position: fixed;
        top: 0px;
        right: 10px;
        z-index: 50;
        width: 28px;
        padding: 20px 0px 0px;
    }
    .burger{
        position: relative;
        width: 28px;
        height: 20px;
        cursor: pointer;
    }
    .burger span{
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #515151;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .burger span:nth-child(1){
        top: 0px;
    }
    .burger span:nth-child(2), 
    .burger span:nth-child(3){
        top: 8px;
    }
    .burger span:nth-child(4){
        top: 16px;
    }
    .burger.opened span:nth-child(1){
        top: 8px;
        width: 0%;
        left: 50%;
    }
    .burger.opened span:nth-child(2){
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .burger.opened span:nth-child(3){
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .burger.opened span:nth-child(4){
        top: 8px;
        width: 0%;
        left: 50%;
    }
    .nav-640{
        display: block;
        position: relative;
        z-index: 10;
        width: 100%;
        height: 60px;
        background-color: #fff;
        -webkit-box-shadow: 1px 2px 10px 0 rgba(50, 50, 50, .3);
        -moz-box-shadow: 1px 2px 10px 0 rgba(50, 50, 50, .3);
        box-shadow: 1px 2px 10px 0 rgba(50, 50, 50, .3);
    }
    .nav-640 .container{
        position: relative;
        max-width: 640px;
        width: 100%;
    }
    .nav-640 a{
        display: block;
        width: 200px;
        height: 30px;
        margin: 18px auto 0px;
        background: url(/bitrix/templates/lambumiz/img/logo-horiz-2.png) 0 0 no-repeat;
    }

    footer.main-nav{
        height: 120px;
    }
    footer.main-nav .container{
        max-width: 640px;
    }
    footer.main-nav .logo{
        margin-top: 25px;
    }
    footer.main-nav nav{
        display: none;
    }
    footer.main-nav .phone{
        margin-top: 25px;
    }
    footer.main-nav .phone p{
        margin: 0px;
        float: none;
    }
    footer.main-nav .phone p.mail{
        float: none;
    }
    footer.main-nav .phone a{
        color: #fff;
    }
    .copyright .container{
        max-width: 640px;
    }
}


@media screen and (max-width: 654px){
    h1, h2{
        font-size: 28px;
    }
    h1, h2, h3{
        padding: 0px 10px;
    }
    header.main-nav{
        width: 100%;
        overflow-y: scroll;
    }
    header.main-nav nav li {
        padding: 0px 0px 2px 0px;
        text-align: center;
    }
}


@media screen and (max-width: 479px){
    .nav-640 a{
        margin: 22px 0px 0px;
		background-size: 150px;
    }
    footer.main-nav{
        height: 1px;
    }
    footer.main-nav .container{
        display: none;
    }
    footer.main-nav .logo{
        display: none;
    }
    footer.main-nav .phone{
        float: none;
    }
    footer.main-nav .phone p{
        padding: 0px 20px;
        text-align: left;
    }
    .copyright{
        height: 70px;
        padding: 0px 20px;
        /*background-color: rgba(0, 42, 105, 0.95);*/
    }
    .copyright p{
        margin-top: 7px;
        float: none;
        text-align: center;
    }
    .copyright .isphere{
        float: none;
        text-align: center;
    }
}














/*my-style*/
ul.navbar-nav > li {
    float: left;
    position: relative;
}
ul.submenu {
    display: none;
    position: absolute;
    width: 250px;
    top: 25px;
    left: 0px;
	background-color: #fff;
	z-index: 111;
}
ul.submenu > li {
    display: block;
	border: 0;
	padding-bottom: 0;
}
ul.submenu > li > a {
    display: block;
    padding: 15px 20px;
    color: #888;
}
ul.navbar-nav > li:hover > ul.submenu {
    display: block;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
ul.submenu li.active a {
	color: #888;
}
.navbar-nav ul.submenu li.active a, 
.navbar-nav ul.submenu li > a {
	background-color: #fff;
	color: #888;
}
.navbar-nav ul.submenu li {
	width: 250px;
	background-color: #fff;
}
.navbar-nav ul.submenu li > a {
	font-size: 14px;
}
.navbar-nav ul.submenu li > a:hover {
	color: #d30221;
	border: 0;
	width: 250px;
	background: #f9f9f9;
}



.footer-l {
	background-color: #1b4e9b;
	color: #fff;
}
.footer-l-center {
	width: 1150px;
	margin: 0 auto;
}
.footer-l-center-block {
	float: left;
	width: 22%;
	margin: 0 1.5%;
	padding: 45px 0;
}

.footer-l-center-block h4, .footer-l-center-block .h4 {
	font-size: 25px;
	margin: 29px 0 0 0;
}
.footer-l-center-block a {
	color: #fff;
}
.footer-l-center-block a.red {
	color: #f00;
}
.footer-l-center-block ul {
	padding-left: 5px;
}
.footer-l-center-block li {
    list-style-type: none;
}
@media screen and (max-width: 1150px){
	.footer-l-center {
		width: 95%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1024px){
		.footer-l-center {
			width: 90%;
			margin: 0 auto;
		}
		.footer-l-center-block {
			float: left;
			width: 100%;
			margin: 0;
			padding: 15px 0;
		}
		.footer-l-center-block h4, .footer-l-center-block .h4 {
			font-size: 22px;
			margin: 0;
		}
}

.cf::before, .cf::after {
	content: "";
	display: table;
	height: 0;
	line-height: 0;
	overflow: hidden;
	position: static;
}
.cf::after {
	clear: both;
}
.page404 {
    background: url(/local/templates/lambumiz/img/back404.png) no-repeat transparent 50% 100%;
}
.page404 .col-xs-12 {
}
.pic404 {
    text-align: center;
    margin: 50px 0 45px;
}
.pic404 img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 0 10px 0;
}
.pic404 .text {
    font-size: 26px;
	color: #0a4295;
}
.menu404 {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 40px 0;
}
.page404 .row {
}
.page404 .item {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
}
@media screen and (max-width: 768px){
	.page404 .item {
		width: 100%;
	}
}
.page404 .item a::before {
	content: "";
	height: 100%;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}
.page404 .item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #fff;
    margin: 0 0 20px;
    height: 75px;
    padding: 0 0 0 80px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    background-position: 15px 50%;
    background-repeat: no-repeat;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
}
.page404 .upakovka {
    background-image: url(/local/templates/lambumiz/img/upakovka.png);
}
.page404 .technical-center {
    background-image: url(/local/templates/lambumiz/img/technical-center.png);
}
.page404 .equipment {
    background-image: url(/local/templates/lambumiz/img/equipment.png);
}
.page404 .investors {
    background-image: url(/local/templates/lambumiz/img/investors.png);
}
.page404 .about {
    background-image: url(/local/templates/lambumiz/img/about.png);
}
.page404 .contacts {
    background-image: url(/local/templates/lambumiz/img/contacts.png);
}

.calk{
	width: 100%;
	height: auto;
}

.calk-sect{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	/*background-color: #f5f8fb;*/
}

.dop-list-items{
	display: flex;
	flex-direction: column;
}

.zagol{
	font-size: 40px;
	line-height: 54px;
	height: 54px;
	width: 546px;
	/* padding-top: 45px; */
	margin: 0 auto;
	/* padding: 0; */
	/*margin-top: 45px;*/
	text-align: center;
	font-weight: bold;
}

.price-message {
	height: 12px;
	color: #C93940;
	width: 546px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	padding-top: 6px;
}

@media screen and (max-width: 1280px){
	.price-message{
		padding-top: 0px;
		font-size: 21px;
		margin: 10px auto;
	}
}

@media screen and (max-width: 768px){
	.price-message{
		padding-top: 7px;
		font-size: 18px;
		margin: 10px auto;
		width: auto;
	}
}

.name-form{
	font-weight: bold;
	font-family: Cuprum;
	font-size: 30px;
	line-height: 35px;
	margin: 30px 0;
}

.elem{
	font-family: Cuprum;
	cursor: pointer;
	text-align: center;
	display: flex;
	flex-direction: column;
	border: 1px solid #CED7E5;
	align-items: center;
	box-sizing: border-box;
	width: calc(100%/5 - 40px);
	margin: 0 20px;
	height: 200px;
}

@media screen and (max-width: 1280px){
	.calk{
		width: 768px;
		height: auto;
		margin: 0 auto;
	}
	.calk-sect{
		width: 680px;
		height: auto;
	}
	.dop-list-items{
		width: 500px;
	}
	.zagol{
		width: 437px;
		font-size: 32px;
		margin-top: 40px;
	}
	.name-form{
		margin: 30px 0 20px 0;
	}
	.elem{
		height: 180px;
	}
}


@media screen and (max-width: 768px){
	.calk{
		width: 320px;
		height: auto;
		margin: 0 auto;
	}
	.calk-sect{
		width: 300px;
		height: auto;
	}
	.dop-list-items{
		width: 300px;
	}
	.zagol{
		font-size: 28px;
		line-height: 34px;
		width: 266px;
		margin-top: 20px;
	}
	.name-form{
		margin: 20px 0 20px 0;
		font-size: 21px;
		line-height: 28px;
	}
	.elem{
		height: 180px;
	}
}

.calk .block-1{
	font-family: Cuprum;
	position: relative;
	/*margin: 0 100px;*/
	height: 565px;
}

@media screen and (max-width: 1280px){
	.calk .block-1{
		height: auto;
	}
}

.elem3{
	font-family: Cuprum;
	cursor: pointer;
	text-align: center;
	display: flex;
	flex-direction: column;
	border: 1px solid #CED7E5;
	align-items: center;
	box-sizing: border-box;
	height: 50px;
	width: calc(100%/6 - 40px);
	margin: 0 20px;
	line-height: 50px;
	color: black;
	background-color: #E6EDF7;
}

.elem3:hover {
	color: white;
	background-color: #0A4295;
}
.elem3:active {
	color: white;
	background-color: #0A4295;
}

.elem4{
	margin: 0 20px 30px 20px;
	font-family: Cuprum;
	cursor: pointer;
	text-align: center;
	display: flex;
	flex-direction: column;
	border: 1px solid #CED7E5;
	align-items: center;
	box-sizing: border-box;
	height: 50px;
	width: calc(100%/6 - 40px);
	line-height: 50px;
	color: black;
	background-color: #E6EDF7;
}


.elem4:hover {
	color: white;
	background-color: #0A4295;
}
.elem4:active {
	color: white;
	background-color: #0A4295;
}

.elem5{
	font-family: Cuprum;
	cursor: pointer;
	text-align: center;
	display: flex;
	flex-direction: column;
	border: 1px solid #CED7E5;
	align-items: center;
	box-sizing: border-box;
	height: 50px;
	width: calc(100%/7 - 40px);
	/*margin: 0 20px;*/
	margin: 0 20px 30px 20px;
	line-height: 50px;
	color: black;
	background-color: #E6EDF7;
}

.block-elem{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	margin: 0 -20px;
	height: 200px;
	width: 100%;
}

.block-elem1{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	margin: 0 -20px;
	/*height: 200px;*/
	width: 100%;
}

.buttons-with-input{

	/*font-family: Cuprum;*/
	/*display: flex;*/
	/* margin-top: 120px; */
	justify-content: space-between;
	font-family: Cuprum;
	display: flex;
	/* margin-top: 200px; */
	margin: 0 -35px;
	position: absolute;
	/*justify-content: space-between;*/
	bottom: 28px;
	width: 100%;
}

.buttons-no-img{
	font-family: Cuprum;
	display: flex;
	/* margin-top: 200px; */
	position: absolute;
	justify-content: space-between;
	margin: 0 -35px;
	bottom: 28px;
	width: 100%;
}

@media screen and (max-width: 1280px){
	.elem{
		width: calc(100%/3 - 40px);
		margin: 0 20px 35px 20px;
	}
	.elem3{
		width: calc(100%/6 - 20px);
		margin: 0 10px;
	}
	.elem4{
		width: calc(100%/5 - 40px);
	}
	.elem5{
		width: calc(100%/4 - 40px);
	}

	.block-elem{
		height: auto;
	}

	.block-elem1{
		/*height: 80px;*/
	}

	.buttons-with-input{
		margin: 40px -10px;
		position: static;
	}
	.buttons-no-img {
		margin: 40px -10px;
		position: static;
	}
}

@media screen and (max-width: 768px){
	.elem{
		width: 100%;
		margin: 0 0 10px 0px;
		display: flex;
		flex-direction: row;
		height: 90px;
	}
	.elem3{
		width: calc(100%/3 - 20px);
		margin: 0px 10px 20px 10px;
	}
	.elem4{
		width: calc(100%/3 - 40px);
	}
	.elem5{
		width: calc(100%/3 - 40px);
	}

	.block-elem{
		margin: 0;
		height: auto;
		/*height: 100%;*/
	}

	.block-elem1{
		margin: 0 0 10px 0;
		height: auto;
	}

	.buttons-with-input{
		margin: 40px 0px;
	}
	.buttons-no-img {
		bottom: 60px;
		margin: 0;
	}
    .calk .block-1{
		height: auto;
	}
}

.elem5:hover {
	color: white;
	background-color: #0A4295;
}
.elem5:active {
	color: white;
	background-color: #0A4295;
}

.elem:hover{
	border: 1px solid #0A4295;
}

.hover-elem{
	border: 1px solid #0A4295;
}

.hover-elem svg{
    color: #0E3B7D !important;
}

.hover2-elem {
	color: white;
	background-color: #0A4295;
}
.buttons{
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 28px;
	margin: 0 -35px;
	width: 100%;
}

.button{
	font-family: Cuprum;
	background-color: #0A4295;
	color: white;
	height: 34px;
	width: 107px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	/*margin-top: 50px;*/
	/*margin-left: 90%;*/
	line-height: 35px;
	cursor: pointer;
}

.button-wh{
	font-family: Cuprum;
	background-color: white;
	border: 1px solid #EDEDED;
	height: 34px;
	width: 107px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	/*margin-top: 50px;*/
	/*margin-left: 90%;*/
	color: black;
	line-height: 35px;
	cursor: pointer;
}

.elem svg{
    color: #CED7E5;
}

.elem:hover svg {
	color: #0E3B7D;
}

.elem1-name{
	font-size: 18px;
	line-height: 28px;
	width: 85%;
}

.image-calk{
	margin: 20px auto;
}

.custom{
	font-family: Cuprum;
	width: 542px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #CED7E5;
	box-sizing: border-box;
	/*margin-top: 30px;*/
	padding-left: 20px;
}

.custom-first {
	font-family: Cuprum;
	width: 542px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #CED7E5;
	box-sizing: border-box;
	margin-top: 30px;
	padding-left: 20px;
}

.active{
	display: block;
}

.none{
	display: none;
}

.hidden{
	visibility: hidden;
}

.svg-marg-right{
	margin-right: 7px;
}

.svg-marg-left{
	margin-left: 5px;
}

.form-out{
	margin: 0 367px;
}

.form-out-input{
	font-family: Cuprum;
	padding-left: 17px;
	border: none;
	background: #F2E0DF;
	color: #C93940;
	width: 100%;
	height: 50px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

.form-out-input::-webkit-input-placeholder {
	color: #C93940;
	font-family: Cuprum;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

.form-out-input-div{
	height: 50px;
	display: flex;
	width: 100%;
	margin: 0 auto 20px auto;
	/*margin-bottom: 15px;*/
}

.button-form{
	font-family: Cuprum;
	padding-left: 17px;
	background: #C2292C;
	margin: 0 auto;
	border-radius: 27px;
	color: white;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	width: 313px;
	cursor: pointer;
	outline: none;
}

.check{
	margin-left: 67px;
	position: relative;
	margin-bottom: 20px;
}
@media screen and (max-width: 1280px){
	.check{
		margin-left: 20px;
	}
	.custom-first{
		margin: 0;
	}
	.buttons{
		position: static;
		margin: 25px 0;
	}
	.elem1-name{
		width: 90%;
	}
	.image-calk{
		margin: 20px auto 10px auto;
	}
	.form-out{
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px){
    .calk .block-1{
		position: relative;
	}

	.check{
		margin-left: 20px;
	}

	.buttons{
		/*margin: 0;*/
		/*position: absolute;*/
		/*bottom: 60px;*/
		width: 100%;

	}
	.elem1-name{
		width: 90%;
		margin-left: 10px;
		text-align: start;
	}
	.image-calk{
		/*margin: 20px auto 10px auto;*/
		margin: 0;
	}

	.image-calk svg{
		width: 90px;
		height: 60px;
	}

	.form-out{
		margin: 0 auto;
	}
	.custom{
		width: 100%;
	}
	.custom-first{
		width: 100%;
	}
}

.check .active-svg {
	margin-top: 4px;
	display: none;
}

.check .inactive-svg{
	margin-top: 4px;
}

.rad .active-svg-radio {
	margin-top: 4px;
	display: none;
}

.rad .inactive-svg-radio{
	margin-top: 4px;
}

.rad{
	margin-left: 120px;
	position: relative;
	margin-bottom: 15px;
}

.span-svg{
	margin-left: 12px;
}

.check input[type=checkbox], input[type=radio] {display: none;}

/*.check input[type=checkbox] + label:before {*/
	/*top: 4px;*/
	/*left: -25px;*/
	/*position: absolute;*/
	/*content: "\2714";*/
	/*color: transparent;*/
	/*display: inline-block;*/
	/*border: 1px solid #000;*/
	/*font-size: 20px;*/
	/*line-height: 22px;*/
	/*margin: -5px 5px 0 0;*/
	/*height: 20px;*/
	/*width: 20px;*/
	/*text-align: center;*/
	/*vertical-align: middle;*/
	/*transition: color ease .3s;*/
/*}*/

/*.check input[type=checkbox]:checked ~ label:before {*/
	/*background-color: #0A4295;*/
	/*color: white;*/
/*}*/

/*.dop-list-tisn{*/
	/*display: none;*/
/*}*/

.check input[type=checkbox]:checked ~ label .active-svg {
	display: block;
}

/*.check input[type=checkbox]:checked ~ label[id="#check3-lab"] .dop-list-tisn {*/
	/*display: block;*/
/*}*/

.check input[type=checkbox]:checked ~ label .inactive-svg {
	display: none;
}

.rad input[type=radio]:checked ~ label .active-svg-radio {
	display: block;
}

.rad input[type=radio]:checked ~ label .inactive-svg-radio {
	display: none;
}

#check1-lab,
#check2-lab,
#check3-lab{
	display: flex;
}

.alert_suc{
	left: calc(50% - 300px/2);
	width: 300px;
	height: 110px;
	position: fixed;
	top: 40%;
	margin: 0 auto;
	z-index: 999;
	color: white;
	background: #0a4295;
}

.alert_error {
	left: calc(50% - 300px/2);
	width: 300px;
	height: 110px;
	position: fixed;
	top: 40%;
	margin: 0 auto;
	z-index: 999;
	color: white;
	background: #0a4295;
}

.popup__close{
	width: 100%;
}

.popup__close > svg{
	float: right;
}

.popup__text{
	margin: 38px 28px;
}
.alert_suc > .form-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 12px;
	height: 12px;
	background: url(/bitrix/templates/lambumiz/img/popup-close.png) no-repeat top left;
	cursor: pointer;
}

.alert_error > .form-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 12px;
	height: 12px;
	background: url(/bitrix/templates/lambumiz/img/popup-close.png) no-repeat top left;
	cursor: pointer;
}


.text .container {
	max-width: 1170px;
	width: auto;
}

.copyright p {
	margin: 0;
}
.copyright .policy {
	float: right;
}
.copyright .policy a {
	color: #687a97;
}
@media screen and (max-width: 640px) {
	.copyright {
		height: auto;
		padding: 5px;
		text-align: center;
		line-height: 20px;
	}
	.copyright p,
	.copyright .policy {
		float: none;
		margin: 5px 0;
	}
}

.cookie-informer {
	position: fixed;
	bottom: -350px;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 999;
	background: #fff;
	box-shadow: 0px 15px 45px 5px rgba(50, 50, 50, .6);
	transition: bottom 1s ease-in-out;
}
.cookie-informer.shown {
	bottom: 0;
}
.cookie-informer .wrap {
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cookie-informer .text {
	font: 14px/18px 'Cuprum';
}
.cookie-informer .text a {
	color: #0a4295;
}
.cookie-informer .button {
	margin-left: 100px;
	padding: 0 25px;
}
@media screen and (max-width: 960px) {
	.cookie-informer .button {
		margin-left: 50px;
	}
}
@media screen and (max-width: 460px) {
	.cookie-informer .wrap {
		display: block;
	}
	.cookie-informer .button {
		margin: 20px auto 0;
	}
}

.agree-zvonok,
.agree-zvonok a {
	color: #fff;
	line-height: 24px;
}
.agree-zakaz {
	margin: 10px 0 0;
	line-height: 24px;
}
.agree-zakaz a {
	color: #0a4295;
}
.agree-calc {
	margin: 0 0 10px;
	line-height: 24px;
}
.agree-calc a {
	color: #0a4295;
}

.vacancy {
    position: relative;
    min-height: 0px;
    padding: 50px 0px 55px;
    overflow: hidden;
}
.vacancy hr {
	position: relative;
	margin: 20px 0 40px;
	border: none;
    border-bottom: 1px solid #353535;
}
.vacancy hr:before {
    display: block;
    content: " ";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 100%;
    border: 1px solid #353535;
}
.vacancy hr:after {
    display: block;
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border-radius: 100%;
    background: #353535;
}
.vacancies-list {
	max-width: 910px;
	margin: 0 auto;
}
.vacancies-list a {
	font-size: 22px;
    line-height: 32px;
	color: #0a4295;
    text-transform: uppercase;
}
.vacancies-list a:hover {
	text-decoration: none;
}
.tabs-menu ul li.cols-7 {
	width: 14.28%
}
.tabs-menu ul li.cols-7 a {
	font-size: 17px;
}
@media screen and (max-width: 1199px) {
	.tabs-menu ul li.cols-7 a {
		font-size: 14px;
	}	
}

header.main-nav nav {
	width: 870px;
	padding-left: 20px;
}
.main-nav nav li{
	padding-right: 16px
}
header.main-nav .phone {
	width: 165px;
}
.main-nav .need-analysis,
.nav-640 .need-analysis {
	display: block;
	width: 165px;
	height: 38px;
	margin-top: 7px;
	padding: 5px 0;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	text-decoration: none;
	background: #d30221;
	border-radius: 30px;
	cursor: pointer;
	-webkit-box-shadow: 1px 4px 6px 0 rgba(50, 50, 50, .5);
	-moz-box-shadow: 1px 4px 6px 0 rgba(50, 50, 50, .75);
	box-shadow: 1px 4px 6px 0 rgba(50, 50, 50, .5);
}
@media screen and (max-width: 1250px) {
	header.main-nav .logo,
	header.main-nav .logo img {
		width: 150px;
	}
	header.main-nav nav {
		width: 600px;
		margin-top: 15px;
		float: left;
	}
	header.main-nav .phone p {
		float: none;
	}
	section.main-nav .phone {
		margin-top: 15px;
	}
}
@media screen and (max-width: 959px) {
	.nav-640 .container {
		display: flex;
	}
}

.form-block.popup.analysis {
	top: 10px;
	margin-top: 0px;
}
.form-block.popup input[type="file"] {
    margin-bottom: 10px;
    color: #fff;
    font: 16px/28px 'Cuprum';
}
.form-block.popup select {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 0px 15px 0px 15px;
    outline: none;
    border: 0;
    color: #0a4295;
    font: 18px/28px 'Cuprum';
    letter-spacing: .2px;
}
.form-block.popup textarea {
    width: 100%;
    height: 100px !important;
    margin-bottom: 10px;
    padding: 0px 15px 0px 15px;
    outline: none;
    border: 0;
    color: #0a4295;
    font: 18px/28px 'Cuprum';
    letter-spacing: .2px;
}
.form-block.popup .file-name {
	color: #fff;
}
.form-block.popup .file-hint {
	margin: -10px 0 10px;
	color: #fff;
	font-size: 12px;
}
.form-block.popup .error {
	margin-top: 10px;
	padding: 0;
	color: #f00;
    font: 14px/18px 'Cuprum';
	text-align: center;
}

@media screen and (max-width: 654px) {
	.form-block.popup.analysis {
		top: 0px;
	}
    header.main-nav nav {
		width: 100%;
        max-width: 600px;
	}
}
/* End */
/* /local/templates/lambumiz/components/bitrix/menu/top-menu/style.css?17670282732837 */
/* /local/templates/lambumiz/components/altasib/feedback.form/form-zvonok/style.css?17670282732491 */
/* /local/templates/lambumiz/components/altasib/feedback.form/form-analysis/style.css?17670282732491 */
/* /local/templates/lambumiz/template_styles.css?177210254934689 */
