﻿@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@600;700&display=swap');

body {
    font-family: 'Titillium Web', sans-serif;
    color: #FFF;
    padding: 0 !important;
    margin: 0 !important;
}


._30 {
    width: 30px !important;
}

._40 {
    width: 40px !important;
}

._50 {
    width: 50px !important;
}

._60 {
    width: 60px !important;
}

._70 {
    width: 70px !important;
}

._80 {
    width: 80px !important;
}

._90 {
    width: 90px !important;
}

._100 {
    width: 100px !important;
}

._110 {
    width: 110px !important;
}

._120 {
    width: 120px !important;
}

._129 {
    width: 129px !important;
}

._130 {
    width: 130px !important;
}

._140 {
    width: 140px !important;
}

._150 {
    width: 150px !important;
}

._160 {
    width: 160px !important;
}

._170 {
    width: 170px !important;
}

._200 {
    width: 200px !important;
}

._240 {
    width: 240px !important;
}



.table > tbody + tbody {
    border-top: none !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.cleaffix {
    clear: both;
    display: block;
}

.fixed {
    top: 0px;
    position: fixed;
    width: 100%;
    background-color: #084B8A;
    color: white;
    font-size: 40px;
    z-index: 2;
    transition: all 0.3s ease;
}

.GoTop {
    background-image: url(../img/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 16px 48px rgba(0, 0, 0, 0.12));
    border-radius: 16px;
    background-color: #FFF;
    display: block;
    position: fixed;
    right: 16px;
    bottom: 14px;
    width: 44px;
    height: 44px;
    z-index: 999999;
    opacity: 1;
    display: none;
}

.BoxFor {
    clear: both;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    width: 100%;
    /*overflow: hidden;*/
}

    .BoxFor .LefNakKos {
        margin-top: 25px !important;
        display: block;
        position: relative;
        width: 60%;
        padding: 0;
        float: left;
    }

        .BoxFor .LefNakKos table > tbody {
            border-bottom: 1px solid #ddd;
        }

        .BoxFor .LefNakKos .NakKosTov {
            color: #000 !important;
        }

        .BoxFor .LefNakKos .NakKosJePra {
            color: #ea3924 !important;
            padding: 50px;
            font-size: 25px;
        }



        .BoxFor .LefNakKos .BoxMno {
            margin-top: 15px;
            display: block;
            position: relative;
        }

            .BoxFor .LefNakKos .BoxMno span {
                border: 1px solid #F6F6F6;
                border-radius: 8px;
                display: inline-block;
                position: relative;
                padding: 1px 9px;
                top: -11px;
            }

            .BoxFor .LefNakKos .BoxMno .BtnMen {
                width: 24px;
                height: 24px;
                font-family: 'Titillium Web';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                background: #F6F6F6;
                border-radius: 8px;
                display: inline-block;
                position: relative;
                top: -4px;
                border: none !important;
                background-image: url(../img/mnozstvo-left.png);
                background-position: center center;
                background-repeat: no-repeat;
            }

            .BoxFor .LefNakKos .BoxMno .BtnVia {
                width: 24px;
                height: 24px;
                font-family: 'Titillium Web';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                background: #F6F6F6;
                border-radius: 8px;
                display: inline-block;
                position: relative;
                top: -4px;
                border: none !important;
                background-image: url(../img/mnozstvo-right.png);
                background-position: center center;
                background-repeat: no-repeat;
            }

        .BoxFor .LefNakKos .KosBtn {
            width: 24px;
            height: 28px;
            background-image: url(../img/trash.png);
            background-position: center center;
            background-repeat: no-repeat;
            display: block;
            position: relative;
            top: 40px;
        }



    .BoxFor .RigNakKos {
        margin-top: 25px !important;
        display: block;
        position: relative;
        width: 40%;
        padding: 0;
        float: right;
        padding: 0 40px;
    }

        .BoxFor .RigNakKos .BoxZlaKup {
            margin-bottom: 20px;
        }

            .BoxFor .RigNakKos .BoxZlaKup .ZlaKup {
                color: #4DDEAA;
                display: block;
            }

            .BoxFor .RigNakKos .BoxZlaKup #cP_txtZlaKup, .BoxFor .RigNakKos .BoxZlaKup #cP_txtZlaKupEna {
                border-radius: 5px;
                border: 1px solid rgba(21, 21, 28, 0.24);
                padding: 5px 8px;
                height: 34px;
                width: 77%;
                color: #15151C;
            }

            .BoxFor .RigNakKos .BoxZlaKup #cP_txtZlaKupEna {
                width: 100%;
                display: block;
                pointer-events: none;
            }

            .BoxFor .RigNakKos .BoxZlaKup #cP_btnZlaKup {
                border-radius: 5px;
                border: 1px solid #000;
                color: #000;
                padding: 5px 8px;
                background-color: #FFF;
                margin-left: 5px;
                height: 32px;
                width: 20%;
            }

        .BoxFor .RigNakKos .BoxSumObj {
            background-color: #F6F6F6;
            border-radius: 5px;
            padding: 10px 20px;
            font-family: 'Titillium Web';
            font-style: normal;
        }

            .BoxFor .RigNakKos .BoxSumObj .SumObj {
                font-weight: 400;
                font-size: 16px;
                line-height: 140%;
                color: #000000;
                margin-bottom: 5px;
            }

            .BoxFor .RigNakKos .BoxSumObj .SumPol, .BoxFor .RigNakKos .BoxSumObj .SumDop, .BoxFor .RigNakKos .BoxSumObj .SumPla, .BoxFor .RigNakKos .BoxSumObj .CelSpo, .BoxFor .RigNakKos .BoxSumObj .CelCenPoZla {
                font-size: 13px;
                line-height: 1.9;
                color: #000000;
            }

                .BoxFor .RigNakKos .BoxSumObj .SumPol span.Hod, .BoxFor .RigNakKos .BoxSumObj .SumDop span.Hod, .BoxFor .RigNakKos .BoxSumObj .SumPla span.Hod, .BoxFor .RigNakKos .BoxSumObj .CelSpo span.Hod, .BoxFor .RigNakKos .BoxSumObj .CelZla span.Hod, .BoxFor .RigNakKos .BoxSumObj .CelCenPoZla span.Hod {
                    float: right;
                }


            .BoxFor .RigNakKos .BoxSumObj .CelSpo, .BoxFor .RigNakKos .BoxSumObj .CelCenPoZla {
                font-weight: bold;
            }

            .BoxFor .RigNakKos .BoxSumObj hr {
                margin-top: 4px;
                margin-bottom: 4px;
                border: 0;
                border-top: 1px solid rgba(21, 21, 28, 0.24);
            }

            .BoxFor .RigNakKos .BoxSumObj .BtnOdoNakKos, .BoxNovReg .BtnNovReg {
                background-color: #EA3924;
                border: 1px solid #EA3924;
                color: #FFF;
                border-radius: 4px;
                padding: 8px 15px;
                margin: 15px 0;
                width: 100%;
            }

            .BoxFor .RigNakKos .BoxSumObj .DopZda {
                background-color: #4DDEAA;
                color: #000;
                border-radius: 4px;
                padding: 0 15px;
            }

            .BoxFor .RigNakKos .BoxSumObj .CelZla {
                color: #EA3924;
            }

