@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');

body{
    margin: 0px;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#444444;
}




.indent{
    width: 100%;
    height: 100px;
}

.indentBig{
    width: 100%;
    height: 200px;
}

.indentMini{
    width: 100%;
    height: 30px;
}







a{
    padding: 0px;
    text-decoration: none;
}
a:hover{text-decoration:underline;}

ul{
    padding: 0px;
    margin: 0px;
}
li{
    list-style-type: none;
}

form{
    margin: 0px;
    padding: 0px;
}

/* form select{
    margin-top: 4px;
    margin-bottom: 11px;
} */

form span{
    display: block;
}

section{
    margin: auto;
    width: 100%;
}

.block{
    margin: 20px;
    padding: 10px;
    border:1px solid #CCCCCC;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(54, 56, 58, 0.25);
    -moz-box-shadow: 0px 4px 10px 2px rgba(54, 56, 58, 0.25);
    box-shadow: 0px 4px 10px 2px rgba(54, 56, 58, 0.25);
}

.mini-block{
    margin: 10px;
    padding: 10px;
    border:1px solid #CCCCCC;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(54, 56, 58, 0.25);
    -moz-box-shadow: 0px 4px 10px 2px rgba(54, 56, 58, 0.25);
    box-shadow: 0px 4px 10px 2px rgba(54, 56, 58, 0.25);
}

.w20{width: 20%}
.w30{width: 30%}
.w40{width: 40%}
.w50{width: 50%}
.w60{width: 60%}
.w70{width: 70%}
.w80{width: 80%}
.w90{width: 90%}
.w100{width: 100%}

.m5{ margin: 5px    !important;}
.m10{ margin: 10px  !important;}
.m15{ margin: 15px  !important;}
.m20{ margin: 20px  !important;}
.m25{ margin: 25px  !important;}


