html, body {
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 16px;

    line-height: 1.07143;
    font-weight: 400;
    letter-spacing: .01em;
    color: #333;
    height: 100%;
    background-color: #fff;

    text-rendering: geometricPrecision;
    text-transform: none;
    text-decoration: none;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
}

html *, body * {
    outline: none;
}

/* для мобилок */
/* .col-s- */
@media all and (max-width:767px) {
}

/* для больших экранов */
@media all and (min-width:1440px) {
}

a {
    color: #4394ff;
    text-decoration: none;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

.container {
    width: 100%;
    /*padding: 0;*/
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

    .padd {
        padding-right: 30px;
        padding-left: 30px;
    }

    .mw-800 {
        max-width: 800px;
    }

    .mw-1200 {
        max-width: 1200px;
    }

    .mw-1440 {
        max-width: 1440px;
    }

[hidden]{
    display: none !important;
}

.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-s-1, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12,
.col-l-1, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-l-10, .col-l-11, .col-l-12,
.col-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    /*flex-basis: 0;*/
    flex-grow: 1;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

/* от 768px и больше */

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}



/* до 768px */

@media all and (max-width:767px) {

    .col-s {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-s-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-s-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-s-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-s-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-s-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-s-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-s-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-s-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-s-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-s-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-s-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-s-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-s-first {
        order: -1;
    }

    .order-s-last {
        order: 13;
    }

    .order-s-0 {
        order: 0;
    }

    .order-s-1 {
        order: 1;
    }

    .order-s-2 {
        order: 2;
    }

    .order-s-3 {
        order: 3;
    }

    .order-s-4 {
        order: 4;
    }

    .order-s-5 {
        order: 5;
    }

    .order-s-6 {
        order: 6;
    }

    .order-s-7 {
        order: 7;
    }

    .order-s-8 {
        order: 8;
    }

    .order-s-9 {
        order: 9;
    }

    .order-s-10 {
        order: 10;
    }

    .order-s-11 {
        order: 11;
    }

    .order-s-12 {
        order: 12;
    }

    .offset-s-1 {
        margin-left: 8.33333%;
    }

    .offset-s-2 {
        margin-left: 16.66667%;
    }

    .offset-s-3 {
        margin-left: 25%;
    }

    .offset-s-4 {
        margin-left: 33.33333%;
    }

    .offset-s-5 {
        margin-left: 41.66667%;
    }

    .offset-s-6 {
        margin-left: 50%;
    }

    .offset-s-7 {
        margin-left: 58.33333%;
    }

    .offset-s-8 {
        margin-left: 66.66667%;
    }

    .offset-s-9 {
        margin-left: 75%;
    }

    .offset-s-10 {
        margin-left: 83.33333%;
    }

    .offset-s-11 {
        margin-left: 91.66667%;
    }
}

.clr {
    clear: both;
}

.right {
    text-align: right;
}

h1 {
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 30px;
}

h2 {
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 20px;
}

input[type=submit], input[type=text], input[type=password], input[type=email], input[type=number], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=text], input[type=password], input[type=email], input[type=number], textarea {
    font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 16px;
    border: 1px solid #dadbdc;
    border-radius: 4px;
    padding: 8px 10px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    transition: all .15s ease;
}

.select {
    position: relative;
}
.select select {
    background-color: #fff;
    border: 1px solid #dadbdc;
    border-radius: 3px;
    padding: 8px 10px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    color: #333;
}

    .select:before {
        content: ' ';
        display: block;
        border-radius: 0 3px 3px 0;
        position: absolute;
        right: 1px;
        top: 3px;
        bottom: 3px;
        width: 50px;
        /*background-color: red;*/
        background: linear-gradient(to left, #fff, #fff, rgba(0,0,0,0));
        z-index: 1;
        pointer-events: none;
    }
    
    .select select:disabled {
        color: #888;
        background-color: #f7f8fa;
    }

    .select:after {
        content: '';
        display: block;
        position: absolute;
        top: 14px;
        right: 14px;
        z-index: 4;
        pointer-events: none;
        width: 10px;
        height: 10px;
        background: transparent url("data:image/svg+xml,%0A%3Csvg width='10px' height='10px' fill='%23888' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.847 451.847'%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/svg%3E%0A") center no-repeat;
    }

    input:focus, textarea:focus, .select select:focus {
        border: 1px solid #4394ff;
    }

    .inp_title {
        font-weight: 500;
        margin-bottom: 10px;
    }

    .inp_title_desc {
        font-weight: 400;
        font-size: 0.9em;
        line-height: 1.5;
        color: #888;
        margin-bottom: 10px;
    }

.btn {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 15px;
    background-color: #4394ff;
    color: #fff;
    padding: 10px 25px 12px;
    border: 0;
    border-radius: 25px;
    width: auto;
    user-select: none;
    cursor: pointer;
    text-align: center;
    transition: all .15s ease;
}

    .btn:hover {
        background-color: #2982f7;
    }

    .btn:focus {
        border: 0;
    }

    .btn.small {
        font-size: 14px;
        padding: 7px 20px 9px;
    }

    .btn.border {
        background-color: transparent;
        border: 1px solid rgba(0,0,0,.15);
        color: #333;
    }

        .btn.border:hover {
            border: 1px solid #80b6ff;
            color: #2982f7;
        }

        .btn.border.red:hover {
            border: 1px solid #f07b7b;
            color: #d72a2a;
        }

    .btn.w100 {
        width: 100%;
    }

    .btn.new:before, .btn.delete:before, .btn.export:before {
        display: inline-block;
        content: '';
        width: 14px;
        height: 14px;
        margin-right: 10px;
        transform: translateY(2px);
    }

    .btn.new:before {
        background: transparent url("data:image/svg+xml,%3Csvg width='14px' height='14px' fill='%23fff' viewBox='0 0 426.66667 426.66667' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m405.332031 192h-170.664062v-170.667969c0-11.773437-9.558594-21.332031-21.335938-21.332031-11.773437 0-21.332031 9.558594-21.332031 21.332031v170.667969h-170.667969c-11.773437 0-21.332031 9.558594-21.332031 21.332031 0 11.777344 9.558594 21.335938 21.332031 21.335938h170.667969v170.664062c0 11.777344 9.558594 21.335938 21.332031 21.335938 11.777344 0 21.335938-9.558594 21.335938-21.335938v-170.664062h170.664062c11.777344 0 21.335938-9.558594 21.335938-21.335938 0-11.773437-9.558594-21.332031-21.335938-21.332031zm0 0'/%3E%3C/svg%3E") center no-repeat;
        
    }

    .btn.delete:before {
        background: transparent url("data:image/svg+xml,%0A%3Csvg width='14px' height='14px' fill='%23444' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M408.299,98.512l-32.643,371.975H136.344L103.708,98.512l-41.354,3.625l33.232,378.721 C97.335,498.314,112.481,512,130.076,512h251.849c17.588,0,32.74-13.679,34.518-31.391l33.211-378.472L408.299,98.512z'/%3E%3Cpath d='M332.108,0H179.892c-19.076,0-34.595,15.519-34.595,34.595v65.73h41.513V41.513h138.378v58.811h41.513v-65.73 C366.703,15.519,351.184,0,332.108,0z'/%3E%3Cpath d='M477.405,79.568H34.595c-11.465,0-20.757,9.292-20.757,20.757s9.292,20.757,20.757,20.757h442.811 c11.465,0,20.757-9.292,20.757-20.757S488.87,79.568,477.405,79.568z'/%3E%3C/svg%3E%0A") center no-repeat;
    }

    .btn.export {
        padding-left: 30px;
        background-color: #4caf4f;
        color: #fff;
        background-position: 25px center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m2.85902 2.87697 12.56998-1.795c.071-.01018.1433-.00498.212.01523.0688.02021.1324.05496.1865.1019.0542.04695.0976.10498.1274.17018.0297.06519.0451.13602.0451.20769v20.84603c0 .0715-.0154.1423-.0451.2074s-.073.1231-.127.17c-.0541.0469-.1176.0817-.1862.102s-.1408.0256-.2117.0156l-12.57198-1.795c-.23838-.034-.4565-.1528-.61431-.3347-.1578-.1818-.24468-.4145-.24469-.6553v-16.26603c.00001-.24079.08689-.47349.24469-.65536.15781-.18186.37593-.30069.61431-.33464zm14.14098.123h4c.2652 0 .5196.10536.7071.29289.1876.18754.2929.44189.2929.70711v16.00003c0 .2652-.1053.5195-.2929.7071-.1875.1875-.4419.2929-.7071.2929h-4zm-6.8 9.00003 2.8-4.00003h-2.4l-1.59998 2.28603-1.6-2.28603h-2.4l2.8 4.00003-2.8 4h2.4l1.6-2.286 1.59998 2.286h2.4z' /%3E%3C/g%3E%3C/svg%3E");
    }

/*    .btn.export:before {
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m2.85902 2.87697 12.56998-1.795c.071-.01018.1433-.00498.212.01523.0688.02021.1324.05496.1865.1019.0542.04695.0976.10498.1274.17018.0297.06519.0451.13602.0451.20769v20.84603c0 .0715-.0154.1423-.0451.2074s-.073.1231-.127.17c-.0541.0469-.1176.0817-.1862.102s-.1408.0256-.2117.0156l-12.57198-1.795c-.23838-.034-.4565-.1528-.61431-.3347-.1578-.1818-.24468-.4145-.24469-.6553v-16.26603c.00001-.24079.08689-.47349.24469-.65536.15781-.18186.37593-.30069.61431-.33464zm14.14098.123h4c.2652 0 .5196.10536.7071.29289.1876.18754.2929.44189.2929.70711v16.00003c0 .2652-.1053.5195-.2929.7071-.1875.1875-.4419.2929-.7071.2929h-4zm-6.8 9.00003 2.8-4.00003h-2.4l-1.59998 2.28603-1.6-2.28603h-2.4l2.8 4.00003-2.8 4h2.4l1.6-2.286 1.59998 2.286h2.4z' /%3E%3C/g%3E%3C/svg%3E");
    }*/

    .btn {
        background-position: center;
    }

    .btn.loading {
        color: transparent;
        background: #1193f5 url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='3'%3E%3Ccircle stroke-opacity='.4' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='.7s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat;
    }

    .loadout.loading {
        display: inline-block;
        position: relative;
    }

        .loadout.loading:before {
            position: absolute;
            content: '';
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 25px;
            background: #4394ff url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='3'%3E%3Ccircle stroke-opacity='.4' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='.5s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat;
        }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        min-height: 60px;
        line-height: 60px;
        margin-bottom: 30px;
    }

    .navbar a {
        text-decoration: none;
        color: inherit;
        font-size: 17px;
    }

        .navbar a.logo {
            font-size: x-large;
        }

        .navbar a .count {
            display: inline-block;
            background-color: red;
            border-radius: 20px;
            color: #fff;
            font-size: .65em;
            padding: 4px 7px;
            margin-left: 5px;
            transform: translateY(-2px);
            font-weight: 500;
        }

        .navbar .menu a {
            background-color: rgba(255,255,255,.15);
            border-radius: 30px;
            font-size: 16px;
            padding: 8px 15px;
            /*font-weight: 500;*/
            transition: all .15s ease;
            user-select: none;
        }

            .navbar .menu a.current {
                background-color: #e9f6ff;
                color: #4394ff;
            }

            .navbar .menu a.current:hover {
                /*background-color: #d6eeff;*/
                background-color: #e9f6ff;
            }

        .navbar .menu a:hover {
            background-color: #f3f3f3;
        }  

        .navbar .menu a.sign {
            background-color: #4394ff;
            color: #fff;
            opacity: 1;
        }

            .navbar .menu a.sign:hover {
                background-color: #1b7dff;
                color: #fff;
            }

    .navbar a.logo {
        margin-left: 30px;
    }

    .sellang {
        /*filter: invert(1);*/
        color: transparent !important;
        /*margin-top: 25px;*/
        /*display: inline-block;*/
        /*width: 41px;*/
        /*height: 41px;*/
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='%23888' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='m8.002.25a7.77 7.77 0 0 1 7.748 7.776 7.75 7.75 0 0 1 -7.521 7.72l-.246.004a7.75 7.75 0 0 1 -7.73-7.513l-.003-.245a7.75 7.75 0 0 1 7.752-7.742zm1.949 8.5h-3.903c.155 2.897 1.176 5.343 1.886 5.493l.068.007c.68-.002 1.72-2.365 1.932-5.23zm4.255 0h-2.752c-.091 1.96-.53 3.783-1.188 5.076a6.257 6.257 0 0 0 3.905-4.829zm-9.661 0h-2.75a6.257 6.257 0 0 0 3.934 5.075c-.615-1.208-1.036-2.875-1.162-4.686l-.022-.39zm1.188-6.576-.115.046a6.257 6.257 0 0 0 -3.823 5.03h2.75c.085-1.83.471-3.54 1.059-4.81zm2.262-.424c-.702.002-1.784 2.512-1.947 5.5h3.904c-.156-2.903-1.178-5.343-1.892-5.494l-.065-.007zm2.28.432.023.05c.643 1.288 1.069 3.084 1.157 5.018h2.748a6.275 6.275 0 0 0 -3.929-5.068z'%3E%3C/path%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 50%;
        cursor: pointer;
        /*margin-left: 20px;*/
        /*opacity: .55;*/
        /*transition: all .15s ease;*/
        position: relative;

        background-color: #eee;
    }

        .sellang:hover {
            opacity: 1;
            /*background-color: rgba(255,255,255,.3);*/
        }

        .sellang:hover .langs {
            display: block;
            z-index: 1000;
        }

        .sellang .langs {
            display: none;
            color: #000;
            line-height: 1;
            position: absolute;
            z-index: 1000;
            top: 30px;
            right: 0;
            background-color: transparent;
            padding: 10px 0 0 ;
        }

        .sellang .langs .linn {
            border-radius: 4px;
            box-shadow: 0 0 25px rgba(0,0,0,0.15);
            background-color: #fff;
            overflow: hidden;
        }

            .linn .lng {
                padding: 12px 20px;
                text-align: left;
                font-size: 16px;
                cursor: pointer;
                display: block;
            }

                .sellang .langs .linn .lng:hover {
                    background-color: #e9f6ff;
                    color: #4394ff;
                }

        .phone {
            line-height: normal;
            padding: .5em 0;
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

            .phone .for {
                font-size: .7em;
                opacity: .7;
            }

            .phone .tel {
                font-weight: 500;
                font-size: 1.2em;
            }

            .navbar .menu a.call {
                color: #444;
                text-decoration: none;
                background: none;
                padding: 0;
            }

            .navbar .menu a.call:hover {
                background: none !important;
                color: #4394ff !important;
            }

            .navbar.opa .phone {
                color: #444;
            }

        .divider {
            display: flex;
            justify-content: center;
            flex-direction: column;
            margin: 0 10px;
        }

        .divider > span {
            border-left: 1px solid rgba(0,0,0,.25);
            height: 24px;
        }



    .list {
        list-style: none;
        display: flex;
        gap: 15px;
        margin: 0;
    }

    #toggler, .navbar label {
        display: none;
    }

    .menu {
        margin-right: 30px;
    }

    @media screen and (max-width: 850px) {

        .hide-on-s {
            display: none;
        }

        .navbar {
            min-height: auto;
            margin-bottom: 20px;
            line-height: normal;
        }

        .navbar .menu a {
            padding: 15px;
            border-radius: 0;
        }

        .navbar a.logo {
            margin-left: 20px;
        }

        .menu {
            width: 100%;
            max-height: 0;
            overflow: hidden;
            margin-right: 0;
        }

        .list {
            flex-direction: column;
            align-items: stretch;
            padding: 0;
            margin: 0;
            gap: 0;
        }

        .navbar label {
            display: inline-flex;
            align-items: center;
            cursor: pointer;
            line-height: 60px;
        }

        #toggler:checked ~ .menu {
            max-height: 100%;
        }

        .list li {
            border-top: 1px solid #eee;
        }

        .list li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 15px;
            box-sizing: border-box;
            text-align: center;
        }

        .menu-line {
            width: 60px;
            height: 60px;
            background: url("data:image/svg+xml,%3Csvg width='30' height='30' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cpath d='m29 8h-26c-1.1045 0-2-.8955-2-2s.8955-2 2-2h26c1.1045 0 2 .8955 2 2s-.8955 2-2 2z' fill='%23000000' data-original='%23000000'/%3E%3Cpath d='m29 28h-26c-1.1045 0-2-.8955-2-2s.8955-2 2-2h26c1.1045 0 2 .8955 2 2s-.8955 2-2 2z' fill='%23000000' data-original='%23000000'/%3E%3Cpath d='m29 18h-26c-1.1045 0-2-.8955-2-2s.8955-2 2-2h26c1.1045 0 2 .8955 2 2s-.8955 2-2 2z' fill='%23000000' data-original='%23000000'/%3E%3C/svg%3E") center no-repeat;
        }

        .padd {
            padding-left: 20px;
            padding-right: 20px;
        }

    }