.TopHea {
    padding: 0;
    position: fixed;
    width: 100%;
    height: 122px;
    left: 0;
    top: 0;
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.12));
    background-color: #000;
    display: block;
    margin: 0;
    z-index: 9998;
}

    .TopHea .NavBoxLef, .TopHea .NavBoxRig {
        position: relative;
    }

        .TopHea .NavBoxLef ul.IcoNav, .NavBoxLef .TopHea ul.LngNav {
            margin: 0;
            padding: 0;
            list-style: none;
            margin-right: 5px;
        }

            .TopHea .NavBoxLef ul.IcoNav li, .TopHea .NavBoxLef ul.LngNav li {
                float: left;
                list-style: none;
                position: relative;
                top: 32px;
            }


    .TopHea ul.IcoNav li .BtnMai {
        background-image: url(../img/icon.png);
        background-position: 0 -24px;
        background-repeat: no-repeat;
        height: 24px;
        width: 24px;
        display: block;
        cursor: pointer;
        margin-right: 10px;
    }

        .TopHea ul.IcoNav li .BtnMai:hover {
            background-position: 0 0;
        }

    .TopHea ul.IcoNav li .BtnFac {
        background-image: url(../img/icon.png);
        background-position: -24px -24px;
        background-repeat: no-repeat;
        height: 24px;
        width: 24px;
        display: block;
        cursor: pointer;
        margin-right: 10px;
    }

        .TopHea ul.IcoNav li .BtnFac:hover {
            background-position: -24px 0;
        }

    .TopHea ul.IcoNav li .BtnIns {
        background-image: url(../img/instagram.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        height: 24px;
        width: 24px;
        display: block;
        cursor: pointer;
        margin-right: 10px;
    }

        .TopHea ul.IcoNav li .BtnIns:hover {
            background-position: 0 -24px;
        }

    .TopHea ul.IcoNav li .BtnTel {
        background-image: url(../img/icon.png);
        background-position: -48px -24px;
        background-repeat: no-repeat;
        height: 24px;
        width: 24px;
        display: block;
        cursor: pointer;
        margin-right: 10px;
    }

        .TopHea ul.IcoNav li .BtnTel:hover {
            background-position: -48px 0;
        }

    .TopHea ul.LngNav {
        top: 2px;
        position: relative;
        left: 10px;
    }

        .TopHea ul.LngNav li {
            color: rgba(142, 142, 155, 1);
            font-family: 'Titillium Web';
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 140%;
        }

            .TopHea ul.LngNav li .BtnLng {
                cursor: pointer;
                font-size: 14px;
                font-weight: 600;
            }

                .TopHea ul.LngNav li .BtnLng:hover {
                    color: rgba(255, 255, 255, 1);
                }

            .TopHea ul.LngNav li .ZvyCia {
                padding: 0px 2px;
                margin: 0 0 0 4px;
                border-left: 1px solid rgba(142, 142, 155, 1);
            }

    .TopHea ul.ShoNav {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-right: 5px;
        top: -32px;
        position: relative;
        right: 0;
    }

        .TopHea ul.ShoNav li {
            float: right;
            list-style: none;
            position: relative;
            top: 32px;
        }

            .TopHea ul.ShoNav li .BtnSea {
                background-image: url(../img/icon.png);
                background-position: -72px -24px;
                background-repeat: no-repeat;
                height: 24px;
                width: 24px;
                display: block;
                cursor: pointer;
                margin-left: 10px;
            }

                .TopHea ul.ShoNav li .BtnSea:hover {
                    background-position: -72px 0;
                }

            .TopHea ul.ShoNav li .BtnPer {
                background-image: url(../img/icon.png);
                background-position: -96px -24px;
                background-repeat: no-repeat;
                height: 24px;
                width: 24px;
                display: inline-block;
                cursor: pointer;
                margin-left: 10px;
            }

                .TopHea ul.ShoNav li .BtnPer:hover {
                    background-position: -96px 0;
                }

            .TopHea ul.ShoNav li .BtnCar {
                background-image: url(../img/icon.png);
                background-position: -120px -24px;
                background-repeat: no-repeat;
                height: 24px;
                width: 24px;
                display: inline-block;
                cursor: pointer;
                margin-left: 10px;
                position: relative;
            }

                .TopHea ul.ShoNav li .BtnCar .BtnCarPoc {
                    display: none;
                }


            .TopHea ul.ShoNav li .SumNakDos {
                display: inline-block;
                font-family: 'Titillium Web';
                font-style: normal;
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                position: relative;
                top: -6px;
            }

            .TopHea ul.ShoNav li #pUse {
                display: inline-block !important;
            }

            .TopHea ul.ShoNav li .dropdown {
                display: inline-block !important;
                position: relative;
                top: -9px;
            }

                .TopHea ul.ShoNav li .dropdown .UseUda {
                    display: inline-block;
                    font-family: 'Titillium Web';
                    font-style: normal;
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 24px;
                    color: #4DDEAA;
                    max-width: 250px;
                    overflow: hidden;
                    white-space: nowrap;
                    background-color: rgba(255, 255, 255, 0.15);
                }

                .TopHea ul.ShoNav li .dropdown .dropdown-item {
                    display: block;
                    width: 100%;
                    padding: .25rem 1.5rem;
                    clear: both;
                    font-weight: 400;
                    color: #212529;
                    text-align: inherit;
                    white-space: nowrap;
                    background-color: transparent;
                    border: 0;
                }

}

.TopHea ul.ShoNav li .BtnCar:hover {
    background-position: -120px 0;
}

.TopHea .BoxLog {
    border-bottom: 1px solid #3A3A40;
    height: 80px;
    width: 100%;
    display: block;
}

    .TopHea .BoxLog .FulBox {
        display: block;
        height: 32px;
        margin: 0px auto;
        width: 248px;
        top: 24px;
        position: relative;
    }

        .TopHea .BoxLog .FulBox .Log {
        }

.TopHea nav {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    position: relative;
    height: 42px;
    padding: 11px 0 0 0;
}

    .TopHea nav ul.Men {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .TopHea nav ul.Men li {
            float: left;
            width: 9%;
        }

            .TopHea nav ul.Men li a {
                color: #FFF;
                text-decoration: none;
            }

                .TopHea nav ul.Men li a:hover, .TopHea nav ul.Men li a.active {
                    color: rgba(77, 222, 170, 1);
                }





footer {
    clear: both;
    background-color: #000;
    width: 100%;
    display: block;
    padding: 30px 0;
}

    footer .FotLog {
        text-align: center;
        width: 260px;
        height: 55px;
        margin: 0 auto;
        display: block;
    }

    footer .UdaFir {
        font-size: 16px;
        text-align: center;
        line-height: 22px;
        margin: 30px 0;
    }

    footer .BotFacIco {
        background-image: url(../img/icon.png);
        background-position: -24px -48px;
        background-repeat: no-repeat;
        height: 24px;
        width: 24px;
        display: inline-block;
        cursor: pointer;
        margin: 0 auto;
    }

        footer .BotFacIco:hover {
            background-position: -24px 0;
        }


    footer .BotInsIco {
        background-image: url(../img/icon.png);
        background-position: -144px -48px;
        background-repeat: no-repeat;
        height: 24px;
        width: 24px;
        display: inline-block;
        cursor: pointer;
        margin: 0 auto;
    }

        footer .BotInsIco:hover {
            background-position: -144px 0;
        }

    footer .BotNav {
        display: block;
        height: 10px;
        margin: 10px 0;
        max-width: 1440px;
        width: 100%;
        height: 100%;
        text-align: center;
    }

        footer .BotNav ul {
            display: inline-block;
            margin: 0;
            padding: 0;
            zoom: 1;
            *display: inline;
        }

            footer .BotNav ul li {
                float: left;
            }

                footer .BotNav ul li a {
                    font-size: 14px;
                    line-height: 20px;
                    color: rgba(255, 255, 255, 0.48);
                    padding: 0 10px;
                }

                    footer .BotNav ul li a:hover, footer .BotNav ul li a.active {
                        color: #4DDEAA;
                    }

    footer .Cop {
        clear: both;
        font-size: 12px;
        text-align: center;
        display: block;
        line-height: 16px;
        color: rgba(255, 255, 255, 0.48);
    }


.BoxNakKos {
    position: absolute;
    width: 614px;
    min-height: 100px;
    right: 0;
    top: 122px;
    background: #FFFFFF;
    box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.12);
    border-radius: 0px 0px 24px 24px;
    z-index: 99999;
}

    .BoxNakKos ul {
        list-style: none;
        margin: 24px;
    }

        .BoxNakKos ul li {
        }

            .BoxNakKos ul li .NakKosImg {
                width: 106px;
                height: 106px;
                background: #F6F6F6;
                border-radius: 8px;
                text-align: center;
                vertical-align: middle;
                padding: 10px;
            }

                .BoxNakKos ul li .NakKosImg img {
                    width: 100%;
                    max-height: 106px;
                }

