/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1; }

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
    display: block;
    width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }

.owl-carousel.owl-hidden {
    opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }

.owl-carousel.owl-rtl {
    direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
    float: right; }

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }
.owl-height {
    transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
    margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; }

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
    margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

h2 {
    font-size: 1.5em;
    margin: 0.83em 0; }

h3 {
    font-size: 1.17em;
    margin: 1em 0; }

h4 {
    font-size: 1em;
    margin: 1.33em 0; }

h5 {
    font-size: 0.83em;
    margin: 1.67em 0; }

h6 {
    font-size: 0.67em;
    margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
    font-weight: bold; }

blockquote {
    margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
    margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
    content: '';
    content: none; }

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0; }

dd {
    margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222; }

html {
    font-size: 1em;
    line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none; }

::selection {
    background: #b3d4fc;
    text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
    vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px; }

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }

.clearfix:after {
    clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important; }

    a,
    a:visited {
        text-decoration: underline; }

    a[href]:after {
        content: " (" attr(href) ")"; }

    abbr[title]:after {
        content: " (" attr(title) ")"; }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""; }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }

    thead {
        display: table-header-group;
        /* h5bp.com/t */ }

    tr,
    img {
        page-break-inside: avoid; }

    img {
        max-width: 100% !important; }

    @page {
        margin: 0.5cm; }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }

    h2,
    h3 {
        page-break-after: avoid; } }
.blue_button, .red_button, .white_button, #main-section .hero .hero_content:before, #main-section .hero:before, main .blue_divider, main #benefits .benefits_item__wrapper .benefits_item .img_holder.graf, #footer:before, #login .login_form h3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f8efc+0,206bd3+100 */
    /* background: #3f8efc; */
    /* Old browsers */
    /* background: -moz-linear-gradient(left, #3f8efc 0%, #206bd3 100%); */
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(left, #3f8efc 0%, #206bd3 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right, #3f8efc 0%, #206bd3 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f8efc', endColorstr='#206bd3',GradientType=1 ); */
    /* IE6-9 */ }

.blue_button:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#206bd3+0,3f8efc+100 */
    background: #206bd3;
    /* Old browsers */
    background: -moz-linear-gradient(left, #206bd3 0%, #3f8efc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #206bd3 0%, #3f8efc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #206bd3 0%, #3f8efc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#206bd3', endColorstr='#3f8efc',GradientType=1 );
    /* IE6-9 */ }

.blue_button_disabled {
    background: #b1cff9 !important;
    /* Old browsers */
    background: -moz-linear-gradient(left, #75aeff 0%, #549bff 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #75aeff 0%, #549bff 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #75aeff 0%, #549bff 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#75aeff", endColorstr="#549bff",GradientType=1 ) !important;
    /* IE6-9 */
}

.red_button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed252e+0,bf070f+100 */
    background: #ed252e;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ed252e 0%, #bf070f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ed252e 0%, #bf070f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ed252e 0%, #bf070f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed252e', endColorstr='#bf070f',GradientType=1 );
    /* IE6-9 */ }

.red_button:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf070f+1,ed252e+100 */
    background: #bf070f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #bf070f 1%, #ed252e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #bf070f 1%, #ed252e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #bf070f 1%, #ed252e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf070f', endColorstr='#ed252e',GradientType=1 );
    /* IE6-9 */ }

#header .navbar .navbar_buttons .blue_button, #header .navbar .navbar_buttons .red_button, #main-section .hero .hero_content, main #carousel_wrapper .owl-carousel .carousel_item__img, main #carousel_wrapper .owl-carousel .carousel_item__link {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5); }

.blue_button, .red_button, .white_button {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;
    padding: 14px;
    border: none;
    color: #fff;
    border-radius: 0;
    transition: color 0.3s, background 0.3s; }
.blue_button:hover, .red_button:hover, .white_button:hover {
    color: #fff; }
.white_button {
    background: transparent;
    border: solid 4px #10adc9; }
.white_button:hover {
    color: #10adc9;
    border-color: #fff; }
.dn {
    display: none; }
body {
    min-width: 310px;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif; }
#header .navbar {
    padding: 0 2.750em 0 5.625em;
    padding-left: 50px;
    height: 120px;
    width: 100%;
    position: fixed;
    z-index: 9;
    box-sizing: border-box; }
#header .navbar .logo {
    width: 441px;
    float: left;
    margin: 5px 0 0 0; }
#header .navbar .navbar_nav {
    margin: 39px 0 0 0;
    padding: 0;
    float: left;
    width: calc(100% - 850px);
    text-align: center; }
#header .navbar .navbar_nav .nav_item {
    position: relative;
    display: inline-block;
    padding: 0 1.875em;
    border-bottom: 4px solid #fff; }
#header .navbar .navbar_nav .nav_item a {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0.4em 0.2em;
    text-decoration: none;
    color: #fff;
    border-bottom: 4px solid #fff;
    position: relative;
    top: 4px; }
#header .navbar .navbar_nav .nav_item.active a {
    border-color: #ed252e; }
#header .navbar .navbar_nav .nav_item:after {
    content: " ";
    position: absolute;
    display: block;
    height: 100%;
    bottom: 0;
    top: 0;
    width: 10px;
    right: -10px;
    border-bottom: 4px solid #fff; }
#header .navbar .navbar_nav .nav_item:last-child:after {
    display: none; }
#header .navbar .navbar_nav .nav_item__buttons {
    display: none; }
#header .navbar .navbar_buttons {
    display: inline-block;
    width: 374px;
    float: right;
    margin-top: 20px; }
#header .navbar .navbar_buttons .blue_button, #header .navbar .navbar_buttons .red_button {
    min-width: 177px; }
#header .navbar .navbar_buttons .blue_button {
    margin-right: 15px; }
#header .navbar .navbar_toggler {
    display: none; }
#header .navbar:before {
    content: " ";
    display: block;
    background-color: #fff;
    position: absolute;
    top: -300px;
    left: -100px;
    width: 600px;
    height: 500px;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5); }
#header .navbar .logo img {
    width: 350px;}
#header .navbar:after {
    content: " ";
    display: table;
    clear: both; }
#header .navbar.bg .navbar_nav .nav_item a {
    color: #3f8efc; }
#header .navbar.bg .navbar_buttons .blue_button, #header .navbar.bg .navbar_buttons .red_button {
    box-shadow: none; }
#header .navbar.bg:before {
    height: 88px;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    width: 100%;
    transition: all 0.3s; }
#main-section .hero {
	background-image: url("../../../media/images/index/hero.jpg");
    position: relative;
	padding-top: 225px; }
#main-section .hero .hero_content {
    position: relative;
    z-index: 2;
    max-width: 61.375em;
    margin: 0 auto;
    padding: 0 0 1.7em 0;
    background-color: #fff;
    text-align: center; }
#main-section .hero .hero_content .hero_text__top {
    color: #000;
    border-top: solid 8px #bdd9ff;
    margin: 0;
    font-size: 3.375em;
    line-height: 1.36em;
    padding: 0.5em 5% 0 5%;
    font-weight: 300; }
#main-section .hero .hero_content .hero_text__top span, #main-section .hero .hero_content .hero_text__top h1 {
    color: #ed252e;
    font-size: 0.775em;
    position: relative;
    top: -13px; }
#main-section .hero .hero_content .hero_text__top h1 {
    display: inline-block;
    margin: 0; }
#main-section .hero .hero_content .hero_images {
    display: flex;
    max-width: 94%;
    min-height: 230px;
    margin: 0 auto;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center; }
