/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type=checkbox],
    input[type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
    input[type=search] {
        -webkit-appearance: textfield; /* 1 */
        -webkit-box-sizing: content-box;
        box-sizing: content-box; /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #333;
    background: #fff;
    font: 16px/1.2 "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 27px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 21px;
}

h5, .h5 {
    font-size: 17px;
}

h6, .h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #ed1c24;
}

    a:hover, a:focus {
        text-decoration: none;
    }

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 0.4em 0.7em;
}

    input[type=text]:focus,
    input[type=tel]:focus,
    input[type=email]:focus,
    input[type=search]:focus,
    input[type=password]:focus,
    textarea:focus {
        border-color: #333;
    }

    input[type=text]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder,
    input[type=email]::-webkit-input-placeholder,
    input[type=search]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #999;
    }

    input[type=text]::-moz-placeholder,
    input[type=tel]::-moz-placeholder,
    input[type=email]::-moz-placeholder,
    input[type=search]::-moz-placeholder,
    input[type=password]::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #999;
    }

    input[type=text]:-moz-placeholder,
    input[type=tel]:-moz-placeholder,
    input[type=email]:-moz-placeholder,
    input[type=search]:-moz-placeholder,
    input[type=password]:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #999;
    }

    input[type=text]:-ms-input-placeholder,
    input[type=tel]:-ms-input-placeholder,
    input[type=email]:-ms-input-placeholder,
    input[type=search]:-ms-input-placeholder,
    input[type=password]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #999;
    }

    input[type=text].placeholder,
    input[type=tel].placeholder,
    input[type=email].placeholder,
    input[type=search].placeholder,
    input[type=password].placeholder,
    textarea.placeholder {
        color: #999;
    }

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

@font-face {
    font-family: "gotham";
    src: url("../fonts/gotham-black-webfont.woff") format("woff"), url("../fonts/gotham-black-webfont.woff") format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "gotham";
    src: url("../fonts/gotham-bold-webfont.woff") format("woff"), url("../fonts/gotham-bold-webfont.woff") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "gotham";
    src: url("../fonts/gotham-book-webfont.woff") format("woff"), url("../fonts/gotham-book-webfont.woff") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "gotham";
    src: url("../fonts/gotham-light-webfont.woff") format("woff"), url("../fonts/gotham-light-webfont.woff") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "gotham";
    src: url("../fonts/gotham-medium-webfont.woff") format("woff"), url("../fonts/gotham-medium-webfont.woff") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff") format("woff2");
    font-weight: 400;
    font-style: normal;
}

[class^=icon-], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tick:before {
    content: "\e905";
}

.icon-swap:before {
    content: "\e900";
}

.icon-envelope:before {
    content: "\e901";
}

.icon-phone:before {
    content: "\e902";
}

.icon-enter:before {
    content: "\ea13";
}