ul.BreCru {
    padding: 32px 0 16px 0;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #15151C;
}

    ul.BreCru li {
        float: left;
    }

        ul.BreCru li.separator {
            padding: 0 5px;
        }

        ul.BreCru li a {
            color: #8E8E9B;
            text-decoration: none;
        }


.PagTop {
    clear: both;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    height: 54px;
}

    .PagTop h1.PagTit {
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #000000;
        margin: 0 !important;
        padding: 0 !important;
        float: left;
    }



.BoxFor .LefMen {
    width: 306px;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    top: 122px;
    position: relative;
    display: block;
    z-index: 9990;
    margin-bottom: 122px !important;
}

    .BoxFor .LefMen h2 {
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #15151C;
        border-bottom: none;
        text-align: left;
        margin: 0 !important;
        padding: 0 !important;
    }

    .BoxFor .LefMen h3.Kat, .modal-content h3.Kat {
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        color: #15151C;
        cursor: pointer;
    }

        .BoxFor .LefMen h3.Kat:before, .modal-content h3.Kat:before {
            content: url('/img/expand.png');
            position: relative;
            z-index: 100000;
            left: 0;
            top: 7px;
            margin-right: 5px;
        }

    .BoxFor .LefMen h3.KatBez a, .modal-content h3.KatBez a {
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        color: #15151C;
        position: relative;
        z-index: 100000;
        left: 29px;
        top: 0;
        margin-right: 5px;
    }

        .BoxFor .LefMen h3.KatBez a.active, .BoxFor .LefMen h3.active {
            color: #4DDEAA;
            text-decoration: none;
        }

    .BoxFor .LefMen ul.LefNav, .modal-content ul.LefNav {
        margin: 0 0 5px 30px;
        padding: 0;
        list-style: none;
        display: none;
    }

    .BoxFor .LefMen ul.MenOpe {
        display: block;
    }

    .BoxFor .LefMen ul.LefNav li {
        padding: 2px 0;
    }

        .BoxFor .LefMen ul.LefNav li a, .modal-content ul.LefNav li a {
            font-family: 'Titillium Web';
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 140%;
            color: #8E8E9B;
            cursor: pointer;
        }

            .BoxFor .LefMen ul.LefNav li a:hover, .BoxFor .LefMen ul.LefNav li a.active, .modal-content ul.LefNav li a.active {
                color: #4DDEAA;
                text-decoration: none;
            }



    .BoxFor .LefMen ul.LefNavSma {
        margin: 5px 0 5px 0;
        padding: 0;
        list-style: none;
    }

        .BoxFor .LefMen ul.LefNavSma li {
            padding: 6px 0;
        }

            .BoxFor .LefMen ul.LefNavSma li a {
                font-family: 'Titillium Web';
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 140%;
                color: #8E8E9B;
                cursor: pointer;
            }

                .BoxFor .LefMen ul.LefNavSma li a:hover, .BoxFor .LefMen ul.LefNavSma li a.active {
                    color: #4DDEAA;
                    text-decoration: none;
                }


.BoxFor .RigPag {
    margin: 0 0 150px 0 !important;
    padding: 50px 0 0 0 !important;
    float: right;
    width: 894px;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #15151C;
    top: 122px;
    position: relative;
    z-index: 9997;
}

    .BoxFor .RigPag .BoxOrd {
        width: 282px;
        height: 54px;
        background: #F6F6F6;
        border-radius: 16px;
        float: right;
        position: relative;
        display: block;
    }

        .BoxFor .RigPag .BoxOrd .dropdown {
            font-family: 'Titillium Web';
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            color: #8E8E9B;
        }

            .BoxFor .RigPag .BoxOrd .dropdown:hover {
                background: #FFFFFF;
                border-bottom-right-radius: 16px;
                border-bottom-left-radius: 16px;
                box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.32);
                z-index: 999999;
            }


            .BoxFor .RigPag .BoxOrd .dropdown .dropbtn {
                background-color: transparent;
                padding: 15px 18px;
                border: none;
                width: 282px;
                text-align: left;
            }

                .BoxFor .RigPag .BoxOrd .dropdown .dropbtn span {
                    position: relative;
                    top: 0;
                }

                .BoxFor .RigPag .BoxOrd .dropdown .dropbtn::after {
                    content: "";
                    display: inline-block;
                    width: 24px;
                    height: 27px;
                    position: absolute;
                    right: 10px;
                    top: 15px;
                    background-image: url(../img/expand-right.png);
                }

            .BoxFor .RigPag .BoxOrd .dropdown .dropdown-content {
                display: none;
                position: relative;
                background-color: #FFF;
                min-width: 160px;
                z-index: 9999999;
                padding: 8px 0;
            }

                .BoxFor .RigPag .BoxOrd .dropdown .dropdown-content span {
                    color: black;
                    padding: 8px 18px;
                    text-decoration: none;
                    display: block;
                    cursor: pointer;
                }

    .BoxFor .RigPag .dropdown .dropdown-content a:hover {
        background-color: rgba(21, 21, 28, 0.24);
    }

    .BoxFor .RigPag .dropdown:hover .dropdown-content {
        display: block;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
    }

    .BoxFor .RigPag .BoxOrd .dropdown:hover .dropbtn::after {
        background-color: #FFF;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

.BoxFor h2 {
    width: 100%;
    text-align: center;
    border-bottom: 4px solid #EA3924;
    color: rgba(21, 21, 28, 1);
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    margin: 8px 0px;
    padding: 8px 0;
}
    .BoxFor h2.TovNieJe {
        width: 100%;
        text-align: center;
        color: rgba(21, 21, 28, 1);
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 140%;
        margin: 8px 0px;
        padding: 90px 0 !important;
        border-bottom: none !important;
        color: #EA3924 !important;
    }



ul.Tov {
    margin: 0 -12px 20px -12px !important;
}

    ul.Tov li {
        float: left;
        margin: 0;
        padding: 0;
    }

        ul.Tov li#NieJe {
            margin: 50px 0;
            padding: 0;
            width: 100%;
            display: block;
            text-align: center;
        }

        ul.Tov li a:hover {
            text-decoration: none;
        }

        ul.Tov li a .BoxTov {
            background: rgba(246, 246, 246, 1);
            align-items: center;
            /*padding: 8px 24px 24px;*/
            position: relative;
            width: 282px;
            height: 444px;
            border-radius: 24px;
            margin: 12px;
            cursor: pointer;
            text-align: center;
        }

            ul.Tov li a .BoxTov:hover {
                background: rgba(255, 255, 255, 1);
                box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.12);
            }

            ul.Tov li a .BoxTov .BoxZla {
                padding: 2px 6px;
                background: #4DDEAA;
                border-radius: 4px;
                font-family: 'Titillium Web';
                font-style: normal;
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                text-align: center;
                color: #15151C;
                position: relative;
                top: 10px;
                z-index: 999;
            }

            ul.Tov li a .BoxTov .BoxNoZla {
                padding: 2px 6px;
                font-style: normal;
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                text-align: center;
                color: #15151C;
                position: relative;
                top: 10px;
                z-index: 999;
                display: block;
                height: 28px !important;
            }

            ul.Tov li a .BoxTov .BoxTovImg {
                width: 234px;
                height: 310px;
                margin: 3px auto;
                text-align: center;
                display: block;
                top: 0;
                position: relative;
            }

            ul.Tov li a .BoxTov .BoxTovBot {
                padding: 0 24px;
                text-align: left;
                position: relative;
                bottom: 0px;
            }

                ul.Tov li a .BoxTov .BoxTovBot h3 {
                    font-family: 'Titillium Web';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    color: #8E8E9B;
                    margin: 0;
                    padding: 0;
                }

                ul.Tov li a .BoxTov .BoxTovBot h4 {
                    font-family: 'Titillium Web';
                    font-style: normal;
                    font-weight: 700;
                    font-size: 16px;
                    color: #15151C;
                    margin: 5px 0;
                    padding: 0;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    /*white-space: nowrap;*/
                    width: 250px;
                }

                ul.Tov li a .BoxTov .BoxTovBot h5 {
                    font-family: 'Titillium Web';
                    font-style: normal;
                    font-weight: 700;
                    font-size: 20px;
                    margin: 0;
                    padding: 0;
                    color: #15151C;
                }

                    ul.Tov li a .BoxTov .BoxTovBot h5 .StaCen {
                        font-family: 'Titillium Web';
                        font-style: normal;
                        font-weight: 600;
                        font-size: 14px;
                        text-decoration-line: line-through;
                        color: #EA3924;
                    }

        ul.Tov li .BoxDri {
            align-items: center;
            position: relative;
            width: 282px;
            height: 320px;
            margin: 12px;
            cursor: pointer;
            text-align: center;
            text-decoration: none !important;
        }



            ul.Tov li .BoxDri a {
                text-decoration: none !important;
            }



                ul.Tov li .BoxDri a .DriImg {
                    background: rgba(246, 246, 246, 1);
                    align-items: center;
                    position: relative;
                    width: 282px !important;
                    height: 240px;
                    border-radius: 10px;
                    cursor: pointer;
                    text-align: center;
                    margin-bottom: 8px !important;
                    border: 1px solid rgba(246, 246, 246, 1);
                }

                    ul.Tov li .BoxDri a .DriImg img {
                        width: 280px !important;
                    }

