input[type="tel"], input[type="text"], input[type="password"], input[type="email"], select, textarea{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.start_page{
    margin: 50px 0 50px 0;
}

.typical_html h1{
    color: #11495a;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 2.625rem;
    text-transform: uppercase;
    margin-bottom: 50px;
    max-width: 100%;
}

.siteHeader-phone:focus{
    color: white;
}

/*ловец лидов*/
.modal_form_auto_open{
    max-width: fit-content;
    padding: 0;
    display: block;
}
.form_auto_open_content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 480px;
}

.form_auto_open_content_main{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #11495a;
    width: 280px;
    height: 100%;
    padding: 0 20px;
}
.form_auto_open_content_image{
    height: 100%;
    width: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.form_auto_open_content_logo{
    width: 135px;
    height: 80px;
    background: url(../img/header_logo.svg) no-repeat;
    background-color: #f79336;
    background-position: center;
    -moz-background-size: 120px;
    background-size: 120px;
}

.form_auto_open_content_title{
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 45px 0 0;
}

.form_auto_open_content_subtitle{
    color: white;
    font-size: 1rem;
    margin: 5px 0 0;
}

.modal_form_auto_open .form{
    margin: 50px 0 0;
}

.modal_form_auto_open .add_thank-block h3{
    color: white;
}

@media (max-width: 900px) {
    .form_auto_open_content_image{
        display: none;
    }
}

/*end ловец лидов*/


.siteHeader-menuItem::before, .mobileMenu-listItem::before{ /*чтобы в меню небыло точек, когда мы в каталоге (следовательно в шаблоне аспро)*/
    content: "";
}

.delivery_info_content h2{
    font-size: 1.5rem;
}

.delivery_info_content table{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-collapse: collapse;
}

.delivery_info_content table thead{
    border: 1px solid #E5E5E5;
}

.delivery_info_content table thead tr{
    background: #F7F7F7;
    color: #888;
}

.delivery_info_content table tr td{
    padding: 8px 29px;
}

.delivery_info_content table tbody{
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

.delivery_info_content table tbody tr td{
    border-bottom: 1px solid #E7E7E7;
}

.delivery_info_content .help{
    font-size: 14px;
}

.delivery_info_content .delivery_jotting{
    border: 1px solid #E5E5E5;
    background: #F7F7F7;
    padding: 10px 30px;
}

.delivery_info_content .delivery_jotting span{
    font-weight: 600;
    color: #888;
}

.brands-main{
    padding: 10px 0;
}

.brands-item{
    width: 100px;
    height: 40px;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
