

/* Start:/local/templates/lambumiz/components/bitrix/menu/tabs-menu/style.css?17670282732578*/
.tabs-menu ul{
	width: 1140px;
	margin: 50px auto;
	padding: 0px;
	list-style: none;
	background: rgba(53, 53, 53, 0.15);
	border-radius: 40px;
}
.tabs-menu ul:after{
	display: table;
	content: " ";
	clear: both;
}
.tabs-menu ul li{
	float: left;
}
.tabs-menu ul li a{
	display: block;
	width: 100%;
	padding: 9px 0px 8px;
	color: #353535;
	letter-spacing: 0.4px;
	text-align: center;
	text-decoration: none;
	border-radius: 40px;
}
.tabs-menu ul li.cols-2{
	width: 50%;
}
.tabs-menu ul li.cols-3{
	width: 33.33%;
}
.tabs-menu ul li.cols-4{
	width: 25%;
}
.tabs-menu ul li.cols-5{
	width: 20%;
}
.tabs-menu ul li.cols-6{
	width: 16.66%;
}
.tabs-menu ul li.selected a, .tabs-menu ul li a:hover{
	background: #f0f0f0;
	-webkit-box-shadow: 0px 8px 10px 0 rgba(50, 50, 50, .3);
	-moz-box-shadow: 0px 8px 10px 0 rgba(50, 50, 50, .3);
	box-shadow: 0px 8px 10px 0 rgba(50, 50, 50, .3);
}

.tabs-menu ul p{
	display: none;
}

@media screen and (max-width: 1199px){
    .tabs-menu ul{
        max-width: 940px;
        width: 100%;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .tabs-menu ul li a{
        letter-spacing: 0px;
    }
    .small-font.tabs-menu ul li a{
        font-size: 16px;
    }
}

@media screen and (max-width: 959px){
    .tabs-menu ul{
        background: none;
        border-radius: 0px;
    }
    .tabs-menu ul p{
        display: block;
        margin: 0px;
        padding: 10px 0px;
        font-size: 20px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        cursor: pointer;
    }
    .tabs-menu ul p span{
        display: inline-block;
        padding-top: 2px;
        float: right;
        font-size: 14px;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .tabs-menu ul.opened p span{
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .tabs-menu ul li{
        display: none;
        width: 100%!important;
        margin: 0px;
        float: none;
    }
    .tabs-menu ul li a{
        padding: 10px 10px 9px 20px;
        font-size: 20px;
        text-align: left;
        border-bottom: 1px dotted #000;
        border-radius: 0px;
    }
    .tabs-menu ul li.selected a,
    .tabs-menu ul li a:hover{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
/* End */


/* Start:/local/templates/lambumiz/components/bitrix/news.detail/history/style.css?17670282733978*/
/*begin History*/
.history{
	position: relative;
    z-index: 1;
	padding: 20px 0px 85px 0px;
	background: url(/bitrix/templates/lambumiz/img/bg-history.png) no-repeat center top;
	overflow-x: hidden;
}
.history .container{
	position: relative;
}
.history h1{
	margin-bottom: 50px;
}
.history .str{
	position: relative;
	display: block;
	margin: 0px 0;
}
.history .div-50 {
	position: relative;
	display: table;
    width: 570px;
	margin: 5px 0px;
	padding: 10px 10px 10px 0px;
	float: left;
	background: #fff;
	-webkit-box-shadow: 2px 2px 15px 0 rgba(50, 50, 50, .3);
    -moz-box-shadow: 2px 2px 15px 0 rgba(50, 50, 50, .3);
    box-shadow: 2px 2px 15px 0 rgba(50, 50, 50, .3);
}
.history div.last {
    float: right;
}
.history .icon {
	position: relative;
    width: 145px;
    height: 140px;
	display: table-cell;
}
.history .div-50 h3{
	position: absolute;
    top: 50%;
	left: 600px;
	width: 100%;
    margin: -15px 0 0;
	font-size: 20px;
    color: #0a4295;
    letter-spacing: .4px;
}
.history .div-50.last h3{
	right: 600px;
    left: auto;
	text-align: right;
}
.history .div-50 h3:before{
	display: block;
	content: " ";
	position: absolute;
    top: 50%;
    left: -22px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
}
.history .div-50 h3:after{
	display: block;
	content: " ";
	position: absolute;
    top: 50%;
    left: -18px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: #353535;
    border-radius: 50%;
}
.history .div-50.last h3:before{
	left: 577px;
}
.history .div-50.last h3:after{
	left: 581px;
}
.history .div-50 div.text{
	display: table-cell;
	max-width: 420px;
	font-size: 16px;
	letter-spacing: .5px;
	vertical-align: middle;
}
/*end History*/


@media screen and (max-width: 1199px){
    .history .container{
        max-width: 940px;
        width: 100%;
        padding: 0 20px;
    }
    .history .str{
        margin-bottom: 20px;
    }
    .history .div-50 h3{
        left: 650px;
        width: 200px;
    }
    .history .div-50.last h3{
        right: 650px;
    }
    .history .div-50.last h3:before{
        right: -20px;
        left: auto;
    }
    .history .div-50.last h3:after{
        right: -16px;
        left: auto;
    }
}

@media screen and (max-width: 959px){
    .tabs-menu ul{
        max-width: 640px;
    }
    .tabs-menu ul li.cols-5{
        width: auto;
    }
    .tabs-menu ul li a{
        padding: 10px 10px 9px;
    }
    .history{
        padding: 0px 0px 50px 0px;
    }
    .history .container{
        max-width: 640px;
    }
    .history .div-50{
        display: block;
        width: 100%;
        padding: 10px 10px 15px 0px;
        float: none!important;
    }
    .history .icon{
        display: block;
        float: left;
    }
    .history .col-12 .icon{
        height: 220px;
    }
    .history .div-50 h3{
        position: static;
        width: 100%;
        margin: 10px 0px;
        padding-left: 145px;
        text-align: left!important;
    }
    .history .div-50 h3:before,
    .history .div-50 h3:after{
        display: none;
    }
    .history .div-50 div.text{
        display: block;
        max-width: 100%;
        padding-left: 145px;
    }
    .div-50.col-12 .text br:first-child{
        display: none;
    }
}

@media screen and (max-width: 654px){
    .history .div-50 h3{
        font-size: 22px;
    }
    .history .div-50 div.text{
        font-size: 20px;
    }
}

@media screen and (max-width: 479px){
    .history .div-50{
        padding: 10px 20px 15px;
    }
    .history .icon{
        width: 100px;
        height: 100px;
        margin: 0px auto;
        float: none;
    }
    .history .col-12 .icon{
        height: 100px;
        background-position-y: bottom!important;
    }
    .history .div-50 h3{
        margin: 15px 0px 10px;
        padding-left: 0px;
        text-align: center!important;
    }
    .history .div-50 div.text{
        padding-left: 0px;
    }
}
/* 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/menu/tabs-menu/style.css?17670282732578 */
/* /local/templates/lambumiz/components/bitrix/news.detail/history/style.css?17670282733978 */
/* /local/templates/lambumiz/components/altasib/feedback.form/form-zakaz/style.css?17670282732724 */