.BoxDriHov {
    border: 1px solid #4DDEAA !important;
}

ul.Tov li .BoxDri a h3 {
    align-items: center;
    position: relative;
    width: 282px;
    padding: 20px 0;
    border-radius: 24px;
    cursor: pointer;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #15151C;
}

.BotBan {
    position: relative;
    width: auto;
    justify-content: center;
    border-top: 4px solid #EA3924;
    border-bottom: 4px solid #EA3924;
    padding: 25px 0;
    background-image: url(../img/banner-bg.jpg);
    background-size: cover;
    text-align: center;
    margin-top: 30px;
    z-index: 99999;
}

    .BotBan span {
        opacity: 1;
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 140%;
        color: #15151C;
    }

    .BotBan .BoxBotLog {
        padding: 5px 10px;
        background-color: #FFF;
        border-radius: 5px;
        display: inline-block;
    }

        .BotBan .BoxBotLog img {
            display: inline-block;
            max-height: 50px;
            padding: 0 5px;
        }

.BoxReg {
    display: block;
    position: relative;
    background: #F6F6F6;
    border-radius: 24px;
    width: 100%;
    padding: 24px 0;
    text-align: center;
    margin: 40px 0;
}

    .BoxReg h5 {
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        color: #15151C;
        margin-bottom: 16px;
    }

    .BoxReg h6 {
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #15151C;
    }

    .BoxReg .BtnReg {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        background: #EA3924;
        box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.12);
        border-radius: 16px;
        color: #FFF;
        margin-top: 16px;
        text-decoration: none;
        padding: 15px 20px;
        display: inline-block;
    }


.TexSli {
    width: 100%;
    background: #EA3924;
    height: 43px;
    overflow: hidden;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    white-space: nowrap;
    position: relative;
    margin-top: 122px;
}

    .TexSli .ticker {
        -moz-animation: marquee 25s linear infinite;
        -webkit-animation: marquee 25s linear infinite;
        animation: marquee 25s linear infinite;
        padding: 7px 0;
        /*width: 2220px;*/
    }




@-moz-keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.BoxSli {
    width: 100%;
    background-image: url(../img/bg_slider.jpg);
    background-position: center center;
    background-size: cover;
    display: block;
    position: relative;
}

    .BoxSli .carousel {
        background-color: transparent;
        height: 531px;
    }

        .BoxSli .carousel .SliNad {
            text-align: center;
            font-family: 'Titillium Web';
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 140%;
            text-align: center;
            letter-spacing: 0.2em;
            color: #15151C;
            top: 44px;
            position: relative;
        }



        .BoxSli .carousel .item {
            text-align: center;
        }

            .BoxSli .carousel .item .SliBoxTov {
                display: inline-block;
                width: 267px;
                height: 333px;
                text-align: center;
                background: #FFFFFF;
                backdrop-filter: blur(36px);
                border-radius: 24px;
                margin: 0 16px;
            }

                .BoxSli .carousel .item .SliBoxTov .BoxTovImg {
                    height: 219px;
                    width: 219px;
                }

                .BoxSli .carousel .item .SliBoxTov .BoxTovBot h3 {
                    font-family: 'Titillium Web';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    color: #8E8E9B;
                    margin: 0;
                    padding: 0 0 5px 0;
                }

                .BoxSli .carousel .item .SliBoxTov .BoxTovBot h4 {
                    font-family: 'Titillium Web';
                    font-style: normal;
                    font-weight: 700;
                    font-size: 16px;
                    color: #15151C;
                    margin: 0;
                    padding: 0 0 5px 0;
                    display: inline-block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 250px;
                }

                .BoxSli .carousel .item .SliBoxTov .BoxTovBot h5 {
                    font-family: 'Titillium Web';
                    font-style: normal;
                    font-weight: 700;
                    font-size: 20px;
                    margin: 0;
                    padding: 0;
                    color: #15151C;
                }

                    .BoxSli .carousel .item .SliBoxTov .BoxTovBot h5 .StaCen {
                        font-family: 'Titillium Web';
                        font-style: normal;
                        font-weight: 600;
                        font-size: 14px;
                        text-decoration-line: line-through;
                        color: #EA3924;
                    }

                .BoxSli .carousel .item .SliBoxTov .BoxZla {
                    padding: 2px 6px;
                    background: #4DDEAA;
                    border-radius: 4px;
                    font-family: 'Titillium Web';
                    font-style: normal;
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 24px;
                    text-align: center;
                    color: #15151C;
                    position: relative;
                    top: 10px;
                    z-index: 999;
                }

                .BoxSli .carousel .item .SliBoxTov .BoxNoZla {
                    padding: 2px 6px;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 24px;
                    text-align: center;
                    color: #15151C;
                    position: relative;
                    top: 10px;
                    z-index: 999;
                    display: block;
                    height: 28px !important;
                }

        .BoxSli .carousel .carousel-control.left, .BoxSli .carousel .carousel-control.right {
            background-image: none !important;
        }


        .BoxSli .carousel .carousel-indicators {
            bottom: 12px !important;
        }

            .BoxSli .carousel .carousel-indicators li {
                background-color: rgba(21, 21, 28, 0.24);
                border: 1px solid rgba(21, 21, 28, 0.24);
            }

            .BoxSli .carousel .carousel-indicators .active {
                background-color: #EA3924;
            }

        .BoxSli .carousel .carousel-control {
            width: 64px;
            opacity: 1;
            text-align: left
        }

        .BoxSli .carousel .BtnSli {
            background: #FFFFFF;
            box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.12);
            border-radius: 16px;
            transform: rotate(-180deg);
            position: absolute;
            top: 50%;
            width: 64px;
            height: 64px;
            opacity: 1;
        }

        .BoxSli .carousel .carousel-inner {
            top: 90px;
        }

        .BoxSli .carousel .BtnRig {
            background-image: url(../img/arrow-left.png);
            background-position: center center;
            background-repeat: no-repeat;
        }

            .BoxSli .carousel .BtnRig:hover {
                background-image: url(../img/arrow-left-hover.png);
            }

        .BoxSli .carousel .BtnLef {
            background-image: url(../img/arrow-right.png);
            background-position: center center;
            background-repeat: no-repeat;
        }

            .BoxSli .carousel .BtnLef:hover {
                background-image: url(../img/arrow-right-hover.png);
            }