.bg-squarespace, .bg-drupal, .bg-bigcommerce, .bg-wordpress, .bg-magento,
.bg-jommla, .bg-shopify, .bg-wix, .bg-prestashop, .bg-weebly
{ max-width: 100%; background-size: 100%; background-repeat: no-repeat; background-image: url('../../../media/images/index/popup-maker-platforms.png'); }
.bg-squarespace { background-position: 0 0%; background-size: 100%; }
.bg-drupal { background-position: 0 9.902913%; background-size: 127.906977%; }
.bg-bigcommerce { background-position: 0 23.03263%; background-size: 128.404669%; }
.bg-wordpress { background-position: 0 35.12476%; background-size: 128.90625%; }
.bg-magento { background-position: 0 48.235294%; background-size: 129.411765%; }
.bg-jommla { background-position: 0 60.037523%; background-size: 142.857143%; }
.bg-shopify { background-position: 0 71.483622%; background-size: 157.142857%; }
.bg-wix { background-position: 0 81.495327%; background-size: 167.51269%; }
.bg-prestashop { background-position: 0 88.990826%; background-size: 194.117647%; }
.bg-weebly { background-position: 0 100%; background-size: 206.25%; }
/**/
.bg-cloudflare, .bg-drupal-colored, .bg-google-analistic, .bg-mail-chimp, .bg-opencart,
.bg-prestashop-colored, .bg-shopify-colored, .bg-wordpress-colored, .bg-zapier
{ max-width: 100%; background-size: 100%; background-repeat: no-repeat; background-image: url('../../../media/images/index/popup-maker-plugins-integrations-lazy.jpg'); }
.bg-cloudflare.visible, .bg-drupal-colored.visible, .bg-google-analistic.visible, .bg-mail-chimp.visible, .bg-opencart.visible,
.bg-prestashop-colored.visible, .bg-shopify-colored.visible, .bg-wordpress-colored.visible, .bg-zapier.visible
{ max-width: 100%; background-size: 100%; background-repeat: no-repeat; background-image: url('../../../media/images/index/popup-maker-plugins-integrations.png'); }
.bg-cloudflare { background-position: 50% 0%; background-size: 96%; }
.bg-drupal-colored { background-position: 50% 12.5%; background-size: 96%; }
.bg-google-analistic { background-position: 50% 25%; background-size: 96%; }
.bg-mail-chimp { background-position: 50% 37.5%; background-size: 96%; }
.bg-opencart { background-position: 50% 50%; background-size: 96%; }
.bg-prestashop-colored { background-position: 50% 62.5%; background-size: 96%; }
.bg-shopify-colored { background-position: 50% 75%; background-size: 96%; }
.bg-wordpress-colored { background-position: 50% 87.5%; background-size: 96%; }
.bg-zapier { background-position: 50% 100%; background-size: 96%; }
/**/
.bg-30-day-guarantee-min, .bg-ssl-secure-min, .bg-review-alex, .bg-review-christopher, .bg-review-melissa,
.bg-review-peter
{ max-width: 100%; background-size: 100%; background-image: url('../../../media/images/index/popup-maker-reviews-scure-shilds-lazy.jpg'); }
.bg-30-day-guarantee-min.visible, .bg-ssl-secure-min.visible, .bg-review-alex.visible, .bg-review-christopher.visible, .bg-review-melissa.visible,
.bg-review-peter.visible
{ max-width: 100%; background-size: 100%; background-image: url('../../../media/images/index/popup-maker-reviews-scure-shilds.png'); }
.bg-30-day-guarantee-min { background-position: 0 0%; background-size: 100% !important; }
.bg-ssl-secure-min { background-position: 0 15.21511%; background-size: 100% !important; }
.bg-review-alex { background-position: 0 30.821918%; background-size: 104.166667% !important; }
.bg-review-christopher { background-position: 0 53.881279%; background-size: 104.166667% !important; }
.bg-review-melissa { background-position: 0 76.940639%; background-size: 104.166667% !important; }
.bg-review-peter { background-position: 0 100%; background-size: 104.166667% !important; }
#main-section .hero .hero_content .blue_button {
    font-size: 2em;
    border: 1px solid #bdd9ff;
    padding: .6em;
    margin: .6em 0 1em 0; }
#main-section .hero .hero_content .hero_text__bottom {
    font-size: 1.875em;
    font-weight: 300;
    color: #707070;
    margin: 0.4em 0 0 0;
    padding: 0; }
#main-section .hero .hero_content:before {
    content: " ";
    display: block;
    height: 1.2em; }
#main-section .hero .hero_content:after {
    content: "";
    position: absolute;
    top: -35px;
    right: -35px;
    display: block;
    height: 97px;
    width: 97px;
    background-image: url("../../../media/images/index/hero_icon.png"); }
#main-section .hero:before {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5; }
#main-section .hero:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    height: 300px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background: url("../../../media/images/index/hero_after_bg.png") bottom no-repeat; }
@media (max-width: 1726px) {
    #header .navbar .navbar_nav .nav_item {
        padding: 0 1em; }
    #header .navbar .navbar_nav .nav_item a {
        font-size: 1.02em; } }
@media (min-width: 1570px) and (max-width: 1726px) {
    #header .navbar .navbar_nav {
        margin-top: 14px !important;}
    #header .navbar .navbar_nav .nav_item {
        padding: 0 1em; }
    #header .navbar .navbar_nav .nav_item a {
        font-size: 20px;
        padding: 0 10px;
        margin-top: 20px; } }
@media (max-width: 1662px) {
    #header .navbar {
        height: 85px;
        padding-left: 55px; }
    #header .navbar .logo {
        width: 256px; }
    #header .navbar .logo img {
        width: 256px; }
    #header .navbar .navbar_nav {
        margin-top: 27px;
        width: calc(100% - 520px); }
    #header .navbar .navbar_buttons {
        margin-top: 14px;
        width: 260px; }
    #header .navbar .navbar_buttons .blue_button, #header .navbar .navbar_buttons .red_button {
        font-size: 1em;
        min-width: 120px; }
    #header .navbar:before {
        top: -250px;
        left: -90px;
        width: 500px;
        height: 400px;}
    #header .navbar.bg:before {
        height: 70px; } }
@media (max-width: 1366px) {
    #header .navbar {
        height: 74px;
        padding: 0 0.750em 0 0.625em; }
	#header .navbar .navbar_nav .nav_item {
		padding: 0 0.6em; }
    #header .navbar .logo {
        width: 216px; }
    #header .navbar .logo img {
        width: 216px; }
    #header .navbar .navbar_nav {
        margin-top: 17px;
        width: calc(100% - 432px); }
    #header .navbar .navbar_buttons {
        margin-top: 20px;
        width: 216px; }
    #header .navbar .navbar_buttons .blue_button, #header .navbar .navbar_buttons .red_button {
        font-size: 0.8em;
        padding: 8px;
        min-width: 100px; }
    #header .navbar .navbar_buttons .blue_button {
        margin-right: 10px; }
    #header .navbar:before {
        top: -159px;
        left: -42px;
        width: 300px;
        height: 300px; }
    #header .navbar.bg:before {
        height: 61px; }
    #main-section .hero {
        padding-top: 210px; }
    #main-section .hero .hero_content {
        max-width: 56em; } }
@media (max-width: 992px) {
    #header .navbar .navbar_nav {
        position: absolute;
        background-color: #fff;
        width: 256px;
        margin-top: 74px;
        overflow: scroll;
        height: 75vh;
        margin-right: -300px;
        right: 0;
        -webkit-box-shadow: -7px 6px 16px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: -7px 6px 16px 0px rgba(0, 0, 0, 0.5);
        box-shadow: -7px 6px 16px 0px rgba(0, 0, 0, 0.5);
        transition: margin-right 0.3s; }
    #header .navbar .navbar_nav .nav_item {
        display: block; }
    #header .navbar .navbar_nav .nav_item a {
        color: #3f8efc; }
    #header .navbar .navbar_nav .nav_item:after {
        display: none; }
    #header .navbar .navbar_nav .nav_item__buttons {
        display: block;
        padding: 5px 0;
        margin-bottom: 10px;
        border-bottom: 2px solid #e1e1e1; }
    #header .navbar .navbar_nav .nav_item__buttons .red_button, #header .navbar .navbar_nav .nav_item__buttons .blue_button {
        font-size: 18px;
        min-width: 122px;
        padding: 10px;
        margin: 5px 0; }
    #header .navbar .navbar_nav .nav_item__buttons .blue_button {
        position: relative;
        left: 2px; }
    #header .navbar .navbar_nav.show {
        margin-right: 0;
        transition: margin-right 0.3s; }
    #header .navbar .navbar_buttons {
        margin-top: 23px;
        margin-right: 25px;
        display: none; }
    #header .navbar .navbar_toggler {
        display: inline-block;
        position: relative;
        float: right;
        border: none;
        background: #fff;
        height: 6px;
        width: 36px;
        padding: 0;
        margin: 25px 0 15px 0;
        outline: none; }
    #header .navbar .navbar_toggler:before, #header .navbar .navbar_toggler:after {
        content: " ";
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background: #fff;
        right: 0;
        left: 0;
        transition: all 0.3s; }
    #header .navbar .navbar_toggler:before {
        top: -12px; }
    #header .navbar .navbar_toggler:after {
        bottom: -12px; }
    #header .navbar .navbar_toggler.open {
        background: none; }
    #header .navbar .navbar_toggler.open:before {
        transform: rotate(45deg);
        top: 0;
        transition: all 0.3s; }
    #header .navbar .navbar_toggler.open:after {
        transform: rotate(-45deg);
        bottom: 0;
        transition: all 0.3s; }
    #header .navbar.bg .navbar_toggler {
        background-color: #3f8efc; }
    #header .navbar.bg .navbar_toggler:after, #header .navbar.bg .navbar_toggler:before {
        background-color: #3f8efc; }
    #header .navbar.bg .navbar_toggler.open {
        background-color: transparent; }
    #main-section .hero {
        padding-top: 210px; }
    #main-section .hero .hero_content {
        max-width: 535px;
        padding-bottom: 0.7em; }
    #main-section .hero .hero_content .hero_text__top {
        font-size: 2.875em; }
    #main-section .hero .hero_content .blue_button {
        font-size: 1.5em; }
    #main-section .hero .hero_content .hero_images {
        min-height: 148px; }
    #main-section .hero .hero_content .hero_images img {
        max-width: 128px; }
    #main-section .hero .hero_content .hero_images img:nth-child(2) {
        max-width: 178px; }
    #main-section .hero .hero_content .hero_images img:nth-child(5) {
        max-width: 98px; }
    #main-section .hero .hero_content .hero_text__bottom {
        font-size: 1em; }
    #main-section .hero .hero_content:after {
        height: 80px;
        width: 80px;
        background-size: 100%; } }
