@font-face {
    font-family: 'Open Sans ExtraBold';
    src: url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Thin';
    src: url('../fonts/OpenSans/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Black';
    src: url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('../fonts/OpenSans/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans ExtraLight';
    src: url('../fonts/OpenSans/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Medium';
    src: url('../fonts/OpenSans/OpenSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans Heavy';
    src: url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

.color-warning {
    background-color: rgba(255, 185, 0, 0.23);
}

.help-font-size {
    font-size: 12px;
}

.help-video-icon {
    width: 40px;
    opacity: 0.5;
    cursor: pointer;
}

.help-video-icon:hover {
    opacity: 1;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alert-th {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .menu-no-padding {
        border: none;
        padding: 0;
    }

    .logo-padding {
        padding-top: 0 !important;
    }
}

.yamoney-pay-button {
    text-align: center;
    background: #FFDB4D;
}

.yamoney-pay-button__pay,
.yamoney-pay-button {
    background: #FFDB4D;
    border-radius: 4px;
    height: 64px;
    width: 155px;
    outline: 0px;
    border: 0px;
    transition: 0.1s ease-out 0s all;
    cursor: pointer;
}

.yamoney-pay-button__pay {
    position: relative;
    opacity: 0;
    z-index: 2;
}

.yamoney-pay-button:hover {
    background: #ffd633;
    transition: 0.1s ease-out 0s all;
    cursor: pointer;
}

.yamoney-pay-button:active {
    background: #FFcc00;
    cursor: pointer;
}

.yamoney-pay-button__text {
    position: relative;
    left: 0;
    top: -53px;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-family: YandexSansTextApp-Regular, Arial, Helvetica, sans-serif;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.yamoney-pay-button__subtext {
    position: relative;
    left: 0;
    top: -55px;
    color: #000;
    font-size: 12px;
    font-family: YandexSansTextApp-Light, Arial, Helvetica, sans-serif;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.yamoney-pay-button_type_fly {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12), 0 5px 10px -3px rgba(0, 0, 0, 0.3);;
}

.card-header-title {
    font-weight: bold;
}

.bg-white {
    font-size: 13px;
    background-color: white;
}

.bg-white:hover {
    background-color: white !important;
}

.btn-dark {
    background-color: #2c343f;
    border-radius: 2px;
    border: 1px solid #3c434d;
    font-weight: 600;
    color: white;
    font-size: 13px;
}

.btn-dark:hover,
.btn-dark:active {
    background-color: #616973 !important;
    border: 1px solid #3c434d;
    color: white;
}

.btn-dark:focus {
    color: white;
}

.widget-vk {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    right: 10px;
    margin: 0px 0px 10px;
    background: none;
    font-size: 25px;
    background-color: #ffffff;
    color: #7e848c;
    border-radius: 52px;
    padding-left: 12px;
    padding-top: 9px;
    cursor: pointer;
    border: 1px solid #e8e8e8;
}

.warning-msg {
    border: 1px solid rgba(214, 126, 0, 0.04);
    background-color: rgb(255, 239, 197);
    padding: 10px;
    text-align: center;
    border-radius: 2px;
}

.success-msg {
    border: 1px solid rgba(19, 115, 0, 0.09);
    background-color: rgba(157, 230, 155, 0.5);
    padding: 10px;
    color: #2c343f;
    text-align: center;
    border-radius: 2px;
}

.warning-msg-icon {
    font-size: 35px;
    color: black;
    margin-top: -5px;
    margin-left: 1px;
    position: absolute;
    z-index: 0;
}

.warning-msg-name {
    font-weight: 600;
    color: #2c343f;
}

.warning-msg-description {
    font-size: 13px;
    color: #2c343f;
}


.th-block {
    border-radius: 0px !important;
    padding: 15px;
    background-color: #FFF;
    margin-bottom: 20px;
}

.th-block-bg {
    border-radius: 0px !important;
    padding: 10px;
    background-color: #FFF;
    margin-bottom: 25px;
}

.th-block-li {
    border: 1px solid #efefef !important;
    border-radius: 2px !important;
    padding: 6px 10px 6px 10px;
    background-color: #FFF;
    margin-bottom: 10px;
}


.menu-project-icon {
    color: #979aa2 !important;
}

.menu-service-active {
    background-color: #f9f9f9 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-header > li {
        margin-right: 6px;
    }
}

.block-title {
    font-size: 14px;
    text-transform: none;
}

body, .form-control, .dropdown-menu {
    font-size: 13px;
}

.btn-task-type-active {
    background-color: #f5f5f5 !important;
    border-color: #e9e9e9 !important;
}

.btn-task-type {
    cursor: pointer;
    background-color: #FFF;
    font-size: 11px;
    font-weight: 400;
}

.loader {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    border-top: 1px solid #21272f;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*
.active {
    background-color: #f9f9f9!important;
    border-color: #e9e9e9!important;
}
*/
.nav-header > li {
    margin-right: 5px;
}

@media screen and (min-width: 768px) {
    .content-mini {
        padding: 13px 15px 1px;
    }
}

.history-empty-msg {
    text-align: center;
    padding: 0 10px 10px 10px;
    font-size: 12px;
    color: #929292;
}

body {
    background-color: #edeef0 !important;
}

.block.block-bordered {
    border: 1px solid #e9e9e9;
}

.filter-description {
    position: absolute;
    right: 0;
    margin-right: 7px;
    margin-top: 10px;
    font-weight: 200;
}

#main-container {
    /*padding-top: 0px !important;*/
}

/* tinkoff pay popup */
.t-wrapper {
    z-index: 9000 !important;
}