.icon-search:before {
    content: "\f002";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-facebook-f:before {
    content: "\f09a";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-user-circle-o:before {
    content: "\f2be";
}

.icon-book:before {
    content: "\f02d";
}

.icon-mobile:before {
    content: "\f10b";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-computer-desktop:before {
    content: "\e903";
}

.icon-tablet:before {
    content: "\e904";
}

.icon-book1:before {
    content: "\e906";
}

.icon-device-tablet:before {
    content: "\e907";
}

.icon-device-phone:before {
    content: "\e908";
}

.icon-device-desktop:before {
    content: "\e909";
}

body,
html {
    height: 100%;
}

#wrapper {
    position: relative;
    overflow: hidden;
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

@media (max-width: 767px) {
    #wrapper {
        display: block;
        height: auto;
    }
}

a {
    text-decoration: none;
    -webkit-transition: color 0.4s ease, background 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-primary {
    font-size: 17px;
    line-height: 20px;
    padding: 12px;
    text-align: center;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    background: #ed1c24;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    outline: none;
}

    .btn-primary:hover {
        background: #970c11;
    }

.container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.nav-opener {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-top: 2px solid #fff;
    display: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 767px) {
    .nav-opener {
        display: block;
    }
}

.nav-active .nav-opener {
    border-top: none;
}

.nav-opener:after, .nav-opener:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    background: #fff;
    top: 6px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-active .nav-opener:after, .nav-active .nav-opener:before {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-opener:after {
    top: 14px;
}

.nav-active .nav-opener:after {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .nav-drop {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: block;
        position: absolute;
        left: -15px;
        right: -15px;
        top: 100%;
        background: #ed1c24;
        padding: 15px 0;
        z-index: 99;
    }

    .nav-active .nav-drop {
        opacity: 1;
        visibility: visible;
    }
}

.top-area {
    background: #162858;
    position: relative;
}

    .top-area .shape-holder {
        width: 150px;
        left: 0;
        position: absolute;
        bottom: 54px;
    }

@media (max-width: 1023px) {
    .top-area .shape-holder {
        width: 90px;
    }
}

@media (max-width: 767px) {
    .top-area .shape-holder {
        width: 50px;
        bottom: 20px;
    }
}

.top-area .shape-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.top-area .shape-circles {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 173px;
}

@media (max-width: 1023px) {
    .top-area .shape-circles {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .top-area .shape-circles {
        width: 70px;
    }
}

.top-area .shape-circles img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.header {
    font-size: 13px;
    line-height: 17px;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

    .header .list-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 1px 0 0;
    }

@media (max-width: 767px) {
    .header .list-images {
        margin: 0 15px;
    }
}

.header .list-images li {
    padding: 0 4px;
}

.header .list-images a {
    display: block;
    width: 32px;
}

.header .list-images img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.logo {
    display: block;
    width: 164px;
}

@media (max-width: 767px) {
    .logo {
        width: 140px;
    }
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .menu {
        display: block;
        margin: 0 0 15px;
    }
}

.menu li {
    padding: 0 6px;
}

@media (max-width: 767px) {
    .menu li {
        padding: 0;
        margin: 0 0 5px;
    }
}

.menu a {
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
    .menu a {
        display: block;
        padding: 10px 15px;
    }
}

.menu a:hover {
    background: #162858;
}

.menu a .icon {
    display: inline-block;
    vertical-align: top;
    margin: 2px 3px 0 0;
}

    .menu a .icon.rotate {
        margin: 1px 3px 0 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.menu a .icon-user-circle-o {
    font-size: 18px;
    margin: 0 3px 0 0;
}

.menu .btn {
    padding: 5px 6px;
    border-radius: 3px;
    background: #fff;
    color: #162858;
}

@media (max-width: 767px) {
    .menu .btn {
        display: inline-block;
        vertical-align: top;
        margin: 0 15px;
    }
}

.menu .btn:hover {
    background: #ed1c24;
    color: #fff;
}

@media (max-width: 767px) {
    .menu .btn:hover {
        background: #162858;
        color: #fff;
    }
}

.skolon-image {
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 5px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 767px) {
    .skolon-image {
        padding: 5px !important;
        margin: 10px 15px 0;
    }
}

.skolon-image:hover {
    background: #fff !important;
    opacity: 0.8;
}

.skolon-image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.result-box {
    background: #fff;
    color: #000;
    max-width: 700px;
    margin: 30px auto 0;
    border-radius: 5px;
    text-align: left;
    padding: 20px;
    max-width: 768px;
    -webkit-box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
}

    .result-box .title {
        display: block;
        margin: 0 0 5px;
    }

    .result-box .sub-title {
        padding: 0 0 0 10px;
        display: block;
    }

    .result-box .example-box {
        padding: 10px 0 0 20px;
    }

    .result-box .title-example {
        display: block;
        margin: 0 0 0 4px;
    }

    .result-box .list-examples {
        padding: 0 0 0 15px;
    }

        .result-box .list-examples li {
            position: relative;
            padding: 0 0 0 15px;
        }

            .result-box .list-examples li:before {
                width: 4px;
                height: 4px;
                background: #333;
                content: "";
                position: absolute;
                left: 0;
                top: 10px;
                border-radius: 100%;
            }

.form-search {
    padding: 32px 0 69px;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .form-search {
        padding: 20px 0 69px;
    }
}

.form-search h1 {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 13px;
    font-weight: 500;
    color: #fff;
}

.form-search .row-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -30px 17px;
    position: relative;
}

@media (max-width: 767px) {
    .form-search .row-field {
        margin: 0 -20px 17px;
    }
}

.form-search .field {
    padding: 0 30px;
    width: 50%;
}

@media (max-width: 767px) {
    .form-search .field {
        padding: 0 20px;
    }
}

.form-search .swipe {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 33px;
    color: #fff;
    width: 33px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ed1c24;
    border-radius: 3px;
    font-size: 22px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .form-search .swipe:hover {
        background: #970c11;
    }

.form-search .search-area {
    position: relative;
    border-radius: 3px;
}

.form-search label {
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin: 0 0 5px;
}

.form-search input[type=text],
.form-search input[type=search] {
    width: 100%;
    height: 33px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    padding: 8px 40px 8px 8px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
}

.form-search button[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #ed1c24;
    width: 33px;
    border-radius: 3px;
    border: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .form-search button[type=submit]:hover {
        background: #970c11;
    }

.search-result {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    max-height: 300px;
    overflow: auto;
    margin: 4px 0 0;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
    display: none;
}

.search-active .search-result {
    display: block;
}

.list-result {
    text-align: left;
}

    .list-result li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 15px;
    }

        .list-result li:hover {
            background: #ed1c24;
            color: #fff;
        }

    .list-result .img {
        width: 30px;
        display: block;
        height: 15px;
        margin: 0 10px 0 0;
    }

        .list-result .img img {
            width: 100%;
            height: auto;
            vertical-align: top;
        }

    .list-result .text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

.fake-select {
    display: block;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

    .fake-select .arrow {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 33px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #ed1c24;
        border-radius: 3px;
        pointer-events: none;
    }

    .fake-select select {
        border-radius: 3px;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        width: 100%;
        height: 33px;
        font-size: 13px;
        line-height: 17px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 8px;
        border: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: left;
    }

.three-columns {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    color: #000;
    padding: 60px 0 58px;
    z-index: 2;
}

@media (max-width: 767px) {
    .three-columns {
        padding: 30px 0;
    }
}

.three-columns .shape-image {
    position: absolute;
    z-index: -1;
}

    .three-columns .shape-image img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

.three-columns.style .container {
    max-width: 800px;
    margin: 0 auto;
}

.three-columns.style .title {
    display: block;
    color: #ed1c24;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 24px;
}

.three-columns.style .col {
    width: calc(50% - 24px);
}

@media (max-width: 767px) {
    .three-columns.style .col {
        width: 100%;
    }
}

.three-columns.style .head-area {
    min-height: 97px;
}

@media (max-width: 767px) {
    .three-columns.style .head-area {
        min-height: inherit;
        padding: 0 0 10px;
    }
}

.three-columns.style .list-features {
    margin: 0 0 30px;
}

    .three-columns.style .list-features li {
        position: relative;
        padding: 0 0 0 20px;
        margin: 0 0 8px;
    }

    .three-columns.style .list-features .icon {
        position: absolute;
        left: 0;
        top: 3px;
        color: #ed1c24;
    }

.three-columns.style .price-area {
    display: block;
    margin: 0 0 4px;
}

.three-columns.style .btn-center {
    text-align: center;
    padding: 15px 0 0;
}

    .three-columns.style .btn-center .border {
        display: inline-block;
        vertical-align: top;
        padding: 10px 30px;
        background: none;
        border: 1px solid #162858;
        color: #162858;
    }

        .three-columns.style .btn-center .border:hover {
            background: #162858;
            color: #fff;
        }

.three-columns .style1 {
    width: 31px;
    left: 0;
    top: 56%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 767px) {
    .three-columns .style1 {
        width: 20px;
    }
}

.three-columns .style2 {
    width: 107px;
    left: 29.333%;
    top: 21.5%;
}

@media (max-width: 767px) {
    .three-columns .style2 {
        width: 60px;
    }
}

.three-columns .style3 {
    left: 60.7%;
    top: 37.6%;
    width: 121px;
}

@media (max-width: 767px) {
    .three-columns .style3 {
        width: 70px;
    }
}

.three-columns .style4 {
    width: 68px;
    right: 0;
    bottom: 142px;
}

@media (max-width: 767px) {
    .three-columns .style4 {
        width: 34px;
    }
}

.three-columns .style5 {
    left: 61.8%;
    bottom: 34px;
    width: 133px;
}

@media (max-width: 767px) {
    .three-columns .style5 {
        width: 65px;
    }
}

.three-columns .style6 {
    width: 59px;
    left: 10px;
    bottom: -48px;
}

@media (max-width: 767px) {
    .three-columns .style6 {
        width: 30px;
        bottom: -30px;
    }
}

.three-columns .style7 {
    right: 20px;
    bottom: 13px;
    width: 147px;
}

@media (max-width: 767px) {
    .three-columns .style7 {
        width: 75px;
    }
}

.three-columns .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

@media (max-width: 767px) {
    .three-columns .row {
        margin: 0;
    }
}

.three-columns .col {
    width: calc(33.333% - 24px);
    margin: 0 12px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
    padding: 21px 21px 27px;
    background: #fff;
}

@media (max-width: 1023px) {
    .three-columns .col {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .three-columns .col {
        width: 100%;
        margin: 0 0 20px;
    }
}

.three-columns h2 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    color: #2a57ff;
    margin: 0 0 10px;
}

.three-columns .head-area {
    min-height: 187px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #2349d5;
    margin: 0 0 24px;
}

@media (max-width: 1023px) {
    .three-columns .head-area {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .three-columns .head-area {
        min-height: inherit;
    }
}

.three-columns .head-area p {
    margin: 0 0 13px;
}

.three-columns .head-wrap {
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.three-columns .head-top {
    width: 100%;
}

.check-list {
    font-size: 11px;
    line-height: 17px;
    position: relative;
    margin: 0 0 25px;
}

    .check-list li {
        padding: 0 0 0 35px;
        position: relative;
        margin: 0 -10px 5px 0;
    }

@media (max-width: 1023px) {
    .check-list li {
        margin: 0 0 5px;
        padding: 0 0 0 20px;
    }
}

.check-list .icon {
    color: #2349d5;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1023px) {
    .check-list .icon {
        left: -5px;
        font-size: 12px;
        line-height: 15px;
        top: 2px;
    }
}

.block-languages {
    position: relative;
    text-align: center;
    margin: 0 0 -8px;
}

    .block-languages h2 {
        font-size: 21px;
        line-height: 24px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 28px;
    }

@media (max-width: 767px) {
    .block-languages h2 {
        margin: 0 0 20px;
    }
}

.list-languages {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .list-languages.no-border .img {
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .list-languages li {
        width: 16.667%;
        padding: 0 12px;
        margin: 0 0 34px;
    }

@media (max-width: 1023px) {
    .list-languages li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .list-languages li {
        width: 33.333%;
    }
}

.list-languages a {
    display: block;
    color: #000;
}

    .list-languages a:hover {
        color: #ed1c24;
    }

.list-languages .img {
    display: block;
    border-radius: 35px;
    -webkit-box-shadow: 2px 0 0 #ececec;
    box-shadow: 2px 0 0 #ececec;
    border: 3px solid rgba(58, 58, 58, 0.44);
    overflow: hidden;
    position: relative;
    margin: 0 auto 10px;
}

@media (max-width: 1023px) {
    .list-languages .img {
        display: block;
        max-width: 170px;
        margin: 0 auto;
    }
}

.list-languages .img:after {
    border: 3px solid rgba(58, 58, 58, 0.44);
    border-radius: 30px;
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    content: "";
    z-index: 2;
    display: none;
}

.list-languages .img img {
    display: block;
    width: 100%;
    height: auto;
}

.skolon-active .block-form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.auth-area {
    width: 48%;
    max-width: calc(100% - 450px);
    position: relative;
    display: none;
}

@media (max-width: 1023px) {
    .auth-area {
        width: 100%;
        max-width: inherit;
        margin: 30px 0 0;
    }
}

.skolon-active .auth-area {
    display: block;
}

.loader-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

    .loader-box .lds-default {
        display: block;
        margin: 0 auto 15px;
    }

    .loader-box .loader-text {
        white-space: nowrap;
        font-style: italic;
    }

.auth-box {
    background: #f2f2f2;
    padding: 30px;
    border-radius: 20px;
    font-size: 15px;
    line-height: 1.333;
    opacity: 0;
    visibility: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .auth-box {
        padding: 15px;
        border-radius: 10px;
    }
}

.loader-completed .auth-box {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.auth-box .inner-box {
    -webkit-box-shadow: 0 3px 6px 0 #777;
    box-shadow: 0 3px 6px 0 #777;
    border-radius: 20px;
    padding: 15px;
    background: #fff;
}

@media (max-width: 767px) {
    .auth-box .inner-box {
        border-radius: 10px;
    }
}

.auth-box .logo-holder {
    max-width: 200px;
    margin: 0 auto 20px;
}

    .auth-box .logo-holder img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

.auth-box h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .auth-box h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.auth-box .field {
    max-width: 300px;
    margin: 0 auto 10px;
}

.auth-box input[type=text],
.auth-box input[type=email],
.auth-box input[type=password] {
    width: 100%;
    background: #fff;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.auth-box .list-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto 30px;
}

    .auth-box .list-btns li {
        width: 50%;
        padding: 0 10px;
    }

    .auth-box .list-btns button {
        display: block;
        border: none;
        width: 100%;
        padding: 8px 10px;
        text-align: center;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .auth-box .list-btns .btn-secondary {
        background: #077087;
        color: #fff;
    }

        .auth-box .list-btns .btn-secondary:hover {
            background: #022026;
        }

    .auth-box .list-btns .btn-info {
        background: #ccc;
        color: #000;
    }

        .auth-box .list-btns .btn-info:hover {
            background: #999999;
        }

.auth-box .title {
    display: block;
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 10px;
}

.auth-box .list-bullets {
    font-size: 13px;
    line-height: 17px;
    padding: 0 0 0 10px;
}

    .auth-box .list-bullets li {
        position: relative;
        padding: 0 0 0 10px;
    }

        .auth-box .list-bullets li:before {
            position: absolute;
            left: 0;
            top: 6px;
            content: "";
            background: #000;
            border-radius: 100%;
            width: 4px;
            height: 4px;
        }

.block-form {
    padding: 70px 0;
}

@media (max-width: 767px) {
    .block-form {
        padding: 35px 0;
    }
}

.block-form .three-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

    .block-form .three-cols .col {
        width: 33.333%;
        padding: 15px;
    }

@media (max-width: 1023px) {
    .block-form .three-cols .col {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .block-form .three-cols .col {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 767px) {
    .block-form .three-cols .col:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 1023px) {
    .block-form .three-cols .col:last-child {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .block-form .three-cols .col:last-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.block-form .three-cols .bg-holder {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbdbdb));
    background: linear-gradient(180deg, #fff, #dbdbdb);
    border: 1px solid #eee;
    padding: 25px;
}

.block-form .three-cols .form-submit {
    padding: 25px;
}

.block-form .three-cols h2 {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 767px) {
    .block-form .three-cols h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

.block-form .list-videos li {
    margin: 0 0 20px;
}

.block-form .list-videos iframe {
    border: none;
}

.block-form .list-contact li {
    margin: 0 0 8px;
}

.block-form .list-contact a {
    color: #333;
}

    .block-form .list-contact a:hover {
        color: #ed1c24;
    }

.block-form .list-contact .icon {
    display: inline-block;
    vertical-align: top;
    margin: 2px 3px 0 0;
}

.password-alert {
    border: 1px solid #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbdbdb));
    background: linear-gradient(180deg, #fff, #dbdbdb);
    max-width: 400px;
    margin: 0 auto;
    padding: 50px 25px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    display: none;
}

    .password-alert.visible {
        display: block;
    }

    .password-alert h2 {
        font-weight: 500;
        color: #008000;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }

.form-submit {
    border: 1px solid #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbdbdb));
    background: linear-gradient(180deg, #fff, #dbdbdb);
    max-width: 400px;
    margin: 0 auto;
    padding: 50px 25px 20px;
    width: 100%;
}

@media (max-width: 767px) {
    .form-submit {
        padding: 20px 15px;
    }
}

.form-submit.style {
    max-width: 540px;
}

.skolon-active .form-submit {
    margin: 0;
}

@media (max-width: 1023px) {
    .skolon-active .form-submit {
        margin: 0 auto;
    }
}

.form-submit .row-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

    .form-submit .row-fields .field {
        width: 50%;
        padding: 0 15px;
    }

@media (max-width: 767px) {
    .form-submit .row-fields .field {
        width: 100%;
    }
}

.form-submit h1 {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 767px) {
    .form-submit h1 {
        font-size: 26px;
        line-height: 34px;
    }
}

.form-submit .field {
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .form-submit .field {
        margin: 0 0 20px;
    }
}

.form-submit input[type=text],
.form-submit input[type=email],
.form-submit input[type=password],
.form-submit textarea {
    width: 100%;
    background: #fff;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-submit textarea {
    resize: none;
    height: 170px;
}

@media (max-width: 767px) {
    .form-submit textarea {
        height: 120px;
    }
}

.form-submit .wrap {
    padding: 25px 0;
}

@media (max-width: 767px) {
    .form-submit .wrap {
        padding: 15px 0;
    }
}

.form-submit .wrap + .wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.form-submit .img-skolon {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px;
    background: #fff;
    margin: 0 0 30px;
}

    .form-submit .img-skolon img {
        max-width: 190px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

.form-submit .row-actions {
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 25px;
}

    .form-submit .row-actions label {
        color: #999;
        margin: 0;
    }

    .form-submit .row-actions input[type=checkbox] {
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 0 0;
        width: 15px;
        height: 15px;
    }

    .form-submit .row-actions .forget-password {
        color: #66ab27;
        font-weight: 600;
    }

        .form-submit .row-actions .forget-password:hover {
            color: #345814;
        }

.form-submit .btn-primary {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

.form-submit .register-text {
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: center;
}

    .form-submit .register-text a {
        color: #66ab27;
        font-weight: 600;
    }

        .form-submit .register-text a:hover {
            color: #345814;
        }

.form-submit .link {
    color: #66ab27;
    font-weight: 600;
}

    .form-submit .link:hover {
        color: #345814;
    }

.block-profile {
    padding: 50px 0;
}

@media (max-width: 767px) {
    .block-profile {
        padding: 30px 0;
    }
}

.block-profile h1 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 30px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .block-profile h1 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 20px;
    }
}

.block-profile .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.block-profile .col {
    width: 33.333%;
    padding: 0 15px;
}

@media (max-width: 1023px) {
    .block-profile .col {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .block-profile .col {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .block-profile .col:last-child {
        width: 100%;
    }
}

.block-confirmation {
    padding: 50px 0;
}

@media (max-width: 767px) {
    .block-confirmation {
        padding: 30px 0;
    }
}

.block-confirmation h1 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .block-confirmation h1 {
        font-size: 18px;
        line-height: 20px;
    }
}

.block-confirmation .alert-notification {
    font-size: 26px;
    line-height: 32px;
    display: block;
    text-align: center;
    color: #008000;
    margin: 0 0 40px;
}

@media (max-width: 767px) {
    .block-confirmation .alert-notification {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 15px;
    }
}

.block-confirmation .box-holder {
    max-width: 500px;
    margin: 0 auto;
}

.box-holder {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbdbdb));
    background: linear-gradient(180deg, #fff, #dbdbdb);
    border: 1px solid #eee;
    padding: 20px;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .box-holder {
        padding: 15px;
    }
}

.box-holder h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .box-holder h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 20px;
    }
}

.box-holder h2 .img {
    line-height: 0;
    width: 24px;
    margin: 0 4px 0 0;
    display: inline-block;
    vertical-align: top;
}

.box-holder .list-detail {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
}

    .box-holder .list-detail li {
        margin: 0 0 15px;
    }

    .box-holder .list-detail .title {
        font-size: 17px;
        line-height: 21px;
        display: block;
    }

.box-holder .list-btns li {
    margin: 0 0 5px;
}

.box-holder .list-btns .btn-secondary {
    background: #077087;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    text-align: center;
    min-width: 200px;
}

    .box-holder .list-btns .btn-secondary:hover {
        background: #022026;
    }

.box-holder .field {
    margin: 0 0 15px;
}

.box-holder input[type=text],
.box-holder input[type=email],
.box-holder input[type=password] {
    width: 100%;
    background: #fff;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #292b2c;
}

.box-holder label {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px;
    font-weight: 500;
}

    .box-holder label.check-holder {
        margin: 0 0 20px;
    }

.box-holder button[type=submit] {
    display: block;
    width: 100%;
}

.box-holder .btn-change {
    display: inline-block;
    vertical-align: top;
    margin: -10px 0 10px;
    padding: 8px 15px;
    border-radius: 6px;
}

.box-holder .card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
}

    .box-holder .card-info .card-logo {
        width: 40px;
        margin: 0 15px 0 0;
    }

        .box-holder .card-info .card-logo img {
            width: 100%;
            height: auto;
            vertical-align: top;
        }

    .box-holder .card-info .text {
        color: #333;
        font-size: 12px;
        line-height: 15px;
        margin: 0 8px 0 0;
    }

    .box-holder .card-info .card-num {
        font-size: 17px;
        line-height: 21px;
        color: #000;
        font-weight: 500;
    }

.box-holder table {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    border: 1px solid #898989;
}

@media (max-width: 767px) {
    .box-holder table {
        font-size: 12px;
        line-height: 15px;
    }
}

.box-holder table thead {
    text-align: left;
}

.box-holder table th,
.box-holder table td {
    padding: 10px;
    border-bottom: 1px solid #898989;
    border-left: 1px solid #898989;
}

@media (max-width: 767px) {
    .box-holder table th,
    .box-holder table td {
        padding: 10px 5px;
    }
}

.box-holder table .eye {
    display: block;
    margin: 0 auto;
    width: 18px;
}

    .box-holder table .eye img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

.block-glossary {
    padding: 50px 0;
}

    .block-glossary .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-glossary .col {
        width: 70%;
        padding: 0 15px;
    }

@media (max-width: 1023px) {
    .block-glossary .col {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .block-glossary .col {
        width: 100%;
        margin: 0 0 20px;
    }
}

.block-glossary .col:first-child {
    width: 30%;
}

@media (max-width: 1023px) {
    .block-glossary .col:first-child {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .block-glossary .col:first-child {
        width: 100%;
    }
}

.block-glossary .bg-holder {
    font-size: 14px;
    line-height: 1;
    border: 1px solid #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbdbdb));
    background-image: linear-gradient(180deg, #fff, #dbdbdb);
    border-radius: 6px;
    padding: 25px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 1023px) {
    .block-glossary .bg-holder {
        padding: 15px;
    }
}

.block-glossary h1 {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin: 0 0 20px;
    font-weight: 500;
    color: #555;
}

@media (max-width: 767px) {
    .block-glossary h1 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 10px;
    }
}

.block-glossary .jcf-select {
    margin: 0 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.block-glossary .btns-holder {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

    .block-glossary .btns-holder li + li {
        padding: 10px 0 0;
    }

.block-glossary .btn-primary {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.block-glossary .search-area {
    padding: 25px 0;
}

.block-glossary h2 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #555;
    font-weight: 500;
}

.block-glossary .field-holder {
    position: relative;
}

    .block-glossary .field-holder input[type=text],
    .block-glossary .field-holder input[type=search] {
        width: 100%;
        height: 40px;
        outline: none;
    }

.block-glossary .translation-area {
    min-height: 120px;
}

    .block-glossary .translation-area table {
        width: 100%;
        text-align: left;
    }

    .block-glossary .translation-area th,
    .block-glossary .translation-area td {
        padding: 10px 5px;
    }

.block-glossary .table-holder {
    min-height: 300px;
}

    .block-glossary .table-holder h1 {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 15px;
    }

@media (max-width: 767px) {
    .block-glossary .table-holder h1 {
        font-size: 20px;
        line-height: 24px;
    }
}

.form-copy {
    position: relative;
    padding: 0 30px 0 0;
    margin: 15px 0 0;
}

    .form-copy input[type=text],
    .form-copy input[type=email],
    .form-copy input[type=search] {
        width: 100%;
        background: #fff;
        height: 40px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-copy .text-copy {
        position: absolute;
        right: 0;
        width: 20px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        line-height: 1;
    }

        .form-copy .text-copy path {
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .form-copy .text-copy:hover path {
            fill: #000;
        }

.table {
    width: 100%;
    background: #ededed;
}

    .table thead {
        background: #4b4a4a;
        color: #fff;
    }

    .table th,
    .table td {
        padding: 12px;
        text-align: left;
        border-top: 1px solid #dee2e6;
    }

    .table .delete {
        display: block;
        width: 10px;
    }

        .table .delete img {
            width: 100%;
            height: auto;
            vertical-align: top;
        }

.banner-block {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    z-index: 2;
    margin: 0 0 40px;
}

@media (max-width: 767px) {
    .banner-block {
        height: 150px;
        margin: 0 0 20px;
    }
}

.banner-block:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(22, 40, 88, 0.4);
    position: absolute;
    z-index: -1;
}

.banner-block .container {
    width: 100%;
}

.block-books {
    padding: 50px 0;
}

@media (max-width: 1023px) {
    .block-books {
        padding: 30px 0;
    }
}

.list-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px 20px;
    padding: 0;
}

@media (max-width: 767px) {
    .list-filters {
        margin: 0 -5px 10px;
        width: 100%;
    }
}

.list-filters li {
    padding: 0 10px;
    position: relative;
}

@media (max-width: 767px) {
    .list-filters li {
        padding: 0 5px;
        margin: 0 0 10px;
    }
}

.list-filters .opener {
    padding-right: 40px !important;
    position: relative;
}

    .list-filters .opener:after {
        font: 16px/20px "icomoon";
        color: #fff;
        border-radius: 3px;
        position: absolute;
        right: 5px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "\f078";
    }

.list-filters .slide {
    position: absolute;
    left: 10px;
    right: 10px;
    border-radius: 5px;
    top: 100%;
    margin: 5px 0 0;
    background: #162858;
    overflow: hidden;
    z-index: 10;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .list-filters .slide {
        min-width: 120px;
        font-size: 14px;
        line-height: 18px;
    }
}

.list-filters .slide li {
    padding: 0;
}

.list-filters .slide a {
    display: block;
    color: #fff;
    padding: 10px 15px;
}

    .list-filters .slide a:hover {
        background: #ed1c24;
    }

.list-filters .btn-primary {
    padding: 10px 25px;
    border-radius: 0;
}

@media (max-width: 767px) {
    .list-filters .btn-primary {
        padding: 10px;
        font-size: 12px;
        line-height: 15px;
    }
}

.filters-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .filters-row {
        padding: 0 10px 0 0;
    }
}

.filters-row .form-search {
    margin: 0;
    padding: 0 30px 0 0;
    width: 100%;
    text-align: left;
    max-width: 300px;
}

@media (max-width: 767px) {
    .filters-row .form-search {
        max-width: inherit;
        margin: 0 0 15px;
    }
}

.filters-row .search-area {
    border: 1px solid #162858;
    text-align: left;
}

    .filters-row .search-area input[type=text],
    .filters-row .search-area input[type=search] {
        text-align: left;
    }

    .filters-row .search-area button[type=submit] {
        background: #162858;
    }

.filters-row .tooltip-area {
    position: absolute;
    right: 0;
    top: 8px;
    width: 20px;
}

    .filters-row .tooltip-area:hover .tooltip-text {
        opacity: 1;
        visibility: visible;
    }

    .filters-row .tooltip-area .question {
        width: 20px;
        height: 20px;
        background: #162858;
        border-radius: 100%;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
    }

.filters-row .tooltip-text {
    position: absolute;
    left: 50%;
    bottom: 100%;
    background: #162858;
    z-index: 9;
    width: 160px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    text-align: center;
    margin: 0 0 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 1299px) {
    .filters-row .tooltip-text {
        left: auto;
        -webkit-transform: none;
        transform: none;
        right: 0;
    }
}

.filters-row .tooltip-text:after {
    position: absolute;
    left: 50%;
    border-style: solid;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-width: 8px 8px 0 8px;
    border-color: #162858 transparent transparent transparent;
    content: "";
    top: 100%;
    margin: -2px 0 0;
}

@media (max-width: 1299px) {
    .filters-row .tooltip-text:after {
        left: auto;
        -webkit-transform: none;
        transform: none;
        right: 0;
    }
}

.books-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    counter-reset: my-awesome-counter;
}

    .books-row li {
        padding: 0 30px;
        width: 25%;
        margin: 0 0 30px;
        counter-increment: my-awesome-counter;
        position: relative;
    }

@media (max-width: 1023px) {
    .books-row li {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .books-row li {
        width: 50%;
        padding: 0 10px 0 30px;
    }
}

.books-row li:before {
    content: counter(my-awesome-counter);
    width: 20px;
    height: 20px;
    background: #162858;
    font-size: 14px;
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.books-row .image-holder {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
}

    .books-row .image-holder img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

.books-row a {
    text-decoration: underline;
}

    .books-row a:hover {
        text-decoration: none;
    }

.books-row .author {
    display: block;
    margin: 0 0 5px;
}

.books-row .info-text {
    font-size: 14px;
    line-height: 18px;
}

.detail-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .detail-block .col-left {
        width: 230px;
    }

@media (max-width: 767px) {
    .detail-block .col-left {
        width: 100%;
    }
}

.detail-block .col-right {
    width: 280px;
}

@media (max-width: 1023px) {
    .detail-block .col-right {
        width: 100%;
    }
}

.detail-block .detail-area {
    width: calc(100% - 510px);
    padding: 0 30px 0 50px;
}

@media (max-width: 1023px) {
    .detail-block .detail-area {
        width: calc(100% - 230px);
        padding: 0 0 0 20px;
    }
}

@media (max-width: 767px) {
    .detail-block .detail-area {
        width: 100%;
        padding: 15px 0 0;
    }
}

.detail-block .detail-area .heading {
    display: block;
    margin: 0 0 8px;
}

.detail-block .detail-area .icon {
    display: inline-block;
    vertical-align: top;
}

.detail-block .image-holder {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
}

    .detail-block .image-holder img {
        /*width: 100%;*/
        height: auto;
        vertical-align: top;
    }

.detail-block .list-detail {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .detail-block .list-detail li {
        margin: 0 0 8px;
    }

.detail-block h1 {
    font-weight: 500;
    margin: 0 0 10px;
}

.detail-block .right-head {
    text-align: center;
}

    .detail-block .right-head h2 {
        font-size: 20px;
        font-weight: 500;
    }

.detail-block .info-text {
    display: block;
    padding: 10px;
    background: #162858;
    color: #fff;
    margin: 0 0 25px;
}

.detail-block .detail-box {
    padding: 10px;
    border: 1px solid #ccc;
}

    .detail-block .detail-box h3 {
        font-weight: 400;
        margin: 0 0 8px;
    }

    .detail-block .detail-box .text-overlay {
        color: #162858;
    }

.detail-block .devices-area {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0 0 10px;
}

.detail-block .list-btns li {
    margin: 0 0 5px;
}

.detail-block .list-btns .btn-primary {
    font-size: 12px;
    line-height: 12px;
    background: #162858;
    border-radius: 0;
}

    .detail-block .list-btns .btn-primary:hover {
        background: #020306;
    }

.detail-block .list-devices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}

    .detail-block .list-devices li {
        padding: 0 5px;
        width: 33.33%;
    }

    .detail-block .list-devices .text {
        display: block;
    }

.footer {
    font-size: 12px;
    line-height: 20px;
    background: #000;
    color: #fff;
    display: table-footer-group;
    height: 1%;
}

    .footer .container {
        padding-top: 30px;
        padding-bottom: 45px;
    }

@media (max-width: 767px) {
    .footer .container {
        padding-bottom: 30px;
    }
}

.footer h3 {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.footer p {
    margin: 0 0 12px;
}

.footer a {
    color: #fff;
}

    .footer a:hover {
        color: #ed1c24;
    }

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .contact-box {
    width: 31%;
}

@media (max-width: 767px) {
    .footer .contact-box {
        width: 100%;
        margin: 0 0 20px;
    }
}

.footer .links-area {
    width: 30%;
}

@media (max-width: 767px) {
    .footer .links-area {
        width: 100%;
    }
}

.footer .list-contact li {
    margin: 0 0 9px;
}

.footer .list-contact .icon {
    display: inline-block;
    vertical-align: top;
    margin: 3px 13px 0 0;
}

.social-area {
    width: 164px;
    padding: 18px 0 0;
}

@media (max-width: 767px) {
    .social-area {
        width: 100%;
    }
}

.social-area .f-logo {
    display: block;
    width: 164px;
}

@media (max-width: 767px) {
    .social-area .f-logo {
        width: 140px;
        margin: 0 auto;
    }
}

.social-area .f-logo a {
    display: block;
}

.social-area .f-logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 32px;
}

@media (max-width: 767px) {
    .social-links {
        margin: 0 0 20px;
    }
}

.social-links li {
    padding: 0 12px;
}

.social-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 2px;
}

    .social-links a:hover {
        color: #fff;
    }

    .social-links a.facebook {
        background: #3b5a98;
    }

        .social-links a.facebook:hover {
            background: #2d4473;
        }

    .social-links a.linkedin {
        background: #0077b7;
    }

        .social-links a.linkedin:hover {
            background: #005684;
        }

    .social-links a.instagram {
        background: #f70176;
    }

        .social-links a.instagram:hover {
            background: #c4015e;
        }

/* custom select styles */
.jcf-select {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background: #fff;
    width: 100%;
    height: 33px;
    text-align: left;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 13px;
        line-height: 33px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 38px 0 8px;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        background: #ed1c24;
        width: 33px;
        bottom: 0;
        right: 0;
        top: 0;
    }

        .jcf-select .jcf-select-opener:after {
            font: 16px/20px "icomoon";
            color: #fff;
            border-radius: 3px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            content: "\f078";
        }

body > .jcf-select-drop {
    position: absolute;
    margin: 1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    /*border: 1px solid #f00;*/
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
    border-radius: 3px;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 5px 9px;
        color: #656565;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #ed1c24;
    color: #fff;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

.lightbox-demo,
.block-content {
    padding: 25px;
    width: 920px;
    color: #555;
    line-height: 1.333;
}

@media (max-width: 767px) {
    .lightbox-demo,
    .block-content {
        padding: 15px;
    }
}

.lightbox-demo .logo-area,
.block-content .logo-area {
    margin: 0 -25px;
    padding: 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .lightbox-demo .logo-area,
    .block-content .logo-area {
        margin: 0 -15px;
        padding: 0 15px;
    }
}

.lightbox-demo .logo-image,
.block-content .logo-image {
    width: 170px;
    display: block;
    padding: 0 0 15px;
}

    .lightbox-demo .logo-image img,
    .block-content .logo-image img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

.lightbox-demo .body-area,
.block-content .body-area {
    padding: 25px 0;
}

.lightbox-demo h2,
.block-content h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 25px;
    text-align: center;
}

@media (max-width: 767px) {
    .lightbox-demo h2,
    .block-content h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 15px;
    }
}

.lightbox-demo h3,
.block-content h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .lightbox-demo h3,
    .block-content h3 {
        margin: 0 0 15px;
    }
}

.lightbox-demo p,
.block-content p {
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .lightbox-demo p,
    .block-content p {
        margin: 0 0 15px;
    }
}

.lightbox-demo .list,
.block-content .list {
    margin: -25px 0 25px;
    padding: 0;
    list-style: none;
}

@media (max-width: 767px) {
    .lightbox-demo .list,
    .block-content .list {
        margin: -15px 0 15px;
    }
}

.lightbox-demo .sub-heading,
.block-content .sub-heading {
    display: block;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .lightbox-demo .sub-heading,
    .block-content .sub-heading {
        margin: 0 0 15px;
    }
}

.lightbox-demo .footer-area,
.block-content .footer-area {
    margin: 0 -25px;
    padding: 25px 25px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    text-align: right;
}

@media (max-width: 767px) {
    .lightbox-demo .footer-area,
    .block-content .footer-area {
        margin: 0 -15px;
        padding: 15px 15px 0;
    }
}

.lightbox-demo .footer-area .btn-primary,
.block-content .footer-area .btn-primary {
    display: inline-block;
    vertical-align: top;
    min-width: 120px;
}

.lightbox-demo .d-flex,
.block-content .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .lightbox-demo .d-flex h2,
    .block-content .d-flex h2 {
        width: 25%;
        text-align: left;
    }

@media (max-width: 767px) {
    .lightbox-demo .d-flex h2,
    .block-content .d-flex h2 {
        width: 100%;
    }
}

.lightbox-demo .d-flex .wrap,
.block-content .d-flex .wrap {
    width: 75%;
    padding: 0 0 0 30px;
}

@media (max-width: 767px) {
    .lightbox-demo .d-flex .wrap,
    .block-content .d-flex .wrap {
        width: 100%;
        padding: 0;
    }
}

.lightbox-demo.style {
    width: 600px;
}

.lightbox-demo .btn-primary.secondary {
    background: #162858;
}

    .lightbox-demo .btn-primary.secondary:hover {
        background: #020306;
    }

.form-add input[type=text] {
    width: 100%;
    background: #fff;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-add label {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 8px;
}

.form-add .field {
    margin: 0 0 15px;
}

.form-add .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .form-add .row {
        margin: 0 -5px;
    }
}

.form-add .row .field {
    padding: 0 15px;
    width: 50%;
}

@media (max-width: 767px) {
    .form-add .row .field {
        padding: 0 5px;
    }
}

.form-add .jcf-select {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.block-content {
    width: auto;
    padding: 50px 0;
}

@media (max-width: 767px) {
    .block-content {
        padding: 30px 0;
    }
}

.block-books-detail {
    position: relative;
    overflow: hidden;
    padding: 40px 0 0;
    color: #162858;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1023px) {
    .block-books-detail {
        font-size: 16px;
        line-height: 22px;
    }
}

.block-books-detail .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1023px) {
    .block-books-detail .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.block-books-detail .image-left {
    width: 30%;
}

@media (max-width: 1023px) {
    .block-books-detail .image-left {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .block-books-detail .image-left {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
}

.block-books-detail .image-right {
    width: 30%;
}

@media (max-width: 1023px) {
    .block-books-detail .image-right {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .block-books-detail .image-right {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
}

.block-books-detail .text-holder {
    width: 40%;
    padding: 0 4%;
    text-align: center;
}

@media (max-width: 1023px) {
    .block-books-detail .text-holder {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .block-books-detail .text-holder {
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
    }
}

.block-books-detail h2 {
    color: #ee1c25;
    font-size: 30px;
    line-height: 36px;
}

@media (max-width: 1023px) {
    .block-books-detail h2 {
        font-size: 24px;
        line-height: 28px;
    }
}


body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 999;
}

    .fancybox-container * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

    .fancybox-slide::before {
        content: "";
        display: inline-block;
        font-size: 0;
        height: 100%;
        vertical-align: middle;
        width: 0;
    }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

    .fancybox-slide--image::before {
        display: none;
    }

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0;
    }

/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

    .fancybox-button,
    .fancybox-button:visited,
    .fancybox-button:link {
        color: #ccc;
    }

        .fancybox-button:hover {
            color: #fff;
        }

        .fancybox-button:focus {
            outline: none;
        }

        .fancybox-button.fancybox-focus {
            outline: 1px dotted;
        }

        .fancybox-button[disabled],
        .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
            outline: none;
        }

        /* Fix IE11 */
        .fancybox-button div {
            height: 100%;
        }

        .fancybox-button svg {
            display: block;
            height: 100%;
            overflow: visible;
            position: relative;
            width: 100%;
        }

            .fancybox-button svg path {
                fill: currentColor;
                stroke-width: 0;
            }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    display: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

    .fancybox-close-small:hover {
        color: #fff;
        opacity: 1;
    }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

    .fancybox-navigation .fancybox-button div {
        padding: 7px;
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

/* Caption */
.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

    .fancybox-caption a:hover {
        color: #fff;
        text-decoration: underline;
    }

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Transition effects */
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}
/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px 0;
    }

    .fancybox-share p {
        margin: 0;
        padding: 0;
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

    .fancybox-share__button:visited,
    .fancybox-share__button:link {
        color: #fff;
    }

    .fancybox-share__button:hover {
        text-decoration: none;
    }

.fancybox-share__button--fb {
    background: #3b5998;
}

    .fancybox-share__button--fb:hover {
        background: #344e86;
    }

.fancybox-share__button--pt {
    background: #bd081d;
}

    .fancybox-share__button--pt:hover {
        background: #aa0719;
    }

.fancybox-share__button--tw {
    background: #1da1f2;
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8;
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

    .fancybox-share__button svg path {
        fill: #fff;
    }

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px;
}

    .fancybox-thumbs__list a::before {
        border: 6px solid #ff5268;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 99991;
    }

    .fancybox-thumbs__list a:focus::before {
        opacity: 0.5;
    }

    .fancybox-thumbs__list a.fancybox-thumbs-active::before {
        opacity: 1;
    }

/* Styling for Small-Screen Devices */
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-default div {
        position: absolute;
        width: 6px;
        height: 6px;
        background: #555;
        border-radius: 50%;
        animation: lds-default 1.2s linear infinite;
    }

        .lds-default div:nth-child(1) {
            animation-delay: 0s;
            top: 37px;
            left: 66px;
        }

        .lds-default div:nth-child(2) {
            animation-delay: -0.1s;
            top: 22px;
            left: 62px;
        }

        .lds-default div:nth-child(3) {
            animation-delay: -0.2s;
            top: 11px;
            left: 52px;
        }

        .lds-default div:nth-child(4) {
            animation-delay: -0.3s;
            top: 7px;
            left: 37px;
        }

        .lds-default div:nth-child(5) {
            animation-delay: -0.4s;
            top: 11px;
            left: 22px;
        }

        .lds-default div:nth-child(6) {
            animation-delay: -0.5s;
            top: 22px;
            left: 11px;
        }

        .lds-default div:nth-child(7) {
            animation-delay: -0.6s;
            top: 37px;
            left: 7px;
        }

        .lds-default div:nth-child(8) {
            animation-delay: -0.7s;
            top: 52px;
            left: 11px;
        }

        .lds-default div:nth-child(9) {
            animation-delay: -0.8s;
            top: 62px;
            left: 22px;
        }

        .lds-default div:nth-child(10) {
            animation-delay: -0.9s;
            top: 66px;
            left: 37px;
        }

        .lds-default div:nth-child(11) {
            animation-delay: -1s;
            top: 62px;
            left: 52px;
        }

        .lds-default div:nth-child(12) {
            animation-delay: -1.1s;
            top: 52px;
            left: 62px;
        }

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

#toolbarSidebar {
    display: none !important;
}

.block-slider {
    position: relative;
    padding: 50px 0 18px;
}

    .block-slider .slide .image-holder img {
        object-fit: contain;
        height: 250px !important;
        width: 100%;
    }

@media screen and (max-width: 1024px) {
    .block-slider .slide .image-holder img {
        height: 175px !important;
    }
}

.block-slider .bg-image-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .block-slider .bg-image-slider .slick-list {
        width: 100%;
        height: 100%;
    }

    .block-slider .bg-image-slider .slick-track {
        height: 100%;
    }

    .block-slider .bg-image-slider .slide {
        width: 100%;
        height: 100%;
        background: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }

.block-slider .books-slider {
    padding: 0 50px;
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .block-slider .books-slider {
        padding: 0;
    }
}

.block-slider .books-slider .slide {
    position: relative;
    padding: 0 0 30px;
}

@media (max-width: 767px) {
    .block-slider .books-slider .slide {
        padding: 0 0 70px;
    }
}

.block-slider .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    padding: 6px 15px;
    z-index: 3;
}

@media (max-width: 767px) {
    .block-slider .btn {
        bottom: 20px;
    }
}

.block-slider h2 {
    margin: 20px 0 0;
    color: #162858;
    font-weight: 800;
}

@media (max-width: 767px) {
    .block-slider h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .block-slider .slick-arrow {
        display: none !important;
    }
}

/* Slick slider styles */
.slick-slider {
    position: relative;
    display: block;
}

.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 {
    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 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;
}

.slick-arrow {
    position: absolute;
    left: 0;
    top: calc(50% - 50px);
    transform: translate(0, -50%) rotate(-90deg);
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    color: #ee1c25;
    background: none;
    font-size: 40px;
    line-height: 1;
}

    .slick-arrow.slick-next {
        left: auto;
        right: 0;
        transform: translate(0, -50%) rotate(90deg);
    }

.slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
}

@media (max-width: 767px) {
    .slick-dots {
        bottom: 20px;
    }
}

.slick-dots li {
    padding: 0 3px;
}

    .slick-dots li.slick-active button {
        background: #ee1c25;
    }

.slick-dots button {
    padding: 0;
    border: none;
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #6d6d6d;
    transition: all 0.4s ease;
    display: block;
}

    .slick-dots button:hover {
        background: #ee1c25;
    }


.block-books .btn-more .show-less-text {
    display: none;
}

.block-books .active .btn-more .show-less-text {
    display: block;
}

.block-books .active .btn-more .show-more-text {
    display: none;
}

.block-books .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 0;
}

    .block-books .btn-holder .btn-primary {
        min-width: 260px;
    }

.books-row-area {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
}

    .books-row-area .col {
        width: 25%;
        padding: 0 4px;
        margin: 0 0 8px;
    }

@media (max-width: 1023px) {
    .books-row-area .col {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .books-row-area .col {
        width: 50%;
    }
}

.books-row-area a {
    display: block;
    padding: 6px;
    border: 1px solid #e6e5e5;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

    .books-row-area a:hover .image-holder img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.books-row-area .title {
    display: block;
}

.books-row-area .book-name {
    display: block;
    font-size: 12px;
    line-height: 15px;
}

.books-row-area .image-holder {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    height: 231px;
    ];
}

    .books-row-area .image-holder img {
        /* height: 100%; */
        height: 219px !important;
        width: 100%;
        /* max-height: 100%; */
        -o-object-fit: cover;
        /* object-fit: cover; */
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.books-row-area .text-holder {
    padding: 10px 0;
}

@media (max-width: 425px) {
    .books-row-area .image-holder {
        display: block;
        border-radius: 6px;
        overflow: hidden;
        height: 191px;
    }

        .books-row-area .image-holder img {
            /* height: 100%; */
            height: 176px !important;
            width: 100%;
            /* max-height: 100%; */
            -o-object-fit: cover;
            /* object-fit: cover; */
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
}

@media (min-width: 580px) and (max-width: 768px) {
    .books-row-area .col {
        width: 33.333%;
    }
}

@media (min-width: 790px) and (max-width: 1025px) {
    .books-row-area .col {
        width: 25%;
    }
}





.bFupCV {
    width: 100%;
    min-height: 6.4rem;
}
/*!sc*/
data-styled.g1[id="sc-e561f900-0"] {
    content: "bFupCV,"
}
/*!sc*/
.dBvDWL {
    position: fixed;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 6.4rem;
    padding-inline: 1.6rem;
    background-color: #101010ff;
}
/*!sc*/
@media screen and (min-width: 905px) {
    .dBvDWL {
        padding-inline: 6.4rem;
    }
}
/*!sc*/
data-styled.g2[id="sc-e561f900-1"] {
    content: "dBvDWL,"
}
/*!sc*/
.bBLDTh {
    display: flex;
    gap: 0.5rem;
}
/*!sc*/
data-styled.g3[id="sc-e561f900-2"] {
    content: "bBLDTh,"
}
/*!sc*/
.isxhAw {
    display: flex;
    align-items: center;
    gap: 3rem;
}
/*!sc*/
data-styled.g4[id="sc-e561f900-3"] {
    content: "isxhAw,"
}
/*!sc*/
.iknGMW {
    display: flex;
    background: none;
    border: none;
    padding: 0;
    height: fit-content;
    cursor: pointer;
}
/*!sc*/
data-styled.g5[id="sc-e561f900-4"] {
    content: "iknGMW,"
}
/*!sc*/
.bJkulu:hover {
    fill: #ff501c;
}
/*!sc*/
data-styled.g6[id="sc-e561f900-5"] {
    content: "bJkulu,"
}
/*!sc*/
.juRhpy {
    overscroll-behavior-y: contain;
    position: fixed;
    z-index: -1;
    height: auto;
    max-height: calc(100% - 6.4rem);
    overflow-y: scroll;
    width: 100%;
    transition: all 0.3s ease-in-out;
    transform-origin: left top;
    transform: translateY(-100%);
    background-color: #101010ff;
    text-align: center;
}
/*!sc*/
data-styled.g7[id="sc-e561f900-6"] {
    content: "juRhpy,"
}
/*!sc*/
.lfnlPV {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    padding-block: 3.2rem;
}
/*!sc*/
data-styled.g8[id="sc-e561f900-7"] {
    content: "lfnlPV,"
}
/*!sc*/
.ohHNM {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}
/*!sc*/
@media screen and (min-width: 905px) {
    .ohHNM {
        flex-direction: row;
    }
}
/*!sc*/
data-styled.g9[id="sc-e561f900-8"] {
    content: "ohHNM,"
}
/*!sc*/
.hkxmGO {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    padding-block-end: 3.2rem;
    border-bottom: 1px solid #5c5c5cff;
}
/*!sc*/
@media screen and (min-width: 905px) {
    .hkxmGO {
        flex-direction: row;
        align-items: center;
        padding-block-end: 0;
        padding-inline-end: 3.2rem;
        border-bottom: none;
        border-inline-end: 1px solid #5c5c5cff;
    }
}
/*!sc*/
data-styled.g10[id="sc-e561f900-9"] {
    content: "hkxmGO,"
}
/*!sc*/
.cOchxu {
    color: #ffffffff;
    text-decoration: none;
}
    /*!sc*/
    .cOchxu:hover {
        color: #ff501c;
    }
/*!sc*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*!sc*/
html {
    position: relative;
    width: 100%;
    min-height: 100%;
    font-size: 62.5%;
}
/*!sc*/
data-styled.g13[id="sc-global-ccAJeE1"] {
    content: "sc-global-ccAJeE1,"
}
/*!sc*/
.fHcVjr {
    display: grid;
    grid-template-columns: 1fr calc(100% - 3.2rem) 1fr;
    grid-column-gap: 1.6rem;
    overflow-wrap: break-word;
}
    /*!sc*/
    .fHcVjr > * {
        grid-column: 2;
    }
/*!sc*/
@media screen and (min-width: 600px) {
    .fHcVjr {
        grid-template-columns: 1fr calc(100% - 6.4rem) 1fr;
        grid-column-gap: 3.2rem;
    }
}
/*!sc*/
@media screen and (min-width: 905px) {
    .fHcVjr {
        grid-template-columns: 1fr min(calc(100% - 12.8rem), 179.2rem) 1fr;
        grid-column-gap: 6.4rem;
    }
}
/*!sc*/
data-styled.g14[id="sc-d734fdfe-0"] {
    content: "fHcVjr,"
}
/*!sc*/
.cSvGeE {
    font-size: 1.6rem;
    line-height: 2.2399999999999998rem;
    letter-spacing: -0.02px;
    font-weight: 400;
    text-decoration: none;
    color: #5c5c5cff;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .cSvGeE {
        font-size: 1.6rem;
        line-height: 2.2399999999999998rem;
        letter-spacing: -0.02px;
        font-weight: 400;
        text-decoration: none;
    }
}
/*!sc*/
.dZKVDw {
    font-size: 1.6rem;
    line-height: 2.2399999999999998rem;
    letter-spacing: -0.02px;
    font-weight: 500;
    text-decoration: underline;
    color: #5c5c5cff;
    cursor: pointer;
}
    /*!sc*/
    .dZKVDw:hover {
        color: #c6461bff;
    }
/*!sc*/
@media screen and (min-width: 600px) {
    .dZKVDw {
        font-size: 1.6rem;
        line-height: 2.2399999999999998rem;
        letter-spacing: -0.032px;
        font-weight: 500;
        text-decoration: underline;
    }
}
/*!sc*/
.gTLxrn {
    font-size: 4.6rem;
    line-height: 4.485rem;
    letter-spacing: -0.52px;
    font-weight: 600;
    text-decoration: none;
    color: #ff501cff;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .gTLxrn {
        font-size: 7.4rem;
        line-height: 7.215000000000001rem;
        letter-spacing: -1.051px;
        font-weight: 600;
        text-decoration: none;
    }
}
/*!sc*/
.eEcCFL {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.14px;
    font-weight: 600;
    text-decoration: none;
    color: #ff501cff;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .eEcCFL {
        font-size: 2.6rem;
        line-height: 3.2rem;
        letter-spacing: -0.26px;
        font-weight: 600;
        text-decoration: none;
    }
}
/*!sc*/
.gTabSZ {
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 0.081px;
    font-weight: 600;
    text-decoration: none;
}
/*!sc*/
.dQnzAO {
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 0.08px;
    font-weight: 400;
    text-decoration: none;
}
/*!sc*/
.endjFj {
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: -0.32px;
    font-weight: 600;
    text-decoration: none;
    color: #ff501cff;
}
/*!sc*/
@media screen and (min-width: 905px) {
    .endjFj {
        font-size: 5.8rem;
        line-height: 6.4rem;
        letter-spacing: -0.731px;
        font-weight: 600;
        text-decoration: none;
    }
}
/*!sc*/
.cyoKhA {
    font-size: 1.6rem;
    line-height: 2.2399999999999998rem;
    letter-spacing: -0.08px;
    font-weight: 600;
    text-decoration: none;
    color: #5c5c5cff;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .cyoKhA {
        font-size: 1.6rem;
        line-height: 2.2399999999999998rem;
        letter-spacing: -0.11px;
        font-weight: 600;
        text-decoration: none;
    }
}
/*!sc*/
.bXcGoG {
    font-size: 1.1rem;
    line-height: 1.6rem;
    letter-spacing: 1.2px;
    font-weight: 500;
    text-decoration: none;
}
/*!sc*/
data-styled.g17[id="sc-c7c219f4-0"] {
    content: "cSvGeE,dZKVDw,gTLxrn,eEcCFL,gTabSZ,dQnzAO,endjFj,cyoKhA,bXcGoG,"
}
/*!sc*/
.hGrQfh {
    position: relative;
    overflow: hidden;
    --width: var(--cover-width, 144px);
    --height: var(--cover-height, 144px);
    --min-width: var(--cover-min-width, var(--cover-width, 144px));
    --min-height: var(--cover-min-height, var(--cover-height, 144px));
    --border-radius: var(--cover-border-radius, 0.4rem);
    max-width: var(--width);
    max-height: var(--height);
    min-width: var(--min-width);
    min-height: var(--min-height);
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: var(--border-radius);
    background-color: #dcd5cdff;
    list-style: none;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .hGrQfh {
        --width: var(--cover-width, 144px);
        --height: var(--cover-height, 144px);
        --min-width: var(--cover-min-width, var(--cover-width, 144px));
        --min-height: var(--cover-min-height, var(--cover-height, 144px));
        --border-radius: var(--cover-border-radius, 0.4rem);
        max-width: var(--width);
        max-height: var(--height);
        min-width: var(--min-width);
        min-height: var(--min-height);
        height: 100%;
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: var(--border-radius);
    }
}
/*!sc*/
@media screen and (min-width: 905px) {
    .hGrQfh {
        --width: var(--cover-width, 144px);
        --height: var(--cover-height, 144px);
        --min-width: var(--cover-min-width, var(--cover-width, 144px));
        --min-height: var(--cover-min-height, var(--cover-height, 144px));
        --border-radius: var(--cover-border-radius, 0.4rem);
        max-width: var(--width);
        max-height: var(--height);
        min-width: var(--min-width);
        min-height: var(--min-height);
        height: 100%;
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: var(--border-radius);
    }
}
/*!sc*/
@media screen and (min-width: 1920px) {
    .hGrQfh {
        --width: var(--cover-width, 144px);
        --height: var(--cover-height, 144px);
        --min-width: var(--cover-min-width, var(--cover-width, 144px));
        --min-height: var(--cover-min-height, var(--cover-height, 144px));
        --border-radius: var(--cover-border-radius, 0.4rem);
        max-width: var(--width);
        max-height: var(--height);
        min-width: var(--min-width);
        min-height: var(--min-height);
        height: 100%;
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: var(--border-radius);
    }
}
/*!sc*/
.fWboxF {
    position: relative;
    overflow: hidden;
    --width: var(--cover-width, 240px);
    --height: var(--cover-height, 240px);
    --min-width: var(--cover-min-width, var(--cover-width, 240px));
    --min-height: var(--cover-min-height, var(--cover-height, 240px));
    --border-radius: var(--cover-border-radius, 0.8rem);
    max-width: var(--width);
    max-height: var(--height);
    min-width: var(--min-width);
    min-height: var(--min-height);
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: var(--border-radius);
    background-color: #dcd5cdff;
    list-style: none;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .fWboxF {
        --width: var(--cover-width, 240px);
        --height: var(--cover-height, 240px);
        --min-width: var(--cover-min-width, var(--cover-width, 240px));
        --min-height: var(--cover-min-height, var(--cover-height, 240px));
        --border-radius: var(--cover-border-radius, 0.8rem);
        max-width: var(--width);
        max-height: var(--height);
        min-width: var(--min-width);
        min-height: var(--min-height);
        height: 100%;
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: var(--border-radius);
    }
}
/*!sc*/
@media screen and (min-width: 905px) {
    .fWboxF {
        --width: var(--cover-width, 240px);
        --height: var(--cover-height, 240px);
        --min-width: var(--cover-min-width, var(--cover-width, 240px));
        --min-height: var(--cover-min-height, var(--cover-height, 240px));
        --border-radius: var(--cover-border-radius, 0.8rem);
        max-width: var(--width);
        max-height: var(--height);
        min-width: var(--min-width);
        min-height: var(--min-height);
        height: 100%;
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: var(--border-radius);
    }
}
/*!sc*/
@media screen and (min-width: 1920px) {
    .fWboxF {
        --width: var(--cover-width, 240px);
        --height: var(--cover-height, 240px);
        --min-width: var(--cover-min-width, var(--cover-width, 240px));
        --min-height: var(--cover-min-height, var(--cover-height, 240px));
        --border-radius: var(--cover-border-radius, 0.8rem);
        max-width: var(--width);
        max-height: var(--height);
        min-width: var(--min-width);
        min-height: var(--min-height);
        height: 100%;
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: var(--border-radius);
    }
}
/*!sc*/
data-styled.g18[id="sc-b02be4ff-0"] {
    content: "hGrQfh,fWboxF,"
}
/*!sc*/
.kcZnRM {
    inset-inline-start: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    fill: #5c5c5cff;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .kcZnRM {
        width: 2.4rem;
        height: 2.4rem;
    }
}
/*!sc*/
@media screen and (min-width: 905px) {
    .kcZnRM {
        width: 2.4rem;
        height: 2.4rem;
    }
}
/*!sc*/
@media screen and (min-width: 1920px) {
    .kcZnRM {
        width: 2.4rem;
        height: 2.4rem;
    }
}
/*!sc*/
data-styled.g19[id="sc-b02be4ff-1"] {
    content: "kcZnRM,"
}
/*!sc*/
.jUYUFa {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
/*!sc*/
data-styled.g21[id="sc-b02be4ff-3"] {
    content: "jUYUFa,"
}
/*!sc*/
.kiWAov {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
}
/*!sc*/
data-styled.g22[id="sc-b02be4ff-4"] {
    content: "kiWAov,"
}
/*!sc*/
.eCYvCI {
    transition: all 0.2s ease-in-out;
}
/*!sc*/
data-styled.g30[id="sc-7cb89c24-0"] {
    content: "eCYvCI,"
}
/*!sc*/
.fGqAZW {
    text-decoration: none;
}
    /*!sc*/
    .fGqAZW:hover .sc-7cb89c24-0, .fGqAZW:hover .sc-7cb89c24-1 {
        transform: translate3d(0,0,0) scale(1.02);
    }
/*!sc*/
data-styled.g32[id="sc-7cb89c24-2"] {
    content: "fGqAZW,"
}
/*!sc*/
.ctvqGg {
    position: relative;
}
/*!sc*/
data-styled.g33[id="sc-7cb89c24-3"] {
    content: "ctvqGg,"
}
/*!sc*/
.iNiCMr {
    color: #5c5c5cff;
}
/*!sc*/
data-styled.g34[id="sc-7cb89c24-4"] {
    content: "iNiCMr,"
}
/*!sc*/
.ezeOzD {
    margin-top: auto;
    display: grid;
    height: 100%;
    width: 100%;
}
/*!sc*/
data-styled.g39[id="sc-7cb89c24-9"] {
    content: "ezeOzD,"
}
/*!sc*/
.daArjT {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    margin-top: auto;
}
/*!sc*/
data-styled.g40[id="sc-7cb89c24-10"] {
    content: "daArjT,"
}
/*!sc*/
.jIknlM {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
/*!sc*/
data-styled.g41[id="sc-7cb89c24-11"] {
    content: "jIknlM,"
}
/*!sc*/
.ffgRUJ {
    display: flex;
    gap: 0.4rem;
    justify-content: space-between;
    align-items: flex-end;
}
/*!sc*/
data-styled.g42[id="sc-7cb89c24-12"] {
    content: "ffgRUJ,"
}
/*!sc*/
.dzBhFS {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
/*!sc*/
data-styled.g43[id="sc-7cb89c24-13"] {
    content: "dzBhFS,"
}
/*!sc*/
.gCASLU {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #101010ff;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*!sc*/
data-styled.g44[id="sc-b16586ea-0"] {
    content: "gCASLU,"
}
/*!sc*/
.elURiu {
    display: block;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #5c5c5cff;
}
/*!sc*/
data-styled.g45[id="sc-b16586ea-1"] {
    content: "elURiu,"
}
/*!sc*/
.dCQuGH {
    width: 1.6rem;
    height: 1.6rem;
}
/*!sc*/
data-styled.g46[id="sc-b16586ea-2"] {
    content: "dCQuGH,"
}
/*!sc*/
.dWXXDO {
    position: relative;
    border: 1px solid #e8e8e8ff;
    border-radius: 0.8rem;
    padding: 0.8rem;
    background-color: #ffffffff;
    --initials-font-size: 3.6rem;
    --initials-color: #101010ff;
    cursor: pointer;
    transition: border 0.2s ease-in-out;
}
    /*!sc*/
    .dWXXDO:hover {
        border: 1px solid #c4c6cc;
    }
/*!sc*/
data-styled.g47[id="sc-b16586ea-3"] {
    content: "dWXXDO,"
}
/*!sc*/
.iXqZhT {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 0.8rem;
    width: 33.6rem;
    height: 44.4rem;
    width: var(--card-width,16rem);
    height: var(--card-height,24.4rem);
}
/*!sc*/
data-styled.g48[id="sc-b16586ea-4"] {
    content: "iXqZhT,"
}
/*!sc*/
.kOQxun {
    display: flex;
    column-gap: 0.6rem;
}
/*!sc*/
data-styled.g87[id="sc-ca362b1b-0"] {
    content: "kOQxun,"
}
/*!sc*/
.nIDgH {
    display: flex;
    align-items: center;
    column-gap: 0.6rem;
    overflow: hidden;
    color: #101010ff;
}
/*!sc*/
data-styled.g88[id="sc-ca362b1b-1"] {
    content: "nIDgH,"
}
/*!sc*/
.jDpCXD {
    padding-block: 2.4rem;
}
/*!sc*/
@media screen and (min-width: 905px) {
    .jDpCXD {
        padding-block: 3.2rem;
    }
}
/*!sc*/
data-styled.g89[id="sc-ca362b1b-2"] {
    content: "jDpCXD,"
}
/*!sc*/
.fgLLyP {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    min-width: 10ch;
    border-width: 0;
    border-radius: 1000px;
    border-color: transparent;
    text-align: center;
    font-size: 1.3rem;
    text-decoration: none;
    font-family: Storytel Euclid;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.03px;
    line-height: 1.6rem;
    paragraph-indent: 0;
    paragraph-spacing: 0;
    text-case: none;
    min-height: 4rem;
    padding: 1.2rem 1.6rem;
    color: #101010ff;
    background-color: #ffffffff;
}
    /*!sc*/
    .fgLLyP svg {
        fill: #101010ff;
    }
    /*!sc*/
    .fgLLyP:hover {
        color: #101010ff;
        background-color: #f2eeebff;
    }
        /*!sc*/
        .fgLLyP:hover svg {
            fill: #101010ff;
        }
    /*!sc*/
    .fgLLyP:active {
        color: #101010ff;
        background-color: #eae6e0ff;
    }
        /*!sc*/
        .fgLLyP:active svg {
            fill: #101010ff;
        }
    /*!sc*/
    .fgLLyP:disabled {
        color: #dcd5cd4d;
        background-color: #dcd5cd1a;
    }
        /*!sc*/
        .fgLLyP:disabled svg {
            fill: #dcd5cd4d;
        }
/*!sc*/
.bisloY {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    min-width: 10ch;
    border-width: 0;
    border-radius: 1000px;
    border-color: transparent;
    text-align: center;
    font-size: 1.3rem;
    text-decoration: none;
    font-family: Storytel Euclid;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.03px;
    line-height: 1.6rem;
    paragraph-indent: 0;
    paragraph-spacing: 0;
    text-case: none;
    min-height: 4rem;
    padding: 1.2rem 1.6rem;
    color: #101010ff;
    background-color: transparent;
    border: 2px solid #101010ff;
}
    /*!sc*/
    .bisloY svg {
        fill: #101010ff;
    }
    /*!sc*/
    .bisloY:hover {
        color: #333333ff;
        border-color: #333333ff;
        background-color: #3333330d;
    }
        /*!sc*/
        .bisloY:hover svg {
            fill: #333333ff;
        }
    /*!sc*/
    .bisloY:active {
        color: #4d4d4dff;
        border-color: #4d4d4dff;
        background-color: #4d4d4d1a;
    }
        /*!sc*/
        .bisloY:active svg {
            fill: #4d4d4dff;
        }
    /*!sc*/
    .bisloY:disabled {
        color: #dcd5cdff;
        border-color: #dcd5cdff;
        background-color: #dcd5cd26;
    }
        /*!sc*/
        .bisloY:disabled svg {
            fill: #dcd5cdff;
        }
/*!sc*/
.blnOzv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    min-width: 10ch;
    border-width: 0;
    border-radius: 1000px;
    border-color: transparent;
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
    font-family: Storytel Euclid;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.16px;
    line-height: 2.4rem;
    paragraph-indent: 0;
    paragraph-spacing: 0;
    text-case: none;
    min-height: 4.8rem;
    padding: 1.2rem 2rem;
    color: #ffffffff;
    background-color: #101010ff;
}
    /*!sc*/
    .blnOzv svg {
        fill: #ffffffff;
    }
    /*!sc*/
    .blnOzv:hover {
        color: #ffffffff;
        background-color: #333333ff;
    }
        /*!sc*/
        .blnOzv:hover svg {
            fill: #ffffffff;
        }
    /*!sc*/
    .blnOzv:active {
        color: #ffffffff;
        background-color: #4d4d4dff;
    }
        /*!sc*/
        .blnOzv:active svg {
            fill: #ffffffff;
        }
    /*!sc*/
    .blnOzv:disabled {
        color: #ffffffff;
        background-color: #dcd5cdff;
    }
        /*!sc*/
        .blnOzv:disabled svg {
            fill: #ffffffff;
        }
/*!sc*/
data-styled.g94[id="sc-f0c7c8b3-0"] {
    content: "fgLLyP,bisloY,blnOzv,"
}
/*!sc*/
@media not screen and (min-width: 0px) and (max-width: 904px) {
    .bijogD.bijogD {
        display: none;
    }
}
/*!sc*/
@media not screen and (min-width: 905px) {
    .eelkXV.eelkXV {
        display: none;
    }
}
/*!sc*/
data-styled.g96[id="sc-fd057c46-0"] {
    content: "bijogD,eelkXV,"
}
/*!sc*/
.kMvofy {
    width: 100%;
    height: 0.8rem;
    border-radius: 0.4rem;
    background-color: #e8e8e8ff;
    margin: 0.8rem 0 1.6rem;
}
/*!sc*/
data-styled.g116[id="sc-20a7c2c9-0"] {
    content: "kMvofy,"
}
/*!sc*/
.cuoHgH {
    transition: width 0.3s ease-in-out;
    height: 0.8rem;
    border-radius: 0.4rem;
    background-color: #ff501cff;
}
/*!sc*/
data-styled.g117[id="sc-20a7c2c9-1"] {
    content: "cuoHgH,"
}
/*!sc*/
.oGXqg {
    --cover-width: 14.4rem;
    --cover-height: 14.4rem;
    --card-width: 16rem;
    --card-height: 24.4rem;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(var(--card-width),1fr));
    row-gap: 2.4rem;
    column-gap: 1rem;
    list-style: none;
    margin-bottom: 2.4rem;
}
/*!sc*/
@media screen and (min-width: 905px) {
    .oGXqg {
        --cover-width: 16rem;
        --cover-height: 16rem;
        --card-width: 17.6rem;
        --card-height: 26rem;
    }
}
/*!sc*/
data-styled.g118[id="sc-5f6507cc-0"] {
    content: "oGXqg,"
}
/*!sc*/
.keIkZZ {
    color: blue;
}
/*!sc*/
data-styled.g119[id="sc-5f6507cc-1"] {
    content: "keIkZZ,"
}
/*!sc*/
.bwFgzr {
    padding: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*!sc*/
data-styled.g122[id="sc-5f6507cc-4"] {
    content: "bwFgzr,"
}
/*!sc*/
.eELsqX {
    margin-bottom: 6.4rem;
}
/*!sc*/
data-styled.g123[id="sc-1b4eddba-0"] {
    content: "eELsqX,"
}
/*!sc*/
.llGmMa {
    color: #101010ff;
    margin: 2.4rem 0;
}
/*!sc*/
data-styled.g124[id="sc-1b4eddba-1"] {
    content: "llGmMa,"
}
/*!sc*/
.bicQdn {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8rem;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .bicQdn {
        gap: 1.6rem;
    }
}
/*!sc*/
data-styled.g125[id="sc-11c56a58-0"] {
    content: "bicQdn,"
}
/*!sc*/
.hnbIyB {
    display: flex;
    width: 100%;
    align-items: flex-start;
    text-align: start;
    color: #101010ff;
    word-break: break-word;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .hnbIyB {
        width: calc(50% - 1.6rem);
    }
}
/*!sc*/
@media screen and (min-width: 905px) {
    .hnbIyB {
        width: 100%;
    }
}
/*!sc*/
data-styled.g126[id="sc-11c56a58-1"] {
    content: "hnbIyB,"
}
/*!sc*/
.kMZXZY {
    flex-shrink: 0;
    position: relative;
    align-self: baseline;
    top: 3px;
    margin-inline-end: 0.8rem;
}
    /*!sc*/
    .kMZXZY path:nth-of-type(2) {
        fill: #ff501cff;
    }
/*!sc*/
data-styled.g127[id="sc-11c56a58-2"] {
    content: "kMZXZY,"
}
/*!sc*/
.uxuOZ {
    margin-bottom: 1.2rem;
}
/*!sc*/
@media screen and (min-width: 905px) {
    .uxuOZ {
        margin-bottom: 3.4rem;
    }
}
/*!sc*/
data-styled.g128[id="sc-b3a04e4b-0"] {
    content: "uxuOZ,"
}
/*!sc*/
.jBgWFP {
    position: absolute;
    width: 114px;
    height: 114px;
    --cover-width: 114px;
    --cover-height: 114px;
    margin-inline-end: -90px;
    margin-top: -110px;
}
/*!sc*/
@media screen and (min-width: 905px) {
    .jBgWFP {
        --cover-width: 175px;
        --cover-height: 175px;
    }
}
/*!sc*/
@media screen and (min-width: 905px) {
    .jBgWFP {
        margin-inline-end: -140px;
        margin-top: -165px;
    }
}
/*!sc*/
data-styled.g129[id="sc-b3a04e4b-1"] {
    content: "jBgWFP,"
}
/*!sc*/
.fngMyD {
    align-self: center;
}
/*!sc*/
@media screen and (min-width: 905px) {
    .fngMyD {
        align-self: flex-start;
        width: 240px;
    }
}
/*!sc*/
data-styled.g130[id="sc-b3a04e4b-2"] {
    content: "fngMyD,"
}
/*!sc*/
.khhvVm {
    grid-column: 2/-2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .khhvVm {
        grid-column: 3/-3;
    }
}
/*!sc*/
@media screen and (min-width: 905px) {
    .khhvVm {
        grid-column: 1/7;
        grid-row: 1;
        padding-bottom: 9.7rem;
        padding-inline-start: 13.15rem;
        padding-inline-end: 13.15rem;
        padding-top: 9.7rem;
    }
}
/*!sc*/
@media screen and (min-width: 1920px) {
    .khhvVm {
        grid-column: 2/8;
        justify-content: center;
    }
}
/*!sc*/
data-styled.g131[id="sc-b3a04e4b-3"] {
    content: "khhvVm,"
}
/*!sc*/
.bMASLi {
    grid-row: 1;
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 390px;
    position: relative;
    background-color: #b9e6ffff;
    direction: ltr;
}
/*!sc*/
@media screen and (min-width: 905px) {
    .bMASLi {
        grid-column: 7/-1;
        height: 100%;
        min-height: 650px;
    }
}
/*!sc*/
@media screen and (min-width: 1920px) {
    .bMASLi {
        grid-column: 8/-2;
    }
}
/*!sc*/
data-styled.g132[id="sc-b3a04e4b-4"] {
    content: "bMASLi,"
}
/*!sc*/
.hUJnNY {
    background-color: #fff2f1ff;
    display: grid;
    grid-template-columns: 1.6rem repeat(4,1fr) 1.6rem;
    row-gap: 1.6rem;
    column-gap: 0;
    padding-bottom: 2.4rem;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .hUJnNY {
        grid-template-columns: 3.2rem repeat(10,1fr) 3.2rem;
        row-gap: 6.1rem;
        column-gap: 2rem;
        padding-bottom: 6.1rem;
    }
}
/*!sc*/
@media screen and (min-width: 905px) {
    .hUJnNY {
        grid-template-columns: 6.4rem repeat(10,1fr) 6.4rem;
        column-gap: 1rem;
        padding-bottom: 0;
    }
}
/*!sc*/
@media screen and (min-width: 1920px) {
    .hUJnNY {
        grid-template-columns: 1fr repeat(12,calc(1920px / 12)) 1fr;
        column-gap: 0;
    }

        .hUJnNY:after {
            content: '';
            grid-column: -2/-1;
            background-color: #b9e6ffff;
        }
}
/*!sc*/
data-styled.g133[id="sc-b3a04e4b-5"] {
    content: "hUJnNY,"
}
/*!sc*/
.jcZcAM {
    text-align: start;
    margin-bottom: 1.2rem;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .jcZcAM {
        margin-bottom: 2.8rem;
    }
}
/*!sc*/
data-styled.g134[id="sc-b3a04e4b-6"] {
    content: "jcZcAM,"
}
/*!sc*/
.kEGjGH {
    text-align: start;
    color: #101010ff;
    margin-bottom: 1.2rem;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .kEGjGH {
        margin-bottom: 2.8rem;
    }
}
/*!sc*/
data-styled.g135[id="sc-b3a04e4b-7"] {
    content: "kEGjGH,"
}
/*!sc*/
.ckZxfj {
    position: relative;
    width: 288px;
    height: 334px;
}
/*!sc*/
@media screen and (min-width: 905px) {
    .ckZxfj {
        width: 445px;
        height: 519px;
    }
}
/*!sc*/
data-styled.g136[id="sc-b3a04e4b-8"] {
    content: "ckZxfj,"
}
/*!sc*/
.cnVyGJ {
    color: #101010ff;
    margin-bottom: 3.2rem;
}
/*!sc*/
data-styled.g138[id="sc-95f4bc2f-0"] {
    content: "cnVyGJ,"
}
/*!sc*/
.jWMGBu {
    background-color: #fff;
    border-top: 1px solid #dcd5cd;
}
/*!sc*/
data-styled.g139[id="sc-439e6b56-0"] {
    content: "jWMGBu,"
}
/*!sc*/
.dyOmwY {
    display: grid;
    row-gap: 4.8rem;
    grid-template-areas: 'group-1' 'group-2' 'group-3' 'primary-divider' 'localization' 'store-links' 'socials' 'fine-print-links' 'secondary-divider' 'payment-methods';
    padding-block: 4rem;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .dyOmwY {
        grid-template-columns: auto auto auto auto auto auto;
        row-gap: 3.2rem;
        grid-template-areas: 'group-1 group-1 group-2 group-2 group-3 group-3' 'primary-divider primary-divider primary-divider primary-divider primary-divider primary-divider' 'store-links store-links socials socials localization localization' 'secondary-divider secondary-divider secondary-divider secondary-divider secondary-divider secondary-divider' 'fine-print-links fine-print-links fine-print-links payment-methods payment-methods payment-methods';
        padding-block: 5.6rem;
    }
}
/*!sc*/
@media screen and (min-width: 905px) {
    .dyOmwY {
        grid-template-columns: auto 1fr 1fr auto;
        grid-template-rows: auto 1fr;
        row-gap: 4rem;
        grid-template-areas: 'group-1 group-2 group-3 localization' 'group-1 group-2 group-3 store-links' 'primary-divider primary-divider primary-divider primary-divider' 'fine-print-links payment-methods payment-methods socials';
    }
}
/*!sc*/
@media screen and (min-width: 1920px) {
    .dyOmwY {
        grid-template-columns: repeat(4,1fr);
    }
}
/*!sc*/
data-styled.g140[id="sc-439e6b56-1"] {
    content: "dyOmwY,"
}
/*!sc*/
.giZksT {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
/*!sc*/
data-styled.g141[id="sc-439e6b56-2"] {
    content: "giZksT,"
}
/*!sc*/
.gRKMgo {
    grid-area: group-1;
}
/*!sc*/
.wjJOv {
    grid-area: group-2;
}
/*!sc*/
.csjBEC {
    grid-area: group-3;
}
/*!sc*/
data-styled.g142[id="sc-439e6b56-3"] {
    content: "gRKMgo,wjJOv,csjBEC,"
}
/*!sc*/
.cxbRiH {
    text-transform: uppercase;
    color: #5c5c5cff;
}
/*!sc*/
data-styled.g143[id="sc-439e6b56-4"] {
    content: "cxbRiH,"
}
/*!sc*/
.exdmIk {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
/*!sc*/
data-styled.g144[id="sc-439e6b56-5"] {
    content: "exdmIk,"
}
/*!sc*/
.bEklXs {
    text-decoration: none;
    color: #101010ff;
}
/*!sc*/
data-styled.g145[id="sc-439e6b56-6"] {
    content: "bEklXs,"
}
/*!sc*/
.hTjPxM {
    border-top: 1px solid #dcd5cd;
    margin: 0;
}
/*!sc*/
data-styled.g146[id="sc-439e6b56-7"] {
    content: "hTjPxM,"
}
/*!sc*/
.bxyVzy {
    grid-area: primary-divider;
}
/*!sc*/
data-styled.g147[id="sc-439e6b56-8"] {
    content: "bxyVzy,"
}
/*!sc*/
.iDUfvx {
    grid-area: secondary-divider;
}
/*!sc*/
data-styled.g148[id="sc-439e6b56-9"] {
    content: "iDUfvx,"
}
/*!sc*/
.jiiKJQ {
    grid-area: localization;
}
/*!sc*/
data-styled.g149[id="sc-439e6b56-10"] {
    content: "jiiKJQ,"
}
/*!sc*/
.fBZMMl {
    display: flex;
    gap: 1.6rem;
    align-items: center;
}
/*!sc*/
data-styled.g150[id="sc-439e6b56-11"] {
    content: "fBZMMl,"
}
/*!sc*/
.fwtvOQ {
    color: #101010ff;
}
/*!sc*/
data-styled.g151[id="sc-439e6b56-12"] {
    content: "fwtvOQ,"
}
/*!sc*/
.kmPQmx {
    grid-area: store-links;
}
/*!sc*/
data-styled.g152[id="sc-439e6b56-13"] {
    content: "kmPQmx,"
}
/*!sc*/
.dhjdrF {
    display: flex;
    gap: 1.6rem;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .dhjdrF {
        flex-direction: column;
    }
}
/*!sc*/
data-styled.g153[id="sc-439e6b56-14"] {
    content: "dhjdrF,"
}
/*!sc*/
.gNSDXe {
    grid-area: socials;
}
/*!sc*/
data-styled.g154[id="sc-439e6b56-15"] {
    content: "gNSDXe,"
}
/*!sc*/
.iOcLln {
    display: flex;
    gap: 3.6rem;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .iOcLln {
        gap: 2rem;
    }
}
/*!sc*/
@media screen and (min-width: 905px) {
    .iOcLln {
        gap: 3.6rem;
    }
}
/*!sc*/
data-styled.g155[id="sc-439e6b56-16"] {
    content: "iOcLln,"
}
/*!sc*/
.hhAzKt {
    grid-area: fine-print-links;
}
/*!sc*/
@media screen and (min-width: 600px) {
    .hhAzKt {
        align-self: center;
    }
}
/*!sc*/
data-styled.g156[id="sc-439e6b56-17"] {
    content: "hhAzKt,"
}
/*!sc*/
@media screen and (min-width: 600px) {
    .Eswgd {
        flex-direction: row;
    }
}
/*!sc*/
data-styled.g157[id="sc-439e6b56-18"] {
    content: "Eswgd,"
}
/*!sc*/
.bLSwFZ {
    grid-area: payment-methods;
}
/*!sc*/
@media screen and (min-width: 905px) {
    .bLSwFZ {
        justify-self: center;
        align-self: center;
    }
}
/*!sc*/
data-styled.g158[id="sc-439e6b56-19"] {
    content: "bLSwFZ,"
}
/*!sc*/
.joyDte {
    display: flex;
    gap: 4rem;
}
/*!sc*/
data-styled.g159[id="sc-439e6b56-20"] {
    content: "joyDte,"
}
/*!sc*/
@media screen and (max-width: 395px) {

    .oGXqg {
        --cover-width: 13.4rem;
        --cover-height: 11.4rem;
        --card-width: 15rem;
        --card-height: 20.4rem;
    }
}
@media only screen and (min-width: 381px) and (max-width: 394px) {
    .list-filters h2 {
        font-size: 21px;
    }
}
@media screen and (max-width: 380px) {

    .oGXqg {
        --cover-width: 12.4rem;
        --cover-height: 11.4rem;
        --card-width: 14rem;
        --card-height: 20.4rem;
    }
    .list-filters h2 {
        font-size: 21px;
    }
}

@media screen and (max-width: 350px) {

    .oGXqg {
        --cover-width: 11.4rem;
        --cover-height: 10.4rem;
        --card-width: 13rem;
        --card-height: 19.4rem;
    }
    .list-filters h2{
        font-size:19px;
    }
}


/* Slider */

/* Buttons */
.btn_blue {
    position: relative;
    display: inline-block;
    font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    background-color: #2a57ff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    transition: background-color 1s;
}
.btn_blue:hover {
  background-color: #03c555;
}
.btn_register{

    display: block;
}

/* Owl Nav style */
/* Slider Hero */

#slider_hero {
  width: 100%;
  height: 66vh;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
#slider_1 {
  height: 100%;
}
.img_bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info_slide {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
  /* background-color: #00000057; */
  width: 40%;
  padding: 20px 40px;
  border-radius: 5px;
  z-index: 9;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 27px;
  margin: 0;
  padding: 4px 15px;
  background-color: #2a57ff;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  transition: background-color 1s;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #03c555;
}
#slider_hero .owl-theme .owl-dots .owl-dot span {
  width: 26px;
  height: 26px;
  margin: 5px;
  background-color: #2a57ff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50%;
}
#slider_hero .owl-theme .owl-dots .owl-dot.active span,
#slider_hero .owl-theme .owl-dots .owl-dot:hover span {
  background: #03c555 !important;
}
#slider_hero .owl-carousel .owl-stage-outer {
  height: 100%;
}
#slider_hero .owl-carousel .owl-stage {
  height: 100%;
}
#slider_hero .owl-item {
  height: 100%;
}
#slider_hero .item {
  height: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}
.s1_bg {
  height: 100%;
}
.si_1 h1 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 15px;
}
.si_2 p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.hero_overlay {
  width: 100%;
  height: 100%;
  background-color: #0000003b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.owl-theme .owl-nav {
  margin-top: 0;
  display: none;
}
.img_main5 img, .img_main3 img {
    border-radius: 10px;
}
.img_main1 {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translate(-0%, -50%);
  width: 600px;
}
.img_main2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-0%, -50%);
  width: 800px;
}
.img_main3 {
  position: absolute;
  top: 2%;
  right: 6%;
  transform: skew(-3deg, 13deg);
  width: 700px;
}
.img_main4 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-20%, -50%);
  width: 800px;
}
.img_main5 {
position: absolute;
    top: 50%;
    right: 8%;
    transform: translate(0%, -50%);
    width: 600px;
}
/*==================================================
			     Media Queries         
==================================================*/

@media (min-width: 992px) and (max-width: 1199px) {
    #slider_hero {
        height: 50vh;
    }

    .si_2 p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .si_1 h1 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .info_slide {
        top: 50%;
        width: 50%;
        padding: 30px 20px;
    }
}

/* Small Devices (Portrait Tablets & Small Desktops) */

@media (min-width: 768px) and (max-width: 991px) {
    #slider_hero {
        height: 45vh;
    }

    .si_2 p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .si_1 h1 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .info_slide {
        top: 50%;
        left: 7%;
        width: 70%;
        padding: 15px 10px;
    }
}

/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
    #slider_hero {
        height: 65vh;
    }

    .si_2 p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .si_1 h1 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .info_slide {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        padding: 15px 15px;
    }

    .owl-theme .owl-nav [class*="owl-"] {
        font-size: 12px;
    }

    #slider_hero .owl-theme .owl-dots .owl-dot span {
        width: 19px;
        height: 19px;
    }

    .btn_blue {
        padding: 7px 20px;
        font-size: 14px;
    }
}

/*@media (min-width: 992px) and (max-width: 1199px) {
  #slider_hero {
    height: 50vh;
  }
  .si_2 p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .si_1 h1 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .info_slide {
    top: 50%;
    width: 50%;
    padding: 30px 20px;
  }
  .img_main1 {
    top: 50%;
    right: 1%;
    transform: translate(-0%, -50%);
    width: 450px;
  }
  .img_main2 {
    top: 50%;
    right: 0;
    transform: translate(-0%, -50%);
    width: 100%;
  }
  .img_main3 {
    top: 2%;
    right: 6%;
    transform: skew(-3deg, 13deg);
    width: 500px;
  }
  .img_main4 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .img_main5 {
    top: 84%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #slider_hero {
    height: 45vh;
  }
  .si_2 p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .si_1 h1 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .info_slide {
    top: 50%;
    left: 7%;
    width: 70%;
    padding: 15px 10px;
  }
  .img_main1 {
    top: 50%;
    right: 1%;
    transform: translate(-0%, -50%);
    width: 450px;
  }
  .img_main2 {
    top: 50%;
    right: 0;
    transform: translate(-0%, -50%);
    width: 100%;
  }
  .img_main3 {
    top: 2%;
    right: 6%;
    transform: skew(-3deg, 13deg);
    width: 500px;
  }
  .img_main4 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .img_main5 {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media (max-width: 767px) {
  #slider_hero {
    height: 65vh;
  }
  .si_2 p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .si_1 h1 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .info_slide {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 15px 15px;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    font-size: 12px;
  }
  #slider_hero .owl-theme .owl-dots .owl-dot span {
    width: 19px;
    height: 19px;
  }
  .btn_blue {
    padding: 7px 20px;
    font-size: 14px;
  }

    .img_main1 {
        top: 50%;
        left: 53%;
        transform: translate(-50%, -50%);
        width: 400px;
    }
  .img_main2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 176%;
  }
  .img_main3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 176%;
  }
  .img_main4 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 176%;
  }
    .img_main5 {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 176%;
    }
.s1_bg {
    overflow: hidden;
}
}*/