body {
    background: #34353a;
    overflow-x: hidden;
}

body, td {
    
    font-family: "Open Sans", Tahoma;
    font-size: 13px;
    color: #797979;
    line-height: 130%;

}

::-webkit-input-placeholder {
   color: #cbcbcb;
   /* font-family: "Open Sans", Tahoma; */
   line-height: 100%;
}

:-moz-placeholder { /* Firefox 18- */
   color: #cbcbcb;
    /* font-family: "Open Sans", Tahoma; */
   line-height: 100%;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #cbcbcb;
    /* font-family: "Open Sans", Tahoma; */
   line-height: 100%;
}

:-ms-input-placeholder {  
   color: #cbcbcb !important;
    /* font-family: "Open Sans", Tahoma; */
   line-height: 100%;
}

::-ms-input-placeholder {
    color: #cbcbcb;
    /* font-family: "Open Sans", Tahoma; */
    line-height: 100%;
}

:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #cbcbcb;
    /* font-family: "Open Sans", Tahoma; */
    line-height: 100%;
}

::placeholder { /* CSS Working Draft */
    color: #cbcbcb;
    /* font-family: "Open Sans", Tahoma; */
    line-height: 100%;
}

.align-left { text-align: left !important }
.align-right { text-align: right !important }
.align-center { text-align: center !important }

.float-right { float: right; }
.float-left { float: right; }

.tablet.portrait .float-right,
.tablet.portrait .float-left,
.mobile .float-right,
.mobile .float-left {
    float: none;
    display: block;
    margin-top: 5px;
}

.margintop8 { margin-top: 8px; }

.width50p { width: 50%; }

