@font-face {
    font-family: "sofia-pro";
    src: url(./fonts/sofia-pro-700.woff2)format("woff2"),url(./fonts/sofia-pro-700.woff)format("woff"),url(./fonts/sofia-pro-700.otf)format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal
}

@font-face {
    font-family: "sofia-pro";
    src: url(./fonts/sofia-pro-500.woff2)format("woff2"),url(./fonts/sofia-pro-500.woff)format("woff"),url(./fonts/sofia-pro-500.otf)format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal
}

@font-face {
    font-family: "sofia-pro";
    src: url(./fonts/sofia-pro-400.woff2)format("woff2"),url(./fonts/sofia-pro-400.woff)format("woff"),url(./fonts/sofia-pro-400.otf)format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal
}

.container-fluid#main_container{
    margin-top: 0;
}

.container-fluid {
    font-family: sofia-pro, Arial, sans-serif !important; 
    color: #003057;
    padding: 0;
}

.container-fluid .breadcrumb {
    border-radius: 0;
    margin-bottom: 40px;
    background-color: transparent;
    padding: 0;
}

@media (min-width: 768px) {
    .container-fluid h1 {
        font-size: 40px;
        line-height: 52px;
    }
}

.container-fluid h1 {
    color: #003057;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-decoration-color: #02e4f4;
    text-underline-offset: -1px;
    text-decoration-skip-ink: none;
}

.container-fluid h3 {
    color: #003057;
}

.container-fluid a {
    --tw-text-opacity: 1;
    color: #003057;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 600;
}
.container-fluid a:hover {
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #02e4f4;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 0.15em;
    text-underline-offset: -0.08em;
}

.container-fluid .thumbnail {
    border-radius: 0;
    margin: 0 0 10px 0;
}

.konstr_cat_item_box {
    padding: 0;
    margin-bottom: 30px;
}

.img_label_box {
    margin-top: 3   0px;
}

.container-fluid .descr {
    padding-top: 5px;
    color: #5a5a5a;
}

.container-fluid form .btn {
    border-radius: 0; 
    border: 0;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    --tw-bg-opacity: 1;
    background-color: rgba(0,48,87,var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity));
    padding: 8px 27px 10px 22px;
}

.container-fluid form .btn.btn-success {
    background-color: #003057; 
    margin-right: 5px;
}
.container-fluid form .btn.btn-default.clear {
    background-color: #f2f2f2; 
    background-color: rgba(0,48,87,.1);
    --tw-text-opacity: 1;
    color: rgb(0,48,87);
}

.container-fluid form .btn .glyphicon {
    padding-right: 5px;
}

.container-fluid form label {
    margin-bottom: 0.5rem;
    font-size: 12px;
    line-height: 20px;
}

.container-fluid form .form-control {
    display: block;
    width: 100%;
    color: #1a1a1a;
    height: 47px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;

    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;

    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 23px;
    padding-right: 2.5rem;
    font-size: 16px;
    line-height: 28px;
}


.container-fluid form .form-control:hover {
    border-color: #003057;
}
.container-fluid select {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M5.99999 6C5.74407 6 5.48815 6.09763 5.2929 6.29289C4.90237 6.68341 4.90237 7.31659 5.2929 7.70711L7.2929 9.70711C7.6834 10.0976 8.31658 10.0976 8.70708 9.70711L10.7071 7.70711C11.0976 7.31659 11.0976 6.68341 10.7071 6.29289C10.5118 6.09763 10.2559 6 9.99999 6H5.99999Z' fill='%231A1A1A'/%3E%3C/svg%3E");
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
}

.container-fluid .table.table-responsive {
    margin-top: 30px;
}

.container-fluid .table th{
    padding: 15px;
    font-size: 16px;
    line-height: 1.1em;
    background-color:#f2f2f2;
}

.container-fluid .table td{
    padding: 10px 15px;
    color: #5a5a5a;
}

.container-fluid .alert.alert-danger {
    --tw-border-opacity: 1;
    border-color: rgb(244,16,16);
    --tw-bg-opacity: 1;
    background-color: rgb(254,231,231);
    padding: 1.5rem 1.5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: 1px;
    border-radius: 0;
    --tw-text-opacity: 1;
    color: #5a5a5a;
}

.container-fluid .alert.alert-info {
    --tw-border-opacity: 1;
    border-color: rgb(0,48,87);
    --tw-bg-opacity: 1;
    background-color: rgb(242,242,242);
    padding: 0.875rem 1.5rem;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.75rem;
    align-items: center;
    justify-content: space-between;
    border-width: 1px;
    color: rgba(90,90,90);
    border-radius: 0;
    --tw-text-opacity: 1;
}    

.container-fluid .section_header_selected {
    color:#003057;
}

.container-fluid .text-success {
    color:#02e4f4;
}

.container-fluid .radio input.opt {
    color: #003057;
}

.container-fluid .product_image_block {
    margin-bottom: 20px;
}

.container-fluid .form-inline .button_send {
    width: 250px !important;
    text-align: left;
}

.container-fluid .price_container .total_price {
    color: #003057;
    font-weight: 600;
    font-size: 24px;
}

.container-fluid .product_image_block .konstr_s7_name {
    font-weight: 500;
    font-size: 20px;
}
.container-fluid .product_image_block .image_container {
    height: auto;
}
.container-fluid .image_container img {
    height: 100%;
}

.konfigurators .section_options_block .multicount_select_cont select.opt {
    width: 60px;
}

.konfigurators .section_options_block .multicount_select_cont {
    width: 75px;
}

.konfigurators .section_options_block .multicount_label_cont {
    padding-left: 0;
}