.devices .SumoSelect {
    max-width: 100% !important;
}
#request_quotation .SumoSelect {
    max-width: 100%;
    font: 400 15px/28px "Open Sans", Helvetica, Arial, sans-serif;
}
.price__value{
    margin: 0 0 10px;
    font-size: 24px;
	font-weight:600;
}
.price__value small{
    font-size: 18px;
	font-weight:400;
}
.sku__price-text {
    margin: 0 0 10px !important;
}
.regblock_mainpage{padding:30px 0;border-bottom:1px solid #e7e8e9;}
.header__navinfo-menu li:nth-child(3) a{
	text-decoration-color: #e75218;
}
.header__more .header__more-link:nth-child(3) .header__more-link-icon{
    background: #e75218;
}
.header__more .header__more-link:nth-child(3) .header__more-link-text{
    color: #e75218;
}
.header__more .header__more-link:last-child .header__more-link-icon{
    background: #97b510;
}
.header__more .header__more-link:last-child .header__more-link-text{
    color: #97b510;
}
.lock_info_block{
    display: flex;
    align-items: center;
}
.lock_info_icon{
    color: #614996;
    margin: 0 40px 0 0;
}
.lock_info_btn{
	text-align: right;
}
.ui-wisiwyg ol{
	color:#000 !important;
}
@media (min-width:992px){.hero__item{padding:100px 0 120px !important}}