.topics-list .slick-list.draggable {
    height: unset !important;
}

.topic-slider {
    width: 1400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
/* .topic-slider .slick-prev.slick-arrow {
    display: none !important;
} */
.topic-slider .slide-prev {
    left: 0 !important;
    /* display: none !important; */
}
.topic-slider .slide-next {
    right: 0;
}
.topic-slider .slick-arrow {
    top: 50%;
    height: 26px;
    width: 14px;
    margin-top: -15px;
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
}
.topics-nav .topics-list {
    display: inline-flex;
}
/* #topics-nav-menu {
    display: none;
} */

@media only screen AND (max-width:516px) {    
    .topics-nav * {
        font-size: 15px;
    }
    .topics-nav .alert-spinner {
        width: 15px;
        height: 15px;
    }
    .topics-nav .topics-title span {
        vertical-align: baseline;
    }
    .topics-nav .topics-title {
        width: unset !important;
        margin-right: 0;
        padding: 6px 12px;
    }
    .topics-nav .topics-list a {
        padding: 6px 0 6px 10px;
    }
    .topics-nav .bullet {
        margin: 0 0 0 10px;
    }
    .topic-slider {
        display: inline-block !important;
        width: 290px;
    }
    .topic-slider {
        clear: both;        
        /* width: 390px; */
        padding-left: 16px;
        padding-right: 30px;
        height: 35px;
        overflow-y: hidden;
    }
    .topic-slider .slide-prev {
        left: -20px !important;
        /* display: none !important; */
    }
    /* .topics-nav .topics-list {
        display: none;
    } 
    #topics-nav-menu {
        display: inline-block;
        float: right;
        color: #fff;
    }    
    .topic-item {
        display: block;
    }
    .topic-item .bullet {
        display: none;
    }*/
}

@media only screen AND (max-width:426px) {
    .topics-nav .topics-title {
        padding: 5px 7px !important;
    }
    .topic-slider {
        width: 260px;
    }
}

@media only screen AND (max-width:375px) {
    .topic-slider {
        width: 255px;
    }
    .topic-slider {
        clear: both;
        /* width: 350px; */
        padding-left: 16px;
        padding-right: 30px;
    }
    .topic-slider .slide-prev {
        left: -20px !important;
        /* display: none !important; */
    }
}

@media only screen AND (max-width:360px) {
    .topic-slider {
        width: 230px;
    }
}

@media only screen AND (max-width:320px) {
    .topic-slider {
        width: 200px;
    }
}

/* Laptop with HiDPI */
@media all and (device-width: 1440px) {
    .topic-slider {
        width: 1000px;
    }
}

/* Laptop with MDPI */
@media all and (device-width: 1280px) {
    .topic-slider {
        width: 1000px;
    }
}

@media all and (min-width: 990px) AND (max-width: 1180px) {
    .topic-slider {
        width: 780px;
    }
}


/* Portrait - iPad */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .topic-slider {
        width: 560px;
        padding-left: 5px;
        padding-right: 5px;
        height: 35px;
        overflow-y: hidden;
    }
    .topic-slider .slide-prev {
        left: -25px !important;
    }
    .topic-slider .slide-next {
        right: -30px;
    }
}

/* Portrait - iPad Pro */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .topic-slider {
        width: 790px;
        padding-left: 20px;
        padding-right: 20px;
        height: 35px;
        overflow-y: hidden;
    }
    .topic-slider .slide-prev {
        left: -15px !important;
    }
    .topic-slider .slide-next {
        right: -25px;
    }
}

/* Nexus 7 / 7' Tablets */
@media only screen and (min-width : 600px) and (max-width : 603px) and (orientation: portrait) {
    .topics-nav .topics-title span {
        vertical-align: baseline;
    }
    .topics-nav .topics-title {
        width: unset !important;
        margin-right: 0;
    }
    .topic-slider {
        display: inline-block !important;
        width: 430px;
    }
    .topic-slider {
        /* width: 540px; */
        padding-left: 15px;
        padding-right: 5px;
        height: 35px;
        overflow-y: hidden;
    }
    .topic-slider .slide-prev {
        left: -15px !important;
    }
    .topic-slider .slide-next {
        right: -30px;
    }
}

/** Kindle Fire HDX / Nexus 10 **/
@media only screen and (min-device-width: 800px)
    and (max-device-height: 1280px)
    and (orientation: portrait) {

    .topic-slider {
        width: 560px;
        padding-left: 5px;
        padding-right: 5px;
        height: 35px;
        overflow-y: hidden;
    }
    .topic-slider .slide-prev {
        left: -25px !important;
    }
    .topic-slider .slide-next {
        right: -30px;
    }
}


    

/** Slick Test **/
/* .tarkikComandSlider {
    width: 1100px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    display: none;
}
.slick-dots li:before {
    top: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    position: absolute;
}
.slick-dots li.slick-active:before {
    top: 0;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    background-color: #964848;
}

.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.slick-next {
    right: 0;
}

.slick-arrow {
    top: 50%;
    height: 26px;
    width: 14px;
    margin-top: -13px;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url(https://tarkikromanski.github.io/files/arrow-slider.png);
    background-repeat: no-repeat;
}

.comandSlider__item {
    -webkit-transition: box-shadow 2s;
    transition: box-shadow 2s;
    cursor: pointer;
    position: relative;
    background-color: #344c65;
    margin: 0 10px;
    padding: 30px;
    box-shadow: inset -141px -129px 200px rgba(0, 0, 0, 0.25);
}
.comandSlider__item:hover {
    box-shadow: inset 141px 129px 200px rgba(0, 0, 0, 0.25);
}
.comandSlider__item_name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #3eaef2;
    margin: 0;
    margin-bottom: 7px;
}
.comandSlider__item_status {
    margin: 0;
    color: #fff;
    font-size: 12px;
    margin-bottom: 80px;
}
.comandSlider__item_sendMail {
    width: 25px;
    height: 20px;
    position: absolute;
    background-image: url(https://tarkikromanski.github.io/files/mail-ico.png);
    top: 34px;
    right: 30px;
}
.comandSlider__item_photo {
    max-width: 150px;
    max-height: 150px;
    margin: auto;
    margin-bottom: 54px;
}
.comandSlider__item_contact {
    font-size: 12px;
    color: #fff;
    margin: 2px;
}
.comandSlider__item_contact span {
    color: #3eaef2;
    font-weight: 700;
    margin-right: 5px;
} */