/*---------- Стили для всего проекта ----------*/
html {
    overflow-y: scroll;
}
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
body {
    background-color: #ffffff;
    /*background: url(../img/Background/login.background.jpg) no-repeat;*/
    background-position:center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*color: #636363;*/

    /*font-family: 'Verdana Regular';*/
    /*font: 12px "verdana", sans-serif;*/

    color: #484747;
    /*font-family: 'PT_Sans', sans-serif;
    font-size: 13px;*/
    font-family: Ubuntu, 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 12pt;
    /*line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased; 
    font-weight: lighter !important;*/
}
img {
    height: 100%;
    width: auto;
    max-width: 100%;
}
/*@media (max-width: 767px) {*/
/*body {*/
/*position:fixed;*/
/*}*/
/*}*/
/*@viewport {*/
/*user-zoom: fixed;*/
/*}*/
.h100 {
    height: 100%;
}
.lprp-0 {    
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.box1 {
    background-color: #1b1b1b;
    padding: 20px;
    border: 1px solid #fff;
}
h1 {
    color: #343434;
}
a {
    color: #343434;
}
a:hover {
    text-decoration: none;
    color: #B3B3B3;
}
a:visited {
    color: #B3B3B3;
    text-decoration: none;
}
a:active {
    color: #B3B3B3;
    text-decoration: none;
}
ul, li {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
.t-color {
    color: #B3B3B3;
}
.t-up {
    text-transform: uppercase;
}
.rel {
    position: relative;
}
.rel-in {
    position: relative;
    display: inline-block;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.clear-fix {
    clear: both;
}
.t-center {
    text-align: center;
}
.vert-mid {
    vertical-align: middle;
}
.ov-h {
    overflow: hidden;
}
.d-n {
    display: none !important;
}
.navbar-nav {
    margin: 0px 0px 0px;
}
.navbar-brand {
    
}
.wrapper {
    margin: 0.5vw 0 10vw;
    padding: 2vw 3vw 2vw 3vw;
    /*background-color: #fff;*/
    /*border-radius: 6px;*/
}
.wrapper1 {

    padding: 1vw 3vw 1vw 3vw;
    background-color: #eeeeee;
    border-radius: 6px;
}
.popap-box {
    background-color: #A5A5A5;
    opacity: 0.3;
    border: 1px solid #65615b;
    padding: 0 20px 20px;
}
.popap-box h2 {
    color: #B3B3B3;
}
.profile-btn {
    margin-right: 15px;
}
.user-menu h1, h2 {
    text-transform: uppercase;
}
.t1 {
    font-size: 25px;
    color: #2c3e50;
    margin-bottom: 10px;
}
.h-auto {
    height: auto !important;
}
.w-auto {
    width: auto !important;
}
.h-100 {
    height: 100% !important;
}
.w-100 {
    width: 100%;
}
.br-8 {
    border-radius: 8px;
}

.m-5 {
    margin: 5px;
}
.m-10 {
    margin: 10px;
}
.m-3vh {
    margin: 3vh;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
    /*margin-top: 2vh;*/
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.p-5 {
    padding: 5px;
}
.p-10 {
    padding: 10px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-200 {
    padding-top: 15vh;
}
.pb-200 {
    padding-bottom: 15vh;
}
.p-mid {
    padding: 24vh 0;
}
.pl-10 {
    padding-left: 10px;
}
.pr-10 {
    padding-right: 10px;
}
.w-25 {
    width: 25%;
}
.w-30 {
    width: 30%;
}
.w-35 {
    width: 35%;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-90 {
    width: 90%;
}
.zag1 {
    color: #2c3e50;
    font-size: 5vw;
}
.b-l {
    margin: 15px 0 0 15px;
}
.b-r {
    margin: 15px 15px 0 0;
}
.tehno3 {
    height: 5vw;
}
.tehno4 {
    height: 0.5vw;
}
.tehno5 {
    height: 62px;
}
.tehno-10 {
    height: 10px;
}
.tehno-20 {
    height: 20px;
}
.tehno-30 {
    height: 30px;
}
.tehno-40 {
    height: 40px;
}
.tehno-50 {
    height: 50px;
}
.tehno-70 {
    height: 70px;
}
.tehno-80 {
    height: 80px;
}
.tehno-100 {
    height: 100px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-radius: 4px;
}
/*---------- FLEX BOX ----------*/
.fl {
    display: flex !important;
}
.fl-in {
    display: inline-flex;
}
.jc-sa {
    justify-content: space-around;
}
.jc-sb {
    justify-content: space-between;
}
.jc-se {
    justify-content: space-evenly;
}
.jc-c {
    justify-content: center;
}
.ai-s {
    align-items: stretch;
}
.ai-c {
    align-items: center;
}
.ai-fs {
    align-items: flex-start;
}
.ac-c {
    align-content: center;
}
.fd-c {
    flex-direction: column;
}
.fg-0 {
    flex-grow: 0 !important;
}
.fg-05 {
    flex-grow: 0.5 !important;
}
.fg-08 {
    flex-grow: 0.8 !important;
}
.fg-087 {
    flex-grow: 0.87 !important;
}
.fg-1 {
    flex-grow: 1 !important;
}
.fg-2 {
    flex-grow: 2 !important;
}
/*---------- MY BOOTSTRAP STYLES ----------*/
/*---------- BUTTONS ----------*/
.btn {
    /*font-size: 16px;*/
    border: none;
    height: 7vh;
    min-height: 40px;
    padding: 0.2vh 0.4vw;
}
.btn-primary {
    /*background-color: #00a8ff;
    border-color: #00a8ff;*/
    background-color: #6ac0f3;
    border-color: #6ac0f3;
}
.btn-secondary {
    background-color: #6b7a85;
    border-color: #6b7a85;
}
.btn-success {
    background-color: #46c35f;
    border-color: #46c35f;
}
.btn-info {
    background-color: #ac6bec;
    border-color: #ac6bec;
}
.btn-warning {
    background-color: #f29824;
    border-color: #f29824;
}
.btn-danger {
    background-color: #fa424a;
    border-color: #fa424a;
}
.btn-primary:active, .btn-primary:hover {
    background-color: #16b4fc!important;
    border-color: #16b4fc!important;
}
.btn-secondary:active, .btn-secondary:hover {
    background-color: #7a8994!important;
    border-color: #7a8994!important;
}
.btn-success:active, .btn-success:hover {
    background-color: #5dca73!important;
    border-color: #5dca73!important;
}
.btn-info:active, .btn-info:hover {
    background-color: #bb86ef!important;
    border-color: #bb86ef!important;
}
.btn-warning:active, .btn-warning:hover {
    background-color: #f4a641!important;
    border-color: #f4a641!important;
}
.btn-danger:active, .btn-danger:hover {
    background-color: #fb6067!important;
    border-color: #fb6067!important;
}
/*---------- FORMS ----------*/
.form-control {
    background-color: #e9e9e9;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    /*border: 1px solid #c5d6de;*/
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*height: 6vh;
    min-height: 40px;*/
    height: 40px;
    /*font-size: 12px;*/
    color: #343434!important;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #00a8ff;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}
/*---------- PRELOADER ----------*/
.preloader {
    z-index: 10000;
    position: absolute;
    width: 60px;
    height: 60px;
    /*left: 0;*/
    right: 0;
    top: 0;
    /*bottom: 0;*/
    /*background-color: rgba(0,0,0,0.5);*/
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*display: none;*/
}
.preloader-img {
    width: 50px;
    height: 50px;
}
/*---------- Стили для страниц ----------*/
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
::-moz-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
::-ms-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/*---------- Стили для LIDERWEB ----------*/
/*---------- header ----------*/
.header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    height: 80px;
    background-color: #6ac0f3;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.header-content a {
    color: #fff;
}
.logo {
    width: 40%;
    margin: 5px 0;
}
.logo-content {
    display: flex;
    align-items: center;
}
.logo-img {
    height: 40px;
}
.logo-img img {
    
}
.name-text {
    margin-left: 20px;
    font-size: 24px;
}
.header-menu {
    width: 30%;
    margin: 5px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
}
/*---------- block-1 ----------*/
.block1 {
    margin: 60px 0;
}
.block1 .data-box {
    width: 40%;
    /*padding-right: 30px;*/
}
.block1 .links-block {
    display: flex;
    flex-direction: column;
}
.block1 .link {
}
.block1 .link a {
    display: flex;
    color: #00c1f6;
}
.block1 .link:hover a {
    color: #337ab7;
}
.block1 .link-text {
    margin-left: 10px;
}
.block1 .img-box {
    width: 60%;
}
.block1 .img-box img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.block1-content {
    padding: 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.text1 {
    font-size: 28px;
}
.text2 {
    min-height: 100px;
    font-size: 18px;
    margin: 15px 0;
}
.text3 {
    min-height: 40px;
    font-size: 14px;
    margin: 15px 0;
}
/*---------- block-2 ----------*/
.block2 {
    margin: 60px 0;
}
.block2-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.block2-content .left-box {
    margin: 10px;
    padding: 10vmin;
    width: 40%;
    background-color: #c0e7ff;
}
.block2-content .right-box {
    margin: 10px;
    padding: 10vmin;
    width: 60%;
    background-color: #eaeaea;
}
.block2 .button {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #6ac0f3;
}
.block2 .button a {
    color: #fff;
}
.block2-content .right-box .button {
    background-color: #7d93a0;
}
/*---------- footer ----------*/
.footer {
    position: relative;
    width: 100%;
    background-color: #6ac0f3;
    color: #fff;
}
.foter-content {
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.footer-logo {
    height: 50px;
}
.footer-block {
    width: 20%;
    margin: 15px;
}
.footer-link {
    position: relative;
    display: table;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-link:before {
    content: '\f101';
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-link:hover {
    padding-left: 15px;
}

.footer-link:hover:before {
    opacity: 1;
    visibility: visible;
}
.footer-link a {
    line-height: 36px;
    color: #fff;
}
/* GoTop Button
-------------------------------------------------------------- */
#scroll-top {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    bottom: 23px;
    cursor: pointer;
    right: 24px;
    font-size: 25pt;
}

#scroll-top.show {
    display: flex !important;
}
/*---------- MEDIA ---------*/
@media only screen  and (min-width: 992px) {

}
@media only screen  and (max-width: 1300px) {
    .block1-content {
        padding: 0;
    }
    .text1 {
        font-size: 26px;
    }
    .text2 {
        font-size: 20px;
    }
    .text3 {
        font-size: 14px;
    }
}
@media only screen  and (max-width: 992px) {
    .block1-content {
        padding: 0;
    }
    .text1 {
        font-size: 20px;
    }
    .text2 {
        min-height: 90px;
        font-size: 15px;
    }
    .text3 {
        min-height: 50px;
        font-size: 12px;
    }
}
@media only screen  and (max-width: 768px) {
    .header {
        height: 80px;
    }
    .logo {
        margin: 5px 10px;
    }
    .logo-img {
        height: 40px;
    }
    .name-text {
        font-size: 24px;
    }
    .header-menu {
        width: 40%;
        margin: 5px 10px;
        font-size: 16px;
    }
    .block1 {
        margin: 0;
    }
    .block2 {
        margin: 0;
        padding: 80px 0 20px;
    }
    .block1-content {
        padding: 0;
    }
    .text1 {
        font-size: 18px;
    }
    .text2 {
        font-size: 15px;
    }
    .text3 {
        font-size: 12px;
    }
    .block1 .data-box {
        width: 90%;
    }
    .block1 .img-box {
        width: 90%;
        margin-top: 20px;
    }
    .block2-content .left-box {
        width: 80%;
    }
    .block2-content .right-box {
        width: 80%;
    }
    .footer-block {
        width: 40%;
    }
}
