* {
    font-family: '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: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body.active:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 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:hover,
a:focus {
    text-decoration: none;
}

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

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

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

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

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

@media screen and (min-width: 1025px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        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-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        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;
    }
}

@media screen and (min-width: 0px) and (max-width: 320px) {
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        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-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        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;
    }
}

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

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

.wrapper:after,
.row: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;
}

/* buttons */
.btn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
    text-decoration: none;
    letter-spacing: 0.8px;
    white-space: nowrap;
    border: 2px solid transparent;
    -webkit-transition: background-image 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
    -moz-transition: background-image 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.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: #EF1745;
    font-weight: 500;
    color: #FFFFFF;
}

.btn-danger:hover {
    background-color: #BC284B;
}

.btn-primary {
    display: block;
    background-color: #0770E3;
    border: 2px solid #0770E3;
    font-weight: 500;
    color: #FFFFFF;
}

.btn-secondary {
    display: block;
    color: #A5A5A5;
    background-color: #F6F6F6;
    border-color: transparent;
}

.btn-secondary:hover {
    border-color: #A5A5A5;
}

.btn-subject {
    color: #FFFFFF;
    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;
}

.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: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
    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;
}

/* badges */
.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: 0.125rem;
}

.badge-primary {
    background-color: #716ACA;
    color: #FFFFFF;
}

.badge-success {
    background-color: #8DBF8B;
    color: #FFFFFF;
}

.badge-error {
    background-color: #E54B49;
    color: #FFFFFF;
}

.badge-warning {
    background-color: #FF9149;
    color: #FFFFFF;
}

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

.modal .modal-container {
    position: relative;
    display: block;
    background: #FFFFFF;
    width: 90%;
    max-width: 650px;
    margin: 75px auto 0;
    padding: 0;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
}

.modal .modal-container .modal-header {
    padding: 15px 20px;
    display: block;
    background: #2C2E3E;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.modal .modal-container .modal-content {
    display: block;
    padding: 25px 20px;
    background: #FFFFFF;
    font-size: 14px;
    color: #4E5155;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.modal .modal-container .modal-footer {
    padding: 15px 20px;
    text-align: right;
}

.modal .modal-container .modal-footer button {
    margin: 0 0 0 5px;
}

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

.rating input {
    display: none;
}

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

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

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

.rating input:checked + label:not(.disabled):hover,
.rating input:checked ~ label:not(.disabled):hover,
.rating label:not(.disabled):hover ~ input:checked ~ label,
.rating input:checked ~ label:not(.disabled):hover ~ label {
    opacity: 0.8;
}

.rating label.disabled:hover {
    cursor: default;
}

/* progress bar */
.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;
}

/* pagination */
.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: #FFFFFF;
    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, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.pagination li a:hover,
.pagination .current a {
    background: #0072BB;
    color: #FFFFFF;
}

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

/* loader */
.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, 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;
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loader {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes loader {
    from {
        transform: rotate(0deg);
    }
    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;
    }
}