/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    overflow: hidden;
    position: relative;
    display: block;
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    /*height: 100%;*/
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.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-arrow.slick-hidden {
    display: none
}

.is-hidden {
    display: none !important
}

.is-block {
    display: block !important
}

.is-inline-block {
    display: inline-block !important
}

.is-inline {
    display: inline
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.visible-ts {
    display: none !important
}

@media screen and (max-width: 479px) {
    .visible-ts {
        display: block !important
    }
}

.visible-xs {
    display: none !important
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
}

.visible-from-xs {
    display: none !important
}

@media screen and (min-width: 480px) {
    .visible-from-xs {
        display: block !important
    }
}

.visible-to-xs {
    display: none !important
}

@media screen and (max-width: 767px) {
    .visible-to-xs {
        display: block !important
    }
}

.visible-sm {
    display: none !important
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
}

.visible-from-sm {
    display: none !important
}

@media screen and (min-width: 768px) {
    .visible-from-sm {
        display: block !important
    }
}

.visible-to-sm {
    display: none !important
}

@media screen and (max-width: 991px) {
    .visible-to-sm {
        display: block !important
    }
}

.visible-md {
    display: none !important
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
}

.visible-from-md {
    display: none !important
}

@media screen and (min-width: 992px) {
    .visible-from-md {
        display: block !important
    }
}

.visible-to-md {
    display: none !important
}

@media screen and (max-width: 1199px) {
    .visible-to-md {
        display: block !important
    }
}

.visible-lg {
    display: none !important
}

@media screen and (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
}

@media screen and (max-width: 479px) {
    .hidden-ts {
        display: none !important
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media screen and (min-width: 480px) {
    .hidden-from-xs {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    .hidden-to-xs {
        display: none !important
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .hidden-from-sm {
        display: none !important
    }
}

@media screen and (max-width: 991px) {
    .hidden-to-sm {
        display: none !important
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media screen and (min-width: 992px) {
    .hidden-from-md {
        display: none !important
    }
}

@media screen and (max-width: 1199px) {
    .hidden-to-md {
        display: none !important
    }
}

@media screen and (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

*, :after, :before {
    box-sizing: border-box
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after, .container:before {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 480px) {
    .container {
        width: 450px
    }
}

@media (min-width: 768px) {
    .container {
        width: 710px
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 960px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after, .container-fluid:before {
    content: "";
    display: table;
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after, .row:before {
    content: "";
    display: table;
    clear: both
}

.col-cn-1, .col-cn-2, .col-cn-3, .col-cn-4, .col-cn-5, .col-cn-6, .col-cn-7, .col-cn-8, .col-cn-9, .col-cn-10, .col-cn-11, .col-cn-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11, .col-ts-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (max-width: 479px) {
    .col-cn-1, .col-cn-2, .col-cn-3, .col-cn-4, .col-cn-5, .col-cn-6, .col-cn-7, .col-cn-8, .col-cn-9, .col-cn-10, .col-cn-11, .col-cn-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11, .col-ts-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        padding-left: 0;
        padding-right: 0
    }
}

.col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11, .col-ts-12 {
    float: left
}

.col-ts-1 {
    width: 8.33333%
}

.col-ts-2 {
    width: 16.66667%
}

.col-ts-3 {
    width: 25%
}

.col-ts-4 {
    width: 33.33333%
}

.col-ts-5 {
    width: 41.66667%
}

.col-ts-6 {
    width: 50%
}

.col-ts-7 {
    width: 58.33333%
}

.col-ts-8 {
    width: 66.66667%
}

.col-ts-9 {
    width: 75%
}

.col-ts-10 {
    width: 83.33333%
}

.col-ts-11 {
    width: 91.66667%
}

.col-ts-12 {
    width: 100%
}

.col-ts-offset-0 {
    margin-left: 0
}

.col-ts-offset-1 {
    margin-left: 8.33333%
}

.col-ts-offset-2 {
    margin-left: 16.66667%
}

.col-ts-offset-3 {
    margin-left: 25%
}

.col-ts-offset-4 {
    margin-left: 33.33333%
}

.col-ts-offset-5 {
    margin-left: 41.66667%
}

.col-ts-offset-6 {
    margin-left: 50%
}

.col-ts-offset-7 {
    margin-left: 58.33333%
}

.col-ts-offset-8 {
    margin-left: 66.66667%
}

.col-ts-offset-9 {
    margin-left: 75%
}

.col-ts-offset-10 {
    margin-left: 83.33333%
}

.col-ts-offset-11 {
    margin-left: 91.66667%
}

.col-ts-offset-12 {
    margin-left: 100%
}

@media (min-width: 480px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left
    }

    .col-xs-1 {
        width: 8.33333%
    }

    .col-xs-2 {
        width: 16.66667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-4 {
        width: 33.33333%
    }

    .col-xs-5 {
        width: 41.66667%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-7 {
        width: 58.33333%
    }

    .col-xs-8 {
        width: 66.66667%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-10 {
        width: 83.33333%
    }

    .col-xs-11 {
        width: 91.66667%
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-offset-0 {
        margin-left: 0
    }

    .col-xs-offset-1 {
        margin-left: 8.33333%
    }

    .col-xs-offset-2 {
        margin-left: 16.66667%
    }

    .col-xs-offset-3 {
        margin-left: 25%
    }

    .col-xs-offset-4 {
        margin-left: 33.33333%
    }

    .col-xs-offset-5 {
        margin-left: 41.66667%
    }

    .col-xs-offset-6 {
        margin-left: 50%
    }

    .col-xs-offset-7 {
        margin-left: 58.33333%
    }

    .col-xs-offset-8 {
        margin-left: 66.66667%
    }

    .col-xs-offset-9 {
        margin-left: 75%
    }

    .col-xs-offset-10 {
        margin-left: 83.33333%
    }

    .col-xs-offset-11 {
        margin-left: 91.66667%
    }

    .col-xs-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

body, html {
    font-size: 10px;
    height: 100%
}

body {
    font-family: Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #e0e0e0;
    color: #38393b;
    overflow-x: hidden
}

@media screen and (min-width: 768px) {
    body {
        padding: 30px 0
    }
}

@media screen and (min-width: 992px) {
    body {
        padding: 42px 0
    }
}

body.register {
    padding: 0;
    background: #333 url(./register-bg-b12e90b3.jpg) repeat-x center 0
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 0
}

a {
    text-decoration: none
}

a.focus, a.hover, a:focus, a:hover {
    text-decoration: underline;
    outline: 0;
    outline-offset: 0;
    color: inherit
}

body embed {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 0 !important
}

.alert_msg {
    display: none
}

.btn {
    border-radius: 3px;
    outline: 0;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 5px 15px;
    -webkit-transition: background .25s ease;
    transition: background .25s ease;
    cursor: pointer;
    border: 0;
    margin-top: 16px;
    white-space: normal;
    box-shadow: inset 0 -3px 0 0 #16a085;
}

.btn, .btn:active, .btn:focus {
    background: #1abc9c;
    color: #fff
}


.btn:active, .btn:focus {
    text-decoration: none;
    outline: 0 !important
}

.btn:hover {
    outline: 0;
    text-decoration: none;
    background: #16a085;
    color: #fff
}

.btn.is-disabled, .btn[disabled=disabled], .btn[disabled] {
    position: relative;
    background: #e4e4e4;
    box-shadow: none
}

.btn.is-disabled span, .btn[disabled=disabled] span, .btn[disabled] span {
    opacity: 0
}

.btn.is-disabled:before, .btn[disabled=disabled]:before, .btn[disabled]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    margin: -12px 0 0 -12px;
    background: url(./throbber-small-white-fac5e955.png) no-repeat 0 0;
    background-size: 100% 100%;
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite
}

.btn.is-disabled:hover, .btn[disabled=disabled]:hover, .btn[disabled]:hover {
    color: #fff;
    background-color: #333
}

.btn--small {
    padding: 7px 5px 8px;
    font-size: 1.4rem
}


.btn2 {
    border-radius: 3px;
    outline: 0;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 5px 15px;
    -webkit-transition: background .25s ease;
    transition: background .25s ease;
    cursor: pointer;
    border: 0;
    margin-top: 16px;
    white-space: normal;
    box-shadow: inset 0 -3px 0 0 #d50909;
}




.btn2:active, .btn2:focus {
    text-decoration: none;
    outline: 0 !important
}


.btn2, .btn2:active, .btn2:focus {
    background: #f90d01c9;
     color: #fff;
}

.btn2:hover {
    outline: 0;
    text-decoration: none;
    background: #d93232;
    color: #fff
}


.fb-or {
    text-align: center;
    font-size: 1.1rem;
    color: #cacaca;
    margin: 15px 0 5px;
    overflow: hidden
}

.fb-or span {
    position: relative
}

.fb-or span:after, .fb-or span:before {
    content: "";
    width: 1000px;
    height: 1px;
    background: #e0e0e0;
    display: block;
    position: absolute;
    top: 50%
}

.fb-or span:after {
    right: 200%
}

.fb-or span:before {
    left: 200%
}

.btn--fb {
    background: #4267b2;
    box-shadow: none
}

.btn--fb span:before {
    content: "";
    display: inline-block;
    background: url(./fb-logo.svg) no-repeat 0 0;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.btn--fb:focus, .btn--fb:hover {
    background: #40639f
}

.btn--fb.reg__btn {
    padding-left: 5px;
    padding-right: 5px
}

.header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .header__flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.header {
    background: #262728;
    padding: 12px 15px 15px;
    text-align: center;
    position: relative;
    z-index: 40
}

@media screen and (min-width: 768px) {
    .header {
        background: #38393b;
        width: 179px;
        min-width: 179px;
        float: left;
        padding: 0
    }
}

@media screen and (min-width: 992px) {
    .header {
        min-width: 199px;
        width: 199px
    }
}

.header__logo {
    display: inline-block;
    position: relative;
    top: 2px;
    /* background: #262728 */
}

@media screen and (min-width: 768px) {
    .header__logo {
        top: 0;
        padding: 23px 34px 22px
    }
}

@media screen and (min-width: 992px) {
    .header__logo {
        padding: 22px 43px 23px
    }
}

.header__logo svg {
    width: 110px;
    height: 14px
}

.header__logo svg .logo-1 {
    fill: #fff
}

.header__logo svg .logo-2 {
    fill: #1abc9c
}

.burger {
    width: 24px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 17px;
    cursor: pointer;
    z-index: 101;
    background: transparent;
    border: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    outline: 0
}

.burger:active, .burger:focus {
    background: none
}

.burger:after, .burger:before, .burger i {
    width: 24px;
    height: 3px;
    border-radius: 6px;
    display: block;
    background: #bababa;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.burger:after, .burger:before {
    content: "";
    position: absolute;
    left: 0
}

.burger:before {
    top: 0
}

.burger:after {
    bottom: 0
}

.burger.is-active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.burger.is-active:after, .burger.is-active:before {
    background: #fff
}

.burger.is-active i {
    opacity: 0
}

.burger.is-active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px
}

.burger.is-active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px
}

.burger.is-active ~ .menu {
    display: block
}

@media screen and (min-width: 768px) {
    .burger {
        display: none
    }
}

.menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #38393b
}

@media screen and (min-width: 768px) {
    .menu {
        display: block;
        position: static
    }
}

.menu__list {
    margin: 0;
    padding: 10px 20px 20px;
    list-style: none;
    text-align: left
}

@media screen and (min-width: 768px) {
    .menu__list {
        padding: 5px 0 42px
    }
}

@media screen and (min-width: 992px) {
    .menu__list {
        padding: 5px 20px 42px
    }
}

.menu__list-item {
    font-size: 1.4rem;
    line-height: 2rem;
    border-top: 1px solid #7f8081
}

.menu__list-item:first-child {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #b6b6b6;
    border-top: 0;
    padding: 10px 0
}

.menu__list-item:first-child .menu__list-link:before {
    display: none
}

.menu__list-item:last-child {
    border-bottom: 1px solid #7f8081
}

@media screen and (min-width: 768px) {
    .menu__list-item {
        padding: 0 20px 0 22px
    }

    .menu__list-item:first-child {
        padding: 10px 20px 16px
    }
}

@media screen and (min-width: 992px) {
    .menu__list-item {
        padding: 0 2px
    }

    .menu__list-item:first-child {
        padding: 10px 0 16px
    }
}

.menu__list-link {
    display: block;
    padding: 10px 0;
    color: #7f8081;
    -webkit-transition: color .35s ease;
    transition: color .35s ease;
    cursor: pointer
}

.menu__list-link:before {
    content: "";
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #7f8081;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px
}

.menu__list-link:active, .menu__list-link:focus {
    color: #7f8081
}

.menu__list-link:hover {
    color: #1abc9c;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .menu__list-link {
        padding: 5px 0 8px
    }
}

.header--register .header__logo svg .logo-1 {
    fill: #333
}

.header--register .header__logo svg .logo-2 {
    fill: #1abc9c
}

.books {
    background: #fff;
    width: 100%
}

@media screen and (min-width: 768px) {
    .books {
        width: calc(100%)
    }
}

@media screen and (min-width: 992px) {
    .books {
        width: 100%;
    }
}

.books__head {
    display: none;
    border-bottom: 1px solid #e0e0e0
}

@media screen and (min-width: 768px) {
    .books__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 70px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.books__head-categories {
    width: 349px;
    padding: 24px 40px 23px 20px;
    font-size: 1.4rem;
    color: #444;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*! cursor: pointer; */
    /*! position: relative; */
    overflow: hidden
}

.books__head-categories:after {
    content: "";
    position: absolute;
    right: 23px;
    top: 33px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #444
}

@media screen and (min-width: 992px) {
    .books__head-categories {
        width: 205px
    }
}

.books__head-search {
    border: 1px solid #e0e0e0;
    border-width: 0 1px;
    width: 70px
}

.books__head-search input {
    display: none
}

@media screen and (min-width: 992px) {
    .books__head-search {
        width: 90%
    }

    .books__head-search input {
        display: inline-block;
        font-size: 1.6rem;
        color: #38393b;
        background: #fff;
        border: 0;
        outline: 0;
        width: calc(100% - 90px);
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-appearance: none;
        vertical-align: middle;
        padding: 10px 15px 10px 0
    }
}

.books__header-search-submit {
    outline: 0;
    background: none;
    padding: 22px 21px 20px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.books__header-search-submit svg {
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    fill: #97989b
}

.books__header-search-submit:hover svg {
    fill: #1abc9c
}

.books__head-lang {
    width: 115px
}

.breadcumbs {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 13px 20px 14px;
    color: #1abc9c;
    position: relative
}

.breadcumbs span:first-child {
    color: #444;
    font-weight: 700
}

.breadcumbs span:first-child:after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    color: #bababa;
    font-weight: 400;
    margin: 0
}

@media screen and (min-width: 768px) {
    .breadcumbs span:first-child:after {
        margin: 0 15px
    }
}

.slick-arrow {
    position: absolute;
    right: 25px;
    top: 15px;
    border: 0;
    width: 14px;
    height: 17px;
    background: transparent;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    outline: 0;
    cursor: pointer;
    padding: 0
}

.slick-arrow svg {
    fill: #000
}

.slick-arrow.slick-prev {
    right: 35px
}

.slick-arrow.slick-next {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 15px
}

.slick-arrow:hover {
    border-color: #000
}

.slick-arrow:hover svg {
    fill: #1abc9c
}

.books__slider {
    margin: 0;
    padding: 0;
    display: none;
    border-top: 1px solid #e0e0e0
}

.books__slider.slick-initialized {
    display: block;
}

.books__slider .slick-track.slick-track__stop {
    left: 0 !important
}

.books__item {
    padding: 20px 31px;
    display: inline-block;
    text-align: center;
    outline: 0;
    border-left: 1px solid #e0e0e0;
}

@media screen and (max-width: 767px) {
    .books__item:nth-child(2n-1) {
        border-left-color: transparent
    }
}

@media screen and (min-width: 768px) {
    .books__item {
        padding: 20px 38px
    }
}

@media screen and (min-width: 992px) {
    .books__item {
        padding: 20px 26px;
        float: left
    }
}

.books__item-image {
    width: 99px;
    height: 150px;
    background: #d2d2d2 url(./covers-sprite-1d05fb0f.jpg) no-repeat 0 0;
    margin: 0 auto 10px
}

.books__item-image-free {
    width: 99px;
    height: 160px;
    /*background: #d2d2d2 url(./covers-sprite-1d05fb0f.jpg) no-repeat 0 0;*/
    margin: 0 auto 10px
}

.books__item-image.image-2 {
    background-position: -99px 0
}

.books__item-image.image-3 {
    background-position: -198px 0
}

.books__item-image.image-4 {
    background-position: -297px 0
}

.books__item-image.image-5 {
    background-position: -396px 0
}

.books__item-btn {
    display: block;
    margin: 0 0 8px
}

.books__reviews {
    color: #1abc9c;
    font-size: 1.4rem;
    line-height: 1.71429;
    position: relative
}

.books__reviews:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #1abc9c
}

.books__reviews:active, .books__reviews:focus {
    color: #1abc9c
}

.books__reviews:hover {
    color: #16a085;
    text-decoration: none
}

.books__stars {
    display: block;
    margin: 0 auto 4px;
    background: url(./stars.svg) no-repeat 0 0;
    width: 64px;
    height: 11px
}

.d-book {
    background: url(./d-book_bg-0713e9b8.jpg) no-repeat 50%;
    background-size: cover;
    padding: 20px
}

@media screen and (min-width: 768px) {
    .d-book {
        padding: 25px
    }
}

@media screen and (min-width: 992px) {
    .d-book {
        padding: 63px
    }
}

.d-book__wrapper {
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 20px 20px 18px;
    max-width: 660px;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .d-book__wrapper {
        padding: 24px 26px
    }
}

.d-book__image {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border: 1px solid #e0e0e0;
    width: 100%;
    margin-top: 5px
    /* display: none */
}

.d-book__image img {
    width: 100%
}

@media screen and (min-width: 768px) {
    .d-book__image {
        display: inline-block;
        background: #fff;
        padding: 10px;
        border: 1px solid #e0e0e0;
        width: 212px;
        margin-top: 5px
    }

    .d-book__image img {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .d-book__image, .d-book__txt {
        display: inline-block;
        vertical-align: top
    }
}

.d-book__txt {
    color: #444;
    text-align: center
}

@media screen and (min-width: 768px) {
    .d-book__txt {
        width: calc(100% - 215px);
        padding-left: 15px;
        text-align: left
    }
}

.d-book__title {
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: 700;
    color: #444;
    text-align: left;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none
}

@media screen and (min-width: 768px) {
    .d-book__title {
        font-size: 1.8rem;
        line-height: 1.33333
    }
}

.d-book__ratings {
    font-size: 1.2rem;
    line-height: 1.66667;
    margin: 5px 0 8px;
    text-align: left
}

@media screen and (min-width: 768px) {
    .d-book__ratings {
        margin: 8px 0 4px
    }

    .d-book__ratings br {
        display: none
    }
}

.d-book__stars {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto 4px;
    background: url(./stars.svg) no-repeat 0 0;
    width: 64px;
    height: 11px
}

@media screen and (min-width: 768px) {
    .d-book__stars {
        margin-right: 16px;
        position: relative
    }

    .d-book__stars:after {
        content: "";
        position: absolute;
        right: -10px;
        top: -1px;
        width: 1px;
        height: 16px;
        background: #eee;
        display: block
    }
}

.d-book__tags {
    margin: 0 0 9px;
    text-align: left
}

@media screen and (min-width: 768px) {
    .d-book__tags {
        margin-bottom: 20px
    }
}

.d-book__tag {
    color: #fff;
    background: #f44;
    padding: 1px 4px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 1.1rem;
    display: inline-block;
    font-weight: 700;
    margin: 0 2px 6px 0
}

.d-book__tag.disabled {
    background: #eee;
    color: #8b8b8b
}

.d-book__btn {
    padding: 13px 20px 11px;
    margin: 4px 30px 3px 0;
    width: 100%;
    display: block
}

.d-book__btn:before {
    content: "";
    width: 25px;
    height: 23px;
    background: url(./book.svg) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px
}

@media screen and (min-width: 768px) {
    .d-book__btn {
        display: inline-block;
        width: auto;
        padding: 13px 12px 12px 10px;
    }
}

.d-book__reviews {
    color: #1abc9c;
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;
    word-break: normal;
    cursor: pointer
}

.d-book__reviews:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #1abc9c
}

.d-book__reviews:active, .d-book__reviews:focus {
    color: #1abc9c
}

.d-book__reviews:hover {
    color: #16a085;
    text-decoration: none
}

.aside {
    background: #262728;
    position: relative
}

@media screen and (min-width: 768px) {
    .aside {
        padding: 0 0 30px;
        width: 179px;
        min-width: 179px;
        float: left
    }
}

@media screen and (min-width: 992px) {
    .aside {
        min-width: 199px;
        width: 199px
    }
}

.aside__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media screen and (min-width: 768px) {
    .aside__social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.facebook {
    background: #3b5997;
    color: #b5cdff
}

.twitter {
    background: #1b99c9;
    color: #baecff
}

.facebook, .twitter {
    padding: 20px 20px 22px;
    text-align: center;
    width: 50%;
    float: left;
    font-size: 1.2rem
}

.facebook strong, .twitter strong {
    display: block;
    text-transform: uppercase;
    color: #e9f0ff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1px
}

@media screen and (min-width: 768px) {
    .facebook, .twitter {
        width: 100%;
        float: none
    }
}

.facebook-social {
    background: url(./social-e277ed6a.png) no-repeat 0 0;
    width: 92px
}

.facebook-social, .twitter-social {
    height: 20px;
    display: block;
    margin: 14px auto 0
}

.twitter-social {
    background: url(./social-e277ed6a.png) no-repeat -94px 0;
    width: 103px
}

.discussion {
    display: none
}

@media screen and (min-width: 768px) {
    .discussion {
        display: block
    }
}

@media screen and (min-width: 992px) {
    .discussion {
        padding: 0 20px
    }
}

.discussion__title {
    padding: 19px 20px 17px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    color: #e0e0e0;
    margin: 0;
    border-bottom: 2px solid #535455
}

@media screen and (min-width: 992px) {
    .discussion__title {
        padding: 19px 0 7px
    }
}

.discussion__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.discussion__list-item {
    padding: 18px 20px;
    font-size: 1.2rem;
    line-height: 1.16667;
    color: #7f8081;
    border-bottom: 1px solid #535455
}

.discussion__list-item:nth-child(2n) {
    background: #303132
}

.discussion__list-item.hide {
    display: none
}

@media screen and (min-width: 992px) {
    .discussion__list-item {
        padding: 7px 0 9px
    }

    .discussion__list-item:nth-child(2n) {
        position: relative
    }

    .discussion__list-item:nth-child(2n):before {
        content: "";
        top: 0;
        bottom: 0;
        background: #303132;
        left: -20px;
        right: -20px;
        position: absolute;
        z-index: 0
    }
}

.discussion__name {
    color: #1abc9c;
    margin: 0
}

.discussion__name span {
    position: relative
}

.discussion__name span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #1abc9c
}

.discussion__date {
    font-size: 1rem;
    margin: 5px 0 6px;
    position: relative;
    z-index: 2
}

.discussion__desc {
    position: relative;
    z-index: 2;
    margin: 0
}

.discussion__btn {
    border-radius: 5px;
    padding: 10px 5px;
    display: block;
    margin: 20px 20px 0;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: 0
}

.discussion__btn, .discussion__btn:active, .discussion__btn:focus {
    background: #fff;
    color: #1abc9c;
    text-decoration: none
}

.discussion__btn:hover {
    color: #fff;
    background: #1abc9c;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .discussion__btn {
        margin: 20px 0 0
    }
}

.main {
    background: #fff;
    width: 100%
}

@media screen and (min-width: 768px) {
    .main {
        width: calc(100%)
    }
}

@media screen and (min-width: 992px) {
    .main {
        width: 100%;
    }
}

.about {
    padding: 23px 20px;
    background: #f5f5f5;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-width: 1px 0
}

@media screen and (min-width: 768px) {
    .about {
        padding: 24px 20px;
        border-width: 1px
    }
}

@media screen and (min-width: 992px) {
    .about {
        padding: 26px 16px 21px 29px;
        text-align: left
    }
}

.about__title {
    margin: 0;
    color: #38393b;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 700
}

.about__desc {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 3px 0 6px
}

@media screen and (min-width: 992px) {
    .about__desc br {
        display: none
    }
}

.about_read {
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-transform: lowercase
}

.about_read, .about_read:active, .about_read:focus, .about_read:hover {
    color: #1abc9c
}

@media screen and (min-width: 992px) {
    .about__txt {
        display: inline-block;
        width: 260px;
        margin-right: 19px
    }
}

.about__counters {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px 10px 18px;
    margin: 20px 0;
    border-radius: 6px;
    font-size: 0;
    text-transform: lowercase
}

.about__counters p {
    width: 33.3%;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0
}

.about__counters p span {
    font-size: 2rem;
    position: relative;
    top: 4px;
    display: block
}

@media screen and (min-width: 768px) {
    .about__counters p {
        font-size: 1.6rem;
        text-align: left
    }

    .about__counters p span {
        font-size: 3rem;
        top: 7px
    }
}

@media screen and (min-width: 768px) {
    .about__counters {
        margin-top: 16px;
        margin-bottom: 5px;
        padding: 6px 20px 17px 70px
    }
}

@media screen and (min-width: 992px) {
    .about__counters {
        width: 429px;
        padding: 16px 20px 26px 50px;
        display: inline-block;
        vertical-align: top;
        margin-top: -8px;
        margin-bottom: 0
    }
}

.options {
    background: #fff
}

.options__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.options__list-item {
    width: 100%;
    padding: 20px 19px 15px;
    border-bottom: 1px solid #e0e0e0
}

@media screen and (min-width: 768px) {
    .options__list-item {
        width: 50%
    }

    .options__list-item:nth-child(odd) {
        border-right: 1px solid #e0e0e0
    }
}

@media screen and (min-width: 992px) {
    .options__list-item {
        padding: 20px 29px 29px
    }
}

.options__title {
    color: #38393b;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 5px 0 7px
}

.options__desc {
    font-size: 1.2rem;
    line-height: 1.33333;
    color: #38393b;
    margin: 0
}

.options__icon {
    display: block
}

.options__icon.icon-1 {
    width: 18px;
    height: 23px;
    background: url(./devices.svg) no-repeat 0 0;
    background-size: 100% 100%
}

.options__icon.icon-2 {
    width: 20px;
    height: 23px;
    background: url(./download.svg) no-repeat 0 0;
    background-size: 100% 100%
}

.options__icon.icon-3 {
    width: 18px;
    height: 23px;
    background: url(./faq.svg) no-repeat 0 0;
    background-size: 100% 100%
}

.options__icon.icon-4 {
    width: 23px;
    height: 23px;
    background: url(./problem.svg) no-repeat 0 0;
    background-size: 100% 100%
}

.newsletter {
    background: #1abc9c url(./newsletter-bg-92cd2ebc.jpg) no-repeat center 0;
    color: #fff;
    padding: 25px 20px;
    text-align: center
}

.newsletter__title {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 0
}

@media screen and (min-width: 768px) {
    .newsletter__title {
        font-size: 1.8rem
    }
}

.newsletter__desc {
    font-size: 1.4rem;
    line-height: 1.28571;
    max-width: 380px;
    margin: 9px auto 10px
}

@media screen and (min-width: 992px) {
    .newsletter__desc {
        max-width: 550px
    }
}

.newsletter__form {
    padding: 6px 0 5px
}

@media screen and (min-width: 992px) {
    .newsletter__form {
        padding-top: 9px
    }
}

.newsletter__input {
    background: #fff;
    font-size: 1.6rem;
    padding: 12px 15px;
    margin: 0 5px 10px 0;
    border-radius: 3px;
    color: #38393b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

@media screen and (min-width: 768px) {
    .newsletter__input {
        width: 275px;
        margin-right: 9px
    }
}

.newsletter__btn {
    background: #16a085;
    width: 100%;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    color: #fff;
    font-size: 1.8rem;
    padding: 9px 15px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    outline: 0
}

@media screen and (min-width: 768px) {
    .newsletter__btn {
        display: inline-block;
        width: auto
    }
}

.newsletter__btn:hover {
    color: #16a085;
    background: #fff
}

footer {
    width: 100%
}

.footer, footer {
    background: #fff
}

.footer {
    margin: 0 auto;
    text-align: center;
    padding: 20px
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 0;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: 0 auto
    }
}

.footer__copyright {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #444
}

@media screen and (min-width: 768px) {
    .footer__copyright {
        width: 230px;
        display: inline-block;
        padding: 15px 20px
    }
}

.footer__links {
    margin: 10px 0 0
}

@media screen and (min-width: 768px) {
    .footer__links {
        margin: 0;
        display: inline-block;
        width: calc(100% - 230px);
        text-align: right;
        font-size: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.footer__link {
    font-size: 1.4rem;
    line-height: 1.57143;
    color: #444;
    font-weight: 700;
    padding: 5px 8px
}

.footer__link:hover {
    color: #1abc9c;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .footer__link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 100%;
        min-height: 66px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 18px;
        border-left: 1px solid #e0e0e0
    }
}

.lang-btn {
    position: absolute;
    display: inline-block;
    border-radius: 3px;
    font-size: 1.4rem;
    text-align: left;
    border: 2px solid #d2d2d2;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    width: 81px;
    height: 36px;
    z-index: 99;
    padding: 7px 10px;
    background: #262728;
    border-color: transparent;
    top: 10px;
    color: #bababa
}

html:not([dir=rtl]) .lang-btn {
    right: 10px
}

html[dir=rtl] .lang-btn {
    left: 10px
}

@media screen and (min-width: 768px) {
    .lang-btn {
        top: 20px;
        background: #fff;
        color: #97989b;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        width: 74px;
        height: 27px;
        font-size: 1.2rem;
        padding: 6px 10px
    }

    html:not([dir=rtl]) .lang-btn {
        right: -511px
    }

    html[dir=rtl] .lang-btn {
        left: -511px
    }
}

@media screen and (min-width: 992px) {
    html:not([dir=rtl]) .lang-btn {
        right: -740px
    }

    html[dir=rtl] .lang-btn {
        left: -740px
    }
}

/*
.lang-btn:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #d2d2d2
}
*/
.lang-btn.active {
    border-color: #999;
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@media screen and (min-width: 768px) {
    .lang-btn.active {
        border-color: #1abc9c
    }
}

.lang-btn.active:after {
    border-top-color: #999;
    -webkit-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1)
}

.lang-btn.active .lang-ul {
    display: block;
    visibility: visible
}

.header--register .lang-btn {
    top: -5px;
    background: #fff;
    color: #97989b;
    border: 1px solid #e0e0e0;
    border-radius: 5px
}

html:not([dir=rtl]) .header--register .lang-btn {
    right: 15px
}

html[dir=rtl] .header--register .lang-btn {
    left: 15px
}

@media screen and (min-width: 768px) {
    .header--register .lang-btn {
        top: 20px
    }
}

.lang-ul {
    position: absolute;
    display: none;
    visibility: hidden;
    top: 100%;
    width: calc(100% + 4px);
    border: 2px solid #999;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    padding: 0;
    right: -2px;
    background: #fff;
    overflow: hidden;
    font-size: 0
}

@media screen and (min-width: 768px) {
    .lang-ul {
        border-width: 1px;
        border-color: #1abc9c;
        right: -1px;
        width: calc(100% + 2px)
    }
}

.lang-ul.col-3 {
    width: 220px;
    border-top: 1px solid #d2d2d2;
    border-top-left-radius: 3px
}

@media screen and (min-width: 768px) {
    .lang-ul.col-3 {
        border-top-color: #1abc9c
    }
}

.lang-ul.col-3 .lang-link {
    width: 33.3%;
    display: inline-block;
}

html[dir=rtl] .lang-ul.col-3 {
    left: -2px;
    right: auto
}

.lang-ul .lang-select__flag {
    margin: -2px 5px 0 1px
}

.lang-link {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 10px;
    color: #666;
    border-radius: 0;
    width: 100%;
    font-size: 1.4rem;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: none;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .lang-link {
        font-size: 1.2rem;
        padding: 6px 10px;
        color: #97989b
    }

    .lang-link:hover {
        background: #1abc9c;
        color: #fff
    }
}

.lang-link:focus, .lang-link:hover {
    text-decoration: none;
    background: #d2d2d2
}

.lang-select__flag {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin: -2px 2px 0 0;
    background: url(./sprite-flags-2-533e6865.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    border-radius: 2px
}

.flag-ar {
    background-position: 0 0
}

.flag-bg {
    background-position: 0 -13px
}

.flag-cs {
    background-position: 0 -26px
}

.flag-da {
    background-position: 0 -39px
}

.flag-de {
    background-position: 0 -52px
}

.flag-el {
    background-position: 0 -65px
}

.flag-en {
    background-position: 0 -78px
}

.flag-es {
    background-position: 0 -91px
}

.flag-fi {
    background-position: 0 -104px
}

.flag-fr {
    background-position: 0 -117px
}

.flag-hi {
    background-position: 0 -130px
}

.flag-hr {
    background-position: 0 -143px
}

.flag-hu {
    background-position: 0 -156px
}

.flag-id {
    background-position: 0 -169px
}

.flag-it {
    background-position: 0 -182px
}

.flag-ja {
    background-position: 0 -195px
}

.flag-nb {
    background-position: 0 -208px
}

.flag-nl {
    background-position: 0 -221px
}

.flag-pt {
    background-position: 0 -234px
}

.flag-ro {
    background-position: 0 -247px
}

.flag-ru {
    background-position: 0 -260px
}

.flag-sr {
    background-position: 0 -273px
}

.flag-sv {
    background-position: 0 -286px
}

.flag-tr {
    background-position: 0 -299px
}

.flag-zh {
    background-position: 0 -312px
}

body.ar .books__head-search input {
    font-size: 1.2rem;
    padding-right: 0
}

body.ar .modal__title-ribbon {
    display: none
}

body.ar .d-book__title {
    word-break: break-word
}

body.ar[lf-step=intro] .lang-btn {
    left: 10px;
    right: auto
}

@media screen and (min-width: 768px) {
    body.ar[lf-step=intro] .lang-btn {
        left: -511px
    }
}

@media screen and (min-width: 992px) {
    body.ar[lf-step=intro] .lang-btn {
        left: -740px
    }
}

body.ar .header--register .lang-btn {
    right: auto;
    left: 15px
}

body.ar .burger {
    right: 15px;
    left: auto
}

body.ar .menu__list {
    text-align: right
}

body.ar .menu__list-link:before {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

body.ar .lang-select__list .lang-select__flag {
    margin: -2px 1px 0 5px
}

body.ar .slick-arrow.slick-prev {
    right: auto;
    left: 15px
}

body.ar .slick-arrow.slick-next {
    right: auto;
    left: 35px
}

body.ar .d-book__ratings, body.ar .d-book__tags, body.ar .d-book__title {
    text-align: right
}

@media screen and (max-width: 767px) {
    body.ar .d-book__btn {
        margin: 4px 0 3px 30px
    }
}

@media screen and (min-width: 768px) {
    body.ar .d-book__btn {
        margin-right: 0;
        margin-left: 17px;
        float: right
    }
}

@media screen and (min-width: 768px) {
    body.ar .d-book__reviews {
        float: right
    }
}

@media screen and (min-width: 768px) {
    body.ar .d-book__txt {
        padding-left: 0;
        padding-right: 15px
    }
}

@media screen and (min-width: 992px) {
    body.ar .about {
        text-align: right
    }
}

@media screen and (min-width: 768px) {
    body.ar .about__counters {
        padding: 6px 70px 17px 20px
    }
}

@media screen and (min-width: 768px) {
    body.ar .about__counters p {
        text-align: right
    }
}

@media screen and (min-width: 992px) {
    body.ar .about__counters p {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 992px) {
    body.ar .about__txt {
        margin-right: 0;
        margin-left: 19px
    }
}

@media screen and (max-width: 767px) {
    body.ar .newsletter__input {
        margin: 0 0 10px 5px
    }
}

@media screen and (min-width: 768px) {
    body.ar .newsletter__input {
        margin-left: 9px;
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    body.ar .footer__copyright {
        text-align: right;
        width: 200px
    }
}

@media screen and (min-width: 768px) {
    body.ar .footer__links {
        width: calc(100% - 200px)
    }
}

@media screen and (min-width: 768px) {
    body.ar .footer__link {
        float: left;
        max-width: 130px;
        padding: 0 15px;
        border-right: 1px solid #d4d4d4;
        border-left: 0;
        text-align: center
    }
}

body.ar .modal__title-ribbon {
    left: 15%
}

body.ar .modal__head {
    padding: 14px 58px 21px 30px
}

body.ar .modal__head:before {
    left: auto;
    right: 19px
}

@media screen and (min-width: 768px) {
    body.ar .reg__trial-box {
        padding-left: 70px;
        padding-right: 20px
    }
}

body.ar .reg__trial-box-free {
    left: 10px;
    right: auto
}

body.ar .reg__trial-box-main-txt {
    padding-right: 19px;
    padding-left: 40px
}

body.ar .reg__trial-box-main-txt:before {
    right: 0;
    margin-right: 0;
    left: auto;
    margin-left: 4px
}

body.ar .reg__trial-box-based {
    margin: 10px 18px 2px 0
}

body.ar .reg__trial-box-based:before {
    margin-right: 0;
    margin-left: 5px
}

@media screen and (min-width: 768px) {
    body.ar .reg__cards-wrapper {
        left: 5px;
        right: auto
    }
}

body.ar .mp-form--cvv-btn-hodler {
    left: 8px;
    right: auto
}

body.ar .mp-form--cvv-btn .info-box--title {
    padding-left: 15px;
    padding-right: 0
}

body.ar .mp-form--cvv-btn .info-box {
    text-align: right
}

@media screen and (max-width: 767px) {
    body.ar .mp-form--cvv-btn .info-box {
        right: auto;
        left: -14px
    }

    body.ar .mp-form--cvv-btn .info-box:before {
        left: 13px;
        right: auto
    }

    body.ar .mp-form--cvv-btn .info-box:after {
        left: 15px;
        right: auto
    }
}

body.ar .mp-form--cvv-btn .close-icon {
    left: 4px;
    right: auto
}

body.ar .modal__expdate.divider {
    margin-left: 0;
    margin-right: 13px
}

body.ar .modal__expdate.divider:before {
    left: auto;
    right: -10px
}

body.ar .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 0
}

body.ar .form--checkbox-text {
    padding-left: 0;
    padding-right: 18px
}

body.ar .form--checkbox-after {
    margin-left: 10px;
    margin-right: 0
}

body.ar .modal__protection {
    background-position: 255px 23px
}

@media screen and (min-width: 768px) {
    body.ar .modal__protection {
        background-position: 434px
    }
}

body.ar .modal__spam-free:before {
    margin-right: 0;
    margin-left: 4px
}

@media screen and (min-width: 768px) {
    body.ar .modal__row-cvv:last-child, body.ar .modal__row-exp, body.ar .modal__row-half.float {
        float: left
    }
}

body.ar .success_list-item {
    text-align: right
}

body.ar .success_list-item:before {
    left: auto;
    right: -26px
}

@media screen and (min-width: 768px) {
    body.cs .aside {
        padding-bottom: 28px
    }
}

@media screen and (min-width: 992px) {
    body.cs .aside {
        padding-bottom: 19px
    }
}

@media screen and (min-width: 768px) {
    body.cs .d-book__btn {
        margin-right: 12px
    }
}

body.de .books__reviews {
    font-size: 1.3rem
}

@media screen and (min-width: 768px) {
    body.hr .d-book__btn {
        margin-right: 7px
    }
}

@media screen and (min-width: 992px) {
    body.hr .aside {
        padding-bottom: 10px
    }
}

@media screen and (min-width: 768px) {
    body.cs .footer__links, body.el .footer__links, body.hr .footer__links, body.hu .footer__links {
        width: auto;
        margin-left: auto
    }
}

@media screen and (min-width: 768px) {
    body.cs .footer__copyright, body.el .footer__copyright, body.hr .footer__copyright, body.hu .footer__copyright {
        width: 210px
    }
}

@media screen and (min-width: 992px) {
    body.cs .footer__copyright, body.el .footer__copyright, body.hr .footer__copyright, body.hu .footer__copyright {
        width: auto
    }
}

@media screen and (min-width: 768px) {
    body.cs .footer__link, body.el .footer__link, body.hr .footer__link, body.hu .footer__link {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: left;
        padding: 5px 10px;
        max-width: 111px
    }
}

@media screen and (min-width: 992px) {
    body.cs .footer__link, body.el .footer__link, body.hr .footer__link, body.hu .footer__link {
        max-width: 180px
    }
}

@media screen and (min-width: 768px) {
    body.hu .d-book__btn {
        margin-right: 12px
    }
}

@media screen and (min-width: 768px) {
    body.hu .aside {
        padding-bottom: 11px
    }
}

@media screen and (max-width: 767px) {
    body.hu .modal__title-ribbon {
        left: 98%
    }
}

@media screen and (min-width: 768px) {
    body.el .d-book__btn {
        margin-right: 15px
    }
}

@media screen and (max-width: 767px) {
    body.el .modal__title-ribbon {
        left: 98%
    }
}

body.fr .books__reviews {
    font-size: 1.2rem
}

@media screen and (max-width: 767px) {
    body.es .breadcumbs, body.it .breadcumbs, body.pt .breadcumbs {
        font-size: 1.2rem
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body.de .footer__link, body.it .footer__link, body.sv .footer__link, body.tr .footer__link {
        padding: 0 10px;
        font-size: 1.4rem
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body.da .footer__link, body.es .footer__link, body.fr .footer__link, body.id .footer__link, body.ja .footer__link, body.nb .footer__link, body.pt .footer__link {
        padding: 0 10px;
        font-size: 1.2rem
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body.bg .footer__link, body.cs .footer__link, body.el .footer__link, body.hr .footer__link, body.nl .footer__link, body.ru .footer__link, body.sr .footer__link {
        padding: 0 10px;
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    body.cs .footer__link, body.el .footer__link, body.hr .footer__link, body.ru .footer__link {
        padding: 0 10px;
        font-size: 1.1rem
    }
}

@media screen and (min-width: 768px) {
    body.ro .d-book__reviews {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 768px) {
    body.ro .d-book__btn {
        margin-right: 3px
    }
}

@media screen and (min-width: 768px) {
    body.ro .footer__links {
        width: auto;
        margin-left: auto
    }
}

@media screen and (min-width: 768px) {
    body.ro .footer__copyright {
        width: 210px
    }
}

@media screen and (min-width: 992px) {
    body.ro .footer__copyright {
        width: auto
    }
}

@media screen and (min-width: 768px) {
    body.ro .footer__link {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: left;
        padding: 5px 10px;
        max-width: 130px
    }
}

@media screen and (min-width: 992px) {
    body.ro .footer__link {
        max-width: 180px
    }
}

@media screen and (min-width: 768px) {
    body.ru .d-book__reviews {
        display: inline-block
    }
}

@media screen and (min-width: 768px) {
    body.ru .aside {
        padding-bottom: 26px
    }
}

@media screen and (min-width: 768px) {
    body.ru .footer__links {
        width: auto;
        margin-left: auto
    }
}

@media screen and (min-width: 768px) {
    body.ru .footer__copyright {
        width: 185px
    }
}

@media screen and (min-width: 992px) {
    body.ru .footer__copyright {
        width: auto
    }
}

@media screen and (min-width: 768px) {
    body.ru .footer__link {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: left;
        padding: 5px 10px;
        max-width: 107px;
        word-break: break-word
    }
}

@media screen and (min-width: 992px) {
    body.ru .footer__link {
        max-width: 146px
    }
}

@media screen and (min-width: 992px) {
    body.ru .newsletter {
        padding: 47px 20px
    }
}

@media screen and (max-width: 767px) {
    body.ru .modal__title-ribbon {
        left: 98%
    }
}


.essay {
    margin-top: 2rem;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 1rem;
    color: black;
    text-align: center;
}

.essay a {
    color: #1abc9c;

    text-decoration: underline;
}


.pertama {
  display: none;
}


@media screen and (max-width: 767px) {

   .pertama {
         display: block !important;

    }
  .pertama {
      font-size: 1.4rem;
      line-height: 2.4rem;
      padding: 13px 20px 14px;
      color: #1abc9c;
      position: relative
  }

  .pertama span:first-child {
      color: #444;
      font-weight: 700
  }



     .pertama input{
          width: 80% !important;
        }




}



@media screen and (max-width: 480px) {

    .pertama input{
          width: 80% !important;
        }


  .pertama .search input{
        display: block !important;
      width:90%;
    }

}