.BoxDetTov {
    margin-top: 194px;
    display: block;
    position: relative;
}

    .BoxDetTov .BoxFot {
        width: 50%;
        float: left;
    }

        .BoxDetTov .BoxFot .TopFot {
            width: 100%;
            height: 612px;
            background: #F6F6F6;
            border-radius: 24px;
            text-align: center;
            padding: 0;
        }

            .BoxDetTov .BoxFot .TopFot .BigFot {
                margin: 32px;
                max-width: 530px;
            }

    .BoxDetTov .BoxDet {
        float: right;
        width: 486px;
    }

.BoxDet ul.BreCru {
    padding: 0 0 16px 0;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #15151C;
}

    .BoxDet ul.BreCru li {
        float: left;
    }

        .BoxDet ul.BreCru li.separator {
            padding: 0 5px;
        }

        .BoxDet ul.BreCru li a {
            color: #8E8E9B;
            text-decoration: none;
        }

.BoxDet .NazTov {
    width: 100%;
    display: block;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin: 15px 0 10px 0 !important;
    padding: 0 !important;
    float: left;
}

.BoxDet .CenTvo {
    display: block;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #15151C;
}

    .BoxDet .CenTvo .StaCen {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #8E8E9B;
        display: inline-block;
        bottom: 7px;
        position: relative;
        text-decoration-line: line-through;
    }

    .BoxDet .CenTvo .InfZla {
        padding: 2px 6px;
        background: #4DDEAA;
        border-radius: 4px;
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #15151C;
        display: inline-block;
        bottom: 7px;
        left: 7px;
        position: relative;
    }

.BoxDet .Skl {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    display: block;
    color: #15151C;
}


.BoxDet .BoxVyb {
    width: 398px;
    min-height: 150px;
    background: #ddd;
    border-radius: 24px;
    margin-top: 20px;
    padding: 20px 0 0 0;
}

    .BoxDet .BoxVyb .BoxNaVyb {
        display: block;
        width: 100%;
    }

    .BoxDet .BoxVyb .BoxVel {
        width: 50%;
        float: left;
        padding-left: 20px;
    }

        .BoxDet .BoxVyb .BoxVel .Lab, .BoxDet .BoxVyb .BoxMno .Lab {
            font-family: 'Titillium Web';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            color: #8E8E9B;
            display: block;
            margin-bottom: 5px;
        }

        .BoxDet .BoxVyb .BoxVel select {
            width: 152px;
            height: 48px;
            background: #FFFFFF;
            border-radius: 8px;
            border: 0px none white;
            border-right: 10px solid white;
        }

        .BoxDet .BoxVyb .BoxVel label.error {
            color: #E4101B;
            font-size: 18px !important;
        }

    .BoxDet .BoxVyb .BoxMno {
        width: 50%;
        float: left;
        padding-left: 20px;
    }

        .BoxDet .BoxVyb .BoxMno .BoxVybMno {
            position: relative;
            float: left;
        }

            .BoxDet .BoxVyb .BoxMno .BoxVybMno .btn {
                width: 48px;
                height: 48px;
                font-family: 'Titillium Web';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                background: #FFFFFF;
                border-radius: 8px;
                display: inline-block;
                position: relative;
                top: -4px;
                border: none !important;
                background-image: url(../img/mnozstvo-left.png);
                background-position: center center;
                background-repeat: no-repeat;
            }

            .BoxDet .BoxVyb .BoxMno .BoxVybMno .btn2 {
                background-image: url(../img/mnozstvo-right.png);
            }

            .BoxDet .BoxVyb .BoxMno .BoxVybMno .InpMno {
                width: 48px;
                height: 48px;
                background: #FFFFFF;
                border-radius: 8px;
                text-align: center;
                font-family: 'Titillium Web';
                font-style: normal;
                font-weight: 700;
                font-size: 20px;
                line-height: 30px;
                display: inline-block;
                color: #15151C;
                border: 1px solid #FFF;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

.BoxDet .TabVel {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-decoration-line: underline;
    color: #FF0000;
    padding: 0 20px;
}

.BoxDet .BtnDoKos {
    width: 358px !important;
    height: 48px;
    background: #E4101B;
    border-radius: 8px;
    margin: 20px;
    border: none !important;
}

    .BoxDet .BtnDoKos::after {
        content: "🔎";
    }

.BoxDet .InfDoKos {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #15151C;
    width: 358px;
    padding: 4px;
    background: #4DDEAA;
    border: 1px solid #4DDEAA;
    border-radius: 8px;
    margin: 0 20px 20px 20px;
    text-align: center;
    display: none;
}

.BoxDet .InfDoKosBon {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #15151C;
    width: 358px;
    padding: 4px;
    background: #4DDEAA;
    border: 1px solid #4DDEAA;
    border-radius: 8px;
    margin: 0 20px 20px 20px;
    text-align: center;
    display: none;
}

.BoxDet .PopTov {
    margin-top: 30px;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */
    /* text/primary */
    color: #15151C;
}

    .BoxDet .PopTov i {
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        opacity: 0.48;
        color: #15151C;
        display: block;
    }

.BoxDet .DalUda {
    margin-top: 5px;
}

    .BoxDet .DalUda .KodTov {
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #15151C;
        width: 50%;
        float: left;
    }

        .BoxDet .DalUda .KodTov i {
            font-family: 'Titillium Web';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 140%;
            opacity: 0.48;
            color: #15151C;
            display: block;
        }


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}


ul.BoxMenImg {
    background-color: #000000;
    width: 800px;
}

    ul.BoxMenImg li {
        padding: 15px 0;
        width: 25% !important;
        float: left !important;
    }

        ul.BoxMenImg li a:hover {
            background-color: #000000;
        }

        ul.BoxMenImg li .BoxZna img {
            width: 160px;
            height: 80px;
            background-color: #FFF;
        }

        ul.BoxMenImg li h3 {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 14px !important;
        }

ul.BoxMenPop {
    background-color: #000000;
}

    ul.BoxMenPop li {
        padding: 3px 0;
        width: 100% !important;
        float: left !important;
    }

ul.BoxMenPil {
    background-color: #000000;
    width: 800px;
}

    ul.BoxMenPil li {
        padding: 15px 0;
        width: 25% !important;
        float: left !important;
    }

        ul.BoxMenPil li a:hover {
            background-color: #000000;
        }

        ul.BoxMenPil li .BoxZna img {
            width: 160px;
        }

        ul.BoxMenPil li h3 {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 14px !important;
        }

.modal {
    z-index: 999999;
}

    .modal .modal-title {
        font-family: 'Titillium Web';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 140%;
        color: #15151C;
    }

    .modal .btn {
        color: #15151C;
    }


.MonNak {
}

    .MonNak .InfDoKosBon {
        background-color: #4DDEAA;
        text-align: center;
        border-radius: 5px;
        padding: 3px 7px;
        color: #000000;
    }

        .MonNak .InfDoKosBon:before {
            top: 3px;
            content: url(../img/doprava.png);
            position: relative;
            margin-right: 5px;
        }