body>div {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.table {
    display: inline-table;
    border-collapse: collapse;
}

.table.static {
    display: table;
}

.table.auto-height>div>div { padding-bottom: 10px; }
.table.auto-height>div>div .block {
    display: inline-block;
    height: auto;
    margin-bottom: 0px;
}

.mobile .table.auto-height>div>div,
.tablet .table.auto-height>div>div { padding-bottom: 0px; }
.mobile .table.auto-height>div>div .block,
.tablet .table.auto-height>div>div .block { height: auto; margin-bottom: 10px; }


.table>div {
    display: table-row;
}

.table>div>div {
    display: table-cell;  
    padding: 0px 5px;    
}

.block {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.block.static {
    display: block;
}


.round {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    margin-top: 4px;
}

.round.green {
    background: #1ac519;
}
.round.red {
    background: #dd2828;
}
.round.yellow {
    background: #ebda00;
}

.box {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.blue { color: #5c84f1 !important; }
.box.blue {
    background: #5c84f1;
}

.red { color: #be463b !important; }
.box.red {
    background: #be463b
}

.yellow { color: #e3b32b !important; }
.box.yellow {
    background: #e3b32b
}

.green { color: #41cb55 !important; }
.box.green {
    background: #41cb55
}

.cian { color: #3bb3be !important; }
.box.cian {
    background: #3bb3be
}

.magenta { color: #b247ae !important; }
.box.magenta {
    background: #b247ae
}

.hr {
    width: 100%;
    height: 33px;
    background-repeat: no-repeat;
    background-position: right center;
}

.w40p { width: 40% !important; }
.w30p { width: 30% !important; }
.w100p { width: 100% !important; }

.w100 { width: 100%; }
.w60 { width: 60%; }
.w50 { width: 50%; }
.w47 { width: 47%; }
.w45 { width: 45%; }
.w40 { width: 40%; }
.w30 { width: 30%; }
.w25 { width: 25%; }
.w20 { width: 20%; }

.max670 { max-width: 670px; }
.max190 { max-width: 190px; }
.max270 { max-width: 270px; }
.max252 { max-width: 252px; }

.red { color: #610000; }
.green { color: #00611c; }                                             

.list {
    display: block;
    margin: 0px;
    padding: 0px;
}

.list .list-item {
    display: block;
    vertical-align: top;
    padding-bottom: 20px;
}    

.mobile .mobile-adaptive.list,
.mobile .mobile-adaptive.list .list-item {
    display: block !important;
    width: 100% !important;
}

.tablet .tablet-portrait-adaptive.list,
.tablet .tablet-portrait-adaptive.list .list-item {
    display: block !important;
    width: 100% !important;
}


.tablet .page-content,
.mobile .page-content {
    margin: 0px 10px;
    width: calc(100% - 20px);
}

.page-content .table>div>div,
.page-content>div>div {
    vertical-align: top;
    text-align: center;
}

.page-content .table>div>div:first-child,
.page-content>div>div:first-child {
    padding-left: 0px;
}
.page-content .table>div>div:last-child,
.page-content>div>div:last-child {
    padding-right: 0px;
}


.page-content>div>div .block {
    text-align: left;
}

.block.with-header {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.block.with-header .block-header {
    background: #ede1cc;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    padding: 10px 20px;
}

.block.with-header .block-header span,
.block.with-header .block-header a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.block.with-header .block-content {
    padding: 20px;
}

.block.tabbed {
    
}

.block.tabbed .block-header {
    background: #988e7c;
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 0px;
    overflow: hidden;
}

.block.tabbed .block-header>div {
    display: table-cell;
    padding: 0px 20px;
    text-align: center;
    padding: 13px 20px;
}

.block.tabbed .block-header>div:first-child {
    border-top-left-radius: inherit;
}
.block.tabbed .block-header>div:last-child {
    border-top-right-radius: inherit;
}

.block.tabbed .block-header>div.selected {
    background: #ede1cc;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

.block.tabbed .block-header>div a {
    text-decoration: underline;
    color: #f3f3f3;
    font-size: 13px;
    font-weight: normal;
}

.block.tabbed .block-header>div.selected a {
    font-size: 13px;
    color: #000;    
    text-decoration: none;
    font-weight: bold;
}     

.block.tabbed .tab-content {
    display: none;
}

.block.tabbed .tab-content.selected {
    display: block;
}

.block.white {
    background: #fff;
}

.block.white>.h1,
.block.white>h1 {
    width: 100%;
    /* background: #991b24; */
    font-size: 30px;
    font-weight: bold;
    /* color: #fff; */
    color: black;
    padding: 20px 20px 23px;
    line-height: 100%;
    margin: 0px;
}
.mobile .block.white>h1 {
    font-size: 20px;
}

.block.white>.h1>span,
.block.white>h1>span {
    background: #621e24;
    font-size: 12px;
    line-height: 100%;
    color: #e5cecf;
    display: inline-block;
    padding: 7px 10px;
    margin: 0px;
    margin-bottom: 10px;
    position: relative;
}

.block.white>.h1>em,
.block.white>h1>em {
    font-size: 12px;
    font-style: normal;
    line-height: 100%;
    color: #e5cecf;
    display: block;
    padding: 7px 10px 7px 0px;
    margin: 0px;
    position: relative;
}

.block.white>.h1>em.high,
.block.white>h1>em.high {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.block.white>.h1>span>a,
.block.white>h1>span>a {
    font-weight: bold;
    color: #fff;
}

.tablet .table.tablet-adaptive,
.tablet .table.tablet-adaptive>div,
.tablet .table.tablet-adaptive>div>div, 

.tablet.portrait .table.tablet-portrait-adaptive,
.tablet.portrait .table.tablet-portrait-adaptive>div,
.tablet.portrait .table.tablet-portrait-adaptive>div>div,

.mobile .table.mobile-adaptive,
.mobile .table.mobile-adaptive>div,
.mobile .table.mobile-adaptive>div>div {
    display: block;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden;
}

.tablet .left-column {
    min-width: 160px;
}

.tablet .right-column {
    min-width: 230px;
}

.tablet.portrait .tablet-portrait-hidden,
.tablet .tablet-hidden,
.mobile .mobile-hidden,
body:not(.mobile):not(.tablet) .desktop-hidden {
    display: none !important;
}

.tablet.portrait .tablet-portrait-fixed,
.tablet .tablet-fixed,
.mobile .mobile-fixed {
    position: fixed;
    z-index: 100;
}

.mobile .mobile-visible {
    display: inline-block !important;
}

.tablet.portrait .tablet-portrait-visible {
    display: inline-block !important;
}

.content .content-data {
    padding: 20px;
}

.content .breadcrumb {
    padding: 15px 0px 10px;
}

.content .breadcrumb>ul>li {
    display: inline-block;
}

.content .breadcrumb>ul>li a {
    font-size: 12px;
   /*  color: #85858a; */
    color: #FFFFFF;

}

.content .breadcrumb>ul>li span {
    font-size: 12px;
    color: #fff;
}

.content .breadcrumb>ul>li:after {
    content: '/';
    display: inline-block;
    padding: 0px 10px;
}

.content .breadcrumb>ul>li:last-child:after {
    display: none;
}

.button {
    padding: 5px 10px 7px;
    background: #968b7a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border: 0px;
    cursor: pointer;
    
}

.button.huge {
    padding: 10px 20px 12px;
    font-size: 14px;
}

.dotted>div>div span {
    display: block;
    border-bottom: 1px dotted #a9a9a9;
    height: 15px;
}

.dotted>div>div span em {
    font-style: normal;
    background: #fff;
    display: inline-block;
    padding-right: 5px;
}

.dotted>div>div:last-child span em {
    padding-right: 0px;
    padding-left: 5px;
}

.tablet.portrait .dotted>div>div span,
.mobile .dotted>div>div span {
    border-bottom: 0px;
    height: auto;
}

.standart {
    color: #000 !important;
    font-size: 13px !important;
}

.futlist {
    font-size: 13px;
    vertical-align: top;
    padding: 15px;
    text-align: center;
}

.mobile .futlist {
    font-size: 10px;
    vertical-align: top;
    padding: 8px;
    text-align: center;
}

.futname {
    text-align: center;
    font-size: 13px;
}

.mobile .futname {
    text-align: center;
    font-size: 10px;
}

.futimg {
    margin-right:3px;margin-top:6px;margin-bottom:3px;
    max-width:100px;
}
.mobile .futimg {
    margin-top:6px;margin-bottom:3px;
    max-width:70px;
}

.mobile .tabletext {
    font-size: 80%;
}
.mobile .tabletext2 {
    font-size: 60%;
}
.mobile .tabletext3 {
    font-size: 45%;
}
.mobile .tabletextvertical {
    font-size: 80%;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
}