.tkan-list {
    position: relative;
}

/* ==================================================================
    Tabs
================================================================== */

.tabs__item {
    display: none;
}

.tabs__item.active {
    display: block;
}





/* ==================================================================
    Tabs navibation
================================================================== */

.tabs-nav {
    list-style: none;
    margin: 0 0 24px 12px;
    padding: 0;
}

.tabs-nav:before, .tabs-nav:after {
    content: "";
    display: table;
}

.tabs-nav:after {
    clear: both;
}

.tabs-nav__item {
    float: left;
    margin: 0 17px 10px 0;
}

.tabs-nav__link {
    background: #f0f0f0;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box;
    color: #8f181b;
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 8px 37px 7px;
}

.tabs-nav__link:hover {
    background: #e3e3e3;
}

.tabs-nav__item.active .tabs-nav__link {
    background: #8f181b;
    border-color: #8f181b;
    color: #fff;
}





/* ==================================================================
    Button
================================================================== */

.btn {
    background: #f0f0f0;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
            box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #8f181b;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 20px 6px;
}

.btn:hover {
    background: #e3e3e3;
}

.btn__ico {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.single .tkan .btn__ico {
    display: inline-block;
    margin: 0 5px 0 0;
}

.btn__ico--check {
    background: url("images/ico-check.png") 0 0 no-repeat;
    height: 15px;
    width: 19px;
}





/* ==================================================================
    Item
================================================================== */

.single .tkan-single {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    box-sizing: border-box;
    margin: 0 9px 10px;
    padding: 18px 14px;
}

.single .tkan-single:hover {
    -webkit-box-shadow: 0 5px 24px rgba(0, 0, 0, .3);
       -moz-box-shadow: 0 5px 24px rgba(0, 0, 0, .3);
            box-shadow: 0 5px 24px rgba(0, 0, 0, .3);
}

.single .tkan-single .text-tkan {
    margin: 0 0 10px;
}

.tkan-single__link {
    display: block;
    outline: none;
    position: relative;
}

.tkan-single__magnifier {
    background: url("images/ico-magnifier.png") 0 0 no-repeat;
    height: 27px;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 27px;
}





/* ==================================================================
    Pagination
================================================================== */

.pagination {
    margin: 25px 0 0;
    text-align: center;
}

.pagination__arrow {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 15px;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.pagination__arrow--prev {
    background: url("images/pagination-prev-arrow.png") 0 0 no-repeat;
}

.pagination__arrow--next {
    background: url("images/pagination-next-arrow.png") 0 0 no-repeat;
}

.pagination__list {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
    padding: 0;
    vertical-align: middle;
}

.pagination__list:before, .pagination__list:after {
    content: "";
    display: table;
}

.pagination__list:after {
    clear: both;
}

.pagination__item {
    float: left;
    margin: 0 5px;
}

.pagination__link {
    background: #f0f0f0;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box;
    color: #8f181b;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}

.pagination__link:hover {
    background: #e3e3e3;
}

.pagination__item.active .pagination__link {
    background: #8f181b;
    border-color: #8f181b;
    color: #fff;
}





/* ==================================================================
    Display items
================================================================== */

.display-items {
    font-size: 13px;
    position: absolute;
    top: 12px;
    right: 35px;
    text-align: center;
}

.display-items__list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.display-items__list:before, .display-items__list:after {
    content: "";
    display: table;
}

.display-items__list:after {
    clear: both;
}

.display-items__item {
    float: left;
    margin: 0 5px;
}

.display-items__link {
    background: #f0f0f0;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box;
    color: #8f181b;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}

.display-items__link:hover {
    background: #e3e3e3;
}

.display-items__item.active .display-items__link {
    background: #8f181b;
    border-color: #8f181b;
    color: #fff;
}





/* ==================================================================
    Modal
================================================================== */

.modal {
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, .56);
       -moz-box-shadow: 0 5px 13px rgba(0, 0, 0, .56);
            box-shadow: 0 5px 13px rgba(0, 0, 0, .56);
    font-size: 24px;
    line-height: normal;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.modal__caption {
    color: #8f181b;
    font-weight: 600;
    margin: 0 0 25px;
}

.modal__highlight {
    color: #8f181b;
    font-weight: 600;
}