﻿.theme-border,
.table-bordered {
    border-top: solid 2px #20315A
}

.theme-color {
    color: #20315A
}

.title-border {
    margin-bottom: 40px;
    position: relative;
    text-align: center
}

.title-border:before,
.title-border:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -150%;
    width: 300%;
    height: 1px;
    background: #ddd
}

.title-border>span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-left: 14px;
    padding-right: 15px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #20315A;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.skip-search .icon:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

#search_mini_form .input-box,
#search_mini_form_2 .input-box {
    position: relative;
    padding-top: 0
}

#search_mini_form label,
#search_mini_form_2 label {
    display: none
}

#search_mini_form #search,
#search_mini_form_2 #search {
    line-height: normal;
    padding: 5px 10px 5px 30px;
    font-family: "Noto Sans", sans-serif;
    float: left
}

#search_mini_form #search::-moz-placeholder,
#search_mini_form_2 #search::-moz-placeholder {
    color: #fff
}

#search_mini_form #search:-ms-input-placeholder,
#search_mini_form_2 #search:-ms-input-placeholder {
    color: #fff
}

#search_mini_form #search::-webkit-input-placeholder,
#search_mini_form_2 #search::-webkit-input-placeholder {
    color: #fff
}

#search_mini_form .search-button,
#search_mini_form_2 .search-button {
    float: left;
    font-size: 0;
    line-height: 0;
    padding: 0;
    color: #20315A
}

#search_mini_form .search-button::before,
#search_mini_form_2 .search-button::before {
    display: inline-block;
    font-family: 'fl-justicons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 24px;
    text-shadow: none;
    line-height: 24px
}

#search_mini_form .search-button:active::before,
#search_mini_form_2 .search-button:active::before {
    opacity: 0.5
}

#search_mini_form .search-button::after,
#search_mini_form_2 .search-button::after {
    display: none
}

@media only screen and (min-width: 992px) {
    .skip-search {
        display: none
    }
    .header-search {
        position: absolute;
        bottom: -50px;
        right: 0;
        z-index: 6;
        height: 30px;
        border-left: 1px solid #fff;
        padding: 0 0 0 25px
    }
    .header-search .skip-link {
        color: #fff
    }
    .header-search .skip-link:hover {
        opacity: 0.7
    }
    .header-search .skip-link:before {
        display: inline-block;
        font-family: 'fl-justicons';
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "";
        font-size: 24px;
        line-height: 30px;
        padding-right: 2px
    }
    .header-search .skip-link .label {
        display: none
    }
    .header-search .skip-content {
        left: auto;
        right: 0;
        width: 1171px;
        padding: 19px 0;
        background: #20315a;
        box-shadow: none;
        top: -20px
    }
    .header-search .skip-content.skip-active:before {
        display: inline-block;
        font-family: 'fl-justicons';
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "";
        font-size: 17px;
        position: absolute;
        right: 0;
        z-index: 2;
        color: #fff;
        cursor: pointer;
        border-left: 1px solid #fff;
        padding: 2px 2px 2px 32px;
        margin-top: 1px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-search .skip-content {
        width: 940px
    }
    .header-search .skip-content.skip-active:before {
        padding-left: 20px
    }
}

@media only screen and (min-width: 992px) {
    #search_mini_form #search {
        width: 91%;
        background: none;
        border: 0;
        color: #fff;
        height: 31px
    }
    #search_mini_form .search-button {
        background: none;
        border: 0;
        height: 31px;
        width: 31px;
        padding: 0
    }
    #search_mini_form .search-button:before {
        color: #fff;
        font-size: 30px
    }
}

@media only screen and (max-width: 991px) {
    #header-search {
        padding: 10px
    }
    #search_mini_form_2 {
        margin: 40px 0 35px
    }
    #search_mini_form_2:after {
        content: '';
        display: table;
        clear: both
    }
    #search_mini_form_2 #search_2 {
        width: 100%;
        padding-right: 50px;
        padding-left: 12px;
        height: 41px;
        background: none;
        font-size: 12px
    }
    #search_mini_form_2 #search_2::-moz-placeholder {
        color: #8b8b8b
    }
    #search_mini_form_2 #search_2:-ms-input-placeholder {
        color: #8b8b8b
    }
    #search_mini_form_2 #search_2::-webkit-input-placeholder {
        color: #8b8b8b
    }
    #search_mini_form_2 .search-button {
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        height: 40px;
        width: 50px;
        border: 0
    }
    #search_mini_form_2 .search-button:hover {
        color: #333
    }
}