.contact-info__text{
    display: flex;
    align-items: center;
}

.contact-info__text a.no-border{
    margin-left: 7px;
    border-bottom: none;
}

.contact-info__text a.no-border img{
    height: 20px;
}

.navigation-sublist {
    padding: 10px 20px 0 20px !important;
}

.text-page .block-title, .text-page h3 {
    line-height: 1;
}

.block-title{
    color: #000;
    font-size: 60px;
    margin-bottom: 50px;
}

.block-title h1, .banner-title h1 {
    color: #000;
    font-size: 60px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.main-search__row.margin {
    margin-bottom: 50px;
}

.h-mail{
    margin-top: 22px !important;
}

.error-form,
.error-form-checkbox{
    border: #ff0000 1px solid !important;
}

.error-form__text{
    font-size: 12px;
    color: #ff0000;
    padding: 3px 0;
}

.mf-ok-text{
    display: none;
}

div[id^="wait_comp_"]{ display: none !important;}

input[name="confirmation"]{
    opacity: 0;
    display: block !important;
    position: absolute;
}

.mailto-link{
    color: #5082e6;
    text-decoration: none;
    border-bottom: 1px solid #5082e6;
}

#request, #partnership, #partnershipExport {
    max-width: 600px;
}

.tag1,
.tag2,
.tag3{
    display: none !important;
}

.button{
    cursor: pointer;
}

.main-search__btn input{
    padding: 0 15px;
}

.navigation-list > li{
    margin-right: 0;
}



.contact-text a{
    color: #5082e6;
}

.price-button a{
    color: #222d5a;
}

.price-button a:hover{
    color: #ffffff;
    background: #222d5a;
}

.mf-text{
    display: none;
}

.contact-info{
    margin-top: 20px;
}

.logo{
    margin-right: 8px;
}

/*.product-table__in td{*/
/*    padding: 5px 5px 5px 50px !important;*/
/*}*/

.prop_name{
    padding-right: 5px;
}

.prop_2740{
    text-align: left !important;
}

.series-standart-type{
    color: #242D57;
    text-transform: uppercase;
    background: transparent;
    font-weight: 700;
    margin-left: 5px;
}

.series-prof{
    background: #F9A800 !important;
}

.series-prof-type{
    color: #F9A800;
    text-transform: uppercase;
    background: transparent;
    font-weight: 700;
    margin-left: 5px;
}

.series-basic-type{
    color: #000000;
    text-transform: uppercase;
    background: transparent;
    font-weight: 700;
    margin-left: 5px;
}

.series-accessories-type{
    color: #000000;
    text-transform: uppercase;
    background: transparent;
    font-weight: 700;
    margin-left: 5px;
}

.about-widget{
    background: none;
    padding: 0;
    margin-bottom: 20px;
}

.blockquote{
    text-align: left;
}

.blockquote::before{
    display: none;
}

.series-fiberglass{
    color: #FFFFFF;
    background: #FF0000;
    font-weight: 700;
    margin-left: 5px;
}

.series-fiberglass-type{
    color: #FF0000;
    text-transform: uppercase;
    background: transparent;
    font-weight: 700;
    margin-left: 5px;
}

.product-color__red span{
    background: #FF0000 !important;
    color: #FFFFFF  !important;
}

@media (min-width: 720px){
    .content{
        width: 100% !important;
    }

    .sidebar{
        display: none !important;
    }

    .product-col.col4{
        width: 25% !important;
    }

    .terms-img{
        width: 33% !important;
    }

    .desktop-hide{
        display: none !important;
    }

    .slide-img img{
        max-width: 370px;
    }
}

@media (max-width: 720px){
    .mobile-hide{
        display: none !important;
    }

    .drop.section-submenu .container {
        flex-direction: column;
    }
}

.drop.section-submenu .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1230px) {
    .drop.section-submenu .container {
        flex-wrap: wrap;
    }

    .drop.section-submenu {
        height: auto;
    }
}