#ModTabVel img {
    width: 100%;
}

#cP_BtnTabVel {
    cursor: pointer;
}

.BoxFor .LefFakUda {
    display: block;
    position: relative;
    width: 60%;
    padding: 0;
    float: left;
}

    .BoxFor .LefFakUda ul.KosPosKro {
        margin: 0 0 30px 0;
        padding: 0;
        color: #8E8E9B;
    }

        .BoxFor .LefFakUda ul.KosPosKro li {
            float: left;
            width: 33%;
            text-align: center;
            border-bottom: 1px solid rgba(21, 21, 28, 0.24);
            padding: 0 0 3px 0;
            cursor: pointer;
        }

            .BoxFor .LefFakUda ul.KosPosKro li.active {
                color: #000;
                border-bottom: 1px solid #EA3924;
            }

h3.PomNad {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    margin: 0 !important;
    padding: 0 !important;
}

h4.PomNad {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin: 0 !important;
    padding: 0 !important;
}

#cP_logPri {
    width: 100%;
    margin-top: 20px;
    padding: 10px 0;
}



    #cP_logPri #loginForm {
        width: 100%;
    }

        #cP_logPri #loginForm .form-group label {
            color: #15151C;
        }

        #cP_logPri #loginForm .form-group input[type=text] {
            border-radius: 5px;
            border: 1px solid rgba(21, 21, 28, 0.24);
            padding: 5px 8px;
            height: 34px;
            color: #15151C;
        }

        #cP_logPri #loginForm .form-group input[type=submit] {
            background-color: #EA3924;
            border: 1px solid #EA3924;
            color: #FFF;
            border-radius: 4px;
            padding: 6px 15px;
            width: 100%;
            height: 34px;
            position: relative;
            top: 4px;
        }

#cP_logPri_FailureText {
    color: #ea3924;
    display: block;
}

#cP_logPri .Err {
    display: block;
}

.BoxPri {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid rgba(21, 21, 28, 0.24);
}

    .BoxPri #cP_logPri_hlZabHes {
        color: #EA3924;
        float: right;
        text-decoration: underline;
    }

.BoxNov, .BoxBezReg, .BoxNovReg {
    display: block;
    padding: 20px 0;
}

    .BoxNov #cP_btnNovReg, .BoxNov #cP_logPri_btnNovReg {
        background-color: #FFF;
        border: 1px solid #15151C;
        color: #15151C;
        border-radius: 4px;
        padding: 6px 15px;
        height: 34px;
        position: relative;
        top: 4px;
    }

    .BoxNov .BtnBezReg {
        border: 1px solid #15151C;
        color: #15151C;
        position: relative;
        top: 4px;
        float: right;
        /*text-decoration: underline;*/
        cursor: pointer;
        padding: 4px 15px 6px 15px;
        height: 34px;
    }

        .BoxNov .BtnBezReg:after {
            content: url('../img/sipka-right.png');
            top: 4px;
            position: relative;
            margin-left: 5px;
        }

    .BoxBezReg .PomNad, .BoxNovReg .PomNad {
        margin-bottom: 20px !important;
    }

    .BoxBezReg label, .BoxNovReg label {
        color: #15151C;
        font-weight: normal;
    }


.BoxChk {
    margin-left: 15px;
}

    .BoxChk label {
        padding: 0 0 0 10px;
        position: relative;
        top: -1px;
        font-weight: normal;
    }

.BoxDopPla div[class*=col-], .BoxPri div[class*=col-], .BoxBezReg div[class*=col-], .BoxNovReg div[class*=col-], .BoxZhrObj div[class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.BoxDopPla .VybDopPla {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .BoxDopPla .VybDopPla li {
        padding: 5px 15px;
        margin: 10px 0 15px 0;
        border-radius: 15px;
        position: relative;
        background-color: #F6F6F6;
        color: #000;
    }

        .BoxDopPla .VybDopPla li div {
            display: inline-block;
            height: 45px;
            display: table-cell;
            vertical-align: middle;
        }

            .BoxDopPla .VybDopPla li div input {
                width: 20px;
                height: 20px;
                margin-top: 10px;
                margin-right: 10px;
                accent-color: #4DDEAA;
            }

            .BoxDopPla .VybDopPla li div img {
                max-width: 80px;
                padding: 0 10px;
            }

        .BoxDopPla .VybDopPla li .BoxCen {
            position: absolute;
            right: 15px;
            top: 14px;
            height: 20px;
        }

            .BoxDopPla .VybDopPla li .BoxCen span {
                font-size: 16px;
                /* background-color: #e6eedd; */
                padding: 2px 6px;
                /* border-radius: 3px; */
                /* border: 1px solid #7c9660; */
                color: #354f1a;
            }

        .BoxDopPla .VybDopPla li div.Pop {
            /*width: 200px;*/
            padding: 3px 50px 3px 10px;
        }

            .BoxDopPla .VybDopPla li div.Pop strong {
                padding: 0;
                margin: 0 0 8px 0;
                font-size: 17px;
            }

            .BoxDopPla .VybDopPla li div.Pop p {
                clear: both;
                padding: 0;
                margin: 0;
                font-size: 13px;
                line-height: 12px !important;
                color: #8E8E9B;
            }

.BoxZhrObj, .BoxDopPla {
    display: block;
    padding: 20px 0;
}

    .BoxZhrObj .BoxZhrObjInf {
        padding: 15px;
        margin: 10px 0 15px 0;
        border-radius: 15px;
        position: relative;
        background-color: #F6F6F6;
        color: #000;
    }

        .BoxZhrObj .BoxZhrObjInf .BoxNad {
            display: block;
            margin-bottom: 15px;
        }

            .BoxZhrObj .BoxZhrObjInf .BoxNad .Nad {
                padding: 5px 15px;
                border-radius: 5px;
                position: relative;
                background-color: #4DDEAA;
                color: #000;
                font-size: 16px;
            }

.input-group-btn {
    /*border: 1px solid #ccc;*/
}


input.error, select.error, textarea.error {
    background-color: rgba(234, 57, 36, 0.50) !important;
    border-color: #EA3924 !important;
}

label.error {
    visibility: hidden !important;
    color: #ea3924;
}

#cP_txtNovRegTel-error, #cP_txtTel-error {
    visibility: visible !important;
}

#cP_hfPla-error, #cP_hfDop-error, #cP_hfDPDparcel-error {
    color: #ea3924 !important;
    visibility: visible !important;
}

table.dataTable {
    border: 1px solid rgba(142, 142, 155, 1);
}

    table.dataTable thead {
    }

        table.dataTable thead th {
            background-color: rgba(21, 21, 28, 0.15);
            color: #EA3924;
            border-bottom: 1px solid rgba(142, 142, 155, 0.5) !important;
        }


.BoxSlsp {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #e4101b;
    text-align: center;
    padding: 50px 0;
}

.FotSli {
    width: 100%;
    display: block;
}

    .FotSli .NewSli {
        list-style: none;
        margin: 15px 0;
        display: block;
        padding: 0 !important;
    }

        .FotSli .NewSli li {
            float: left;
            padding: 5px;
        }


#TabAktObj_filter {
    width: 30%;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
}

#TabAktObj tr td {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #15151C;
}

#TabAktObj .alert {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

table.DetObj {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #15151C;
    border-collapse: collapse;
    margin: 20px 0;
}

    table.DetObj tr, table.DetObj td {
        border: 1px solid #ddd;
        padding: 8px;
        vertical-align: middle !important;
        font-size: 16px;
    }

        table.DetObj td.NakKosFot {
            width: 110px !important;
        }