@media (max-width: 640px) {
    #main-section .hero .hero_content {
        max-width: 90%;
        margin-right: 5%;
        margin-left: 5%; }
    #main-section .hero .hero_content .hero_text__top {
        font-size: 2.3em;
        padding-top: .8em; }
    #main-section .hero .hero_content .hero_images img {
        margin: 5px 0; }
    #main-section .hero .hero_content:after {
        width: 60px;
        height: 60px;
        top: -15px;
        right: -15px; } }
@media (max-width: 534px) {
    #header .navbar .logo, #header .navbar .logo img {
        width: 165px; }
    #header .navbar .navbar_buttons {
        width: auto;
        margin-right: 10px; }
    #header .navbar .navbar_buttons .blue_button, #header .navbar .navbar_buttons .red_button {
        max-width: 40px;
        min-width: 0;
        text-overflow: ellipsis;
        overflow: hidden; }
    #header .navbar .navbar_buttons .blue_button {
        margin-right: 10px; }
    #header .navbar:before {
        top: -201px;
        left: -78px; } }

main #templates {
    box-sizing: border-box;
    padding: 60px 14px 0 14px;
    text-align: center; }
main #templates .title {
    color: #035edd;
    font-size: 2.5em;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase; }
main #templates .img_row__1, main #templates .img_row__2 {
    margin-top: 26px; }
main #templates .img_row__1 a, main #templates .img_row__2 a {
    width: calc(50% - 7px);
    float: left;
    display: block;
    position: relative; }
main #templates .img_row__1 a img, main #templates .img_row__2 a img {
    width: 100%;
    height: auto; }
main #templates .img_row__1 a:first-child, main #templates .img_row__2 a:first-child {
    margin-right: 14px; }
main #templates .img_row__1 a:before, main #templates .img_row__2 a:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #141414;
    opacity: 0;
    background-image: url("../../../media/images/index/eye.png");
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s; }
main #templates .img_row__1 a:hover:before, main #templates .img_row__2 a:hover:before {
    opacity: .85; }
main #templates .img_row__1:after, main #templates .img_row__2:after {
    content: " ";
    display: table;
    clear: both; }
main #templates .img_row__2 {
    margin-top: 14px; }
main #templates .img_row__2 a {
    width: calc((100% - 28px) / 3);
    margin-right: 14px; }
main #templates .img_row__2 a:last-child {
    margin-right: 0; }
main #templates .blue_button, main #templates .red_button {
    font-weight: normal;
    margin: 38px 0; }
main .blue_divider > div {
    float: left;
    width: 33.333333%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.125em;
    text-transform: uppercase; }
main .blue_divider > div p {
    position: relative;
    padding-left: 96px;
    height: 68px;
    padding-top: 7px;
    max-width: 280px;
    margin: 52px auto;
    text-align: left;
    box-sizing: border-box; }
main .blue_divider > div p:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 77px;
    height: 68px;
    background-image: url("../../../media/images/index/icon_1.png"); }
main .blue_divider > div p span {
    display: inline-block;
    width: 100%;
    font-size: 1.563em;
    position: relative;
    top: -10px; }
main .blue_divider > div:nth-child(2) p:before {
    background-image: url("../../../media/images/index/icon_2.png"); }
main .blue_divider > div:nth-child(3) p:before {
    background-image: url("../../../media/images/index/icon_3.png"); }
main .blue_divider:after {
    content: " ";
    display: table;
    clear: both; }
main #triggers {
    text-align: center;
    padding: 60px 14px 0 14px;
}
main #triggers .title {
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    font-size: 2.5em;
    color: #3f8efc;
}
main #triggers .title .sub_title {
    margin-top: 30px;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: normal;
    padding: 0 15px;
    box-sizing: border-box;
}
main #triggers .te-elements-grid {
    width: 90%;
    display: grid;
    grid-template-columns: auto auto;
    padding: 20px;
    margin: 0 auto !important;
}
main #triggers .te-video {
    width: 100%;
}
main #triggers .te-demo {
    display: block;
    margin: 15px auto !important;
    width: 450px;
    border-radius: 3px;
    box-shadow: 10px 10px 40px -10px rgb(101, 101, 101);
}
main #triggers .te-links {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    padding: 4%;
    text-align: justify;
}
main #triggers .te-links .te-link-row {
    display: block;
    line-height: 16px;
    max-width: 350px;
    min-width: 225px;
    height: 85px;
    max-height: 85px;
    overflow: hidden;
    padding: 0 45px 10px 10px;
}
main #triggers .te-page {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 24px;
    display: block;
    color: #0d82df;
    text-decoration: none;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}
main #triggers .te-page:hover {
    color: #0868b6;
}
main #triggers .te-link-description {
    font-size: 14px;
    font-weight: 500;
    color: #60656f;
}
@media screen and (max-width: 1030px) {
    main #triggers .te-elements-grid {
        grid-template-columns: auto;
    }
}
@media screen and (max-width: 1060px) {
    main #triggers .te-links {
        width: 90%;
    }
    main #trigger .te-page {
        font-size: 18px;
    }
    main #triggers .te-links .te-link-row {
        padding: 0 15px 10px 10px;
    }
}
@media screen and (max-width: 1110px) {
    main #triggers .te-links .te-link-row {
        padding: 0 10px 10px 10px;
    }
}
@media screen and (max-width: 700px) {
    main #triggers .te-links {
        grid-template-columns: auto;
        padding: 0;
    }
    main #triggers .te-demo {
        width: 350px;
        margin: 5px auto !important;
    }
    main #triggers .te-links .te-link-row {
        max-width: 400px;
        min-width: 200px;
        padding: 0;
        margin: 0 auto;
        margin-top: 40px;
    }
}

@media screen and (max-width: 400px) {
    main #triggers .te-links {
        grid-template-columns: auto;
        padding: 0;
    }
    main #triggers .te-demo {
        width: 250px;
        margin: 2px auto !important;
    }
    main #triggers .te-links .te-link-row {
        height: 95px;
        max-height: 100px;
        margin-top: 15px;
    }
    main #triggers .te-page {
        font-size: 18px;
    }
    main #triggers .te-link-description {
        font-size: 12px;
    }
}

main #display-rules .title {
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    font-size: 2.5em;
    color: #3f8efc;
}
main #display-rules .title .sub_title {
    margin-top: 30px;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: normal;
    padding: 0 15px;
    box-sizing: border-box;
}
main #display-rules .dr-elements-grid {
    width: 90%;
    display: grid;
    grid-template-columns: auto auto;
    padding: 20px;
    margin: 0 auto !important;
}
main #display-rules .dr-video {
    width: 100%;
}
main #display-rules .dr-demo {
    display: block;
    margin: 15px auto !important;
    width: 450px;
    border-radius: 3px;
    box-shadow: 10px 10px 40px -10px rgb(101, 101, 101);
}
main #display-rules .dr-links {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    padding: 2%;
}
main #display-rules .dr-links .dr-link-row {
    display: block;
    line-height: 16px;
    max-width: 350px;
    min-width: 225px;
    overflow: hidden;
    padding: 0 45px 10px 10px;
}
main #display-rules .dr-page {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    color: #0d82df;
    text-decoration: none;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}
main #display-rules .dr-page:hover {
    color: #0868b6;
}
main #display-rules .dr-link-description {
    font-size: 12px;
    font-weight: 500;
    color: #60656f;
}
@media screen and (max-width: 1165px) {
    main #display-rules .dr-elements-grid {
        grid-template-columns: auto;
    }
}
@media screen and (max-width: 810px) {
    main #display-rules .dr-links {
        grid-template-columns: auto;
        padding: 0;
    }
    main #display-rules .dr-demo {
        width: 350px;
        margin: 5px auto !important;
    }
    main #display-rules .dr-links .dr-link-row {
        max-width: 400px;
        min-width: 200px;
        padding: 0;
        margin: 0 auto;
        margin-top: 40px;
	}
}

@media screen and (max-width: 400px) {
    main #display-rules .dr-elements-grid {
        width: 80%;
    }
    main #display-rules .dr-links {
        grid-template-columns: auto;
        padding: 0;
    }
    main #display-rules .dr-demo {
        width: 250px;
        margin: 2px auto !important;
    }
    main #display-rules .dr-links .dr-link-row {
        height: 95px;
        max-height: 100px;
        margin-top: 15px;
	}
}

main #benefits {
    text-align: center; }
main #benefits .title {
    margin: 50px 0 30px 0;
    padding: 0;
    text-align: center;
    font-size: 2.5em;
    color: #3f8efc; }
main #benefits .title .sub_title {
    margin-top: 30px;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: normal;
    padding: 0 15px;
    box-sizing: border-box; }
main #benefits .benefits_item__wrapper {
    box-sizing: border-box;
    margin: 0 80px 0 80px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