.mt2{margin-top: 2px !important;}
.mt3{margin-top: 3px !important;}
.mt4{margin-top: 4px !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mt60{margin-top: 60px !important;}
.mt70{margin-top: 70px !important;}
.mt80{margin-top: 80px !important;}
.mt90{margin-top: 90px !important;}
.mt100{margin-top: 100px !important;}


.mb2{margin-bottom: 2px !important;}
.mb3{margin-bottom: 3px !important;}
.mb4{margin-bottom: 4px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}


.ml5{ margin-left: 5px    !important;}
.ml10{ margin-left: 10px  !important;}
.ml15{ margin-left: 15px  !important;}
.ml20{ margin-left: 20px  !important;}
.ml25{ margin-left: 25px  !important;}

.mr5{ margin-right: 5px   !important;}
.mr10{ margin-right: 10px !important;}
.mr15{ margin-right: 15px !important;}
.mr20{ margin-right: 20px !important;}
.mr25{ margin-right: 25px !important;}

.p5{ padding: 5px   !important; box-sizing: border-box;}
.p10{ padding: 10px !important; box-sizing: border-box;}
.p15{ padding: 15px !important; box-sizing: border-box;}
.p20{ padding: 20px !important; box-sizing: border-box;}
.p25{ padding: 25px !important; box-sizing: border-box;}

.pl5{ padding-left: 5px   !important; box-sizing: border-box;}
.pl10{ padding-left: 10px !important; box-sizing: border-box;}
.pl15{ padding-left: 15px !important; box-sizing: border-box;}
.pl20{ padding-left: 20px !important; box-sizing: border-box;}
.pl25{ padding-left: 25px !important; box-sizing: border-box;}

.pr5{ padding-right: 5px  !important; box-sizing: border-box;}
.pr10{ padding-right: 10px!important; box-sizing: border-box;}
.pr15{ padding-right: 15px!important; box-sizing: border-box;}
.pr20{ padding-right: 20px!important; box-sizing: border-box;}
.pr25{ padding-right: 25px!important; box-sizing: border-box;}

textarea, select, input[type='number'], input[type='password'], input[type='search'], input[type='text'],input[type='tel'],input[type='date'],input[type='email']{
    padding: 10px;
    font-size: 14px;
    border: 1px solid #b7b7b7;
    margin-right: 10px;
    width: 90%;
    background:#ffffff;
    outline:none;
}

input[type='submit']{
    outline:none;
    cursor: pointer;
}

option{background:#ffffff;}

textarea{
    height: 150px;
}


.but{
    text-align: center;
    padding: 10px 15px;
    border-radius:6px;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    text-decoration: none;
    border:0px;
    display: block;
}

.but:hover{
    opacity: 0.9;
    text-decoration: none;
}

.but_in{
    background: url('../img/ico/insert.svg');
    background-size: cover;
    display: block;
    width:50px;
    height: 50px;
}
.but_del{
    background: url('../img/ico/delete.svg');
    background-size: cover;
    display: block;
    width:30px;
    height: 30px;
}
.but_in:hover, .but_del:hover{
    opacity: 0.7;
}


.mini-but{
    text-align: center;
    padding: 6px 7px;
    border-radius:3px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    text-decoration: none;
    border:0px;
    display: block;
}

.mini-but:hover{
    opacity: 0.9;
    text-decoration: none;
}

.alert{
    padding: 10px 20px;
}

/*-------- ЦВЕТА ------*/
        .green{
            background: #388a3b;
            color:#FFFFFF;
        }

        .red {
            color: #fff !important;
            background-color: #dc3545;
            border-color: #dc3545;
        }

        .black{
            background: #444444;
            color:#FFFFFF;
            border: 1px solid #FFFFFF;
        }

        .blue{
            background: #2196f3;
            color:#FFFFFF;
            border: 1px solid #FFFFFF;
        }

        .yellow{
            color: #FFFFFF;
            background-color: #ffc107;
            border-color: #ffc107;
        }

        .orange{
            color: #FFFFFF;
            background-color: #FFA500;
        }

        .gray{
            color:#FFFFFF;
            background: #5c6367;
        }

        .alert-primary {
            color: #1e73b7;
            background-color: #cce5ff;
            border-color: #b8daff;
        }

        .alert-primary span {
            color: #004085;
        }

        .alert-success {
            color: #155724;
            background-color: #d4edda;
            border-color: #c3e6cb;
        }

        .alert-warning {
            color: #856404;
            background-color: #fff3cd;
            border-color: #ffeeba;
        }

        .alert-danger {
            color: #721c24;
            background-color: #f8d7da;
            border-color: #f5c6cb;
        }

        /*-------- Цвета границ ------*/
        .green-border {
            border: 1px solid #7aff7a !important;
        }
        .red-border {
            border: 1px solid #dc3545 !important;
        }
        /*-------- Цвета границ Конец------*/

/*-------- ЦВЕТА КОНЕЦ ------*/





.table{
    width:100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
    font-size:14px;
}

.table thead{
    background: #607d8b;
    color: #FFFFFF;
}

.table td, .table th {
    padding: .75rem;
    vertical-align:middle;
    text-align: left;
}

.hover:hover {
    cursor: pointer;
    background: #dcdcdccf !important;
}

.table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table-wrap {
    text-align: center;
    display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
}


  .table-adaptiv {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .table-adaptiv tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

  .table-adaptiv th, .table-adaptiv td {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
  }

  .table-adaptiv th {
    color: #fff;
    background-color: #444;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }


@media screen and (max-width: 600px) {
  .table-adaptiv {
    border: 0;
  }
  .table-adaptiv thead {
    display: none;
  }
  .table-adaptiv tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  .table-adaptiv td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }
  .table-adaptivtd:last-child {
    border-bottom: 0;
  }
  .table-adaptiv td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}






/*ПОЛОЖЕНИЕ БЛОК FLEX*/
.between{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.between-center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.between-top{
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
}

.center-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-top{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.center-bottom{
    display: flex;
    align-items: end;
    justify-content: center;
}

.left-center{
    display: flex;
    align-items: center;
    justify-content:flex-start;
}
.left-baseline{
    display: flex;
    align-items: baseline;
    justify-content:flex-start;
}
.left-top{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content:flex-start;
}
.left-bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content:flex-start;
}

.right-top{
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.right-center{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.right{
    margin-left: auto;
}

/*ПОЛОЖЕНИЕ БЛОК FLEX КОНЕЦ*/


/*---БОКОВОЕ МЕНЮ---*/
.openNav{
    font-size:16px;
    cursor:pointer;
    color: #FFFFFF;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #2d2d2d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*---БОКОВОЕ МЕНЮ КОНЕЦ---*/
