* {
    font-family: Quicksand,Roboto,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #4e5155
}

:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    position: absolute;
    min-height: 100vh;
    width: 100%;
    background: #fff;
    line-height: 1.5
}

body.active:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 999
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: 0
}

::-moz-focus-inner {
    border: 0
}

::-webkit-input-placeholder {
    color: #adadad
}

::-moz-placeholder {
    color: #adadad
}

::-ms-placeholder {
    color: #adadad
}

::placeholder {
    color: #adadad
}

h1,h2,h3,h4,h5,h6 {
    position: relative
}

p {
    color: #4e5155;
    margin: 0
}

a {
    text-decoration: none
}

a:focus,a:hover {
    text-decoration: none
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a:hover,button:hover,input[type=button]:hover,input[type=checkbox]:hover,input[type=radio]:hover,input[type=submit]:hover,select:hover {
    cursor: pointer
}

input[type=checkbox] {
    position: relative;
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox]:after {
    content: '';
    position: absolute;
    border: 1px solid rgba(24,28,33,.1);
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    height: 18px;
    width: 18px;
    left: 0;
    top: 0;
    font-size: 0;
    color: #fff;
    background: #fff;
    z-index: 2;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: .125rem
}

input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 12px;
    color: #fff;
    border-color: #2773bd;
    background-color: #2773bd
}

@media screen and (min-width: 1025px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left;
        margin: 0
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2-5 {
        width: 20%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-0 {
        display: none
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left;
        margin: 0
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-0 {
        display: none
    }
}

@media screen and (min-width: 481px) and (max-width:767px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left;
        margin: 0
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-0 {
        display: none
    }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    .col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
        float:left;
        margin: 0
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-11 {
        width: 91.66666667%
    }

    .col-xs-10 {
        width: 83.33333333%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-8 {
        width: 66.66666667%
    }

    .col-xs-7 {
        width: 58.33333333%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-5 {
        width: 41.66666667%
    }

    .col-xs-4 {
        width: 33.33333333%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-2 {
        width: 16.66666667%
    }

    .col-xs-1 {
        width: 8.33333333%
    }

    .col-xs-0 {
        display: none
    }

    #review .content .share-icons .item ul {
        width: 100%
    }

    #review .content .share-icons .item ul:nth-of-type(1) {
        margin-bottom: 10px
    }

    #review .content .share-icons .item ul:nth-of-type(1) li {
        width: 17.5%;
        height: 50px;
    }

    #review .content .item ul:nth-of-type(1) li a {
        margin: 6px 12.5px;
    }

    #review .content .share-icons .item ul:nth-of-type(2) li {
        width: 100%;
        padding: 5px
    }

    #review .content .share-icons .item span.title {
        display: none;
    }
}

@media screen and (min-width: 0px) and (max-width:320px) {
    .col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9 {
        float:left;
        margin: 0
    }

    .col-xxs-12 {
        width: 100%
    }

    .col-xxs-11 {
        width: 91.66666667%
    }

    .col-xxs-10 {
        width: 83.33333333%
    }

    .col-xxs-9 {
        width: 75%
    }

    .col-xxs-8 {
        width: 66.66666667%
    }

    .col-xxs-7 {
        width: 58.33333333%
    }

    .col-xxs-6 {
        width: 50%
    }

    .col-xxs-5 {
        width: 41.66666667%
    }

    .col-xxs-4 {
        width: 33.33333333%
    }

    .col-xxs-3 {
        width: 25%
    }

    .col-xxs-2 {
        width: 16.66666667%
    }

    .col-xxs-1 {
        width: 8.33333333%
    }

    .col-xxs-0 {
        display: none
    }
}