main #benefits .benefits_item__wrapper .benefits_item {
    width: 24.6%;
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none;
	cursor: pointer;
    position: relative;
    padding-top: 60px; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder {
    position: relative;
    width: 211px;
    background-image: url("../../../media/images/index/benefit_img.png");
    height: 193px;
    margin: 0 auto; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder span {
    color: #3f8efc;
    position: absolute;
    display: inline-block;
    font-size: 26px;
    transform: rotate(12deg);
    right: -18px;
    top: -30px;
    opacity: 0;
    transition: opacity 0.3s, top 0.3s; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder:before {
    content: " ";
    position: absolute;
    width: 86px;
    height: 56px;
    top: 42px;
    left: -42px;
    background-image: url("../../../media/images/index/benefit_letter.png");
    transition: left 0.3s; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder:after {
    content: " ";
    position: absolute;
    width: 70px;
    height: 40px;
    top: 47px;
    left: 164px;
    transition: transform 0.3s linear;
    transform: rotate(-90deg);
    transform-origin: 10px 10px;
    transform-style: preserve-3D;
    background-image: url("../../../media/images/index/benefit_flag.png"); }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.connect {
    background-image: url("../../../media/images/index/subcristion.png");
    background-position-y: 48px; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.connect:before {
    background-image: url("../../../media/images/index/subcristion_top.png");
    width: 211px;
    height: 193px;
    top: 98px;
    left: 0;
    transform-origin: top;
    transform-style: preserve-3D;
    transition: transform 0.2s;
    transform: rotateX(0);
    background-repeat: no-repeat; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.connect:after {
    background-image: url("../../../media/images/index/subcristion_item.png");
    width: 55px;
    height: 56px;
    top: -10px;
    left: 85px;
    transform: rotate(0);
    opacity: 0;
    transition: all 0.4s; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.conorate {
    background-image: url("../../../media/images/index/windg_bg.png");
    top: 40px; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.conorate:before {
    background-image: url("../../../media/images/index/windg_left.png");
    width: 55px;
    height: 44px;
    top: 69px;
    left: 10px;
    z-index: -1;
    background-size: 100%; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.conorate:after {
    background-image: url("../../../media/images/index/windg_right.png");
    width: 55px;
    height: 44px;
    transform: rotate(0);
    top: 69px;
    right: 10px;
    left: auto;
    background-size: 100%;
    z-index: -1; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.conorate span {
    display: none; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.conorate .img_holder.conorate {
    top: -90px;
    left: -70px;
    transform: scale(0.7); }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.conorate .img_holder.conorate img {
    width: 211px;
    height: 193px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.conorate .img_holder.conorate.second {
    top: -284px;
    left: auto;
    right: -70px; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.stop {
    background-image: url("../../../media/images/index/stop_bg.png"); }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.stop:before {
    display: none; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.stop:after {
    background-image: url("../../../media/images/index/stop_heand.png");
    top: 21px;
    left: 50px;
    width: 92px;
    height: 116px;
    transform: rotate(0);
    transition: all 0.3s; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.sales {
    background-image: url("../../../media/images/index/time_bg.png");
    background-position-y: 50px; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.sales:after {
    background-image: url("../../../media/images/index/time_bg1.png");
    width: 211px;
    height: 193px;
    top: 50px;
    left: 0;
    transform: rotate(0);
    z-index: 1; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.sales:before {
    background-image: url("../../../media/images/index/time_bg2.png");
    width: 211px;
    height: 193px;
    top: 42px;
    left: 3px;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.6s; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.graf span {
    width: 55px;
    display: inline-block;
    background-repeat: no-repeat;
    transform: rotate(0);
    opacity: 1;
    left: 0;
    top: auto;
    bottom: 14px; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.graf span:first-child {
    left: 140px;
    background-image: url("../../../media/images/index/grapic_eye_1.png"), linear-gradient(to right, #3f8efc 0%, #206bd3 100%);
    height: 90px;
    transition: height 0.6s; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.graf span:nth-child(2) {
    left: 75px;
    background-image: url("../../../media/images/index/grapic_eye_2.png"), linear-gradient(to right, #3f8efc 0%, #206bd3 100%);
    height: 60px;
    transition: height 0.4s; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.graf span:nth-child(3) {
    left: 10px;
    background-image: url("../../../media/images/index/grapic_eye_3.png"), linear-gradient(to right, #3f8efc 0%, #206bd3 100%);
    height: 30px;
    transition: height 0.2s; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.graf:before {
    display: block;
    background-image: none;
    width: 200px;
    height: 182px;
    background-color: #fff;
    top: 0;
    left: 0; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.graf:after {
    display: none; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.plus_age {
    background-image: url("../../../media/images/index/18_bg.png"); }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.plus_age:before {
    background-image: url("../../../media/images/index/18_eye.png");
    width: 211px;
    height: 193px;
    top: 0;
    left: 0; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.plus_age:after {
    background-image: url("../../../media/images/index/18_hand.png");
    width: 47px;
    height: 53px;
    left: 0;
    top: 15px;
    transform: rotate(0);
    transform-origin: right bottom;
    transform-style: preserve-3D; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.social_anim {
    background-image: url("../../../media/images/index/social_bg.png"); }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.social_anim:after, main #benefits .benefits_item__wrapper .benefits_item .img_holder.social_anim:before {
    display: none; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.social_anim span {
    top: 0;
    left: 0;
    display: inline-block;
    transform: rotate(0);
    width: 80px;
    height: 81px;
    background-repeat: no-repeat;
    opacity: 0; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.social_anim span:first-child {
    background-image: url("../../../media/images/index/social_t.png");
    left: 70px;
    top: 20px;
    transition: all 0.3s; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.social_anim span:nth-child(2) {
    background-image: url("../../../media/images/index/social_fb.png");
    top: 30px;
    left: 20px;
    transition: all 0.5s; }
main #benefits .benefits_item__wrapper .benefits_item .img_holder.social_anim span:nth-child(3) {
    background-image: url("../../../media/images/index/social_g.png");
    top: 72px;
    left: 40px;
    transition: all 0.1s; }
main #benefits .benefits_item__wrapper .benefits_item .first_text {
    background-color: #3f8efc;
    font-size: 30px;
    height: 226px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 10px; }
main #benefits .benefits_item__wrapper .benefits_item .second_text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 226px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    background-color: #360568;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder span {
    top: -50px;
    opacity: 1; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder:before {
    left: 0; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder:after {
    transform: rotate(0); }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.connect:before {
    transform: rotateX(-180deg); }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.connect:after {
    top: 85px;
    opacity: 1; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.conorate:before {
    top: 69px;
    left: 10px;
    transform-origin: right center;
    transform-style: preserve-3D;
    animation: wing_animation_left 1s linear infinite; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.conorate:after {
    top: 69px;
    left: auto;
    right: 10px;
    transform-origin: left center;
    transform-style: preserve-3D;
    animation: wing_animation_right 1s linear infinite; }
@keyframes wing_animation_left {
    0% {
        transform: rotate(0); }
    25% {
        transform: rotate(15deg); }
    50% {
        transform: rotate(0); }
    75% {
        transform: rotate(-15deg); }
    100% {
        transform: rotate(0); } }
@keyframes wing_animation_right {
    0% {
        transform: rotate(0); }
    25% {
        transform: rotate(-15deg); }
    50% {
        transform: rotate(0); }
    75% {
        transform: rotate(15deg); }
    100% {
        transform: rotate(0); } }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.stop:after {
    animation: stop 1.1s linear infinite; }
@keyframes stop {
    0% {
        top: 21px;
        left: 50px;
        transform: scale(1); }
    50% {
        transform: scale(1.2);
        left: 46px;
        top: 16px; }
    100% {
        top: 21px;
        left: 50px;
        transform: scale(1); } }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.sales:before {
    top: 42px;
    left: 3px;
    opacity: 0; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.sales:after {
    opacity: 0;
    animation: time 2.5s infinite;}
@keyframes time {
    0% {
        display: block;
        opacity: 1; }
    1% {
        display: block;
        opacity: 1; }
    100% {
        display: none;
        opacity: 0; } }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.graf span {
    top: auto; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.graf span:first-child {
    height: 160px; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.graf span:nth-child(2) {
    height: 130px; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.graf span:nth-child(3) {
    height: 90px; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.plus_age:before {
    animation: top_move 0.6s linear infinite; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.plus_age:after {
    animation: hand_shake 0.6s linear infinite; }
@keyframes top_move {
    0% {
        top: 0; }
    25% {
        top: -2px; }
    50% {
        top: 0; }
    75% {
        top: 2px; }
    100% {
        top: 0; } }
@keyframes hand_shake {
    0% {
        transform: rotate(0); }
    25% {
        transform: rotate(5deg); }
    50% {
        transform: rotate(0); }
    75% {
        transform: rotate(-5deg); }
    100% {
        transform: rotate(0); } }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.social_anim span {
    opacity: 1; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.social_anim span:first-child {
    top: 0;
    left: 50px; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.social_anim span:nth-child(2) {
    top: 30px;
    left: 0; }
main #benefits .benefits_item__wrapper .benefits_item:hover .img_holder.social_anim span:nth-child(3) {
    top: 92px;
    left: 0; }
main #benefits .benefits_item__wrapper .benefits_item:hover .second_text {
    opacity: 1; }
@media (max-width: 1200px) {
    main #benefits .benefits_item__wrapper .benefits_item {
        width: 33%; } }
main #benefits .red_button {
    margin: 15px 0 0 0; }
@media (min-width: 993px) and (max-width: 1200px) {
    main #benefits .red_button {
        position: relative;
        top: -85px; } }
main #plugins {
    text-align: center; }
main #plugins .title {
    margin: 50px 0 30px 0;
    padding: 0;
    text-align: center;
    font-size: 2.5em;
    color: #3f8efc; }
main #plugins .title .sub_title {
    margin-top: 30px;
    display: block;
    color: black;
    width: 100%;
    font-size: 22px;
    font-weight: normal;
    padding: 0 15px;
    box-sizing: border-box; }
main #plugins .plugins_title {
    margin-top: 50px; }
main #plugins .brand_wrapper {
    margin-top: 40px; }
main #plugins .brand_wrapper a {
    display: inline-block;
    border: solid 10px transparent;
    transition: border-color 0.3s; }
main #plugins .brand_wrapper a img {
    border: dashed 3px #3f8efc;
    padding: 5px;
    transition: border-color 0.3s; }
main #plugins .brand_wrapper a:hover {
    border-color: #3f8efc; }
main #plugins .brand_wrapper a:hover img {
    border-color: transparent; }
main #carousel_wrapper {
    margin: 100px 0;
    text-align: center; }
main #carousel_wrapper .owl-carousel {
    position: relative;
    background-image: url("../../../media/images/index/carousel_bg.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat; }
main #carousel_wrapper .owl-carousel .carousel_item {
    text-align: center;
    padding-bottom: 60px;
    max-width: 90%;
    margin: 50px auto 0 auto; }
main #carousel_wrapper .owl-carousel .carousel_item__img {
    border-radius: 50%;
    width: 192px;
    height: 192px;
    display: inline-block; }
main #carousel_wrapper .owl-carousel .carousel_item__link {
    display: inline-block;
    background-color: #00aeef;
    position: relative;
    top: -30px;
    z-index: -1;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 15px;
    transition: all 0.3s;
    border: 3px solid transparent; }
main #carousel_wrapper .owl-carousel .carousel_item__link__name {
    font-weight: 600;
    text-transform: uppercase; }
main #carousel_wrapper .owl-carousel .carousel_item__link:before {
    content: " ";
    display: block;
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff; }
main #carousel_wrapper .owl-carousel .carousel_item__link:after {
    content: " ";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #00aeef;
    z-index: -1; }
main #carousel_wrapper .owl-carousel .carousel_item:hover {
    cursor: pointer; }
main #carousel_wrapper .owl-carousel .carousel_item:hover .carousel_item__link {
    background-color: #fff;
    color: #00aeef;
    top: 30px;
    border-color: #00aeef; }
main #carousel_wrapper .owl-carousel .carousel_item:hover .carousel_item__link__name {
    color: #3f8efc; }
main #plan .plan_header {
    text-align: center;
    background-image: url("../../../media/images/index/bg_img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
main #plan .plan_header .title {
    font-size: 2.5em;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 65px 0 0 0; }
main #plan .plan_header .button_wrapper {
    margin: 15px 0 25px 0; }
main #plan .plan_header .button_wrapper .white_button {
    min-width: 150px;
    position: relative;
    font-size: 21px; }
main #plan .plan_header .button_wrapper .white_button.active {
    color: #10adc9;
    border-color: #fff;
    background-color: #fff; }
main #plan .plan_header .button_wrapper .white_button:first-child {
    left: 2px; }
main #plan .plan_header .button_wrapper .white_button:last-child {
    right: 2px; }
main #plan .plan_header p {
    font-size: 16px;
    margin: 0;
    padding-bottom: 50px;
    color: #fff;
    font-weight: 600; }
main #plan .plan_content {
    text-align: center; }
main #plan .plan_content h3 {
    color: #777;
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 50px 0;
    padding: 0 15px; }
main #plan .plan_content .items_wrapper {
    display: flex;
    justify-content: center;
    padding: 0 16px; }
main #plan .plan_content .items_wrapper .item {
    display: inline-block;
    position: relative;
    color: #000;
    flex-grow: 1;
    width: 33.333333%;
    padding-bottom: 80px;
    max-width: 400px;
    border: solid 1px #777777;
    background-color: #fff;
    transition: color 0.3s, bacground-color 0.3s; }
main #plan .plan_content .items_wrapper .item .item_header {
    border-bottom: 1px solid #000;
    transition: border-color 0.3s; }
main #plan .plan_content .items_wrapper .item .item_header h4 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
    padding: 0; }
main #plan .plan_content .items_wrapper .item .item_header p {
    position: relative; }
main #plan .plan_content .items_wrapper .item .item_header p span:nth-child(1) {
    font-size: 38px;
    color: #fff;
    background-color: #10adc9;
    border-radius: 50%;
    display: inline-block;
    width: 58px;
    height: 58px;
    top: -55px;
    left: -15px;
    position: relative; }
main #plan .plan_content .items_wrapper .item .item_header p span:nth-child(2) {
    font-size: 45px; }
main #plan .plan_content .items_wrapper .item .item_header p span:nth-child(3) {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: -10px;
	margin-left: 120px; }
main #plan .plan_content .items_wrapper .item .item_content p {
    font-size: 25px;
    margin: 0.8em 0; }
main #plan .plan_content .items_wrapper .item .item_content p span {
    font-size: 40px;
    font-weight: 700; }
main #plan .plan_content .items_wrapper .item .item_content .red_button {
    position: absolute;
    bottom: 20px;
    width: 190px;
    margin: 0 auto;
    right: 0;
    left: 0; }
main #plan .plan_content .items_wrapper .item:before {
    content: " ";
    position: absolute;
    right: -1px;
    left: -1px;
    display: block;
    height: 20px;
    border: solid 1px #777;
    border-bottom: none;
    top: -20px;
    background-color: #3f8efc;
    opacity: 0; }
main #plan .plan_content .items_wrapper .item:after {
    content: " ";
    position: absolute;
    right: -1px;
    left: -1px;
    display: block;
    height: 20px;
    border: solid 1px #777;
    border-top: none;
    bottom: -20px;
    background-color: #3f8efc;
    opacity: 0; }
