@charset 'UTF-8';Montserrat {
    font-family: 'Montserrat', sans-serif;
}
.text-regular {
    font-family: 'Montserrat', sans-serif;
}
.text-medium {
    font-family: 'Montserrat', sans-serif;
}
html,body {
    height: 100%
}
body {
    height: 100%;
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #F6F6F6;
    line-height: 1.3
}

/* --- DESKTOP: VIDEO & RASM 16:9 --- */

/* Video blok */
.responsive-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.responsive-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Rasm blok */
.image-box {
    position: relative;
    width: 100%;
}

.image-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Rasm kesilmasligi uchun */
.image-ratio .main-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* logolarni kesmaydi */
    background: #fff;
    padding: 10px;
}



/* --- PDF BUTTON --- */
.floating-btn {
    position: absolute;
    bottom: 18px;
    right: 22px;

    padding: 6px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;

    background: #0094e9;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(0,148,233,0.30);
    transition: .25s ease;
}

.floating-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,148,233,0.40);
}


/* --- MOBILE RESPONSIVE FIX --- */
@media (max-width: 768px) {

    /* Video natural bo‘lsin */
    .responsive-video {
        padding-bottom: 0 !important;
        height: auto !important;
    }

    .responsive-video video {
        position: relative !important;
        width: 100%;
        height: auto !important;
        object-fit: contain !important;
    }

    /* Rasm natural bo‘lsin */
    .image-ratio {
        padding-bottom: 0 !important;
        height: auto !important;
    }

    .image-ratio .main-image {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        object-fit: contain !important;
    }

    /* Tugma joyida qolsin */
    .floating-btn {
        bottom: 12px;
        right: 12px;
    }
}

.input__panel {
    position: relative;
    margin-bottom: 20px;
}

.input__panel-errors {
    display: block;
    color: red;
    font-size: 14px;
    margin-top: 20px;
}

.tox-tinymce {
    margin-bottom: 10px !important;
}


.spinner {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    margin-left: 8px;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


@media (max-width: 768px) {
    font-size:14px
}

.container,.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@-ms-viewport {
    width: device-width
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col,.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,.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,.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,.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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col,.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
}

.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-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col,.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
    }

    .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-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col,.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
    }

    .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-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col,.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
    }

    .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 {
        width: 16.66666667%
    }

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

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before {
    content: " ";
    display: table
}

.clearfix:after,.container-fluid:after,.container:after,.row:after {
    clear: both
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background: transparent;
    text-decoration: none;
    color: inherit
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border:1px solid #ddd;
}

td,th {
    padding: 12px;
    border:1px solid #ddd;
}

ul {
    list-style: none;
}

.slick-slider {
    position: relative;
    width: 100%;
    right: 0;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    z-index: 0
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

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

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #999;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: #999;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -50px
}

[dir='rtl'] .slick-prev {
    right: -50px;
    left: auto
}

.slick-prev:before {
    content: ' ';
    color: #999
}

[dir='rtl'] .slick-prev:before {
    content: ' '
}

.slick-next {
    right: -50px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -50px
}

.slick-next:before {
    content: ' ';
    color: #999
}