@media screen and (min-width: 0px) {
    .col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
        float:left;
        margin: 0
    }

    .col-12 {
        width: 100%
    }

    .col-11 {
        width: 91.66666667%
    }

    .col-10 {
        width: 83.33333333%
    }

    .col-9 {
        width: 75%
    }

    .col-8 {
        width: 66.66666667%
    }

    .col-7 {
        width: 58.33333333%
    }

    .col-6 {
        width: 50%
    }

    .col-5 {
        width: 41.66666667%
    }

    .col-4 {
        width: 33.33333333%
    }

    .col-3 {
        width: 25%
    }

    .col-2 {
        width: 16.66666667%
    }

    .col-1 {
        width: 8.33333333%
    }

    .col-0 {
        display: none
    }
}

.w-100 {
    width: 100%;
    display: inline-block
}

.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 8px;
    max-width: 1260px;
    min-width: 303px
}

.row {
    display: block;
    width: 100%;
    margin: 0 auto
}

.row:after,.wrapper:after {
    content: "";
    display: table;
    clear: both
}

.item-block {
    display: none
}

.flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -ms-flex-wrap: none;
    flex-wrap: nowrap
}

.flex-align-stretch {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex-align-start {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.flex-align-end {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.flex-align-center {
    -ms-flex-align: center;
    align-items: center
}

.flex-justify-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.flex-justify-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.flex-justify-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.flex-justify-space-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.flex-direction-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-direction-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.btn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    letter-spacing: .8px;
    white-space: nowrap;
    border: 2px solid transparent;
    -webkit-transition: background-image .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
    -moz-transition: background-image .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
    transition: background-image .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out
}

.btn-medium {
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 32px
}

.btn-large {
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    line-height: 42px
}

.btn-wide {
    width: 100%
}

.btn-round {
    border-radius: 4px
}

.btn-center {
    display: block;
    margin: 0 auto
}

.btn-success {
    background-color: #4caf50;
    font-weight: 500
}

.btn-danger {
    background-color: #ea103f;
    font-weight: 500;
    color: #fff
}

.btn-danger:hover {
    background-color: #bc284b
}

.btn-primary {
    display: block;
    background-color: #4776E6;
    border: 2px solid #4776E6;
    font-weight: 500;
    color: #fff
}

.btn-secondary {
    display: block;
    color: #707070;
    background-color: #f6f6f6;
    border-color: transparent
}

.compare-btn {
    background-color: #0363a7;
    color: #fff;
    margin: 15px auto 0
}

.btn-secondary:hover {
    border-color: #a5a5a5
}

.btn-subject {
    color: #fff;
    font-weight: 700;
    background-color: #00a698;
    background-image: url(/images/icons/arrow-right.svg);
    background-repeat: no-repeat;
    padding: 0 36px 0 10px;
    background-size: 18px 20px;
    background-position: center right 10px
}

.btn-subject:hover {
    background-color: #00887d;
    cursor: pointer
}

.btn-google {
    height: 44px;
    line-height: 42px;
    padding: 0 16px 0 34px;
    font-size: 15px;
    font-weight: 500;
    color: #7a7d85;
    border: 1px solid #e4e5e7;
    background-color: #fff;
    background-image: url(/images/icons/google.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center left 10px
}

.btn-google:hover {
    background-color: #f7f7f7
}

.btn-facebook {
    height: 44px;
    line-height: 42px;
    padding: 0 16px 0 34px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #4267b2;
    background-color: #4267b2;
    background-image: url(/images/icons/facebook.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center left 10px
}

.btn-facebook:hover {
    border: 1px solid #5576b9;
    background-color: #5576b9
}

.btn-filter {
    display: block;
    background-color: #0970e3;
    border: 2px solid #0970e3;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    padding: 0 36px 0 10px;
    background-image: url(/images/icons/filter.svg);
    background-repeat: no-repeat;
    background-size: 18px 20px;
    background-position: center right 10px
}

.btn-filter:hover {
    background-color: #0064a4
}

.btn-sort {
    display: block;
    background-color: #0970e3;
    border: 2px solid #0970e3;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background-image: url(/images/icons/sort.svg);
    background-repeat: no-repeat;
    background-size: 18px 20px;
    background-position: center right 10px
}

.btn-sort:hover {
    background-color: #0064a4
}

.badge {
    display: inline-block;
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .125rem
}

.badge-primary {
    background-color: #716aca;
    color: #fff
}

.badge-success {
    background-color: #8dbf8b;
    color: #fff
}

.badge-error {
    background-color: #e54b49;
    color: #fff
}

.badge-warning {
    background-color: #ff9149;
    color: #fff
}

.modal {
    position: fixed;
    display: none;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(14,54,110,.9)
}

.modal .modal-container {
    position: relative;
    display: block;
    background: #fff;
    width: 90%;
    max-width: 760px;
    margin: 75px auto 0;
    padding: 0;
    border-radius: 6px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    -webkit-box-shadow: 0 0 15px -5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 15px -5px rgba(0,0,0,.5);
    box-shadow: 0 0 15px -5px rgba(0,0,0,.5)
}

.modal .modal-container .modal-header {
    position: relative;
    padding: 20px 7px 20px 75px;
    display: block;
    background: #fff;
    font-size: 16px;
    height: 120px;
    font-weight: 500;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.modal .modal-container .modal-header .btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    z-index: 2;
    text-align: center;
    border: 0;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #4e5155;
    box-shadow: 0 3px 5px rgba(0,0,0,.1)
}

.modal .modal-container .modal-header .btn-close:hover {
    cursor: pointer
}

.modal .modal-container .modal-header h2 {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    color: #092144;
    font-size: 28px;
    font-weight: 600;
    text-align: center
}

.modal .modal-container .modal-header h3 {
    display: block;
    margin: -5px 0 0 10px;
    padding: 0;
    font-size: 21px!important;
    text-align: center
}

.modal .modal-container .modal-content {
    position: relative;
    display: block;
    padding: 20px;
    background: #0172bb;
    font-size: 14px;
    color: #4e5155
}

.modal .modal-container .modal-content span.title {
    display: block;
    font-size: 14px;
    text-align: center
}

.modal .modal-container .modal-content span.description {
    display: block;
    font-size: 15px;
    color: #fff!important;
    text-align: center;
    width: 100%;
    line-height: 0;
    margin-top: -5px
}

.modal .modal-container .modal-content img {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 220px
}

.modal .modal-container .modal-footer {
    display: block;
    background: #f5f7fd;
    padding: 15px 20px;
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.modal .modal-container .modal-footer .btn {
    display: inline-block;
    margin: 5px;
    vertical-align: middle
}

.modal .modal-container .modal-footer span.alert {
    display: inline-block;
    min-height: 46px;
    margin: 5px;
    padding: 12px 7px;
    font-size: 14px;
    font-weight: 400;
    color: #29a954;
    background: #cef3da;
    border: 1px dashed #29a954;
    vertical-align: middle
}

.stars {
    display: block;
    min-width: 116px;
    direction: rtl;
    height: auto;
    white-space: nowrap
}

.stars input {
    display: none
}

.stars label {
    color: #ddd;
    font-size: 24px;
    margin: 0;
    line-height: 1.5
}

.stars label:before {
    content: '\2605';
    margin: 0;
    font-size: 24px;
    display: inline-block;
    line-height: 1.5
}

.stars input:checked~label,.stars:not(:checked) label:not(.disabled):hover,.stars:not(:checked) label:not(.disabled):hover~label {
    cursor: pointer;
    color: #fa5931
}

.stars input:checked+label:not(.disabled):hover,.stars input:checked~label:not(.disabled):hover,.stars input:checked~label:not(.disabled):hover~label,.stars label:not(.disabled):hover~input:checked~label {
    opacity: .8
}

.stars label.disabled:hover {
    cursor: default
}

.rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.rating:hover {
    opacity: .75;
    cursor: pointer
}

.rating:hover .stars-filled {
    -webkit-animation: stars 1s ease infinite alternate;
    -moz-animation: stars 1s ease infinite alternate;
    animation: stars 1s ease infinite alternate
}

.rating .stars {
    display: block;
    min-width: auto!important;
    direction: ltr;
    color: #ddd;
    font-size: 24px;
    margin: 0;
    line-height: 1;
    text-align: left;
    vertical-align: middle
}

.rating .stars:before {
    color: #ddd
}

.rating .stars-filled {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden
}

.rating .stars-filled[data-value*='1'] {
    width: 10%
}

.rating .stars-filled[data-value*='2'] {
    width: 20%
}

.rating .stars-filled[data-value*='3'] {
    width: 30%
}

.rating .stars-filled[data-value*='4'] {
    width: 40%
}

.rating .stars-filled[data-value*='5'] {
    width: 50%
}

.rating .stars-filled[data-value*='6'] {
    width: 60%
}

.rating .stars-filled[data-value*='7'] {
    width: 70%
}

.rating .stars-filled[data-value*='8'] {
    width: 80%
}

.rating .stars-filled[data-value*='9'] {
    width: 90%
}

.rating .stars-filled[data-value*='100'] {
    width: 100%
}

.rating .stars-filled:before {
    color: #00a16a;
}

.rating .stars-filled:before,.rating .stars:before {
    content: "\2605 \2605 \2605 \2605 \2605";
    margin: 0;
    font-size: 24px;
    display: inline-block;
    line-height: 1
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 20px;
    background: #f2f2f8;
    border-radius: 5px
}

.progress-bar span {
    position: relative;
    display: block;
    height: 20px;
    border-radius: 5px;
    background: #959595;
    overflow: hidden
}

.progress-bar span.green {
    background: #76db98
}

.progress-bar span.light-green {
    background: #b7ea83
}

.progress-bar span.yellow {
    background: #f6d757
}

.progress-bar span.orange {
    background: #fbb851
}

.progress-bar span.red {
    background: #f17a54
}

#outlink {
    position: fixed;
    width: 100%;
    height: 81px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-top: 1px solid #d5d5d5;
    background: #fff!important
}

#outlink .content {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1200px;
    height: 80px;
    margin: 0 auto
}

#outlink .item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px
}

#outlink .item img.symbol {
    float: left;
    display: block;
    width: auto!important;
    max-width: calc(25% - 10px);
    min-width: 20px;
    height: auto!important;
    max-height: 50px;
    margin: 0 10px 5px 0;
    border-radius: 3px
}

#outlink .item img.logo {
    float: left;
    display: block;
    width: auto!important;
    min-width: 20px;
    height: auto!important;
    max-height: 46px;
    margin: 5px 10px 5px 5px;
    border-radius: 3px
}