main #plan .plan_content .items_wrapper .item:hover {
    color: #fff;
    background-color: #3f8efc;
    border-top-color: #3f8efc;
    border-bottom-color: #3f8efc; }
main #plan .plan_content .items_wrapper .item:hover:before, main #plan .plan_content .items_wrapper .item:hover:after {
    opacity: 1; }
main #plan .plan_content .items_wrapper .item:hover .item_header {
    border-color: #fff; }
@media (max-width: 1760px) {
    main #plan .plan_content .items_wrapper .item .item_header h4 {
        font-size: 36px; }
    main #plan .plan_content .items_wrapper .item .item_header p {
        font-size: 52px;
        margin: 0; }
    main #plan .plan_content .items_wrapper .item .item_content p {
        font-size: 22px; }
    main #plan .plan_content .items_wrapper .item .item_content p span {
        font-size: 38px; } }
@media (max-width: 468px) {
    main #plan .plan_content .items_wrapper .item .item_header h4 {
        font-size: 28px; }
    main #plan .plan_content .items_wrapper .item .item_header p {
        margin-bottom: 0.1em; }
    main #plan .plan_content .items_wrapper .item .item_header p span:nth-child(1) {
        width: 42px;
        height: 42px;
        font-size: 30px; }
    main #plan .plan_content .items_wrapper .item .item_header p span:nth-child(2) {
        font-size: 60px; }
    main #plan .plan_content .items_wrapper .item .item_content p {
        font-size: 20px; } }
@media (max-width: 992px) {
    main .blue_divider > div {
        font-size: 1em;
        width: 29%; }
    main .blue_divider > div:nth-child(1) {
        margin-left: 1%; }
    main .blue_divider > div:nth-child(2) {
        width: 40%; }
    main .blue_divider > div:nth-child(3) {
        width: 30%; }
    main .blue_divider > div p {
        padding-left: 76px;
        margin: 30px auto; }
    main .blue_divider > div p:before {
        width: 66px;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center; }
    main #benefits .benefits_item__wrapper {
        margin: 0 40px; }
    main #benefits .benefits_item__wrapper .benefits_item {
        width: 45%; }
    main #plan .plan_content .items_wrapper {
        flex-flow: row wrap; }
    main #plan .plan_content .items_wrapper .item {
        width: 100%; }
    main #carousel_wrapper .owl-carousel {
        -webkit-background-size: 160%;
        background-size: 160%; }
    main #carousel_wrapper .owl-carousel .carousel_item {
        max-width: calc(100% - 120px); }
    main #carousel_wrapper .owl-nav {
        color: transparent; }
    main #carousel_wrapper .owl-nav .owl-prev, main #carousel_wrapper .owl-nav .owl-next {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
    main #carousel_wrapper .owl-nav .owl-prev.disabled, main #carousel_wrapper .owl-nav .owl-next.disabled {
        opacity: 0.3; }
    main #carousel_wrapper .owl-nav .owl-prev {
        left: 20px; }
    main #carousel_wrapper .owl-nav .owl-next {
        right: 20px; }
    main #carousel_wrapper .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
        border-top: 10px solid #fff;
        border-left: 10px solid #fff;
        transform: rotate(-45deg); }
    main #carousel_wrapper .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        border-top: 10px solid #fff;
        border-right: 10px solid #fff;
        transform: rotate(45deg); } }
