﻿.bodycontainer {
    margin: 20px auto 0px 0px;
}

    .bodycontainer .left {
        float: left;
    }



.pagetopblock {
    position: relative;
    overflow: auto;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: table;
    height: 216px;
}

.bodycontainer .right {
    float: right;
    padding: 10px;
    text-align: center;
}

 

.pagetopblock .row {
    display: table-row;
    height: 216px;
}

.pageleftblock {
    width: 62%;
    display: table-cell;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/App_Themes/v4/images/dscf0372.jpg?autorotate=true&width=1665);
    height: 216px;
}

.pagerightblock {
    width: 38%;
    display: table-cell;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/App_Themes/v4/images/pfe002.jpg?autorotate=true&width=1665);
    height: 216px;
}

.pageleftblock .pttop {
    background-color: rgba(196,196,196,.9);
    overflow: hidden;
    height: 132px;
    padding: 0px 0px 0px 10vw;
    display: flex;
    align-items: center;
}

.pageleftblock .ptbot {
    background: rgba(90,90,90, 0.8);
    overflow: hidden;
    height: 84px;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 10vw;
}

    .pageleftblock .pttop h1, .pageleftblock .ptbot h2 {
        margin: 0px;
    }

.pageleftblock .pttop h1 {
    color: #5e1774;
    padding: 20px 0px 20px 0px;
    text-align: left;
    font-size: 2em;
}

.pageleftblock .ptbot h2 {
    color: #FFF;
    padding: 15px 0px 15px 0px;
    text-align: left;
    font-weight: 300;
    font-size: 1.5em;
}



.subcontainer {
    margin: 0px 0px 20px 0px;
}

    .subcontainer h2 {
        margin: 0px;
        font-size: 22px;
    }

        .subcontainer h2 a {
            color: #000000;
        }

            .subcontainer h2 a span {
                display: inline-block;
                margin: 0px 10px 0px 0px;
            }

.succopy {
    display: none;
    border: 1px solid #FFFFFF;
    margin: 0px 0px 0px 20px;
}

.slick-slide {
    min-height: 600px !important;
}




.bodycontainer .signcolumnR {
    width: 44%;
}

.bodycontainer .signcolumnL {
    width: 53%;
}

.grpane ul.squares li {
    width: 280px;
}

.grpane ul.squares {
    list-style-type: none;
}

.grpane ul.squares {
    margin: auto;
    padding: 0;
    width: fit-content;
}

    .grpane ul.squares li {
        background: #fff;
        width: 280px;
        min-height: 222px;
        margin: 10px;
        padding: 0;
        text-align: center;
        display: inline-block;
    }

        .grpane ul.squares li a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            text-align: center;
        }

        .grpane ul.squares li span:hover {
            background-color: #f26522;
        }

        .grpane ul.squares li a span {
            display: block;
            padding: 10px 10px 10px 10px;
            background-color: #464646;
            min-height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.signblocks {
    float: none;
    width: unset;
    margin: 80px auto;
    position: relative;
    overflow: auto;
    text-align: center;
}

@media only screen and (min-width:1680px) {
    a .conv {
        width: calc(50% - 50px);
    }
}

@media only screen and (min-width:1738px) {
    a.conv {
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width:1200px) {
    .bodycontainer .signcolumnR {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    .bodycontainer .signcolumnL {
        width: 100%;
    }
}




@media (max-width: 750px) {
    .pagetopblock .row .pagerightblock {
        display: none;
    }

    .conv, .lgreen {
        margin: 10px auto 10px auto;
        display: block;
        text-align: center;
    }

    .pageleftblock .pttop, .pageleftblock .ptbot {
        padding: 10px 10px 0px 10px;
        text-align: center;
        display: block;
        height: 100px;
    }

    .pagetopblock, .pageleftblock {
        height: 210px;
    }

    .bodycontainer .column {
        width: calc(100% - 20px);
        margin: auto;
    }

    .pagetopblock .row {
        display: block;
        height: 210px;
    }

    .bodycontainer .left {
        float: none;
    }

    .pageleftblock .pttop h1 {
        font-size: 1.5em;
    }

    .pageleftblock .ptbot h2 {
        font-size: 1.3em;
    }

    .bodycontainer .signcolumnR {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    .bodycontainer .signcolumnL {
        width: 100%;
    }
}

@media only screen and (max-width:450px) {


    .pagetopblock, .pageleftblock {
        height: unset;
    }

        .pagetopblock .row {
            height: unset;
        }

        .pageleftblock .pttop, .pageleftblock .ptbot {
            height: unset;
        }

    .grpane ul.squares li {
        width: calc(100% - 20px);
        float: none;
    }

    .mainimage {
        float: none;
        width: 100%;
        margin: 0;
    }
}