#outlink .item a {
    float: right;
    display: inline-block!important
}

.pagination {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0 20px 10px 0;
    text-align: center
}

.pagination li {
    display: inline-block;
    padding: 0 5px 10px
}

.pagination li a {
    display: block;
    background: #fff;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: #616872;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2)
}

.pagination .current a,.pagination li a:hover {
    background: #0072bb;
    color: #fff
}

.pagination .next a,.pagination .previous a {
    text-transform: uppercase
}

.loader {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.loader::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border: 3px solid rgba(0,0,0,.15);
    border-top: 3px solid #0072bb;
    border-radius: 50%;
    -webkit-animation: loader .8s linear infinite;
    -moz-animation: loader .8s linear infinite;
    animation: loader .8s linear infinite
}

#cookie {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background-color: rgba(0,0,0,.85);
    z-index: 999;
    overflow: auto;
    vertical-align: middle
}

#cookie p.description {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 0 20px 0 0;
    vertical-align: middle
}

#cookie p.description a {
    color: #53a1f9
}

#cookie button {
    text-align: center;
    min-width: 110px;
    margin: 0
}

@media(min-width: 0px) and (max-width:480px) {
    #cookie {
        padding:10px
    }

    #cookie p.description {
        font-size: 11px
    }
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes loader {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes loader {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-1080px);
        transform: translateX(-1080px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-1080px);
        transform: translateX(-1080px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes tooltip-item-appear {
    0% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }

    80% {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes stars {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}