@media (max-width: 640px) {
    main #templates {
        padding-top: 60px; }
    main #templates .title {
        font-size: 2em; }
    main #templates .img_row__2, main #templates .img_row__1 {
        margin-top: 0; }
    main #templates .img_row__2 a, main #templates .img_row__1 a {
        width: 100%;
        margin-right: 0;
        margin-top: 14px; }
    main .blue_divider > div {
        width: 33.333333% !important;
        margin: 0 !important;
        font-size: 0.8em; }
    main .blue_divider > div p {
        margin: 5px auto 15px auto;
        height: 56px;
        padding-left: 50px;
        max-width: 120px; }
    main .blue_divider > div p span {
        font-size: 1em;
        top: 0; }
    main .blue_divider > div p:before {
        width: 40px;
        top: -10px; }
    main #benefits .benefits_item__wrapper {
        margin: 0 20px; }
    main #benefits .benefits_item__wrapper .benefits_item {
        width: 100%; }
    main #carousel_wrapper .owl-carousel {
        -webkit-background-size: 240%;
        background-size: 240%; }
    main #plan .plan_content .items_wrapper .item .item_header p span:nth-child(1) {
        left: -10px; } }
@media (max-width: 426px) {
    main .blue_divider > div {
        width: 100% !important; }
    main .blue_divider > div p {
        max-width: 184px; }
    main #plugins .brand_wrapper a img {
        max-width: 240px; }
    main #carousel_wrapper .owl-carousel {
        -webkit-background-size: 300%;
        background-size: 300%; }
    main #carousel_wrapper .owl-carousel .carousel_item__link {
        font-size: 14px; } }

#footer {
    position: relative;
    box-sizing: border-box;
    background-image: url("../../../media/images/index/footer_bg.jpg");
    margin-top: 36px;
    color: #fff;
    display: flex;
    box-sizing: border-box;
    padding: 44px 46px 60px 46px; }
#footer h4 {
    font-size: 25px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 600; }
#footer a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300; }
#footer a:hover {
    text-decoration: underline; }
#footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
#footer .footer_first, #footer .footer_second, #footer .footer_third {
    position: relative;
    z-index: 1; }
#footer .footer_first {
    width: 20%;
    padding-right: 54px;
    font-size: 16px; }
#footer .footer_first p {
    margin-top: 60px; }
#footer .footer_first .link_block {
    text-transform: uppercase; }
#footer .footer_first .link_block a {
    margin-right: 5px;
    margin-top: 20px;
    display: inline-block; }
#footer .footer_first .link_block a:last-child {
    margin-right: 0; }
#footer .footer_second {
    width: 60%;
    display: flex;
    box-sizing: border-box;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    padding: 50px 14px 60px 54px; }
#footer .footer_second > div {
    width: 33.333333%; }
#footer .footer_third {
    width: 20%;
    padding: 50px 0 0 54px;
    position: relative; }
#footer .footer_third form {
    display: flex; }
#footer .footer_third form input {
    background: none;
    border: solid 1px #bdd9ff;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 16px 12px; }
#footer .footer_third form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1; }
#footer .footer_third form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1; }
#footer .footer_third form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1; }
#footer .footer_third form input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1; }
#footer .footer_third form button {
    background: #bdd9ff;
    border: none;
    width: 55px;
    height: 55px;
    margin-left: 5px; }
#footer .footer_third form button .fa {
    transition: color 0.3s; }
#footer .footer_third form button:hover .fa {
    color: #fff; }
#footer .footer_third .social {
    margin-top: 20px; }
#footer .footer_third .social li {
    display: inline-block; }
#footer .footer_third .social li a {
    border: solid 1px #fff;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 5px; }
#footer .footer_third p {
    position: absolute;
    bottom: 0;
    right: 0; }
#footer:before {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5; }
@media (max-width: 1662px) {
    #footer h4 {
        font-size: 20px; }
    #footer a {
        font-size: 16px; } }
@media (max-width: 1462px) {
    #footer {
        padding: 44px 26px 40px 26px; }
    #footer h4 {
        font-size: 18px; }
    #footer a {
        font-size: 16px; }
    #footer .footer_first {
        padding-right: 26px; }
    #footer .footer_first img {
        width: 246px; }
    #footer .footer_first .link_block a {
        font-size: 12px; }
    #footer .footer_second {
        padding-left: 26px; }
    #footer .footer_third {
        padding-left: 26px; }
    #footer .footer_third input {
        width: 186px; } }
@media (max-width: 1366px) {
    #footer .footer_first {
        width: 24%; }
    #footer .footer_first img {
        width: 216px; }
    #footer .footer_second {
        width: 52%; }
    #footer .footer_third {
        width: 24%; }
    #footer .footer_third input {
        width: 162px; }
    #footer .footer_third .social li a {
        width: 26px;
        height: 26px; }
    #footer h4 {
        font-size: 16px; }
    #footer a, #footer p {
        font-size: 12px; } }
@media (max-width: 992px) {
    #footer {
        flex-flow: row wrap;
        background-size: cover; }
    #footer a {
        font-size: 24px; }
    #footer h4 {
        font-size: 28px; }
    #footer .footer_first, #footer .footer_second, #footer .footer_third {
        width: 100%;
        text-align: center; }
    #footer .footer_first {
        padding-left: 0;
        padding-right: 0; }
    #footer .footer_first img {
        width: auto; }
    #footer .footer_first p {
        font-size: 28px; }
    #footer .footer_first .link_block a {
        font-size: 28px; }
    #footer .footer_second {
        border: none;
        flex-flow: row wrap;
        padding-left: 0;
        padding-right: 0; }
    #footer .footer_second > div {
        width: 100%;
        margin-top: 40px; }
    #footer .footer_third {
        padding-left: 0;
        padding-right: 0; }
    #footer .footer_third form {
        justify-content: center; }
    #footer .footer_third form input {
        width: auto; }
    #footer .footer_third .social li a {
        font-size: 1em;
        width: 42px;
        height: 42px; }
    #footer .footer_third .social li a:hover {
        text-decoration: none; }
    #footer .footer_third p {
        bottom: -30px;
        font-size: 16px;
        margin-bottom: 0; } }
@media (max-width: 640px) {
    #footer {
        flex-flow: row wrap;
        background-size: cover; }
    #footer a {
        font-size: 18px; }
    #footer h4 {
        font-size: 24px; }
    #footer .footer_first, #footer .footer_second, #footer .footer_third {
        width: 100%;
        text-align: center; }
    #footer .footer_first {
        padding-left: 0;
        padding-right: 0; }
    #footer .footer_first img {
        width: 276px; }
    #footer .footer_first p {
        font-size: 18px; }
    #footer .footer_first .link_block a {
        font-size: 15px; }
    #footer .footer_second {
        border: none;
        flex-flow: row wrap;
        padding-left: 0;
        padding-right: 0; }
    #footer .footer_second > div {
        width: 100%;
        margin-top: 40px; }
    #footer .footer_third {
        padding-left: 0;
        padding-right: 0; }
    #footer .footer_third form {
        justify-content: center; }
    #footer .footer_third form input {
        width: auto; }
    #footer .footer_third .social li a {
        font-size: 1em;
        width: 36px;
        height: 36px; }
    #footer .footer_third .social li a:hover {
        text-decoration: none; }
    #footer .footer_third p {
        bottom: -30px;
        font-size: 16px;
        margin-bottom: 0; } }

#login {
    min-height: 100vh;
    box-sizing: border-box;
    display: flex; }
#login .login_text {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    min-height: 100vh;
    float: right;
    width: calc(100% - 550px);
    background-image: url("../../../media/images/index/login_bg.jpg");
    background-size: cover;
    padding: 60px;
    order: 1; }
#login .login_text img {
    height: 91px; }
#login .login_text .login_text__inner {
    color: #fff;
    width: 100%; }
#login .login_text .login_text__inner h1 {
    font-size: 60px;
    font-weight: 300; }
#login .login_text .login_text__inner h3 {
    font-size: 28px;
    font-weight: 300; }
#login .login_text .login_text__inner p {
    max-width: 595px;
    font-size: 20px;
    font-weight: 300; }
#login .login_text .white_button {
    height: 48px;
    font-size: 20px;
    line-height: 20px;
    padding: 0 28px;
    font-weight: 300;
    border-width: 2px;
    text-transform: capitalize;
    border-color: #fff; }
#login .login_text a.white_button {
    text-decoration: none;
    height: 20px !important;
    margin-bottom: 20px !important;
    padding: 12px 28px;  }
#login .login_text .white_button:hover {
    border-color: #10adc9; }
#login .login_text ul {
    width: 100%;
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0;
    align-self: flex-end;
    text-transform: uppercase; }
#login .login_text ul li {
    display: inline-block; }
#login .login_text ul li a {
    color: #fff;
    text-decoration: none; }
#login .login_text ul li a:hover {
    text-decoration: underline; }
#login .login_text ul li + li {
    margin-left: 50px; }
#login .login_text:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.6;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#206bd3+0,5a2a87+100 */
    background: #206bd3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #206bd3 0%, #5a2a87 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #206bd3 0%, #5a2a87 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #206bd3 0%, #5a2a87 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#206bd3', endColorstr='#5a2a87',GradientType=0 );
    /* IE6-9 */ }
#login .login_form {
    position: relative;
    z-index: 2;
    float: right;
    width: 550px;
    box-sizing: border-box;
    order: 2;
    padding-bottom: 20px; }
#login .login_form .login-page-rocet {
	width: 218px;
    display: block;
    margin: 0 auto; }
#login .login_form h3 {
    color: #595959;
    font-size: 38px;
    letter-spacing: 2px;
    text-align: center;
	padding: 20px 0;
	margin: 30px 0; }