.changeLang {
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
}

    .langBtn {
        background-color: #4394ff;
        color: #fff;
        padding: 7px 12px;
        border-radius: 25px;
        margin: 0 2px;
        cursor: pointer;
        user-select: none;
    }

    .langBtn:last-child {
        background-color: #444;
    }

@media all and (max-width:767px) {

    .divider > span {
        display: none;
    }

}

.cookie {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2147483000 !important;
    transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
}
#cookie-message {
    position: relative;
    margin-bottom: 1em;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    background-color: #fff;
    padding: 10px 50px 10px 15px;
    color: #444;
    border-radius: 5px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
}

a.terms_accept {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #eee url("data:image/svg+xml,%3Csvg width='10px' height='10px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492 492' style='enable-background:new 0 0 492 492;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M300.188,246L484.14,62.04c5.06-5.064,7.852-11.82,7.86-19.024c0-7.208-2.792-13.972-7.86-19.028L468.02,7.872 c-5.068-5.076-11.824-7.856-19.036-7.856c-7.2,0-13.956,2.78-19.024,7.856L246.008,191.82L62.048,7.872 c-5.06-5.076-11.82-7.856-19.028-7.856c-7.2,0-13.96,2.78-19.02,7.856L7.872,23.988c-10.496,10.496-10.496,27.568,0,38.052 L191.828,246L7.872,429.952c-5.064,5.072-7.852,11.828-7.852,19.032c0,7.204,2.788,13.96,7.852,19.028l16.124,16.116 c5.06,5.072,11.824,7.856,19.02,7.856c7.208,0,13.968-2.784,19.028-7.856l183.96-183.952l183.952,183.952 c5.068,5.072,11.824,7.856,19.024,7.856h0.008c7.204,0,13.96-2.784,19.028-7.856l16.12-16.116 c5.06-5.064,7.852-11.824,7.852-19.028c0-7.204-2.792-13.96-7.852-19.028L300.188,246z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center no-repeat;
    transition: all .15s ease;
}

a.terms_accept:hover {
    background-color: #F9EFE6;
}











