@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Slab:wght@100..900&display=swap');
body, html{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
.font-title{
    font-family: "Roboto Slab", serif;
}
.row{
    padding: 0 40px;
    text-align: center;
}
.inrow{
    padding: 30px 0;
    display: inline-block;
    width: 1000px;
    max-width: calc(100% - 80px);
    text-align: start;
    position: relative;
}
.col{
    display: inline-block;
    vertical-align: top;
}
.col-50{
    width: 50%;
}
.header{
    /*background: url(/images/bg1.jpg) no-repeat center;*/
    /*background:
            linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%),
            url(/images/bg1.jpg) no-repeat center center;*/
    /*background:
            linear-gradient(to right, white calc(100% - 30px), rgba(255, 255, 255, 0) calc(100% - 30px)),
            url(/images/bg1.jpg) no-repeat center center;*/
    background-size: cover;
    min-height: 200px;
}
.header .logo{
    width: 100px;
}
.header .logo_fsc{
    width: 27px;
    margin-left: 10px;
}
.header .slogan{
    text-transform: uppercase;
    color: #192c1e;
    text-shadow: 0px 1px 1px #ffffff, -1px -1px 1px #ffffff;
    font-weight: bold;
}
.footer{
    /*background: url(/images/bg1.jpg) no-repeat center;*/
    background: #ccc8ba;
    min-height: 200px;
}
.footer .logo{
    width: 100px;
}
.footer .slogan{
    text-transform: uppercase;
    color:#fff;
}
.title{
    font-size: 32px;
    margin-bottom: 22px;
}
.subtitle{
    font-size: 14px;
    margin-bottom: 22px;
    margin-top: -22px;
}
.description{
    line-height: 24px;
}
.button{
    background: #ccc;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 24px;
    cursor:pointer;
    text-decoration: none;
}
.button-green{
    background: #a7a38d;
}
.button-green:hover, .button-green.active{
    background: #cfccbd;
}
.price-table table{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    border-collapse: collapse;
}
.price-table thead{
    background: #a7a38d;
    color: #fff;
}
.price-table table th{
    text-align: start;
}
.price-table table th, td{
    text-align: start;
    padding: 10px;
    border: 1px solid #ccc;
}
.price-table table tbody tr.price-item-header td:nth-child(3), .price-table table tbody tr.price-item-header td:nth-child(4){
    padding: 0;
    border:none;
}
.download-price{
    position: absolute;
    top: 20px;
    right: 0;
}


.our-team{

}
.our-team .member{

}
.our-team .member-image{
    width: 100%;
}
.our-team .member-image img{
    width: 100%;
}
.our-team .member-name{
    font-size: 18px;
    margin: 20px 0 0 0;
}
.our-team .member-post{
    font-size: 12px;
    text-transform: uppercase;
}
.our-team .member-contacts{
    margin-top: 10px;
}
.our-team .contact{

}
.our-team .contact a{
    color: #783d3d;
    text-decoration: none;
    margin-top: 3px;
    display: inline-block;
}

.about-company{
    background: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)), url(/images/bg6.jpg) no-repeat fixed;
    background-size: cover;
    color:#fff;
}

.logistic{
    background: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)), url(/images/bg1.jpg) no-repeat fixed;
    background-size: cover;
    color:#fff;
}
.logistic .title{
    /*color: #ccc8ba;*/
}
.block-50-image{

}
.block-50-image img{
    width: calc(100% - 30px);
}
.flex-container {
    display: flex;
    gap: 40px;
}

.flex-block {
    flex: 1;
}
.flex-inrow{
    padding: 0;
}
.p-w-30{
    padding-top:30px;
    padding-bottom:30px;
}
.p-b-30{
    padding-bottom:30px !important;
}
.m-r-20{
    margin-right: 20px;
}
.logistic-side-image{
    background:  url(/images/logistic3.jpg) no-repeat center center;
    background-size: cover;
}
.about-company-side-image{
    background: url(/images/bg6.jpg) no-repeat fixed;
    background-size: cover;
}

.text-right{
    text-align: right !important;
}
.text-green{
    color: darkolivegreen;
}
.text-brown{
    color: #797666;
}
.text-red{
    color: #d32f2f;
}
.text-bold{
    font-weight: bold;
}

.slider-card-title{
    font-size: 24px;
    margin: 10px 0;
}

.table-cell-mobile-visible{
    display: none;
}
.table-cell-mobile-visible td{
    background: #ebebeb;
}

.mobile-visible-row{
    display: none;
}

.price-additional-info{
    background: darkseagreen;
    color: #fff;
    padding: 20px;
    margin-top: 30px;
    text-align: center;
}

.price-item-image{
    width: 100px;
}

@media only screen and (max-width: 800px) {
    .flex-container{
        display: block;
    }
    .mobile-hidden{
        display: none;
    }
    .table-cell-mobile-visible{
        display: contents;
    }
    .mobile-visible-row{
        display: table-row;
    }
    .row{
        padding: 0px;
    }
    .download-price{
        position: initial;
    }
    .download-price .button{
        margin: 0 0 20px 0;
    }

    .header .text-right{
        text-align: start !important;
    }
    .fscEudr{
        margin-top: 24px;
    }

}

/*tr {*/
/*    page-break-inside: avoid;*/
/*    page-break-after: auto;*/
/*}*/
/*tbody, thead, tr {*/
/*    page-break-inside: avoid;*/
/*}*/
/*table {*/
/*    page-break-inside: avoid;*/
/*}*/

/*tr {*/
/*    page-break-inside: avoid;*/
/*    page-break-after: auto;*/
/*}*/