/*
.block {
    width: 1220px;
    float: left;
    padding:20px 0 20px 0;
    clear:both;
    position: relative;
    overflow: hidden;
}
@-moz-document url-prefix() {
.css:after, .hoo:after, .prof:after{ display: none; }
} 
.block h1{
    margin:0px auto 20px auto; 
    width:380px;
    background: -webkit-linear-gradient(90deg, #df2f22, #48a8de);
    background: -moz-linear-gradient(90deg, #df2f22, #48a8de);
    background: -o-linear-gradient(90deg, #df2f22, #48a8de);  
    background: linear-gradient(90deg, #df2f22, #48a8de);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: transparent;
    color: white;
    background-clip: text;
}
.block h1:hover{
    background: -webkit-linear-gradient(90deg, #48a8de, #df2f22);
    background: -moz-linear-gradient(90deg, #48a8de, #df2f22);
    background: -o-linear-gradient(90deg, #48a8de, #df2f22);  
    background: linear-gradient(90deg, #48a8de, #df2f22);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: transparent;
    color: white;
    background-clip: text;
    cursor: pointer;

}
.block .row-image{
     display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
   
    width: 1200px;
    float:left;
    position: relative;
    left: 5px;
}
.block .row-image.slider{
    flex-wrap: nowrap;
}

.block .row-image .col-md-2{
    margin:0px 0 20px 0;
}

.block .right{
    position: absolute;
    right:0;
    top:50%;
    z-index: 10;
    margin-top: -8px;
}
.block .left{
    position: absolute;
    left:0;
    top:50%;
    z-index: 10;
    display: none;
    margin-top: -8px;
}
.block .row img{
    order: 1;
    align-self: center;
    
}
.container {
    width:1440px;
    padding:0;
    background-color: #0f0f18;
    position: relative;
}
.container navi{
    width:1440px;
}

.container .content{
    width: 1220px;
    margin: auto;
}

.col-md-2 img{
  width: 180px;
  height:180px;
  cursor: pointer;
}
.title-block{
    text-align: center;
    font-family: serif ;
}
.col-md-2 p {
    font-size: 16px;
    margin:5px 0 5px 0;
    cursor: pointer;
    color:white;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 300px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    background: #0d0d13;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px;
}


.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 30px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
    padding-left:20px;
    font-size:15px;
    cursor: pointer;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #0073ee;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    color:red;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 60px;
    color:#999999;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 300px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 300px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.footer{
    clear:both;
    color:white;
    width:1220px;
    margin: auto;
}
*/