

/* Start:/local/templates/lambumiz/components/bitrix/news.detail/techcenter/style.css?17670282739977*/
/*begin Tech Center*/
.tech-center{
	position: relative;
    padding: 50px 0px 25px 0px;
}
.tech-center .pattern{
	position: absolute;
	bottom: 25px;
	width: 100%;
	height: 350px;
	background: url(/bitrix/templates/lambumiz/img/pattern-techcenter.png) no-repeat center;
	overflow-x: hidden;
}
.tech-center .container{
	position: relative;
}
.tech-center .text{
	width: 1000px;
	margin: 50px auto 0px;
	background: #fff;
	text-align: center;
    font-size: 28px;
    -webkit-box-shadow: 0px 0px 35px 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0px 0px 35px 5px rgba(50, 50, 50, .5);
    box-shadow: 0px 0px 35px 5px rgba(50, 50, 50, .5);
}
.tech-center .text:before{
	display: block;
    content: " ";
    position: relative;
    top: -10px;
    width: 100%;
    height: 10px;
    background: url(/bitrix/templates/lambumiz/img/bg-top.png) repeat-x left top;
}
.tech-center .text:after{
	display: block;
    content: " ";
    clear: both;
    position: relative;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background: url(/bitrix/templates/lambumiz/img/bg-bottom.png) repeat-x left top;
}
.tech-center .text h3{
	margin-bottom: 0px;
    text-transform: uppercase;
}
.tech-center .text p{
	margin: 25px 0px;
    padding: 0px 75px 0px 75px;
	line-height: 42px;
    color: #0a4295;
}
/*end Tech Center*/


/*begin Center*/
.center{
	padding: 50px 0px 60px;
	background: #fff;
}
.center .row{
	position: relative;
}
.center h2{
	margin-bottom: 65px;
}
.center .str{
    display: table;
    margin: 0px auto 30px;
}
.center .div-20{
	position: relative;
	width: 270px;
    margin-right: 29px;
	padding: 15px 20px 0px;
    float: left;
	background: #fff;
    -webkit-box-shadow: 0px 2px 20px 0 rgba(50, 50, 50, .3);
    -moz-box-shadow: 0px 2px 20px 0 rgba(50, 50, 50, .3);
    box-shadow: 0px 2px 20px 0 rgba(50, 50, 50, .3);
}
.center div.last {
    margin-right: 0;
}
.center .icon{
	width: 100%;
    height: 110px;
}
.center .div-20 p{
	min-height: 100px;
    margin: 10px 0px 5px;
    text-align: center;
	color: #0a4295;
    letter-spacing: 0.2px;
}
/*end Center*/