#login .login_form form, #login .login_form .info-panel {
    max-width: 420px;
    margin: 0 auto; }
#login .login_form .info-panel {
    text-align: center;}
#login .login_form .info-panel  h4.title, #login .login_form .info-panel  p.title-sub {
    color: #3f8efc;}
#login .login_form .info-panel  p.title-sub {
    font-size: 20px;}
#login .login_form .info-panel  h4.title {
    font-size: 34px;
    margin-bottom: 10px;}
#login .login_form form.has-error .alert_danger {
    margin: 0 0 30px 0;
    color: #fff;
    background-color: #f31313;
    font-size: 18px;
    padding: 18px 24px;
    position: relative; }
#login .login_form form.has-error .alert_danger:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 18px;
    bottom: -20px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #f31313; }
#login .login_form form input:not(:last-child) {
    display: block;
    width: 100%;
    background: #fff;
	border: solid 1px #ddd;
	border-radius: 10px;
    box-shadow: none;
    font-size: 18px;
    padding: 14px;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: #000; }
#login .login_form form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #595959; }
#login .login_form form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #595959; }
#login .login_form form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #595959; }
#login .login_form form input:-moz-placeholder {
    /* Firefox 18- */
    color: #595959; }
#login .login_form form .checkbox_wrapper {
    position: relative;
    box-sizing: border-box;
    padding: 16px 0; }
#login .login_form form .checkbox_wrapper input[type="checkbox"] {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    }
#login .login_form form .checkbox_wrapper input[type="checkbox"] + span {
    z-index: 1;
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #cccccc;
}
#login .login_form form .checkbox_wrapper input[type="checkbox"]:checked + span:after {
    content: "\2713";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 4px;
    top: -4px;
    left: 4px;
    /* background-color: #fff; */
	font-size: 22px;
	color: #595959;
    }
#login .login_form form .checkbox_wrapper label {
    position: relative;
    top: -7px;
    right: -5px;
    color: #595959; }
#login .login_form form .buttons_wrapper .blue_button {
    height: 48px;
    font-size: 20px;
    line-height: 20px;
    padding: 0 28px;
    font-weight: 300;
    border-width: 2px;
    text-transform: capitalize; }
#login .login_form form .buttons_wrapper a {
    color: #3f8efc;
    display: inline-block;}
@media (max-width: 992px) {
    #login {
        display: block; }
    #login .login_text {
        width: 100%; }
    #login .login_form {
        width: 100%;
        padding-bottom: 25px; } }
@media (max-width: 540px) {
    #login .login_form .login-page-rocet {
        width: 218px; }
    #login .login_form form {
        max-width: 300px; }
    #login .login_text {
        padding: 60px 20px; }
    #login .login_text img {
        max-width: 269px;
        height: 61px; }
    #login .login_text ul {
        padding-top: 20px; }
    #login .login_text ul li + li {
        margin-left: 5px; } }
@media (max-height: 700px) {
    #login .login_form .login-page-rocet {
        width: 140px;}}
@media (max-width: 720px) {
    main #benefits .benefits_item__wrapper .benefits_item{
        font-size: 13px;
        font-size: 15px;
    }
}
@media (max-width: 1310px) {
    main #benefits .benefits_item__wrapper .benefits_item{
        font-size: 15px;
    }
}

@media(min-width: 640px) and (max-width: 668px) {
    main #benefits .benefits_item__wrapper .benefits_item .first_text {
        font-size: 28px !important;
    }
    main #benefits .benefits_item__wrapper .benefits_item .second_text {
        font-size: 14px;
    }
}
.navbar a.blue_button, .navbar a.red_button {
    display: inline-block;
    padding-right: 0px !important;
    padding-left: 0px !important;
    text-align: center;
    text-decoration: none;}
a:visited, a:focus {
    outline: none;
    border: none }
a.blue_button, a.red_button {
    display: inline-block;
    text-align: center;
    text-decoration: none;}
.margin-top-20 {
    margin-top: 20px;}
.display-none{
    display: none;}
.feature-description {
    background-color: #3f8efc;
    font-size: 30px;
    height: 226px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}
.feature-description-headline {
    margin: 0;
    font-size: 100%;
    width: 100%;
}
.feature-description-sub-text {
    font-size: 80%;
}

#unsubscribe-success,
#delete-account-success {
    min-height: 100vh;
    box-sizing: border-box;
    display: flex; }
#unsubscribe-success .unsubscribe-success-text,
#delete-account-success .delete-account-success-text {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    min-height: 100vh;
    float: right;
    width: 100%;
    background-image: url(../../../media/images/index/login_bg.jpg);
    background-size: cover;
    padding: 60px;
    order: 1; }
#unsubscribe-success .unsubscribe-success-text img,
#delete-account-success .delete-account-success-text img {
    height: 91px; }
#unsubscribe-success .unsubscribe-success-text .login_text__inner,
#delete-account-success .delete-account-success-text .login_text__inner {
    color: #fff;
    width: 100%; }
#unsubscribe-success .unsubscribe-success-text .login_text__inner h1,
#delete-account-success .delete-account-success-text .login_text__inner h1 {
    font-size: 60px;
    font-weight: 300; }

#unsubscribe-success .unsubscribe-success-text .login_text__inner h3,
#delete-account-success .delete-account-success-text .login_text__inner h3 {
    font-size: 28px;
    font-weight: 300; }
#unsubscribe-success .unsubscribe-success-text .login_text__inner p,
#delete-account-success .delete-account-success-text .login_text__inner p {
    max-width: 595px;
    font-size: 18px;
    font-weight: 300; }
#unsubscribe-success .unsubscribe-success-text .white_button,
#delete-account-success .delete-account-success-text .white_button {
    height: 48px;
    font-size: 20px;
    line-height: 20px;
    padding: 0 28px;
    font-weight: 300;
    border-width: 2px;
    text-transform: capitalize;
    border-color: #fff; }
#unsubscribe-success .unsubscribe-success-text .white_button:hover,
#delete-account-success .delete-account-success-text .white_button:hover {
    border-color: #10adc9; }
#unsubscribe-success .unsubscribe-success-text ul,
#delete-account-success .delete-account-success-text ul {
    width: 100%;
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0;
    align-self: flex-end;
    text-transform: uppercase; }
#unsubscribe-success .unsubscribe-success-text ul li,
#delete-account-success .delete-account-success-text ul li {
    display: inline-block; }
#unsubscribe-success .unsubscribe-success-text ul li a,
#delete-account-success .delete-account-success-text ul li a {
    color: #fff;
    text-decoration: none; }
#unsubscribe-success .unsubscribe-success-text ul li a:hover,
#delete-account-success .delete-account-success-text ul li a:hover {
    text-decoration: underline; }
#unsubscribe-success .unsubscribe-success-text ul li + li,
#delete-account-success .delete-account-success-text ul li + li {
    margin-left: 50px; }
#unsubscribe-success .unsubscribe-success-text:before,
#delete-account-success .delete-account-success-text:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.6;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#206bd3+0,5a2a87+100 */
    background: #206bd3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #206bd3 0%, #5a2a87 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #206bd3 0%, #5a2a87 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #206bd3 0%, #5a2a87 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#206bd3', endColorstr='#5a2a87',GradientType=0 );
    /* IE6-9 */ }
/*Styling Selectbox*/
.sgpmdropdown {
    width: 100%;
    max-width: 400px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 18px;
    color: #474747;
    height: 100%;
    text-align: left;
    outline: 0;
}
.sgpmdropdown span.msg,
.sgpmdropdown span.choose {
    color: #555;
    padding: 5px 0 10px;
    display: inherit
}
.sgpmdropdown.active .sgpmselect > i {
    transform: rotate(-90deg);
}
.sgpmdropdown .sgpmselect {
    cursor: pointer;
    display: block;
    padding: 10px
}
.sgpmdropdown .sgpmselect > i {
    font-size: 15px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 30px
}
.sgpmdropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.sgpmdropdown:active {
    background-color: #f8f8f8
}
.sgpmdropdown.active:hover,
.sgpmdropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}
.sgpmdropdown.active sgpmselect > i {
    transform: rotate(-90deg)
}
.sgpmdropdown .sgpmdropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 225px;
    overflow-y: auto;
    z-index: 9
}
.sgpmdropdown .sgpmdropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}
.sgpmdropdown .sgpmdropdown-menu {
    padding: 0;
    list-style: none
}
.sgpmdropdown .sgpmdropdown-menu li:hover {
    background-color: #f2f2f2
}
.sgpmdropdown .sgpmdropdown-menu li:active {
    background-color: #e2e2e2
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-top-30 {
    margin-top: 30px;
}

.sg-form-loader {
    width: 40px !important;
    height: auto !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.div_separator {
    height: 60px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.div_separator > p {
	color: #fff;
	font-size: 25px;
	padding: 12px;
}

/*it's bot*/
.username-class
{
    display: none !important;
}

.dropdown {
    display: none;
    position: absolute;
}

.dropdown-container-features {
    left: calc(65% - 42px);
}

.dropdown-container-solutions {
    left: calc(40% - 40px);
}

.navbar_dropdown {
    margin: 0;
    padding: 0;
}

.dropdown_item {
    text-align: left;
    padding: 7px 5px 15px 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.32);
    cursor: pointer;
    transition: 0.3s;
}

.dropdown_item:hover {
    border-color: #fff;
}

.dropdown_item > a {
    text-decoration: none;
    color: #fff;
    font-size: 1.02em;
    font-weight: 600;
}

.dropdown_menu > a {
    transition: 0.3s;
}

.dropdown_menu {
    transition: 0.3s;
}

.longer-pseudo-element:after {
    width: 40px !important;
    right: -40px !important;
    border-bottom: 4px solid rgba(255, 255, 255, 0.32) !important;
    transition: 0.3s;
}

#header .navbar .navbar_nav .nav_item::after {
    transition: 0.3s;
}

#header .navbar.bg .navbar_nav .dropdown_item a {
    color: #3f8efc;
}

