html, body {
    /*font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;*/
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    line-height: 1.07143;
    font-weight: 400;
    letter-spacing: -.005em;
    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-1280 {
        max-width: 1280px;
    }

    .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;
        }



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

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

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

    }