.ErrInfRegKli {
    color: #EA3924;
}

#RegMail {
    display: none;
}

.LinZabHes {
    width: 50% !important;
    display: inline-block;
}

.BtnZabHes {
    background-color: #EA3924;
    color: #FFF;
    font-size: 13px !important;
    position: relative;
    top: -2px;
}

#cP_prZabHes {
    color: #555;
}

.MobNavMen, .MobSliIte, .MobNavLng {
    display: none !important;
}

.TopHea nav.NavMob {
    display: none;
}

.BoxFotMob {
    display: none;
}


.TopNavNakKos .SumNakDos {
    color: #FFF;
}

.TopNavNakKos:hover .BtnCar {
    background-position: -120px 0 !important;
}

.TopNavNakKos:hover .SumNakDos {
    color: #4DDEAA;
}

.BoxCoo {
    position: fixed;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1000;
    -webkit-box-shadow: 0 -3px 9px rgba(0, 0, 0, .142596);
    box-shadow: 0 -3px 9px rgba(0, 0, 0, .142596);
    max-height: 285px;
    background: #fff;
    width: 100%;
    color: #3d4951;
}

    .BoxCoo .BoxFor {
        padding: 15px 0;
        text-align: justify;
    }

        .BoxCoo .BoxFor h3 {
            padding: 5px 0
        }

        .BoxCoo .BoxFor .BtnCoo {
            border: 1px solid #3d4951;
            background-color: rgba(0, 0, 0, 0.12);
            padding: 3px 6px;
            margin-right: 15px;
            cursor: pointer;
        }

.BoxHla {
    background-color: #3A3A40;
    position: absolute;
    top: -5px;
    right: -140px;
    padding: 7px 12px;
    border-radius: 7px;
    width: 350px;
    display: none;
}

    .BoxHla .InpHla {
        background-color: #3A3A40;
        color: #8E8E9B;
        border: none !important;
        width: 100%;
        background-image: url(../img/search.png);
        background-repeat: no-repeat;
        background-position: left center;
        outline: 0;
        padding-left: 30px;
        position: relative;
    }

    .BoxHla input:focus {
        outline: none;
    }

    .BoxHla .BtnClo {
        background-image: url(../img/close.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 10px;
        height: 10px;
        display: inline-block;
        position: absolute;
        top: 13px;
        right: 15px;
        cursor: pointer;
    }

#pHla {
    height: 0;
    width: 0;
}

#btnHla {
    position: relative;
    left: 9999999px;
}

.ForVraTov .PomNad {
    margin-bottom: 10px !important;
}

.ForVraTov .BtnOdoVraTov {
    background-color: #EA3924;
    border: 1px solid #EA3924;
    color: #FFF;
    border-radius: 4px;
    padding: 8px 15px;
    margin: 15px 0;
    width: 100%;
}

.MobKatMen{
    display:none;
}

#ModDPD {
    width: 100% !important;
}

    #ModDPD .modal-dialog {
        width: 100% !important;
        margin: 0 10px;
        min-height: 700px;
        height: 100% !important;
    }

        #ModDPD .modal-dialog #widget-container {
            height: 600px !important;
        }


#BoxParSho {
    color: #4DDEAA;cursor:pointer;
}