#header .navbar.bg .navbar_dropdown .dropdown_item {
    border-bottom: 2px solid #cccccc82;
    padding: 7px 15px 15px 15px;
}

#header .navbar.bg .navbar_nav div {
    background-color: #fff;
}

#header .navbar.bg .navbar_nav .longer-pseudo-element:after {
    border-bottom: 4px solid #fff !important;
}

#header .navbar.bg .navbar_nav .dropdown_menu > a {
    border-bottom: 4px solid #fff !important;
}

#header .navbar.bg .navbar_nav .dropdown_menu {
    border-bottom: 4px solid #fff !important;
}

#header .navbar.bg .navbar_nav .dropdown-container-features {
    box-shadow: 10px 8px 10px #0000002b;
    left: calc(65% - 53px);
}

#header .navbar.bg .navbar_nav .dropdown-container-solutions {
    box-shadow: 10px 8px 10px #0000002b;
    left: calc(40% - 50px);
}

@media (max-width: 992px) {
    .dropdown-container-features {
        position: unset;
    }

    .dropdown_item {
        text-align: center;
    }

    .dropdown_item > a {
        text-decoration: none;
        color: #3f8efc;
        font-size: 1.02em;
        font-weight: 600;
    }

    #header .navbar.bg .navbar_dropdown .dropdown_item {
        border-bottom: 2px solid #fff;
        padding: 7px 15px 15px 15px;
    }

    #header .navbar.bg .navbar_nav .dropdown-container-features {
        box-shadow: none;
    }
}
@media (min-width: 1920px) {
	.dropdown-container-features {
		left: calc(65% - 10px);
	}

	#header .navbar.bg .navbar_nav .dropdown-container-features {
    	left: calc(65% - 19px);
    }
}

@media (min-width: 1734px) {
	#header .navbar .navbar_nav {
		width: calc(100% - 840px);
	}

	.dropdown-container-features {
		left: calc(70% - 64px);
	}

	#header .navbar.bg .navbar_nav .dropdown-container-features {
        left: calc(70% - 73px);
    }
}

@media (min-width: 1680px) {
	.dropdown-container-features {
		left: calc(70% - 91px);
	}

	#header .navbar.bg .navbar_nav .dropdown-container-features {
        left: calc(65% - 19px);
    }
}

@media (max-width: 1400px) {
	.dropdown-container-features {
		left: calc(65% - 36px);
	}

	#header .navbar.bg .navbar_nav .dropdown-container-features {
        left: calc(65% - 46px);
    }
}

@media (max-width: 1366px) {
    .dropdown-container-features {
        left: calc(65% - 65px);
    }

    #header .navbar.bg .navbar_nav .dropdown-container-features {
        left: calc(65% - 53px);
    }
}


@media (max-width: 1224px) {
    .dropdown-container-features {
        left: calc(65% - 44px);
    }

    #header .navbar.bg .navbar_nav .dropdown-container-features {
        left: calc(65% - 53px);
    }
}

@media (max-width: 1100px) {
    .dropdown-container-features {
        left: calc(65% - 26px);
    }

    #header .navbar.bg .navbar_nav .dropdown-container-features {
        left: calc(65% - 35px);
    }
}

@media (max-width: 1000px) {
    .dropdown-container-features {
        left: calc(65% - 10px);
    }

    #header .navbar.bg .navbar_nav .dropdown-container-features {
        left: calc(65% - 20px)
    }
}

main #plan .plan_content .items_wrapper .item .item_header_discounted {
    border-bottom: 1px solid #000;
    transition: border-color 0.3s; }
main #plan .plan_content .items_wrapper .item .item_header_discounted h4 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
    padding: 0; }
main #plan .plan_content .items_wrapper .item .item_header_discounted div.item_price {
	margin-top: 40px;}
main #plan .plan_content .items_wrapper .item .item_header_discounted div {
    position: relative;}
main #plan .plan_content .items_wrapper .item .item_header_discounted div .currency {
    font-size: 38px;
    color: #fff;
    background-color: #10adc9;
    border-radius: 50%;
    display: inline-block;
    width: 58px;
    height: 58px;
    top: -55px;
    left: -15px;
	position: relative; }
main #plan .plan_content .items_wrapper .item .item_header_discounted .old-price-container { display: inline-block; }
main #plan .plan_content .items_wrapper .item .item_header_discounted .old-price-container .price-old {
    font-size: 35px; }
main #plan .plan_content .items_wrapper .item .item_header_discounted .price {
    font-size: 60px; }
main #plan .plan_content .items_wrapper .item .item_header_discounted .period {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: -10px;
	margin-left: 120px; }

.color-red {
	color: #f1253f;
}

.strike-out-line {
	border-top: 5px solid #f1253f;
	width: 100px;
	right: 0px;
	bottom: 25px;
	transform: rotate(10deg);
}

.padding-right-price {
	padding-right: 30px;
}

@media (max-width: 1100px) {
	main #plan .plan_content .items_wrapper .item .item_header_discounted .old-price-container .price-old {
		font-size: 30px; }
	main #plan .plan_content .items_wrapper .item .item_header_discounted .price {
		font-size: 55px; }

	.strike-out-line {
		width: 85px;
	}
}

@media (max-width: 1050px) {
	main #plan .plan_content .items_wrapper .item .item_header_discounted .old-price-container .price-old {
		font-size: 25px; }
	main #plan .plan_content .items_wrapper .item .item_header_discounted .price {
		font-size: 50px; }

	.strike-out-line {
		width: 75px;
		bottom: 20px;
	}
}

@media (max-width: 320px) {
	main #plan .plan_content .items_wrapper .item .item_header_discounted div.item_price {
		margin-top: 50px;}
	main #plan .plan_content .items_wrapper .item .item_header_discounted .old-price-container .price-old {
		font-size: 20px; }
	main #plan .plan_content .items_wrapper .item .item_header_discounted .price {
		font-size: 40px; }

	.strike-out-line {
		width: 60px;
		bottom: 15px;
	}
}

.login-with-service-container {
	margin-top: 30px;
}

.login-with-btn {
	display: flex;
	width: 100%;
	height: 50px;
	cursor: pointer;
	border-radius: 25px;
	border: 1px solid #ebebeb;
	box-shadow: 0px 0px 3px #ebebeb;
	color: #595959;
	background-color: #fff;
	transition: ease-in .1s;
	margin: 15px 0;
	padding: 0;
}

.login-with-btn:hover {
	background-color: #fafafa;
}

.login-with-btn > div.icon-container {
	width: 50px;
	height: 30px;
	padding: 10px;
	text-align: center;
}

.login-with-btn > div.text-container {
	width: 100%;
	padding: 11px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.login-with-btn > div.icon-container > img {
	width: 30px;
}

.login-with-btn-disabled {
	display: flex;
	width: 100%;
	height: 50px;
	cursor: pointer;
	border-radius: 25px;
	border: 1px solid #ebebeb;
	box-shadow: 0px 0px 3px #ebebeb;
	color: #595959;
	background-color: #fff;
	transition: ease-in .1s;
	margin: 15px 0;
	padding: 0;
	cursor: not-allowed;
	user-select: none;
}

.separator {
	margin: 35px 0 !important;
}

.separatr-text {
	height: 25px;
    width: 55px;
    color: #ccc;
    background: white;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 5px 0;
	font-size: 20px;
	user-select: none;
}

.login-form-btn {
	display: flex;
	width: 100%;
	height: 50px;
	cursor: pointer;
	border-radius: 10px;
	border: none;
	box-shadow: none;
	color: #fff;
	background: -moz-linear-gradient(left, #3f8efc 0%, #206bd3 100%);
	background: -webkit-linear-gradient(left, #3f8efc 0%, #206bd3 100%);
	background: linear-gradient(to right, #3f8efc 0%, #206bd3 100%);
	transition: ease-in .1s;
	margin: 15px 0;
	padding: 0;

	transition: background 1000ms;
}

.login-form-btn:hover {
	background: -moz-linear-gradient(left, #206bd3 0%, #3f8efc 100%);
	background: -webkit-linear-gradient(left, #206bd3 0%, #3f8efc 100%);
	background: linear-gradient(to right, #206bd3 0%, #3f8efc 100%);
}

.login-form-btn:disabled {
	background: -moz-linear-gradient(left, #75aeff 0%, #549bff 100%) !important;
	background: -webkit-linear-gradient(left, #75aeff 0%, #549bff 100%) !important;
	background: linear-gradient(to right, #75aeff 0%, #549bff 100%) !important;
}
