@font-face {
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.pr-10 {
    padding-right: 10px;
}
.space-bottom {
    padding-bottom: 20px;
}
.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.separator-2 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0 15px;
    background-color: #cccccc;
    position: relative;
}
/*.tab-content {
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-top: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background-color: #fafafa;
    margin-bottom: 15px;
}*/
.tab-content h1 {
    font-size: 34px;
}
.tab-content:after {
    width: 3px;
    content: "";
    background-color: #e84c3d;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/* Collapse
---------------------------------- */
.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}
.panel-default > .panel-heading {
    padding: 0;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #f0f0f0;
    border-top: none;
    background-color: #fafafa
}
.panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #e84c3d;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}
.panel-heading a.collapsed {
    color: #ffffff;
    background-color: #999999;
}
.panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}
.panel-heading a.collapsed:after {
    content: "\f196";
}
.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
    text-decoration: none;
    background-color: #e84c3d;
    color: #ffffff;
}
.panel-title a i {
    padding-right: 10px;
    font-size: 20px;
}
.tab-content {
    border: none;
    padding: 20px;
    border-top: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    margin-bottom: 15px;
}

.tab-content:after, .nav-tabs > li.active > a, .nav-tabs > li.active > a:after {
    background-color: transparent;
}
table.downloads tr:first-child td{
    border-top:none;
}
table.downloads > tbody > tr > td{
    vertical-align: middle;
}
.has-feedback .form-control::placeholder{
    opacity: .7
}
.row .has-feedback label ~ .form-control-feedback{
    margin-right:10px
}
.panel-heading a {
    background-color: #3d78d8;
    color: #ffffff;
}
.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
    background-color: #3d78d8;
    color: #ffffff;
}
.support_ul{
    list-style: none;
}
.support_ul a{
    font-family: "SegoeUIRegular";
    color:#343434;
    margin-left: 5px;
    font-weight: 500;
    font-size: 19px;
    padding-left: 10px;
}
.support_ul li{
    margin-bottom: 10px;
}
.support_ul li:hover{
}
.support_ul li:hover a{
    color: #3d78d8;
    text-decoration: none;
    font-weight: 600;
    transition: all .5s ease;
    border-left: 5px #3d78d8 solid;
}
.support_ul i{
    font-weight: 500;
    font-size: 19px;
    margin-right: 5px;
}
.support_ul li.active a{
    color: #3d78d8;
    text-decoration: none;
    font-weight: 600;
    border-left: 5px #3d78d8 solid;
}
table.downloads.support td{
    padding: 0 0;
}
table.downloads.support td a{
    float: right;
}
#razdel{
    font-family: "SegoeUIRegular";
    font-size: 28px;
    line-height: 1.2;
    color: #666666;
    padding-left: 20px;
}
.input-file3-text {
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
}
input[type="file"]#file {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.input-file-list-img{
    max-height: 200px;
}
#sidebar-loader .fa-spinner{
    font-size: 40px;
    animation: rotateSpinner 2s linear infinite;
}
@keyframes rotateSpinner {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
#copy_ozon{
    position: relative;
}
.tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
#copy_ozon:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}