/*begin Osob*/
.osob{
	position: relative;
	min-height: 0px;
    padding: 85px 0px 55px;
	overflow: hidden;
}
.osob .bg-print{
	position: absolute;
	top: 0px;
    width: 100%;
    min-height: 900px;
    background: url(/bitrix/templates/lambumiz/img/bg-techcenter.jpg) no-repeat center top;
    background-attachment: fixed;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.osob .container{
	position: relative;
}
.osob .str{
	position: relative;
	display: table;
	margin: 70px auto 0px;
}
.osob .str:before{
	display: block;
    content: " ";
    position: absolute;
    top: 174px;
	left: 0px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.osob .div-25 {
    width: 270px;
	margin-right: 29px;
	float: left;
}
.osob div.last {
    margin-right: 0;
}
.osob .icon-bg{
	position: relative;
}
.osob .icon-bg:before{
	display: block;
    content: " ";
    position: absolute;
	top: 10px;
	left: 50%;
	z-index:10;
    width: 150px;
    height: 140px;
	margin-left: -90px;
    background-color: rgba(241, 0, 40, 0.3);
}
.osob .icon-bg:after{
	display: block;
    content: " ";
    position: absolute;
	bottom: 35px;
	left: 50%;
	z-index:13;
    width: 150px;
    height: 7px;
	margin-left: -75px;
    background-color: #d60028;
}
.osob .icon{
	position: relative;
	z-index: 12;
    width: 100%;
    height: 175px;
	border-bottom: 1px solid #0a4295;
}
.osob .icon:before{
	display: block;
    content: " ";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 100%;
    border: 1px solid #0a4295;
}
.osob .icon:after{
	display: block;
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border-radius: 100%;
    background: #0a4295;
}
.osob .div-25 p{
	margin: 30px 0px;
	text-align: center;
}
/*end Osob*/


/*begin Post*/
.post{
	padding: 85px 0px 105px 0px;
}
.post .text{
	margin-top: 50px;
	padding: 40px 100px 40px 200px;
    font-size: 20px;
    line-height: 32px;
    color: #0a4295;
    letter-spacing: .5px;
    -webkit-box-shadow: 0px 2px 20px 0 rgba(50, 50, 50, .3);
    -moz-box-shadow: 0px 2px 20px 0 rgba(50, 50, 50, .3);
    box-shadow: 0px 2px 20px 0 rgba(50, 50, 50, .3);
}
/*end Post*/



@media screen and (max-width: 1199px){
    .tech-center .container{
        max-width: 940px;
        width: 100%;
        padding: 0 20px;
    }
    .tech-center .pattern{
        bottom: -20px;
        background-size: 1120px;
    }
    .tech-center .text{
        width: 100%;
        font-size: 22px;
    }
    .tech-center .text h3{
        font-size: 26px;
    }
    .tech-center .text p{
        padding: 0px 100px;
        line-height: 32px;
    }
    .center .container{
        max-width: 940px;
        width: 100%;
        padding: 0 20px;
    }
    .center h2{
        margin-bottom: 45px;
    }
    .center .str{
        display: inline;
    }
    .center .div-20{
        width: 30%;
        margin: 15px 1%;
    }
    .center div.last{
        margin: 15px 1%;
    }
    .center .str .clear{
        display: none;
    }
    .osob{
        padding: 55px 0px;
    }
    .osob .container{
        max-width: 940px;
        width: 100%;
        padding: 0 20px;
    }
    .osob .str{
        display: block;
    }
    .osob .div-25{
        width: 21%;
        margin: 0px 2%;
    }
    .osob div.last{
        margin: 0px 2%;
    }
    .post{
        padding: 65px 0px 105px 0px;
    }
    .post .container{
        max-width: 940px;
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 959px){
    .tech-center{
        padding: 30px 0px 25px 0px;
    }
    .tech-center .pattern{
        bottom: 10px;
        background-size: 920px;
    }
    .tech-center .container{
        max-width: 640px;
    }
    .tech-center .text h3{
        font-size: 22px;
    }
    .tech-center .text p{
        padding: 0px 40px;
    }
    .center{
        padding: 30px 0px 60px;
    }
    .center .container{
        max-width: 640px;
    }
    .center h2{
        margin-bottom: 30px;
    }
    .center .str{
        text-align: center;
    }
    .center .div-20{
        display: inline-block;
        width: 46%;
        float: none;
        vertical-align: top;
    }
    .osob{
        padding: 30px 0px 20px;
    }
    .osob .container{
        max-width: 640px;
    }
    /*.osob h2 span{
        background: transparent;
    }*/
    .osob .str{
        margin: 40px auto 0px;
    }
    .osob .str:before{
        display: none;
    }
    .osob .div-25{
        width: 50%;
        margin: 0px 0px 40px !important;
    }
    .osob .icon-bg{
        width: 130px;
        height: 120px;
        float: left;
    }
    .osob .icon-bg:before{
        left: 0px;
        width: 120px;
        height: 110px;
        margin-left: 0px;
    }
    .osob .icon-bg:after{
        bottom: 10px;
        left: 10px;
        width: 120px;
        margin-left: 0px;
    }
    .osob .icon{
        border: 0px;
        width: 120px;
        height: 110px;
        left: 10px;
        top: 0px;
        background-size: 120px!important;
    }
    .osob .icon:before,
    .osob .icon:after{
        display: none;
    }
    .osob .div-25 p{
        margin: 0px;
        padding: 10px 10px 0px 150px;
        text-align: left;
    }
    .post{
        padding: 30px 0px 60px 0px;
    }
    .post .container{
        max-width: 640px;
    }
    .post .text{
        padding: 40px 30px 40px 200px;
    }
}

@media screen and (max-width: 654px){
    .tech-center .text p{
        padding: 0px 20px;
    }
    .center{
        padding: 20px 0px 40px;
    }
    .center .str{
        display: block;
        margin: 0px auto;
    }
    .center .div-20{
        display: inline-block;
        max-width: 250px;
        width: 100%;
        margin: 0px!important;
        padding: 15px 10px 0px;
        float: none;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .center .div-20 p{
        min-height: 10px;
        margin: 10px 0px 0px;
        font-size: 20px;
    }
    .osob{
        padding: 30px 0px 20px;
        background: url(/bitrix/templates/lambumiz/img/bg-techcenter.jpg) no-repeat center top;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .osob .bg-print{
        display: none;
    }
    .osob .str{
        text-align: center;
    }
    .osob .div-25{
        display: inline-block;
        width: 48%;
        margin: 0px 0px 20px!important;
        float: none;
        vertical-align: top;
    }
    .osob .icon-bg{
        width: 160px;
        height: 160px;
        margin: 0px auto;
        float: none;
    }
    .osob .icon-bg:before{
        width: 150px;
        height: 140px;
    }
    .osob .icon-bg:after{
        bottom: 20px;
        width: 150px;
    }
    .osob .icon{
        width: 150px;
        height: 150px;
        background-size: 150px!important;
    }
    .osob .div-25 p{
        padding: 10px 10px 0px 10px;
        text-align: center;
        font-size: 20px;
    }
    .post{
        padding: 20px 0px 50px 0px;
    }
    .post .text{
        margin-top: 30px;
        padding: 20px 30px 20px 160px;
        line-height: 28px;
        background-size: 120px!important;
        background-position: 15px 20px!important;
    }
}

@media screen and (max-width: 479px){
    .center .div-20{
        max-width: 290px;
    }
    .osob .div-25{
        width: 100%;
    }
    .post .text{
        padding: 130px 20px 0px 20px;
        background-position: center top!important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
/* End */


/* Start:/local/templates/lambumiz/components/altasib/feedback.form/form-zakaz/style.css?17670282732724*/
.form-zakaz{
	position: relative;
    width: 770px;
	margin: 0px auto 0px;
    padding: 40px 100px 60px;
	background: #f5f3f2;
	-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-zakaz input[type=text], .form-zakaz textarea{
	width: 100%;
	margin-bottom: 10px;
	padding: 0px 10px 20px;
	background: rgba(246, 215, 215, 0.7);
	border: 0;
	color: #d60028;
	font: 18px/28px 'Cuprum';
    outline: none;
}
.form-zakaz input[type=text]{

}
.form-zakaz textarea{
	height: 140px;
	margin-top: 20px;
	margin-bottom: 0px;
	resize: none;
}
.submit-block{
	position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -110px;
}
.form-zakaz input[type=submit]{
	padding: 12px 60px 10px;
	border: 0;
    color: #fff;
    font: 20px 'Cuprum';
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #d30221;
    border-radius: 30px;
	outline: none;
	cursor: pointer;
}
.form-zakaz .form-error{

}
.form-zakaz .form-error p{
	text-align: center;
}
.form-zakaz .mess-ok{
	text-align: center;
}
.form-zakaz input[type=text]::-webkit-input-placeholder, .form-zakaz textarea::-webkit-input-placeholder{
    color: #d60028;
    font-size: 18px;
}
.form-zakaz input[type=text]:-moz-placeholder, .form-zakaz textarea:-moz-placeholder{
    color: #d60028;
    font-size: 18px;
}
.form-zakaz input[type=text]::-moz-placeholder, .form-zakaz textarea::-moz-placeholder{
    color: #d60028;
    font-size: 18px;
}
.form-zakaz input[type=text]:-ms-input-placeholder, .form-zakaz textarea:-ms-input-placeholder{
    color: #d60028;
    font-size: 18px;
}



@media screen and (max-width: 1199px){
    section.form .container{
        max-width: 940px;
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 959px){
    .form-zakaz{
        max-width: 600px;
        padding: 40px 70px 60px;
    }
}

@media screen and (max-width: 654px){
    section.form{
        min-height: 50px!important;
        padding: 0px 0px 60px 0px!important;
        background: url(/bitrix/templates/lambumiz/img/bg-form.jpg) no-repeat center center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    section.form .bg-form{
        display: none;
    }
    section.form h2{
        margin-top: 40px!important;
        line-height: 40px!important;
    }
    section.form h2 a{
        color: #0a4295;
    }
    .form-zakaz{
        max-width: 100%;
        padding: 20px 20px 60px;
    }
    .form-zakaz textarea{
        margin-top: 0px;
    }
}
/* End */
/* /local/templates/lambumiz/components/bitrix/news.detail/techcenter/style.css?17670282739977 */
/* /local/templates/lambumiz/components/altasib/feedback.form/form-zakaz/style.css?17670282732724 */