[dir='rtl'] .slick-next:before {
    content: ' '
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #686965;
    border-radius: 100%;
    outline: none
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 14.5px;
    line-height: 17px;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #477bff;
    background-color: #fff;
    border-radius: 100%
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut {
    animation-duration: .75s
}

@keyframes bounce {
    from,20%,53%,80%,to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,to {
        transform: translate3d(0, 0, 0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    from,11.1%,to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    min-height: 110px;
    max-height: 110px;
    z-index: 100;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15)
}

.navbar__nav {
    width: 100%;
    color: #7F7F7F;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.navbar__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.navbar__item {
    margin: 34px 0;
    float: left;
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.navbar__logo {
    display: block;
    float: left;
    margin: 20px 25px 17px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.navbar__logo-img {
    width: 224px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.navbar__link {
    padding: 11px 0;
    position: relative;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    line-height: 42px;
    margin-left: 35px;
    font-family: 'Montserrat', sans-serif;
}

.navbar__link--hover:hover {
    color: #1278BB
}

.navbar__link--hover.active {
    color: #1278BB
}

.navbar__link--arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(130%, -40%) rotateY(0deg);
    -moz-transform: translate(130%, -40%) rotateY(0deg);
    -ms-transform: translate(130%, -40%) rotateY(0deg);
    -o-transform: translate(130%, -40%) rotateY(0deg);
    transform: translate(130%, -40%) rotateY(0deg);
    font-size: 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.navbar__float {
    float: right
}

.navbar__user {
    margin: 32px 0
}

.navbar__account {
    float: right;
    position: relative;
    margin: 0 20px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

.navbar__account:hover {
    -webkit-box-shadow: 0 4px 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 4px 7px rgba(0,0,0,0.1);
    box-shadow: 0 4px 7px rgba(0,0,0,0.1)
}

.navbar__account--arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(140%, -75%);
    -moz-transform: translate(140%, -75%);
    -ms-transform: translate(140%, -75%);
    -o-transform: translate(140%, -75%);
    transform: translate(140%, -75%);
    font-size: 10px;
    color: #B8B8B8
}

.navbar__btn {
    color: #fff;
    position: relative;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 42px;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    line-height: 42px;
    padding: 0px 20px;
    z-index: 20;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.navbar__btn:hover {
    opacity: .8
}

.navbar__btn--blue {
    background-color: #1278BB
}

.navbar__btn--lightblue {
    background-color: #1DB0EC
}

.navbar__btn--white {
    background-color: #F9FCFF;
    color: #222222;
    margin-left: 0;
    margin-top: 20px
}

.nav-up {
    min-height: 60px!important;
    max-height: 60px!important
}

.nav-up .navbar__item {
    margin: 9px 0;
    line-height: 14px
}

.nav-up .navbar__logo {
    margin: 7px 64px 7px 0
}

.nav-up .navbar__logo-img {
    width: 180px
}

.fixed {
    position: fixed;
    display: block
}

.opacity {
    background-color: rgba(255,255,255,0.9)
}

.show {
    background-color: #fff
}

@media (max-width: 1200px) {
    .navbar__link {
        margin-left:15px
    }
}

@media (max-width: 992px) {
    .navbar {
        min-height:60px;
        max-height: 60px
    }

    .navbar__nav {
        background-color: #fff;
        width: 300px;
        position: fixed;
        top: 0px;
        padding: 60px 15px;
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
        box-shadow: 0 1px 10px rgba(0,0,0,0.1);
        min-height: 100%;
        right: -300px;
        display: block;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        overflow-y: auto
    }

    .navbar__nav.opened {
        right: 0;
        display: block
    }

    .navbar .navbar__logo {
        margin: 3px 64px 7px 0
    }

    .navbar .navbar__logo-img {
        width: 180px
    }

    .navbar__item {
        margin: 9px 0;
        line-height: 14px;
        float: none;
        width: 100%;
        padding: 0;
        text-align: left
    }

    .navbar__item .js-authorization {
        padding: 0
    }

    .navbar__link {
        text-align: left!important;
        width: 100%;
        cursor: pointer;
        margin: 0 0;
        color: #000
    }

    .navbar__link.active:hover {
        color: #1278BB
    }

    .navbar__link:hover {
        color: #1278BB
    }

    .navbar__link:focus {
        color: #1278BB
    }

    .navbar__account {
        float: left;
        margin-left: 10px;
        display: none
    }

    .navbar__btn {
        width: 100%;
        color: #000;
        padding: 0px 10px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .navbar__btn--green {
        background-color: transparent
    }

    .navbar__btn--red {
        background-color: transparent
    }

    .navbar__btn--blue {
        background-color: transparent
    }

    .navbar__btn--white {
        width: auto;
        margin-top: 15px;
        text-align: center !important;
        font-family: 'Montserrat', sans-serif;
    }

    .navbar__float {
        float: none
    }
}

.main-bg {
    padding-top: 110px
}

.main-bg__slider {
    height: 400px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative
}

.main-bg__slider-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    width: 350px;
    text-align: left
}

.main-bg__title {
    margin-bottom: 5px;
    font-size: 28px
}

.main-bg__image {
    width: 500px
}

.main-bg .row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.main-bg__circle {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 70px
}

.main-bg__circle--second {
    top: 5%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 0
}

@media (max-width: 992px) {
    .main-bg {
        padding:60px 0 35px
    }

    .main-bg__circle {
        display: none
    }

    .main-bg__slider {
        height: 320px
    }
}

@media (max-width: 768px) {
    .main-bg {
        padding:60px 0 25px
    }

    .main-bg__slider {
        height: 200px
    }

    .main-bg__circle {
        display: none
    }
}

@media (max-width: 576) {
    .main-bg__slider {
        height:180px
    }
}

.mycourses {
    position: relative;
    padding: 0px 0 25px;
    max-height: 518px;
    background: -webkit-linear-gradient(#F6F6F6, #EDEDED);
    background: -o-linear-gradient(#F6F6F6, #EDEDED);
    background: linear-gradient(#F6F6F6, #EDEDED)
}

.mycourses__info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.mycourses__title {
    margin-bottom: 25px;
    font-size: 28px
}

.mycourses__image {
    margin: 70px auto 0;
    max-width: 100%
}

@media (max-width: 992px) {
    .mycourses__title {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .mycourses__title {
        font-size:18px
    }
}

.callback {
    padding-bottom: 30px
}

.callback form {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    padding: 35px;
}
.callback  img{
    width: 100%;
    height: 100%;
    min-height: 567px;
    object-fit: cover;
}

.blue {
    color: #289EE1;
    cursor: pointer
}

.grey {
    color: #7D7D7D
}

.videos__more {
    display: inline-block;
    float: right;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #618DFD
}

.videos__top {
    margin-bottom: 30px
}

@media (max-width: 992px) {
    .videos__more {
        margin-top:5px
    }

    .videos__top {
        margin-bottom: 20px
    }
}

@media (max-width: 400px) {
    .videos__more {
        float:none;
        display: block
    }
}

.categories__item {
    margin-bottom: 18px;
    display: block;
    max-width: 186px
}

.categories__link {
    font-size: 18px
}

.categories__link--active {
    font-family: 'Montserrat', sans-serif;
}

.categories__content {
    border-left: 1px solid #C4C4C4;
    padding-left: 30px
}

.categories__filter {
    margin: 15px 0
}

@media (max-width: 992px) {
    .categories__content {
        border-left:0 solid #C4C4C4;
        padding-left: 15px
    }
}

.show-bg {
    position: relative;
    margin-top: 110px;
    padding: 55px 0 25px;
    min-height: 548px;
    background: -webkit-linear-gradient(#FFFFFF, #EDEDED);
    background: -o-linear-gradient(#FFFFFF, #EDEDED);
    background: linear-gradient(#FFFFFF, #EDEDED)
}

.show-bg__img-cont {
    position: relative;
    width: 380px;
    height: 380px;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #1DB0EC
}

.show-bg__text {
    font-size: 18px
}

.show-bg__img {
    position: absolute;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 340px;
    height: 340px;
    content: "";
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10
}

.show-bg__share {
    display: inline-block;
    float: left;
    margin-top: 25px
}

@media (max-width: 1200px) {
    .show-bg__img-cont {
        width:320px;
        height: 320px
    }

    .show-bg__img {
        width: 280px;
        height: 280px
    }
}

@media (max-width: 992px) {
    .show-bg {
        text-align:left;
        margin-top: 60px;
        padding: 45px 0 25px
    }

    .show-bg__img-cont {
        width: 320px;
        height: 320px;
        margin: 0 auto 30px
    }

    .show-bg__text {
        font-size: 16px
    }

    .show-bg__img {
        width: 280px;
        height: 280px
    }

    .show-bg__share {
        display: block;
        float: right;
        margin-top: 0px
    }

    .show-bg__btn {
        width: 100%;
        margin: 5px 0!important
    }
}

.card {
    min-height: 275px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.card:hover {
    -webkit-box-shadow: 4px 4px 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 7px rgba(0,0,0,0.1);
    box-shadow: 4px 4px 7px rgba(0,0,0,0.1)
}

.card:hover .card__img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.card__noimage {
    background-color: #efefef;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.card__noimage i {
    font-size: 120px;
    color: #aaa
}

.card__img-cont {
    overflow: hidden;
    height: 195px;
    width: 100%;
    position: relative
}

.card__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.card__title {
    background: #fff;
    padding: 20px 15px 25px;
    font-family: 'Montserrat', sans-serif;
    color: #7F7F7F;
    min-height: 130px
}

.card__category {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    top: 30px;
    left: 0%;
    -webkit-transform: translate(-15px, 0);
    -moz-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
    position: absolute;
    padding: 7px 10px;
    color: #fff;
    z-index: 1
}

.card__category--red {
    background-color: #EA1E26
}

.card__category--red:after {
    border-right: 15px solid #BA0A11
}

.card__category--green {
    background-color: #00D763
}

.card__category--green:after {
    border-right: 15px solid #02BE59
}

.card__category:after {
    position: absolute;
    content: "";
    width: 0;
    top: 30px;
    left: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 2;
    -webkit-transform: translate(-14.5px, -1px);
    -moz-transform: translate(-14.5px, -1px);
    -ms-transform: translate(-14.5px, -1px);
    -o-transform: translate(-14.5px, -1px);
    transform: translate(-14.5px, -1px)
}

@media (max-width: 768px) {
    min-height:auto
}

@media (max-width: 576px) {
    .card__img-cont {
        height:175px
    }
}

.footer {
    background-color: #fff
}

.footer__main {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

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

.footer__top {
    padding: 30px 0;
    display: -webkit-inline-flex;
    display: -moz-box;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__info {
    position: relative;
    font-size: 18px;
    text-align: left;
    margin-top: 13px;
    font-family: 'Montserrat', sans-serif;
}

.footer__icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-150%, -50%);
    -moz-transform: translate(-150%, -50%);
    -ms-transform: translate(-150%, -50%);
    -o-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
    font-size: 20px;
    color: #1278BB
}

.footer__icon--phone {
    font-size: 26px
}

.footer__nav {
    padding: 20px 0 20px
}

.footer__nav--margin {
    margin-right: 90px
}

.footer__item {
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: left;
    display: block;
    margin: 13px 0
}

.footer__link {
    position: relative;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    display: block
}

.footer__link.active {
    color: #1278BB
}

.footer__link:hover {
    color: #1278BB
}

.footer__bottom {
    color: #7F7F7F;
    text-align: center;
    padding: 15px 0;
    width: 100%
}

.footer__bottom img {
    width: 85px;
    margin-left: 8px
}

.footer__line {
    width: 100%;
    height: 1px;
    background-color: #C4C4C4
}

.footer p {
    display: inline-block;
    padding: 30px 0
}

.footer p img {
    width: 90px
}

@media (max-width: 992px) {
    .footer__top {
        padding:10px 0
    }

    .footer__info {
        font-size: 16px;
        display: block;
        margin: 5px 0
    }

    .footer__icon {
        font-size: 15px
    }

    .footer__icon--phone {
        font-size: 20px
    }

    .footer__nav {
        display: block;
        padding: 10px 0
    }

    .footer__item {
        display: block;
        font-size: 16px;
        margin: 5px 0
    }

    .footer__link {
        display: block
    }

    .footer__bottom {
        padding: 10px 0
    }

    .footer__bottom--left {
        float: none
    }

    .footer__bottom--right {
        float: none
    }

    .footer p {
        display: block;
        padding: 5px 0
    }
}

@media (max-width: 768px) {
    .footer__main {
        -webkit-flex-direction:column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 576px) {
    .footer__main-nav {
        -webkit-flex-direction:column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__nav--margin {
        margin-right: 0
    }

    .footer__item {
        text-align: center;
        margin: 17px 0 0 0
    }

    .footer__nav {
        padding: 0
    }

    .footer__top {
        padding: 0;
        margin-bottom: 15px;
        margin-left: 25px
    }

    .footer__info {
        margin: 15px 0 0 0
    }
}

.playlist {
    background-color: #fff;
    padding: 45px 0
}

.playlist__icon {
    margin-left: 4px
}

.playlist__video {
    position: relative
}

.playlist__video:after {
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background-color: #C4C4C4;
    content: ""
}

.playlist__item {
    font-size: 18px;
    margin-bottom: 20px
}

.playlist__link {
    display: flex;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.playlist__link--active {
    font-family: 'Montserrat', sans-serif;
}

.playlist__link--active i {
    color: #00D763 !important
}

.playlist__link--lock {
    color: #B8B8B8
}

.playlist__link i {
    margin-right: 10px;
    color: #B8B8B8;
    display: inline-block;
    content: ""
}

@media (max-width: 992px) {
    .playlist__video:after {
        display:none
    }

    .playlist__nav {
        margin-top: 80px
    }

    .playlist__item {
        font-size: 18px;
        margin-bottom: 20px
    }

    .playlist__link {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .playlist__link:hover {
        color: #000
    }

    .playlist__link--active {
        font-family: 'Montserrat', sans-serif;
    }

    .playlist__link--active i {
        color: #00D763 !important
    }

    .playlist__link--lock {
        color: #B8B8B8
    }

    .playlist__input {
        width: 100%
    }

    .playlist__btn {
        margin: 10px 0 !important;
        float: right;
        display: block
    }
}

.comment {
    max-height: 400px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column-reverse
}

.comment__item {
    width: 100%;
    margin-bottom: 30px;
    position: relative
}

.comment__user {
    position: absolute;
    width: 65px;
    height: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block
}

.comment__block {
    padding-left: 80px;
    display: inline-block
}

.comment__name {
    display: block;
    font-size: 18px;
    margin-bottom: 10px
}

.comment__text {
    display: block
}

.comment-input {
    border-bottom: 2px solid #D7D7D7;
    position: relative;
    width: 540px;
    font-size: 18px;
    padding: 10px 20px;
    margin-bottom: 20px
}

.comment-input__label {
    position: absolute;
    top: 100%;
    left: 0%;
    -webkit-transform: translate(0%, -300%);
    -moz-transform: translate(0%, -300%);
    -ms-transform: translate(0%, -300%);
    -o-transform: translate(0%, -300%);
    transform: translate(0%, -300%);
    font-size: 18px;
    max-width: 540px
}

@media (max-width: 1200px) {
    .comment-input {
        margin-bottom:20px;
        width: 453px
    }
}

@media (max-width: 992px) {
    .comment-input {
        margin-bottom:20px;
        width: 100%
    }
}

.pay {
    min-height: 400px
}

.pay__block {
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 7px rgba(0,0,0,0.1);
    box-shadow: 4px 4px 7px rgba(0,0,0,0.1);
    padding: 60px 20px;
    text-align: center;
    margin: 0 auto;
    max-width: 500px
}

.pay__text {
    margin-top: 30px;
    font-size: 14px
}

.course-content img {
    width: 100%;
    height: 100%
}

.course-content p {
    font-size: 18px;
    margin-bottom: 30px
}

.cabinet {
    padding: 25px 0
}

.cabinet__header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    margin-bottom: 25px;
    padding: 18px
}

.cabinet__grade {
    padding: 10px 18px;
    text-align: right;
    border-bottom: 1px solid #aaa
}

.cabinet__title {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px
}

.cabinet__sidebar {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    margin-bottom: 20px
}

.cabinet__user {
    padding: 20px 25px;
    border-bottom: 1px solid #EBE9E9
}

.cabinet__user-image {
    width: 104px;
    height: 104px;
    margin: auto;
    display: block;
    border-radius: 50%
}

.cabinet__user-id {
    font-size: 14px;
    text-transform: uppercase;
    color: #7F7F7F;
    margin-top: 25px
}

.cabinet__user-name {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    margin-top: 2px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.cabinet__user-online {
    width: 10px;
    height: 10px;
    background-color: #00D763;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-left: 10px
}

.cabinet__menu {
    padding: 10px 20px
}

.cabinet__menu-item {
    margin-bottom: 5px
}

.cabinet__menu-item:last-child {
    margin-bottom: 0
}

.cabinet__menu-icon {
    font-size: 20px;
    margin-right: 15px;
    position: relative;
    top: -1px
}

.cabinet__menu-link {
    padding: 10px 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #7F7F7F;
    line-height: 1.2
}

.cabinet__menu-link.active {
    color: #1278BB;
    font-family: 'Montserrat', sans-serif;
}

.cabinet__profil {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15)
}

.chat {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    height: 700px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    overflow: hidden;
    position: relative
}

.chat__hamburger {
    display: none
}

.chat__icon {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.chat__icon i {
    color: #aaa;
    font-size: 300px
}

.chat__black {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 70
}

.chat__black.open {
    visibility: visible;
    opacity: 1
}

.chat__contacts {
    width: 35%;
    padding: 20px 15px;
    border-right: 1px solid #C4C4C4;
    height: 100%;
    overflow-y: auto
}

.chat__contact {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 25px
}

.chat__contact-avatar {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    border-radius: 100%
}

.chat__contact-image {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #1DB0EC;
    color: #fff;
    margin-right: 12px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.chat__contact-name {
    color: #000
}

.chat__contact-name span {
    font-size: 14px;
    color: #7F7F7F;
    margin-top: 3px
}

.chat__right {
    width: 65%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    position: relative
}

.chat__header {
    background: #1278BB;
    height: 50px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.chat__send {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #C4C4C4
}

.chat__send textarea {
    margin-bottom: 15px
}

.chat__content {
    padding: 20px;
    width: 100%;
    padding-top: 60px;
    overflow-y: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.chat__content-item {
    width: 100%
}

.chat__user {
    margin-right: 25%;
    margin-bottom: 20px
}

.chat__user-name {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    line-height: 1.2
}

.chat__user-name span {
    font-size: 12px;
    color: #7F7F7F;
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
}

.chat__user-text {
    padding: 12px;
    border-radius: 4px;
    background-color: #D8E2ED;
    color: #222222;
    font-size: 14px
}

.chat__user--second {
    margin-right: 0;
    margin-left: 25%
}

.chat__user--second .chat__user-text {
    background-color: #DBEBEB
}

.chat__user--second .chat__user-name {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end
}

.chat__user--second .chat__user-name span {
    margin-left: 0;
    margin-right: 10px
}

@media (max-width: 992px) {
    .chat__icon i {
        font-size:250px
    }
}

@media (max-width: 576px) {
    .chat__icon i {
        font-size:200px
    }

    .chat__contacts {
        position: absolute;
        z-index: 80;
        top: -1px;
        left: 0;
        width: 80%;
        background: #fff;
        border-right: none;
        height: 100%;
        -webkit-transform: translateX(-101%);
        -moz-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
        -o-transform: translateX(-101%);
        transform: translateX(-101%);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .chat__contacts.open {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .chat__right {
        width: 100%
    }

    .chat__hamburger {
        display: block
    }
}

.grade__content {
    background: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    margin-bottom: 30px
}

.grade__top {
    padding: 15px 20px
}

.grade__top-header {
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px
}

.grade__top-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px
}

.grade__top-info p {
    margin-right: 35px;
    color: #7F7F7F;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 768px) {
    .grade__content {
        margin-bottom:20px
    }

    .grade__top {
        padding: 10px 15px
    }

    .grade__top-header {
        font-size: 15px;
        margin-bottom: 10px
    }

    .grade__top-info {
        font-size: 14px
    }
}

.library {
    padding-bottom: 30px
}

.library__sidebar {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    margin-bottom: 30px
}

.library__sidebar-item {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #EBE9E9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.library__sidebar-item.active {
    color: #1278BB
}

.library__sidebar-item:hover {
    color: #1278BB
}

.library__sidebar-item:last-child {
    border-bottom: none
}

.library__item {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    width: 100%;
    margin-bottom: 20px
}

.library__item-header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 200px
}

.library__item-header--image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:450px;
}

.library__item-header i {
    font-size: 90px;
    color: #7F7F7F
}

.library__item-text {
    padding: 15px;
    min-height: 205px;
    height: auto;
}

.library__item-text .full-height {
    height: auto;
    min-height: 205px;
}

.library__item-text p {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.library__item-text a {
    background: #08a9e6;
    width: fit-content;
    color: #fff;
    padding: 12px 22px;
    border-radius: 4px;
    margin-left: auto;
}

.library-category {
    padding-bottom: 30px
}

.library-category__item {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    margin-bottom: 15px;
    padding: 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    min-height: 70px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.library-category__item:hover {
    box-shadow: 0 4px 6px rgba(0,0,0,0.15)
}

.library-category__item:hover a {
    color: #1278BB
}

.library-category__item a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.library-category__item i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 14px
}

.library-show {
    padding-bottom: 30px
}

.library-show__icon {
    font-size: 150px
}

.user-info {
    padding-bottom: 30px
}

.user-info__image {
    width: 80%;
    border-radius: 50%
}

@media (max-width: 600px) {
    .user-info .col-xs-6 {
        width:100%!important
    }
}

.forum__note {
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    background: #fff;
    padding: 12px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 50px
}

.forum__note i {
    font-size: 55px;
    margin-right: 15px
}

.forum__content {
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    background: #fff;
    padding: 12px
}

.forum__title {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.forum__title--icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.forum__title--icon i {
    margin-right: 8px;
    color: #D7B500
}

.forum__title--second {
    color: #1278BB;
    text-decoration: underline;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-bottom: 16px;
    font-style: italic;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    display: block
}

.forum__nav-item {
    margin-top: 15px
}

.forum__nav-link {
    padding: 4px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.forum__nav-link i {
    font-size: 15px;
    margin-right: 10px;
    color: #D7B500
}

.forum__nav-link:hover {
    color: #1278BB
}

.forum__nav-link:hover i {
    color: #1278BB
}

.forum__empty {
    font-size: 30px;
    color: #7F7F7F
}

.forum__icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 50px
}

.forum__icon i {
    margin-right: 8px;
    font-size: 21px;
    color: #aaa;
    position: relative;
    top: -2px
}

.forum__topics {
    padding: 10px 0;
    margin-top: 10px;
    border-bottom: 1px solid #ccc
}

.forum__topics:last-child {
    border-bottom: none
}

.forum__chat {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    background: #fff;
    padding: 25px 15px
}

.forum__chat--border {
    border-top: 1px solid #efefef
}

.forum__chat--main {
    background: #ecf7ff
}

.forum__chat--second .forum__chat-image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-left: -15px;
    margin-top: -5px
}

.forum__chat--second .forum__chat-name {
    font-size: 14px
}

.forum__chat--second .forum__chat-time {
    font-size: 8px
}

.forum__chat--second .forum__chat-body {
    font-size: 14px
}

.forum__chat-title {
    margin: 7px 0 7px 0;
    font-size: 22px;
    color: #7F7F7F;
    font-family: 'Montserrat', sans-serif;
}

.forum__chat-image {
    width: 100px;
    height: 100px;
    margin-right: 50px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}

.forum__chat-name {
    margin-right: 12px;
    font-family: 'Montserrat', sans-serif;
}

.forum__chat-time {
    font-size: 10px;
    color: #D7B500;
    font-weight: bold;
    position: relative;
    top: 2px
}

.forum__chat-body {
    display: block;
    margin-bottom: 10px;
    font-size: 15px
}

.forum__chat-edit {
    font-size: 12px;
    color: #1278BB;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.forum__chat-edit:hover {
    text-decoration: underline
}

.forum__chat-reply {
    padding-top: 10px;
    border-top: 1px solid #efefef;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 13px;
    color: #1278BB;
    font-family: 'Montserrat', sans-serif;
}

.forum__chat-reply i {
    margin-right: 6px;
    font-size: 16px;
    position: relative
}

.about {
    margin-top: 60px;
    padding-bottom: 120px;
    position: relative
}

.about__text {
    line-height: 1.5
}

.about__image {
    position: absolute;
    right: 0;
    bottom: -120px;
    z-index: -1;
    width: 410px
}

.about__sponsor {
    margin-top: 10px
}

.about__sponsor-title {
    font-size: 20px
}

.about__sponsor-images {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 30px
}

.about__sponsor-image {
    height: 105px;
    margin-right: 60px
}

.about__sponsor-image--size {
    height: 85px
}

.about__sponsor-image--height {
    width: auto;
    height: 90px;
    margin-left: 20px
}

@media (max-width: 992px) {
    .about {
        margin-top:40px;
        padding-bottom: 90px
    }

    .about__image {
        display: none
    }

    .about__about {
        line-height: 1.4
    }
}

@media (max-width: 768px) {
    .about {
        margin-top:30px;
        padding-bottom: 30px
    }

    .about__sponsor-image {
        height: 100px
    }
}

@media (max-width: 576px) {
    .about {
        padding-bottom:20px
    }

    .about__sponsor-images {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__sponsor-image {
        height: auto;
        height: 110px;
        margin: 0 auto 25px auto
    }
}

.btn-base,.navbar__btn,.btn {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none
}

.btn {
    color: #fff;
    position: relative;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 42px;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    line-height: 42px;
    padding: 0px 20px;
    z-index: 20;
    min-width: 120px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.btn--md {
    height: 35px;
    line-height: 35px;
    width: auto !important;
    padding: 0 15px;
    font-size: 16px;
    margin: 4px;
}

.btn--md i {
    position: relative;
    top: 1px
}

.btn:hover {
    opacity: .8
}

.btn--size {
    min-width: auto;
    display: -webkit-inline-flex;
    display: -moz-box;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.btn--size img {
    width: 25px
}

.btn--download i {
    font-size: 20px;
    display: inline-block;
    margin-right: 8px;
    margin-top: -3px
}

.btn--green {
    background-color: #00D763
}

.btn--blue {
    background-color: #1278BB
}

.btn--red {
    background-color: #EA1E26
}

.btn--orange {
    background-color: #D7B500
}

.btn--fb {
    background-color: #3D5B94;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px
}

.btn--vk {
    background-color: #4E77A3;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px
}

.btn--silver {
    background-color: #D5D9D7
}

.btn--ok {
    background-color: #EA8233;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px
}

.btn--full {
    width: 100%
}

.btn__icon {
    margin-right: 8px;
    font-size: 17px
}

.btn--disabled {
    opacity: .5;
    pointer-events: none
}

.btn--errors {
    background-color: #EA1E26;
    height: auto !important;
    white-space: unset;
    text-align: left;
    line-height: 2 !important;
    font-size: 14px !important;
    padding: 0!important;
    width: 100%;
    text-align: center
}

@media (max-width: 768px) {
    .btn {
        font-size:15px;
        height: 37px;
        line-height: 37px;
        padding: 0 15px
    }
}

.text {
    font: 18px "MontserratRegular";
    line-height: 32px;
    margin: 20px 0
}

.span {
    font: 18px "MontserratSemibold";
    line-height: 26px;
    margin: 10px 0
}

.text-xxs {
    font-size: 12px
}

.text-sm {
    font-size: 18px
}

.text-md {
    font-size: 20px
}

.text-lg {
    font-size: 22px
}

@media (max-width: 768px) {
    .text {
        font-size:14px;
        margin: 15px 0
    }

    .text-sm {
        font-size: 16px
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?6ngi8');
    src: url('../fonts/icomoon.eot?6ngi8#iefix') format('embedded-opentype'),url('../fonts/icomoon.ttf?6ngi8') format('truetype'),url('../fonts/icomoon.woff?6ngi8') format('woff'),url('../fonts/icomoon.svg?6ngi8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-reply:before {
    content: "\e900"
}

.icon-clip:before {
    content: "\e901"
}

.icon-paper:before {
    content: "\e902"
}

.icon-pushpin:before {
    content: "\e903"
}

.icon-locked-folder:before {
    content: "\e904"
}

.icon-info:before {
    content: "\e905"
}

.icon-folder:before {
    content: "\e906"
}

.icon-picture:before {
    content: "\e907"
}

.icon-box:before {
    content: "\e908"
}

.icon-books-stack-of-three:before {
    content: "\e909"
}

.icon-edit:before {
    content: "\e90a"
}

.icon-profil:before {
    content: "\e90b"
}

.icon-message:before {
    content: "\e90c"
}

.icon-logout:before {
    content: "\e90d"
}

.icon-grade:before {
    content: "\e90e"
}

.icon-course:before {
    content: "\e90f"
}

.icon-cancel:before {
    content: "\e910"
}

.icon-down:before {
    content: "\e911"
}

.icon-error:before {
    content: "\e912"
}

.icon-facebook:before {
    content: "\e913"
}

.icon-gmail:before {
    content: "\e914"
}

.icon-lock:before {
    content: "\e915"
}

.icon-mail:before {
    content: "\e916"
}

.icon-ok:before {
    content: "\e917"
}

.icon-phone:before {
    content: "\e918"
}

.icon-play:before {
    content: "\e919"
}

.icon-star:before {
    content: "\e91a"
}

.icon-success:before {
    content: "\e91b"
}

.icon-twitter:before {
    content: "\e91c"
}

.icon-vkontakte:before {
    content: "\e91d"
}

.icon-right-arrow:before {
    content: "\e91e"
}

.icon-location-pin:before {
    content: "\e91f"
}

.icon-file:before {
    content: "\e920"
}

.icon-chat:before {
    content: "\e921"
}

.icon-trash:before {
    content: "\e922"
}

.icon-paper1:before {
    content: "\e923"
}

.icon-eye:before {
    content: "\e924"
}

.logo {
    background: no-repeat center
}

.input {
    width: 100%;
    padding: 10px 12px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 1
}

.input--disabled {
    background-color: #E5E5E5
}

.input--success {
    position: relative
}

.input--success input {
    border: 1px solid #00D763
}

.input--success:before {
    display: block;
    position: absolute;
    background-image: url(../images/icon-success.svg);
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    color: #00D763;
    -webkit-transform: translate(-60%, -50%);
    -moz-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    -o-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
    content: "";
    width: 20px;
    height: 20px;
    font-size: 18px;
    z-index: 2
}

.input--success:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    color: #00D763;
    -webkit-transform: translate(120%, 0%);
    -moz-transform: translate(120%, 0%);
    -ms-transform: translate(120%, 0%);
    -o-transform: translate(120%, 0%);
    transform: translate(120%, 0%);
    content: "ÐÐ°Ð´ÐµÐ¶Ð½Ñ‹Ð¹ Ð¿Ð°Ñ€Ð¾Ð»ÑŒ";
    font-size: 16px;
    z-index: 2
}

.input--error {
    position: relative
}

.input--error input,.input--error select {
    border: 1px solid #EA1E26
}

.input--error:before {
    display: block;
    position: absolute;
    background-image: url(../images/icon-error.svg);
    background-position: center center;
    background-repeat: no-repeat;
    top: 47%;
    right: 0;
    color: #EA1E26;
    -webkit-transform: translate(-60%, -50%);
    -moz-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    -o-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
    content: "";
    width: 20px;
    height: 20px;
    font-size: 18px;
    z-index: 2
}

.input--error label {
    display: none
}

.input--width {
    width: 45px
}

.input--height {
    height: 300px
}

.input__panel {
    position: relative
}

.input__panel label {
    margin-top: 10px;
    font-size: 18px;
    display: block
}

.input__panel-errors {
    position: absolute;
    left: 1px;
    bottom: -5px;
    color: #EA1E26;
    font-size: 12px
}

.tox {
    margin-top: 10px
}

.textarea {
    resize: none;
    height: 137px
}

.upload>input {
    display: none
}

.upload i {
    font-size: 30px;
    margin-right: 20px;
    cursor: pointer
}

@media (max-width: 992px) {
    .input--success:after {
        display:none
    }
}

.label {
    font-size: 18px;
    margin-top: 10px;
    display: block
}

.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    display: inline-block
}

.title--low {
    text-transform: none
}

.title--md {
    font-size: 22px;
    text-transform: none
}

@media (max-width: 992px) {
    .title {
        font-size:22px
    }
}

.hamburger {
    display: none;
    width: 24px;
    height: 25px;
    margin-top: 34px;
    float: right;
    position: relative;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 99
}

.hamburger--chat {
    position: absolute;
    top: 25px;
    left: 15px;
    margin: 0;
    height: 18px;
    z-index: 60
}

.hamburger--chat span {
    background: #aaa !important
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1278BB;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.hamburger span:nth-child(1) {
    top: 0px;
    width: 24px
}

.hamburger span:nth-child(2) {
    top: 7px;
    width: 24px
}

.hamburger span:nth-child(3) {
    top: 14px;
    width: 24px
}

.hamburger.open span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    background-color: #2b2b2b
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    -webkit-transform: rotate(235deg);
    -moz-transform: rotate(235deg);
    -o-transform: rotate(235deg);
    transform: rotate(235deg);
    background-color: #2b2b2b
}

.hamburger.open span:nth-child(3) {
    top: 5px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    background-color: #2b2b2b
}

@media (max-width: 992px) {
    .hamburger {
        display:block
    }
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    margin-bottom: 5px;
    display: block
}

label {
    font-size: 18px;
    margin-top: 10px;
    display: block
}

.form-control {
    font: 18px "MontserratMedium";
    line-height: 22px;
    padding: 14px 20px;
    color: #2b2b2b;
    border: 2px solid #2b2b2b;
    z-index: 1;
    margin: 10px 0;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    width: 100%
}

.form-control:focus {
    border: 2px solid #8BE0AF
}

.form-control-select {
    width: 269px;
    z-index: 3;
    cursor: pointer;
    border-color: transparent
}

.textarea {
    min-height: 120px;
    max-height: 150px
}

@media (max-width: 768px) {
    .form-control-select {
        width:100%
    }
}

.pagination {
    display: -webkit-inline-flex;
    display: -moz-box;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    background: #fff;
    margin-top: 30px
}

.pagination li {
    overflow: hidden;
    border-right: 1px solid #DEE2E6
}

.pagination li:last-child {
    border-right: none
}

.pagination li .page-link {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding: 12px 17px;
    color: #1278BB;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.pagination li.active {
    border: none
}

.pagination li.active .page-link,.pagination li:hover .page-link {
    color: #fff;
    background: #1278BB;
    cursor: pointer;
    border: none
}

.pagination li.disabled {
    color: #6C757D
}

.pagination li.disabled a {
    cursor: not-allowed
}

.pagination li.disabled:hover a {
    cursor: not-allowed
}

.socials {
    display: inline-block;
    color: #BEBEBE;
    font-size: 25px;
    margin-left: 15px
}

.socials i {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.socials--facebook i:hover {
    color: #6D8CD5
}

.socials--gmail i:hover {
    color: #CB504B
}

.socials--twitter i:hover {
    color: #45A1EF
}

.media {
    padding: 15px 0;
    margin-bottom: 15px
}

.media--left .media__thumb {
    float: left;
    margin-right: 15px
}

.media--right .media__thumb {
    float: right;
    margin-left: 15px
}

.media--right .media__content {
    text-align: right
}

.media__content {
    overflow: hidden
}

.media__title {
    font-weight: bold;
    margin-bottom: 5px
}

.thumb {
    background: #ccc no-repeat center;
    background-size: 100%;
    background-size: cover
}

.thumb--sm {
    width: 50px;
    height: 50px
}

.thumb--md {
    width: 75px;
    height: 75px
}

.thumb--lg {
    width: 100px;
    height: 100px
}

.thumb--rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.thumb--circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.xleb {
    position: relative;
    overflow: hidden;
    z-index: 2;
    display: inline-block;
    left: 0
}

.xleb li {
    float: left
}

.xleb li:before {
    content: "\203A\203A";
    padding: 0 12px;
    color: #606467
}

.xleb li:first-child:before {
    content: "";
    padding: 0
}

.xleb a {
    color: #7F7F7F;
    line-height: 30px
}

.xleb a:hover {
    text-decoration: underline
}

.xleb a.active {
    color: #000;
    cursor: default;
    pointer-events: none
}

.xleb a.active:hover {
    text-decoration: none
}

.tabs {
    width: 100%
}

.tabs__container {
    max-width: 800px;
    margin: 0 auto
}

.tabs__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: relative
}

.tabs__caption:after {
    content: '';
    display: table;
    clear: both
}

.tabs__caption li {
    padding: 15px 0;
    position: relative;
    text-align: center
}

.tabs__caption li:not(.active) {
    cursor: pointer
}

.tabs__caption .active {
    color: #e2223f
}

.tabs__caption .active-port {
    background-color: #e2223f;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.tabs__caption .active-port-white {
    background-color: #e2223f;
    color: #fff
}

.tabs__quest li:not(.active) {
    cursor: pointer
}

.tabs__quest .active-quest {
    color: #6BD698;
    cursor: pointer;
    position: relative
}

.tabs__answer1 {
    font-size: 20px;
    line-height: 30px
}

.tabs__content {
    display: none;
    animation: project .4s linear 0s 1 normal forwards running
}

.tabs__content.active {
    display: block
}

.accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 18px;
    font-size: 17px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    -webkit-transition: .1s background;
    -moz-transition: .1s background;
    -ms-transition: .1s background;
    -o-transition: .1s background;
    transition: .1s background;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    line-height: 1;
    border-bottom: 1px solid #aaa
}

.accordion:last-child {
    border-bottom: none
}

.accordion:after {
    content: 'â–¼';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px
}

.accordion.active:after {
    content: "â–²";
    color: #fff
}

.accordion:hover,.accordion:hover:after {
    background-color: #1278BB;
    color: #fff
}

.panel-accordion {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.redactor-content {
    margin-bottom: 75px
}

.redactor-content p {
    font-size: 16px;
    line-height: 1.37;
    padding: 10px 0
}

.redactor-content img {
    vertical-align: middle;
    max-width: 100% !important;
    height: auto !important
}

.redactor-content h2 {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 60px
}

.redactor-content ul {
    padding-left: 40px;
    list-style: circle
}

.redactor-content li {
    font-size: 16px;
    margin-bottom: 10px;
}

.redactor-content a {
    color: #2b2b2b;
    border-bottom: 1px solid #2d2d2d;
    font-weight: 400
}

.redactor-content a:hover {
    color: #8BE0AF;
    border: 0
}

.redactor-content b,.redactor-content strong {
    font-weight: 700
}

.redactor-content table {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border: 0;
    overflow: auto;
    border: 1px solid #ddd;
}

.redactor-content tr:hover {
    background-color: rgba(0,0,0,0.02)
}

.redactor-content th,.redactor-content td{
    padding: 15px; 
    border: 0;
    border: 1px solid #ddd;
}

 .redactor-content td > p{
    line-height: 1.75;
    padding: 14px;
 }

.redactor-lesson p {
    font-size: 18px;
    line-height: 1.2;
    margin: 10px 0;
    font-family: 'Montserrat', sans-serif;
}

.redactor-lesson img {
    vertical-align: middle;
    max-width: 100% !important;
    height: auto !important
}

.redactor-lesson h2 {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px
}

.redactor-lesson ul {
    padding-left: 40px;
    list-style: circle
}

.redactor-lesson li {
    font-size: 18px;
    margin-left: 50px;
}

.redactor-lesson a {
    color: #1278BB;
    text-decoration: underline;
    font-weight: 400
}

.redactor-lesson a:hover {
    text-decoration: none
}

.redactor-lesson b,.redactor-lesson strong {
    font-weight: 700
}

.redactor-lesson table {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border: 0;
    overflow: auto
}

.redactor-lesson tr:hover {
    background-color: rgba(0,0,0,0.02)
}

.redactor-lesson th,.redactor-lesson td {
    padding: 15px;
    border: 0;
    border: 1px solid #d9e2e9
}

.redactor-lesson video {
    width: 100%;
    display: block;
    margin: 20px 0
}

.redactor-lesson iframe {
    width: 100%;
    display: block;
    margin: 20px 0
}

.checkbox {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.checkbox span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.checkbox {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0
}

.checkbox+label {
    cursor: pointer
}

.checkbox:not(checked) {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 10px
}

.checkbox:not(checked)+label {
    position: relative;
    padding: 0 0 0 40px
}

.checkbox:not(checked)+label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 15px;
    border-radius: 15px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
    transition: .2s
}

.checkbox:not(checked)+label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 1px;
    width: 13px;
    height: 13px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: .2s
}

.checkbox:checked+label:before {
    background: #00D763
}

.checkbox:checked+label:after {
    left: 16px
}

.modal {
    position: fixed;
    background-color: rgba(45,45,45,0.7);
    z-index: 101;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px
}

.modal__content {
    position: relative;
    padding: 45px 95px;
    max-width: 542px;
    background-color: #fff;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.modal__content--in {
    opacity: 1;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.modal__header {
    margin-bottom: 40px
}

.modal__title {
    position: relative
}

.modal__title:after {
    position: absolute;
    top: 150%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    height: 1px;
    width: 160px;
    z-index: 110;
    background-color: #C4C4C4
}

.modal__dismisser {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    color: #B1B1B1;
    font-size: 30px;
    z-index: 110
}

.modal__dismisser:hover {
    opacity: 1
}

.modal__footer {
    text-align: center;
    margin-top: 40px
}

.modal__or {
    color: #7F7F7F;
    position: relative;
    margin-bottom: 10px
}

.modal__or:before {
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    height: 1px;
    width: 160px;
    z-index: 110;
    background-color: #C4C4C4
}

.modal__btn {
    float: none;
    -webkit-box-shadow: 0 0 0 transparent inset;
    -moz-box-shadow: 0 0 0 transparent inset;
    box-shadow: 0 0 0 transparent inset
}

.modal__btn:before {
    top: 0;
    left: 0
}

.modal__text {
    color: #7F7F7F;
    font-size: 20px;
    margin-bottom: 20px
}

.modal__price {
    font-size: 28px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.modal__captcha {
    display: inline-block;
    float: none
}

.o-hidden {
    overflow: hidden
}

.dropdownl {
    position: relative;
    margin-left: 10px;
    margin-top: 2px
}

.dropdownl__image {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    margin-top: -2px
}

.dropdownl>a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    position: relative;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
}

.dropdownl>a>i {
    display: inline-block;
    margin-left: 6px;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    position: relative;
    font-size: 8px;
    top: -1px
}

.dropdownl-nav {
    position: absolute;
    left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-height: 0;
    overflow: hidden;
    z-index: 50;
    background: #fff;
    font-weight: 600;
    border-radius: 4px
}

.dropdownl-nav a {
    line-height: 1.2;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    position: relative;
    opacity: 0;
    width: 100%;
    transition: max-height .4s ease,color .2s ease,background-color .2s ease
}

.dropdownl-nav a:hover {
    background: #1DB0EC;
    color: #fff;
    width: 100%
}

.dropdownl:hover>a i {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.dropdownl:hover .dropdownl-nav {
    max-height: 120px;
    box-shadow: 0 7px 15px 5px rgba(0,0,0,0.1)
}

.dropdownl:hover .dropdownl-nav a {
    opacity: 1
}

.dropdown {
    position: relative
}

.dropdown:hover {
    padding-bottom: 20px
}

.dropdown:hover .dropdown__content {
    visibility: visible;
    opacity: 1
}

.dropdown:hover .dropdown__content--account {
    -webkit-transform: translate(-80%, 25%);
    -moz-transform: translate(-80%, 25%);
    -ms-transform: translate(-80%, 25%);
    -o-transform: translate(-80%, 25%);
    transform: translate(-80%, 25%)
}

.dropdown:hover .dropdown__content--categories {
    -webkit-transform: translate(-35%, 10%);
    -moz-transform: translate(-35%, 10%);
    -ms-transform: translate(-35%, 10%);
    -o-transform: translate(-35%, 10%);
    transform: translate(-35%, 10%)
}

.dropdown__content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0%;
    left: 50%;
    width: 255px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    padding: 10px 15px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.dropdown__content--account {
    -webkit-transform: translate(-80%, 35%);
    -moz-transform: translate(-80%, 35%);
    -ms-transform: translate(-80%, 35%);
    -o-transform: translate(-80%, 35%);
    transform: translate(-80%, 35%)
}

.dropdown__content--categories {
    -webkit-transform: translate(-35%, 20%);
    -moz-transform: translate(-35%, 20%);
    -ms-transform: translate(-35%, 20%);
    -o-transform: translate(-35%, 20%);
    transform: translate(-35%, 20%)
}

.dropdown__item {
    margin: 10px 0;
    display: block
}

.dropdown__link {
    color: #7F7F7F;
    line-height: 22px;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.dropdown__link:hover {
    color: #000
}

.dropdown__line {
    width: 100%;
    height: 1px;
    background-color: #C4C4C4;
    margin-bottom: 10px
}

@media (max-width: 992px) {
    .dropdown {
        width:100%;
        min-height: 1px;
        left: 0;
        top: 0px;
        position: relative;
        text-align: left;
        margin-left: 0px
    }

    .dropdown:hover {
        padding: 0
    }

    .dropdown:hover .dropdown__content {
        visibility: visible;
        opacity: 1
    }

    .dropdown:hover .dropdown__content--account {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        display: block !important
    }

    .dropdown:hover .dropdown__content--categories {
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }

    .dropdown__content {
        visibility: visible;
        opacity: 1;
        position: relative;
        padding: 0;
        width: 100%;
        background-color: transparent;
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0);
        -moz-box-shadow: 0 2px 4px rgba(0,0,0,0);
        box-shadow: 0 2px 4px rgba(0,0,0,0);
        color: #000;
        left: 0;
        margin-top: 15px
    }

    .dropdown__content .text-medium {
        color: #ccc
    }

    .dropdown__content--account {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .dropdown__content--categories {
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }

    .dropdown__item {
        margin-bottom: 10px;
        display: block;
        text-align: left
    }

    .dropdown__link:focus {
        color: #000
    }
}

@media (max-width: 992px) {
    .dropdownl {
        margin-left:-10px
    }

    .dropdownl-nav {
        left: 5px
    }
}

@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%
    }

    100% {
        top: 50%
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

.showSweetAlert {
    animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    animation: slideFromTop .3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    animation: slideFromBottom .3s
}

.showSweetAlert h2 {
    position: relative;
    z-index: 1000
}

.hideSweetAlert {
    animation: hideSweetAlert .3s
}

.hideSweetAlert[data-animation=none] {
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    animation: slideToTop .3s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    animation: slideToBottom .3s
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    animation: animateSuccessTip .75s
}

.animateSuccessLong {
    animation: animateSuccessLong .75s
}

.sa-icon.sa-success.animate::after {
    animation: rotatePlaceholder 4.25s ease-in
}

@keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        -moz-transform: rotateX(100deg);
        -ms-transform: rotateX(100deg);
        -o-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

.animateErrorIcon {
    animation: animateErrorIcon .5s
}

@keyframes animateXMark {
    0% {
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    animation: animateXMark .5s
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }

    100% {
        border-color: #F8BB86
    }
}

.pulseWarning {
    animation: pulseWarning .75s infinite alternate
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}

.pulseWarningIns {
    animation: pulseWarningIns .75s infinite alternate
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1040
}

.sweet-alert {
    background-color: #ffffff;
    width: 478px;
    padding: 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000
}

@media all and (max-width: 767px) {
    .sweet-alert {
        width:auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert .form-group {
    display: none
}

.sweet-alert .form-group .sa-input-error {
    display: none
}

.sweet-alert.show-input .form-group {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -9px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #d43f3a
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #d9534f;
    display: block;
    top: 37px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #eea236
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f0ad4e
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f0ad4e
}

.sweet-alert .sa-icon.sa-info {
    border-color: #46b8da
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #5bc0de
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #5bc0de
}

.sweet-alert .sa-icon.sa-success {
    border-color: #4cae4c
}

.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    -moz-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    -moz-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 0px 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(92,184,92,0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #ffffff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #5cb85c;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

.sweet-alert .btn-default:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(204,204,204,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(204,204,204,0.6)
}

.sweet-alert .btn-success:focus {
    border-color: #4cae4c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(76,174,76,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(76,174,76,0.6)
}

.sweet-alert .btn-info:focus {
    border-color: #46b8da;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(70,184,218,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(70,184,218,0.6)
}

.sweet-alert .btn-danger:focus {
    border-color: #d43f3a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(212,63,58,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(212,63,58,0.6)
}

.sweet-alert .btn-warning:focus {
    border-color: #eea236;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(238,162,54,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(238,162,54,0.6)
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,.la-ball-fall>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff
}

.la-ball-fall.la-dark {
    color: #333
}

.la-ball-fall>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.la-ball-fall {
    width: 54px;
    height: 18px
}

.la-ball-fall>div {
    width: 10px;
    height: 10px;
    margin: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    -moz-animation: ball-fall 1s ease-in-out infinite;
    -o-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite
}

.la-ball-fall>div:nth-child(1) {
    -webkit-animation-delay: -200ms;
    -moz-animation-delay: -200ms;
    -o-animation-delay: -200ms;
    animation-delay: -200ms
}

.la-ball-fall>div:nth-child(2) {
    -webkit-animation-delay: -100ms;
    -moz-animation-delay: -100ms;
    -o-animation-delay: -100ms;
    animation-delay: -100ms
}

.la-ball-fall>div:nth-child(3) {
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms
}

.la-ball-fall.la-sm {
    width: 26px;
    height: 8px
}

.la-ball-fall.la-sm>div {
    width: 4px;
    height: 4px;
    margin: 2px
}

.la-ball-fall.la-2x {
    width: 108px;
    height: 36px
}

.la-ball-fall.la-2x>div {
    width: 20px;
    height: 20px;
    margin: 8px
}

.la-ball-fall.la-3x {
    width: 162px;
    height: 54px
}

.la-ball-fall.la-3x>div {
    width: 30px;
    height: 30px;
    margin: 12px
}

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

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

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

    90% {
        opacity: .5
    }

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

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

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

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

    90% {
        opacity: .5
    }

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

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

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

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

    90% {
        opacity: .5
    }

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

.sweet-alert fieldset {
    display: none
}

.sa-error-container {
    display: none
}

button.confirm {
    padding: 5px 25px;
    margin-top: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    color: #fff
}

.line {
    width: 100%;
    height: 1px;
    background-color: #C4C4C4
}

.input-container {
    display: inline-block;
    margin: 10px 0
}

.input-container>label {
    width: 24px;
    height: 24px;
    background: #fff;
    position: relative;
    cursor: pointer;
    border: 1px solid #C4C4C4;
    color: #7f7f7f;
    padding: 8px 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.input-container>label:hover {
    border: 1px solid #00D763
}

.input-container>input[type=checkbox]:checked~label {
    background: #00D763;
    position: relative;
    cursor: default;
    color: #fff;
    padding: 8px 26px 8px 10px
}

.input-container>input[type=checkbox]:checked~label:after {
    content: "";
    color: #0094fe;
    font-size: 22px;
    position: relative;
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(-20%, -50%);
    -moz-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
    -o-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    height: 20px;
    width: 20px;
    z-index: 1;
    background-image: url(../images/icon-cancel.svg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.table {
    border-collapse: collapse;
    width: 100%
}

.table td,.table th {
    border: 1px solid #C4C4C4;
    padding: 14px
}

.table th {
    color: #7F7F7F
}

.table th:first-child {
    border-left: none
}

.table th:last-child {
    border-right: none
}

.table td {
    color: #000000
}

.table td:first-child {
    border-left: none
}

.table td:last-child {
    border-right: none
}

.bt-0 {
    border-top: none !important
}

.table__arrow {
    height: 35px !important;
    line-height: 35px !important;
    padding: 0 15px;
    min-width: auto !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.table__arrow i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 11px
}

@media (max-width: 768px) {
    .table td,th {
        padding:10px;
        font-size: 13px
    }
}

.radio-button {
    margin: 5px 30px 5px 0
}

.radio-button input[type="radio"] {
    position: absolute;
    opacity: 0
}

.radio-button input[type="radio"]+.radio-label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #dcdcdc;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: .5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all .3s ease
}

.radio-button input[type="radio"]:checked+.radio-label:before {
    background-color: #2083FE;
    box-shadow: inset 0 0 0 4px #fff
}

.radio-button input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #2083FE
}

.radio-button input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #fff;
    border-color: #dcdcdc;
    background: #dcdcdc
}

.radio-button input[type="radio"]+.radio-label:empty:before {
    margin-right: 0
}

.centered {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.centered-y {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.centered-x {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.invisible {
    visibility: hidden
}

.opacity {
    opacity: .4
}

.clearfix {
    clear: both;
    content: "";
    display: table
}

.img-fluid {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-underline {
    text-decoration: underline
}

.text-overline {
    text-decoration: overline
}

.text-deleted {
    text-decoration: line-through
}

.padding-y {
    padding: 65px 0
}

.margin-block {
    margin: 38px 0
}

.margin-block-top {
    margin-top: 38px
}

.margin-top {
    margin-top: 75px
}

.margin-top-xleb {
    margin-top: 190px
}

.margin-bottom-xleb {
    margin-bottom: 45px
}

.margin-bottom {
    margin-bottom: 45px
}

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.mr-20 {
    margin-right: 20px
}

.mt-10 {
    margin-top: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.mr-10 {
    margin-right: 10px
}

.mt-30 {
    margin-top: 30px
}

.mt-45 {
    margin-top: 45px
}

.mb-30 {
    margin-bottom: 30px
}

.mtx-btn {
    margin: 20px 10px 0px 10px
}

.margin-input {
    margin: 10px 0 13px 0
}

.mx {
    margin: 0 10px
}

.mxy-10 {
    margin: 0 10px 10px
}

.p-y-md {
    padding: 35px 0
}

.mb-5 {
    margin-bottom: 5px
}

.mb-0 {
    margin-bottom: 0 !important
}

@media (max-width: 992px) {
    .margin-top-xleb {
        margin-top:90px
    }

    .p-y-md {
        padding: 20px 0
    }
}

.p-0 {
    padding: 0
}

.px-0 {
    padding-right: 0;
    padding-left: 0
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-0 {
    padding-left: 0
}

.m-0 {
    margin: 0
}

.mx-0 {
    margin-right: 0;
    margin-left: 0
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mb-5 {
    margin-bottom: 5px
}

.pl-30 {
    padding-left: 30px
}

.visible-sm-block,.visible-md-block,.visible-lg-block,.visible-sm-inline-block,.visible-md-inline-block,.visible-lg-inline-block {
    display: none
}

@media (max-width: 768px) {
    .visible-sm-block {
        display:block
    }

    .visible-sm-inline-block {
        display: block
    }

    .hidden-sm {
        display: none
    }
}

@media (max-width: 992px) {
    .visible-md-block {
        display:block
    }

    .visible-md-inline-block {
        display: inline-block
    }

    .hidden-md {
        display: none
    }
}

@media (max-width: 1200px) {
    .visible-lg-block {
        display:block
    }

    .visible-lg-inline-block {
        display: inline-block
    }

    .hidden-lg {
        display: none
    }
}

.no-flick {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-blue {
    color: #1278BB
}

.text-silver {
    color: #000;
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #232323
}

.bg-silver {
    background-color: #F6F6F6
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.z-index-0 {
    z-index: 0
}

.z-index-1 {
    z-index: 1
}

.z-index-2 {
    z-index: 2
}

.z-index-3 {
    z-index: 3
}

.display-block {
    display: block
}

.display-inline-block {
    display: inline-block
}

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

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

@media (max-width: 1200px) {
    .display-lg-block {
        display:block
    }

    .display-lg-inline-block {
        display: inline-block
    }
}

@media (max-width: 992px) {
    .display-md-block {
        display:block
    }

    .display-md-inline-block {
        display: inline-block
    }
}

@media (max-width: 768px) {
    .display-sm-block {
        display:block
    }

    .display-sm-inline-block {
        display: inline-block
    }
}

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

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

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

.flex-fill {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-grow-0 {
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0
}

.flex-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1
}

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

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

.justify-content-center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.justify-content-between {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.justify-content-around {
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around
}

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

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

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

.align-content-start {
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start
}

.align-content-end {
    -webkit-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end
}

.align-content-center {
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center
}

.align-content-between {
    -webkit-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between
}

@media (max-width: 768px) {
    .justify-content-center-sm {
        -webkit-justify-content:center;
        -ms-justify-content: center;
        justify-content: center
    }
}

.full-width {
    width: 100%
}

.full-height {
    height: 100%
}

@media (max-width: 992px) {
    .full-width--half {
        width:70% !important
    }
}