@media only screen and (max-width: 960px) {
    .NavBoxLef, .SumNakDos, .BoxRegKli, .Men, .LefMen {
        display: none !important;
    }

    .MobKatMen {
        display: inline-block;
        background-image: url(../img/menu.png);
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        position: relative;
        top: 10px;
        left: 20px;
    }

    #MobKat .modal-header {
        border-bottom: none !important;
        height: 20px;
    }

    #MobKat .modal-header h5 {
        font-size: 24px !important;
    }
    #MobKat .modal-header .close  {
        opacity: 1 !important;
        font-size: 50px !important;
        color: #15151C;
        position: relative;
        top: -45px;
    }

    #MobKat .modal-body {
        color: #15151C;
    }

    #MobKat .modal-content h3.Kat, #MobKat .modal-content h3.KatBez {
        font-size: 20px;
    }

    #MobKat .modal-content ul.LefNav li a {
        font-size: 18px;
        line-height: 170%;
    }

    .BoxHla {
        background-color: #3A3A40;
        position: absolute;
        top: -7px;
        right: -70px;
        padding: 7px 12px;
        border-radius: 7px;
        width: 350px;
        display: none;
    }

    ul.BoxMenImg {
        background-color: #000000;
        width: 100% !important;
    }

        ul.BoxMenImg li {
            padding: 15px 0;
            width: 33% !important;
            display: block;
            float: left;
        }

            ul.BoxMenImg li .BoxZna img {
                width: 100%;
                height: auto;
                background-color: #FFF;
            }

    .TopHea ul.ShoNav li .BtnCar .BtnCarPoc {
        position: relative;
        top: -5px;
        left: 11px;
        border: 1px solid #4DDEAA;
        border-radius: 50%;
        height: 18px;
        width: 18px;
        display: block;
        background-color: #4DDEAA;
        text-align: center;
        font-weight: bold;
    }

        .TopHea ul.ShoNav li .BtnCar .BtnCarPoc #lblPoc {
            position: relative;
            top: -2px;
        }


    .MenNavMob .BoxMenPil {
        width: 100% !important;
    }
    .MenNavMob .BoxMenPil li {
        width: 33% !important;
    }
        .MenNavMob .BoxMenPil li img {
            width: 100% !important;
        }
    .BoxFotMob {
        display: block;
    }

    .TopHea, .TopHea .BoxLog {
        height: 60px;
    }

        .TopHea .NavBoxLef, .TopHea .NavBoxRig {
            position: relative;
            top: 20px;
        }

            .TopHea .NavBoxRig .MobNavMen, .TopHea .NavBoxRig .MobNavLng {
                display: inline-block !important;
            }

                .TopHea .NavBoxRig .MobNavMen .btn-mobile {
                    position: relative;
                    top: -10px;
                    padding: 7px 10px;
                }

                    .TopHea .NavBoxRig .MobNavMen .btn-mobile:hover {
                        color:#FFF !important;
                    }
                    .TopHea .NavBoxRig .MobNavMen .btn-mobile .fa {
                        font-size: 28px;
                    }

        .TopHea .BoxLog .FulBox {
            display: block;
            height: 20px;
            margin: 0px auto;
            width: 199px;
            top: 16px;
            left: 10px;
            position: relative;
            float: left;
        }

            .TopHea .BoxLog .FulBox .Log {
                width: 95%;
            }

    .BoxSli {
        background-image: none;
        margin-top: 50px;
    }

        .BoxSli .SliNad {
            font-size: 18px !important;
        }

    /*#myCarousel {
        display: none !important;
    }*/

    ul.Tov {
        margin: 0 !important;
    }

        ul.Tov li a .BoxTov {
            margin: 0 !important;
            width: 100% !important;
            height: auto !important;
            padding-bottom: 15px !important;
        }

        ul.Tov li {
            float: none;
            margin: 15px !important;
            padding: 0;
        }

            ul.Tov li .BoxDri {
                width: 100% !important;
                margin: 0 !important;
            }

                ul.Tov li a .BoxTov, ul.Tov li .BoxDri a .DriImg {
                    margin: 0 !important;
                    width: 100% !important;
                }

                ul.Tov li .BoxDri a h3 {
                    width: 100% !important;
                }

    .TopHea nav.NavMob {
        width: 100%;
        height: 100%;
        text-align: center;
        display: block;
        position: relative;
        background-color: rgba(0, 0, 0, 0.85);
        top: -42px;
        padding-bottom: 20px;
        display: none;
    }

        .TopHea nav.NavMob ul.MenNavMob li {
            padding: 5px 0;
        }

            .TopHea nav.NavMob ul.MenNavMob li a {
                color: #FFF;
                font-size: 20px;
            }

    .BoxFor .RigPag {
        float: none !important;
        width: 100% !important;
        top: 60px;
    }

    .BoxDetTov {
        margin-top: 100px;
    }

        .BoxDetTov .BoxFot {
            width: 100%;
            float: none;
        }

            .BoxDetTov .BoxFot .TopFot {
                margin: 10px !important;
            }

                .BoxDetTov .BoxFot .TopFot .BigFot {
                    margin: 0 !important;
                    width: 100%;
                    padding: 32px;
                }

    ul.Tov li a .BoxTov .BoxTovImg {
        width: 90%;
        height: auto;
    }

    .BotBan .BoxBotLog {
        width: 45%;
        margin-bottom: 3px;
    }

    footer .BotNav ul li {
        float: none;
    }

    .BoxFot, .BreCru {
        display: none;
    }

    .BoxDetTov .BoxDet {
        float: none;
        width: 100%;
        margin-top: 25px;
    }

    .BoxDet .BoxVyb {
        width: 95%;
        margin: 0 auto;
    }

    .BoxDet .BtnDoKos {
        width: 90% !important;
    }

    .BoxDet .NazTov {
        width: 95%;
        margin: 0 auto !important;
        float: none;
    }

    .BoxDet .CenTvo {
        width: 95%;
        margin: 0 auto !important;
    }

    .BoxDet .PopTov {
        width: 95%;
        margin: 15px auto !important;
    }

    .BoxDet .DalUda {
        width: 95%;
        margin: 15px auto !important;
    }

    .SliBoxTovMob {
        background: rgba(246, 246, 246, 1);
        width: 95%;
        margin: 15px auto !important;
        text-align: center;
    }

        .SliBoxTovMob img {
            width: 95%;
            margin: 15px auto !important;
        }

    .carousel-indicators li {
        background-color: #ddd;
    }

    .carousel-indicators .active {
        background-color: #E4101B;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -20px;
        left: none;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

    .BoxDet .InfDoKos {
        width: 90%;
        margin: 0 20px 20px 20px;
    }

    .BoxDet .BoxVyb .BoxVel {
        padding-left: 10px;
    }

    .BoxDet .BoxVyb .BoxMno {
        float: right;
    }

    .BoxDet .BoxVyb .BoxVel select {
        height: 38px;
    }

    .BoxDet .BoxVyb .BoxMno .BoxVybMno .btn {
        width: 38px;
        height: 38px;
    }

    .BoxDet .BoxVyb .BoxMno .BoxVybMno .InpMno {
        width: 38px;
        height: 38px;
    }

    .TopHea ul.ShoNav li .BtnCar {
        margin-left: 5px;
    }

    ul.Tov li#NieJe {
        margin: 50px 0;
        padding: 0;
        width: 90%;
        margin: 0 20px 20px 20px;
        display: block;
        text-align: center;
    }

    .BoxFor .LefNakKos {
        margin-top: 100px !important;
        display: block;
        position: relative;
        width: 100%;
        padding: 0;
        float: none !important;
    }

        .BoxFor .LefNakKos .table .InpCen, .TopNakKos {
            display: none;
        }

    .BoxFor .RigNakKos {
        margin-top: 25px !important;
        display: block;
        position: relative;
        width: 100%;
        padding: 0;
        float: none !important;
        padding: 0 5px;
    }

    .BoxFor .LefFakUda {
        display: block;
        position: relative;
        width: 100%;
        padding: 10px;
        float: none !important;
        margin-top: 60px !important;
    }

    .TexNaStr {
        padding: 10px !important;
        text-align: left;
    }

    .BoxFotMob .carousel .carousel-control.left, .BoxFotMob .carousel .carousel-control.right {
        background-image: none !important;
    }

    .BoxFotMob .carousel .BtnSli {
        background: #ddd;
        box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.12);
        border-radius: 16px;
        transform: rotate(-180deg);
        position: absolute;
        top: 50%;
        width: 54px;
        height: 54px;
        opacity: 1;
    }

    .BoxFotMob .carousel .BtnLef {
        background-image: url(../img/arrow-right.png);
        background-position: center center;
        background-repeat: no-repeat;
        left: 0;
    }

    .BoxFotMob .carousel .BtnRig {
        background-image: url(../img/arrow-left.png);
        background-position: center center;
        background-repeat: no-repeat;
        right: 0;
    }

    .fancybox-overlay {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        display: none;
        z-index: 999;
        background: none;
    }

    .BoxCoo {
        padding: 0 25px;
        max-height: 385px;
    }

        .BoxCoo .BoxFor .BoxBtn {
            position: relative;
            bottom: 0;
            padding: 25px 0;
            background-color: #FFF;
            width: 100%;
        }

            .BoxCoo .BoxFor .BoxBtn .BtnCoo {
                width: 100%;
                display: block;
                margin: 3px 0;
            }

    .BoxTex p{
        padding:0 15px !important;
    }
    .ForVraTov{
        margin:0 15px !important;
    }
}

@media only screen and (max-width: 320px) {
    .TopHea .BoxLog .FulBox

{
    display: block;
    height: 20px;
    margin: 0px auto;
    width: 164px;
    top: 16px;
    left: 10px;
    position: relative;
    float: left;
}
}

/*MOBIL END*/
    .ZmeHesFor label {
    position: relative;
    top: -8px;
}

.BtnZmeHes {
    background-color: #EA3924;
    border: 1px solid #EA3924;
    color: #FFF;
    border-radius: 4px;
    padding: 8px 15px;
    margin: 15px 0;
    width: 100%;
}

#MenJ {
    color: #ea3924;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    top: -2px;
}

#MenJJ {
    color: #ea3924;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    top: -10px;
    line-height: 0px;
}
#A99 {
    color: #ea3924;
    font-weight: bold;
    font-size:22px;
    position: relative;
    top: -2px;
}

.ZiaZla{
    padding:0 4px;
}

.BtnPop {
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #4DDEAA;
    color: #EA3924;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: -2px;
    left: 4px;
    padding: 0 1px 0 0;
}
@keyframes BtnPop {
    0% {
        color: #4DDEAA;
    }

    100% {
        color: #EA3924;
    }
}

@-webkit-keyframes BtnPop {
    0% {
        color: white;
    }

    100% {
        color: #4DDEAA;
    }
}

.BtnPop {
    -webkit-animation: BtnPop 0.5s linear infinite;
    -moz-animation: BtnPop 0.5s linear infinite;
    -ms-animation: BtnPop 0.5s linear infinite;
    -o-animation: BtnPop 0.5s linear infinite;
    animation: BtnPop 0.5s linear infinite;
}

    .BtnPop[title-new]:hover:after {
        content: attr(title-new);
        position: absolute;
        border: #c0c0c0 1px dotted;
        padding: 10px;
        display: block;
        z-index: 100;
        background-color: #000000;
        color: #ffffff;
        width: 200px;
        max-width: 200px;
        text-decoration: none;
        text-align: center;
    }

.language-selector {
    position: relative;
    cursor: pointer;
}

.current-language {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    top: -4px;
}

.flag-icon {
    width: 32px;
    height: 32px;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    /*min-width: 150px;*/
    z-index: 1000;
}

.language-selector:hover .language-dropdown,
.language-selector.active .language-dropdown {
    display: block;
}

.language-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
}

    .language-option:hover {
        background: #f5f5f5;
    }


.NewSliBox {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

    .NewSliBox .NewSliNad {
        font-size:45px;
        color:#ea3924 !important;
    }
    .NewSliBox .BtnNewSli {
        border: 1px solid #15151C;
        color: #15151C;
        cursor: pointer;
        padding: 4px 15px 6px 15px;
        height: 34px;
    }