/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

body {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eee 0%,#a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem
}

:where(.is-layout-flex) {
    gap: .5em
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start:0;margin-inline-end:2em}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start:2em;margin-inline-end:0}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start:0;margin-inline-end:2em}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start:2em;margin-inline-end:0}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size)
}

body .is-layout-flex {
    display: flex
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

body .is-layout-flex>* {
    margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label:before,.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel] {
    direction: ltr
}

.checked-show #scales-p {
    width: 21px;
    height: 21px;
    border: 1px solid #96a1ab;
    top: 2px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-right: 15px
}

.checked-show #scales {
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 4px;
    cursor: pointer
}

.checked-show #scales:checked {
    background: #96a1ab
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.u-chechout {
    padding-bottom: 23px
}

.u-chechout-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.u-chechout-body {
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    opacity: 1;
    max-width: 546px
}

.u-chechout-loader {
    position: relative
}

.u-chechout-loader:after {
    content: "";
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='margin:auto' width='75' height='75' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' display='block'%3E%3Ccircle cx='50' cy='50' r='40' stroke-width='8' stroke='%23eaeaea' stroke-dasharray='62.83185307179586 62.83185307179586' fill='none' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' dur='1s' repeatCount='indefinite' keyTimes='0;1' values='0 50 50;360 50 50'/%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='31' stroke-width='8' stroke='%23858585' stroke-dasharray='48.69468613064179 48.69468613064179' stroke-dashoffset='48.695' fill='none' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' dur='1s' repeatCount='indefinite' keyTimes='0;1' values='0 50 50;-360 50 50'/%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease
}

.u-chechout-loader.u-full:after {
    opacity: 1
}

.u-chechout-body.u-loading {
    pointer-events: none
}

.u-chechout-body-g,.u-chechout-body-g-2 {
    transition: border .3s ease,box-shadow .3s ease,opacity .3s ease
}

.u-chechout-body-g {
    background-color: #d0e3eb;
    border: 1px solid #d0e3eb;
    box-shadow: 5px 9px 60px rgba(50,117,208,.1)
}

.u-chechout-body-g.u-loading {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    box-shadow: 5px 9px 60px rgba(50,117,208,0)
}

.u-chechout-body-g-2 {
    background-color: #fff;
    border: 1px solid #bccbd2;
    box-shadow: 5px 9px 60px hsla(0,0%,93.3%,.1)
}

.u-chechout-body-o {
    background-color: #ff5f00;
    border: 1px solid transparent
}

.u-chechout-mb-icon+.u-chechout-body {
    margin-top: 0
}

.ucob-inner-w {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 5px 9px 60px rgba(50,117,208,.1);
    transition: box-shadow .3s ease
}

.u-chechout-body.u-loading .ucob-inner-w {
    box-shadow: 5px 9px 60px rgba(50,117,208,0)
}

.ucob-form-button>* {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000;
    border-radius: 10px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 52px;
    padding-top: 4px
}

.ucob-form-button.u-pay>* {
    font-size: 25px;
    line-height: 31px;
    padding-top: 6px
}

.ucob-form-button.u-pay svg {
    display: block;
    transform: translateY(-3px);
    margin-right: 9px;
    fill: #000;
    transition: fill .3s ease
}

.u-chechout-body.u-loading .ucob-form-button.u-pay svg {
    fill: #f7f7f7
}

.ucob-form-button.c-yellow>* {
    background-color: #ffd434
}

.ucob-form-button.c-white>* {
    background-color: #fff
}

.ucob-form-button.c-green>* {
    background-color: #1dde81
}

.u-chechout-body.u-loading .ucob-form-button>* {
    background-color: #f7f7f7;
    color: #f7f7f7
}

.u-chechout-body.u-loading .ucob-form-button.c-white>* {
    background-color: #fefcfc;
    color: #fefcfc
}

@media screen and (min-width: 430px) {
    .ucob-inner {
        padding-left:8px;
        padding-right: 8px
    }
}

.u-chechout-mb-icon {
    padding-top: 9px;
    padding-bottom: 18px
}

.u-chechout-mb-icon.list-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.u-chechout-mb-icon.list-icons img {
    padding: 5px
}

@media screen and (min-width: 430px) {
    .u-chechout-mb-icon {
        padding-top:18px
    }
}

@media screen and (min-width: 768px) {
    body .u-chechout-body {
        min-width:640px
    }
}

.ucob-info {
    display: flex;
    padding-top: 23px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 22px;
    filter: grayscale(0) opacity(1);
    transition: filter .3s ease
}

.u-chechout-body.u-loading .ucob-info {
    filter: grayscale(1) opacity(.1)
}

.ucob-info-icon {
    line-height: 0;
    width: 54px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ucob-info-icon i {
    font-size: 23px;
    color: #1c344a
}

.ucob-info-icon i.clubhouse-icon-class,.ucob-info-icon i.datpiff-icon-class,.ucob-info-icon i.nft-icon-class,.ucob-info-icon i.periscope-icon-class,.ucob-info-icon i.reverbnation-icon-class,.ucob-info-icon i.shazam-icon-class,.ucob-info-icon i.tidal-icon-class {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block
}

.ucob-info-icon i.shazam-icon-class {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='21' xmlns='http://www.w3.org/2000/svg' fill='%231C344A'%3E%3Cpath d='M12.7 4.6c4.2 0 7.3 3.6 7 7.6-.1 1.5-.7 3-1.8 4.2-1.4 1.4-2.7 2.8-4.1 4.2-.5.5-1.1.6-1.8.4-.6-.3-1-.8-1.1-1.5-.1-.5.1-.8.4-1.2.9-1 1.9-1.9 2.8-2.9.5-.5.9-.9 1.4-1.5.9-1.2 1.1-2.5.5-3.7-.6-1.4-1.8-2.1-3.4-2-.8 0-1.5.4-2.2.9-.5.5-1.2 1.2-1.8 1.7-.5.5-1.4.5-2 .2-.6-.5-1-1.2-.7-2 .1-.2.1-.4.3-.5.8-1 1.7-2 2.9-2.7 1-.9 2.3-1.3 3.6-1.2z'/%3E%3Cpath d='M7.2 16.4c-4.1 0-7.3-3.7-7-7.6.2-1.5.7-2.9 1.7-4.1C3.2 3.4 4.6 2 6 .7c.2-.2.4-.3.5-.4.6-.5 1.4-.4 2 .2.5.4.7 1.3.4 1.9-.1.3-.3.5-.5.6-1.1 1.2-2.3 2.5-3.5 3.7-.5.4-.9 1-1.1 1.6-.7 2.2 1 4.7 3.6 4.6.8-.1 1.5-.4 2.2-.9.5-.5 1.2-1.2 1.8-1.7.5-.5 1.3-.6 1.9-.3.6.4 1 1.1.9 1.8-.1.3-.2.5-.3.6-.8 1-1.8 2-2.9 2.7-1.1 1-2.5 1.3-3.8 1.3z'/%3E%3C/svg%3E");
    background-size: 20px 21px;
    width: 20px;
    height: 21px
}

.ucob-info-icon i.periscope-icon-class {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='23' xmlns='http://www.w3.org/2000/svg' fill='%231C344A'%3E%3Cpath d='M16.1 2.8C14.3 1 12 0 9.6 0 4.5 0 .3 4.3.3 9.6c0 3.4 2.6 7.2 3.7 8.7C5.7 20.5 8.1 23 9.6 23c1.9 0 5-4.3 5.5-4.7 1.1-1.5 3.7-5.4 3.7-8.7-.1-2.5-1-4.9-2.7-6.8zM9.6 22.2c-1.9 0-8.5-7.6-8.5-12.6C1.1 4.8 4.8.7 9.6.7c4.5 0 8.3 4.1 8.3 8.9 0 5.1-6.7 12.6-8.3 12.6zm5-12.9c0 2.6-2.3 4.9-4.9 4.9-4.5 0-6.8-4.8-4.2-8.2 0 1.1.9 2 2 2s2-.9 2-2c0-.8-.5-1.5-1.2-1.9 3.4-.7 6.3 1.9 6.3 5.2z'/%3E%3C/svg%3E");
    background-size: 19px 23px;
    width: 19px;
    height: 23px
}

.ucob-info-icon i.datpiff-icon-class {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg' fill='%231C344A'%3E%3Cpath d='M11.2 15.7c-.9-1-1.3-2.9-1.5-4.9v-.4c.1-2.5.2-3.6.3-5.8v-.9C9.9 2.3 9.5.7 8.3.1 8.2 0 8 0 7.9.1c-.7.2-1.3 1.1-1.7 2v.5c.2 1.4.2 1.7.3 2.5 0-.2-.6-.5-1.1-.6h-.3-.4-.1c-.1 0-.6.2-.9.3-.3.2-1.3.7-1.8 1.3-.3.3-.5.5-.6.7 0 0-.9 1.3-1.1 3.6v1.4c.3 2.8 1.7 4.4 3.8 4.8.3.1.5 0 .8 0 1.4-.2 2.7-1.6 3.2-2.9.2 1.3.5 2 1.4 2.3.2.1.5.1.9 0s.8-.2.9-.3zm-3.7-4.9c-.2 1.2-1.3 3.4-2.6 3.6h-.3c-1.2-.2-1.7-2.2-1.8-4.1v-.1c.1-2 .5-3.4 1.3-3.6h.3c1.1.3 1.1 2.6 1.1 3 .7-.5 1.1-.7 1.5-1.3.1.3.3 1.5.4 2.1.2.1.1.3.1.4z'/%3E%3Cpath d='M21.6 5.1c0-.7-.1-2.4-1.3-3.4-.3-.2-.8-.6-1.7-.6-.5 0-1.5.1-2.7 1.4-1.8 2-2.1 3.3-2.2 3.4.7-3.6.8-3.8.6-4.3-.1-.1-.2-.1-.2-.1-.2-.1-.8.2-1.3.6-.4.2-.8.4-1.2.9-.8.8-1 2.9-1.1 3.2l-.1 1.4v2.1c.2 4.8 2.5 11.1 3.6 12.4h.4c.2 0 .4-.1.7-.1.5-.1.7-.2 1-.4.1-.1.4-.3.5-.7v-.5c-1.4-3.7-1.8-4.7-1.8-4.8 1.1-.5 2.6-1.1 3.8-2.2.4-.4 1-1.1 1.4-1.6l.1-.1c.4-.6.6-1.1.8-1.5.1-.4.4-1.1.5-1.4.1-.2.2-.8.3-1.6-.1-1-.1-1.6-.1-2.1zm-3.8 4.3c-1.1 2.5-2.2 3.6-3.4 4.3v-.1c.1-3.2.6-4.9.6-4.9.1-.3.4-1.5 1.1-3 .3-.4.3-.6.7-1.1.5-.7.9-1.2 1.1-1.1.5.1.7 1.5.8 2.5-.1.5-.2 1.7-.9 3.4z'/%3E%3C/svg%3E");
    background-size: 22px 22px;
    width: 22px;
    height: 22px
}

.ucob-info-icon i.tidal-icon-class {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='23' xmlns='http://www.w3.org/2000/svg' fill='%231C344A'%3E%3Cpath class='st0' d='M8.25 15.766l4.244-4.243 4.1 4.102-4.242 4.242z'/%3E%3Cpath d='M25 7.4l-4.2-4.2-4.1 4.1-4.1-4.1-4.3 4.2-4.2-4.2L0 7.3l4.2 4.2 4.1-4.1 4.2 4.1 4.2-4.2 4.2 4.2z'/%3E%3C/svg%3E");
    background-size: 25px 23px;
    width: 25px;
    height: 23px
}

.ucob-info-icon i.reverbnation-icon-class {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' xmlns='http://www.w3.org/2000/svg' fill='%231C344A'%3E%3Cpath d='M11.5 0C5.1 0 0 5.1 0 11.5S5.1 23 11.5 23 23 17.9 23 11.5 17.9 0 11.5 0zM15 13.3c-.2.1-.2.2-.1.4.6 1.9 1.3 3.9 1.9 5.8 0 .1 0 .1.1.2-.1-.1-.2-.1-.2-.2-1.6-1.2-3.3-2.4-4.9-3.6-.2-.1-.3-.1-.4 0-1.7 1.2-3.4 2.4-5 3.6 0 0-.1.1-.2.1.2-.7.5-1.4.7-2.2.4-1.3.9-2.7 1.3-4 .1-.2 0-.2-.1-.3-1.7-1.2-3.3-2.4-5-3.6-.1.2-.2.1-.2 0h6.2c.2 0 .3-.1.3-.2.6-2 1.3-3.9 1.9-5.9 0 0 0-.1.1-.2 0 .1.1.1.1.2.6 1.9 1.3 3.9 1.9 5.8.1.2.1.2.3.2H20c0 .2 0 .3-.1.3-1.6 1.2-3.3 2.4-4.9 3.6z'/%3E%3C/svg%3E");
    background-size: 23px 23px;
    width: 23px;
    height: 23px
}

.ucob-info-icon i.clubhouse-icon-class {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 1.8h25v19.4H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%2325374D' d='M12.8 5.4l11.4-3.6c-1 2.1-2 4.3-2.9 6.4 1.3 1.2 2.5 2.5 3.8 3.7-4.6 1.5-9.3 3-13.9 4.5v-3.6C7.5 13.9 4 15 .5 16.2V5.8c3.1-1 6.3-2 9.4-3 1-.3 1.9-.6 2.9-.9 0 1.1-.1 2.3 0 3.5zM2.1 7v6.9C5.1 13 8 12 11 11.1V4.2C8.1 5.1 5.1 6 2.1 7zm15.7-1.5c-1.7.5-3.4 1.1-5.1 1.6v6.8c3-1 6.1-1.9 9.1-2.9-.9-.9-1.8-1.7-2.6-2.6.6-1.3 1.3-2.7 1.9-4.1-1.1.5-2.2.9-3.3 1.2zM1.7 17.6c.3 0 .7 0 1 .2.4.2.6.5.8.9.1.3.2.7.1 1.1-.1.4-.2.7-.5 1-.3.3-.6.5-1 .5-.4.1-.8 0-1.1-.2-.4-.2-.7-.5-.9-.9-.1-.5-.1-.9 0-1.3.1-.3.3-.6.6-.9.2-.2.6-.4 1-.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 25px 23px;
    width: 25px;
    height: 23px
}

.ucob-info-icon i.fa-chart-line {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}

.ucob-info-icon i.nft-icon-class {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3E%3Cg fill='%232a374b'%3E%3Cpath d='M75.029 150.056c-1.967 0-3.934-.562-5.901-1.686l-54.795-31.753c-3.653-1.967-5.901-5.901-5.901-10.116V43.276c0-4.215 2.248-7.868 5.9-10.116L69.129 1.688c3.653-1.967 8.149-1.967 11.52 0l54.796 31.753c3.653 1.967 5.9 5.9 5.9 10.116v63.506c0 4.215-2.247 7.868-5.9 10.116l-54.514 31.19c-1.967 1.125-3.934 1.687-5.901 1.687zm0-139.938c-.281 0-.562 0-.843.28L19.39 41.872c-.562.28-.843.843-.843 1.405v63.506c0 .562.28 1.124.843 1.405l54.795 31.753a1.791 1.791 0 001.686 0l54.795-31.753c.562-.281.843-.843.843-1.405V43.276c0-.562-.281-1.124-.843-1.405L75.872 10.118h-.843z'/%3E%3Cpath d='M53.673 97.509c-1.686 0-3.372-.843-4.215-2.248L37.094 75.31v17.422c0 2.81-2.248 5.058-5.058 5.058s-5.058-2.248-5.058-5.058V57.607c0-2.248 1.405-4.215 3.653-4.777 2.248-.562 4.496.28 5.62 2.248l12.364 19.95V57.608a5.037 5.037 0 015.058-5.058 5.037 5.037 0 015.058 5.058V92.45c0 2.248-1.405 4.215-3.653 4.777-.562.28-1.124.28-1.405.28zM70.533 97.509a5.037 5.037 0 01-5.058-5.058V57.607a5.037 5.037 0 015.058-5.058h13.769c2.81 0 5.058 2.248 5.058 5.058s-2.248 5.058-5.058 5.058H75.31V92.45c0 2.81-2.248 5.058-4.777 5.058z'/%3E%3Cpath d='M84.302 80.087h-13.77c-2.81 0-5.057-2.248-5.057-5.058s2.248-5.058 5.058-5.058h13.769c2.81 0 5.058 2.248 5.058 5.058s-2.248 5.058-5.058 5.058zM118.022 62.665H98.07c-2.81 0-5.058-2.248-5.058-5.058s2.248-5.058 5.058-5.058h19.95c2.81 0 5.059 2.248 5.059 5.058s-2.248 5.058-5.058 5.058z'/%3E%3Cpath d='M108.187 97.509a5.037 5.037 0 01-5.058-5.058V57.607a5.037 5.037 0 015.058-5.058 5.037 5.037 0 015.058 5.058V92.45a5.037 5.037 0 01-5.058 5.058z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 23px 23px;
    width: 23px;
    height: 23px
}

.ucob-info-icon i.tiktok-icon-class {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.91a210.06 210.06 0 01-122.77-39.25v178.72A162.55 162.55 0 11185 188.31v89.89a74.62 74.62 0 1052.23 71.18V0h88a121.18 121.18 0 001.86 22.17A122.18 122.18 0 00381 102.39a121.43 121.43 0 0067 20.14z'/%3E%3C/svg%3E");
    background-size: 23px 23px;
    width: 23px;
    height: 23px
}

.ucob-info-second {
    display: flex;
    align-items: center;
    padding-top: 21px;
    padding-left: 18px;
    padding-right: 20px;
    padding-bottom: 25px
}

.ucob-change-account-info-user {
    display: flex;
    align-items: center;
    flex-grow: 1
}

.ucob-change-account-info-user-image {
    width: 60px;
    height: 60px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,.15));
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #f6f6f6;
    transition: filter .3s ease
}

.u-chechout-body.u-loading .ucob-change-account-info-user-image {
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0))
}

.ucob-change-account-info-user-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ucob-change-account-info-user-name {
    flex-grow: 1;
    padding-left: 14px;
    padding-right: 15px
}

.ucob-change-account-info-user-name>* {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1c344a;
    transition: color .3s ease;
    word-break: break-all
}

.ucob-change-account-info-user-name.long-and-small-title>* {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #1c344a;
    transition: color .3s ease;
    word-break: break-all
}

.u-chechout-body.u-loading .ucob-change-account-info-user-name>* {
    color: rgba(28,52,74,0)
}

.ucob-change-account-info-change {
    flex-shrink: 0
}

.ucob-change-account-info-change>* {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    color: #96a1ab;
    transition: color .3s ease
}

.u-chechout-body.u-loading .ucob-change-account-info-change>* {
    color: rgba(150,161,171,0)
}

.ucob-change-account-info-change>:hover {
    text-decoration: none
}

.ucob-title-con {
    flex-grow: 1;
    padding-top: 2px;
    padding-left: 1px
}

.ucob-title>* {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1c344a
}

.ucob-subtitle>* {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #96a1ab
}

.ucob-form {
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 19px
}

.ucob-form-input,.ucob-form-textarea {
    position: relative;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
    filter: grayscale(0) opacity(1);
    transition: filter .3s ease;
    will-change: transform;
    transform: translateZ(0)
}

.u-chechout-body.u-loading .ucob-form-input,.u-chechout-body.u-loading .ucob-form-textarea {
    filter: grayscale(1) opacity(.1)
}

.ucob-form-input.c-grey,.ucob-form-textarea.c-grey {
    border-color: #96a1ab
}

.ucob-form-input.c-white,.ucob-form-textarea.c-white {
    border-color: #fff
}

.ucob-form-input.c-error,.ucob-form-textarea.c-error {
    border-color: #de3f1d
}

.ucob-form-input:first-child,.ucob-form-textarea:first-child {
    margin-top: 0
}

.ucob-form-input.tag-select:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 14px;
    height: 8px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg' fill='%2396A1AB'%3E%3Cpath d='M7 8c-.3 0-.5-.1-.7-.3l-6-6C-.1 1.3-.1.7.3.3s1-.4 1.4 0L7 5.6 12.3.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    pointer-events: none
}

.ucob-form-input-message {
    padding-top: 11px;
    filter: grayscale(0) opacity(1);
    transition: filter .3s ease
}

.u-chechout-body.u-loading .ucob-form-input-message {
    filter: grayscale(1) opacity(.1)
}

.ucob-form-input-message p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-top: 16px
}

.ucob-form-input-message.uc-red p {
    color: #de3f1d
}

.ucob-form-input-message.uc-grey p {
    color: #96a1ab
}

.ucob-form-input-message p:first-child {
    padding-top: 0
}

.ucob-form-input-message-image {
    padding-top: 18px;
    padding-bottom: 14px
}

.ucob-form-input-message-image img {
    filter: drop-shadow(0 2px 3px rgba(90,0,0,.2));
    border-radius: 10px;
    overflow: hidden
}

.ucob-form-input-attention {
    background-color: #fee789;
    border-radius: 10px;
    margin-top: 10px;
    padding: 13px 16px 10px;
    filter: grayscale(0) opacity(1);
    transition: filter .3s ease
}

.u-chechout-body.u-loading .ucob-form-input-attention {
    filter: grayscale(1) opacity(.1)
}

.ucob-form-input-attention-title>* {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1c344a
}

.ucob-form-input-attention-text {
    padding-top: 9px
}

.ucob-form-input-attention-text>* {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1c344a
}

.ucob-form-input-message p.ucob-form-input-message-not-found {
    line-height: 20px
}

.ucob-form-input-message p.ucob-form-input-message-not-found img {
    padding: 10px 0
}

.ucob-form-input-message p.ucob-form-input-message-not-found b {
    padding: 10px 0;
    display: block
}

.ucob-form-input-attention-text-smaller {
    padding-top: 14px
}

.ucob-form-input-attention-text-smaller>* {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #1c344a;
    word-break: break-all
}

.ucob-form-input-attention-text-smaller>* b,.ucob-form-input-attention-text>* b {
    font-weight: 700
}

.ucob-form-input-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 16px;
    left: 14px;
    pointer-events: none
}

.ucob-form-input-icon svg {
    display: block;
    fill: #1c344a;
    transition: fill .3s ease
}

.ucob-form-input.c-error .ucob-form-input-icon svg {
    fill: #de3f1d
}

.ucob-form-input label {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #1c344a;
    display: block;
    position: absolute;
    top: 9px;
    left: 54px;
    pointer-events: none;
    transition: color .3s ease
}

.ucob-form-input.c-error label {
    color: #de3f1d
}

.ucob-form-input input,.ucob-form-input select,.ucob-form-textarea textarea {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1c344a;
    display: block;
    -webkit-font-smoothing: antialiased;
    outline: 0;
    width: 100%;
    background-color: #fff
}

.ucob-form-input input,.ucob-form-input select {
    padding: 25px 15px 7px 54px
}

.ucob-form-input select {
    padding-right: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0
}

.ucob-form-textarea textarea {
    resize: none;
    overflow: auto;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    height: 100px;
    padding: 8px 15px 7px
}

.ucob-form-textarea textarea::-webkit-scrollbar,.ucob-form-textarea textarea::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px
}

.ucob-form-input input[type=email]::-webkit-input-placeholder,.ucob-form-input input[type=number]::-webkit-input-placeholder,.ucob-form-input input[type=text]::-webkit-input-placeholder,.ucob-form-input input[type=url]::-webkit-input-placeholder,.ucob-form-input textarea::-webkit-input-placeholder,.ucob-form-textarea textarea::-webkit-input-placeholder {
    color: #96a1ab
}

.ucob-form-input input[type=email]::-moz-placeholder,.ucob-form-input input[type=number]::-moz-placeholder,.ucob-form-input input[type=text]::-moz-placeholder,.ucob-form-input input[type=url]::-moz-placeholder,.ucob-form-input textarea::-moz-placeholder,.ucob-form-textarea textarea::-moz-placeholder {
    color: #96a1ab
}

.ucob-form-input input[type=email]:-ms-input-placeholder,.ucob-form-input input[type=number]:-ms-input-placeholder,.ucob-form-input input[type=text]:-ms-input-placeholder,.ucob-form-input input[type=url]:-ms-input-placeholder,.ucob-form-input textarea:-ms-input-placeholder,.ucob-form-textarea textarea:-ms-input-placeholder {
    color: #96a1ab
}

.ucob-form-input input[type=email]:-moz-placeholder,.ucob-form-input input[type=number]:-moz-placeholder,.ucob-form-input input[type=text]:-moz-placeholder,.ucob-form-input input[type=url]:-moz-placeholder,.ucob-form-input textarea:-moz-placeholder,.ucob-form-textarea textarea:-moz-placeholder {
    color: #96a1ab
}

.ucob-form .ucob-form-button {
    margin-top: 20px
}

.ucob-change-package-form .ucob-form-button {
    margin-top: 10px
}

.ucob-change-package-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 11px;
    padding-left: 18px;
    padding-right: 20px;
    padding-bottom: 9px
}

.ucob-change-package-info-price>* {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1c344a;
    opacity: .6;
    transition: color .3s ease
}

.u-chechout-body.u-loading .ucob-change-package-info-price>* {
    color: rgba(28,52,74,0)
}

.ucob-change-package-info-change>* {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    text-decoration: underline;
    color: #1c344a;
    opacity: .6;
    transition: color .3s ease
}

.ucob-change-package-info-change>:hover {
    text-decoration: none
}

.u-chechout-body.u-loading .ucob-change-package-info-change>* {
    color: rgba(28,52,74,0)
}

.ucob-change-package-form {
    padding-top: 14px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 11px
}

.ucob-didumean {
    padding-top: 16px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 17px
}

.ucob-didumean-title {
    padding-left: 5px;
    padding-right: 5px
}

.ucob-didumean-title>* {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #fff
}

.ucob-didumean-text {
    padding-left: 5px;
    padding-right: 5px
}

.ucob-didumean-text>* {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #fff
}

.ucob-didumean .ucob-form-button {
    padding-top: 13px
}

.ucob-limitedoffer {
    padding-top: 14px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 17px
}

.ucob-limitedoffer-title {
    padding-left: 5px;
    padding-right: 5px
}

.ucob-limitedoffer-title>* {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    letter-spacing: 1px
}

.ucob-limitedoffer-text {
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px
}

.ucob-limitedoffer-text>* {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff
}

.ucob-limitedoffer .ucob-form-button {
    padding-top: 14px
}

.ucob-select-posts {
    padding-top: 21px
}

.ucob-select-posts-title {
    padding-left: 18px;
    padding-right: 18px;
    opacity: 1;
    transition: opacity .3s ease
}

.u-chechout-body.u-loading .ucob-select-posts-title {
    opacity: .2
}

.ucob-select-posts-title>* {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #1c344a
}

.ucob-select-posts-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 22px;
    padding-left: 1px;
    opacity: 1;
    transition: opacity .3s ease
}

.u-chechout-body.u-loading .ucob-select-posts-list {
    opacity: .2
}

.ucob-select-posts-item {
    width: 50%;
    padding-top: calc(50% - 1px);
    padding-right: 1px;
    padding-bottom: 1px;
    position: relative
}

.ucob-select-posts-item-in {
    box-shadow: none;
    transition: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 1px;
    bottom: 1px;
    display: flex;
    overflow: hidden
}

.ucob-select-posts-item-in:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    background-color: rgba(0,0,0,.4)
}

.ucob-select-posts-item-in.active .ucob-select-posts-item-count,.ucob-select-posts-item-in.active:before,.ucob-select-posts-item-in:hover:before {
    opacity: 1
}

.ucob-select-posts-item-in.active {
    cursor: pointer
}

.ucob-select-posts-list.end-photo .ucob-select-posts-item-in:not(.active) {
    cursor: default;
    pointer-events: none
}

.ucob-select-posts-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ucob-select-posts-list.end-photo .ucob-select-posts-item-in:not(.active) .ucob-select-posts-item-img img {
    filter: grayscale(1)
}

.ucob-select-posts-item-linear-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    transition: bottom .3s ease;
    background: linear-gradient(0deg,#000,transparent)
}

.ucob-select-posts-item-in.active .ucob-select-posts-item-linear-gradient {
    bottom: -44px
}

.ucob-select-posts-item-count {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    display: flex;
    justify-content: center;
    align-items: center
}

.ucob-select-posts-item-count-in {
    display: block;
    text-align: center
}

.ucob-select-posts-item-count-n {
    font-size: 30px;
    height: 30px
}

.ucob-select-posts-item-count-n,.ucob-select-posts-item-count-t {
    display: block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #fff
}

.ucob-select-posts-item-count-t {
    font-size: 16px;
    margin-top: -4px
}

.ucob-select-posts-item-info {
    position: absolute;
    right: 11px;
    bottom: 11px;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: baseline
}

.ucob-select-posts-item-info-count {
    padding-left: 4px
}

.ucob-select-posts-item-in:after {
    content: "";
    position: absolute;
    left: 11px;
    bottom: 11px;
    width: 24px;
    height: 24px;
    pointer-events: none;
    transition: background-color .3s ease,border-color .3s ease;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid transparent;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    border-radius: 5px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
    background-color: #fff;
    border-color: #d0e3eb
}

.ucob-select-posts-item-in.active:after {
    background-color: #ffd434;
    border-color: #ffd434
}

.ucob-select-posts .ucob-form-button {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 17px
}

@media screen and (min-width: 430px) {
    .ucob-select-posts-list {
        margin-left:-8px;
        margin-right: -8px
    }
}

@media screen and (min-width: 480px) {
    .ucob-select-posts-item {
        width:33.3334%;
        padding-top: calc(33.3334% - 1px)
    }
}

.ucob-special-offers {
    padding-top: 18px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 20px
}

.ucob-special-offers-title>* {
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    text-transform: uppercase;
    color: #1c344a;
    letter-spacing: 1px
}

.ucob-special-offers-list {
    padding-top: 18px
}

.ucob-special-offers-item {
    display: flex;
    padding-top: 18px
}

.ucob-special-offers-item:first-child {
    padding-top: 0
}

.ucob-special-offers-item-left {
    flex-grow: 1
}

.ucob-special-offers-item-description {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    padding-right: 10px
}

.ucob-special-offers-item-description:after,.ucob-special-offers-item-description:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 5px
}

.ucob-special-offers-item-description:before {
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,.15);
    transition: background-color .3s ease
}

.ucob-special-offers-item-description:after {
    transition: opacity .3s ease;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23F79E1B' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0
}

.ucob-special-offers-item.active .ucob-special-offers-item-description:before {
    background-color: #fff;
    border-color: transparent
}

.ucob-special-offers-item.active .ucob-special-offers-item-description:after {
    opacity: 1
}

.ucob-special-offers-item-description>* {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #1c344a
}

.ucob-special-offers-item-description>* b {
    font-weight: 700
}

.ucob-special-offers-item-right {
    flex-shrink: 0;
    cursor: pointer
}

.ucob-special-offers-item-price>* {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    color: #1c344a;
    white-space: nowrap
}

.ucob-special-offers-item-old-price>* {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-align: right;
    text-decoration: line-through;
    color: #1c344a;
    white-space: nowrap;
    transform: translateY(-3px)
}

.ucob-payment {
    padding-top: 19px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 18px
}

.ucob-payment-title {
    padding-left: 10px;
    padding-right: 10px
}

.ucob-payment-title>* {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #1c344a;
    transition: color .3s ease
}

.u-chechout-body-g-2 .ucob-payment-title>* {
    color: #bccbd2
}

.u-chechout-body.u-loading .ucob-payment-title>* {
    color: #f6f6f6
}

.ucob-payment-price {
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px
}

.ucob-payment-price>* {
    font-weight: 700;
    font-size: 42px;
    line-height: 53px;
    color: #1c344a;
    transition: color .3s ease
}

.u-chechout-body.u-loading .ucob-payment-price>* {
    color: #f6f6f6
}

.ucob-payment-type-title {
    padding-top: 12px;
    padding-left: 9px;
    padding-right: 9px
}

.ucob-payment-type-title>* {
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    color: #1c344a;
    transition: color .3s ease
}

.u-chechout-body.u-loading .ucob-payment-type-title>* {
    color: #f6f6f6
}

.ucob-payment-type-list {
    padding-top: 10px;
    filter: grayscale(0) opacity(1);
    transition: filter .3s ease
}

.u-chechout-body.u-loading .ucob-payment-type-list {
    filter: grayscale(1) opacity(.1)
}

.ucob-payment-type-item {
    position: relative;
    margin-top: 10px
}

.ucob-payment-type-item:first-child {
    margin-top: 0
}

.ucob-payment-type-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

.ucob-payment-type-label {
    position: relative;
    transition: border-color .3s ease,background-color .3s ease;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    border: 1px solid #cbdfea;
    border-radius: 12px;
    cursor: pointer;
    padding-top: 6px;
    padding-left: 68px;
    padding-right: 15px;
    padding-bottom: 6px;
    background-color: #fff;
    min-height: 80px
}

.ucob-payment-type-input:checked+.ucob-payment-type-label,.ucob-payment-type-label:hover {
    background-color: #cbdfea;
    border-color: #cbdfea
}

.ucob-payment-type-descicon-con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.ucob-payment-type-description,.ucob-payment-type-image-con {
    padding-top: 3px;
    padding-bottom: 4px
}

.ucob-payment-type-description {
    padding-right: 20px
}

.ucob-payment-type-description-icon {
    transition: border .2s linear;
    position: absolute;
    top: 50%;
    left: 19px;
    transform: translateY(-50%);
    border-radius: 100%;
    border: 2px solid #1d334a;
    background-color: #fff;
    width: 34px;
    height: 34px
}

.ucob-payment-type-description-icon:before {
    content: "";
    display: block;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #1d334a;
    transform: scale(0) translate(-50%,-50%);
    transition: transform .2s linear
}

.ucob-payment-type-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #1d334a
}

.ucob-payment-type-input:checked+.ucob-payment-type-label .ucob-payment-type-description-icon:before {
    transform: scale(1) translate(-50%,-50%)
}

.ucob-payment-type-image {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin: 0 0 -10px -10px
}

.ucob-payment-type-image-inner {
    margin-left: 10px;
    margin-bottom: 10px
}

.ucob-payment-type-image-inner svg {
    display: block
}

.ucob-payment .ucob-form-button {
    margin-top: 20px
}

.ucob-payment-subbutton-text {
    padding-top: 16px;
    padding-left: 9px;
    padding-right: 9px
}

.ucob-payment-subbutton-text>* {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #96a1ab;
    transition: color .3s ease
}

.u-chechout-body.u-loading .ucob-payment-subbutton-text>* {
    color: #f6f6f6
}

.ucob-payment-subbutton-text>* b {
    font-weight: 700
}

.ucob-payment-subbutton-text>* a {
    text-decoration: underline
}

.ucob-payment-subbutton-text>* a:hover {
    text-decoration: none
}

.ucob-offer-info {
    background-color: #f0f6fc;
    border-radius: 5px;
    position: relative;
    padding-top: 12px;
    padding-left: 13px;
    padding-right: 40px;
    padding-bottom: 9px;
    margin-top: 12px;
    margin-bottom: 2px;
    opacity: 1;
    transition: opacity .3s ease
}

.u-chechout-body.u-loading .ucob-offer-info {
    opacity: .1
}

.ucob-offer-info p {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #1c344a
}

.ucob-offer-info-close {
    position: absolute;
    top: 10px;
    right: 18px;
    cursor: pointer
}

.ucob-offer-info-close svg {
    display: block
}

.ucob-paymenttype-loaded-list {
    padding-top: 21px
}

.ucob-paymenttype-loaded-item {
    width: 100%;
    height: 58px;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    margin-top: 10px;
    position: relative
}

.ucob-paymenttype-loaded-item:after,.ucob-paymenttype-loaded-item:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.ucob-paymenttype-loaded-item:before {
    width: 24px;
    height: 24px;
    left: 17px;
    border: 1px solid #f6f6f6;
    display: block
}

.ucob-paymenttype-loaded-item:after {
    width: 14px;
    height: 14px;
    left: 22px;
    background-color: #f6f6f6;
    display: none
}

.ucob-paymenttype-loaded-item.active:after {
    display: block
}

.ucob-paymenttype-loaded-item:first-child {
    margin-top: 0
}

.ucob-payment-info {
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px
}

.ucob-payment-info>* {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #bccbd2
}

@media screen and (min-width: 480px) {
    .ucob-payment-price>* {
        text-align:center
    }
}

@media screen and (max-width: 767px) {
    .ucob-payment-type-description {
        padding-right:0
    }

    .ucob-payment-type-description,.ucob-payment-type-image-con {
        width: 100%
    }
}

.ucob-payment-type-image-inner svg.square {
    width: 30px;
    height: 30px
}

.ucob-payment-type-image-inner svg.viza {
    width: 51px;
    height: 19px
}

.ucob-payment-type-image-inner svg.mastercard {
    width: 28px;
    height: 22px
}

.ucob-payment-type-image-inner svg.applepay,.ucob-payment-type-image-inner svg.googlepay {
    width: 48px;
    height: 20px
}

.ucob-payment-type-image-inner svg.pageseguro {
    width: 74px;
    height: 26px
}

.ucob-payment-type-image-inner svg.paypal {
    width: 73px;
    height: 22px
}

.ucob-payment-type-image-inner svg.ammericanexpress {
    width: 50px;
    height: 15px
}

.ucob-payment-type-image-inner svg.discover {
    width: 48px;
    height: 9px
}

.ucob-payment-type-image-inner svg.hipercard {
    width: 52px;
    height: 23px
}

.ucob-payment-type-image-inner svg.boleto {
    width: 64px;
    height: auto
}

.ucob-payment-type-image-inner svg.paytm {
    width: 77px;
    height: 24px
}

.ucob-payment-type-image-inner svg.netbunking {
    width: 80px;
    height: 32px
}

.ucob-payment-type-image-inner svg.upi {
    width: 82px;
    height: 22px
}

.ucob-payment-type-image-inner svg.alipay {
    width: 88px;
    height: 22px
}

.ucob-payment-type-image-inner svg.wechat {
    width: 75px;
    height: 25px
}

.ucob-commebts {
    padding-top: 19px
}

.ucob-commebts-title {
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 12px
}

.ucob-commebts-title>* {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #1c344a;
    transition: color .3s ease
}

.u-chechout-body.u-loading .ucob-commebts-title>* {
    color: #f6f6f6
}

.fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-spinner:before {
    content: "\f110"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frown:before {
    content: "\f119"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-percent:before {
    content: "\f295"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-print:before {
    content: "\f02f"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-road:before {
    content: "\f018"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-strava:before {
    content: "\f428"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://use.fontawesome.com/releases/v5.8/webfonts/fa-brands-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-regular-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-regular-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-regular-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-regular-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.eot);
    src: url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,.fas {
    font-weight: 900
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 64px;
    padding-top: 10%;
    background: rgba(255,255,255,.9)
}

.loader .fas {
    opacity: .5
}

.vut-g .loader {
    font-size: 32px
}

.fa-bookmark:before {
    content: "\f02e"
}

.account-change p,.account-change p>a {
    font-size: 18px!important
}

#load-counter {
    position: absolute;
    font-size: 28px;
    width: 65px;
    line-height: 80px;
    color: #8c90a5
}

.account-change.main-account {
    border-bottom: 0;
    padding: 0;
    margin: 0
}

.account-change.main-account .subtitle.medium {
    margin-top: 10px;
    color: #bd0000
}

.account-change.main-account p.name {
    width: 70%;
    word-break: break-word
}

.account-change.main-account .btn {
    float: right
}

.package-select {
    display: none;
    padding: 25px 0;
    border-top: 1px solid #babdfb;
    margin: 40px 0 0
}

.package-select select {
    margin: 25px 0;
    display: block;
    width: 50%;
    height: 44px;
    padding-left: 10px;
    -webkit-appearance: menulist
}

.xcomponent-outlet {
    margin: 15px auto;
    display: block
}

.account-change .media-cor {
    margin-bottom: 10px
}

.account-change.account-photo p {
    width: 100%;
    padding: 0
}

.account-change .media-item:hover .hover,.account-change .media-item:focus .hover {
    opacity: 0;
    visibility: hidden
}

.account-change .media-item.active .hover {
    opacity: 1;
    visibility: visible
}

.summary {
    display: none
}

#paypal-button-container {
    text-align: center
}

.account-view form .subtitle.medium {
    font-size: 14px;
    margin-top: 5px;
    color: #710000;
    margin-bottom: 0
}

.account-change {
    border-bottom: 1px solid #babdfb;
    padding: 0 0 45px;
    margin: 0 0 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.account-change.hide-sumary {
    border-bottom: 0;
    padding: 0
}

.summary.hide-sumary .sumary-price,.summary.hide-sumary #summary-list,.summary.hide-sumary .title.bold {
    display: none !important
}

.account-change.account-photo {
    margin: 50px 0 45px;
    display: block
}

.account-change.account-photo.hide-sumary {
    margin: 50px 0 0
}

.account-change .account-view-novideo-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.template-content .account-change .account-view-novideo-info a {
    white-space: nowrap
}

.template-content .account-change .account-view-novideo-info p {
    width: auto;
    padding: 0 20px;
    margin: 0;
    text-align: left
}

.sumary-price {
    margin-top: 10px
}

#summary-upgrade {
    padding: 25px 30px;
    background: #ffd100;
    border-radius: 8px;
    color: #19224c;
    margin-bottom: 20px;
    margin-top: 5px;
    position: relative
}

#upgrade-hide {
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px;
    position: absolute;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#upgrade-header {
    font-weight: 900;
    display: block;
    width: 85%;
    font-size: 20px;
    padding-bottom: 5px;
    color: #19224c;
    font-family: Roboto;
    line-height: 130%
}

#upgrade-button {
    border-radius: 26px;
    background: #fff;
    padding: 10px 25px;
    min-width: 230px;
    display: inline-block;
    color: #19224c;
    font-family: Roboto;
    border: 2px solid transparent;
    text-align: center;
    position: relative;
    top: 0
}

#upgrade-hide:hover,#upgrade-button:hover {
    cursor: pointer;
    opacity: .8
}

@media screen and (max-width: 767px) {
    #upgrade-header {
        text-align:left
    }

    #upgrade-button {
        min-width: auto;
        width: 100%
    }
}

#checkout-payment-applied-upgrade {
    padding: 25px 30px;
    background: #fff;
    border-radius: 8px;
    color: #19224c;
    margin-bottom: 20px;
    margin-top: 5px;
    position: relative;
    padding-bottom: 5px;
    border: 2px solid #c5c5c5
}

#checkout-payment-applied-upgrade p {
    width: calc(100% - 150px);
    padding-right: 10px;
    font-size: 18px;
    font-family: Lato,Helvetica,Sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle
}

#checkout-payment-downgrade-button {
    height: 34px;
    min-width: 140px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #19224c;
    padding: 0 10px;
    display: inline-block;
    background: #fff;
    vertical-align: middle;
    border-radius: 26px;
    position: relative;
    top: -10px;
    font-weight: 600;
    border: 2px solid #c5c5c5
}

#checkout-payment-downgrade-button:hover {
    cursor: pointer;
    opacity: .8;
    background: #c5c5c5;
    color: #fff
}

@media screen and (max-width: 767px) {
    #checkout-payment-applied-upgrade p {
        display:block;
        width: 100%;
        margin-bottom: 15px
    }

    #upgrade-button {
        min-width: auto;
        width: 100%
    }
}

.default-part.payment .price.big-size {
    font-size: 46px
}

.account-view .select-a-service {
    text-align: center
}

.account-view .sel-packege {
    margin-top: 25px
}

.summary-item .c-p {
    color: #ff7b7b
}

body .package p {
    text-transform: capitalize
}

body .account-change .account-view-novideo-info {
    width: calc(100% - 70px)
}

@media screen and (max-width: 580px) {
    body .account-change .account-view-novideo-info {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: unset;
        -webkit-justify-content: unset;
        -moz-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    body .template-content .account-change .account-view-novideo-info p {
        padding: 0 0 0 20px
    }

    body .template-content .account-change .account-view-novideo-info a {
        display: table;
        margin-top: 6px;
        margin-left: 20px;
        min-width: unset;
        width: auto
    }
}

body .select-pay-block__radio-label {
    transition: border-color .3s ease,background-color .3s ease
}

body .select-pay-block__send-button-image>* {
    transition: fill .3s ease
}

body .select-pay-block__description>* {
    transition: color .3s ease
}

body .select-pay-block__status-icon {
    transition: border .2s linear
}

body .select-pay-block__title>* {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 0
}

body .select-pay-block__select-items {
    padding-top: 18px
}

body .select-pay-block__select-item {
    padding-bottom: 14px;
    position: relative
}

body .select-pay-block__select-item:last-child {
    padding-bottom: 0
}

body .select-pay-block__radio-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

body .select-pay-block__radio-label {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    margin: 0
}

body .select-pay-block__status-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    border-radius: 100%
}

body .select-pay-block__radio-input:checked+.select-pay-block__radio-label .select-pay-block__status-icon {
    border: 5px solid transparent
}

body .select-pay-block__description {
    padding-left: 34px;
    position: relative
}

body .select-pay-block__description>* {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    margin: 0;
    text-align: left
}

body .select-pay-block__image {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

body .select-pay-block__image-inner {
    padding-right: 10px;
    height: 30px
}

body .select-pay-block__image-inner:last-child {
    padding-right: 0
}

body .select-pay-block__image-inner>* {
    display: block;
    width: auto;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,.08)
}

@media screen and (max-width: 767px) {
    body .select-pay-block__description {
        padding-left:40px
    }

    body .select-pay-block__radio-label {
        padding-top: 19px;
        padding-right: 14px;
        padding-bottom: 22px;
        padding-left: 14px
    }

    body .select-pay-block__select-items {
        padding-top: 22px
    }

    body .select-pay-block__select-item {
        padding-bottom: 23px
    }

    body .select-pay-block__status-icon {
        width: 26px;
        height: 26px
    }

    body .select-pay-block__radio-input:checked+.select-pay-block__radio-label .select-pay-block__status-icon {
        border-width: 8px
    }

    body .select-pay-block__description {
        width: 100%
    }

    body .select-pay-block__description>* {
        font-size: 14px;
        line-height: 1.43
    }

    body .select-pay-block__image-inner {
        margin-top: 7px;
        padding-right: 7px;
        height: 34px
    }

    body .select-pay-block__image-inner>* {
        box-shadow: 0 3px 10px rgba(0,0,0,.16)
    }

    body .select-pay-block__image {
        margin-top: -7px;
        margin-left: 0;
        width: 100%;
        padding-top: 20px
    }
}

@media screen and (max-width: 480px) {
    body .select-pay-block__image {
        width:auto;
        margin: -6px 0 0 -6px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    body .select-pay-block__image-inner {
        margin-top: 6px;
        padding-left: 0;
        padding-right: 0;
        height: auto;
        width: calc(25% - 6px);
        margin-left: 6px;
        border-radius: 3px;
        height: 8.08vw;
        box-shadow: 0 3px 10px rgba(0,0,0,.16)
    }

    body .select-pay-block__image-inner:last-child {
        padding-right: 0
    }

    body .select-pay-block__image-inner>* {
        width: 100%;
        height: 100%;
        padding: 0 2px;
        box-shadow: none;
        border-radius: 0
    }

    body .select-pay-block__image-inner>*>path:first-child {
        display: none
    }
}

body .account-change.account-photo .title {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
    font-size: 24px;
    line-height: 1.2
}

body .account-change.account-photo .subtitle {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 1.6
}

body .account-change.account-photo .row {
    margin-left: -44px;
    margin-right: -45px;
    margin-bottom: -1px
}

body .account-change.account-photo .media-cor {
    margin: 0;
    padding-top: calc(25% - 1px);
    padding-left: 0;
    padding-right: 1px;
    padding-bottom: 1px
}

body .account-change.account-photo .media-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    width: auto;
    height: auto;
    min-height: unset;
    border-radius: 0;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 1px;
    bottom: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: unset;
    overflow: hidden
}

body .account-change.account-photo .media-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body .account-change.account-photo .media-item:after {
    content: '';
    position: absolute;
    left: 11px;
    bottom: 11px;
    width: 24px;
    height: 24px;
    pointer-events: none;
    -webkit-transition: background-color .3s ease,border-color .3s ease;
    -o-transition: background-color .3s ease,border-color .3s ease;
    -moz-transition: background-color .3s ease,border-color .3s ease;
    transition: background-color .3s ease,border-color .3s ease;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 4px 4px rgba(0,0,0,.25);
    box-shadow: 0px 4px 4px rgba(0,0,0,.25);
    border-radius: 5px
}

body .account-change.account-photo .media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0
}

body .account-change.account-photo .media-item .media-item-linear-gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 44px;
    -webkit-transition: bottom .3s ease;
    -o-transition: bottom .3s ease;
    -moz-transition: bottom .3s ease;
    transition: bottom .3s ease
}

body .account-change.account-photo .media-item .hover {
    content: none;
    background: 0 0;
    height: auto;
    width: auto;
    text-align: unset;
    line-height: unset;
    color: transparent;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body .account-change.account-photo .media-item .count-likes-set-container {
    display: block;
    text-align: center
}

body .account-change.account-photo .media-item .count-likes-set {
    display: block;
    font-size: 30px;
    line-height: 1;
    height: 30px
}

body .account-change.account-photo .media-item .count-likes-set-under {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: -4px
}

body .account-change.account-photo .media-item .media-item-img-container {
    position: absolute;
    right: 11px;
    bottom: 11px;
    font-size: 16px;
    line-height: 1
}

body .account-change.account-photo .media-item .media-item-img-count {
    padding-left: 4px
}

body .account-change.account-photo.end-photo .media-item:not(.active) img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

body .account-change.account-photo.end-photo .media-item:not(.active) {
    cursor: default
}

body .account-change.account-photo .media-item.active:before,body .account-change.account-photo .media-item:hover:before,body .account-change.account-photo .media-item.active .hover {
    opacity: 1
}

body .account-change.account-photo .media-item.active .media-item-linear-gradient {
    bottom: -44px
}

@media screen and (max-width: 1366px) and (pointer:coarse) {
    body .account-change.account-photo .media-item:hover:before {
        opacity:0
    }

    body .account-change.account-photo .media-item.active:before,body .account-change.account-photo .media-item.active .hover {
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    body .account-change.account-photo .row {
        margin-left:-24px;
        margin-right: -19px
    }

    body .account-change.account-photo .media-cor {
        padding-top: calc(33.33334% - 1px)
    }
}

@media screen and (max-width: 580px) {
    body .account-change.account-photo img {
        display:block;
        margin: 0
    }
}

@media screen and (max-width: 575px) {
    body .account-change.account-photo .media-cor {
        padding-top:calc(50% - 1px);
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%
}

h1,.h1 {
    font-size: 36px
}

h2,.h2 {
    font-size: 30px
}

h3,.h3 {
    font-size: 24px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 14px
}

h6,.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size:21px
    }
}

small,.small {
    font-size: 85%
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover,a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,ol ul,ul ol,ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,blockquote small,blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
    content: ""
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

@media (min-width: 768px) {
    .container {
        max-width:750px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.modal-header:after,.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none /*!important*/
}

.show {
    display: block /*!important*/
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-placeholder {
    color: inherit
}

:-ms-input-placeholder {
    color: inherit
}

:-moz-placeholder {
    color: inherit
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

input,select,textarea,button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input,select,textarea,button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

::-webkit-scrollbar {
    width: 10px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    background: #b2b2b2
}

::-webkit-scrollbar-thumb {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: #ededed
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input:focus,button,button:focus,textarea {
    outline: none
}

button {
    cursor: pointer
}

html,body {
    font-family: 'Roboto',Arial;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #19224c;
    background-color: #fff
}

.summary-item i,.media-item .hover i,.main-menu ul li .sub-menu li:after,.main-menu ul li.menu-item-has-children:after,.main-menu ul li:nth-child(1):after,.ws-header .ws-submenu>ul>li>ul>li ul li a i,#most_popular>li>ul>li a:before,.question .collapse-title:before,.lang li.wpglobus-current-language a:after,.pagination .next i,.pagination .prev i,.loader .fas,.payment .btn-yellow i,.move-to-list-cus-ss .list-cus-ss-itemm-in span.ico,body .ico {
    font-family: 'FontAwesome';
    font-weight: 400
}

.flex-cus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap-cus--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-direction-cus--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-direction-cus--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.align-items-cus--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-items-cus--end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.justify-content-cus--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advantages-package .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.advantages-package .row .col-12 {
    float: none;
    width: 50%
}

.advantages-package .block-over-up .block-over-up-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ws-category-slider .single-package .product-card-buy-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 20px
}

.ws-category-slider .single-package .product-card-buy-container .buy {
    min-width: 190px !important
}

.ws-category-slider .single-package .product-card-buy-container .infoicons-mod-add-to-container {
    padding-top: 5px !important
}

.logos-block {
    margin: 0 20px 60px;
    padding: 20px;
    border-radius: 10px
}

.logos-block h2 {
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    color: #0c7bce;
    margin: 0 0 65px
}

.logos-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.logos-item {
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 15%
}

@media screen and (max-width: 1200px) {
    .logos-item {
        flex-basis:30%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 991px) {
    .logos-flex-container {
        justify-content:center
    }
}

@media screen and (max-width: 767px) {
    .logos-block h2 {
        font-size:30px
    }

    .logos-item {
        flex-basis: 45%
    }
}

@media screen and (max-width: 480px) {
    .logos-item {
        flex-basis:100%
    }

    .logos-block h2 {
        margin: 0 0 40px
    }
}

.advantages-package .block-over-up-heading {
    margin-top: 80px
}

@media screen and (max-width: 1199px) {
    .advantages-package .block-over-up-heading {
        margin-top:70px
    }
}

@media screen and (max-width: 991px) {
    .advantages-package .block-over-up-heading {
        margin-top:60px
    }
}

@media screen and (max-width: 767px) {
    .advantages-package .block-over-up-heading {
        margin-top:50px
    }
}

@media screen and (max-width: 429px) {
    .advantages-package .block-over-up-heading {
        margin-top:40px
    }
}

@media screen and (max-width: 767px) {
    .ws-category-slider .single-package .product-card-buy-container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (max-width: 400px) {
    .ws-category-slider .single-package .product-card-buy-container .buy {
        min-width:145px !important;
        font-size: 18px !important
    }
}

@media (max-width: 500px) {
    .advantages-package .row .col-12 {
        width:100%;
        margin-bottom: 10px
    }
}

@media (max-width: 420px) {
    .advantages-package .block-over-up .block-over-up-item .block-over-up-book span img {
        margin-bottom:0 !important
    }
}

@media (max-width: 558px) {
    body .section-text .description h3,body .section-text .description h4,body .section-text .description h5,body .section-text .description h6 {
        text-transform:none
    }
}

body,header {
    -webkit-transition: padding-top .3s ease;
    transition: padding-top .3s ease
}

body {
    padding-top: 64px
}

body.ws-fixed-custom {
    padding-top: 54px
}

header {
    background-color: #0c7bce;
    color: #fff;
    padding: 17px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999
}

header.ws-fixed {
    padding: 12px 0
}

@media screen and (max-width: 991px) {
    body {
        padding-top:60px
    }

    body.ws-fixed-custom {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    body {
        padding-top:72px
    }

    body.ws-fixed-custom {
        padding-top: 52px
    }

    header {
        padding: 22px 0
    }

    header.ws-fixed {
        padding: 12px 0
    }

    header .container {
        position: relative
    }

    .header-container-mod .logo-container-mod {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width: 480px) {
    body {
        padding-top:60px
    }

    body.ws-fixed-custom {
        padding-top: 48px
    }

    header {
        padding: 18px 0
    }
}

@media screen and (max-width: 350px) {
    body {
        padding-top:56px
    }

    header {
        padding: 16px 0
    }
}

@media (min-width: 1270px) {
    .container {
        max-width:1360px
    }
}

.mt50 {
    margin-top: 50px !important
}

.mr50 {
    margin-right: 50px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.ml50 {
    margin-right: 50px !important
}

.w50 {
    width: 50px !important
}

.mt45 {
    margin-top: 45px !important
}

.mr45 {
    margin-right: 45px !important
}

.mb45 {
    margin-bottom: 45px !important
}

.ml45 {
    margin-right: 45px !important
}

.w45 {
    width: 45px !important
}

.mt40 {
    margin-top: 40px !important
}

.mr40 {
    margin-right: 40px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.ml40 {
    margin-right: 40px !important
}

.w40 {
    width: 40px !important
}

.mt35 {
    margin-top: 35px !important
}

.mr35 {
    margin-right: 35px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.ml35 {
    margin-right: 35px !important
}

.w35 {
    width: 35px !important
}

.mt30 {
    margin-top: 30px !important
}

.mr30 {
    margin-right: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.ml30 {
    margin-right: 30px !important
}

.w30 {
    width: 30px !important
}

.mt25 {
    margin-top: 25px !important
}

.mr25 {
    margin-right: 25px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.ml25 {
    margin-right: 25px !important
}

.w25 {
    width: 25px !important
}

.mt20 {
    margin-top: 20px !important
}

.mr20 {
    margin-right: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.ml20 {
    margin-right: 20px !important
}

.w20 {
    width: 20px !important
}

.mt15 {
    margin-top: 15px !important
}

.mr15 {
    margin-right: 15px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.ml15 {
    margin-right: 15px !important
}

.w15 {
    width: 15px !important
}

.mt10 {
    margin-top: 10px !important
}

.mr10 {
    margin-right: 10px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.ml10 {
    margin-right: 10px !important
}

.w10 {
    width: 10px !important
}

.mt5 {
    margin-top: 5px !important
}

.mr5 {
    margin-right: 5px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.ml5 {
    margin-right: 5px !important
}

.mt0 {
    margin-top: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.ml0 {
    margin-right: 0 !important
}

.w5 {
    width: 5px !important
}

.uppercase {
    text-transform: uppercase
}

.text-initial {
    text-transform: initial
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

button {
    background-color: transparent;
    border: none
}

.row:after,.wrapper:after,.clearfix:after,.super-wrapper:after {
    content: '';
    clear: both;
    display: block
}

a:focus,a:active {
    color: initial;
    outline: 0;
    text-decoration: none
}

a:hover {
    color: initial;
    text-decoration: none
}

.left {
    float: left !important
}

.right {
    float: right !important
}

a,input[type=submit] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: inherit
}

textarea {
    resize: none
}

.mauto {
    display: table !important;
    margin: 0 auto !important
}

.w-max {
    width: 100%
}

.h-max {
    height: 100%
}

.italic {
    font-style: italic
}

.bold {
    font-weight: 700
}

.medium {
    font-weight: 500
}

.os-regular {
    font-weight: 400
}

.os-bold {
    font-weight: 700
}

.pl0 {
    padding-left: 0 !important
}

.pr0 {
    padding-right: 0 !important
}

.p0 {
    padding: 0 !important
}

.table-respond {
    overflow: auto
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.main-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 36px;
    color: #283d56;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 70px
}

.main-title span {
    font-weight: 700;
    margin: 0 10px
}

.section {
    padding: 50px 0 75px
}

.single-p-adv .section-bubble.section-advantages,.section-bubble {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/bubble-bg.jpg) center no-repeat;
    background-size: cover
}

.section-blog.section-bubble.blog_cus_container>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-blog.section-bubble.blog_cus_container>.container>.row>.item {
    width: 100%
}

.section-blog.section-bubble.blog_cus_container>.container>.row>.item>.blog-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-blog.section-bubble.blog_cus_container>.container>.row>.item>.blog-item img {
    max-height: 320px;
    max-width: 530px
}

.single-blog-content .section-blog-single .template-content .h2,.single-blog-content .section-blog-single .template-content h2 {
    color: #0c7bce;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 15px
}

.single-blog-content .section-blog-single .template-content p {
    line-height: 25px;
    font-size: 18px;
    color: #464749
}

.single-blog-content .section-blog-single .template-content .h3,.single-blog-content .section-blog-single .template-content h3 {
    font-size: 18px;
    line-height: 31px;
    color: #0c7bce;
    margin: 30px 0 15px
}

.flex {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.flex-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.flex-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.flex-left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.flex-right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.flex-justify {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.flex-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-top {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.flex-middle {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.flex-bottom {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.flex-item-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.flex-item-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.flex-item-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

li {
    list-style-type: none
}

.navbar-brand {
    display: table;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: auto
}

.navbar-brand:hover {
    opacity: .8
}

.navbar-brand img {
    display: block;
    height: auto
}

.main-menu ul {
    display: table;
    width: 100%
}

.main-menu ul li {
    position: relative
}

.main-menu ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible
}

.main-menu ul li .sub-menu {
    position: absolute;
    width: 600px;
    height: 100%;
    left: 0;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    padding: 48px 27px;
    background: #fff
}

.main-menu ul li .sub-menu .sub-menu {
    left: 100%;
    top: 0
}

.main-menu ul .menu-item-269 a {
    cursor: pointer
}

.main-menu ul li .sub-menu li {
    background: #fff;
    width: 33.3333%;
    padding: 10px 25px
}

.main-menu ul li.menu-item-object-category.menu-item-has-children.open .sub-menu {
    opacity: 1;
    visibility: visible
}

.main-menu ul li .sub-menu li {
    display: block;
    text-align: left;
    float: left
}

.main-menu ul li .sub-menu li .sub-menu {
    display: none;
    position: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 10px 15px
}

.main-menu ul li .sub-menu li:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: initial
}

.main-menu ul li .sub-menu li .sub-menu:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -10px;
    top: 15px;
    background: #fa0;
    display: block
}

.main-menu ul li .sub-menu li .sub-menu {
    position: absolute;
    background: #fa0;
    height: auto;
    margin-left: -15%
}

.main-menu ul li .sub-menu li .sub-menu li {
    padding: 0;
    width: 100%;
    float: initial;
    background: 0 0
}

.main-menu ul li .sub-menu li .sub-menu li a {
    font-size: 16px
}

.main-menu ul li .sub-menu li .sub-menu li a {
    color: #fff
}

.main-menu ul li .sub-menu li .sub-menu li a:hover {
    color: #25374d
}

.main-menu ul li {
    display: table-cell;
    text-align: right;
    padding: 25px 0;
    width: 1%
}

.main-menu ul li a {
    font-size: 20px;
    color: #25374d;
    position: relative
}

.main-menu ul li a:hover {
    color: #fa0
}

.main-menu ul li a:hover i {
    color: #25374d
}

.main-menu ul li.current_page_item a {
    font-weight: 700
}

.lang {
    padding: 25px 0
}

.lang li.wpglobus-current-language {
    position: relative
}

.lang li.wpglobus-current-language a:after {
    content: '\f107';
    font-size: 18px;
    color: #fa0;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0 10px
}

.lang li.wpglobus-current-language a {
    color: #fa0;
    text-transform: uppercase
}

.wpglobus_flag {
    background-image: none !important;
    padding: 0 !important
}

.lang li.wpglobus-current-language:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.lang li.wpglobus-current-language .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,.2);
    box-shadow: 0 0 14px rgba(0,0,0,.2);
    padding: 5px 10px;
    background: #fff
}

.lang li.wpglobus-current-language .sub-menu li a:after {
    content: none
}

.main-screen {
    position: relative;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/main-screen-bg.jpg) center no-repeat;
    padding: 110px 0;
    overflow: hidden;
    background-size: cover
}

.main-screen .section-title {
    font-size: 72px;
    position: relative;
    z-index: 9;
    color: #fff;
    text-transform: uppercase;
    line-height: 55px
}

.sub-title {
    font-size: 44px;
    color: #fff;
    margin: 0 0 50px
}

.choose .title {
    color: #ffe468;
    font-size: 24px;
    margin: 0 0 15px
}

.choose ul li {
    display: inline-block;
    margin: 0 5px
}

.choose ul li a {
    border-radius: 50%;
    display: inline-block;
    -webkit-box-shadow: 0 0 10px rgba(255,210,0,.35);
    box-shadow: 0 0 10px rgba(255,210,0,.35);
    position: relative;
    top: 0
}

.choose ul li a:hover {
    top: -3px;
    -webkit-box-shadow: 0 3px 22px rgba(255,210,0,.6);
    box-shadow: 0 3px 22px rgba(255,210,0,.6)
}

.choose ul li a img {
    display: block
}

.btn {
    color: #242001;
    display: inline-block;
    font-size: 20px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    background: 0 0;
    z-index: 0;
    padding: 10px 40px;
    text-align: center
}

.btn.btn-yellow {
    border-radius: 10px;
    background: #ffd100;
    -webkit-box-shadow: 0 0 18px rgba(255,255,255,.35);
    box-shadow: 0 0 18px rgba(255,255,255,.35)
}

.btn.btn-yellow:hover {
    -webkit-box-shadow: 0 3px 25px rgba(255,255,255,.65);
    box-shadow: 0 3px 25px rgba(255,255,255,.65)
}

.main-screen .btn-yellow {
    margin: 25px 0 0
}

.btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 1;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all .55s cubic-bezier(.5,1,.3,1);
    transition: all .55s cubic-bezier(.5,1,.3,1);
    width: 50px;
    z-index: -10
}

.btn:hover:after {
    left: 120%;
    -webkit-transition: all .55s cubic-bezier(.5,1,.3,1);
    transition: all .55s cubic-bezier(.5,1,.3,1)
}

.main-title img {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 20px 0 0
}

.main-title a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

#youtube .main-title span {
    color: #ca3f39
}

#instagram .main-title span {
    color: #dd2a7b
}

#facebook .main-title span {
    color: #2f47af
}

#soundcloud .main-title span {
    color: #f7620e
}

#linked .main-title span {
    color: #2084b8
}

#twitter .main-title span {
    color: #00a8ff
}

.product-img {
    position: relative;
    display: table;
    margin: 0 auto 30px;
    overflow: hidden
}

.product-img:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 1px 57px rgba(0,0,0,.14);
    box-shadow: inset 0 1px 57px rgba(0,0,0,.14);
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.product-img img {
    width: 190px !important;
    height: 190px !important;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    z-index: -1
}

.product p {
    color: #283d56
}

.product:hover .product-img:after {
    -webkit-box-shadow: inset 0 1px 57px rgba(0,0,0,.44);
    box-shadow: inset 0 1px 57px rgba(0,0,0,.44)
}

.product .title {
    font-size: 24px;
    margin: 0 0 5px;
    color: #283d56
}

.product .price {
    font-size: 22px;
    margin: 0 0 25px
}

.btn-yellow__bordered {
    border-radius: 10px;
    border: 1px solid #ffd200;
    background-color: rgba(255,210,0,.5)
}

.advantage {
    margin: 0 0 60px
}

.advantage .title {
    color: #283d56;
    font-size: 26px;
    margin: 0 0 5px
}

.advantage .description {
    color: #3f3f3f;
    font-size: 17px;
    font-weight: 400
}

.advantage .advantage-img {
    min-height: 74px;
    line-height: 74px;
    margin: 0 0 10px
}

.advantage .advantage-img img {
    display: inline-block;
    vertical-align: bottom
}

.section-about .main-title {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin: 0 0 15px
}

.section-about .description p {
    margin: 0 0 25px;
    font-weight: 400
}

footer .copy {
    display: block !important
}

footer .logo.desktop {
    display: block !important
}

footer {
    padding: 40px 0
}

footer .copy {
    font-size: 14px;
    color: #25374d;
    margin: 15px 0 0
}

.footer-menus ul {
    float: left;
    padding: 0 45px;
    border-right: 1px solid rgba(113,87,132,.2)
}

.footer-menus ul:nth-last-child(1) {
    border: none
}

.footer-menus ul li a {
    color: #25374d;
    font-size: 16px;
    position: relative;
    right: 0
}

.footer-menus ul li a:hover {
    right: -2px
}

.hamburger .line {
    width: 40px;
    display: block;
    height: 4px;
    background-color: #ff7c7c;
    display: block;
    margin: 8px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hamburger:hover {
    cursor: pointer
}

.hamburger {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: none;
    overflow: hidden
}

.hamburger.is-active {
    -webkit-animation: smallbig .6s forwards;
    animation: smallbig .6s forwards
}

@-webkit-keyframes smallbig {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes smallbig {
    0%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.hamburger.is-active .line:nth-child(1),.hamburger.is-active .line:nth-child(2),.hamburger.is-active .line:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.hamburger.is-active .line:nth-child(2) {
    opacity: 0
}

.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg)
}

.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg)
}

.main-menu.mob {
    display: none
}

.inner-main-screen {
    padding: 100px 0;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/main-screen-bg.jpg) center no-repeat;
    background-size: cover
}

.inner-main-screen .main-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 42px;
    color: #fff;
    font-weight: 700
}

.question {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 5px 9px 60px rgba(50,117,208,.1);
    box-shadow: 5px 9px 60px rgba(50,117,208,.1);
    padding: 15px 30px 15px 70px;
    position: relative;
    margin: 0 0 20px;
    text-align: left
}

.question .collapse-title {
    color: #19224c;
    font-size: 22px
}

.question .collapse-content ol li,.question .collapse-content ul li,.question .collapse-content p {
    font-size: 15px;
    color: #2f2f2f;
    font-weight: 400;
    line-height: 1.7
}

.question .collapse-content ol,.question .collapse-content ul,.question .collapse-content p {
    margin: 15px 0 0
}

.question .collapse-content ol,.question .collapse-content ul {
    margin-left: 18px
}

.question .collapse-content ol {
    counter-reset: item
}

.question .collapse-content ol li {
    counter-increment: li;
    padding-left: 10px
}

.question .collapse-content ol li,.question .collapse-content ul li {
    margin-bottom: 10px
}

.question .collapse-content ol li:last-child,.question .collapse-content ul li:last-child {
    margin-bottom: 0
}

.question .collapse-content ul li:before {
    content: "\2022";
    color: #0c7bce;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 18px;
    margin-top: -1px
}

.question .collapse-content ol li:before {
    content: counters(item,". ")". ";
    color: #0c7bce;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    counter-increment: item;
    font-size: 18px;
    margin-top: -1px;
    left: -10px;
    position: relative
}

.question .collapse-title:before {
    content: '\f105';
    position: absolute;
    left: 35px;
    top: 12px;
    display: inline-block;
    font-size: 26px;
    color: #fa0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.question .collapse-title.collapsed:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.blog-item {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 3px 4px 40px rgba(50,117,208,.2);
    box-shadow: 3px 4px 40px rgba(50,117,208,.2);
    overflow: hidden;
    border: 1px solid #d0e3eb;
    margin: 0 0 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.blog-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog-item .blog-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40%
}

.blog-item img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 205px
}

.blog-item .title {
    font-size: 22px;
    margin: 0 0 20px;
    display: inline-block
}

.blog-item .description {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 20px;
    font-weight: 400;
    color: #19224c
}

.blog-item .news-content {
    padding: 40px 35px
}

.blog-item .more {
    font-size: 18px;
    color: orange;
    text-decoration: underline
}

.blog-item .more:hover {
    text-decoration: none
}

.section-blog .item {
    margin: 0 0 30px
}

.pagination .paged {
    display: block;
    text-align: center;
    margin: 60px 0 0
}

.pagination a,.pagination span {
    display: inline-block;
    text-align: center;
    margin: 0 7px
}

.pagination a,.pagination span {
    font-size: 16px;
    color: #676767;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 52px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    font-weight: 700
}

.pagination .next,.pagination .prev {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 50px
}

.pagination .next i,.pagination .prev i {
    font-size: 12px;
    color: #3f86eb
}

.pagination .current,.pagination a:hover {
    background: #ffc200;
    color: #fff;
    -webkit-box-shadow: 2px 4px 4px rgba(0,0,0,.25);
    box-shadow: 2px 4px 4px rgba(0,0,0,.25)
}

.pagination .next:hover,.pagination .prev:hover {
    background: #fff
}

.pagination .next:hover i,.pagination .prev:hover i {
    color: #3f86eb
}

.section-blog-single .main-title {
    color: #25374d;
    margin: 0 0 40px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left;
    font-weight: 700
}

.section-blog-single .blog-img {
    width: 100%;
    max-height: 325px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 40px rgba(50,117,208,.2);
    box-shadow: 3px 4px 40px rgba(50,117,208,.2);
    overflow: hidden;
    border: 1px solid #d0e3eb;
    margin: 0 0 40px
}

.section-blog-single .blog-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.news-description p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    color: #2d2d2d
}

.news-description iframe {
    max-width: 100%
}

.banner .section-title {
    font-size: 62px;
    position: relative;
    z-index: 9;
    color: #fff;
    text-transform: uppercase;
    line-height: 65px
}

.banner .sub-title {
    font-size: 26px;
    color: #fff;
    margin: 0 0 25px
}

.banner ul {
    margin: 0 0 30px
}

.banner ul li {
    display: inline-block;
    margin: 0 5px 10px
}

.banner ul li a {
    border-radius: 50%;
    display: inline-block;
    -webkit-box-shadow: 0 0 10px rgba(255,210,0,.35);
    box-shadow: 0 0 10px rgba(255,210,0,.35);
    position: relative;
    top: 0;
    cursor: default
}

.banner ul li a:hover {
    top: -3px;
    -webkit-box-shadow: 0 3px 22px rgba(255,210,0,.6);
    box-shadow: 0 3px 22px rgba(255,210,0,.6)
}

.banner ul li a img {
    display: block
}

.banner {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/main-screen-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 45px 40px;
    min-height: 530px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 4px 40px rgba(50,117,208,.2);
    box-shadow: 3px 4px 40px rgba(50,117,208,.2);
    border: 1px solid #d0e3eb;
    margin: 0 0 40px
}

.banner .title {
    font-size: 38px;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0,0,0,.2);
    text-transform: uppercase;
    margin: 0 0 20px
}

.banner .descr {
    font-size: 24px;
    color: #fff;
    margin: 0 0 30px
}

.banner .btn-pink {
    -webkit-box-shadow: 0 1px 9px rgba(255,255,255,.43);
    box-shadow: 0 1px 9px rgba(255,255,255,.43)
}

.section-blog-single .tarif {
    width: 100%;
    max-width: 100%
}

.section-blog-single .tarif .service-bg {
    margin: 0 auto 30px
}

.blog-item .more {
    color: #0b7ace
}

.blog-content-heading {
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 25px;
    display: none
}

.section-alsolike {
    padding: 100px 0 110px;
    background-color: #f3f9ff
}

.section-alsolike .title {
    font-size: 32px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: uppercase
}

.section-alsolike .owl-carousel {
    padding: 0 30px
}

.section-alsolike .owl-carousel .owl-stage-outer {
    padding: 50px 0
}

.section-alsolike .likes-item {
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 20px rgba(50,117,208,.08);
    box-shadow: 3px 4px 20px rgba(50,117,208,.08);
    border: 1px solid #d0e3eb;
    overflow: hidden;
    margin-left: 4px
}

.section-alsolike .owl-carousel .owl-item:first-child .likes-item {
    margin-left: 0
}

.section-alsolike .likes-item .likes-image {
    max-height: 220px;
    height: 100%;
    display: table
}

.section-alsolike .likes-item .likes-image img {
    max-width: 100%;
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.section-alsolike .likes-item .likes-info {
    padding: 35px;
    background: #fff
}

.section-alsolike .likes-item .likes-info .likes-title {
    font-size: 24px;
    font-weight: 600;
    color: #2f2f2f;
    margin: 0 0 20px;
    display: table;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.section-alsolike .likes-item .likes-info .read-more {
    font-size: 18px;
    color: #0b7ace;
    text-decoration: underline;
    display: table
}

.section-alsolike .likes-item .likes-info .read-more:hover {
    text-decoration: none
}

.section-alsolike .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    pointer-events: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.section-alsolike .owl-nav .owl-prev,.section-alsolike .owl-nav .owl-next {
    pointer-events: all
}

.section-alsolike .owl-nav .owl-prev svg {
    display: block;
    fill: #9c9c9d;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(90deg) scale(2);
    transform: rotate(90deg) scale(2);
    margin-left: 8px
}

.section-alsolike .owl-nav .owl-next svg {
    display: block;
    fill: #9c9c9d;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(-90deg) scale(2);
    transform: rotate(-90deg) scale(2);
    margin-right: 8px
}

.inner-main-screen .section-title {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.inner-main-screen .sub-title {
    font-size: 40px
}

.social-img {
    border: 1px solid #d6d3d3;
    border-radius: 21px;
    max-width: 500px;
    max-height: 355px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%
}

.social-img:hover:before {
    -webkit-box-shadow: inset 0 1px 57px rgba(0,0,0,.44);
    box-shadow: inset 0 1px 57px rgba(0,0,0,.44)
}

.social-img:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 79px;
    height: 79px;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.social-img:before {
    content: '';
    -webkit-box-shadow: inset 0 1px 57px rgba(0,0,0,.14);
    box-shadow: inset 0 1px 57px rgba(0,0,0,.14);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.social-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.service-description .description {
    font-size: 18px;
    font-weight: 400;
    color: #19224c
}

.service-description .main-title {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left;
    margin: 0 0 15px
}

.service-description .btn-yellow {
    margin: 35px 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tarif-slider {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.tarif-slider .slider-item {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.second-type .tarif-slider .slider-item {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.tarif-slider .owl-dots {
    display: table;
    margin: 45px auto 0
}

.tarif-slider .owl-dots .owl-dot {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ffd200;
    opacity: .4;
    display: inline-block;
    margin: 0 5px
}

.tarif-slider .owl-dots .owl-dot.active,.tarif-slider .owl-dots .owl-dot:hover {
    opacity: 1
}

.tarif {
    border: 5px solid #ededed;
    border-radius: 15px;
    background: #fff;
    max-width: 245px;
    margin: 0 auto 30px
}

.tarif .tarif-head {
    padding: 25px 15px
}

.tarif .product-img {
    margin: 0 auto
}

.tarif .tarif-body {
    padding: 20px 15px;
    color: #fff;
    background: #ededed;
    position: relative
}

.tarif .tarif-footer {
    padding: 25px 15px
}

.tarif .qty {
    color: #fff;
    font-size: 32px;
    font-weight: 700
}

.tarif .advantages li {
    font-size: 18px;
    font-weight: 400
}

.tarif .advantages {
    margin: 0 0 15px
}

.old-price {
    text-decoration: line-through;
    font-size: 24px;
    color: #283d56;
    font-weight: 500
}

.new-price {
    font-size: 32px;
    color: #3346a9;
    font-weight: 700;
    margin: 0 0 15px
}

.tarif .btn-yellow {
    text-transform: uppercase
}

.all-pack {
    display: table;
    margin: 20px auto 0;
    border-bottom: 1px solid #283d56;
    font-size: 18px;
    color: #283d56;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.all-pack:hover {
    border-color: transparent
}

.work-item {
    padding: 0 15px
}

.work-item img {
    margin: 0 0 15px
}

.work-item .title {
    color: #283d56;
    font-size: 28px;
    margin: 0 0 10px
}

.work-item .description {
    font-weight: 400;
    color: #2f2f2f;
    line-height: 1.6
}

#facebook .tarif {
    border-color: #3346a9
}

#facebook .tarif-body {
    background: #3346a9
}

#instagram .tarif {
    border-color: #dd2a7b
}

#instagram .tarif-body {
    background: #dd2a7b
}

#instagram .new-price {
    color: #dd2a7b
}

#linked .tarif {
    border-color: #4082b3
}

#linked .tarif-body {
    background: #4082b3
}

#linked .new-price {
    color: #4082b3
}

#soundcloud .tarif {
    border-color: #f7620e
}

#soundcloud .tarif-body {
    background: #f7620e
}

#soundcloud .new-price {
    color: #f7620e
}

#twitter .tarif {
    border-color: #4aa5f8
}

#twitter .tarif-body {
    background: #4aa5f8
}

#twitter .new-price {
    color: #4aa5f8
}

#youtube .tarif {
    border-color: #ca3f39
}

#youtube .tarif-body {
    background: #ca3f39
}

#youtube .new-price {
    color: #ca3f39
}

.tarif {
    border-color: #ca3f39
}

.tarif .tarif-body {
    background: #ca3f39
}

.new-price {
    color: #ca3f39
}

.social-img.facebook:after {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/facebook-b.png) center no-repeat
}

.social-img.instagram:after {
    width: 82px;
    height: 82px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/insta-b.png) center no-repeat
}

.social-img.linked:after {
    width: 82px;
    height: 82px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/linked-b.png) center no-repeat
}

.social-img.cloud:after {
    width: 83px;
    height: 83px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/cloud-b.png) center no-repeat
}

.social-img.twitter:after {
    width: 84px;
    height: 85px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/twitter-b.png) center no-repeat
}

.social-img.youtube:after {
    width: 84px;
    height: 85px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/youtube-b.png) center no-repeat
}

.animate-title {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    will-change: transform
}

.default-part {
    max-width: 680px;
    margin: 0 auto;
    border: 1px solid #d0e3eb;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 5px 9px 60px rgba(50,117,208,.1);
    box-shadow: 5px 9px 60px rgba(50,117,208,.1);
    padding: 40px 45px;
    width: 100%;
    position: relative
}

form label {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 0 0 15px;
    text-align: left
}

.feedback-form .form-field.field-post_content label {
    margin: 15px 0 15px
}

@media screen and (max-width: 360px) {
    .feedback-form form input[type=submit] {
        padding:10px 25px;
        width: 100%
    }
}

form input[type=number],form select,form input[type=text],form input[type=email],form input[type=phone],form textarea {
    border: 1px solid #1079af;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
    color: #525252;
    font-size: 14px
}

form input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

form input[type=number]::-webkit-outer-spin-button,form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

form input[type=number] {
    -moz-appearance: textfield
}

form select {
    outline: 0
}

::-webkit-input-placeholder {
    color: #1079af
}

::-moz-placeholder {
    color: #1079af
}

:-ms-input-placeholder {
    color: #1079af
}

::-ms-input-placeholder {
    color: #1079af
}

::-webkit-input-placeholder {
    color: #1079af
}

::placeholder {
    color: #1079af
}

:-ms-input-placeholder {
    color: #1079af
}

::-ms-input-placeholder {
    color: #1079af
}

input[type=file] {
    display: none
}

.wpcf7-not-valid {
    border: 1px solid red !important
}

div.wpcf7-validation-errors,div.wpcf7-acceptance-missing,div.wpcf7-mail-sent-ok {
    border: none;
    text-align: center
}

.default-part form .file {
    text-align: center;
    border: 2px solid #1079af;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin: 15px auto;
    cursor: pointer
}

form input[type=submit],form input[type=submit]+[type=button],form button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
    background: #ffd100;
    -webkit-box-shadow: 0 0 18px rgba(255,255,255,.35);
    box-shadow: 0 0 18px rgba(255,255,255,.35);
    position: relative;
    top: 0;
    padding: 10px 40px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

form input[type=submit]:hover,form button:hover {
    top: -3px
}

.feedback-slider {
    max-width: 960px;
    display: block;
    margin: 0 auto
}

.feedback-slider-img img {
    max-width: 160px;
    height: 160px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto 40px;
    width: auto !important
}

.feedback-slider .review-content {
    font-size: 18px;
    color: #2f2f2f;
    max-width: 700px;
    line-height: 1.8;
    margin: 0 auto 25px;
    font-weight: 400
}

.feedback-slider .name {
    font-size: 24px;
    color: #19224c;
    margin: 0 0 40px
}

.field-featured_image {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 1px solid #ededed;
    text-align: center;
    line-height: 120px;
    display: block;
    margin: 0 auto 15px;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: inset 0 1px 57px rgba(0,0,0,.14);
    box-shadow: inset 0 1px 57px rgba(0,0,0,.14)
}

.field-featured_image label {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer
}

.form-table textarea {
    resize: initial;
    min-height: 200px
}

.error .title {
    font-size: 162px;
    margin: 0 0 30px
}

.error .descr {
    font-size: 32px
}

.error .descr a {
    text-decoration: underline;
    color: #fa0
}

.error .descr a:hover {
    text-decoration: none
}

.default-part {
    max-width: 680px;
    margin: 0 auto;
    border: 1px solid #d0e3eb;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 5px 9px 60px rgba(50,117,208,.1);
    box-shadow: 5px 9px 60px rgba(50,117,208,.1);
    padding: 40px 45px;
    width: 100%;
    position: relative
}

.default-part .btn {
    padding: 10px 35px
}

.default-part .btn:hover {
    top: 0
}

.default-part form .file {
    text-align: center;
    border: 2px solid #babdfb;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin: 15px auto;
    cursor: pointer
}

.default-part .title {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0
}

.default-part .subtitle {
    font-size: 18px;
    margin: 0 0 35px
}

.package {
    padding: 25px 0;
    border-top: 1px solid #babdfb;
    margin: 40px 0 0
}

.package p,.package a {
    display: inline-block;
    vertical-align: middle;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.checkout-section .summary {
    display: none !important
}

.package p {
    width: calc(100% - 240px)
}

.account-change {
    border-bottom: 1px solid #babdfb;
    padding: 0 0 45px;
    margin: 0 0 45px
}

.account-change.account-photo {
    border-bottom: 0 solid #babdfb;
    padding: 0;
    margin-bottom: 0 !important
}

.account-change img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.account-change p {
    display: inline-block;
    -ms-text-overflow: ellipsis;
    width: calc(100% - 311px);
    vertical-align: middle;
    padding: 0 20px
}

.account-change a {
    display: inline-block;
    vertical-align: middle
}

.account-change.package {
    border-top: none
}

.account-change.package p {
    width: calc(100% - 236px);
    padding: 0
}

.account-package .row {
    margin: 0 -5px
}

.account-package[class*=col] {
    padding: 0 5px
}

.media-item {
    border-radius: 6px;
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
    -webkit-box-shadow: 0 2px 8px 1px rgba(0,0,0,.2);
    box-shadow: 0 2px 8px 1px rgba(0,0,0,.2);
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 140px;
    position: relative
}

.media-item:hover .hover,.media-item:focus .hover {
    opacity: 1;
    visibility: visible
}

.media-item .hover {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 140px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.media-item .hover i {
    font-size: 16px;
    margin: 0 10px 0 0
}

.media-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 0
}

.summary-item {
    width: calc(50% - 25px);
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    border-radius: 6px;
    padding: 10px;
    -webkit-box-shadow: 0 3px 10px 1px rgba(0,0,0,.15);
    box-shadow: 0 3px 10px 1px rgba(0,0,0,.15)
}

.summary-item img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle
}

.summary-item p {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    width: calc(100% - 90px);
    font-size: 16px
}

.summary-item a {
    display: inline-block;
    vertical-align: middle
}

.summary-item i {
    cursor: pointer
}

.payment .price {
    font-size: 76px;
    padding-top: 14px
}

.note {
    font-size: 16px;
    margin: 15px 0 0
}

.payment .btn-yellow {
    display: table;
    margin: 15px auto 30px
}

.top-label {
    background: #ffd100;
    border-radius: 16px;
    display: inline-block;
    position: absolute;
    padding: 10px 25px;
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    top: -66px;
    left: 8px
}

.top-label:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/label-after.png) center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 100%
}

.thanks .title {
    font-size: 42px
}

.thanks .descr {
    font-size: 24px;
    margin: 0 0 60px
}

.thanks .descr a {
    text-decoration: underline
}

.thanks .descr a:hover {
    text-decoration: none;
    color: #fa0
}

.blog-content ul,.blog-content ul li {
    list-style-type: disc
}

.blog-content ol,.blog-content ol li {
    list-style-type: decimal
}

.blog-content ol,.blog-content ul {
    padding: 0 0 0 15px
}

img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img,.widget-container img {
    max-width: 100%;
    height: auto
}

.alignleft,img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px
}

.alignright,img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px
}

.aligncenter,img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignleft,img.alignright,img.aligncenter {
    margin-bottom: 12px
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center
}

.wp-caption img {
    margin: 5px 5px 0;
    max-width: 622px;
    height: auto
}

.wp-caption p.wp-caption-text {
    color: #777;
    font-size: 12px;
    margin: 5px
}

.wp-smiley {
    margin: 0
}

.blog-inner-tarif[class*=col-] {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.template-content {
    font-weight: 400
}

.template-content ul,.template-content ol {
    padding: 0 0 0 20px;
    margin: 0 0 25px
}

.template-content p {
    margin: 0 0 15px;
    text-align: justify;
    font-weight: 400
}

.template-content ul,.template-content ul li {
    list-style-type: disc
}

.template-content ol,.template-content ol li {
    list-style-type: decimal
}

.template-content h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px
}

.template-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px
}

.template-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px
}

.template-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px
}

.template-content h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px
}

.template-content h5 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px
}

#other-service .panel-services a {
    display: block;
    float: left;
    width: 13.8%;
    padding: 16px 0 10px;
    background-color: #f5f5f9;
    color: #283d56;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 6px solid #f5f5f9;
    margin: 2px
}

#other-service .panel-services a:hover,#other-service .panel-services a.active {
    background-color: #d6e2fa;
    border-bottom: 6px solid #7692c9
}

#other-service .panel-tabs {
    margin: 35px 0
}

#other-service .panel-tabs a {
    display: block
}

#other-service .panel-tabs p {
    text-transform: capitalize;
    color: #283d56;
    font-size: 20px;
    font-weight: 500
}

#other-service .panel-tabs img {
    max-width: 100%
}

#other-service .item-service {
    min-height: 180px
}

.section-bubble.section-advantages {
    background: #fff
}

.front .section-bubble.section-advantages {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/bubble-bg.jpg) center no-repeat;
    background-size: cover
}

.service-description ul {
    margin-left: 40px;
    margin-bottom: 20px
}

.service-description .new-price {
    margin-bottom: 0
}

.service-description .t-g-c,.service-description .old-price,.service-description .new-price {
    margin-left: 25px
}

#most_popular>li>a {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 34px;
    color: #25374d
}

#most_popular>li>ul>li {
    padding-right: 20px
}

#most_popular>li>ul>li a,#most_popular>li>ul>li {
    line-height: 34px
}

#most_popular>li>ul>li a {
    position: relative;
    padding-left: 25px;
    color: #25374d;
    font-size: 16px
}

#most_popular>li>ul>li a:before {
    content: '\f35a';
    font-size: 18px;
    color: #25374d;
    display: inline-block;
    vertical-align: baseline;
    position: absolute;
    left: 0;
    top: -8px
}

#most_popular>li {
    width: 280px;
    margin-bottom: 35px
}

i.custom {
    display: inline-block
}

i.custom.daily {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/daily.png);
    width: 15px;
    height: 19px
}

i.custom.shazam {
    width: 18px;
    height: 19px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/shazam.png)
}

i.custom.tiktok {
    position: relative;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/tiktok_ico.png)
}

.feedback-slider .owl-prev:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -31px;
    width: 38px;
    height: 70px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/sl-left.png) center no-repeat
}

.feedback-slider .owl-next:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -31px;
    width: 35px;
    height: 62px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/sl-right.png) center no-repeat
}

.news-description * {
    line-height: 1.7;
    color: #2d2d2d
}

.news-description *,.service-description.content-main-desc * {
    font-weight: 400
}

.service-description.content-main-desc ul li {
    position: relative
}

.service-description.content-main-desc ul li:before {
    content: '';
    position: absolute;
    display: block;
    top: 8px;
    left: -20px;
    background: #ffd100;
    width: 8px;
    height: 8px
}

.service-description.content-main-desc h1,.service-description.content-main-desc h2,.service-description.content-main-desc h3,.service-description.content-main-desc h4,.service-description.content-main-desc h5,.service-description.content-main-desc h6 {
    margin-bottom: 10px
}

.service-description.content-main-desc p {
    margin-bottom: 15px
}

.service-icon {
    width: 57px;
    height: 60px;
    text-align: center;
    font-size: 36px;
    background: #32cd32;
    color: #fff;
    margin-right: 10px;
    padding-top: 6px
}

.services-elem .body-collapse a i {
    width: 22.5px
}

.blog-cont {
    width: 100%;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-cont .blog-cont-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 20px;
    margin-bottom: 0;
    padding: 20px 15px;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #d0e3eb;
    background-color: #fff;
    max-width: 1101px;
    -webkit-box-shadow: 1px 2px 15px rgb(50 117 208/20%);
    box-shadow: 1px 2px 15px rgb(50 117 208/20%)
}

.blog-cont .blog-cont-head .title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: uppercase
}

.blog-cont .blog-cont-head button {
    border: none;
    outline: none;
    background: 0 0;
    text-decoration: none;
    font-size: 14px;
    padding: 0 15px;
    line-height: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    color: #0c7bce;
    border: 2px solid rgba(12,123,206,.5);
    margin-left: 20px;
    cursor: pointer
}

.blog-cont #box {
    width: 100%;
    padding: 20px 4px
}

@media screen and (min-width: 767px) {
    .main-menu .sub-menu {
        -webkit-box-shadow:1px 1px 10px rgba(0,0,0,.4);
        box-shadow: 1px 1px 10px rgba(0,0,0,.4)
    }
}

@media screen and (max-width: 767px) {
    .default-part.payment {
        padding:40px 25px
    }

    .service-description .t-g-c,.service-description .old-price,.service-description .new-price {
        margin-left: 0
    }

    .section-blog.section-bubble.blog_cus_container>.container>.row>.item>.blog-item,.section-blog.section-bubble>.container>.row>.item>.blog-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section-blog.section-bubble.blog_cus_container>.container>.row>.item>.blog-item {
        max-width: 530px;
        margin-left: auto;
        margin-right: auto
    }

    .blog-item .blog-img {
        width: 100%
    }

    .service-description ul {
        margin-left: 0
    }

    .service-description ul li {
        display: inline-block;
        min-width: 60%
    }

    .service-description ul li span {
        position: relative
    }

    .service-description ul li span:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        display: block;
        background: #1d264f;
        border-radius: 50%;
        left: -10px;
        top: 8px
    }

    .service-icon {
        width: 44px;
        height: 44px;
        font-size: 26px;
        padding-top: 5px
    }
}

.custom-button {
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    overflow: hidden
}

.custom-button-position-1 {
    margin-top: 20px
}

.custom-button-fill {
    text-align: center;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    background: #f25d52;
    color: #fff
}

.custom-button-fill .custom-button-inside {
    color: #f25d52
}

.custom-button-fill:hover .custom-button-inside {
    border: 1px solid #f25d52
}

.custom-button-fill .custom-button-text {
    padding: 0 25px;
    line-height: 56px;
    letter-spacing: .1em;
    white-space: nowrap
}

.custom-button-fill .custom-button-inside {
    width: 0;
    height: 54px;
    margin: 0;
    float: left;
    position: absolute;
    top: 1px;
    left: 50%;
    line-height: 54px;
    color: #f25d52;
    background: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: width .5s,left .5s,margin .5s;
    transition: width .5s,left .5s,margin .5s
}

.custom-button-fill:hover .custom-button-inside {
    width: 100%;
    left: 0;
    top: 1px;
    margin-right: -50px;
    border: 1px solid #f25d52;
    border-top: 0;
    border-bottom: 0;
    border-radius: 5px
}

.custom-button-fill .custom-inside-text {
    text-align: center;
    position: absolute;
    right: 50%;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    white-space: nowrap
}

body .ws-template-content em {
    font-style: italic
}

body .ws-section-category-inner .ws-section-title {
    font-size: 36px
}

body .ws-how .ws-section-title {
    font-size: 36px
}

body .section-feedbacks .main-title {
    font-size: 36px
}

body .ws-section-category .append-order-to .slide-item .price+.buy,body .ws-section-category .ws-category-slider .slide-item .price+.buy {
    font-size: 23px
}

@media (min-width: 576px) {
    body .section-text .description.container {
        max-width:576px
    }
}

@media (min-width: 768px) {
    body .section-text .description.container {
        max-width:768px
    }
}

@media (min-width: 992px) {
    body .section-text .description.container {
        max-width:992px
    }
}

@media (min-width: 1270px) {
    body .section-text .description.container {
        max-width:1360px
    }
}

@media (max-width: 995px) {
    .custom-button-position-1 {
        margin-bottom:30px
    }
}

@media screen and (max-width: 991px) {
    body .ws-how .ws-section-title {
        font-size:42px
    }
}

@media (max-width: 767px) {
    .custom-button-position-1 {
        margin-bottom:26px;
        margin-left: auto;
        margin-right: auto
    }

    body .ws-section-category-inner .ws-section-title {
        font-size: 22px
    }

    body .ws-how .ws-section-title {
        font-size: 30px
    }

    body .section-feedbacks .main-title {
        font-size: 30px
    }

    body .ws-services-all .collapse-content ul li a p {
        max-width: none
    }

    body .ws-section-category .description.container {
        padding-right: 15px!important;
        padding-left: 15px!important
    }
}

@media (max-width: 420px) {
    body .feedback-slider .slider-item {
        padding-left:15px;
        padding-right: 15px
    }

    body .ws-inner-main-screen {
        background-position-x: center
    }
}

.block-full-width {
    background: rgba(3,89,146,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(0,54,153,1)),color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(88%,rgba(72,180,238,1)),color-stop(100%,rgba(72,180,238,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(3,89,146,1)),color-stop(0%,rgba(0,54,153,1)),color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(88%,rgba(72,180,238,1)),to(rgba(72,180,238,1)));
    background: linear-gradient(to bottom,rgba(3,89,146,1) 0%,rgba(0,54,153,1) 0%,rgba(255,255,255,1) 0%,rgba(241,111,92,1) 0%,rgba(3,89,146,1) 0%,rgba(72,180,238,1) 88%,rgba(72,180,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035992',endColorstr='#48b4ee',GradientType=0);
    color: #fff;
    overflow: hidden;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/ws-how-newBg.jpg) no-repeat center;
    background-size: cover;
    min-height: 712px
}

.block-full-width-body {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.block-full-width .block-full-width-body {
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

.block-full-width .block-full-width-body-heding {
    line-height: 1.2;
    color: #1d3e7c;
    font-weight: 700;
    margin: 0 0 65px;
    font-size: 36px
}

.block-full-width .block-full-width-wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block-full-width .block-full-width-element {
    width: 300px
}

.block-full-width .block-full-width-element .block-full-width-count {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 20px;
    border-bottom: 1px solid #1d3e7c
}

.block-full-width .block-full-width-element .block-full-width-count,.block-full-width .block-full-width-element .block-full-width-heding,.block-full-width .block-full-width-element .block-full-width-subheding {
    color: #1d3e7c
}

.block-full-width .block-full-width-element .block-full-width-count p {
    line-height: .7;
    font-size: 150px;
    margin: 0 24px 0 0
}

.block-full-width .block-full-width-element .block-full-width-count img {
    display: block;
    height: auto;
    max-height: 100%
}

.block-full-width .block-full-width-element .block-full-width-heding {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px
}

.block-full-width .block-full-width-element .block-full-width-subheding {
    font-size: 16px
}

.block-full-width .block-full-width-fill {
    position: absolute;
    bottom: 0;
    right: -100px;
    z-index: -1;
    display: none
}

.block-over-up {
    padding: 60px 0 80px
}

.block-over-up .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-over-up .row .col-12 {
    float: none
}

.block-over-up .block-over-up-heading {
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    color: #0c7bce;
    margin: 0 0 65px
}

.block-over-up[class*=col-] {
    margin: 0 0 25px
}

.block-over-up .block-over-up-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 26px
}

.block-over-up .block-over-up-item .block-over-up-photo {
    width: 100px
}

.block-over-up .block-over-up-item .block-over-up-photo img {
    display: block;
    height: auto;
    max-height: 100%
}

.block-over-up .block-over-up-item .block-over-up-book {
    width: calc(100% - 100px)
}

.block-over-up .block-over-up-item .block-over-up-book span {
    font-size: 24px;
    display: block;
    color: #0b7ace;
    font-weight: 700;
    margin-bottom: 0
}

.block-over-up .block-over-up-item .block-over-up-book span img {
    display: none
}

.block-over-up .block-over-up-item .block-over-up-book p {
    font-size: 16px;
    color: #464749;
    line-height: 24px
}

.block-over-up .block-over-up-waybt {
    margin: 50px 0 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #464749;
    border-color: #464749
}

.block-over-up .block-over-up-waybt a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #464749;
    border: 1px solid #464749;
    border-radius: 5px;
    width: 205px;
    height: 45px
}

.slc-fw-wr {
    padding: 78px 0 50px;
    background: #fff
}

.slc-fw-wr-heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 0 60px;
    color: #0b7ace;
    font-size: 36px
}

.slc-fw-wr-carl {
    display: block;
    margin: 0 auto;
    padding: 0 100px;
    max-width: 100%
}

.slc-fw-wr-carl .slc-fw-wr-carl-elm {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 37px
}

.slc-fw-wr-carl .slc-fw-wr-carl-elm-in {
    width: 350px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.slc-fw-wr-carl-elm-over {
    width: 168px
}

.slc-fw-wr-carl-elm-over-hading {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    margin-bottom: 5px;
    color: #0d405f
}

.slc-fw-wr-carl-elm-over-piccon {
    background: #fff;
    border-radius: 4px;
    padding: 15px 20px;
    display: block;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2)
}

.slc-fw-wr-carl-elm-over-piccon img {
    margin-bottom: 8px
}

.owl-carousel .owl-item .slc-fw-wr-carl-elm-over-piccon img {
    width: 124px;
    height: 31px
}

.slc-fw-wr-carl-elm-over-pictx {
    font-size: 12px;
    letter-spacing: -.4px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #86878a;
    line-height: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.slc-fw-wr-carl-elm-over-pictx .ico:before {
    content: "\f05d"
}

.slc-fw-wr-carl .slc-fw-wr-carl-elm-in .slc-fw-wr-carl-you {
    font-size: 24px;
    color: #19224c;
    max-width: calc(100% - 168px);
    padding: 0 0 0 45px
}

.slc-fw-wr-carl .slc-fw-wr-carl-elm-in .slc-fw-wr-carl-you p {
    font-size: 24px;
    font-weight: 700;
    color: #0c7bce;
    margin: 0 0 9px;
    text-align: left;
    line-height: 1
}

.slc-fw-wr-carl .slc-fw-wr-carl-elm-in .slc-fw-wr-carl-you .slc-fw-wr-carl-star {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slc-fw-wr-carl .slc-fw-wr-carl-elm-in .slc-fw-wr-carl-you .slc-fw-wr-carl-star .slc-fw-wr-carl-star-il {
    display: inline-block;
    background: #e5e5e5 url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new2/star.svg) no-repeat center center;
    background-size: 70%;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background-color: #00b67a
}

.slc-fw-wr-carl .slc-fw-wr-carl-subheading {
    width: calc(100% - 350px);
    padding: 0 0 0 80px;
    font-size: 16px;
    color: #464749;
    text-align: left
}

.slc-fw-wr-carl .owl-prev:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/feedback-prev.png)center no-repeat;
    background-size: cover;
    width: 19px;
    height: 22px;
    margin-top: -11px
}

.slc-fw-wr-carl .owl-next:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/feedback-next.png)center no-repeat;
    background-size: cover;
    width: 19px;
    height: 22px;
    margin-top: -11px
}

.slc-fw-wr .slc-fw-wr-carl-btc {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0
}

.slc-fw-wr-carl-btl {
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    background: 0 0;
    z-index: 0;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #464749;
    border: 1px solid #464749;
    border-radius: 5px;
    min-width: 205px;
    height: 45px;
    padding: 0 15px
}

.slc-fw-wr-carl-btl:not([disabled]):not(.disabled):active,.slc-fw-wr-carl-btl:not([disabled]):not(.disabled).active,.block-over-up .block-over-up-waybt a:not([disabled]):not(.disabled):active,.block-over-up .block-over-up-waybt a:not([disabled]):not(.disabled).active {
    background-image: none
}

.slc-fw-wr-carl-btl:focus,.slc-fw-wr-carl-btl.focus,.block-over-up .block-over-up-waybt a:focus,.block-over-up .block-over-up-waybt a.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.slc-fw-wr-carl-btl:focus,.slc-fw-wr-carl-btl:hover,.block-over-up .block-over-up-waybt a:focus,.block-over-up .block-over-up-waybt a:hover {
    text-decoration: none
}

.slc-fw-wr-carl-btl:hover,.block-over-up .block-over-up-waybt a:hover {
    color: #fff;
    background: #464749
}

.ws-header .ws-submenu>ul>li>ul>li ul li a i {
    padding-right: 11px
}

.ws-main-screen .ws-social-wrapper .social .picture.custom_insta_img_size svg {
    display: block;
    width: 40px;
    height: auto
}

.ws-main-screen .ws-social-wrapper .social .picture.custom_youtube_img_size svg {
    display: block;
    width: 45px;
    height: auto
}

.ws-main-screen .ws-social-wrapper .social .hover-elem li a svg {
    display: block;
    width: 19px;
    height: auto;
    margin: 0 9px 0 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ws-section-info .info-elem img {
    max-height: none;
    height: 40px;
    width: auto
}

.ws-section-info .info-elem:nth-child(1) {
    margin: 0 10px 0 0
}

.ws-section-info .info-elem:nth-last-child(1) {
    margin: 0 0 0 10px
}

.move-to-list-cus-ss {
    margin-top: -1px;
    background: rgba(3,89,146,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(0,54,153,1)),color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(88%,rgba(72,180,238,1)),color-stop(100%,rgba(72,180,238,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(3,89,146,1)),color-stop(0%,rgba(0,54,153,1)),color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(88%,rgba(72,180,238,1)),to(rgba(72,180,238,1)));
    background: linear-gradient(to bottom,rgba(3,89,146,1) 0%,rgba(0,54,153,1) 0%,rgba(255,255,255,1) 0%,rgba(241,111,92,1) 0%,rgba(3,89,146,1) 0%,rgba(72,180,238,1) 88%,rgba(72,180,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035992',endColorstr='#48b4ee',GradientType=0);
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/allsBg.jpg) center no-repeat;
    min-height: 666px;
    position: relative;
    padding: 71px 0 120px;
    background-size: cover
}

.move-to-list-cus-ss .block-full-width-body {
    position: relative;
    z-index: 1
}

.move-to-list-cus-ss .list-cus-ss-heading {
    text-align: center;
    margin: 0 0 30px;
    font-size: 60px;
    font-weight: 700;
    color: #0b7ace
}

.list-cus-ss-body {
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    line-height: 0
}

@media only screen and (min-width: 320px) {
    .list-cus-ss-body {
        -moz-column-count:1;
        -webkit-column-count: 1;
        column-count: 1
    }
}

@media only screen and (min-width: 768px) {
    .list-cus-ss-body {
        -moz-column-count:2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media only screen and (min-width: 992px) {
    .list-cus-ss-body {
        -moz-column-count:3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media only screen and (min-width: 1270px) {
    .list-cus-ss-body {
        -moz-column-count:4;
        -webkit-column-count: 4;
        column-count: 4
    }
}

.move-to-list-cus-ss .list-cus-ss-itemm {
    width: 100%;
    margin: 0 0 15px;
    min-height: 61px;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
    line-height: 1.4
}

.move-to-list-cus-ss .list-cus-ss-item-inner {
    overflow: hidden
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .move-to-list-cus-ss .list-cus-ss-itemm {
            display:inline-block
        }
    }
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
        .move-to-list-cus-ss .list-cus-ss-itemm {
            display:inline-block
        }
    }
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .move-to-list-cus-ss .list-cus-ss-itemm {
            display:inline-block
        }
    }
}

.move-to-list-cus-ss .list-cus-ss-itemm-in {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: -60px;
    height: 50px;
    color: #fff;
    padding: 0 60px 0 13px;
    cursor: default
}

.move-to-list-cus-ss .list-cus-ss-itemm-in:before {
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,.37);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,.37);
    width: 100%;
    background: #0c7bce
}

.list-cus-ss-itemm-ico {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-right: 10px;
    padding-top: 1px
}

.move-to-list-cus-ss .list-cus-ss-itemm-in span {
    font-size: 26px;
    font-weight: 700;
    color: #fff
}

.move-to-list-cus-ss .list-cus-ss-itemm-in span.ico {
    font-size: 36px
}

.move-to-list-cus-ss .list-cus-ss-concon {
    position: relative;
    z-index: 0;
    border-radius: 5px;
    background: #fff
}

.move-to-list-cus-ss .list-cus-ss-concon .list-cus-ss-concon-in ul {
    padding: 65px 0 10px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029
}

.move-to-list-cus-ss .list-cus-ss-concon .list-cus-ss-concon-in ul li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #1d3e7c;
    padding: 9px 22px;
    position: relative;
    -webkit-transition: 0s;
    transition: 0s;
    border-top: 1px solid #efebeb
}

.move-to-list-cus-ss .list-cus-ss-concon .list-cus-ss-concon-in ul li a:hover {
    background: #1d3e7c;
    color: #fff
}

.move-to-list-cus-ss .list-cus-ss-concon .list-cus-ss-concon-in ul li:first-child a {
    border-top: none
}

.list-cus-ss-itemm .list-cus-ss-concon-in a .ico {
    width: 22.5px
}

.move-to-list-cus-ss .list-cus-ss-concon ul li a p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 3px 0 15px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0s;
    transition: 0s;
    line-height: 1;
    font-size: 20px;
    font-weight: 500
}

.move-to-list-cus-ss:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/allsaf.png) center no-repeat;
    width: 1819px;
    max-width: 95%;
    height: 196px;
    background-size: contain;
    margin: auto
}

body .ws-main-screen .ws-social-wrapper .social {
    height: -moz-fit-content
}

.ws-main-product-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 30px
}

.ws-section-category .ws-main-product-after {
    padding-bottom: 30px
}

.ws-main-product.append-order-to.loading {
    min-height: 325px;
    padding-top: 125px
}

.ws-main-product-after-li {
    padding: 0 15px
}

.ws-main-product-after-li img {
    display: block;
    width: auto;
    height: 100%;
    max-height: 90px
}

#pay-bl-trust .ws-section-info {
    padding: 0
}

#pay-bl-trust .ws-section-info .info-elem {
    margin: 0 8px
}

#pay-bl-trust .ws-section-info .info-elem:nth-child(1) {
    margin: 0 8px 0 0
}

#pay-bl-trust .ws-section-info .info-elem:nth-last-child(1) {
    margin: 0 0 0 8px
}

#pay-bl-trust .ws-section-info .info-elem img {
    max-height: 26px
}

#pay-bl-trust .ws-section-info:after {
    display: none
}

#pay-bl-trust .ws-section-info .container {
    padding-left: 0;
    padding-right: 0
}

body .advantages {
    padding-bottom: 2px
}

body .advantage {
    margin-bottom: 0;
    padding-bottom: 5px
}

body .advantage:last-child {
    padding-bottom: 0
}

.field-leave_us {
    font-size: 22px;
    line-height: 32px
}

.form-field {
    padding-top: 20px
}

.form-field.field-ratting {
    display: flex
}

.field-ratting .strong-rating {
    display: flex !important
}

.form-field .error {
    color: red;
    margin-top: 0 !important
}

.faq-search {
    max-width: 500px;
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 15px
}

.faq-search-input {
    border-radius: 6px;
    line-height: 25px
}

.faq-search-button {
    background: 0 0;
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0
}

.faq-search-button svg {
    fill: #0c7bce
}

.question.hidden {
    display: none
}

.faq-collapse-wrap {
    display: none
}

.faq-collapse-wrap.show {
    display: block
}

.highlighted-text {
    background: #ff0
}

.faq-collapse {
    padding-top: 30px
}

.faq-collapse-heading {
    padding-top: 40px
}

.faq-collapse-heading>* {
    font-size: 24px;
    display: block;
    color: #0b7ace;
    font-weight: 700
}

.faq-collapse a {
    color: #0b7ace
}

.faq-collapse a:hover {
    text-decoration: underline
}

body .question .collapse-title {
    word-break: break-word
}

body .question .collapse-title>* {
    display: inherit
}

body .ws-section-category .append-order-to .slide-item .price+.buy:hover,body .ws-section-category .ws-category-slider .slide-item .price+.buy:hover,body form input[type=submit]:hover,body form button:hover,body .ws-main-product .slide-item .price+.buy:hover {
    background: #d65757
}

body form input[type=submit]:hover,body form button:hover {
    top: 0
}

@media (min-width: 576px) {
    .block-full-width-body {
        max-width:576px
    }
}

@media (min-width: 768px) {
    .block-full-width-body {
        max-width:768px
    }
}

@media (min-width: 992px) {
    .block-full-width-body {
        max-width:992px
    }
}

@media (min-width: 1270px) {
    .block-full-width-body {
        max-width:1270px
    }
}

@media (min-width: 1270px) {
    .block-full-width-body {
        max-width:1360px
    }
}

@media screen and (max-width: 1269px) {
    .move-to-list-cus-ss .list-cus-ss-itemm-in span {
        font-size:20px
    }

    .move-to-list-cus-ss .list-cus-ss-itemm-in span.ico {
        font-size: 34px
    }
}

@media screen and (max-width: 1199px) {
    body .footer-cus-container-top .cards img {
        width:40px;
        height: 31px
    }
}

@media screen and (max-width: 991px) {
    body .footer-cus-container-top .cards {
        width:200px
    }

    .block-full-width .block-full-width-body {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .block-full-width .block-full-width-body-heding {
        font-size: 42px
    }

    .block-full-width .block-full-width-element {
        margin: 0 0 30px
    }

    .slc-fw-wr-carl {
        padding: 0
    }

    .slc-fw-wr-carl .slc-fw-wr-carl-elm-in {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slc-fw-wr-carl .slc-fw-wr-carl-elm-in .slc-fw-wr-carl-imgg img,.slc-fw-wr-carl .slc-fw-wr-carl-elm-in .slc-fw-wr-carl-imgg {
        width: 116px;
        height: 116px
    }

    .slc-fw-wr-carl .slc-fw-wr-carl-elm-in .slc-fw-wr-carl-you {
        padding: 0 0 0 24px
    }

    .slc-fw-wr-carl .slc-fw-wr-carl-elm-in .slc-fw-wr-carl-you p {
        font-size: 20px;
        margin: 0 0 15px
    }

    .slc-fw-wr-carl .slc-fw-wr-carl-subheading {
        width: 100%;
        padding: 25px 0 0
    }

    .slc-fw-wr-carl .owl-nav {
        display: none
    }

    .faq-collapse-heading {
        padding-top: 20px
    }
}

@media screen and (max-width: 767px) {
    .block-full-width .block-full-width-body {
        padding-top:20px;
        padding-bottom: 30px
    }

    .block-full-width .block-full-width-body-heding {
        font-size: 30px;
        text-align: center
    }

    .block-full-width .block-full-width-body-heding br {
        display: none
    }

    .block-full-width .block-full-width-element {
        width: 100%;
        max-width: 100%
    }

    .block-full-width .block-full-width-element .block-full-width-count {
        margin: 0 0 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .block-full-width .block-full-width-element .block-full-width-count p {
        font-size: 103px
    }

    .block-full-width .block-full-width-element .block-full-width-count img {
        max-width: 80px
    }

    .block-full-width .block-full-width-element .block-full-width-heding {
        font-size: 21px;
        margin: 0 0 10px
    }

    .block-full-width .block-full-width-fill {
        display: none
    }

    .block-over-up .block-over-up-heading {
        font-size: 30px
    }

    .block-over-up .block-over-up-item {
        position: relative;
        padding-bottom: 20px
    }

    .block-over-up .block-over-up-item .block-over-up-photo {
        display: none
    }

    .block-over-up .block-over-up-item .block-over-up-book {
        width: 100%
    }

    .block-over-up .block-over-up-item .block-over-up-book span {
        font-size: 16px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .block-over-up .block-over-up-item .block-over-up-book span img {
        display: block;
        margin: 0 10px 0 0;
        max-width: 50px;
        height: auto;
        max-height: 100%
    }

    .block-over-up .block-over-up-item .block-over-up-book p {
        font-size: 14px
    }

    .slc-fw-wr .slc-fw-wr-heading {
        font-size: 30px;
        text-align: center;
        margin: 0 0 15px
    }

    .ws-main-screen .ws-social-wrapper .social .picture.custom_insta_img_size svg,.ws-main-screen .ws-social-wrapper .social .picture.custom_youtube_img_size svg {
        width: 25px
    }

    .ws-main-screen .ws-social-wrapper .social .hover-elem li a svg {
        margin: 0 7px 0 0;
        width: 15px
    }

    body .ws-section-info .info-elem img {
        max-width: none;
        max-height: none;
        height: 30px
    }

    body .ws-section-info .info-elem {
        margin: 0 9px
    }

    body .ws-section-info .info-elem:nth-child(1) {
        margin: 0 9px 0 0
    }

    body .ws-section-info .info-elem:nth-last-child(1) {
        margin: 0 0 0 9px
    }

    .move-to-list-cus-ss .list-cus-ss-heading {
        font-size: 30px
    }

    .move-to-list-cus-ss .list-cus-ss-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        column-gap: 0;
        -moz-column-gap: 0;
        -webkit-column-gap: 0
    }

    .move-to-list-cus-ss .list-cus-ss-itemm {
        min-height: 44px;
        max-width: 297px
    }

    .move-to-list-cus-ss .list-cus-ss-itemm-in:before {
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,.37);
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,.37)
    }

    .move-to-list-cus-ss .list-cus-ss-itemm-in span {
        font-size: 18px
    }

    .move-to-list-cus-ss .list-cus-ss-concon .list-cus-ss-concon-in ul li a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .move-to-list-cus-ss .list-cus-ss-concon ul li a p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: none
    }

    .ws-main-product-after {
        padding-top: 50px
    }

    .ws-section-category .ws-main-product-after {
        padding-bottom: 50px
    }

    #pay-bl-trust .ws-section-info {
        margin-bottom: 0
    }

    body .ws-section-category .append-order-to .slide-item,body .ws-section-category .ws-category-slider .slide-item {
        width: 75vw;
        max-width: 310px
    }

    body .ws-footer .logo-elem a img {
        max-width: none
    }

    body .logo.mobile img {
        display: block!important
    }
}

@media (max-width: 620px) {
    .block-full-width {
        position:relative;
        padding-bottom: 30px
    }

    .block-full-width:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/allsaf.png) center no-repeat;
        opacity: .53;
        width: 1819px;
        max-width: 150%;
        height: 100px;
        background-size: contain
    }

    .move-to-list-cus-ss:after {
        opacity: .53;
        max-width: 150%;
        height: 100px
    }
}

@media (max-width: 558px) {
    .block-full-width .block-full-width-body-heding {
        text-align:left;
        margin: 0 0 35px
    }

    .block-full-width .block-full-width-element {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .block-full-width .block-full-width-element .block-full-width-count {
        width: 50%;
        height: 90px;
        border-bottom: 0
    }

    .block-full-width .block-full-width-element .block-full-width-count p {
        margin: 0 10px 0 0;
        font-size: 100px
    }

    .block-full-width .block-full-width-element .block-full-width-count img {
        max-width: 67px
    }

    .block-full-width .block-full-width-element .block-full-width-heding {
        width: 50%;
        font-size: 20px;
        padding: 0 0 20px;
        position: relative
    }

    .block-full-width .block-full-width-element .block-full-width-heding:before {
        content: "";
        position: absolute;
        left: -100%;
        right: 0;
        bottom: -1px;
        height: 1px;
        background-color: #1d3e7c
    }

    .block-over-up {
        padding: 60px 0 44px
    }

    .block-over-up .block-over-up-heading {
        margin: -30px 0 24px
    }

    .block-over-up .block-over-up-waybt {
        margin: 6px 0 0
    }

    .move-to-list-cus-ss {
        padding: 26px 0 58px
    }

    .move-to-list-cus-ss .list-cus-ss-itemm {
        margin: 0 auto 27px
    }
}

@media (max-width: 460px) {
    body .ws-section-info .info-elem img {
        height:22px
    }

    body .ws-section-info .info-elem {
        margin: 0 7px
    }

    body .ws-section-info .info-elem:nth-child(1) {
        margin: 0 7px 0 0
    }

    body .ws-section-info .info-elem:nth-last-child(1) {
        margin: 0 0 0 7px
    }
}

@media (max-width: 420px) {
    .block-over-up .block-over-up-heading {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    .block-over-up .block-over-up-item .block-over-up-book span img {
        margin-bottom: -32px;
        margin-right: 13px;
        width: 37px
    }

    .block-over-up .block-over-up-item .block-over-up-book p {
        font-size: 14px;
        padding-left: 50px;
        padding-top: 8px
    }

    .slc-fw-wr {
        padding: 53px 0 18px
    }

    .slc-fw-wr .slc-fw-wr-heading {
        color: #0b7ace;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    .slc-fw-wr-carl .slc-fw-wr-carl-elm {
        padding-left: 15px;
        padding-right: 15px
    }

    .ws-main-screen .ws-social-wrapper .social .picture-wrapper .picture.custom_insta_img_size svg,.ws-main-screen .ws-social-wrapper .social .picture.custom_insta_img_size svg,.ws-main-screen .ws-social-wrapper .social .picture-wrapper .picture.custom_youtube_img_size svg,.ws-main-screen .ws-social-wrapper .social .picture.custom_youtube_img_size svg {
        width: 20px;
        height: auto
    }

    #pay-bl-trust .ws-section-info .info-elem img {
        max-height: 23px
    }

    #pay-bl-trust .ws-section-info .info-elem {
        margin: 0 6px
    }

    #pay-bl-trust .ws-section-info .info-elem:nth-child(1) {
        margin: 0 6px 0 0
    }

    #pay-bl-trust .ws-section-info .info-elem:nth-last-child(1) {
        margin: 0 0 0 6px
    }
}

@media (max-width: 370px) {
    .block-full-width:after {
        max-width:240%
    }

    .move-to-list-cus-ss:after {
        max-width: 240%
    }

    .slc-fw-wr-carl .slc-fw-wr-carl-elm-in .slc-fw-wr-carl-you {
        max-width: 100%;
        width: 100%;
        padding: 30px 0 0
    }

    .slc-fw-wr-carl .slc-fw-wr-carl-elm-in .slc-fw-wr-carl-you p {
        text-align: center
    }

    .slc-fw-wr-carl .slc-fw-wr-carl-elm-in .slc-fw-wr-carl-you .slc-fw-wr-carl-star {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slc-fw-wr-carl .slc-fw-wr-carl-elm-in .slc-fw-wr-carl-you .slc-fw-wr-carl-star .slc-fw-wr-carl-star-il:last-child {
        margin-right: 0
    }

    .ws-main-product-after-li img {
        max-height: 70px
    }

    #pay-bl-trust .ws-section-info .info-elem img {
        max-height: 18px
    }

    #pay-bl-trust .ws-section-info .info-elem {
        margin: 0 5px
    }

    #pay-bl-trust .ws-section-info .info-elem:nth-child(1) {
        margin: 0 5px 0 0
    }

    #pay-bl-trust .ws-section-info .info-elem:nth-last-child(1) {
        margin: 0 0 0 5px
    }

    body .ws-section-info .info-elem img {
        height: 18px
    }

    body .ws-section-info .info-elem {
        margin: 0 4px
    }

    body .ws-section-info .info-elem:nth-child(1) {
        margin: 0 4px 0 0
    }

    body .ws-section-info .info-elem:nth-last-child(1) {
        margin: 0 0 0 4px
    }
}

.zagl {
    display: none!important
}

.navy-main-container {
    margin-left: 60px;
    margin-bottom: -16px
}

.navy-main-container-tost,.hide-bt-navy {
    display: none
}

@media screen and (max-width: 991px) {
    .navy-main-container {
        margin-left:40px;
        margin-bottom: -7px
    }

    body .ws-header .ws-logo img {
        width: auto;
        height: 26px
    }
}

@media screen and (max-width: 767px) {
    .navy-main-container-tost {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 34px;
        height: 24px;
        position: relative
    }

    .navy-main-container-tost svg {
        display: block;
        width: 100%;
        height: 100%
    }

    .navy-main-container-tost svg:first-child {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: -webkit-transform .15s linear .15s;
        transition: -webkit-transform .15s linear .15s;
        transition: transform .15s linear .15s;
        transition: transform .15s linear .15s,-webkit-transform .15s linear .15s
    }

    .navy-main-container-tost svg:last-child {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) scaleY(0);
        transform: translate(-50%,-50%) scaleY(0);
        -webkit-transition: -webkit-transform .15s linear 0s;
        transition: -webkit-transform .15s linear 0s;
        transition: transform .15s linear 0s;
        transition: transform .15s linear 0s,-webkit-transform .15s linear 0s
    }

    .navy-main-container-tost.active svg:first-child {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: -webkit-transform .15s linear 0s;
        transition: -webkit-transform .15s linear 0s;
        transition: transform .15s linear 0s;
        transition: transform .15s linear 0s,-webkit-transform .15s linear 0s
    }

    .navy-main-container-tost.active svg:last-child {
        -webkit-transform: translate(-50%,-50%) scaleY(1);
        transform: translate(-50%,-50%) scaleY(1);
        -webkit-transition: -webkit-transform .15s linear .15s;
        transition: -webkit-transform .15s linear .15s;
        transition: transform .15s linear .15s;
        transition: transform .15s linear .15s,-webkit-transform .15s linear .15s
    }

    .header-slider-type-title>* {
        font-size: 24px!important;
        line-height: 36px!important
    }

    .navy-main-container-tost svg rect {
        fill: #fff;
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease
    }

    .navy-main-container-tost.active svg rect {
        fill: #a9d8fc
    }

    .header-container-mod .navy-main-container {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 24px;
        margin-bottom: 0
    }

    body .ws-header .ws-logo img {
        width: auto;
        height: 28px
    }
}

.infoicons-container-mod {
    margin-left: auto
}

.infoicons-container-mod .infoicons-mod {
    padding-left: 34px;
    position: relative
}

.infoicons-container-mod .infoicons-mod:first-child {
    padding-left: 0
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-serchform {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 10;
    background-color: #fff;
    padding: 14px 20px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.2);
    box-shadow: 0px 1px 3px rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-transition: top .3s ease;
    transition: top .3s ease
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-serchform input[type=text] {
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #1d3e7c;
    border: 1px solid #0c7bce;
    padding: 13px 66px 13px 24px;
    width: 480px;
    -webkit-transition: border .3s ease;
    transition: border .3s ease
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-serchform.infoicons-mod-serchform-error input[type=text] {
    border: 1px solid red
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-serchform input[type=text]::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(29,62,124,.6)
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-serchform input[type=text]::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(29,62,124,.6)
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-serchform input[type=text]:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(29,62,124,.6)
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-serchform input[type=text]:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(29,62,124,.6)
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-serchform [type=submit] {
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
    bottom: 14px;
    pointer-events: none;
    background-color: transparent;
    padding: 0 25px 0 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: 0;
    border: 0;
    text-align: left
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-serchform [type=submit] .infoicons-mod-serchform-submiticon {
    display: block;
    width: 19px;
    height: auto;
    fill: #0c7bce;
    pointer-events: all;
    -webkit-transition: fill .3s linear;
    transition: fill .3s linear
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-serchform [type=submit] .infoicons-mod-serchform-submiticon:hover {
    fill: rgba(12,123,206,.6)
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-link {
    display: table;
    position: relative
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-link .infoicons-mod-mainicon {
    display: block;
    width: 24px;
    height: auto;
    fill: #fff;
    -webkit-transition: fill .3s linear;
    transition: fill .3s linear
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-link:hover .infoicons-mod-mainicon {
    fill: #a9d8fc
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-link .infoicons-mod-compare-count {
    display: none;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -9px;
    right: -12px;
    background-color: #f50f0f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    border-radius: 100%
}

.infoicons-container-mod .infoicons-mod .infoicons-mod-link.active .infoicons-mod-compare-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#select-check,#sel-sub-category,#sel-packee-chec {
    margin: 25px 0;
    display: block;
    width: 100%;
    height: 44px;
    padding-left: 10px;
    -webkit-appearance: menulist
}

.account-view .select2-container--default .select2-selection--single .select2-selection__arrow,.account-view .select2-container--default .select2-selection--single,.account-view .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 44px;
    line-height: 44px
}

.account-view .go-to {
    text-align: center
}

.account-view .go-to .go-select-account {
    background: #f69e04;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0 0 18px rgba(255,255,255,.35);
    box-shadow: 0 0 18px rgba(255,255,255,.35);
    position: relative;
    top: 0;
    border-radius: 10px;
    padding: 10px 40px
}

#go-top {
    position: fixed;
    bottom: 150px;
    right: 40px;
    font-size: 32px;
    opacity: .6;
    display: none;
    z-index: 9999
}

#go-top:hover {
    opacity: .8;
    cursor: pointer
}

body .footer-cus-container-top,body .footer-cus-container-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative
}

body .footer-cus-container-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body .footer-cus-container-top .logo-elem {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    width: auto
}

body .footer-cus-container-top .logo-elem a {
    display: table;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin: 0
}

body .footer-cus-container-top .cards {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -8px
}

body .footer-cus-container-top .cards img {
    margin-top: 8px;
    margin-right: 8px
}

body .footer-cus-container-top .cards img:last-child {
    margin-top: 8px;
    margin-right: 0
}

body .footer-cus-container-top .footer-cus-container-top-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

body .footer-cus-container-top .footer-cus-container-top-menu ul li {
    padding-left: 40px
}

body .footer-cus-container-top .footer-cus-container-top-menu ul li:first-child {
    padding-left: 0
}

body .footer-cus-container-top .footer-cus-container-top-menu ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

body .footer-cus-container-top .footer-cus-container-top-menu ul li a:hover {
    color: #a9d8fc
}

body .footer-cus-container-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 25px
}

body .footer-cus-container-bottom .copyrights-cus-container span br {
    display: none
}

@media screen and (max-width: 991px) and (min-width:768px) {
    body .footer-cus-container-bottom .copyrights-cus-container span br {
        display:inline-block
    }
}

body .footer-cus-container-bottom .copyrights-cus-container>* {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

body .footer-cus-container-bottom .copyrights-cus-container>span {
    display: inline-block
}

body .footer-cus-container-bottom .footer-cus-container-bottom-menu {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body .footer-cus-container-bottom .footer-cus-container-bottom-menu ul {
    margin: 0;
    width: auto;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset
}

body .footer-cus-container-bottom .footer-cus-container-bottom-menu ul li {
    margin: 0;
    padding-right: 30px
}

body .footer-cus-container-bottom .footer-cus-container-bottom-menu ul li:last-child {
    padding-right: 0
}

body .footer-cus-container-bottom .footer-cus-container-bottom-menu ul li:after {
    content: '';
    background-color: #fff;
    width: 1px;
    position: absolute;
    top: 3px;
    right: 15px;
    height: 13px
}

body .footer-cus-container-bottom .footer-cus-container-bottom-menu ul li:last-child:after {
    display: none
}

body .footer-cus-container-bottom .footer-cus-container-bottom-menu ul li a {
    display: table;
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

body .footer-cus-container-bottom .footer-cus-container-bottom-menu ul li a:hover {
    color: #a9d8fc
}

body .footer-cus-container-bottom .adress-cus-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

body .footer-cus-container-bottom .adress-cus-container .adress-cus-container-in {
    padding-bottom: 2px
}

body .footer-cus-container-bottom .adress-cus-container .adress-cus-container-in img {
    cursor: text;
    display: block;
    max-width: 100%;
    height: auto
}

body .footer-cus-container-bottom .adress-cus-container .adress-cus-container-in img.tabobo,body .footer-cus-container-bottom .adress-cus-container .adress-cus-container-in img.mobobo,body .footer-cus-container-bottom .adress-cus-container .adress-cus-container-in img.mobobo2 {
    display: none
}

body .footer-cus-container-bottom .adress-cus-container p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.44
}

body .footer-cus-container-bottom .adress-cus-container p span {
    display: block
}

body .footer-cus-container-bottom .adress-cus-container p span svg {
    display: block
}

body .footer-cus-container-bottom .adress-cus-container .contato-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body .footer-cus-container-bottom .adress-cus-container .contato-row .adress-cus-container-in-icon-container {
    display: table;
    line-height: 0;
    margin-right: 6px
}

body .footer-cus-container-bottom .adress-cus-container a {
    display: table
}

body .footer-cus-container-bottom .adress-cus-container a:hover {
    color: #a9d8fc
}

body .footer-cus-container-bottom .adress-cus-container .contato-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 5px -6px 0
}

body .footer-cus-container-bottom .adress-cus-container .contato-social-icons li {
    padding: 0 6px
}

body .footer-cus-container-bottom .adress-cus-container .contato-social-icons li a {
    display: block;
    height: 18px
}

body .footer-cus-container-bottom .adress-cus-container .contato-social-icons li a svg {
    display: block;
    width: auto;
    height: 100%
}

.contact-cus-maillist {
    padding-top: 87px;
    padding-bottom: 83px
}

.contact-cus-maillist-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-cus-maillist-container-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-cus-maillist-container-2 {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.contact-cus-maillist-item {
    max-width: 296px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-cus-maillist-icon {
    border-bottom: 1px solid #6077a3;
    padding-bottom: 21px
}

.contact-cus-maillist-icon img {
    display: block;
    width: auto;
    height: 110px;
    margin: 0 auto
}

.contact-cus-maillist-title {
    border-top: 1px solid #bbc5d8;
    padding-top: 18px
}

.contact-cus-maillist-title>* {
    font-size: 22px;
    font-weight: 700;
    color: #1d3e7c;
    line-height: 32px
}

.contact-cus-maillist-description {
    padding-top: 7px
}

.contact-cus-maillist-description>* {
    font-size: 16px;
    font-weight: 400;
    color: #1d3e7c;
    line-height: 24px
}

.contact-cus-maillist-mail {
    padding-top: 29px;
    margin-top: auto
}

.contact-cus-maillist-mail>* {
    font-size: 18px;
    font-weight: 700;
    color: #0b7ace;
    line-height: 32px
}

.contact-cus-maillist-mail>* a {
    display: table
}

.contact-cus-maillist-mail>* a:hover {
    color: #a9d8fc
}

.contact-cus-form {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(243,247,250,1)),to(rgba(218,235,248,1)));
    background: linear-gradient(to bottom,rgba(243,247,250,1) 0%,rgba(218,235,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f7fa',endColorstr='#DAEBF8',GradientType=0)
}

.contact-cus-form-inner {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new2/cusfds.svg) no-repeat center center;
    background-size: cover
}

.contact-cus-form-container {
    padding-top: 46px;
    padding-bottom: 70px
}

.contact-cus-form-title>* {
    font-size: 60px;
    font-weight: 700;
    color: #0b7ace;
    line-height: 76px;
    text-align: center
}

body .contact-cus-form-wrap {
    padding-top: 48px;
    position: relative
}

body form .contact-cus-form-inputcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

body form .contact-cus-form-inputname,body form .contact-cus-form-inputmail {
    width: 50%
}

body .contact-cus-form-wrap form label {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    color: #1d3e7c
}

body .contact-cus-form-wrap form label .wpcf7-form-control-wrap {
    display: block
}

body .contact-cus-form-wrap form label .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    bottom: -28px;
    font-size: 16px;
    font-weight: 400
}

body form .contact-cus-form-inputname input,body form .contact-cus-form-inputmail input,body form .contact-cus-form-textarea textarea {
    border: 1px solid #0c7bce;
    border-radius: 7px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #1d3e7c;
    line-height: 1;
    padding: 23px 35px 24px;
    margin-top: 13px;
    -webkit-transition: border .3s ease;
    transition: border .3s ease
}

body form .contact-cus-form-inputname input::-webkit-input-placeholder,body form .contact-cus-form-inputmail input::-webkit-input-placeholder,body form .contact-cus-form-textarea textarea::-webkit-input-placeholder {
    color: rgba(29,62,124,.6)
}

body form .contact-cus-form-inputname input::-moz-placeholder,body form .contact-cus-form-inputmail input::-moz-placeholder,body form .contact-cus-form-textarea textarea::-moz-placeholder {
    color: rgba(29,62,124,.6)
}

body form .contact-cus-form-inputname input:-ms-input-placeholder,body form .contact-cus-form-inputmail input:-ms-input-placeholder,body form .contact-cus-form-textarea textarea:-ms-input-placeholder {
    color: rgba(29,62,124,.6)
}

body form .contact-cus-form-inputname input:-moz-placeholder,body form .contact-cus-form-inputmail input:-moz-placeholder,body form .contact-cus-form-textarea textarea:-moz-placeholder {
    color: rgba(29,62,124,.6)
}

body form .contact-cus-form-inputname {
    padding-right: 15px
}

body form .contact-cus-form-inputmail {
    padding-left: 15px
}

body form .contact-cus-form-textarea {
    padding-top: 19px
}

body form .contact-cus-form-textarea textarea {
    min-height: 208px
}

body form .contact-cus-form-note {
    padding-top: 21px
}

body form .contact-cus-form-note>* {
    font-size: 14px;
    font-weight: 400;
    color: rgba(68,68,68,.57);
    line-height: 21px;
    text-align: center
}

body form .contact-cus-form-button {
    text-align: center;
    margin-top: 48px;
    position: relative
}

body form .contact-cus-form-button .wpcf7-spinner,body form .contact-cus-form-button .ajax-loader {
    position: absolute;
    left: 50%;
    top: -34px;
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0
}

body form .contact-cus-form-button input[type=submit]+[type=button],body form .contact-cus-form-button input[type=submit] {
    font-size: 18px;
    font-weight: 400;
    color: #444;
    line-height: 21px;
    text-align: center;
    background-color: #fff;
    text-transform: capitalize;
    border: 1px solid #464749;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 10px 40px 11px;
    width: 100%;
    max-width: 204px
}

body .contact-cus-form-wrap form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(68,68,68,.57);
    text-align: center
}

.header-slider-type {
    padding-top: 54px;
    padding-bottom: 54px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/topBg2-optim.jpg) no-repeat center center;
    background-size: cover
}

.header-slider-type-title>* {
    font-size: 60px;
    font-weight: 700;
    color: #f8f8f8;
    line-height: 78px
}

.header-slider-type-description {
    max-width: 841px;
    padding-top: 11px
}

.header-slider-type-description>* {
    font-size: 30px;
    font-weight: 400;
    color: #f8f8f8;
    line-height: 40px
}

.header-slider-type-iconlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
    padding-right: 38px;
    -webkit-transform: translateY(31px);
    transform: translateY(31px)
}

.main-page .header-slider-type-iconlist {
    padding-top: 0;
    padding-right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header-slider-type-iconlist-item {
    padding-left: 20px
}

.main-page .header-slider-type-iconlist-item {
    padding-left: 30px
}

.header-slider-type-iconlist-item:first-child {
    padding-left: 0
}

.header-slider-type-iconlist-item img {
    display: block;
    width: auto;
    height: 47px
}

.single-blog-content .breadcrumbs-wrapper,.ws-category-inner-content .breadcrumbs-wrapper,.breadcrumbs-wrapper {
    background-color: #f3f9ff;
    padding: 10px 0
}

.single-blog-content .breadcrumbs-wrapper .breadcrumbs span,.ws-category-inner-content .breadcrumbs-wrapper .breadcrumbs span,.breadcrumbs-wrapper .breadcrumbs span {
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 700
}

.single-blog-content .breadcrumbs-wrapper .breadcrumbs span.kb_sep:after,.ws-category-inner-content .breadcrumbs-wrapper .breadcrumbs span.kb_sep:after,.breadcrumbs-wrapper .breadcrumbs span.kb_sep:after {
    content: '>';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 700
}

.single-blog-content .breadcrumbs-wrapper .breadcrumbs span.kb_title,.ws-category-inner-content .breadcrumbs-wrapper .breadcrumbs span.kb_title,.breadcrumbs-wrapper .breadcrumbs span.kb_title {
    font-weight: 400
}

.single-blog-content .blog-element>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-blog-content .blog-element .info-page {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.single-blog-content .blog-element .info-page .autor-info,.single-blog-content .blog-element .info-page .date-info {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #0b7ace
}

.single-blog-content .blog-element .info-page .date-info {
    text-align: right
}

.single-blog-content .blog-element .info-page .autor-info svg {
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    fill: #0b7ace
}

.single-blog-content .blog-element .info-page .date-info svg {
    width: 15px;
    height: 16px;
    margin: 0 8px 0 0;
    fill: #0b7ace
}

.single-blog-content .section-blog-single .blog-img {
    width: 100%;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 40px rgba(50,117,208,.2);
    box-shadow: 3px 4px 40px rgba(50,117,208,.2);
    overflow: hidden;
    border: 1px solid #d0e3eb;
    margin: 0 0 40px
}

.single-blog-content .section-blog-single .blog-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.single-blog-content .section-blog-single .news-description {
    text-align: justify
}

.single-blog-content .section-blog-single .template-content strong {
    color: inherit;
    font-weight: 600
}

.single-blog-content .section-blog-single .template-content p {
    line-height: 32px;
    font-size: 24px;
    color: #2f2f2f
}

.single-blog-content .section-blog-single .template-content a {
    text-decoration: underline;
    color: #0b7ace
}

.single-blog-content .section-blog-single .template-content a:hover {
    text-decoration: none
}

.single-blog-content .section-blog-single .template-content .h1,.single-blog-content .section-blog-single .template-content .h2,.single-blog-content .section-blog-single .template-content .h3,.single-blog-content .section-blog-single .template-content .h4,.single-blog-content .section-blog-single .template-content .h5,.single-blog-content .section-blog-single .template-content .h6,.single-blog-content .section-blog-single .template-content h1,.single-blog-content .section-blog-single .template-content h2,.single-blog-content .section-blog-single .template-content h3,.single-blog-content .section-blog-single .template-content h4,.single-blog-content .section-blog-single .template-content h5,.single-blog-content .section-blog-single .template-content h6 {
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #2f2f2f
}

.single-blog-content .section-blog-single .template-content .h1,.single-blog-content .section-blog-single .template-content h1 {
    font-size: 44px;
    margin: 0 0 25px
}

.single-blog-content .section-blog-single .template-content .h2,.single-blog-content .section-blog-single .template-content h2 {
    font-size: 31px;
    margin: 30px 0 15px
}

.single-blog-content .section-blog-single .template-content .h3,.single-blog-content .section-blog-single .template-content h3 {
    font-size: 26px;
    margin: 30px 0 15px
}

.single-blog-content .section-blog-single .template-content .h4,.single-blog-content .section-blog-single .template-content h4 {
    font-size: 21px;
    margin: 15px 0 10px
}

.single-blog-content .section-blog-single .template-content .h5,.single-blog-content .section-blog-single .template-content h5 {
    font-size: 14px;
    margin-bottom: 25px
}

.single-blog-content .section-blog-single .template-content .h6,.single-blog-content .section-blog-single .template-content h6 {
    font-size: 12px;
    margin-bottom: 25px
}

.single-blog-content .section-blog-single .template-content .wp-block-image {
    margin-bottom: 1em
}

.single-blog-content .section-blog-single .template-content .wp-block-image .aligncenter,.single-blog-content .section-blog-single .template-content .wp-block-image img.aligncenter {
    clear: both
}

.single-blog-content .section-blog-single .template-content .wp-block-image .aligncenter,.single-blog-content .section-blog-single .template-content .wp-block-image .alignleft,.single-blog-content .section-blog-single .template-content .wp-block-image .alignright,.single-blog-content .section-blog-single .template-content .wp-block-image.is-resized {
    display: table
}

.single-blog-content .section-blog-single .template-content .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.single-blog-content .section-blog-single .template-content .wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.single-blog-content .section-blog-single .template-content .wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.single-blog-content .section-blog-single .template-content .wp-block-image img {
    max-width: 100%;
    height: auto
}

.single-blog-content .section-blog-single .template-content ul,.single-blog-content .section-blog-single .template-content ol {
    padding: 0;
    margin: 0 0 25px;
    color: #2f2f2f;
    list-style-type: none;
    line-height: 32px;
    font-size: 24px
}

.single-blog-content .section-blog-single .template-content ul,.single-blog-content .section-blog-single .template-content ul li {
    position: relative
}

.single-blog-content .section-blog-single .template-content ul li {
    padding: 0 0 0 20px
}

.single-blog-content .section-blog-single .template-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: url(/wp-content/themes/social/assets/img/new2/ul-before.png) center no-repeat
}

.single-blog-content .section-blog-single .template-content ol {
    counter-reset: my-counter
}

.single-blog-content .section-blog-single .template-content ol li {
    counter-increment: my-counter;
    padding: 0 0 0 25px;
    position: relative
}

.single-blog-content .section-blog-single .template-content ol li:before {
    content: counter(my-counter) ". ";
    color: #0b7ace;
    position: absolute;
    left: 0;
    top: 0
}

.single-blog-content .section-blog-single .template-content ul li,.single-blog-content .section-blog-single .template-content ol li {
    list-style-type: none;
    font-size: inherit;
    color: inherit;
    margin: 0 0 15px;
    word-break: break-word
}

.single-blog-content .section-blog-single .template-content .wp-block-button.aligncenter,.single-blog-content .section-blog-single .template-content .wp-block-buttons.aligncenter,.single-blog-content .section-blog-single .template-content .wp-block-calendar {
    text-align: center;
    margin: 0 0 15px
}

.single-blog-content .section-blog-single .template-content .wp-block-button__link {
    border: none;
    border-radius: 28px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    text-align: center;
    overflow-wrap: break-word
}

.single-blog-content .section-blog-single .template-content .wp-block-button__link {
    background-color: #f50f0f;
    color: #fff
}

.single-blog-content .section-blog-single .template-content .wp-block-button__link strong {
    color: #fff
}

.single-blog-content .section-blog-single .template-content .wp-block-button__link:active,.single-blog-content .section-blog-single .template-content .wp-block-button__link:focus,.single-blog-content .section-blog-single .template-content .wp-block-button__link:hover,.single-blog-content .section-blog-single .template-content .wp-block-button__link:visited {
    color: #fff
}

.single-blog-content .section-blog-single .comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2f2f2f;
    padding-top: 30px
}

.single-blog-content .section-blog-single .comments .navigation,.single-blog-content .section-blog-single .comments .commentlist,.single-blog-content .section-blog-single .comments .comment-respond {
    width: 100%
}

.single-blog-content .section-blog-single .comments>*:first-child {
    font-size: 31px;
    font-weight: 600;
    color: #2f2f2f
}

.single-blog-content .section-blog-single .comments .commentlist {
    margin-top: 25px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eee
}

.single-blog-content .section-blog-single .comments .commentlist li {
    padding-top: 25px
}

.single-blog-content .section-blog-single .comments .commentlist li:first-child {
    padding-top: 0
}

.single-blog-content .section-blog-single .comments .commentlist li .children {
    border-left: 1px solid #2f2f2f;
    margin-left: 51px;
    padding-left: 19px;
    margin-top: 25px
}

.single-blog-content .section-blog-single .comments .comment-respond .comment-reply-title {
    font-size: 31px;
    line-height: 1.5;
    margin: 20px 0 10px;
    font-weight: 600;
    color: #2f2f2f
}

.single-blog-content .section-blog-single .comments .comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.single-blog-content .section-blog-single .comments .comment-author .avatar {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 100%
}

.single-blog-content .section-blog-single .comments .comment-author .fn {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    padding-top: 4px;
    padding-left: 19px
}

.single-blog-content .section-blog-single .comments .comment-author .says {
    font-size: 18px;
    font-style: normal;
    padding-top: 4px;
    padding-left: 10px
}

.single-blog-content .section-blog-single .comments .commentmetadata {
    display: none
}

.single-blog-content .section-blog-single .comments .comment-body>p {
    padding-left: 51px;
    font-size: 16px;
    padding-top: 7px
}

.single-blog-content .section-blog-single .comments .reply {
    padding-left: 51px;
    padding-top: 11px;
    font-size: 12px;
    font-weight: 600;
    color: #0b7ace;
    text-transform: uppercase
}

.single-blog-content .section-blog-single .comments form label {
    margin: 15px 0 5px
}

.single-blog-content .section-blog-single .comments form .form-submit {
    margin-top: 30px
}

.single-blog-content .section-blog-single .comments .comment-respond .comment-notes {
    font-size: 16px;
    color: #2f2f2f;
    margin-bottom: 15px
}

.single-blog-content .section-blog-single .sticky-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 15px
}

.single-blog-content .section-blog-single .article-nav {
    padding: 20px 25px;
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 15px rgba(50,117,208,.2);
    box-shadow: 1px 2px 15px rgba(50,117,208,.2);
    margin: 0 0 30px;
    border: 1px solid rgba(208,227,235,.5)
}

.single-blog-content .section-blog-single .article-nav .title {
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    margin: 0 0 25px;
    text-transform: uppercase
}

.single-blog-content .section-blog-single .article-nav ul li a,.single-blog-content .section-blog-single .article-nav ul li span {
    font-size: 18px;
    font-weight: 600;
    color: #2f2f2f;
    margin: 0 0 10px
}

.single-blog-content .section-blog-single .article-nav ul li .subnav {
    padding: 0 0 0 15px;
    margin: 7px 0
}

.single-blog-content .section-blog-single .article-nav ul li .subnav li {
    line-height: 22px;
    margin: 0 0 7px
}

.single-blog-content .section-blog-single .article-nav ul li .subnav li a {
    font-size: 17px;
    font-weight: 400;
    color: #2f2f2f;
    text-decoration: underline;
    line-height: 17px
}

.single-blog-content .section-blog-single .article-nav ul li .subnav li span {
    font-size: 17px
}

.single-blog-content .section-blog-single .article-nav ul li>a:hover,.single-blog-content .section-blog-single .article-nav ul li .subnav li>a:hover {
    color: initial;
    text-decoration: none
}

.single-blog-content .section-blog-single .article-nav ul li.active>a,.single-blog-content .section-blog-single .article-nav ul li.active>span,.single-blog-content .section-blog-single .article-nav ul li .subnav li.active>a,.single-blog-content .section-blog-single .article-nav ul li .subnav li.active>span {
    font-weight: 600;
    color: initial;
    text-decoration: none
}

body .ws-section-info {
    padding: 30px 0
}

body .ws-section-info:after {
    display: table;
    bottom: 0;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new2/dashed_2_6x2.svg) center center repeat;
    background-size: unset
}

.category-cus-filter {
    padding-top: 60px
}

@media screen and (min-width: 768px) {
    .category-cus-filter {
        overflow:auto;
        width: 100%
    }

    .category-cus-filter::-webkit-scrollbar-thumb {
        width: 0;
        height: 0
    }

    .category-cus-filter::-webkit-scrollbar {
        width: 0;
        height: 0
    }
}

@media screen and (min-width: 992px) {
    .category-cus-filter:before,.category-cus-filter:after {
        width:calc((100vw - 970px + 30px)/2)
    }
}

@media screen and (min-width: 1200px) {
    .category-cus-filter:before,.category-cus-filter:after {
        width:calc((100vw - 1170px + 30px)/2)
    }
}

@media screen and (min-width: 1270px) {
    .category-cus-filter:before,.category-cus-filter:after {
        width:calc((100vw - 1360px + 30px)/2)
    }
}

.category-cus-filter-container {
    display: table;
    margin: 0 auto
}

.category-cus-filter-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.category-cus-filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f4f2f5;
    border: 1px solid #1d3e7c;
    margin-right: -1px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 13px;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    min-width: 332px;
    position: relative;
    cursor: pointer
}

.category-cus-filter-item:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: -webkit-gradient(linear,left top,left bottom,from(#24aff7),to(#0c7bce));
    background: linear-gradient(to bottom,#24aff7 0%,#0c7bce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24AFF7',endColorstr='#0C7BCE',GradientType=0);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1
}

.category-cus-filter-item:first-child,.category-cus-filter-item:first-child:before {
    border-radius: 6px 0 0 6px
}

.category-cus-filter-item:last-child,.category-cus-filter-item:last-child:before {
    border-radius: 0 6px 6px 0
}

.category-cus-filter-item:hover:before {
    opacity: .2
}

.category-cus-filter-item.active {
    border-color: #0c7bce
}

.category-cus-filter-item.active:before {
    opacity: 1
}

.category-cus-filter-title {
    display: block;
    line-height: 0;
    text-align: center;
    position: relative;
    z-index: 2
}

.category-cus-filter-title>* {
    font-size: 25px;
    font-weight: 700;
    color: #1d3e7c;
    line-height: 30px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    display: inline-block
}

.category-cus-filter-item.active .category-cus-filter-title>* {
    color: #fff
}

.category-cus-filter-title .ico {
    font-size: 18px;
    padding-right: 6px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.category-cus-filter-price {
    display: block;
    line-height: 0;
    text-align: center;
    position: relative;
    z-index: 2
}

.category-cus-filter-price span {
    font-size: 16px;
    font-weight: 500;
    color: #1d3e7c;
    line-height: 22px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    display: inline-block
}

.category-cus-filter-item.active .category-cus-filter-price span {
    color: #fff
}

.category-cus-filter-notes {
    padding-top: 7px
}

.category-cus-filter-notes>* {
    font-size: 14px;
    font-weight: 400;
    color: rgba(90,106,137,.57);
    line-height: 16px;
    text-decoration: underline;
    position: relative;
    text-decoration: none
}

.category-cus-filter-notes>*:hover,.category-cus-filter-notes>*:focus,.category-cus-filter-notes>*:active {
    color: rgba(90,106,137,.57)
}

.category-cus-filter-notes>*:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 1px;
    background-color: rgba(90,106,137,.57);
    -webkit-transition: left .3s ease,right .3s ease;
    transition: left .3s ease,right .3s ease
}

.category-cus-filter-notes>*:hover:after {
    left: 50%;
    right: 50%
}

.products-cus-filter {
    padding-top: 48px
}

.products-cus-filter.products-cus-filter-singe-product {
    padding: 0
}

.products-cus-filter-container {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.products-cus-filter-0 {
    border: 1px solid #c6cfde;
    border-radius: 6px;
    background-color: #fff;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    width: 248px;
    min-height: 60px;
    cursor: pointer;
    position: relative
}

.products-cus-filter-0:hover,.products-cus-filter-0.active {
    border: 1px solid rgba(29,62,124,1)
}

.products-cus-filter-0-main {
    min-height: 58px;
    padding-top: 11px;
    padding-left: 20px;
    padding-right: 42px;
    padding-bottom: 8px;
    position: relative
}

.products-cus-filter-0-main-arrow-top,.products-cus-filter-0-main-arrow-bottom {
    position: absolute;
    right: 17px
}

.products-cus-filter-0-main-arrow-top .ico,.products-cus-filter-0-main-arrow-bottom .ico {
    font-size: 16px;
    color: rgba(29,62,124,.74);
    -webkit-transition: color .3s ease,-webkit-transform .3s ease;
    transition: color .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,color .3s ease;
    transition: transform .3s ease,color .3s ease,-webkit-transform .3s ease
}

.products-cus-filter-0-main-arrow-top .ico {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.products-cus-filter-0-main-arrow-bottom .ico {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.products-cus-filter-0:hover .products-cus-filter-0-main-arrow-top .ico,.products-cus-filter-0:hover .products-cus-filter-0-main-arrow-bottom .ico {
    color: rgba(29,62,124,1)
}

.products-cus-filter-0.active .products-cus-filter-0-main-arrow-top .ico {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    color: rgba(29,62,124,1)
}

.products-cus-filter-0.active .products-cus-filter-0-main-arrow-bottom .ico {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    color: rgba(29,62,124,1)
}

.products-cus-filter-0-main-arrow-top {
    top: 2px
}

.products-cus-filter-0-main-arrow-bottom {
    bottom: 2px
}

.products-cus-filter-0-main-subtitle {
    padding-bottom: 3px
}

.products-cus-filter-0-main-subtitle>* {
    font-size: 12px;
    font-weight: 400;
    color: rgba(29,62,124,.6);
    line-height: 16px
}

.products-cus-filter-0-main-title>* {
    font-size: 16px;
    font-weight: 700;
    color: rgba(29,62,124,1);
    line-height: 20px
}

.products-cus-filter-0-slidedown {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #c6cfde;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.products-cus-filter-0:hover .products-cus-filter-0-slidedown,.products-cus-filter-0.active .products-cus-filter-0-slidedown {
    border: 1px solid rgba(29,62,124,1)
}

.products-cus-filter-0-slidedown-selectitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.products-cus-filter-0-slidedown-selectitem:hover {
    background-color: #cdeaff
}

.products-cus-filter-0-slidedown-selectitem-icon {
    display: table;
    padding-left: 20px;
    padding-right: 20px
}

.products-cus-filter-0-slidedown-selectitem-icon>* {
    font-size: 14px;
    font-weight: 700;
    color: #1d3e7c;
    line-height: 20px
}

.products-cus-filter-1 {
    border: 1px solid #c6cfde;
    border-radius: 6px;
    background-color: #fff;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    width: 110px;
    min-height: 60px;
    cursor: pointer;
    position: relative
}

.products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 6px 6px 0 0
}

.products-cus-filter-1:hover,.products-cus-filter-1.active {
    border: 1px solid rgba(29,62,124,1)
}

.products-cus-filter-1-main {
    min-height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-cus-filter-1-main-arrow-bottom {
    position: absolute;
    top: 17px;
    right: 23px
}

.products-cus-filter-1-main-arrow-bottom .ico {
    font-size: 16px;
    color: rgba(29,62,124,.74);
    -webkit-transition: color .3s ease,-webkit-transform .3s ease;
    transition: color .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,color .3s ease;
    transition: transform .3s ease,color .3s ease,-webkit-transform .3s ease;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.products-cus-filter-1:hover .products-cus-filter-1-main-arrow-bottom .ico {
    color: rgba(29,62,124,1)
}

.products-cus-filter-1.active .products-cus-filter-1-main-arrow-bottom .ico {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    color: rgba(29,62,124,1)
}

.products-cus-filter-1-main-title {
    padding-left: 19px
}

.products-cus-filter-1-main-title>* {
    font-size: 22px;
    font-weight: 700;
    color: rgba(29,62,124,1);
    line-height: 26px;
    padding-top: 1px
}

.products-cus-filter-1-slidedown {
    display: none;
    position: absolute;
    top: 100%;
    right: -1px;
    border: 1px solid #c6cfde;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    min-width: 110px
}

.products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-slidedown {
    border-radius: 0
}

.products-cus-filter-1:hover .products-cus-filter-1-slidedown,.products-cus-filter-1.active .products-cus-filter-1-slidedown {
    border: 1px solid rgba(29,62,124,1)
}

.products-cus-filter-1-slidedown-selectitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.products-cus-filter-1-slidedown-selectitem:hover {
    background-color: #cdeaff
}

.products-cus-filter-1-slidedown-selectitem-icon {
    display: table;
    padding-left: 19px
}

.products-cus-filter-1-slidedown-selectitem-icon>* {
    font-size: 16px;
    font-weight: 700;
    color: #1d3e7c;
    line-height: 20px
}

.products-cus-filter-1-slidedown-selectitem-tx {
    padding-left: 27px;
    padding-right: 21px
}

.products-cus-filter-1-slidedown-selectitem-tx>* {
    font-size: 12px;
    font-weight: 700;
    color: #1d3e7c;
    line-height: 16px;
    text-transform: uppercase;
    padding-top: 2px
}

body .account-change.main-account {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .account-change.main-account p.name {
    margin: 0;
    padding-left: 0
}

body .account-change.main-account .btn {
    float: right;
    font-weight: 600;
    color: #283d56;
    background: 0 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 18px;
    text-decoration: underline
}

body .account-change.main-account .btn:hover {
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1 {
        width:76px;
        min-height: 34px;
        background-color: #fff;
        border-color: #c6cfde
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1:hover,.products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1.active {
        border-color: rgba(29,62,124,1)
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-main {
        min-height: 32px
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-main-arrow-bottom {
        top: 5px
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-slidedown {
        min-width: 76px
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-slidedown-selectitem-icon {
        padding-left: 0
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-slidedown-selectitem-tx {
        padding-left: 16px;
        padding-right: 10px
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-slidedown-selectitem {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-main {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-slidedown-selectitem-icon>* {
        font-size: 12px
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-slidedown-selectitem-tx>* {
        font-size: 10px
    }
}

body .custom-section-product-2.section-product {
    padding: 40px 0 0
}

body .custom-section-product-2 .ws-main-product {
    max-width: unset;
    margin: 0;
    margin-left: -30px
}

body .custom-section-product-2 .ws-main-product .slide-item {
    margin-right: 0;
    margin-left: 30px;
    width: calc(25% - 30px)
}

body .ws-section-category .append-order-to .slide-item .product-card-buy-container .buy,body .product-card-buy-container .buy,body .ws-section-category .ws-category-slider .slide-item .product-card-buy-container .buy {
    color: #fff;
    background: #f50f0f;
    border: 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    border-radius: 5px;
    padding: 4px 40px;
    text-align: center
}

body .ws-section-category .append-order-to .slide-item .product-card-buy-container .buy,body .ws-section-category .ws-category-slider .slide-item .product-card-buy-container .buy {
    color: #fff;
    background: #f50f0f;
    border: 0;
    font-size: 30px;
    font-weight: 700
}

body .ws-section-category .append-order-to .slide-item .product-card-buy-container .buy,body .ws-section-category .ws-category-slider .slide-item .product-card-buy-container .buy {
    font-size: 23px
}

body .ws-section-category .append-order-to .slide-item .product-card-buy-container .buy:hover,body .product-card-buy-container .buy:hover,body .ws-section-category .ws-category-slider .slide-item .product-card-buy-container .buy:hover {
    background: #d65757
}

body .product-card-buy-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .product-card-buy-container .infoicons-mod-add-to-container {
    padding-left: 25px
}

body .product-card-buy-container .infoicons-mod-add-to {
    display: table;
    padding-left: 12px;
    line-height: 0
}

body .product-card-buy-container .infoicons-mod-add-to:first-child {
    padding-left: 0
}

body .product-card-buy-container .infoicons-mod-add-to .ico {
    font-size: 30px;
    color: rgba(12,123,206,.2);
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

body .product-card-buy-container .infoicons-mod-add-to:hover .ico {
    color: rgba(12,123,206,.5)
}

body .product-card-buy-container .infoicons-mod-add-to.active .ico {
    color: rgba(12,123,206,1)
}

.modal-header-title {
    font-size: 24px;
    font-weight: 700;
    color: #1d3e7c;
    line-height: 28px
}

.modal-body {
    font-size: 16px;
    font-weight: 400;
    color: #464749;
    line-height: 20px
}

.tooltip.bs-tooltip-bottom,.tooltip.bs-tooltip-auto[x-placement^=bottom] {
    padding: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    display: none
}

.comment-form .gglcptch_invisible {
    opacity: 0
}

.tooltip-inner {
    font-size: 10px;
    font-weight: 400;
    color: #1d3e7c;
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px 11px 4px;
    border-top: 1px solid #0c7bce;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.1);
    box-shadow: 0px 3px 6px rgba(0,0,0,.1)
}

body .ws-template-content strong {
    text-transform: none
}

.checkout-section form input[type=number]::-webkit-input-placeholder,.checkout-section form input[type=text]::-webkit-input-placeholder,.checkout-section form input[type=email]::-webkit-input-placeholder,.checkout-section form input[type=phone]::-webkit-input-placeholder,.checkout-section form textarea::-webkit-input-placeholder {
    color: #c5c5c5
}

.checkout-section form input[type=number]:-moz-placeholder,.checkout-section form input[type=text]:-moz-placeholder,.checkout-section form input[type=email]:-moz-placeholder,.checkout-section form input[type=phone]:-moz-placeholder,.checkout-section form textarea:-moz-placeholder {
    color: #c5c5c5
}

.checkout-section form input[type=number]::-moz-placeholder,.checkout-section form input[type=text]::-moz-placeholder,.checkout-section form input[type=email]::-moz-placeholder,.checkout-section form input[type=phone]::-moz-placeholder,.checkout-section form textarea::-moz-placeholder {
    color: #c5c5c5
}

.checkout-section form input[type=number]:-ms-input-placeholder,.checkout-section form input[type=text]:-ms-input-placeholder,.checkout-section form input[type=email]:-ms-input-placeholder,.checkout-section form input[type=phone]:-ms-input-placeholder,.checkout-section form textarea:-ms-input-placeholder {
    color: #c5c5c5
}

body .ws-template-content ol {
    counter-reset: item
}

body .ws-template-content ol li:before {
    content: counters(item,". ")". ";
    counter-increment: item;
    font-size: 18px;
    margin-top: -1px;
    left: -10px;
    position: relative
}

body .ws-template-content ul li:before {
    font-size: 18px;
    margin-top: -1px
}

body .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px
}

body #select-check,body #sel-sub-category,body #sel-packee-chec,.package-select select {
    border-radius: 4px;
    border: 1px solid #aaa;
    color: #444;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px
}

body .account-view .select2-container--default .select2-selection--single .select2-selection__arrow,body .account-view .select2-container--default .select2-selection--single,body .account-view .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px
}

body .sel-packege,body .select-inner {
    position: relative
}

body .package-select select {
    width: 100%
}

.checkout-section .input-cont.answer-number-container:after,body .sel-packege:before,body .select-inner:before {
    content: "";
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    right: 7px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    bottom: 18px;
    width: 0;
    pointer-events: none
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-width: 5px 4px 0
}

body .search_cus_container .blog-item {
    margin: 0;
    height: 100%
}

body .search_cus_container .blog-item .news-content {
    height: 100%
}

body .search_cus_container .blog-item .title {
    color: #1d3e7c
}

body .search_cus_container .blog-item .more {
    margin-top: auto;
    color: #0c7bce
}

body .pagination .current,body .pagination a:hover {
    background: #0c7bce
}

body .ws-category-inner-content .product-card-buy-container .infoicons-mod-add-to-container {
    padding-left: 0;
    width: 100%;
    padding-top: 20px
}

body .ws-category-inner-content .product-card-buy-container .infoicons-mod-add-to {
    margin: 0 auto
}

body .advantages {
    max-width: 251px;
    padding-right: 16px
}

body .checkout_cus_template .default-part {
    overflow: hidden
}

body .package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .package.hide-elem {
    display: none
}

body .package p {
    margin-bottom: 0
}

body>div[id]:first-child {
    overflow: hidden
}

body>div[id]:first-child>div:nth-child(2)>span {
    white-space: unset!important
}

@media screen and (max-width: 1356px) {
    .category-cus-filter-item {
        min-width:290px
    }

    .category-cus-filter-title .ico,.category-cus-filter-title>* {
        display: block
    }

    .category-cus-filter-title .ico {
        font-size: 16px;
        padding-right: 0
    }

    .category-cus-filter-title>* {
        font-size: 22px;
        line-height: 26px
    }

    .category-cus-filter-price span {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (max-width: 1269px) {
    body .footer-cus-container-bottom .adress-cus-container .adress-cus-container-in img.dabobo {
        display:none
    }

    body .footer-cus-container-bottom .adress-cus-container .adress-cus-container-in img.tabobo {
        display: block
    }

    .contact-cus-maillist {
        padding-top: 77px;
        padding-bottom: 73px
    }

    .contact-cus-maillist-item {
        max-width: 275px
    }

    .contact-cus-maillist-icon img {
        height: 100px
    }

    .header-slider-type-title>* {
        font-size: 50px;
        line-height: 68px
    }

    .header-slider-type-description>* {
        font-size: 24px;
        line-height: 34px
    }

    .header-slider-type-iconlist {
        padding-right: 0
    }

    .header-slider-type-iconlist-item img {
        height: 42px
    }

    .main-page .header-slider-type-iconlist-item img {
        height: 47px
    }

    .category-cus-filter-item {
        min-width: 241px
    }

    .category-cus-filter-title .ico {
        font-size: 14px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    .category-cus-filter-title>* {
        font-size: 18px;
        line-height: 22px
    }

    .category-cus-filter-price span {
        font-size: 12px;
        line-height: 18px
    }

    body .custom-section-product-2 .ws-main-product .slide-item {
        width: calc(33.3334% - 30px)
    }
}

body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-prev svg,body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-next svg {
    display: block
}

body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-prev .ico,body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-next .ico {
    display: none
}

@media screen and (max-width: 991px) {
    .infoicons-container-mod .infoicons-mod .infoicons-mod-link .infoicons-mod-mainicon {
        width:20px
    }

    .infoicons-container-mod .infoicons-mod {
        padding-left: 20px
    }

    .infoicons-container-mod .infoicons-mod .infoicons-mod-link .infoicons-mod-compare-count {
        width: 16px;
        height: 16px;
        top: -8px;
        right: -10px;
        font-size: 10px
    }

    body .footer-cus-container-top .logo-elem a {
        display: table!important;
        max-width: unset
    }

    body .footer-cus-container-top .logo-elem a img {
        max-width: 180px;
        width: auto
    }

    body header .logo-container-mod a img {
        width: auto
    }

    body .footer-cus-container-top .cards img {
        width: 35px;
        height: 27px
    }

    .contact-cus-maillist {
        padding-top: 67px;
        padding-bottom: 63px
    }

    .contact-cus-maillist-item {
        max-width: 220px
    }

    .contact-cus-maillist-icon img {
        height: 75px
    }

    .header-slider-type-title>* {
        font-size: 40px;
        line-height: 58px
    }

    .header-slider-type-description>* {
        font-size: 20px;
        line-height: 30px
    }

    .header-slider-type-iconlist-item img {
        height: 40px
    }

    .main-page .header-slider-type-iconlist-item img {
        height: 47px
    }

    .category-cus-filter-item {
        padding-top: 12px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 15px;
        min-width: 185px
    }

    .category-cus-filter-title>* {
        font-size: 16px;
        line-height: 20px
    }

    body .custom-section-product-2 .ws-main-product {
        margin-left: -15px
    }

    body .custom-section-product-2 .ws-main-product .slide-item {
        width: calc(33.3334% - 15px);
        margin-left: 15px
    }

    body .product-card-buy-container .infoicons-mod-add-to-container {
        padding-left: 18px
    }
}

@media screen and (max-width: 799px) {
    body .custom-section-product-2 .ws-main-product {
        margin:0 auto 40px;
        max-width: 100%
    }

    body .custom-section-product-2 .ws-main-product .slide-item {
        width: auto;
        margin-left: 0
    }

    body .product-card-buy-container .infoicons-mod-add-to-container {
        padding-left: 25px
    }

    body .ws-section-category-inner .ws-category-slider .owl-nav,body .custom-section-product-2 .append-order-to .owl-nav,body .custom-section-product-2 .ws-category-slider .owl-nav {
        position: static;
        -webkit-transform: none;
        transform: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding-top: 23px
    }

    body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-prev,body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-next,body .custom-section-product-2 .owl-carousel .owl-controls .owl-nav .owl-prev,body .custom-section-product-2 .owl-carousel .owl-controls .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        background-color: #0c7bce;
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease
    }

    body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-prev svg,body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-next svg {
        display: none
    }

    body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-prev .ico,body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-next .ico {
        display: inline-block
    }

    body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-prev .ico,body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-next .ico,body .custom-section-product-2 .owl-carousel .owl-controls .owl-nav .owl-prev .ico,body .custom-section-product-2 .owl-carousel .owl-controls .owl-nav .owl-next .ico {
        font-size: 16px;
        color: #fff;
        line-height: 1
    }

    body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-prev.disactive,body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-next.disactive,body .custom-section-product-2 .owl-carousel .owl-controls .owl-nav .owl-prev.disactive,body .custom-section-product-2 .owl-carousel .owl-controls .owl-nav .owl-next.disactive {
        background-color: #e3e3e3;
        pointer-events: none
    }

    body .ws-section-category-inner .ws-category-slider .owl-controls .owl-nav .owl-prev,body .custom-section-product-2 .owl-carousel .owl-controls .owl-nav .owl-prev {
        margin-right: 10px
    }

    body .ws-section-category-inner .ws-category-slider .owl-stage-outer,body .custom-section-product-2 .owl-stage-outer {
        padding-bottom: 0
    }
}

@media screen and (max-width: 768px) {
    body .package p,body .package p.bold {
        text-align:left
    }
}

@media screen and (max-width: 767px) {
    .search_cus_container .item {
        width:100%
    }

    .single-blog-content .blog-element .info-page {
        margin-bottom: 15px
    }

    body .custom-section-product-2 .ws-main-product .slide-item {
        width: 75vw
    }

    .header-container-mod .infoicons-container-mod {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .infoicons-container-mod .infoicons-mod .infoicons-mod-link .infoicons-mod-mainicon {
        width: 24px
    }

    .infoicons-container-mod .infoicons-mod {
        padding-left: 24px;
        position: static
    }

    .header-slider-type-title>* {
        font-size: 24px;
        line-height: 34px
    }

    .infoicons-container-mod .infoicons-mod .infoicons-mod-link .infoicons-mod-compare-count {
        width: 18px;
        height: 18px;
        top: -9px;
        right: -12px;
        font-size: 12px
    }

    .infoicons-container-mod .infoicons-mod .infoicons-mod-serchform {
        left: 15px;
        right: 15px;
        padding: 10px
    }

    .infoicons-container-mod .infoicons-mod .infoicons-mod-serchform input[type=text] {
        width: 100%;
        font-size: 14px;
        padding: 9px 43px 9px 14px
    }

    .infoicons-container-mod .infoicons-mod .infoicons-mod-serchform [type=submit] {
        top: 10px;
        right: 10px;
        bottom: 10px;
        padding: 0 14px 0 0
    }

    .infoicons-container-mod .infoicons-mod .infoicons-mod-serchform [type=submit]:before {
        content: "";
        position: absolute;
        top: 0;
        left: -14px;
        right: 0;
        bottom: 0;
        pointer-events: all
    }

    .infoicons-container-mod .infoicons-mod .infoicons-mod-serchform [type=submit] .infoicons-mod-serchform-submiticon {
        width: 15px
    }

    header.ws-fixed .infoicons-container-mod .infoicons-mod .infoicons-mod-serchform {
        top: calc(100% + 8px)
    }

    body .footer-cus-container-bottom .adress-cus-container .adress-cus-container-in img.tabobo {
        display: none
    }

    body .footer-cus-container-bottom .adress-cus-container .adress-cus-container-in img.mobobo {
        display: block
    }

    body .footer-cus-container-top,body .footer-cus-container-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    body .footer-cus-container-bottom {
        padding-top: 0
    }

    body .footer-cus-container-top .logo-elem {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    body .footer-cus-container-top .logo-elem a {
        padding: 0;
        margin: 0 auto
    }

    body .footer-cus-container-top .cards {
        position: relative;
        left: 0;
        -webkit-transform: unset;
        transform: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: 23px;
        padding-top: 23px
    }

    body .footer-cus-container-top .cards:before,body .footer-cus-container-bottom .adress-cus-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: calc(((100vw - 100%)/-2));
        right: calc(((100vw - 100%)/-2));
        height: 2px;
        background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new2/footer-bg-dotted.png) 50% 0 repeat-x
    }

    body .footer-cus-container-top .footer-cus-container-top-menu ul {
        -webkit-transform: unset;
        transform: unset
    }

    body .footer-cus-container-bottom .footer-cus-container-bottom-menu {
        position: static;
        -webkit-transform: unset;
        transform: unset;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 28px
    }

    body .footer-cus-container-bottom .footer-cus-container-bottom-menu ul {
        padding-bottom: 0;
        position: static;
        display: block;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        border-bottom: 0
    }

    body .footer-cus-container-bottom .footer-cus-container-bottom-menu ul li {
        padding-right: 0;
        padding-bottom: 17px
    }

    body .footer-cus-container-bottom .footer-cus-container-bottom-menu ul li:last-child {
        padding-bottom: 0
    }

    body .footer-cus-container-bottom .adress-cus-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: relative;
        width: 100%;
        margin-top: 26px;
        padding-top: 35px
    }

    body .footer-cus-container-top .logo-elem a img {
        max-width: 180px;
        width: auto;
        margin-top: 15px
    }

    body .footer-cus-container-top .cards img {
        width: 40px;
        height: 31px
    }

    body .footer-cus-container-top .footer-cus-container-top-menu ul li {
        padding-left: 28px
    }

    body .footer-cus-container-bottom .footer-cus-container-bottom-menu ul li a {
        margin: 0 auto
    }

    body .footer-cus-container-top .footer-cus-container-top-menu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 30px
    }

    body .footer-cus-container-bottom .copyrights-cus-container {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 26px;
        text-align: center
    }

    body .footer-cus-container-bottom .adress-cus-container p {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    body .footer-cus-container-bottom .adress-cus-container p {
        padding-top: 10px
    }

    body .footer-cus-container-bottom .adress-cus-container p:first-child {
        padding-top: 0
    }

    body .footer-cus-container-bottom .adress-cus-container .adress-cus-container-in,body .footer-cus-container-bottom .widget_custom_html {
        width: 100%
    }

    body .footer-cus-container-bottom .adress-cus-container .contato-social-icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 28px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        -ms-flex-pack: distribute;
        justify-content: center
    }

    .contact-cus-maillist {
        padding-top: 32px;
        padding-bottom: 46px
    }

    .contact-cus-maillist-container {
        display: block;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .contact-cus-maillist-item {
        display: block;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        max-width: 100%;
        padding-top: 28px
    }

    .contact-cus-maillist-item:first-child {
        padding-top: 0
    }

    .contact-cus-maillist-icon {
        padding-bottom: 19px
    }

    .contact-cus-maillist-icon img {
        margin: 0;
        height: 68px
    }

    .contact-cus-maillist-description {
        padding-top: 6px
    }

    .contact-cus-form-title>* {
        font-size: 30px;
        line-height: 38px
    }

    .contact-cus-form-container {
        padding-top: 31px;
        padding-bottom: 98px
    }

    body .contact-cus-form-wrap {
        padding-top: 10px
    }

    body .contact-cus-form-wrap form label {
        font-size: 16px
    }

    body form .contact-cus-form-inputname,body form .contact-cus-form-inputmail {
        width: 100%
    }

    body form .contact-cus-form-inputname {
        padding-right: 0
    }

    body form .contact-cus-form-inputmail {
        padding-left: 0;
        padding-top: 18px
    }

    body form .contact-cus-form-textarea {
        padding-top: 18px
    }

    body form .contact-cus-form-inputname input,body form .contact-cus-form-inputmail input,body form .contact-cus-form-textarea textarea {
        font-size: 14px;
        padding: 14px 19px 15px;
        margin-top: 6px
    }

    body form .contact-cus-form-textarea textarea {
        min-height: 140px
    }

    body .contact-cus-form-wrap form label .wpcf7-not-valid-tip {
        bottom: -26px;
        font-size: 14px
    }

    body form .contact-cus-form-note {
        padding-top: 10px
    }

    body form .contact-cus-form-note>* {
        font-size: 12px;
        line-height: 18px
    }

    body .contact-cus-form-wrap form .wpcf7-response-output {
        font-size: 12px
    }

    body form .contact-cus-form-button {
        margin-top: 27px
    }

    body form .contact-cus-form-button .wpcf7-spinner,body form .contact-cus-form-button .ajax-loader {
        top: -24px
    }

    body .contact-cus-form-wrap form .wpcf7-response-output {
        bottom: -40px
    }

    .contact-cus-form-inner {
        background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new2/fdasfaDFrv.svg) no-repeat center bottom;
        background-size: contain
    }

    .header-slider-type {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .header-slider-type-title>* {
        font-size: 30px;
        line-height: 36px
    }

    .header-slider-type-description {
        padding-top: 14px
    }

    .header-slider-type-description>* {
        font-size: 16px;
        line-height: 24px
    }

    .header-slider-type-iconlist {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 31px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .header-slider-type-iconlist-item img {
        height: 36px
    }

    .main-page .header-slider-type-iconlist-item img {
        height: 47px
    }

    body .ws-section-info {
        margin-bottom: 0
    }

    .category-cus-filter {
        padding-top: 25px
    }

    .category-cus-filter.category-cus-filter-padding-bottom {
        position: relative;
        padding-bottom: 27px
    }

    .category-cus-filter .container {
        max-width: unset;
        overflow: auto;
        padding-right: 0;
        padding-left: 0
    }

    .category-cus-filter .container::-webkit-scrollbar-thumb,.category-cus-filter .container::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .category-cus-filter-container {
        padding-right: 15px;
        padding-left: 15px
    }

    .category-cus-filter-title {
        padding-top: 4px
    }

    .category-cus-filter-title .ico {
        padding-top: 0
    }

    .category-cus-filter-price span {
        line-height: 16px
    }

    .category-cus-filter-notes {
        padding-top: 2px;
        position: absolute;
        left: calc((100vw - 546px)/2);
        right: calc((100vw - 546px)/2);
        bottom: 0
    }

    .category-cus-filter-notes>* {
        font-size: 12px;
        line-height: 14px
    }

    .products-cus-filter {
        padding-top: 20px
    }

    body .custom-section-product-2.section-product {
        padding: 68px 0 0;
        margin-top: -50px
    }

    body .custom-section-product-2.section-product .append-order-to,body .custom-section-product-2.section-product .ws-category-slider {
        margin: 0 0 10px
    }

    .products-cus-filter-0-main-subtitle>* {
        font-size: 10px;
        line-height: 14px
    }

    .products-cus-filter-0-main-title>* {
        font-size: 14px;
        line-height: 18px
    }

    .products-cus-filter-0-slidedown-selectitem-icon>* {
        font-size: 12px
    }

    .products-cus-filter-1-main-title>* {
        font-size: 18px;
        line-height: 22px
    }

    .products-cus-filter-1-slidedown-selectitem-icon>* {
        font-size: 12px
    }

    .products-cus-filter-1-slidedown-selectitem-tx>* {
        font-size: 10px
    }

    .products-cus-filter-0 {
        width: 200px;
        min-height: 50px
    }

    .products-cus-filter-0-main {
        min-height: 48px;
        padding-top: 8px;
        padding-left: 18px;
        padding-right: 32px;
        padding-bottom: 5px
    }

    .products-cus-filter-0-main-arrow-top {
        top: 0
    }

    .products-cus-filter-0-main-subtitle {
        padding-bottom: 2px
    }

    .products-cus-filter-0-main-arrow-top,.products-cus-filter-0-main-arrow-bottom {
        position: absolute;
        right: 12px
    }

    .products-cus-filter-0-slidedown-selectitem-icon {
        padding-left: 18px;
        padding-right: 18px
    }

    .products-cus-filter-1 {
        width: 90px;
        min-height: 50px
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1 {
        width: 76px;
        min-height: 34px;
        background-color: #fff;
        border-color: #c6cfde
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1:hover,.products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1.active {
        border-color: rgba(29,62,124,1)
    }

    .products-cus-filter-1-main {
        min-height: 48px
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-main {
        min-height: 32px
    }

    .products-cus-filter-1-main-arrow-bottom {
        top: 11px;
        right: 12px
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-main-arrow-bottom {
        top: 5px
    }

    .products-cus-filter-1-main-title {
        padding-left: 17px
    }

    .products-cus-filter-1-slidedown {
        min-width: 90px
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-slidedown {
        min-width: 76px
    }

    .products-cus-filter-1-slidedown-selectitem-icon {
        padding-left: 14px
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-slidedown-selectitem-icon {
        padding-left: 0
    }

    .products-cus-filter-1-slidedown-selectitem-tx {
        padding-left: 25px;
        padding-right: 16px
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-slidedown-selectitem-tx {
        padding-left: 16px;
        padding-right: 10px
    }

    .category-cus-filter-notes>*:after {
        bottom: 1px
    }

    .products-cus-filter.products-cus-filter-singe-product .products-cus-filter-1-slidedown-selectitem {
        padding-top: 8px;
        padding-bottom: 8px
    }

    body .product-card-buy-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body .product-card-buy-container .infoicons-mod-add-to-container,body .ws-category-inner-content .product-card-buy-container .infoicons-mod-add-to-container {
        padding-top: 16px;
        padding-left: 0
    }

    .contact-cus-maillist-mail {
        padding-top: 10px
    }

    .category-cus-filter-item {
        padding-top: 3px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 7px
    }

    .category-cus-filter-item:last-child {
        margin-right: 0
    }

    .category-cus-filter-item:first-child,.category-cus-filter-item:first-child:before {
        border-radius: 5px 0 0 5px
    }

    .category-cus-filter-item:last-child,.category-cus-filter-item:last-child:before {
        border-radius: 0 5px 5px 0
    }

    body .custom-section-product-2 .owl-stage-outer {
        padding-bottom: 0
    }
}

@media screen and (max-width: 580px) {
    body .package {
        display:block;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    body .package p,body .package p.bold {
        text-align: left
    }

    body .package .btn.btn-yellow.select-new-package {
        padding-left: 0
    }
}

@media screen and (max-width: 575px) {
    .category-cus-filter-notes {
        left:calc((100vw - (100% - 30px))/2);
        right: calc((100vw - (100% - 30px))/2)
    }
}

@media screen and (max-width: 480px) {
    body .ws-header .ws-logo img {
        width:auto;
        height: 24px
    }

    .single-blog-content .breadcrumbs-wrapper .breadcrumbs span,.ws-category-inner-content .breadcrumbs-wrapper .breadcrumbs span,.breadcrumbs-wrapper .breadcrumbs span {
        font-size: 12px
    }

    .navy-main-container-tost {
        width: 26px;
        height: 20px
    }

    .header-container-mod .navy-main-container {
        margin-left: 20px
    }

    .infoicons-container-mod .infoicons-mod {
        padding-left: 16px
    }

    .infoicons-container-mod .infoicons-mod .infoicons-mod-serchform {
        top: calc(100% + 8px)
    }

    .infoicons-container-mod .infoicons-mod .infoicons-mod-link .infoicons-mod-mainicon {
        width: 20px
    }

    .infoicons-container-mod .infoicons-mod .infoicons-mod-link .infoicons-mod-compare-count {
        width: 14px;
        height: 14px;
        top: -7px;
        right: -6px;
        font-size: 8px
    }
}

@media (max-width: 460px) {
    body .ws-section-info {
        padding:14px 0
    }
}

@media screen and (max-width: 360px) {
    body .footer-cus-container-bottom .adress-cus-container .adress-cus-container-in img.mobobo {
        display:none
    }

    body .footer-cus-container-bottom .adress-cus-container .adress-cus-container-in img.mobobo2 {
        display: block
    }

    body .footer-cus-container-top .cards img {
        width: 34px;
        height: 27px
    }

    .move-to-list-cus-ss .list-cus-ss-concon .list-cus-ss-concon-in ul li a {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 350px) {
    body .ws-header .ws-logo img {
        width:auto;
        height: 24px
    }

    .navy-main-container-tost {
        width: 24px;
        height: 18px
    }

    .header-container-mod .navy-main-container {
        margin-left: 18px
    }

    .infoicons-container-mod .infoicons-mod {
        padding-left: 14px
    }

    .infoicons-container-mod .infoicons-mod .infoicons-mod-serchform {
        top: calc(100% + 6px)
    }

    .infoicons-container-mod .infoicons-mod .infoicons-mod-link .infoicons-mod-mainicon {
        width: 18px
    }
}

.modal-dialog {
    margin: 0 auto;
    padding: 15px
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem*2))
}

.checkout-section .input-cont {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.checkout-section .input-cont:before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: -10px;
    color: #0c7bce;
    font-size: 12px;
    background: #fff;
    padding: 0 5px
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height:calc(100% - (1.75rem*2))
    }
}

@media screen and (max-width: 1169px) {
    .main-screen .title {
        font-size:30px
    }

    .main-screen {
        padding: 60px 0
    }

    .footer-menus ul {
        padding: 0 25px
    }
}

@media screen and (max-width: 1024px) {
    .single-blog-content .section-blog-single .template-content ul,.single-blog-content .section-blog-single .template-content ol,.single-blog-content .section-blog-single .template-content p {
        font-size:16px
    }

    .single-blog-content .section-blog-single .template-content ul li:before {
        top: 5px
    }

    .section-blog-single .wp-caption {
        width: 100%!important;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .section-blog-single .wp-caption img {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .single-blog-content .blog-element>.row:nth-child(1)>div:nth-child(1) {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }

    .single-blog-content .blog-element>.row:nth-child(1)>div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .single-blog-content .section-blog-single .article-nav {
        position: relative;
        padding: 10px 15px;
        z-index: 999999
    }

    .single-blog-content .section-blog-single .sticky-nav .widget_text,.single-blog-content .section-blog-single .article-nav .title {
        display: none
    }

    .single-blog-content .section-blog-single .article-nav ul li a {
        font-size: 16px
    }

    .single-blog-content .section-blog-single .article-nav ul li a,.single-blog-content .section-blog-single .article-nav ul li span {
        font-size: 16px
    }

    .single-blog-content .section-blog-single .article-nav ul li .subnav li a,.single-blog-content .section-blog-single .article-nav ul li .subnav li span {
        font-size: 15px
    }

    .single-blog-content .section-blog-single .sticky-nav.sticky {
        position: relative;
        z-index: 999
    }

    .single-blog-content .section-blog-single .sticky-nav.sticky .article-nav {
        position: fixed;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        border-radius: 0;
        padding: 0
    }

    .single-blog-content .section-blog-single .sticky-nav.sticky .article-nav .slick-current a {
        border-bottom: 2px solid #f50f0f
    }

    .single-blog-content .section-blog-single .sticky-nav.sticky .slick-list {
        padding-left: calc((100vw - 690px)/2)!important;
        padding-right: calc((100vw - 690px)/2)!important
    }

    .section-alsolike {
        padding: 40px 0
    }

    .main-menu ul li {
        padding: 5px 0
    }

    .main-menu ul li a {
        font-size: 15px
    }

    .lang {
        padding: 3px 0
    }

    .language {
        padding: 5px 0
    }

    .footer-menus ul:nth-child(1) {
        padding: 0 30px 0 0
    }

    .footer-menus ul {
        padding: 0 30px
    }

    .footer-menus {
        margin: 0 0 40px;
        display: table
    }

    footer .logo,footer .copy {
        display: inline-block;
        vertical-align: middle
    }

    footer .logo {
        max-width: 25%;
        margin: 0 15px 0 0;
        display: inline-block !important
    }

    footer .copy {
        margin: 0;
        font-size: 12px;
        float: right;
        padding: 15px 0
    }

    .main-title {
        font-size: 28px
    }

    .service-description .description {
        font-size: 16px
    }

    .social-img {
        min-height: 355px
    }

    .social-img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    .tarif-slider {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .tarif-slider .slider-item {
        display: block !important;
        max-width: 100% !important;
        float: none !important;
        padding: 0 !important;
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important
    }

    .work-item .title {
        font-size: 20px
    }

    .work-item .description {
        font-size: 16px
    }

    .section {
        padding: 60px 0
    }

    .tarif .btn-yellow {
        font-size: 16px
    }

    .tarif .new-price {
        font-size: 26px
    }

    .tarif .old-price {
        font-size: 19px
    }

    .tarif .advantages li {
        font-size: 14px;
        line-height: 1.6
    }

    .tarif .qty {
        font-size: 25px
    }

    .tarif .product-img img {
        width: 135px !important;
        height: 135px !important
    }

    .all-pack {
        font-size: 14px
    }

    .inner-main-screen .section-title {
        font-size: 46px
    }

    .inner-main-screen .sub-title {
        font-size: 24px
    }

    .logo.mobile {
        display: none
    }

    .copy.mobile {
        display: none !important
    }

    footer .logo.mobile {
        display: none !important
    }

    .main-screen .section-title {
        font-size: 62px;
        line-height: 70px
    }

    .sub-title {
        font-size: 34px;
        margin: 0 0 25px
    }

    .main-screen .title {
        font-size: 22px
    }

    .choose ul li {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    .product .title {
        font-size: 20px
    }

    .product .price {
        font-size: 18px
    }

    .product .btn {
        padding: 10px 15px;
        font-size: 18px
    }

    .product-img img {
        width: 160px !important;
        height: 160px !important
    }

    .banner .section-title {
        font-size: 52px
    }

    .banner .btn.btn-yellow {
        padding: 10px 15px
    }
}

@media screen and (max-width: 767px) {
    .account-change.main-account {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .account-change.main-account p.name {
        width: 100%;
        display: block;
        padding-left: 0
    }

    .account-change.main-account .btn {
        margin-top: 10px !important;
        float: none;
        text-align: left
    }

    .section.section-blog-single {
        padding: 25px 0
    }

    .single-blog-content .blog-element .info-page {
        margin: 0 0 15px
    }

    .single-blog-content .section-blog-single .template-content .h1,.single-blog-content .section-blog-single .template-content h1 {
        font-size: 28px;
        margin: 0 0 15px
    }

    .single-blog-content .section-blog-single .comments form .form-submit {
        margin-bottom: 20px
    }

    .blog-content-heading {
        font-size: 28px;
        margin: 0 0 15px
    }

    .single-blog-content .blog-element>.row:nth-child(2)>div {
        width: 100%
    }

    .single-blog-content .section-blog-single .comments {
        padding-top: 15px;
        display: block
    }

    .single-blog-content .section-blog-single .comments #comments {
        padding-top: 10px
    }

    .single-blog-content .section-blog-single .comments .comment-author .fn {
        font-size: 20px;
        padding-top: 2px
    }

    .single-blog-content .section-blog-single .comments .comment-author .says {
        font-size: 20px;
        padding-top: 2px
    }

    .section-alsolike .owl-carousel {
        padding-left: 0;
        padding-right: 0
    }

    .section-alsolike .title {
        font-size: 28px;
        margin: 0 0 35px
    }

    .section-alsolike .owl-carousel .owl-stage-outer {
        padding: 0
    }

    .section-alsolike .likes-item {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .section-alsolike .likes-item .likes-info .likes-title {
        text-align: left
    }

    .section-alsolike .owl-nav {
        position: static;
        -webkit-transform: none;
        transform: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding-top: 23px;
        pointer-events: none
    }

    .section-alsolike .owl-nav .owl-prev,.section-alsolike .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        background-color: #0c7bce;
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease
    }

    .section-alsolike .owl-nav .owl-prev {
        margin-right: 10px
    }

    .section-alsolike .owl-nav .owl-prev.disactive,.section-alsolike .owl-nav .owl-next.disactive {
        background-color: #e3e3e3;
        pointer-events: none
    }

    .section-alsolike .owl-nav .owl-prev svg,.section-alsolike .owl-nav .owl-next svg {
        display: none
    }

    .section-alsolike .owl-nav .owl-prev,.section-alsolike .owl-nav .owl-next {
        font-size: 16px;
        color: #fff;
        line-height: 1;
        font-family: 'FontAwesome';
        font-weight: 400
    }

    .section-alsolike .owl-nav .owl-prev:before {
        content: "\f104"
    }

    .section-alsolike .owl-nav .owl-next:before {
        content: "\f105"
    }

    .template-content ul,.template-content ol,.template-content ul li,.template-content ol li {
        font-size: 16px
    }

    .single-blog-content .section-blog-single .sticky-nav.sticky .article-nav {
        top: 52px
    }

    .single-blog-content .section-blog-single .sticky-nav.sticky .slick-list {
        padding-left: 30px!important;
        padding-right: 30px!important
    }

    .language {
        text-align: right;
        padding: 0 15px
    }

    .lang {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 10px 0 0;
        padding: 5px 0
    }

    .hamburger {
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0
    }

    .logo {
        display: table;
        padding: 5px 0
    }

    .main-screen .title {
        font-size: 26px;
        text-align: center
    }

    .main-screen .title br {
        display: none
    }

    .footer-menus ul {
        width: 100%;
        padding: 20px 0 !important;
        border-right: none;
        border-bottom: 1px solid rgba(113,87,132,.2)
    }

    .footer-menus ul:nth-child(1) li {
        width: 50%;
        float: left
    }

    .footer-menus ul li a {
        font-size: 15px
    }

    .footer-menus {
        margin: 0 0 10px
    }

    footer .logo {
        width: 100%;
        max-width: 100%;
        display: block
    }

    footer .copy {
        margin: 0;
        font-size: 12px;
        float: none
    }

    .main-title {
        font-size: 28px
    }

    .main-menu.mob {
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 9;
        background: #fff;
        background: 0 0;
        padding: 25px 35px;
        opacity: 0;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        display: block;
        -webkit-box-shadow: 0 1px 10px rgba(103,146,241,.5);
        box-shadow: 0 1px 10px rgba(103,146,241,.5);
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: right
    }

    .main-menu.mob.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    .main-menu.mob ul li {
        display: table;
        text-align: right;
        width: 100%
    }

    .main-menu.mob ul li a {
        color: #25374d;
        display: inline-block;
        font-size: 22px
    }

    .main-menu.mob ul li a:after {
        background: #fff
    }

    .main-menu.mob ul li.active a {
        color: #25374d;
        font-weight: 700
    }

    .main-menu ul li .sub-menu li:hover .sub-menu {
        display: none;
        opacity: 0;
        visibility: visible
    }

    .main-menu ul li .sub-menu li .sub-menu {
        display: none
    }

    .main-menu ul li .sub-menu li .sub-menu.active {
        opacity: 1;
        visibility: initial;
        background: #fa0;
        padding: 10px;
        margin-top: 10px;
        display: block
    }

    .main-menu ul li .sub-menu li .sub-menu.active:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 25px;
        margin-top: 20px;
        background: #fa0;
        display: block
    }

    .main-menu ul li .sub-menu li .sub-menu:before {
        content: none
    }

    .main-menu ul li .sub-menu li .sub-menu {
        position: initial;
        background: #fff;
        height: auto;
        margin-left: 0;
        background: #fffaef
    }

    .main-menu ul li .sub-menu li .sub-menu li {
        background: #fa0
    }

    .main-menu ul li .sub-menu li .sub-menu li a {
        font-size: 18px
    }

    .main-menu ul li .sub-menu li .sub-menu li a {
        color: #fff
    }

    .main-menu ul li .sub-menu li .sub-menu li a:hover {
        color: #fff
    }

    .service-description {
        text-align: center
    }

    .service-description .main-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        display: block
    }

    .service-description .main-title span {
        margin: 0
    }

    .work-item {
        margin: 0 0 30px
    }

    .advantage {
        text-align: center
    }

    .section-about img {
        display: none
    }

    .section-about .main-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .section-about .description {
        text-align: center
    }

    .section-advantages .btn {
        margin: 0 auto;
        display: table
    }

    .inner-main-screen .section-title {
        font-size: 32px
    }

    footer {
        padding: 40px 0 0
    }

    footer .logo {
        display: none !important
    }

    footer .copy {
        display: block !important;
        border-top: 1px solid rgba(113,87,132,.2);
        text-align: center
    }

    footer .logo.mobile {
        display: block !important;
        text-align: center
    }

    footer .logo.mobile img {
        display: inline-block
    }

    footer .copy.mobile {
        display: none !important
    }

    .footer-menus {
        text-align: center
    }

    .hamburger .line {
        background: #ffd200
    }

    .main-title a {
        display: block;
        text-align: center
    }

    .main-title img {
        margin: 0 auto 15px
    }

    .main-title p span {
        margin: 0
    }

    .product-img img {
        width: 130px !important;
        height: 130px !important
    }

    .product {
        margin: 0 0 30px
    }

    .pagination ul li {
        margin: 0 3px
    }

    .pagination a,.pagination span {
        font-size: 14px
    }

    .pagination .next,.pagination .prev {
        width: auto;
        height: auto
    }

    .pagination .next:hover,.pagination .prev:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0
    }

    .main-title a span {
        margin: 0
    }

    #twitter .row[class*=col-]:nth-last-child(1) {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .error .descr {
        font-size: 22px
    }

    .error .title {
        font-size: 62px
    }

    .account-package[class*=col] {
        margin: 0 0 10px
    }

    .account-change p {
        font-size: 16px;
        padding: 0 10px
    }

    .main-menu ul li .sub-menu.active {
        display: block;
        position: absolute;
        width: 320px;
        left: -290px;
        padding: 10px;
        height: auto;
        text-align: left;
        background: #fffaef;
        -webkit-box-shadow: 0 0 10px rgba(255,210,0,.35);
        box-shadow: 0 0 10px rgba(255,210,0,.35)
    }

    .main-menu ul li .sub-menu.active:after {
        content: '';
        display: block;
        clear: both
    }

    .main-menu ul li .sub-menu {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
        width: auto
    }

    .main-menu ul li .sub-menu li {
        background: #fffaef;
        color: #000;
        position: relative;
        padding: 5px 0;
        width: 49%;
        display: block;
        float: left;
        min-height: 36px;
        padding-right: 10px
    }

    .main-menu ul li .sub-menu li .sub-menu li {
        width: 100%;
        float: initial;
        min-height: auto
    }

    .main-menu ul li .sub-menu li:after,.main-menu ul li.menu-item-has-children:after,.main-menu ul li:nth-child(1):after {
        content: none;
        font-size: 12px;
        color: #000;
        display: inline-block;
        vertical-align: baseline;
        margin: 0 0 0 10px;
        position: absolute;
        top: 12px
    }

    .main-menu ul li.menu-item-has-children:after {
        content: none
    }

    .main-menu ul li .sub-menu .sub-menu li {
        padding-right: 0
    }

    .main-menu ul li .sub-menu .sub-menu li:after {
        display: none;
        padding-right: 0
    }

    .main-menu ul li.menu-item-object-category.menu-item-has-children .sub-menu.active li:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .main-menu ul li.menu-item-object-category.menu-item-has-children .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        padding: 0 0 0 10px
    }

    .main-menu ul li.menu-item-object-category.menu-item-has-children .sub-menu li {
        padding: 0;
        width: 100%;
        line-height: 1.2
    }

    .main-menu ul li.menu-item-object-category.menu-item-has-children .sub-menu li:after {
        content: none
    }

    .main-menu ul li.menu-item-has-children .sub-menu.active {
        display: block
    }

    #other-service .panel-services a {
        width: 32%
    }

    #most_popular>li {
        width: 49%;
        display: inline-block;
        padding-right: 10px
    }

    #most_popular>li>a,#most_popular>li>ul>li a {
        font-size: 13px
    }

    #most_popular>li>ul>li a,#most_popular>li>ul>li {
        line-height: 24px;
        padding-right: 0
    }

    #most_popular>li>ul>li a:before {
        top: -5px
    }

    .feedback-slider .owl-next:after,.feedback-slider .owl-prev:after {
        height: 32px
    }

    .feedback-slider .review-content {
        padding: 0 20px
    }
}

@media screen and (max-width: 580px) {
    .account-change img {
        display:table;
        margin: 0 auto
    }

    .account-change.main-account p.name,.account-change p,.account-change.package p,.package p {
        width: 100%;
        margin: 0 0 20px
    }

    .summary-item {
        width: 100%
    }

    .payment .price {
        font-size: 26px
    }

    .template-content .btn-pink {
        width: 100%;
        min-width: 100%;
        font-size: 14px
    }

    .summary-item p {
        text-align: center;
        margin: 0
    }

    .default-part .btn {
        font-size: 16px;
        width: 100%
    }
}

.ws-header .ws-logo {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1
}

.ws-header .ws-logo img {
    display: block;
    width: auto;
    height: 30px
}

.ws-header .menu-nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.ws-header .ws-main-menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
    position: relative
}

.ws-header .ws-main-menu>ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ws-header .ws-main-menu>ul>li {
    margin: 0 45px 0 0
}

.ws-header .ws-main-menu>ul>li:nth-last-child(1) {
    margin: 0
}

.ws-header .ws-main-menu>ul>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.ws-header .ws-main-menu>ul>li a.active {
    color: #a9d8fc
}

.ws-header .ws-main-menu>ul>li>a svg {
    display: block;
    width: 11px;
    fill: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 0 0 5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ws-header .ws-main-menu>ul>li>a.active svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #a9d8fc
}

.ws-header .ws-submenu {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ws-header .ws-submenu .close-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    background: #016eb7;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

.ws-header .ws-submenu .close-menu svg {
    display: block;
    fill: #6bc8f8;
    width: 11px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ws-header .ws-submenu.active {
    opacity: 1;
    visibility: visible
}

.ws-header .ws-submenu>ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ws-header .ws-submenu>ul>li>a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    background: #005f9e;
    border-top: 1px solid #0968a8;
    padding: 0 15px
}

.ws-header .ws-submenu>ul>li:nth-last-child(1)>a {
    border-bottom: 1px solid #0968a8
}

.ws-header .ws-submenu>ul>li>a:hover {
    color: #6bc8f8;
    background: #064687
}

.ws-header .ws-submenu>ul>li>a svg {
    display: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ws-header .ws-submenu>ul>li>a.active {
    color: #6bc8f8 !important;
    background: #064687 !important
}

.ws-header .ws-submenu>ul>li>a.active svg {
    fill: #6bc8f8;
    -webkit-transform: translate(0,-50%) rotate(180deg);
    transform: translate(0,-50%) rotate(180deg)
}

.ws-header .ws-submenu>ul>li:first-child>a {
    color: #6bc8f8;
    background: #064687
}

.ws-header .ws-submenu>ul>li>ul>li>a {
    border-top: 1px solid #026ca6;
    font-size: 14px;
    font-weight: 700;
    height: 26px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px 0 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #064687;
    color: #6bc8f8
}

.ws-header .ws-submenu>ul>li>ul>li>a.collapsed {
    background: #1986bf;
    color: #fff
}

.ws-header .ws-submenu>ul>li>ul>li>a:hover {
    background: #064687;
    color: #6bc8f8
}

.ws-header .ws-submenu>ul>li>ul>li>a:hover svg {
    fill: #6bc8f8 !important
}

.ws-header .ws-submenu>ul>li>ul>li>a.collapsed svg {
    width: 10px;
    fill: #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ws-header .ws-submenu>ul>li>ul>li>a svg {
    width: 10px;
    fill: #6bc8f8;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ws-header .ws-submenu>ul>li>ul>li ul li a {
    background: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    padding: 0 10px 0 75px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #064687;
    font-size: 14px;
    font-weight: 500
}

.ws-header .ws-submenu>ul>li>ul>li ul li a:hover {
    background: #064687;
    color: #6bc8f8
}

.ws-header .ws-submenu>ul>li>ul>li ul li a:hover svg {
    fill: #fff
}

.ws-header .ws-submenu>ul>li>ul>li ul li a svg {
    width: 15px;
    margin: 0 10px 0 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    fill: #064687
}

.ws-header .ws-submenu>ul>li>ul>li ul {
    display: none
}

.main-page {
    font-weight: 400;
    overflow: hidden
}

.ws-main-screen .title {
    color: #fff;
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 18px
}

.ws-main-screen .descr {
    color: #fff;
    font-size: 22px
}

.ws-main-screen .ws-social-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 840px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0
}

.ws-main-screen .container {
    position: relative;
    z-index: 1;
    padding-top: 75px;
    padding-bottom: 25px
}

.ws-main-screen .main-screen-bg {
    position: absolute;
    bottom: 0;
    right: -200px;
    z-index: -1
}

.ws-main-screen .ws-social-wrapper .social {
    width: calc(50% - 15px);
    margin: 0 30px 35px 0;
    background: #fff;
    position: relative;
    border-radius: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.ws-main-screen .ws-social-wrapper[class*=col-] {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ws-main-screen .ws-social-wrapper .social:nth-child(2n) {
    margin: 0 0 35px
}

.ws-main-screen .ws-social-wrapper .social .picture {
    -webkit-clip-path: polygon(0 0,100% 0,80% 100%,19% 100%);
    clip-path: polygon(0 0,100% 0,80% 100%,19% 100%);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 47px 54px rgba(0,0,0,.75);
    box-shadow: 0px 0px 47px 54px rgba(0,0,0,.75)
}

.shadow-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0,.2));
    filter: drop-shadow(0px 0px 8px rgba(0,0,0,.2))
}

.shadow-elem {
    background: #fff;
    -webkit-clip-path: polygon(0 0,100% 0,80% 100%,19% 100%);
    clip-path: polygon(0 0,100% 0,80% 100%,19% 100%);
    height: 60px
}

.ws-main-screen .ws-social-wrapper .social .picture-wrapper {
    position: relative;
    z-index: 1;
    display: block
}

.ws-main-screen .subtitle {
    font-size: 30px;
    margin: 18px 0 0;
    color: #fff;
    font-weight: 700
}

.ws-main-screen .ws-social-wrapper .social .picture-wrapper {
    width: 100%;
    -webkit-filter: drop-shadow(0px 1px 3px rgba(0,0,0,.2));
    filter: drop-shadow(0px 1px 3px rgba(0,0,0,.2))
}

.ws-main-screen .ws-social-wrapper .social.social-inst .picture {
    background: rgba(132,34,165,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(100%,rgba(245,104,10,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(132,34,165,1)),color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(132,34,165,1)),to(rgba(245,104,10,1)));
    background: linear-gradient(to bottom,rgba(132,34,165,1) 0%,rgba(255,255,255,1) 0%,rgba(241,111,92,1) 0%,rgba(3,89,146,1) 0%,rgba(132,34,165,1) 0%,rgba(245,104,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8422a5',endColorstr='#f5680a',GradientType=0)
}

.ws-main-screen .ws-social-wrapper .social.social-yt .picture {
    background: rgba(126,4,4,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(126,4,4,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(126,4,4,1)),color-stop(100%,rgba(252,7,7,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(126,4,4,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(126,4,4,1)),to(rgba(252,7,7,1)));
    background: linear-gradient(to bottom,rgba(126,4,4,1) 0%,rgba(241,111,92,1) 0%,rgba(3,89,146,1) 0%,rgba(132,34,165,1) 0%,rgba(126,4,4,1) 0%,rgba(252,7,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e0404',endColorstr='#fc0707',GradientType=0)
}

.ws-main-screen .ws-social-wrapper .social.social-tw .picture {
    background: rgba(5,84,123,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(5,84,123,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(126,4,4,1)),color-stop(0%,rgba(5,84,123,1)),color-stop(0%,rgba(5,84,123,1)),color-stop(100%,rgba(10,167,245,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(5,84,123,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(126,4,4,1)),color-stop(0%,rgba(5,84,123,1)),color-stop(0%,rgba(5,84,123,1)),to(rgba(10,167,245,1)));
    background: linear-gradient(to bottom,rgba(5,84,123,1) 0%,rgba(3,89,146,1) 0%,rgba(132,34,165,1) 0%,rgba(126,4,4,1) 0%,rgba(5,84,123,1) 0%,rgba(5,84,123,1) 0%,rgba(10,167,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05547b',endColorstr='#0aa7f5',GradientType=0)
}

.ws-main-screen .ws-social-wrapper .social.social-sp .picture {
    background: rgba(0,215,86,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,215,86,1)),color-stop(0%,rgba(246,41,12,1)),color-stop(0%,rgba(0,215,86,1)),color-stop(100%,rgba(97,250,158,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,215,86,1)),color-stop(0%,rgba(246,41,12,1)),color-stop(0%,rgba(0,215,86,1)),to(rgba(97,250,158,1)));
    background: linear-gradient(to bottom,rgba(0,215,86,1) 0%,rgba(246,41,12,1) 0%,rgba(0,215,86,1) 0%,rgba(97,250,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d756',endColorstr='#61fa9e',GradientType=0)
}

.ws-main-screen .ws-social-wrapper .social.social-sc .picture {
    background: rgba(164,45,2,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(164,45,2,1)),color-stop(0%,rgba(5,84,123,1)),color-stop(0%,rgba(14,14,15,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(14,14,15,1)),color-stop(0%,rgba(164,45,2,1)),color-stop(100%,rgba(249,105,9,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(164,45,2,1)),color-stop(0%,rgba(5,84,123,1)),color-stop(0%,rgba(14,14,15,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(14,14,15,1)),color-stop(0%,rgba(164,45,2,1)),to(rgba(249,105,9,1)));
    background: linear-gradient(to bottom,rgba(164,45,2,1) 0%,rgba(5,84,123,1) 0%,rgba(14,14,15,1) 0%,rgba(132,34,165,1) 0%,rgba(14,14,15,1) 0%,rgba(164,45,2,1) 0%,rgba(249,105,9,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a42d02',endColorstr='#f96909',GradientType=0)
}

.ws-main-screen .ws-social-wrapper .social.social-fb .picture {
    background: rgba(4,70,106,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(4,70,106,1)),color-stop(0%,rgba(14,14,15,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(14,14,15,1)),color-stop(0%,rgba(164,45,2,1)),color-stop(0%,rgba(4,70,106,1)),color-stop(100%,rgba(0,134,237,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(4,70,106,1)),color-stop(0%,rgba(14,14,15,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(14,14,15,1)),color-stop(0%,rgba(164,45,2,1)),color-stop(0%,rgba(4,70,106,1)),to(rgba(0,134,237,1)));
    background: linear-gradient(to bottom,rgba(4,70,106,1) 0%,rgba(14,14,15,1) 0%,rgba(132,34,165,1) 0%,rgba(14,14,15,1) 0%,rgba(164,45,2,1) 0%,rgba(4,70,106,1) 0%,rgba(0,134,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04466a',endColorstr='#0086ed',GradientType=0)
}

.ws-main-screen .ws-social-wrapper .social.social-teleg .picture {
    background: rgba(164,45,2,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(164,45,2,1)),color-stop(0%,rgba(4,70,106,1)),color-stop(0%,rgba(1,135,219,1)),color-stop(0%,rgba(1,135,219,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(1,135,219,1)),color-stop(100%,rgba(10,167,245,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(164,45,2,1)),color-stop(0%,rgba(4,70,106,1)),color-stop(0%,rgba(1,135,219,1)),color-stop(0%,rgba(1,135,219,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(1,135,219,1)),to(rgba(10,167,245,1)));
    background: linear-gradient(to bottom,rgba(164,45,2,1) 0%,rgba(4,70,106,1) 0%,rgba(1,135,219,1) 0%,rgba(1,135,219,1) 0%,rgba(132,34,165,1) 0%,rgba(1,135,219,1) 0%,rgba(10,167,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a42d02',endColorstr='#0aa7f5',GradientType=0)
}

.ws-main-screen .ws-social-wrapper .social.social-other .picture {
    background: rgba(4,70,106,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(4,70,106,1)),color-stop(0%,rgba(1,135,219,1)),color-stop(0%,rgba(1,135,219,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(1,135,219,1)),color-stop(0%,rgba(185,184,184,1)),color-stop(100%,rgba(246,246,246,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(4,70,106,1)),color-stop(0%,rgba(1,135,219,1)),color-stop(0%,rgba(1,135,219,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(1,135,219,1)),color-stop(0%,rgba(185,184,184,1)),to(rgba(246,246,246,1)));
    background: linear-gradient(to bottom,rgba(4,70,106,1) 0%,rgba(1,135,219,1) 0%,rgba(1,135,219,1) 0%,rgba(132,34,165,1) 0%,rgba(1,135,219,1) 0%,rgba(185,184,184,1) 0%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04466a',endColorstr='#f6f6f6',GradientType=0)
}

.ws-main-screen .ws-social-wrapper .social .social-title {
    font-size: 22px;
    font-weight: 700;
    color: #0c7bce;
    width: 100%;
    text-align: center;
    margin: 5px 0 0;
    display: block
}

.ws-main-screen .ws-social-wrapper .social:hover .hover-elem {
    height: auto
}

.ws-main-screen .ws-social-wrapper .social:hover {
    z-index: 2
}

.ws-main-screen .ws-social-wrapper .social .hover-elem ul {
    padding: 70px 0 0
}

.ws-main-screen .ws-social-wrapper .social .hover-elem li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #0c7bce
}

.ws-main-screen .ws-social-wrapper .social .hover-elem li a svg {
    fill: #0c7bce
}

.ws-main-screen .ws-social-wrapper .social .hover-elem li a:hover {
    background: #0c7bce;
    color: #fff
}

.ws-main-screen .ws-social-wrapper .social .hover-elem li a:hover svg {
    fill: #fff
}

.ws-main-screen .ws-social-wrapper .social .hover-elem li a svg {
    display: block;
    margin: 0 9px 0 0;
    width: 19px;
    max-height: 20px
}

.ws-section-category {
    padding: 70px 0 80px;
    position: relative
}

.ws-section-category:after {
    content: '';
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/dotted3.png) center repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%
}

.ws-section-category .section-title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.ws-section-category .section-title img {
    display: block;
    height: auto
}

.ws-section-category .section-title p {
    text-transform: uppercase;
    font-size: 40px;
    margin: 15px 0 0
}

.ws-section-category.category-inst {
    color: #8522a5
}

.ws-section-category.category-inst .ico {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ws-section-category .category-nav-tab li a.active .ico {
    color: #fff
}

.ws-section-category .category-nav-tab {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 0
}

.ws-section-category .category-nav-tab li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: 700
}

.ws-section-category .category-nav-tab li a.show {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.ws-section-category .category-nav-tab li a .ico {
    font-size: 22px;
    margin: 0 15px 0 0
}

.ws-section-category .category-nav-tab li a.active {
    color: #fff !important
}

.ws-section-category .category-nav-tab li:nth-child(1) a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 1px solid #b262cb
}

.ws-section-category.category-inst .category-nav-tab li:nth-child(3) a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid #b262cb
}

.ws-section-category .category-nav-tab li:nth-child(2) {
    border-left: 1px solid #bcbcbe;
    border-right: 1px solid #bcbcbe
}

.ws-section-category.category-inst .category-nav-tab li a {
    border-top: 1px solid #b262cb;
    border-bottom: 1px solid #b262cb
}

.ws-section-category.category-inst .category-nav-tab li a.active {
    background: rgba(255,255,255,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(185,102,210,1)),color-stop(100%,rgba(151,80,172,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(185,102,210,1)),to(rgba(151,80,172,1)));
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(241,111,92,1) 0%,rgba(3,89,146,1) 0%,rgba(132,34,165,1) 0%,rgba(185,102,210,1) 0%,rgba(151,80,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#9750ac',GradientType=0)
}

.ws-section-category .nav-tab-descr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ws-section-category .nav-tab-descr li {
    margin: 0 75px 0 0;
    font-size: 18px;
    line-height: 1;
    position: relative
}

.ws-section-category .nav-tab-descr li:after {
    content: '';
    position: absolute;
    right: -35px;
    width: 1px;
    height: 100%;
    top: 0
}

.ws-section-category .nav-tab-descr li:nth-last-child(1) {
    margin: 0
}

.ws-section-category.category-inst .nav-tab-descr li:after {
    background: #8522a5
}

.ws-section-category .nav-tab-descr li:nth-last-child(1):after {
    display: none
}

.ws-section-category .append-order-to,.ws-section-category .ws-category-slider {
    padding: 0 30px;
    margin: 40px 0
}

.ws-section-category .append-order-to .slide-item,.ws-section-category .ws-category-slider .slide-item {
    background: #f4f2f5;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2)
}

.ws-section-category .owl-item {
    padding-left: 15px;
    padding-right: 15px
}

.ws-section-category .owl-stage-outer {
    padding: 50px 0 10px;
    margin-top: -40px
}

.ws-section-category .append-order-to .slide-item .likes,.ws-section-category .ws-category-slider .slide-item .likes {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    font-size: 18px;
    font-weight: 700;
    background: #f8f8f8;
    -webkit-clip-path: polygon(0 0,100% 0,80% 100%,19% 100%);
    clip-path: polygon(0 0,100% 0,80% 100%,19% 100%);
    -webkit-box-shadow: 0px 0px 47px 54px rgba(0,0,0,.75);
    box-shadow: 0px 0px 47px 54px rgba(0,0,0,.75);
    border-radius: 6px 6px 0 0
}

.ws-section-category .append-order-to .slide-item .likes-wrap,.ws-section-category .ws-category-slider .slide-item .likes-wrap {
    width: 100%;
    -webkit-filter: drop-shadow(0px 1px 3px rgba(0,0,0,.2));
    filter: drop-shadow(0px 1px 3px rgba(0,0,0,.2));
    margin: 0 0 20px
}

.ws-section-category .append-order-to .slide-item .likes .ico,.ws-section-category .ws-category-slider .slide-item .likes .ico,.ws-main-product .slide-item .likes .ico {
    margin: 0 6px;
    font-size: 30px;
    color: #fff
}

.ws-section-category .append-order-to .slide-item .total,.ws-section-category .ws-category-slider .slide-item .total {
    text-align: center;
    width: 100%;
    font-size: 60px;
    padding: 0 10px 15px;
    border-bottom: 1px solid #8522a5
}

.ws-section-category.category-inst .append-order-to .slide-item.likes_tab .total,.ws-section-category.category-inst .append-order-to .slide-item.autolikes_tab .total,.ws-section-category.category-inst .append-order-to .slide-item .total,.ws-section-category.category-inst .ws-category-slider .slide-item.likes_tab .total,.ws-section-category.category-inst .ws-category-slider .slide-item.autolikes_tab .total,.ws-section-category.category-inst .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #8522a5
}

.ws-section-category .append-order-to .slide-item .price,.ws-section-category .ws-category-slider .slide-item .price {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 15px 0
}

.ws-section-category .append-order-to .slide-item .buy,.ws-section-category .ws-category-slider .slide-item .buy {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 5px;
    padding: 4px 40px;
    display: table;
    text-align: center;
    border: 1px solid #8522a5
}

.ws-section-category .append-order-to.order-now .slide-item .buy,.ws-section-category .ws-category-slider.order-now .slide-item .buy {
    padding: 4px 15px
}

.ws-section-category .append-order-to .slide-item .buy:hover,.ws-section-category .ws-category-slider .slide-item .buy:hover {
    background: #8522a5;
    color: #fff
}

.ws-section-category.category-inst .append-order-to .slide-item .buy,.ws-section-category.category-inst .ws-category-slider .slide-item .buy {
    border: 1px solid #8522a5
}

.ws-section-category .append-order-to .slide-content,.ws-section-category .ws-category-slider .slide-content {
    width: 100%;
    padding: 0 50px 55px
}

.ws-section-category.category-inst .append-order-to .slide-item .buy:hover,.ws-section-category.category-inst .ws-category-slider .slide-item .buy:hover {
    background: #8522a5;
    color: #fff
}

.ws-section-category .append-order-to .owl-nav,.ws-section-category .ws-category-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    pointer-events: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.ws-section-category .append-order-to .owl-prev,.ws-section-category .append-order-to .owl-next,.ws-section-category .ws-category-slider .owl-prev,.ws-section-category .ws-category-slider .owl-next {
    pointer-events: all;
    width: 20px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ws-section-category .append-order-to .owl-prev,.ws-section-category .ws-category-slider .owl-prev {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.ws-section-category .append-order-to .owl-next,.ws-section-category .ws-category-slider .owl-next {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.ws-section-category .append-order-to .owl-prev svg,.ws-section-category .ws-category-slider .owl-prev svg {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #9c9c9d;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ws-section-category.category-inst .append-order-to .owl-prev:hover svg,.ws-section-category.category-inst .ws-category-slider .owl-prev:hover svg {
    fill: #8522a5
}

.ws-section-category .append-order-to .owl-next svg,.ws-section-category .ws-category-slider .owl-next svg {
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: #9c9c9d;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ws-section-category.category-inst .append-order-to .owl-next:hover svg,.ws-section-category.category-inst .ws-category-slider .owl-next:hover svg {
    fill: #8522a5
}

.ws-section-category .append-order-to+.more,.ws-section-category .ws-category-slider+.more {
    font-size: 18px;
    color: #464749;
    display: block;
    margin: 0 auto;
    width: 205px;
    text-align: center;
    border: 1px solid #464749;
    color: #464749;
    border-radius: 5px;
    padding: 10px
}

.ws-section-category .append-order-to+.more:hover,.ws-section-category .ws-category-slider+.more:hover {
    background: #464749;
    color: #fff
}

.main-page .ws-category-slider .owl-nav .owl-prev span,.main-page .ws-category-slider .owl-nav .owl-next span {
    display: none!important
}

@media screen and (max-width: 767px) {
    .main-page .ws-category-slider .owl-nav .owl-prev,.main-page .ws-category-slider .owl-nav .owl-next {
        display:none!important
    }
}

.category-tab-content>.tab-pane {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    display: block
}

.category-tab-content>.active {
    visibility: visible;
    height: auto;
    overflow: visible
}

.ws-section-category.category-fb {
    color: #3b5998 !important
}

.ws-section-category.category-fb svg {
    fill: #3b5998 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ws-section-category.category-fb .category-nav-tab li:nth-child(3) a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid #3b5998
}

.ws-section-category.category-fb .category-nav-tab li:nth-child(1) a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 1px solid #3b5998
}

.ws-section-category.category-fb .category-nav-tab li a {
    border-top: 1px solid #3b5998;
    border-bottom: 1px solid #3b5998
}

.ws-section-category.category-fb .category-nav-tab li a.active {
    background: rgba(241,111,92,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(185,102,210,1)),color-stop(0%,rgba(80,124,219,1)),color-stop(100%,rgba(59,88,152,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(185,102,210,1)),color-stop(0%,rgba(80,124,219,1)),to(rgba(59,88,152,1)));
    background: linear-gradient(to bottom,rgba(241,111,92,1) 0%,rgba(3,89,146,1) 0%,rgba(132,34,165,1) 0%,rgba(185,102,210,1) 0%,rgba(80,124,219,1) 0%,rgba(59,88,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16f5c',endColorstr='#3b5898',GradientType=0)
}

.ws-section-category.category-fb .nav-tab-descr li:after {
    background: #3b5998
}

.ws-section-category.category-fb .append-order-to .slide-item .total,.ws-section-category.category-fb .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #3b5998
}

.ws-section-category.category-fb .append-order-to .owl-prev:hover svg,.ws-section-category.category-fb .append-order-to .owl-next:hover svg,.ws-section-category.category-fb .ws-category-slider .owl-prev:hover svg,.ws-section-category.category-fb .ws-category-slider .owl-next:hover svg {
    fill: #3b5998
}

.ws-section-category.category-fb .append-order-to .slide-item .buy,.ws-section-category.category-fb .ws-category-slider .slide-item .buy {
    border: 1px solid #3b5998
}

.ws-section-category.category-fb .append-order-to .slide-item .buy:hover,.ws-section-category.category-fb .ws-category-slider .slide-item .buy:hover {
    background: #3b5998;
    color: #fff
}

.ws-section-category.category-yt {
    color: #f50f0f !important
}

.ws-section-category.category-yt svg {
    fill: #f50f0f !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ws-section-category.category-yt .category-nav-tab li:nth-child(3) a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid #f50f0f
}

.ws-section-category.category-yt .category-nav-tab li:nth-child(1) a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 1px solid #f50f0f
}

.ws-section-category.category-yt .category-nav-tab li a {
    border-top: 1px solid #f50f0f;
    border-bottom: 1px solid #f50f0f
}

.ws-section-category.category-yt .category-nav-tab li a.active {
    background: rgba(3,89,146,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(185,102,210,1)),color-stop(0%,rgba(80,124,219,1)),color-stop(0%,rgba(245,15,15,1)),color-stop(100%,rgba(196,10,10,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(3,89,146,1)),color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(185,102,210,1)),color-stop(0%,rgba(80,124,219,1)),color-stop(0%,rgba(245,15,15,1)),to(rgba(196,10,10,1)));
    background: linear-gradient(to bottom,rgba(3,89,146,1) 0%,rgba(132,34,165,1) 0%,rgba(185,102,210,1) 0%,rgba(80,124,219,1) 0%,rgba(245,15,15,1) 0%,rgba(196,10,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035992',endColorstr='#c40a0a',GradientType=0)
}

.ws-section-category.category-yt .nav-tab-descr li:after {
    background: #f50f0f
}

.ws-section-category.category-yt .append-order-to .slide-item .total,.ws-section-category.category-yt .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #f50f0f
}

.ws-section-category.category-yt .append-order-to .owl-prev:hover svg,.ws-section-category.category-yt .append-order-to .owl-next:hover svg,.ws-section-category.category-yt .ws-category-slider .owl-prev:hover svg,.ws-section-category.category-yt .ws-category-slider .owl-next:hover svg {
    fill: #f50f0f
}

.ws-section-category.category-yt .append-order-to .slide-item .buy,.ws-section-category.category-yt .ws-category-slider .slide-item .buy {
    border: 1px solid #f50f0f
}

.ws-section-category.category-yt .append-order-to .slide-item .buy:hover,.ws-section-category.category-yt .ws-category-slider .slide-item .buy:hover {
    background: #f50f0f;
    color: #fff
}

.ws-section-category.category-sp svg {
    fill: #00d756
}

.ws-section-category.category-sc {
    color: #f34e04 !important
}

.ws-section-category.category-sc .section-title p {
    color: #000
}

.ws-section-category.category-sc .nav-tab-descr li {
    color: #000
}

.ws-section-category.category-sc svg {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    fill: #f34e04 !important
}

.ws-section-category.category-sc .category-nav-tab li:nth-child(3) a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid #f34e04
}

.ws-section-category.category-sc .category-nav-tab li:nth-child(1) a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 1px solid #f34e04
}

.ws-section-category.category-sc .category-nav-tab li a {
    border-top: 1px solid #f34e04;
    border-bottom: 1px solid #f34e04
}

.ws-section-category.category-sc .category-nav-tab li a.active {
    background: rgba(132,34,165,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(132,34,165,1)),color-stop(0%,rgba(185,102,210,1)),color-stop(0%,rgba(80,124,219,1)),color-stop(0%,rgba(245,15,15,1)),color-stop(0%,rgba(245,15,15,1)),color-stop(100%,rgba(254,102,0,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(132,34,165,1)),color-stop(0%,rgba(185,102,210,1)),color-stop(0%,rgba(80,124,219,1)),color-stop(0%,rgba(245,15,15,1)),color-stop(0%,rgba(245,15,15,1)),to(rgba(254,102,0,1)));
    background: linear-gradient(to bottom,rgba(132,34,165,1) 0%,rgba(185,102,210,1) 0%,rgba(80,124,219,1) 0%,rgba(245,15,15,1) 0%,rgba(245,15,15,1) 0%,rgba(254,102,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8422a5',endColorstr='#fe6600',GradientType=0)
}

.ws-section-category.category-sc .nav-tab-descr li:after {
    background: #f34e04
}

.ws-section-category.category-sc .append-order-to .slide-item .total,.ws-section-category.category-sc .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #f34e04
}

.ws-section-category.category-sc .append-order-to .owl-prev:hover svg,.ws-section-category.category-sc .append-order-to .owl-next:hover svg,.ws-section-category.category-sc .ws-category-slider .owl-prev:hover svg,.ws-section-category.category-sc .ws-category-slider .owl-next:hover svg {
    fill: #f34e04
}

.ws-section-category.category-sc .append-order-to .slide-item .buy,.ws-section-category.category-sc .ws-category-slider .slide-item .buy {
    border: 1px solid #f34e04
}

.ws-section-category.category-sc .append-order-to .slide-item .buy:hover,.ws-section-category.category-sc .ws-category-slider .slide-item .buy:hover {
    background: #f34e04;
    color: #fff
}

.ws-section-category.category-sp {
    color: #00d756
}

.ws-section-category.category-sp .category-nav-tab li:nth-child(3) a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid #00d756
}

.ws-section-category.category-sp .category-nav-tab li:nth-child(1) a {
    border-radius: 8px;
    border-left: 1px solid #00d756;
    border-right: 1px solid #00d756
}

.ws-section-category.category-sp .category-nav-tab li a {
    border-top: 1px solid #00d756;
    border-bottom: 1px solid #00d756
}

.ws-section-category.category-sp .category-nav-tab li a.active {
    background: rgba(0,215,86,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,215,86,1)),color-stop(0%,rgba(246,41,12,1)),color-stop(0%,rgba(0,215,86,1)),color-stop(100%,rgba(97,250,158,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,215,86,1)),color-stop(0%,rgba(246,41,12,1)),color-stop(0%,rgba(0,215,86,1)),to(rgba(97,250,158,1)));
    background: linear-gradient(to bottom,rgba(0,215,86,1) 0%,rgba(246,41,12,1) 0%,rgba(0,215,86,1) 0%,rgba(97,250,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d756',endColorstr='#61fa9e',GradientType=0)
}

.ws-section-category.category-sp .nav-tab-descr li:after {
    background: #00d756
}

.ws-section-category.category-sp .append-order-to .slide-item .total,.ws-section-category.category-sp .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #00d756
}

.ws-section-category.category-sp .append-order-to .owl-prev:hover svg,.ws-section-category.category-sp .append-order-to .owl-next:hover svg,.ws-section-category.category-sp .ws-category-slider .owl-prev:hover svg,.ws-section-category.category-sp .ws-category-slider .owl-next:hover svg {
    fill: #00d756
}

.ws-section-category.category-sp .append-order-to .slide-item .buy,.ws-section-category.category-sp .ws-category-slider .slide-item .buy {
    border: 1px solid #00d756
}

.ws-section-category.category-sp .append-order-to .slide-item .buy:hover,.ws-section-category.category-sp .ws-category-slider .slide-item .buy:hover {
    background: #00d756;
    color: #fff
}

.ws-services-all {
    background: rgba(3,89,146,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(0,54,153,1)),color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(88%,rgba(72,180,238,1)),color-stop(100%,rgba(72,180,238,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(3,89,146,1)),color-stop(0%,rgba(0,54,153,1)),color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(88%,rgba(72,180,238,1)),to(rgba(72,180,238,1)));
    background: linear-gradient(to bottom,rgba(3,89,146,1) 0%,rgba(0,54,153,1) 0%,rgba(255,255,255,1) 0%,rgba(241,111,92,1) 0%,rgba(3,89,146,1) 0%,rgba(72,180,238,1) 88%,rgba(72,180,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035992',endColorstr='#48b4ee',GradientType=0);
    padding: 80px 0 120px;
    position: relative;
    margin-top: -1px
}

.ws-services-all .section-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    margin: 0 0 30px
}

.ws-services-all .services-elem {
    width: 100%;
    margin: 0 30px 15px 0;
    min-height: 61px;
    overflow: hidden
}

.ws-services-all .services-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    position: relative;
    z-index: 1;
    padding: 0 60px 0 15px;
    margin-bottom: -60px
}

.ws-services-all .services-item:before {
    content: '';
    background: #ffff;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(100% - 90px);
    position: absolute;
    -webkit-box-shadow: -71px 0px 7px 0px rgba(0,0,0,.37);
    box-shadow: -71px 0px 7px 0px rgba(0,0,0,.37)
}

.ws-services-all .services-item:after {
    content: '';
    background: #ffff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    top: 0;
    right: 30px;
    z-index: -2;
    width: 100px;
    -webkit-transform: skew(-25deg);
    transform: skew(-47deg);
    position: absolute;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,.37);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,.37)
}

.ws-services-all .services-item.collapsed:after,.ws-services-all .services-item.collapsed:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ws-services-all .services-item img {
    display: block;
    width: 57px;
    height: 60px;
    margin: 0 10px 0 0
}

.ws-services-all .services-item span {
    font-size: 26px;
    font-weight: 500;
    color: #070707
}

.ws-services-all .services-item svg {
    width: 22px;
    display: block;
    margin: 0 0 0 auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #0c7bce;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ws-services-all .services-item.collapsed svg {
    fill: #789abb;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ws-services-all .collapse-content {
    background: rgba(204,203,203,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(204,203,203,1)),color-stop(0%,rgba(246,41,12,1)),color-stop(0%,rgba(240,47,23,1)),color-stop(0%,rgba(204,203,203,1)),color-stop(100%,rgba(248,248,248,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(204,203,203,1)),color-stop(0%,rgba(246,41,12,1)),color-stop(0%,rgba(240,47,23,1)),color-stop(0%,rgba(204,203,203,1)),to(rgba(248,248,248,1)));
    background: linear-gradient(to bottom,rgba(204,203,203,1) 0%,rgba(246,41,12,1) 0%,rgba(240,47,23,1) 0%,rgba(204,203,203,1) 0%,rgba(248,248,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccbcb',endColorstr='#f8f8f8',GradientType=0);
    position: relative;
    z-index: 0;
    border-radius: 5px
}

.ws-services-all .collapse-content .body-collapse ul {
    padding: 65px 0 10px
}

.ws-services-all .collapse-content ul li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #0c7bce;
    padding: 8px 30px;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: 0s;
    transition: 0s
}

.ws-services-all .collapse-content ul li a:hover {
    background: #0c7bce;
    color: #fff
}

.ws-services-all .collapse-content ul li a p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.ws-services-all .collapse-content ul li a:after {
    content: "";
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/dotted1.png) center repeat;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 1px;
    height: 1px;
    top: -5px;
    position: relative
}

.ws-services-all .collapse-content ul li a span {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.ws-services-all .collapse-content ul li a:hover svg {
    fill: #fff
}

.ws-services-all .collapse-content ul li a:hover:after {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/dotted2.png)center repeat
}

.ws-services-all .collapse-content ul li a:hover p,.ws-services-all .collapse-content ul li a:hover span {
    background: #0c7bce
}

.ws-services-all .collapse-content ul li a svg {
    display: block;
    width: 20px;
    fill: #0c7bce;
    position: relative;
    z-index: 1;
    margin: auto 0
}

.ws-services-all .collapse-content ul li a p {
    font-size: 22px;
    font-weight: 700;
    padding: 0 3px 0 15px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0s;
    transition: 0s;
    line-height: 1
}

.ws-services-all .collapse-content ul li a span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
    line-height: 1;
    -webkit-transition: 0s;
    transition: 0s;
    padding: 0 0 0 3px
}

.ws-services-all {
    position: relative
}

.ws-services-all .container {
    position: relative;
    z-index: 1
}

.ws-services-all .service-bg {
    position: absolute;
    right: 0;
    bottom: 0
}

.ws-advantages {
    padding: 75px 0 80px
}

.ws-advantages .section-title {
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    color: #0c7bce;
    margin: 0 0 60px
}

.ws-advantages .advantages-elem {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ws-advantages .advantages-elem .picture {
    width: 100px
}

.ws-advantages .advantages-elem .picture img {
    display: block
}

.ws-advantages .advantages-elem .info {
    width: calc(100% - 100px)
}

.ws-advantages .advantages-elem .info span {
    font-size: 24px;
    color: #0c7bce;
    font-weight: 700;
    margin: 0 0 15px;
    display: block
}

.ws-advantages .advantages-elem .info p {
    font-size: 16px;
    color: #464749;
    line-height: 24px
}

.ws-advantages[class*=col-] {
    margin: 0 0 25px
}

.ws-advantages .advantages-btn {
    margin: 50px 0 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ws-advantages .advantages-btn a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #464749;
    border: 1px solid #464749;
    border-radius: 5px;
    width: 205px;
    height: 45px
}

.ws-advantages .advantages-btn a:hover {
    background: #464749;
    color: #fff
}

.ws-why-we .col-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width: 1271px) {
    .ws-why-we .col-xl-8 {
        width:calc(100%*0.75)
    }
}

.ws-why-we {
    position: relative;
    padding: 70px 0 100px;
    background: rgba(3,89,146,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(0,54,153,1)),color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(88%,rgba(72,180,238,1)),color-stop(100%,rgba(72,180,238,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(3,89,146,1)),color-stop(0%,rgba(0,54,153,1)),color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(88%,rgba(72,180,238,1)),to(rgba(72,180,238,1)));
    background: linear-gradient(to bottom,rgba(3,89,146,1) 0%,rgba(0,54,153,1) 0%,rgba(255,255,255,1) 0%,rgba(241,111,92,1) 0%,rgba(3,89,146,1) 0%,rgba(72,180,238,1) 88%,rgba(72,180,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035992',endColorstr='#48b4ee',GradientType=0)
}

.ws-why-we .title {
    font-size: 60px;
    font-weight: 700;
    color: #ffff;
    margin: 0 0 50px
}

.ws-why-we .why-we-elem {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    margin: 0 0 50px
}

.ws-why-we .descr {
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.ws-why-we .why-we-elem:nth-last-child(1) {
    margin: 0
}

.ws-why-we .why-we-elem span {
    font-size: 85px;
    width: 70px;
    line-height: .8
}

.ws-why-we .why-we-elem p {
    font-size: 16px;
    font-weight: 700;
    width: calc(100% - 70px)
}

.ws-why-we .picture {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.ws-why-we .picture img {
    display: block
}

.ws-why-we .picture p {
    font-size: 86px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.ws-why-we .container {
    position: relative;
    z-index: 1
}

.why-we-bg {
    position: absolute;
    left: 0;
    bottom: 0
}

.ws-offers {
    background: #fff !important
}

.ws-offers .main-title {
    font-size: 60px;
    font-weight: 700;
    color: #0c7bce;
    margin: 0 0 45px
}

.ws-offers #most_popular>li>a {
    font-size: 27px;
    color: #0c7bce;
    font-weight: 700;
    text-transform: none
}

.ws-offers #most_popular>li>ul>li a {
    font-size: 16px;
    color: #0c7bce
}

.ws-offers #most_popular>li>ul>li a:before {
    display: none
}

.ws-footer {
    background: #0c7bce;
    color: #fff !important;
    padding: 30px 0
}

.ws-footer .container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ws-footer .logo-elem {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 28%
}

.ws-footer .logo-elem a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px
}

.ws-footer .logo-elem a img {
    display: block
}

.ws-footer .logo-elem a span {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.ws-footer .logo-elem p {
    font-size: 14px
}

.ws-footer .cards {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.ws-footer .cards img {
    display: block;
    width: 45px;
    height: 35px;
    margin: 0 15px 0 0
}

.ws-footer .cards img:nth-last-child(1) {
    margin: 0
}

.ws-footer .bottom-nav>ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ws-footer .bottom-nav>ul>li {
    margin: 0 35px 0 0
}

.ws-footer .bottom-nav>ul>li:nth-last-child(1) {
    margin: 0
}

.ws-footer .bottom-nav>ul>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.ws-footer .bottom-nav>ul>li a.active {
    color: #a9d8fc
}

.ws-footer .bottom-nav>ul>li a.active svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #a9d8fc
}

.ws-footer .bottom-nav>ul>li>a svg {
    display: block;
    width: 11px;
    fill: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 0 0 5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ws-footer .bottom-nav p {
    font-size: 14px;
    text-align: right;
    margin: 25px 0 0
}

.ws-footer .bottom-nav p small {
    font-weight: 700
}

.ws-footer .bottom-elem {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0
}

.ws-footer .bottom-elem li {
    margin: 0 35px 0 0;
    position: relative
}

.ws-footer .bottom-elem li:nth-last-child(1) {
    margin: 0
}

.ws-footer .bottom-elem li:nth-last-child(1):after {
    display: none
}

.ws-footer .bottom-elem a {
    font-size: 14px;
    color: #fff;
    display: block
}

.ws-footer .bottom-elem li:after {
    content: '';
    background: #fff;
    width: 1px;
    height: 100%;
    right: -17px;
    top: 0;
    position: absolute
}

.ws-header .ws-hamburger {
    display: none
}

.ws-section-info {
    background: #0c7bce;
    padding: 10px 0
}

.ws-section-info .container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ws-section-info .cards svg {
    width: 45px;
    display: block;
    color: #fff;
    margin: 0 15px 0 0
}

.ws-section-info .cards {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ws-section-info .info-elem {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px
}

.ws-section-info .info-elem img {
    display: block;
    max-height: 40px
}

.ws-section-info .info-elem p {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 0 10px
}

.ws-section-info .info-elem.item {
    position: relative
}

.ws-section-info .info-elem.item:after {
    content: '';
    background: #fff;
    width: 1px;
    height: 100%;
    right: -10px;
    top: 0;
    position: absolute
}

.ws-section-info .cards svg:nth-last-child(1) {
    margin: 0
}

.ws-advantages .advantages-elem .info span img {
    display: none
}

.ws-footer .cards+.bottom-elem {
    display: none
}

.ws-footer .bottom-nav span {
    display: none
}

.ws-offers .menu-wrapper {
    margin: 0 0 25px
}

.ws-offers .menu-wrapper:nth-last-child(1) {
    margin: 0
}

.ws-offers .menu-wrapper>li>a {
    font-size: 27px;
    color: #0c7bce;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 10px;
    display: block
}

.ws-offers .menu-wrapper>li>ul>li {
    margin: 0 0 10px
}

.ws-offers .menu-wrapper>li>ul>li>a {
    font-size: 18px;
    color: #0c7bce;
    padding-left: 38px
}

.ws-offers .menu-wrapper>li>a i {
    width: 30px
}

.ws-footer {
    font-weight: 400
}

.ws-section-category .tab-title {
    display: none;
    text-transform: uppercase
}

.ws-section-category.category-inst .tab-title {
    background: #8522a5
}

.ws-section-category.category-fb .tab-title {
    background: #4163ab
}

.ws-section-category.category-yt .tab-title {
    background: #f50f0f
}

.ws-section-category.category-sc .tab-title {
    background: #f34e04
}

.ws-section-category.category-sp .tab-title {
    background: #00d756
}

.ws-inner-main-screen {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/inner-main-bg.png) center no-repeat;
    background-size: cover
}

.ws-inner-main-screen .container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}

.ws-category-content .ws-inner-main-screen .container {
    min-height: 480px;
    padding-top: 35px;
    padding-bottom: 80px
}

.ws-inner-main-screen .info-wrapper {
    max-width: 930px;
    color: #fff;
    position: relative;
    z-index: 1
}

.ws-inner-main-screen h1 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #fff
}

.ws-inner-main-screen p {
    font-size: 22px;
    margin: 0 auto;
    color: #fff;
    text-align: left;
    max-width: 740px
}

.ws-category-content .ws-inner-main-screen p {
    margin: 0 0 25px
}

.ws-inner-main-screen ul {
    max-width: 740px
}

.ws-inner-main-screen ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #fff
}

.ws-inner-main-screen ul li img {
    display: block;
    margin: 0 10px 0 0
}

.ws-inner-main-screen .picture {
    position: absolute;
    bottom: 0;
    right: 0
}

.ws-inner-main-screen .picture>img {
    display: block;
    max-width: 530px;
    max-height: 320px;
    -o-object-fit: contain;
    object-fit: contain
}

.ws-inner-main-screen .picture .ico-elem {
    position: absolute;
    left: 50%;
    top: calc(50% - 17px);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: 57px;
    height: 60px;
    border-radius: 10px
}

.ws-main-product table {
    width: 100%
}

.ws-main-product table thead {
    border-top: 1px solid #0c7bce;
    border-bottom: 1px solid #0c7bce;
    color: #0c7bce;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px
}

.ws-main-product table thead td {
    padding: 10px 0
}

.ws-main-product .price-info {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ws-main-product .price-info .ws-new-price {
    color: #0c7bce;
    font-size: 20px;
    max-width: 220px;
    font-weight: 500
}

.ws-main-product .price-info .ws-old-price {
    font-size: 14px;
    color: #464749;
    text-decoration: line-through;
    margin: 0 0 0 7px
}

.ws-main-product {
    max-width: 1060px;
    margin: 0 auto
}

.ws-main-product .price-info .btn.btn-yellow {
    text-transform: uppercase;
    min-width: 188px
}

.ws-main-product .price-info .link {
    margin: 0 0 0 auto
}

.btn.btn-yellow {
    background: #f69e04;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 7px 40px
}

.ws-main-product table tbody tr td:nth-child(1) {
    color: #0c7bce;
    font-size: 20px;
    font-weight: 700;
    width: 30%
}

.ws-main-product table tbody tr td:nth-child(1) a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px 0 0;
    overflow: hidden;
    width: 100%;
    max-width: 315px
}

.ws-main-product table tbody tr td:nth-child(1) br {
    display: none
}

.ws-main-product table tbody tr td {
    padding: 30px 0
}

.ws-main-product table tbody tr {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/table-border.png) bottom repeat-x
}

.ws-main-product table tbody tr:nth-last-child(1) {
    background: 0 0
}

.ws-main-product table tbody tr td:nth-child(2) br {
    display: none
}

.ws-main-product table tbody tr td:nth-child(2) {
    color: #0c7bce;
    font-size: 20px;
    font-weight: 500;
    width: 30%
}

.ws-main-product table tbody tr td:nth-child(3) {
    width: 40%
}

.ws-template-content {
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 0 80px
}

.ws-template-content h2 {
    color: #0c7bce;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 15px
}

.ws-template-content img[width="1"][height="1"] {
    width: auto;
    height: auto
}

.hide-nav .owl-controls {
    display: none !important
}

.ws-template-content p {
    color: #464749;
    font-size: 16px;
    margin: 0 0 20px
}

.ws-template-content li {
    margin-bottom: 10px
}

.ws-template-content ul li:before {
    content: "\2022";
    color: #0c7bce;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.ws-template-content ol {
    list-style: none;
    counter-reset: li;
    padding-left: 10px
}

.ws-template-content ol li {
    counter-increment: li;
    padding-left: 10px
}

.ws-template-content ol li:before {
    content: counter(li);
    color: #0c7bce;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.ws-template-content strong {
    color: #0c7bce;
    text-transform: uppercase;
    margin: 0 0 10px
}

.ws-template-content em {
    font-style: normal
}

.ws-template-content h3 {
    color: #0c7bce
}

.ws-template-content ul {
    margin: 0 0 15px 18px
}

.ws-template-content ol {
    margin: 0 0 15px 18px
}

.ws-template-content li {
    color: #464749
}

.ws-how {
    background: rgba(3,89,146,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(3,89,146,1)),color-stop(0%,rgba(0,54,153,1)),color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(88%,rgba(72,180,238,1)),color-stop(100%,rgba(72,180,238,1)));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(3,89,146,1)),color-stop(0%,rgba(0,54,153,1)),color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(241,111,92,1)),color-stop(0%,rgba(3,89,146,1)),color-stop(88%,rgba(72,180,238,1)),to(rgba(72,180,238,1)));
    background: linear-gradient(to bottom,rgba(3,89,146,1) 0%,rgba(0,54,153,1) 0%,rgba(255,255,255,1) 0%,rgba(241,111,92,1) 0%,rgba(3,89,146,1) 0%,rgba(72,180,238,1) 88%,rgba(72,180,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035992',endColorstr='#48b4ee',GradientType=0);
    color: #fff;
    overflow: hidden
}

.ws-how .container {
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

.ws-how .how-bg {
    position: absolute;
    bottom: 0;
    right: -100px;
    z-index: -1
}

.ws-how .ws-section-title {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 60px;
    line-height: 1.2
}

.ws-how .how-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ws-how .how-elem {
    width: 300px
}

.ws-how .how-elem .number {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff;
    margin: 0 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 20px
}

.ws-how .how-elem .number p {
    line-height: .7;
    font-size: 150px;
    margin: 0 10px 0 0
}

.ws-how .how-elem .number img {
    display: block
}

.ws-how .how-elem .title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px
}

.ws-how .how-elem .descr {
    font-size: 16px
}

.section-feedbacks .main-title {
    font-size: 60px;
    font-weight: 700;
    color: #0c7bce;
    margin: 0 0 60px
}

.section-feedbacks {
    background: #fff;
    padding: 50px 0 0
}

.feedback-slider .slider-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.feedback-slider .about-reviewer {
    width: 350px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feedback-slider .about-reviewer .photo {
    width: 160px;
    height: 160px;
    border-radius: 50%
}

.feedback-slider .about-reviewer .photo img {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.feedback-slider .about-reviewer .name {
    max-width: calc(100% - 160px);
    padding: 0 0 0 45px
}

.feedback-slider .about-reviewer .name p {
    font-size: 24px;
    font-weight: 700;
    color: #0c7bce;
    margin: 0 0 15px
}

.feedback-slider .about-reviewer .name .ws-rating {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feedback-slider .about-reviewer .name .ws-rating svg {
    display: block;
    margin: 0 10px 0 0
}

.feedback-slider .about-reviewer .name .ws-rating svg:nth-last-child(1) {
    margin: 0
}

.feedback-slider .about-reviewer .name .ws-rating svg g {
    fill: none
}

.feedback-slider .about-reviewer .name .ws-rating svg g path:nth-child(2) {
    fill: #f69e04
}

.feedback-slider .about-reviewer .name .ws-rating.ws-rating-1 svg:nth-child(1) g {
    fill: #f69e04
}

.feedback-slider .about-reviewer .name .ws-rating.ws-rating-2 svg:nth-child(1) g,.feedback-slider .about-reviewer .name .ws-rating.ws-rating-2 svg:nth-child(2) g {
    fill: #f69e04
}

.feedback-slider .about-reviewer .name .ws-rating.ws-rating-3 svg:nth-child(1) g,.feedback-slider .about-reviewer .name .ws-rating.ws-rating-3 svg:nth-child(2) g,.feedback-slider .about-reviewer .name .ws-rating.ws-rating-3 svg:nth-child(3) g {
    fill: #f69e04
}

.feedback-slider .about-reviewer .name .ws-rating.ws-rating-4 svg:nth-child(1) g,.feedback-slider .about-reviewer .name .ws-rating.ws-rating-4 svg:nth-child(2) g,.feedback-slider .about-reviewer .name .ws-rating.ws-rating-4 svg:nth-child(3) g,.feedback-slider .about-reviewer .name .ws-rating.ws-rating-4 svg:nth-child(4) g {
    fill: #f69e04
}

.feedback-slider .about-reviewer .name .ws-rating.ws-rating-5 svg:nth-child(1) g,.feedback-slider .about-reviewer .name .ws-rating.ws-rating-5 svg:nth-child(2) g,.feedback-slider .about-reviewer .name .ws-rating.ws-rating-5 svg:nth-child(3) g,.feedback-slider .about-reviewer .name .ws-rating.ws-rating-5 svg:nth-child(4) g,.feedback-slider .about-reviewer .name .ws-rating.ws-rating-5 svg:nth-child(5) g {
    fill: #f69e04
}

.feedback-slider .descr {
    width: calc(100% - 350px);
    padding: 0 0 0 80px;
    font-size: 16px;
    color: #464749;
    text-align: left
}

.btn.btn-black {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #464749;
    border: 1px solid #464749;
    border-radius: 5px;
    min-width: 205px;
    height: 45px;
    padding: 0 15px
}

.btn.btn-black:hover {
    color: #fff;
    background: #464749
}

.btn.btn-black:after {
    display: none
}

.section-feedbacks .add-review {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0
}

.feedback-slider {
    padding: 0 100px;
    max-width: 100%
}

.feedback-slider .owl-prev:after {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/feedback-prev.png)center no-repeat;
    background-size: cover;
    width: 19px;
    height: 22px;
    margin-top: -11px
}

.feedback-slider .owl-next:after {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/feedback-next.png)center no-repeat;
    background-size: cover;
    width: 19px;
    height: 22px;
    margin-top: -11px
}

.ws-inner-category .container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ws-inner-category {
    padding: 35px 0 80px;
    overflow: hidden
}

.ws-inner-category .container .picture {
    width: 530px
}

.ws-inner-category .container .info-wrapper {
    width: calc(100% - 530px);
    padding: 0 0 0 50px
}

.ws-inner-category .container .picture>img {
    display: block;
    max-width: 530px;
    max-height: 415px;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto
}

.ws-inner-category .container .picture .info-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ws-inner-category .container .picture .info-elem {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
    background: #efefef;
    padding: 0 25px;
    color: #8522a5;
    border-radius: 5px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 15px -9px rgba(0,0,0,.75);
    box-shadow: 0px 2px 15px -9px rgba(0,0,0,.75)
}

#youtube .ws-inner-category .container .picture .info-elem,#youtube .ws-inner-category .container .info-wrapper .title {
    color: #f50f0f
}

#youtube .ws-inner-category .container .picture .info-elem svg {
    fill: #f50f0f;
    color: #f50f0f
}

#soundcloud .ws-inner-category .container .picture .info-elem,#soundcloud .ws-inner-category .container .info-wrapper .title {
    color: #f34e04
}

#soundcloud .ws-inner-category .container .picture .info-elem svg {
    fill: #f34e04;
    color: #f34e04
}

#facebook .ws-inner-category .container .picture .info-elem,#facebook .ws-inner-category .container .info-wrapper .title {
    color: #3b5998
}

#facebook .ws-inner-category .container .picture .info-elem svg {
    fill: #3b5998;
    color: #3b5998
}

#twitter .ws-inner-category .container .picture .info-elem,#twitter .ws-inner-category .container .info-wrapper .title {
    color: #0aa7f5
}

#twitter .ws-inner-category .container .picture .info-elem svg {
    fill: #0aa7f5;
    color: #0aa7f5
}

#spotify .ws-inner-category .container .picture .info-elem,#spotify .ws-inner-category .container .info-wrapper .title {
    color: #00d756
}

#spotify .ws-inner-category .container .picture .info-elem svg {
    fill: #00d756;
    color: #00d756
}

#telegram .ws-inner-category .container .picture .info-elem,#telegram .ws-inner-category .container .info-wrapper .title {
    color: #0aa7f5
}

#telegram .ws-inner-category .container .picture .info-elem svg {
    fill: #0aa7f5;
    color: #0aa7f5
}

#mixcloud .ws-inner-category .container .picture .info-elem,#mixcloud .ws-inner-category .container .info-wrapper .title {
    color: #000
}

#mixcloud .ws-inner-category .container .picture .info-elem svg {
    fill: #000;
    color: #000
}

#linkedIn .ws-inner-category .container .picture .info-elem,#linkedIn .ws-inner-category .container .info-wrapper .title {
    color: #0f8ccc
}

#linkedIn .ws-inner-category .container .picture .info-elem svg {
    fill: #0f8ccc;
    color: #0f8ccc
}

#quora .ws-inner-category .container .picture .info-elem,#quora .ws-inner-category .container .info-wrapper .title {
    color: #f90909
}

#quora .ws-inner-category .container .picture .info-elem svg {
    fill: #f90909;
    color: #f90909
}

#dailymotion .ws-inner-category .container .picture .info-elem,#dailymotion .ws-inner-category .container .info-wrapper .title {
    color: #f90909
}

#dailymotion .ws-inner-category .container .picture .info-elem svg {
    fill: #f90909;
    color: #f90909
}

#shazam .ws-inner-category .container .picture .info-elem,#shazam .ws-inner-category .container .info-wrapper .title {
    color: #000
}

#shazam .ws-inner-category .container .picture .info-elem svg {
    fill: #000;
    color: #000
}

#tumblr .ws-inner-category .container .picture .info-elem,#tumblr .ws-inner-category .container .info-wrapper .title {
    color: #000
}

#tumblr .ws-inner-category .container .picture .info-elem svg {
    fill: #000;
    color: #000
}

#periscope .ws-inner-category .container .picture .info-elem,#periscope .ws-inner-category .container .info-wrapper .title {
    color: #f90909
}

#periscope .ws-inner-category .container .picture .info-elem svg {
    fill: #f90909;
    color: #f90909
}

#imdb .ws-inner-category .container .picture .info-elem,#imdb .ws-inner-category .container .info-wrapper .title {
    color: #f90909
}

#imdb .ws-inner-category .container .picture .info-elem svg {
    fill: #f90909;
    color: #f90909
}

#datpiff .ws-inner-category .container .picture .info-elem,#datpiff .ws-inner-category .container .info-wrapper .title {
    color: #f90909
}

#datpiff .ws-inner-category .container .picture .info-elem svg {
    fill: #f90909;
    color: #f90909
}

#pinterest .ws-inner-category .container .picture .info-elem,#pinterest .ws-inner-category .container .info-wrapper .title {
    color: #f90909
}

#pinterest .ws-inner-category .container .picture .info-elem svg {
    fill: #f90909;
    color: #f90909
}

#twitch .ws-inner-category .container .picture .info-elem,#twitch .ws-inner-category .container .info-wrapper .title {
    color: #570370
}

#twitch .ws-inner-category .container .picture .info-elem svg {
    fill: #570370;
    color: #570370
}

#reddit .ws-inner-category .container .picture .info-elem,#reddit .ws-inner-category .container .info-wrapper .title {
    color: #ef3535
}

#reddit .ws-inner-category .container .picture .info-elem svg {
    fill: #ef3535;
    color: #ef3535
}

#reverbnation .ws-inner-category .container .picture .info-elem,#reverbnation .ws-inner-category .container .info-wrapper .title {
    color: #f62e0e
}

#reverbnation .ws-inner-category .container .picture .info-elem svg {
    fill: #f62e0e;
    color: #f62e0e
}

#vimeo .ws-inner-category .container .picture .info-elem,#vimeo .ws-inner-category .container .info-wrapper .title {
    color: #0aa5f5
}

#vimeo .ws-inner-category .container .picture .info-elem svg {
    fill: #0aa5f5;
    color: #0aa5f5
}

#appstore .ws-inner-category .container .picture .info-elem,#appstore .ws-inner-category .container .info-wrapper .title {
    color: #127cf5
}

#appstore .ws-inner-category .container .picture .info-elem svg {
    fill: #127cf5;
    color: #127cf5
}

.ws-category-inner-content .ws-section-category.category-vimeo {
    color: #0aa5f5
}

.ws-category-inner-content .ws-section-category.category-vimeo svg {
    fill: #0aa5f5
}

.ws-section-category.category-vimeo .append-order-to .slide-item .total,.ws-section-category.category-vimeo .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #0aa5f5
}

.ws-section-category.category-vimeo .append-order-to .slide-item .buy:hover,.ws-section-category.category-vimeo .ws-category-slider .slide-item .buy:hover {
    background: #0aa5f5;
    color: #fff
}

.ws-section-category.category-vimeo .append-order-to .slide-item .buy,.ws-section-category.category-vimeo .ws-category-slider .slide-item .buy {
    border: 1px solid #0aa5f5
}

.ws-category-inner-content .ws-section-category.category-appstore {
    color: #127cf5
}

.ws-category-inner-content .ws-section-category.category-appstore svg {
    fill: #127cf5
}

.ws-section-category.category-appstore .append-order-to .slide-item .total,.ws-section-category.category-appstore .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #127cf5
}

.ws-section-category.category-appstore .append-order-to .slide-item .buy:hover,.ws-section-category.category-appstore .ws-category-slider .slide-item .buy:hover {
    background: #127cf5;
    color: #fff
}

.ws-section-category.category-appstore .append-order-to .slide-item .buy,.ws-section-category.category-appstore .ws-category-slider .slide-item .buy {
    border: 1px solid #127cf5
}

.ws-category-inner-content .ws-section-category.category-reddit {
    color: #ef3535
}

.ws-category-inner-content .ws-section-category.category-reddit svg {
    fill: #ef3535
}

.ws-section-category.category-reddit .append-order-to .slide-item .total,.ws-section-category.category-reddit .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #ef3535
}

.ws-section-category.category-reddit .append-order-to .slide-item .buy:hover,.ws-section-category.category-reddit .ws-category-slider .slide-item .buy:hover {
    background: #ef3535;
    color: #fff
}

.ws-section-category.category-reddit .append-order-to .slide-item .buy,.ws-section-category.category-reddit .ws-category-slider .slide-item .buy {
    border: 1px solid #ef3535
}

.ws-category-inner-content .ws-section-category.category-reverbnation {
    color: #f62e0e
}

.ws-category-inner-content .ws-section-category.category-reverbnation svg {
    fill: #f62e0e
}

.ws-section-category.category-reverbnation .append-order-to .slide-item .total,.ws-section-category.category-reverbnation .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #f62e0e
}

.ws-section-category.category-reverbnation .append-order-to .slide-item .buy:hover,.ws-section-category.category-reverbnation .ws-category-slider .slide-item .buy:hover {
    background: #f62e0e;
    color: #fff
}

.ws-section-category.category-reverbnation .append-order-to .slide-item .buy,.ws-section-category.category-reverbnation .ws-category-slider .slide-item .buy {
    border: 1px solid #f62e0e
}

.ws-category-inner-content .ws-section-category.category-tumblr {
    color: #000
}

.ws-category-inner-content .ws-section-category.category-tumblr svg {
    fill: #000
}

.ws-section-category.category-tumblr .append-order-to .slide-item .total,.ws-section-category.category-tumblr .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #000
}

.ws-section-category.category-tumblr .append-order-to .slide-item .buy:hover,.ws-section-category.category-tumblr .ws-category-slider .slide-item .buy:hover {
    background: #000;
    color: #fff
}

.ws-section-category.category-tumblr .append-order-to .slide-item .buy,.ws-section-category.category-tumblr .ws-category-slider .slide-item .buy {
    border: 1px solid #000
}

.ws-category-inner-content .ws-section-category.category-shazam {
    color: #000
}

.ws-category-inner-content .ws-section-category.category-shazam svg {
    fill: #000
}

.ws-section-category.category-shazam .append-order-to .slide-item .total,.ws-section-category.category-shazam .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #000
}

.ws-section-category.category-shazam .append-order-to .slide-item .buy:hover,.ws-section-category.category-shazam .ws-category-slider .slide-item .buy:hover {
    background: #000;
    color: #fff
}

.ws-section-category.category-shazam .append-order-to .slide-item .buy,.ws-section-category.category-shazam .ws-category-slider .slide-item .buy {
    border: 1px solid #000
}

.ws-category-inner-content .ws-section-category.category-twitch {
    color: #570370
}

.ws-category-inner-content .ws-section-category.category-twitch svg {
    fill: #570370
}

.ws-section-category.category-twitch .append-order-to .slide-item .total,.ws-section-category.category-twitch .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #570370
}

.ws-section-category.category-twitch .append-order-to .slide-item .buy:hover,.ws-section-category.category-twitch .ws-category-slider .slide-item .buy:hover {
    background: #570370;
    color: #fff
}

.ws-section-category.category-twitch .append-order-to .slide-item .buy,.ws-section-category.category-twitch .ws-category-slider .slide-item .buy {
    border: 1px solid #570370
}

.ws-category-inner-content .ws-section-category.category-datpiff,.ws-category-inner-content .ws-section-category.category-imdb,.ws-category-inner-content .ws-section-category.category-periscope,.ws-category-inner-content .ws-section-category.category-pinterest {
    color: #f90909
}

.ws-category-inner-content .ws-section-category.category-datpiff svg,.ws-category-inner-content .ws-section-category.category-imdb svg,.ws-category-inner-content .ws-section-category.category-periscope svg,.ws-category-inner-content .ws-section-category.category-pinterest svg {
    fill: #f90909
}

.ws-section-category.category-datpiff .append-order-to .slide-item .total,.ws-section-category.category-imdb .append-order-to .slide-item .total,.ws-section-category.category-periscope .append-order-to .slide-item .total,.ws-section-category.category-pinterest .append-order-to .slide-item .total,.ws-section-category.category-datpiff .ws-category-slider .slide-item .total,.ws-section-category.category-imdb .ws-category-slider .slide-item .total,.ws-section-category.category-periscope .ws-category-slider .slide-item .total,.ws-section-category.category-pinterest .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #f90909
}

.ws-section-category.category-datpiff .append-order-to .slide-item .buy:hover,.ws-section-category.category-imdb .append-order-to .slide-item .buy:hover,.ws-section-category.category-periscope .append-order-to .slide-item .buy:hover,.ws-section-category.category-pinterest .append-order-to .slide-item .buy:hover,.ws-section-category.category-datpiff .ws-category-slider .slide-item .buy:hover,.ws-section-category.category-imdb .ws-category-slider .slide-item .buy:hover,.ws-section-category.category-periscope .ws-category-slider .slide-item .buy:hover,.ws-section-category.category-pinterest .ws-category-slider .slide-item .buy:hover {
    background: #f90909;
    color: #fff
}

.ws-section-category.category-datpiff .append-order-to .slide-item .buy,.ws-section-category.category-imdb .append-order-to .slide-item .buy,.ws-section-category.category-periscope .append-order-to .slide-item .buy,.ws-section-category.category-pinterest .append-order-to .slide-item .buy,.ws-section-category.category-datpiff .ws-category-slider .slide-item .buy,.ws-section-category.category-imdb .ws-category-slider .slide-item .buy,.ws-section-category.category-periscope .ws-category-slider .slide-item .buy,.ws-section-category.category-pinterest .ws-category-slider .slide-item .buy {
    border: 1px solid #f90909
}

.ws-category-inner-content .ws-section-category.category-quora,.ws-category-inner-content .ws-section-category.category-dailymotion {
    color: #f90909
}

.ws-category-inner-content .ws-section-category.category-quora svg,.ws-category-inner-content .ws-section-category.category-dailymotion svg {
    fill: #f90909
}

.ws-section-category.category-quora .append-order-to .slide-item .total,.ws-section-category.category-dailymotion .append-order-to .slide-item .total,.ws-section-category.category-quora .ws-category-slider .slide-item .total,.ws-section-category.category-dailymotion .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #f90909
}

.ws-section-category.category-quora .append-order-to .slide-item .buy:hover,.ws-section-category.category-dailymotion .append-order-to .slide-item .buy:hover,.ws-section-category.category-quora .ws-category-slider .slide-item .buy:hover,.ws-section-category.category-dailymotion .ws-category-slider .slide-item .buy:hover {
    background: #f90909;
    color: #fff
}

.ws-section-category.category-quora .append-order-to .slide-item .buy,.ws-section-category.category-dailymotion .append-order-to .slide-item .buy,.ws-section-category.category-quora .ws-category-slider .slide-item .buy,.ws-section-category.category-dailymotion .ws-category-slider .slide-item .buy {
    border: 1px solid #f90909
}

.vimeo-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services14.png)center no-repeat;
    background-size: cover
}

.appstore-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services18.png)center no-repeat;
    background-size: cover
}

.twitch-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services11.png)center no-repeat;
    background-size: cover
}

.pinterest-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services10.png)center no-repeat;
    background-size: cover
}

.datpiff-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services2.png)center no-repeat;
    background-size: cover
}

.imdb-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services2.png)center no-repeat;
    background-size: cover
}

.quora-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services2.png)center no-repeat;
    background-size: cover
}

.dailymotion-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services2.png)center no-repeat;
    background-size: cover
}

.shazam-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services8.png)center no-repeat;
    background-size: cover
}

.tumblr-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services9.png)center no-repeat;
    background-size: cover
}

.periscope-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services2.png)center no-repeat;
    background-size: cover
}

.ws-category-inner-content .ws-section-category.category-li {
    color: #0f8ccc
}

.ws-category-inner-content .ws-section-category.category-li svg {
    fill: #0f8ccc
}

.ws-section-category.category-li .append-order-to .slide-item .total,.ws-section-category.category-li .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #0f8ccc
}

.ws-section-category.category-li .append-order-to .slide-item .buy:hover,.ws-section-category.category-li .ws-category-slider .slide-item .buy:hover {
    background: #0f8ccc;
    color: #fff
}

.ws-section-category.category-li .append-order-to .slide-item .buy,.ws-section-category.category-li .ws-category-slider .slide-item .buy {
    border: 1px solid #0f8ccc
}

.ws-category-inner-content .ws-section-category.category-mixcloud {
    color: #000
}

.ws-category-inner-content .ws-section-category.category-mixcloud svg {
    fill: #000
}

.ws-section-category.category-mixcloud .append-order-to .slide-item .total,.ws-section-category.category-mixcloud .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #000
}

.ws-section-category.category-mixcloud .append-order-to .slide-item .buy:hover,.ws-section-category.category-mixcloud .ws-category-slider .slide-item .buy:hover {
    background: #000;
    color: #fff
}

.ws-section-category.category-mixcloud .append-order-to .slide-item .buy,.ws-section-category.category-mixcloud .ws-category-slider .slide-item .buy {
    border: 1px solid #000
}

.telegram-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services16.png)center no-repeat;
    background-size: cover
}

.upvotes-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services16.png)center no-repeat;
    background-size: cover
}

.mixcloud-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services4.png)center no-repeat;
    background-size: cover
}

.reddit-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services12.png)center no-repeat;
    background-size: cover
}

.reverbnation-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services13.png)center no-repeat;
    background-size: cover
}

.ws-section-category .repins_tab .likes:after {
    content: "Repins"
}

.ws-section-category .reblogs_tab .likes:after {
    content: "Reblogs"
}

.ws-section-category .votes_tab .likes:after {
    content: "Votes"
}

.ws-section-category .download_tab .likes:after {
    content: "Download"
}

.ws-section-category .favorites_tab .likes:after {
    content: "Favorites"
}

.ws-section-category .fans_tab .likes:after {
    content: "Fans"
}

.ws-section-category .reposts_tab .likes:after {
    content: "Reposts"
}

body .ws-section-category.category-tw .ws-category-slider .slide-item .total {
    border-bottom: 2px dotted #0C7BCE!important;
    font-size: 60px;
    font-weight: 800;
    color: #1d3e7c
}

.ws-section-category.category-tw .append-order-to .slide-item .total,.ws-section-category.category-tw .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #0aa7f5
}

.ws-section-category.category-tw .append-order-to .slide-item .buy:hover,.ws-section-category.category-tw .ws-category-slider .slide-item .buy:hover {
    background: #0aa7f5;
    color: #fff
}

.ws-section-category.category-tw .append-order-to .slide-item .buy,.ws-section-category.category-tw .ws-category-slider .slide-item .buy {
    border: 1px solid #0aa7f5
}

.ws-category-inner-content .ws-section-category.category-telegram {
    color: #0187db
}

.ws-section-category.category-telegram svg {
    fill: #0187db
}

.ws-section-category.category-telegram .append-order-to .slide-item .total,.ws-section-category.category-telegram .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #0187db
}

.ws-section-category.category-telegram .append-order-to .slide-item .buy:hover,.ws-section-category.category-telegram .ws-category-slider .slide-item .buy:hover {
    background: #0187db;
    color: #fff
}

.ws-section-category.category-telegram .append-order-to .slide-item .buy,.ws-section-category.category-telegram .ws-category-slider .slide-item .buy {
    border: 1px solid #0187db
}

.ws-section-category.category-spotify .append-order-to .slide-item .total,.ws-section-category.category-spotify .ws-category-slider .slide-item .total {
    border-bottom: 1px solid #00d756
}

.ws-section-category.category-spotify .append-order-to .slide-item .buy:hover,.ws-section-category.category-spotify .ws-category-slider .slide-item .buy:hover {
    background: #00d756;
    color: #fff
}

.ws-section-category.category-spotify .append-order-to .slide-item .buy,.ws-section-category.category-spotify .ws-category-slider .slide-item .buy {
    border: 1px solid #00d756
}

.ws-section-category .downvotes_tab .likes:after {
    content: "Downvotes"
}

.ws-section-category .endorsements_tab .likes:after {
    content: "Endorsements"
}

.ws-section-category .upvotes_tab .likes:after {
    content: "Upvotes"
}

.ws-inner-category .container .picture .info-elem p {
    line-height: .8;
    font-size: 52px;
    font-weight: 700;
    margin: 0 15px
}

.ws-inner-category .container .picture .info-elem .ico {
    color: #8522a5;
    width: 44px;
    height: 44px;
    font-size: 44px;
    color: inherit
}

.ws-inner-category .container .info-wrapper .title {
    font-weight: 500;
    color: #8522a5;
    font-size: 40px;
    margin: 0 0 24px
}

.ws-inner-category .container .info-wrapper ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #464749;
    margin: 0 0 20px
}

.ws-inner-category .container .info-wrapper ul li br {
    display: none
}

.ws-inner-category .container .info-wrapper ul li img {
    display: block;
    margin: 0 15px 0 0
}

.ws-inner-category .container .info-wrapper .ws-price {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 0
}

.ws-inner-category .container .info-wrapper .ws-price .ws-new-price {
    font-size: 34px;
    font-weight: 700;
    color: #f51111;
    margin: 0 14px 0 0
}

.ws-inner-category .container .info-wrapper .ws-price .ws-old-price {
    font-size: 16px;
    font-weight: 700;
    color: #464749;
    text-decoration: line-through
}

.ws-inner-category .container .info-wrapper a {
    margin: 45px 0 0
}

.ws-inner-category .container .info-wrapper .btn-yellow {
    border-radius: 4px;
    font-size: 26px;
    text-transform: uppercase;
    padding: 11px 70px;
    min-width: 296px
}

.ws-category-inner-content .ws-section-category-inner {
    color: #8522a5
}

.ws-inner-category .container .picture .info-elem .img {
    width: 50px;
    height: 50px;
    font-size: 50px
}

.instagram-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services1.png)center no-repeat;
    background-size: cover
}

.youtube-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services2.png)center no-repeat;
    background-size: cover
}

.facebook-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services3.png)center no-repeat;
    background-size: cover
}

.soundcloud-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services5.png)center no-repeat;
    background-size: cover
}

.linkedIn-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services6.png)center no-repeat;
    background-size: cover
}

.twitter-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services7.png)center no-repeat;
    background-size: cover
}

.spotify-ico {
    -o-object-fit: cover;
    object-fit: cover;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/services15.png)center no-repeat;
    background-size: cover
}

.ws-customers {
    background: #0c7bce;
    padding: 35px 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.ws-section-category-inner {
    padding: 60px 0 50px
}

.ws-section-category-inner .append-order-to,.ws-section-category-inner .ws-category-slider {
    margin: 30px 0 0
}

.ws-section-category-inner .ws-section-title {
    font-size: 60px;
    font-weight: 700;
    color: #0c7bce;
    padding: 0 0 0 30px
}

.ws-section-category-inner .ws-section-title br {
    display: none
}

.ws-section-category-inner .ws-section-title span {
    text-transform: capitalize
}

.ws-section-category-inner:after {
    display: none
}

.ws-category-inner-content .ws-template-content {
    max-width: 100%;
    padding: 0 40px
}

.category-tw .slide-item {
    color: #0aa7f5
}

.category-tw .slide-item svg {
    fill: #0aa7f5
}

.category-tw .slide-item .total {
    border-bottom: 1px solid #0aa7f5
}

.category-tw .slide-item .buy {
    border: 1px solid #0aa7f5
}

.category-tw .slide-item .buy:hover {
    background: #0aa7f5;
    color: #fff
}

.category-spotify .slide-item {
    color: #00d756
}

.category-spotify .slide-item svg {
    fill: #00d756
}

.category-spotify .slide-item .total {
    border-bottom: 1px solid #00d756
}

.category-spotify .slide-item .buy {
    border: 1px solid #00d756
}

.category-spotify .slide-item .buy:hover {
    background: #00d756;
    color: #fff
}

.ws-category-content .ws-section-category .likes:after {
    content: ""
}

.ws-offers .menu-tablet>ul:nth-child(2) {
    padding: 0 15px
}

.ws-section-category.category-sp .section-title,.ws-section-category.category-sp .nav-tab-descr li {
    color: #000
}

.inner-main-screen {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/inner-main-bg.png) center no-repeat;
    background-size: cover
}

.inner-main-screen .main-title {
    font-size: 60px;
    font-weight: 700
}

.template-content h3 {
    text-align: center;
    color: #0c7bce
}

.template-content p {
    color: #464749
}

.template-content strong {
    color: #0c7bce
}

form input[type=submit],form input[type=submit]+[type=button],form button {
    background: #f69e04;
    font-weight: 700;
    color: #fff
}

.package-select select {
    width: auto
}

.inner-main-screen .main-title {
    font-weight: 400
}

form input[type=number],form input[type=text],form input[type=email],form input[type=phone],form textarea {
    border: 1px solid #0c7bce
}

@media screen and (max-width: 1269px) {
    .ws-main-product .price-info .ws-new-price {
        max-width:180px
    }

    .ws-category-content .ws-inner-main-screen ul,.ws-category-content .ws-inner-main-screen p {
        max-width: 450px
    }

    .ws-services-all .services-item span {
        font-size: 20px
    }

    .ws-services-all .collapse-content ul li a p {
        font-size: 18px
    }

    .ws-services-all .collapse-content ul li a span {
        font-size: 14px
    }

    .ws-services-all .collapse-content ul li a {
        padding: 8px 15px
    }
}

@media screen and (max-width: 991px) {
    .ws-section-category .category-nav-tab li a {
        font-size:26px
    }

    .ws-main-product .price-info .ws-new-price {
        max-width: 100%
    }

    .ws-section-category .nav-tab-descr li {
        font-size: 17px
    }

    .ws-inner-category .container .picture {
        width: 100%
    }

    .ws-inner-category .container .info-wrapper {
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ws-inner-category .container .picture>img {
        margin: 0 auto
    }

    .feedback-slider {
        padding: 0
    }

    .feedback-slider .owl-nav {
        display: none
    }

    .feedback-slider .about-reviewer .photo img,.feedback-slider .about-reviewer .photo {
        width: 116px;
        height: 116px
    }

    .feedback-slider .about-reviewer .name {
        max-width: calc(100% - 116px);
        padding: 0 0 0 30px
    }

    .feedback-slider .about-reviewer .name p {
        font-size: 20px;
        margin: 0 0 15px
    }

    .feedback-slider .about-reviewer .name .ws-rating svg {
        margin: 0 5px 0 0
    }

    .feedback-slider .about-reviewer {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .feedback-slider .descr {
        width: 100%;
        padding: 25px 0 0
    }

    .ws-how .container {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ws-how .ws-section-title {
        font-size: 42px;
        margin: 0 0 50px
    }

    .ws-how .how-elem {
        margin: 0 0 30px
    }

    .ws-main-product .price-info .link {
        width: 100%
    }

    .ws-main-product table tbody tr td:nth-child(2) p {
        max-width: 94px;
        text-align: center
    }

    .ws-main-product table tbody tr td:nth-child(1) a {
        max-width: 250px
    }

    .ws-main-product table tbody tr td:nth-child(1) br {
        display: block
    }

    .ws-inner-main-screen .picture {
        display: none
    }

    .ws-inner-main-screen ul,.ws-inner-main-screen p {
        max-width: 100%
    }

    .ws-inner-main-screen h1 {
        font-size: 45px;
        text-align: left
    }

    .ws-inner-main-screen .container {
        padding-top: 90px
    }

    .ws-inner-main-screen p {
        font-size: 18px
    }

    .ws-category-content .ws-inner-main-screen .container {
        min-height: auto
    }

    .ws-offers .menu-wrapper {
        margin: 0
    }

    .ws-offers .menu-tablet {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ws-offers .menu-tablet .menu-wrapper {
        width: 50%
    }

    .ws-header .ws-main-menu>ul>li {
        margin: 0 30px 0 0
    }

    .ws-footer .logo-elem {
        width: auto
    }
}

@media screen and (min-width: 767px) {
    .ws-header .ws-submenu #menu-item-4915,.ws-header .ws-submenu #menu-item-4917 {
        display:none
    }

    .ws-header .ws-submenu.active {
        border-bottom: 15px solid #064687
    }
}

@media screen and (max-width: 767px) {
    .inner-main-screen .main-title {
        font-size:30px
    }

    .ws-offers .menu-tablet>ul:nth-child(2) {
        padding: 0
    }

    .ws-category-inner-content .ws-template-content {
        padding: 0
    }

    .ws-section-category-inner .ws-section-title {
        font-size: 22px;
        text-align: center
    }

    .ws-section-category-inner .ws-section-title br {
        display: block
    }

    .ws-inner-category {
        padding: 30px 0
    }

    .ws-inner-category .container .info-wrapper .title {
        text-align: center;
        font-size: 22px;
        margin: 0 0 18px;
        font-weight: 700
    }

    .ws-inner-category .container .info-wrapper .ws-price {
        margin: 24px 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ws-inner-category .container .info-wrapper .btn-yellow {
        font-size: 22px;
        min-width: 220px;
        padding: 8px 30px;
        text-align: center;
        margin: 20px auto 0;
        display: block;
        max-width: 200px;
        overflow: hidden
    }

    .ws-customers {
        text-align: left;
        font-size: 12px;
        padding: 10px 0 10px
    }

    .ws-how .container {
        padding-top: 20px;
        padding-bottom: 30px
    }

    .section-feedbacks .main-title {
        font-size: 30px;
        text-align: center;
        margin: 0 0 15px
    }

    .section-feedbacks {
        padding: 40px 0 20px
    }

    .ws-template-content {
        padding: 0 0 40px
    }

    .ws-how .ws-section-title {
        font-size: 30px;
        text-align: center;
        margin: 0 0 20px
    }

    .ws-how .how-elem .number {
        margin: 0 0 15px
    }

    .ws-how .how-elem .title {
        font-size: 21px;
        margin: 0 0 10px
    }

    .ws-how .how-bg {
        display: none
    }

    .ws-how .ws-section-title br {
        display: none
    }

    .ws-how .how-elem {
        width: 100%;
        max-width: 100%
    }

    .ws-how .how-elem .number {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ws-how .how-elem .number p {
        font-size: 103px
    }

    .ws-how .how-elem .number img {
        max-width: 80px
    }

    .section-product {
        padding: 20px 0 50px
    }

    .ws-inner-main-screen h1 {
        font-size: 30px
    }

    .ws-inner-main-screen p {
        font-size: 16px
    }

    .ws-inner-main-screen ul li {
        font-size: 18px
    }

    .ws-inner-main-screen ul li:nth-last-child(1) {
        margin: 0
    }

    .ws-category-content .ws-inner-main-screen .container {
        padding-top: 90px;
        padding-bottom: 30px
    }

    .ws-main-product table thead td {
        font-size: 12px;
        padding: 7px 0
    }

    .ws-main-product table thead td p {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 182px;
        font-size: 12px;
        font-weight: 700
    }

    .ws-main-product table tbody tr td:nth-child(1) {
        font-size: 14px
    }

    .ws-main-product table tbody tr td:nth-child(1) a {
        max-width: 97px;
        white-space: normal;
        padding: 0
    }

    .ws-main-product table tbody tr td:nth-child(2) p {
        font-size: 16px
    }

    .ws-main-product .price-info .ws-new-price {
        font-size: 16px;
        font-weight: 700
    }

    .ws-main-product .price-info .ws-old-price {
        font-size: 10px
    }

    .ws-main-product .price-info .btn.btn-yellow {
        font-size: 16px;
        min-width: auto;
        padding: 0 30px
    }

    .ws-main-product table tbody tr td:nth-child(2) p {
        max-width: 60px
    }

    .ws-main-product table tbody tr td {
        width: calc(100%/3) !important
    }

    .ws-main-screen .ws-social-wrapper .social {
        display: block
    }

    .ws-header .ws-submenu .sub-menu {
        overflow: auto;
        max-height: 335px
    }

    .ws-header .ws-submenu .sub-menu::-webkit-scrollbar {
        width: 3px;
        height: 0
    }

    .ws-header .ws-submenu .sub-menu::-webkit-scrollbar-thumb {
        background: #6bc8f8
    }

    .ws-header .ws-submenu .sub-menu::-webkit-scrollbar-thumb {
        width: 3px;
        height: 0
    }

    .ws-header .ws-submenu .sub-menu::-webkit-scrollbar-track {
        background: #064687
    }

    .ws-services-all .collapse-content ul li a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ws-services-all .collapse-content ul li a:after {
        margin: auto 0 0
    }

    .ws-main-screen .subtitle {
        font-size: 24px
    }

    .ws-main-screen .ws-social-wrapper[class*=col-] {
        display: block
    }

    .ws-main-screen .ws-social-wrapper .social:hover .hover-elem {
        height: 0
    }

    .ws-main-screen .ws-social-wrapper .social.active .hover-elem {
        position: relative;
        height: auto;
        margin-top: -18px;
        -webkit-transition: 0s;
        transition: 0s
    }

    .ws-header.ws-fixed .ws-submenu {
        top: calc(100% + 8px)
    }

    .ws-section-category .append-order-to .slide-item .total,.ws-section-category .ws-category-slider .slide-item .total {
        padding: 0 10px 6px
    }

    .ws-section-category .owl-stage-outer {
        padding: 45px 0 5px 15px;
        overflow: hidden
    }

    .ws-section-category {
        overflow: hidden
    }

    .ws-section-category .append-order-to,.ws-section-category .ws-category-slider {
        position: relative;
        left: -5px
    }

    .ws-section-category .owl-item {
        padding: 0
    }

    .ws-header .ws-submenu .close-menu {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .ws-header .ws-submenu>ul>li>ul>li ul {
        padding: 0 0 5px;
        background: #fff
    }

    .shadow-elem {
        height: 40px
    }

    .ws-section-category .section-title {
        margin: 0 0 7px
    }

    .ws-section-category .tab-title {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        height: 30px;
        position: relative;
        width: calc(100% + 30px);
        left: -15px
    }

    .main-page .ws-section-category .tab-title .ico {
        font-size: 20px;
        color: #1d3e7c;
        margin: 0 8px 0 0
    }

    .ws-section-category .nav-tab-descr {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 0 15px
    }

    .ws-section-category .append-order-to,.ws-section-category .ws-category-slider {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 20px 0 10px
    }

    .ws-section-category .append-order-to+.more,.ws-section-category .ws-category-slider+.more {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .category-tab-content>.tab-pane {
        opacity: 1;
        visibility: visible;
        height: auto;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 25px;
        overflow: visible
    }

    .ws-section-category .category-nav-tab {
        display: none
    }

    .ws-footer .logo-elem a {
        margin: 0 0 23px
    }

    .ws-footer {
        padding: 20px 0 30px
    }

    .ws-footer .logo-elem a span {
        text-transform: uppercase;
        text-align: left
    }

    .ws-services-all .services-item {
        height: 44px;
        padding-right: 44px
    }

    .ws-services-all .services-item img {
        height: 44px;
        margin: 0 8px 0 0;
        width: 44px
    }

    .ws-offers .menu-wrapper>li>a i {
        width: 34px;
        font-size: 24px
    }

    .ws-offers .menu-wrapper.soundcloud-wrapper>li>a i {
        font-size: 20px
    }

    .ws-offers .menu-wrapper>li>a {
        font-size: 16px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ws-offers .menu-wrapper>li>ul>li>a {
        font-size: 16px;
        padding-left: 35px
    }

    .ws-offers .menu-tablet .menu-wrapper {
        width: 100%
    }

    .ws-footer .logo-elem a {
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .ws-footer .logo-elem a img {
        max-width: 50px
    }

    .ws-footer .logo-elem p {
        display: none
    }

    .ws-footer .cards+.bottom-elem {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ws-footer .cards+.bottom-elem li {
        width: 100%;
        margin: 0 0 15px;
        text-align: center
    }

    .ws-footer .bottom-nav>ul {
        display: none
    }

    .ws-footer .bottom-nav p {
        text-align: center;
        margin: 0;
        padding: 20px 0 0;
        border-top: 1px dotted #fff;
        width: calc(100% + 30px);
        position: relative;
        left: -15px
    }

    .ws-footer .bottom-nav span {
        text-align: center;
        color: #fff;
        margin: 10px;
        font-size: 14px;
        display: block;
        width: 100%
    }

    .ws-footer .bottom-nav {
        width: 100%
    }

    .ws-footer .bottom-elem li:after {
        display: none
    }

    .ws-footer .bottom-elem {
        display: none
    }

    .ws-footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #most_popular>li {
        width: 100% !important;
        position: relative;
        padding: 0 !important;
        margin: 0 0 20px !important
    }

    #most_popular>li>ul>li {
        margin: 0 0 10px !important
    }

    .ws-offers #most_popular>li>a {
        font-size: 16px
    }

    .section-bubble.section-advantages {
        padding: 30px 0
    }

    .ws-offers .main-title {
        font-size: 30px;
        margin: 0 0 30px
    }

    .ws-why-we {
        padding: 30px 0
    }

    .ws-why-we .title {
        font-size: 30px;
        margin: 0 0 25px;
        text-align: center
    }

    .ws-why-we .why-we-elem span {
        font-size: 60px;
        width: 40px;
        text-align: center
    }

    .ws-why-we .why-we-elem p {
        font-size: 14px;
        width: calc(100% - 40px)
    }

    .ws-why-we .descr {
        display: none
    }

    .ws-why-we .picture {
        margin-top: -15px
    }

    .ws-why-we .picture img {
        width: 60px
    }

    .ws-why-we .picture p {
        font-size: 30px
    }

    .ws-advantages .advantages-elem {
        position: relative
    }

    .ws-advantages .advantages-elem .picture {
        display: none
    }

    .ws-advantages .advantages-elem .picture img {
        max-height: 48px
    }

    .ws-advantages .advantages-elem .info {
        width: 100%
    }

    .ws-advantages .advantages-elem .info span {
        font-size: 16px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ws-advantages .advantages-elem .info span img {
        display: block;
        margin: 0 10px 0 0;
        max-width: 50px;
        max-height: 48px
    }

    .ws-advantages .advantages-elem .info p {
        font-size: 14px
    }

    .ws-advantages {
        padding: 30px 0
    }

    .ws-advantages .section-title {
        font-size: 30px;
        margin: 0 0 30px
    }

    .ws-services-all .services-elem {
        min-height: 44px
    }

    .ws-services-all .services-item:after {
        right: 22px
    }

    .ws-services-all .services-item:before {
        -webkit-box-shadow: -53px 0px 7px 0px rgba(0,0,0,.37);
        box-shadow: -53px 0px 7px 0px rgba(0,0,0,.37)
    }

    .ws-services-all {
        padding: 30px 0
    }

    .ws-services-all .section-title {
        font-size: 30px
    }

    .ws-services-all .services-item span {
        font-size: 18px
    }

    .ws-services-all .collapse-content ul li a p {
        font-size: 16px;
        max-width: 122px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .ws-services-all .collapse-content ul li a span {
        font-size: 18px
    }

    .ws-section-category .append-order-to .slide-content,.ws-section-category .ws-category-slider .slide-content {
        padding: 0 15px 15px
    }

    .ws-section-category .append-order-to .slide-item .price,.ws-section-category .ws-category-slider .slide-item .price {
        font-size: 12px;
        margin: 6px 0
    }

    .ws-section-category .append-order-to .slide-item .buy,.ws-section-category .ws-category-slider .slide-item .buy {
        font-size: 13px;
        padding: 4px 20px
    }

    .ws-section-category .append-order-to+.more,.ws-section-category .ws-category-slider+.more {
        font-size: 14px;
        width: 148px;
        padding: 6px
    }

    .ws-section-category .append-order-to,.ws-section-category .ws-category-slider {
        padding: 0
    }

    .ws-section-category .nav-tab-descr li {
        width: 100%;
        text-align: center;
        margin: 0 0 5px;
        font-size: 14px
    }

    .ws-section-category .section-title img {
        max-width: 26px
    }

    .ws-section-category .section-title p {
        font-size: 20px
    }

    .ws-section-category .category-nav-tab li a {
        font-size: 13px;
        padding: 10px
    }

    .ws-section-category {
        padding: 20px 0
    }

    .ws-section-info .info-elem:nth-last-child(1) {
        margin: 0
    }

    .ws-section-info .info-elem:nth-last-child(1) img {
        max-width: 50px
    }

    .ws-section-info .info-elem img {
        max-width: 26px;
        max-height: 28px
    }

    .ws-section-info .info-elem p {
        font-size: 6px
    }

    .ws-section-info .cards svg {
        width: 22px;
        margin: 0 10px 0 0
    }

    .ws-header .ws-submenu>ul>li>a.active,.ws-header .ws-submenu>ul>li:first-child>a {
        background: #005f9e;
        color: #fff
    }

    .ws-header .ws-submenu>ul>li>a {
        position: relative
    }

    .ws-header .ws-submenu>ul>li.has-children>a svg {
        display: block;
        position: relative;
        right: 15px;
        top: 50%;
        -webkit-transform: translate(0,-50%) rotate(0deg);
        transform: translate(0,-50%) rotate(0deg);
        fill: #fff;
        position: absolute
    }

    .ws-header .ws-submenu>ul>li.has-children>a.active svg {
        -webkit-transform: translate(0,-50%) rotate(180deg);
        transform: translate(0,-50%) rotate(180deg);
        fill: #a9d8fc
    }

    .ws-header .ws-logo {
        font-size: 20px
    }

    .ws-header .ws-hamburger {
        display: block
    }

    .ws-header .ws-hamburger.active svg {
        fill: #6bc8f8
    }

    .ws-header .ws-hamburger svg {
        fill: #fff
    }

    .ws-header .ws-main-menu>ul {
        display: none
    }

    .ws-header .ws-submenu {
        top: calc(100% + 15px);
        left: 0;
        width: 100%
    }

    .ws-header .row,.ws-header[class*=col-],.ws-header .ws-main-menu {
        position: static
    }

    .ws-main-screen .title {
        font-size: 30px
    }

    .ws-main-screen .descr {
        font-size: 16px
    }

    .ws-main-screen .ws-social-wrapper .social {
        width: 100% !important;
        margin: 0 0 15px !important
    }

    .ws-main-screen .ws-social-wrapper .social:nth-child(even) {
        margin: 0 0 15px !important
    }

    .ws-main-screen .ws-social-wrapper .social .picture {
        height: 40px
    }

    .ws-main-screen .ws-social-wrapper .social .picture svg {
        max-width: 25px
    }

    .ws-main-screen .ws-social-wrapper .social .social-title {
        font-size: 16px
    }

    .ws-main-screen .ws-social-wrapper .social .hover-elem ul {
        padding: 0
    }

    .ws-main-screen .ws-social-wrapper .social .hover-elem li a {
        padding: 5px 15px;
        font-size: 14px
    }

    .ws-main-screen .ws-social-wrapper .social .hover-elem li a svg {
        width: 15px
    }

    .ws-main-screen .main-screen-bg {
        right: 0
    }

    .ws-main-screen .container {
        padding-top: 90px;
        padding-bottom: 75px
    }

    .ws-main-screen .ws-social-wrapper .social .hover-elem li a {
        padding: 3px 14px 4px
    }

    .ws-main-screen .ws-social-wrapper .social .hover-elem li a svg {
        margin: 0 7px 0 0
    }
}

@media screen and (max-width: 575px) {
    .ws-main-product .price-info .btn.btn-yellow {
        width:100%;
        margin: 0 0 0 auto;
        height: 20px;
        line-height: 1.15
    }

    .ws-main-product table thead td p {
        max-width: 96px
    }

    .ws-main-product table thead td:nth-child(2) {
        text-align: center
    }

    .ws-main-product table thead td:nth-child(3) {
        text-align: right
    }

    .ws-main-product table tbody tr td:nth-child(2) p {
        margin: 0 auto
    }

    .ws-main-product .price-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ws-main-product .price-info .link {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width: 375px) and (min-width:767px) {
    .ws-section-info .cards svg {
        width:30px
    }

    .ws-section-info .info-elem img {
        max-width: 40px;
        max-height: 40px
    }

    .ws-section-info .info-elem:nth-last-child(1) img {
        max-width: 65px
    }
}

@media screen and (max-width: 767px) {
    .ws-inner-main-screen .container {
        padding-bottom:1px
    }

    .ws-inner-category .container .info-wrapper ul li {
        margin: 0 0 7px;
        font-size: 17px
    }

    .ws-inner-category .container .info-wrapper .btn-yellow,.ws-inner-category .container .info-wrapper .ws-price {
        margin: 10px auto 0
    }

    .ws-inner-category .container .info-wrapper .title {
        margin-bottom: 12px
    }

    .ws-header .ws-submenu>ul>li>ul>li>a {
        font-size: 16px
    }

    .ws-header .ws-submenu .sub-menu::-webkit-scrollbar-thumb {
        background: #6bc8f8
    }

    .ws-header .ws-submenu .sub-menu::-webkit-scrollbar-track {
        background: #fff
    }

    .ws-inner-main-screen ul li {
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .ws-main-product .price-info .ws-new-price {
        font-size: 18px
    }

    .ws-main-product .price-info .ws-old-price {
        font-size: 14px
    }

    .ws-main-product .price-info .btn.btn-yellow {
        height: 32px;
        line-height: 1.95
    }

    .ws-footer .bottom-nav p img {
        width: 250px
    }
}

.ws-main-product table tbody tr td:nth-child(1) a {
    white-space: normal
}

.main-page {
    font-weight: 400
}

.ws-why-we .why-we-elem span {
    font-weight: 400
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-p-adv .section-bubble.section-advantages,.section-bubble {
    background: 0 0
}

.ws-header .ws-submenu #menu-item-4915.menu-item-4915,.ws-header .ws-submenu #menu-item-4917.menu-item-4917 {
    display: block
}

#menu-item-4888>.sub-menu {
    display: none!important
}

.ws-header .ws-main-menu>ul>li>a {
    cursor: pointer
}

.ws-main-screen {
    background: rgba(243,247,250,1);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(243,247,250,1)),to(rgba(218,235,248,1)));
    background: linear-gradient(to bottom,rgba(243,247,250,1) 0%,rgba(218,235,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f7fa',endColorstr='#DAEBF8',GradientType=0)
}

.main-screen-bg.deload {
    display: none
}

.ws-section-category .ws-category-slider {
    padding: 0 15px
}

@media screen and (max-width: 767px) {
    .ws-section-category .ws-category-slider {
        padding:0
    }
}

@media screen and (max-width: 799px) and (min-width:768px) {
    .ws-section-category .owl-stage-outer {
        margin-right:-15px
    }
}

.ws-section-category .append-order-to {
    padding: 0
}

.section-text .description {
    margin-top: 44px;
    max-width: 846px
}

.section-feedbacks {
    padding: 78px 0 50px
}

.feedback-slider .about-reviewer .name p {
    text-align: left
}

.feedback-slider .slider-item {
    padding-left: 37px
}

.section-text .description h3,.section-text .description h4,.section-text .description h5,.section-text .description h6 {
    font-size: 24px;
    font-weight: 700;
    color: #1079af;
    margin-bottom: 15px
}

.ws-how {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/ws-how-newBg.jpg) no-repeat center;
    background-size: cover;
    min-height: 712px
}

.section-feedbacks .main-title {
    color: #0b7ace
}

.ws-how .how-bg {
    display: none
}

.ws-section-category-inner .ws-section-title {
    color: #0b7ace
}

.ws-how .ws-section-title {
    color: #1d3e7c;
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 65px
}

.ws-section-category .autolikes_tab .likes:after,.ws-section-category .likes_tab .likes:after {
    font-size: 20px
}

.ws-how .how-elem .number {
    border-bottom: 1px solid #1d3e7c
}

.ws-how .how-elem .number p {
    margin: 0 24px 0 0
}

.ws-how .how-elem .number,.ws-how .how-elem .title,.ws-how .how-elem .descr {
    color: #1d3e7c
}

.section-text .description p {
    font-size: 18px;
    margin: 0 0 20px
}

.ws-main-screen .title {
    font-size: 80px;
    color: #1d3e7c;
    line-height: 90px;
    font-weight: 700
}

.ws-main-screen .descr {
    color: #f25d52;
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 48px
}

.ws-main-screen .ws-social-wrapper .social .picture {
    background: none!important;
    height: 50px;
    margin-top: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.ws-header .ws-submenu>ul>li>a.active,.ws-header .ws-submenu>ul>li>ul>li>a:hover {
    background: #1d3e7c !important
}

.ws-header .ws-submenu>ul>li>ul>li>a.collapsed {
    background: #0c7bce
}

.ws-header .ws-submenu>ul>li>ul>li ul li a {
    background: #e8f2f9
}

.ws-header .ws-submenu>ul>li>a {
    background: #0c7bce
}

.ws-main-screen .ws-social-wrapper .social .hover-elem li a:hover,.ws-header .ws-submenu .close-menu,.ws-header .ws-submenu>ul>li>a.active,.ws-header .ws-submenu>ul>li:first-child>a {
    background: #1d3e7c
}

.ws-main-screen .ws-social-wrapper .social .hover-elem ul {
    padding: 0
}

.ws-main-screen .ws-social-wrapper .social .hover-elem {
    top: 55px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 0
}

.ws-main-screen .ws-social-wrapper .social .hover-elem li a svg {
    fill: #1d3e7c
}

.ws-main-screen .ws-social-wrapper .social .hover-elem {
    opacity: 1;
    display: block;
    visibility: visible;
    height: initial;
    position: relative;
    width: 100%;
    top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.ucob-form-input-icon .fa{
    font-size: 22px;
}

.ws-main-screen .ws-social-wrapper .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #0c7bce;
    width: 297px;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.ws-main-screen .ws-social-wrapper .social .hover-elem {
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.ws-inner-main-screen ul {
    display: none
}

.ws-main-screen .ws-social-wrapper .social .social-title {
    color: #fff
}

.shadow-wrapper {
    display: none
}

.ws-main-screen .ws-social-wrapper .social .picture-wrapper {
    width: 23%
}

.ws-main-screen .ws-social-wrapper .social .social-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    width: 73%
}

.ws-main-screen .ws-social-wrapper .social .hover-elem li a {
    font-weight: 400;
    border-top: 1px solid #efebeb
}

.ws-main-screen .ws-social-wrapper .social .hover-elem li:first-child a {
    border-top: 0;
    color: #1d3e7c
}

.ws-main-screen .ws-social-wrapper .social .hover-elem li:first-child a:hover {
    color: #fff
}

.ws-main-screen .ws-social-wrapper .social .hover-elem li a {
    color: #1d3e7c
}

.ws-section-category .category-nav-tab li a {
    padding: 10px 33px
}

.ws-section-category.category-inst .category-nav-tab li a.active {
    background: transparent -webkit-gradient(linear,left bottom,left top,from(#f46d33),to(#ac34b0)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg,#f46d33 0%,#ac34b0 100%) 0% 0% no-repeat padding-box;
    border: 0;
    border-right: 0 solid!important;
    border-left: 0 solid!important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.ws-section-category.category-yt .category-nav-tab li a.active {
    background: transparent -webkit-gradient(linear,left bottom,left top,from(#ab1b1b),to(#dd5454)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg,#ab1b1b 0%,#dd5454 100%) 0% 0% no-repeat padding-box;
    border: 0;
    border-right: 0 solid!important;
    border-left: 0 solid!important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.ws-section-category .category-nav-tab li a {
    border-color: #1D3E7C!important;
    color: #1d3e7c;
    background: #f4f2f5
}

.ws-section-category .category-nav-tab li a .ico {
    color: #1d3e7c
}

.ws-section-category .section-title p {
    color: #1d3e7c;
    font-weight: 700;
    font-size: 40px
}

.ws-section-category .nav-tab-descr {
    display: none
}

.ss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 47px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ss img {
    max-width: 96px;
    margin-left: 30px
}

.ss img.sec {
    height: 36px
}

.ws-main-screen .container:after {
    position: absolute;
    content: '';
    right: -120px;
    bottom: 109px;
    width: 545px;
    height: 599px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/magnet.png) right center no-repeat;
    z-index: -1
}

.ws-header .ws-main-menu {
    margin-right: -55px
}

.ws-section-info {
    position: relative;
    background: #fff;
    padding: 30px 0 5px
}

.ws-section-category .append-order-to .slide-item .likes,.ws-section-category .ws-category-slider .slide-item .likes {
    -webkit-clip-path: none;
    clip-path: none;
    background: #0c7bce;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    max-height: 70px
}

.ws-services-all .collapse-content .body-collapse ul {
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029
}

.ws-offers.section-advantages .main-title {
    color: #0c7bce
}

.ws-offers .menu-wrapper>li>a i {
    font-size: 35px;
    margin-right: 8px;
    margin-left: -10px
}

.ws-section-category .append-order-to .slide-item,.ws-section-category .ws-category-slider .slide-item {
    background: #fff;
    height: 100%
}

.ws-section-category .append-order-to .slide-item .likes-wrap,.ws-section-category .ws-category-slider .slide-item .likes-wrap {
    -webkit-filter: none;
    filter: none;
    position: relative
}

.ws-section-category .append-order-to .slide-item.likes_tab .total,.ws-section-category .append-order-to .slide-item.autolikes_tab .total,.ws-section-category.category-inst .append-order-to .slide-item .total,.ws-section-category .ws-category-slider .slide-item.likes_tab .total,.ws-section-category .ws-category-slider .slide-item.autolikes_tab .total,.ws-section-category.category-inst .ws-category-slider .slide-item .total {
    font-size: 60px;
    font-weight: 800;
    color: #1d3e7c
}

.ws-section-category .append-order-to .slide-content,.ws-section-category .ws-category-slider .slide-content {
    padding: 0 0 25px
}

.ws-section-category .append-order-to .slide-item.likes_tab .total,.ws-section-category .append-order-to .slide-item.autolikes_tab .total,.ws-section-category.category-inst .append-order-to .slide-item .total,.ws-section-category.category-yt .append-order-to .slide-item .total,.ws-section-category .ws-category-slider .slide-item.likes_tab .total,.ws-section-category .ws-category-slider .slide-item.autolikes_tab .total,.ws-section-category.category-inst .ws-category-slider .slide-item .total,.ws-section-category.category-yt .ws-category-slider .slide-item .total {
    border-bottom: 2px dotted #0C7BCE!important;
    font-size: 60px;
    font-weight: 800;
    color: #1d3e7c
}

body .ws-section-category .ws-category-slider .slide-item div.total {
    border-bottom: 2px dotted #0C7BCE!important;
    font-size: 60px;
    font-weight: 800;
    color: #1d3e7c !important
}

.ws-section-category .append-order-to .slide-item .price,.ws-section-category .ws-category-slider .slide-item .price {
    font-size: 34px;
    color: #1d3e7c;
    font-weight: 800
}

form input[type=submit],form input[type=submit]+[type=button],form button,.btn.btn-yellow {
    background: #f50f0f
}

.question .collapse-title:before {
    color: #1d3e7c
}

.ws-section-category .append-order-to .slide-item .price+.buy,.ws-section-category .ws-category-slider .slide-item .price+.buy {
    color: #fff;
    background: #f50f0f;
    border: 0;
    font-size: 30px;
    font-weight: 700
}

.ws-section-category .append-order-to .owl-prev svg,.ws-section-category .ws-category-slider .owl-prev svg {
    -webkit-transform: rotate(90deg) scale(2);
    transform: rotate(90deg) scale(2);
    fill: #9C9C9D!important
}

.ws-section-category .append-order-to .owl-next svg,.ws-section-category .ws-category-slider .owl-next svg {
    -webkit-transform: rotate(-90deg) scale(2);
    transform: rotate(-90deg) scale(2);
    fill: #9C9C9D!important
}

.ws-section-category .append-order-to .slide-item .price+.buy:hover,.ws-section-category .ws-category-slider .slide-item .price+.buy:hover {
    background: #1d3e7c
}

.ws-section-category .append-order-to+.more,.ws-section-category .ws-category-slider+.more,.ws-advantages .advantages-btn {
    color: #464749;
    border-color: #464749
}

.ws-section-info:after {
    content: '';
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/pictures/dotted3.png) center repeat;
    background-size: cover;
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 1px;
    width: 100%
}

.ws-section-category.category-fb {
    display: none
}

.ws-section-category.category-inst .category-nav-tab li:nth-child(2) a,.ws-section-category.category-yt .category-nav-tab li:nth-child(2) a {
    border-right: 1px solid;
    border-left: 1px solid;
    margin-left: -1px;
    margin-right: -1px
}

.ws-section-category.category-sc,.ws-services-all .service-bg,.ws-section-category.category-sp {
    display: none
}

.ws-services-all {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/allsBg.jpg) center no-repeat;
    min-height: 666px;
    position: relative;
    padding: 71px 0 120px;
    background-size: cover
}

.ws-services-all:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/allsaf.png) center no-repeat;
    width: 1819px;
    max-width: 95%;
    height: 196px;
    background-size: contain;
    margin: auto
}

.df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ws-services-all .section-title,.ws-advantages .section-title,.ws-offers .main-title {
    font-size: 60px;
    font-weight: 700;
    color: #0b7ace
}

.ws-services-all .collapse-content ul li a:hover p,.ws-services-all .collapse-content ul li a:hover span {
    background: 0 0
}

.ws-services-all .collapse-content ul li a p {
    font-size: 20px;
    font-weight: 500
}

.ws-advantages .section-title {
    margin: 0 0 65px
}

.ws-advantages {
    padding: 60px 0 80px
}

.df .service-icon {
    background: none!important
}

.ws-services-all .services-item:after {
    display: none
}

.ws-services-all .services-item svg {
    display: none
}

.ws-services-all .services-elem {
    height: 100%;
    max-width: 297px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029
}

.service-icon {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 36px;
    background: #32cd32;
    color: #fff;
    margin-right: 10px;
    padding-top: 1px
}

.ws-services-all .services-item span {
    font-weight: 700;
    color: #fff
}

.ws-services-all .services-item:before {
    width: 100%;
    background: #0c7bce;
    border-radius: 0
}

.ws-services-all .services-item {
    height: 50px;
    color: #fff;
    padding: 0 60px 0 13px
}

.ws-services-all .collapse-content {
    background: #fff
}

.ws-services-all .collapse-content ul li a:after {
    display: none
}

.ws-services-all .collapse-content ul li:first-child a {
    border-top: none
}

.ws-services-all .collapse-content ul li a:hover {
    background: #1d3e7c
}

.ws-services-all .collapse-content ul li a {
    border-top: 1px solid #efebeb;
    color: #1d3e7c;
    padding: 9px 30px
}

.ws-advantages .advantages-elem .info span {
    color: #0b7ace;
    font-weight: 700;
    margin-bottom: 0
}

.ws-why-we {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/wwBg.jpg) center no-repeat;
    background-size: cover;
    min-height: 768.24px
}

.ws-why-we .container:after {
    position: absolute;
    content: '';
    right: -30px;
    top: -60px;
    width: 477px;
    height: 685px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/magnet.png) right center no-repeat;
    z-index: -1
}

.ws-why-we .picture {
    display: none
}

.why-we-bg {
    display: none
}

.ws-why-we .title {
    font-weight: 700;
    color: #0b7ace
}

.ws-why-we .why-we-elem span {
    font-size: 105px;
    color: #f25d52
}

.ws-why-we .why-we-elem p {
    font-size: 18px;
    font-weight: 700;
    color: #0c7bce;
    margin-left: 52px;
    max-width: 624px
}

.ws-why-we .descr {
    font-size: 40px;
    font-weight: 700;
    color: #0c7bce;
    text-transform: uppercase;
    padding-top: 5px
}

.front .section-bubble.section-advantages {
    min-height: 592px
}

.aOffers {
    min-width: 339px
}

.ws-offers .menu-wrapper>li>a {
    font-size: 30px;
    font-weight: 700;
    color: #0c7bce
}

.ws-offers .menu-wrapper>li>ul>li>a {
    color: #464749;
    font-size: 20px;
    font-weight: 700
}

.ws-offers .menu-wrapper>li>ul>li>a:hover {
    color: #0c7bce;
    text-decoration: underline
}

.ws-footer .logo-elem a {
    margin-bottom: 30px
}

.ws-footer .bottom-elem {
    margin: -20px 0 0
}

.ws-footer .bottom-nav>ul>li>a {
    cursor: pointer
}

.ws-footer .bottom-nav>ul>li>.sub-menu {
    display: none
}

.ws-footer .bottom-nav>ul>li>.sub-menu.active {
    display: block;
    border-bottom: 15px solid #064687;
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    z-index: 10
}

.ws-footer .bottom-nav>ul>li>.sub-menu.active>li>a {
    background: #1986bf;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    background: #005f9e;
    border-top: 1px solid #0968a8;
    padding: 0 10px 0 50px
}

.ws-footer .bottom-nav>ul>li>.sub-menu.active>li>a.active {
    border-top: 1px solid #026ca6;
    font-size: 14px;
    font-weight: 700;
    height: 26px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px 0 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #064687;
    color: #6bc8f8
}

.ws-footer .bottom-nav>ul>li>.sub-menu.active>li>a svg {
    width: 10px;
    fill: #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ws-footer .bottom-nav>ul>li>.sub-menu.active>li>a:hover svg {
    width: 10px;
    fill: #6bc8f8 !important;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ws-footer .bottom-nav>ul>li>.sub-menu.active>li>a:hover {
    background: #064687;
    color: #6bc8f8
}

.ws-footer .bottom-nav>ul>li>.sub-menu.active>li>ul {
    display: none
}

.ws-footer .bottom-nav>ul>li>.sub-menu.active>li>ul li a {
    background: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    padding: 0 10px 0 75px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #064687;
    font-size: 14px;
    font-weight: 500
}

.ws-footer .bottom-nav>ul>li>.sub-menu.active>li>ul li a:hover {
    background: #064687;
    color: #6bc8f8
}

.bottom-nav {
    position: relative
}

.advantages {
    padding: 16px 0 16px 35px;
    max-width: 68%;
    margin: 0 auto auto
}

.advantage {
    position: relative;
    font-size: 14px;
    color: #464749;
    font-weight: 500;
    margin: 0;
    margin-bottom: -14px
}

.advantage:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/advBef.png) no-repeat center;
    background-size: cover;
    left: -16px;
    top: 3px
}

.ws-inner-main-screen {
    background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/topBg2.jpg) no-repeat center;
    background-size: cover
}

.ws-inner-main-screen h1 {
    text-align: left
}

.ss.product img {
    width: initial;
    max-width: initial
}

.ss.product {
    margin-top: 50px
}

.ws-inner-category .container .picture .info-elem {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: 1px solid #0c7bce;
    margin-top: 12px
}

.ws-inner-category .container .picture>img {
    margin: 0 auto
}

.ws-inner-category .container .info-wrapper .title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    color: #1D3E7C!important
}

.ws-inner-category .container .info-wrapper .btn-yellow {
    border-radius: 4px;
    font-size: 26px;
    background: #f50f0f;
    text-transform: uppercase;
    padding: 11px;
    min-width: 216.5px;
    width: 216.5px;
    margin-top: 36px
}

.new-pr {
    color: #464749;
    font-size: 16px;
    text-decoration: line-through
}

.ws-inner-category .container .info-wrapper .ws-price .ws-new-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ws-inner-category .container .info-wrapper .ws-price .ws-new-price span:nth-child(2) {
    margin: 0 3px 0 7px
}

.ws-inner-category.ws-inner-single-page .container .info-wrapper .ws-price .ws-new-price span:nth-child(2) {
    margin: 0 3px 0 0
}

.product-t {
    font-size: 29.5px
}

.ws-inner-category .container .info-wrapper .ws-price .ws-new-price {
    font-weight: 700
}

.ws-inner-category {
    padding: 35px 0 15px
}

.ws-inner-category .container .info-wrapper ul li img {
    margin: -2px 10px 0 0
}

.ws-inner-main-screen p {
    font-size: 30px;
    margin: 30px 0 0;
    line-height: 40px;
    max-width: 875px
}

.ws-category-content .ws-inner-main-screen .container {
    min-height: initial
}

.ws-inner-main-screen .picture .ico-elem {
    display: none
}

.ws-inner-main-screen .picture {
    position: absolute;
    bottom: 35px;
    right: 130px
}

.ws-category-content .ws-inner-main-screen p {
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 61px
}

.ws-main-product .slide-item {
    width: 297px;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 67px;
    margin-right: 30px
}

.ws-main-product .slide-item:nth-child(4) {
    margin-right: 0
}

.ws-main-product .slide-item .likes-wrap {
    width: 100%;
    -webkit-filter: none;
    filter: none
}

.more.cat+.ws-template-content {
    width: 100%;
    -webkit-filter: none;
    filter: none;
    max-width: 1360px;
    padding: 0 15px
}

.section.section-product {
    padding: 90px 0 0
}

.more.cat+.ws-template-content .description {
    margin-left: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 60px;
    margin-top: 20px
}

.ws-main-product .slide-item .likes {
    -webkit-clip-path: none;
    clip-path: none;
    background: #0c7bce;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 70px;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    font-size: 18px;
    font-weight: 700
}

.ws-main-product .slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 0 25px
}

.ws-main-product .slide-item .total {
    border-bottom: 2px dotted #0C7BCE!important;
    font-size: 60px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    padding: 0 0 15px;
    color: #1d3e7c
}

.slide-item .total span,.ws-main-product .slide-item .total div span,.ws-main-product .slide-item .total a span {
    font-size: 18px;
    font-weight: 800;
    display: block
}

.ws-main-product .slide-item .price {
    text-align: center;
    width: 100%;
    margin: 15px 0;
    font-size: 34px;
    color: #1d3e7c;
    font-weight: 800
}

.ws-main-product .slide-item .price+.buy {
    color: #fff;
    background: #f50f0f;
    border: 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 5px;
    padding: 4px 40px;
    display: table;
    text-align: center
}

.ws-main-product {
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-product.ws-section-category:after {
    display: none
}

@media (min-width: 1270px) {
    .ws-inner-main-screen .picture>img.catTopMob {
        display:block!important;
        margin-bottom: 20px;
        margin-left: 23px
    }
}

@media (max-width: 1270px) {
    .main-page .header-slider-type-iconlist {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ws-main-screen .container:after,.ws-why-we .container:after {
        display: none
    }

    .ws-inner-main-screen .picture {
        position: absolute;
        bottom: 35px;
        right: 0;
        text-align: center;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 995px) {
    .ws-main-screen .title {
        font-size:60px
    }

    .ws-main-screen .descr {
        font-size: 24px
    }

    .ws-main-screen .ws-social-wrapper[class*=col-] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ws-main-screen .container {
        padding-top: 50px
    }

    .ws-why-we .why-we-elem {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ws-why-we .why-we-elem p {
        width: 77%
    }

    .ws-section-category .append-order-to,.ws-section-category .ws-category-slider {
        left: 0
    }
}

@media (min-width: 767px) {
    .ws-main-screen {
        background-image:url(//1seguidores.com/wp-content/themes/social/assets/css/../img/topBg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .all-services.btn {
        display: none
    }

    .ww-mob {
        display: none
    }

    .logo.mobile svg {
        display: none
    }

    .deload.mob {
        display: none
    }

    .ws-inner-main-screen .picture>img.catTopMob {
        display: none;
        margin-bottom: 20px;
        margin-left: 23px
    }

    .more.cat {
        display: none
    }

    .ws-inner-category .container .picture>img.pMagnMob {
        display: none
    }

    .ws-header .ws-submenu>ul>.has-children {
        display: block
    }

    .ws-header .ws-submenu>ul>li {
        display: none
    }
}

@media (max-width: 767px) {
    .ws-section-category .append-order-to .slide-item .likes,.ws-section-category .ws-category-slider .slide-item .likes {
        height:74px
    }

    .ws-section-category .append-order-to .slide-item .likes-wrap,.ws-section-category .ws-category-slider .slide-item .likes-wrap {
        margin-bottom: 5px
    }

    #header .flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #header .ws-hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .ws-inner-category .container .info-wrapper ul {
        max-width: 90%;
        margin: 0 auto
    }

    .ws-inner-category .container .info-wrapper .title {
        font-size: 22px
    }

    .ws-inner-category .container .picture>img.deload {
        display: none
    }

    .ws-inner-category .container .picture>img.pMagnMob {
        display: block
    }

    .section.section-product {
        padding: 33px 0 0
    }

    .more.cat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        width: 204px;
        height: 44px;
        padding: 6px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: flex!important;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #464749;
        border: 1px solid #464749;
        border-radius: 5px;
        margin: 20px auto
    }

    .section.section-product {
        padding: 33px 0 0;
        margin-bottom: 0
    }

    .owl-carousel .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .ws-inner-main-screen .picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ws-inner-main-screen .picture>img.catTopMob {
        display: block;
        width: 100%;
        margin-bottom: initial;
        margin-left: initial;
        max-height: 154px;
        margin: 15px 300px
    }

    .ws-section-category .append-order-to .slide-item,.ws-section-category .ws-category-slider .slide-item {
        width: 229px;
        height: 100%
    }

    .ws-section-category .append-order-to.ws-main-product .slide-item,.ws-section-category .ws-category-slider.ws-main-product .slide-item {
        height: initial;
        margin: 0
    }

    .ws-section-category .append-order-to.ws-main-product.owl-carousel .owl-item .slide-item,.ws-section-category .ws-category-slider.ws-main-product.owl-carousel .owl-item .slide-item {
        height: 100%
    }

    .ws-section-category.section.section-product:after {
        display: none
    }

    .ws-inner-main-screen h1 {
        font-size: 30px;
        text-align: left
    }

    .ws-category-content .ws-inner-main-screen p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px
    }

    .ws-inner-main-screen ul li {
        font-size: 16px
    }

    .ws-inner-main-screen .picture {
        position: relative;
        margin-top: 25px;
        bottom: 0
    }

    .ws-inner-main-screen .picture>img {
        display: block;
        max-width: 190px;
        max-height: 36px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .deload {
        display: none
    }

    .picture img.deload,.ss .deload {
        display: block
    }

    .ws-inner-main-screen .container {
        padding-top: 38px
    }

    .ss.product {
        margin-top: 0
    }

    .ws-inner-main-screen.post {
        min-height: 180px
    }

    .ss.product .deload {
        display: block
    }

    .ws-footer .logo-elem {
        width: auto;
        margin-bottom: 70px
    }

    .deload.mob {
        display: block;
        margin: 0 auto
    }

    .logo.mobile img {
        display: none!important
    }

    .logo.mobile svg {
        display: block
    }

    .ws-footer .bottom-elem {
        margin: 65px 0 0;
        padding-bottom: 25px;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px dotted #fff
    }

    .ws-footer .cards+.bottom-elem {
        display: none
    }

    .ws-footer .bottom-elem li {
        margin: 0 0 15px;
        position: relative
    }

    .ws-footer .bottom-nav>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px;
        margin-top: -110px;
        padding-bottom: 5px
    }

    .ws-footer .bottom-nav p {
        padding: 250px 0 0
    }

    .ws-footer .cards+.bottom-elem li .sub-menu {
        display: none!important
    }

    .ws-services-all .section-title,.ws-advantages .section-title,.ws-offers .main-title {
        font-size: 30px
    }

    .ws-why-we {
        min-height: initial
    }

    .ww-mob {
        margin-top: 15px;
        display: block;
        margin: 0 auto;
        width: 229px
    }

    .ws-why-we .why-we-elem {
        margin: 0 0 21px
    }

    .ws-why-we .why-we-elem span {
        font-size: 50px
    }

    .ws-why-we .why-we-elem p {
        font-size: 14px
    }

    .ws-why-we .why-we-elem p {
        margin-left: 12px
    }

    .all-services.btn {
        display: block;
        width: 131px;
        height: 26px;
        background: #0c7bce;
        font-size: 16px;
        font-weight: 700;
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        margin: 27px auto 24px
    }

    .ws-main-screen .title {
        font-size: 30px;
        line-height: initial
    }

    .ws-main-screen .descr {
        font-size: 18px;
        font-family: Arial
    }

    .ws-main-screen .ws-social-wrapper .social {
        width: 47% !important;
        margin: 0 0 15px !important
    }

    .front .ws-social-wrapper .col-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ws-main-screen .container {
        padding-bottom: 24px
    }

    .ws-section-info .info-elem img {
        max-width: 59px;
        max-height: 36px
    }

    .ws-section-category {
        padding: 50px 0 24px
    }

    .ws-section-category.category-inst .tab-title,.ws-section-category .tab-title {
        background: none!important;
        color: #1D3E7C!important;
        border-top: 1px solid #1d3e7c;
        border-bottom: 1px solid #1d3e7c
    }

    .ws-section-category .section-title p {
        font-size: 24px
    }

    .ws-section-category .section-title {
        margin: 0 0 12px
    }

    .ws-why-we .descr {
        display: block;
        font-size: 26px;
        text-align: center
    }

    .ws-section-info {
        margin-bottom: 10px
    }

    .ws-section-category .section-title p {
        margin: 3px 0 0
    }

    .ws-section-category .slide-item.comments_tab .likes-wrap .likes:after {
        left: -45px
    }

    .ws-section-category .slide-item.views_tab .likes-wrap .likes:after {
        left: 5px
    }

    .ws-main-product .slide-item .likes svg {
        fill: #fff!important;
        margin: 0 70px 3px 0
    }

    .ws-section-category .append-order-to .slide-item .total,.ws-section-category .ws-category-slider .slide-item .total,.ws-main-product .slide-item.likes_tab .total,.ws-main-product .slide-item.autolikes_tab .total,.ws-section-category.category-inst .append-order-to .slide-item .total,.ws-section-category.category-yt .append-order-to .slide-item .total,.ws-section-category.category-inst .ws-category-slider .slide-item .total,.ws-section-category.category-yt .ws-category-slider .slide-item .total {
        font-size: 40px
    }

    .ws-main-product .slide-item .likes {
        margin: 0
    }

    .ws-main-product .slide-item .total {
        padding: 0
    }

    .advantage {
        text-align: left
    }

    .advantages {
        padding: 16px 0 16px 35px;
        max-width: 85%
    }

    .ws-main-product .slide-item .buy {
        font-size: 13px;
        padding: 7px 52px
    }

    .ws-main-product {
        padding: 0
    }

    .ws-section-category .container {
        padding: 0!important
    }

    .ws-main-product .slide-item {
        width: 230px
    }

    .ws-main-product .slide-item {
        min-height: 450px
    }

    .ws-inner-category {
        padding: 35px 0 28px
    }

    .ws-inner-category .container .info-wrapper .btn-yellow {
        margin-top: 18px
    }

    .ws-section-category-inner .ws-section-title {
        padding: 0
    }

    .ws-section-category .append-order-to .slide-item,.ws-section-category .ws-category-slider .slide-item {
        margin-top: -1px
    }

    .ws-section-category .append-order-to .slide-item .price+.buy,.ws-section-category .ws-category-slider .slide-item .price+.buy {
        width: 160px
    }

    .ws-category-content .ws-inner-main-screen .container {
        padding-top: 38px
    }

    .ws-main-product .slide-item .likes {
        max-height: 74px
    }

    .ws-section-info .info-elem:nth-last-child(1) img {
        max-width: 94px
    }

    .zagl {
        height: 70px
    }

    body .ws-section-category .append-order-to .slide-item .likes,body .ws-section-category .ws-category-slider .slide-item .likes {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    body .ws-section-category .slide-item .likes-wrap .likes:after {
        position: static;
        margin: 0;
        width: auto;
        display: block
    }
}

@media (max-width: 620px) {
    .ws-section-category .slide-item .likes-wrap .likes:after {
        position:absolute;
        left: 30px
    }

    .ws-main-product .slide-item.subscribers_tab .likes-wrap .likes:after {
        left: -65px
    }

    .ws-main-product .slide-item .likes-wrap .likes:after {
        position: absolute;
        left: 45px
    }

    .ws-services-all:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/allsaf.png) center no-repeat;
        opacity: .53;
        width: 1819px;
        max-width: 150%;
        height: 100px;
        background-size: contain
    }

    .ws-how {
        position: relative;
        padding-bottom: 30px
    }

    .ws-how:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/allsaf.png) center no-repeat;
        opacity: .53;
        width: 1819px;
        max-width: 150%;
        height: 100px;
        background-size: contain
    }
}

@media (max-width: 558px) {
    .append-order-to.owl-carousel.owl-theme.owl-loaded,.ws-category-slider.owl-carousel.owl-theme.owl-loaded {
        padding-right:0
    }

    .ws-main-screen .ws-social-wrapper {
        margin-bottom: 15px
    }

    .ws-section-category.ws-section-category-inner.sPr {
        margin-bottom: -40px
    }

    .ws-why-we {
        background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/wwBgm.jpg) center no-repeat;
        background-size: cover
    }

    .ws-advantages .advantages-btn {
        margin: 6px 0 0
    }

    .ws-advantages {
        padding: 60px 0 44px
    }

    .ws-advantages .section-title {
        margin: -30px 0 24px
    }

    .df {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ws-services-all {
        padding: 26px 0 58px
    }

    .ws-services-all .services-elem {
        margin: 0 auto 27px
    }

    .ws-main-product .slide-item .likes {
        position: relative
    }

    .ws-main-screen .ws-social-wrapper .social {
        width: 45% !important
    }

    .ws-main-product .slide-item {
        width: 230px;
        margin-top: -1px
    }

    .ss img {
        max-height: 33px;
        margin: 0 10px
    }

    .ss img.sec {
        max-height: 25px
    }

    .main-page .header-slider-type-iconlist-item {
        padding-left: 20px
    }

    .main-page .header-slider-type-iconlist-item img {
        height: 33px
    }

    .section-text .description h3,.section-text .description h4,.section-text .description h5,.section-text .description h6 {
        text-transform: none;
        font-size: 24px
    }

    .ws-how .ws-section-title {
        font-size: 30px;
        text-align: left;
        margin: 0 0 35px
    }

    .ws-how .how-elem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ws-how .how-elem .number {
        width: 50%;
        height: 90px
    }

    .ws-how .how-elem .number img {
        max-width: 67px;
        max-height: 63px
    }

    .ws-how .how-elem .title {
        width: 50%;
        font-size: 20px;
        height: 90px;
        border-bottom: 1px solid #1d3e7c
    }

    .ws-how .how-elem .number p {
        margin: 0 10px 0 0;
        font-size: 100px
    }
}

@media (max-width: 420px) {
    .ws-inner-main-screen {
        background-position-x:-361px
    }

    .ws-advantages .advantages-elem .info span img {
        margin-bottom: -32px;
        margin-right: 13px;
        width: 37px
    }

    .ws-category-content .ws-inner-main-screen p {
        margin-bottom: 38px
    }

    .owl-carousel .owl-item img {
        width: 73%
    }

    .ws-main-product .slide-item {
        min-height: 400px
    }

    .product-t {
        font-size: 12px
    }

    .feedback-slider .slider-item {
        padding-left: 0
    }

    .section-feedbacks .main-title {
        color: #0b7ace;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    .ws-advantages .advantages-elem .info p {
        font-size: 14px;
        padding-left: 50px;
        padding-top: 8px
    }

    .ws-footer .bottom-nav span {
        text-align: center;
        color: #fff;
        margin: 10px 0
    }

    .ws-advantages .section-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    .section-feedbacks {
        padding: 53px 0 18px
    }

    .aOffers {
        min-width: 260px
    }

    .ws-main-screen .ws-social-wrapper .social .social-title {
        font-size: 16px;
        width: 70%
    }

    .ws-main-screen .ws-social-wrapper .social .picture-wrapper {
        width: 28%;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ws-main-screen .ws-social-wrapper .social .picture-wrapper .picture {
        height: 35px;
        width: 50px
    }

    .ws-main-screen .ws-social-wrapper .social .picture-wrapper .picture svg {
        height: 19.6px
    }

    .ws-section-info {
        padding: 14px 0 5px
    }

    .ws-section-info:after {
        bottom: -14px
    }

    .ws-section-category {
        padding: 28px 0 24px
    }

    .section-bubble.section-advantages {
        padding: 10px 0
    }

    .ws-offers .main-title {
        font-size: 30px;
        margin: 0 0 12px
    }
}

@media (max-width: 370px) {
    .ws-how:after {
        position:absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/allsaf.png) center no-repeat;
        opacity: .53;
        width: 1819px;
        max-width: 240%;
        height: 100px;
        background-size: contain
    }

    .ws-services-all:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        background: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new/allsaf.png) center no-repeat;
        opacity: .53;
        width: 1819px;
        max-width: 240%;
        height: 100px;
        background-size: contain
    }

    .ws-footer .bottom-nav>ul {
        margin: 20px 0;
        margin-top: -110px
    }

    .ws-offers .menu-wrapper>li {
        margin-bottom: 26px
    }

    .ws-offers .menu-wrapper>li>a {
        font-size: 20px
    }

    .ws-offers .menu-wrapper>li>ul>li>a {
        color: #464749;
        font-size: 14px
    }

    .ws-offers .menu-wrapper>li>ul>li {
        margin: 0 0 5px
    }

    .advantages {
        padding: 16px 0 16px 35px;
        max-width: 90%
    }
}

.ws-main-screen .ws-social-wrapper .social.active .hover-elem {
    margin-top: 0!important
}

.ws-main-screen .ws-social-wrapper .social:hover .hover-elem {
    height: initial!important
}

.front .ws-social-wrapper .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.container .table-responsive {
    overflow: auto
}

.section.section-bubble.section-faq {
    padding-left: 15px;
    padding-right: 15px
}

.checkout_cus_template .media-item {
    min-height: unset
}

#checkout-payment-applied-upgrade p {
    padding-right: 0!important
}

#checkout-payment-applied-upgrade {
    text-align: center!important
}

#checkout-payment-downgrade-button {
    margin-top: 5px
}

body .package .btn.btn-yellow.select-new-package {
    background: 0 0;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    padding: 0;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    display: table;
    vertical-align: unset;
    -ms-text-overflow: unset;
    text-overflow: unset;
    overflow: visible;
    z-index: unset
}

@media screen and (max-width: 580px) {
    body .package .btn.btn-yellow.select-new-package {
        font-size:14px;
        margin-top: 5px;
        text-align: left
    }
}

body .package .btn.btn-yellow.select-new-package:after {
    display: none
}

body .package p {
    text-transform: capitalize
}

body .account-change .account-view-novideo-info {
    width: calc(100% - 70px)
}

@media screen and (max-width: 580px) {
    body .account-change .account-view-novideo-info {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    body .template-content .account-change .account-view-novideo-info p {
        padding: 0 0 0 20px
    }

    body .template-content .account-change .account-view-novideo-info a {
        display: table;
        margin-top: 6px;
        margin-left: 20px;
        min-width: unset;
        width: auto
    }
}

.cookies-notify {
    display: none;
    left: auto;
    max-width: 400px;
    position: fixed;
    z-index: 1000005!important;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px 10px;
    width: 100%;
    right: 0;
    bottom: 100px;
    color: #2a2a2a;
    background-color: #fff;
    font-size: 11px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2)
}

@media screen and (max-width: 429px) {
    .cookies-notify {
        max-width:320px;
        width: 320px
    }
}

.cookies-notify__text {
    position: relative;
    margin-bottom: 0;
    font-size: 14px
}

.cookies-notify__close {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    color: #878787;
    cursor: pointer;
    outline: none;
    border: none;
    background: 0 0;
    font-size: 0
}

.cookies-notify__close svg {
    width: 15px;
    height: 15px
}

.cookies-notify__close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cookies-notify__link {
    text-decoration: underline
}

@media screen and (max-width: 799px) {
    .ws-section-category-inner .ws-category-slider .owl-item,.ws-category-content .custom-section-product-2 .owl-carousel .owl-item {
        padding-bottom:5px
    }
}

.section-blog-single .wp-caption {
    max-width: 100%
}

.section-blog-single .wp-caption img {
    display: block;
    max-width: calc(100% - 10px)
}

@media screen and (max-width: 991px) {
    .ws-inner-category .container .info-wrapper .title {
        text-align:center
    }
}

@media screen and (max-width: 767px) {
    .section-blog-single .col-12 {
        width:100%
    }
}

@media screen and (min-width: 768px) {
    body .main-page .product-card-buy-container,body .ws-category-content .product-card-buy-container {
        margin:-20px 0 0
    }

    body .main-page .ws-section-category .append-order-to .slide-item .product-card-buy-container .buy,body .ws-category-content .ws-section-category .append-order-to .slide-item .product-card-buy-container .buy,body .main-page .ws-section-category .ws-category-slider .slide-item .product-card-buy-container .buy,body .ws-category-content .ws-section-category .ws-category-slider .slide-item .product-card-buy-container .buy,body .ws-category-content .ws-section-category .product-card-buy-container .buy {
        margin-top: 20px;
        margin-left: 12px;
        margin-right: 12px
    }

    body .main-page .product-card-buy-container .infoicons-mod-add-to-container,body .ws-category-content .product-card-buy-container .infoicons-mod-add-to-container {
        padding-top: 20px;
        padding-left: 12px;
        padding-right: 12px
    }
}

body .main-page .ws-section-category .append-order-to .slide-item .product-card-buy-container .buy,body .ws-category-content .ws-section-category .append-order-to .slide-item .product-card-buy-container .buy,body .main-page .ws-section-category .ws-category-slider .slide-item .product-card-buy-container .buy,body .ws-category-content .ws-section-category .ws-category-slider .slide-item .product-card-buy-container .buy,body .ws-category-content .ws-section-category .product-card-buy-container .buy,body .ws-category-inner-content .append-order-to .slide-item .product-card-buy-container .buy,body .ws-category-inner-content .ws-category-slider .slide-item .product-card-buy-container .buy,body .ws-category-inner-content .product-card-buy-container .buy {
    padding: 4px 20px
}

body .main-page .ws-section-category .append-order-to .slide-item .product-card-buy-container .buy,body .main-page .ws-section-category .ws-category-slider .slide-item .product-card-buy-container .buy {
    min-width: 125px
}

body .ws-category-content .ws-section-category .append-order-to .slide-item .product-card-buy-container .buy,body .ws-category-content .ws-section-category .ws-category-slider .slide-item .product-card-buy-container .buy,body .ws-category-content .ws-section-category .product-card-buy-container .buy {
    min-width: 138px
}

body .ws-category-inner-content .append-order-to .slide-item .product-card-buy-container .buy,body .ws-category-inner-content .ws-category-slider .slide-item .product-card-buy-container .buy,body .ws-category-inner-content .product-card-buy-container .buy {
    min-width: 212px
}

.sub-product-description-text-container a {
    color: #0059a5
}

@media screen and (max-width: 1279px) {
    .ws-category-inner-content .section-text.ws-template-content .description img {
        height:auto
    }
}

.author-quote.dn,.comments.dn {
    display: none
}

.sp-author {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 22px
}

.sp-author-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sp-author-left {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sp-author-left img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden
}

.sp-author-right {
    padding-left: 18px
}

.sp-author-name {
    padding-top: 2px
}

.sp-author-name>* {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0,0,0,.5);
    line-height: 1.24
}

.sp-author-name>* span {
    color: #000
}

.sp-author-position>* {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,.5);
    line-height: 1.24
}

.sp-author-description {
    padding-top: 12px
}

.sp-author-description>* {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.16;
    text-align: justify
}

.sp-author-icon-list {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sp-author-icon {
    padding-right: 10px
}

.sp-author-icon a {
    display: block;
    width: 20px;
    height: 20px
}

.sp-author-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #000
}

.share {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.share p {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0,0,0,1);
    line-height: 1.24;
    margin-right: 20px
}

.share .share-box .share-box-item {
    width: 25px;
    height: 25px
}

.share .share-box .share-box-item svg {
    margin-bottom: -5px
}

.blog-item .news-content .date {
    margin-bottom: 15px
}

.share .share-box .share-box-item.twitter svg {
    fill: #1da1f2
}

.share .share-box .share-box-item.fb svg {
    fill: #4267b2
}

.share .share-box .share-box-item.mail svg {
    fill: #f25d52
}

.share .share-box .share-box-item.linkedin svg {
    fill: #0a66c2
}

@media screen and (max-width: 991px) {
    .single-blog-content .section-blog-single .article-nav {
        z-index:9
    }
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .breadcrumbs::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .breadcrumbs::-webkit-scrollbar-thumb {
        width: 0;
        height: 0
    }

    .breadcrumbs::-webkit-scrollbar-thumb {
        background: 0 0
    }

    .breadcrumbs::-webkit-scrollbar-track {
        background: 0 0
    }

    .single-blog-content .breadcrumbs-wrapper .breadcrumbs span,.ws-category-inner-content .breadcrumbs-wrapper .breadcrumbs span,.breadcrumbs-wrapper .breadcrumbs span {
        white-space: nowrap
    }
}

.products-plus-filters {
    padding-top: 12px
}

.category-cus-filter+.products-plus-filters {
    padding-top: 0
}

.products-filter-big-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products-filter-big-container-left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 340px;
    margin-bottom: 67px;
    margin-top: calc(18px - 54px)
}

.products-filter-big-container-left-bt-con {
    background-color: #f4f2f5;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    padding: 9px 30px 8px 18px;
    display: none
}

.products-filter-big-container-left-bt-con .ico {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    font-size: 16px;
    color: rgba(29,62,124,.74);
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.products-filter-big-container-left-bt-con .ico:before {
    display: block;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.products-filter-big-container-left-bt-con:hover .ico {
    color: rgba(29,62,124,1)
}

.products-filter-big-container-left-bt-con.active .ico {
    color: rgba(29,62,124,1)
}

.products-filter-big-container-left-bt-con.active .ico:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.pfbclbc-subtitle {
    font-family: 'Roboto',Arial;
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    color: #7c8bae;
    display: block
}

.pfbclbc-title {
    font-family: 'Roboto',Arial;
    font-weight: 700;
    font-size: 14px;
    line-height: 114%;
    color: #253e78;
    display: block;
    padding-top: 4px
}

.pfbclbc-title-question {
    display: none
}

.products-filter-big {
    padding-top: calc(54px + 30px)
}

.products-filter-big-form {
    padding: 20px 20px 17px;
    display: block;
    background-color: #f4f2f5;
    border-radius: 5px
}

.products-filter-big-item {
    padding-top: 19px
}

.products-filter-big-item:first-child {
    padding-top: 0
}

.products-filter-big-item-tl p {
    font-family: 'Roboto',Arial;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #7c8bae
}

.products-filter-big-item-list {
    padding-top: 1px
}

.products-filter-big-item-list input[type=radio] {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    visibility: hidden
}

.products-filter-big-item-list label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    padding-left: 24px;
    margin: 0
}

.products-filter-big-item-list label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -8px;
    right: -8px;
    bottom: 1px;
    background-color: #387bc8;
    border-radius: 3px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.products-filter-big-item-list label:after {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #1d3e7c;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-transition: border-color .3s ease,border-width .3s linear,background-color .3s ease;
    transition: border-color .3s ease,border-width .3s linear,background-color .3s ease
}

.pfbil-radio-title,.pfbil-radio-price {
    font-family: 'Roboto',Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 144%;
    color: #1d3e7c;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px
}

.pfbil-radio-title {
    padding-right: 10px
}

.pfbil-radio-price {
    white-space: nowrap;
    text-align: right
}

.products-filter-big-item-list label:hover:after {
    border-color: #387bc8
}

.products-filter-big-item-list label:hover .pfbil-radio-title,.products-filter-big-item-list label:hover .pfbil-radio-price {
    color: #387bc8
}

.products-filter-big-item-list input[type=radio]:checked+label:before {
    opacity: 1
}

.products-filter-big-item-list input[type=radio]:checked+label .pfbil-radio-title,.products-filter-big-item-list input[type=radio]:checked+label .pfbil-radio-price {
    color: #fff
}

.products-filter-big-item-list input[type=radio]:checked+label:after {
    border-color: #fff;
    border-width: 4px;
    background-color: #387bc8
}

.products-filter-big-container-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - 340px)
}

body .products-plus-filters .custom-section-product-2 .ws-main-product .slide-item {
    width: calc(33.3334% - 30px)
}

@media screen and (max-width: 1269px) {
    body .products-plus-filters .custom-section-product-2 .ws-main-product .slide-item {
        width:calc(50% - 30px)
    }
}

@media screen and (max-width: 991px) {
    body .products-plus-filters .custom-section-product-2 .ws-main-product .slide-item {
        width:calc(100% - 15px)
    }

    .products-filter-big {
        padding-top: calc(50px + 30px)
    }

    .products-filter-big-container-left {
        margin-top: calc(18px - 50px)
    }
}

@media screen and (max-width: 799px) {
    .products-plus-filters {
        padding-top:40px
    }

    body .products-plus-filters .custom-section-product-2 .ws-main-product .slide-item {
        width: auto
    }

    .products-filter-big {
        display: none;
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        z-index: 6;
        padding-top: 0
    }

    .products-filter-big-container-left-con {
        position: relative
    }

    .products-filter-big-container-left-bt-con {
        display: block
    }

    .products-filter-big-container-left,.products-filter-big-container-right {
        width: 100%
    }

    .products-filter-big-container-left {
        padding-top: 20px;
        margin-top: 0;
        margin-bottom: 0
    }

    .products-filter-big-container-right .products-cus-filter {
        padding-top: 20px
    }
}

@media screen and (max-width: 767px) {
    body .products-plus-filters .custom-section-product-2 .ws-main-product .slide-item {
        width:75vw
    }

    .products-plus-filters {
        padding-top: 5px
    }
}

@media screen and (min-width: 800px) {
    .products-filter-big-container-left>.container {
        height:100%
    }

    .products-filter-big-container-left-con {
        position: relative;
        height: 100%
    }

    .products-filter-big {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        right: 0
    }
}

.vut-g .loader {
    padding-top: 14px
}

#paypal-button-container .vut-g .loader {
    padding-top: 0
}

.most-popular-offers {
    padding-top: 79px;
    padding-bottom: 120px
}

.most-popular-offers-title {
    padding-bottom: 40px
}

.most-popular-offers-title>* {
    font-weight: 700;
    font-size: 60px;
    line-height: 140%;
    text-align: center;
    color: #387bc8
}

.mpo-row {
    padding: 0 12px;
    margin-top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mpo-row .col-12 {
    position: relative
}

.mpo-row .col-12:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 0;
    right: 10px;
    bottom: -8px;
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1 20' xml:space='preserve'%3E%3Crect y='5' width='1' height='10' fill='%23C8CFDD' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: 50% 50%
}

.mpo-row .col-12:last-child:after,.mpo-row .col-12:nth-child(4n+4):after {
    display: none
}

.mpo-row .col-12:nth-child(1):after,.mpo-row .col-12:nth-child(2):after,.mpo-row .col-12:nth-child(3):after,.mpo-row .col-12:nth-child(4):after {
    top: 28px
}

.mpo-container {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px
}

.mpo-title {
    line-height: 0
}

.mpo-title>* {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    text-transform: uppercase;
    color: #e13427
}

.mpo-title>* .ico {
    color: #e13427;
    font-size: 29px;
    line-height: 1;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    margin-right: 10px
}

.mpo-list {
    padding-top: 20px
}

.mpo-list li {
    position: relative;
    line-height: 0;
    padding-left: 14px;
    padding-bottom: 10px
}

.mpo-list li:last-child {
    padding-bottom: 0
}

.mpo-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background-color: #253e78
}

.mpo-list li a {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    color: #253e78
}

@media screen and (min-width: 1270px) {
    .most-popular-offers .col-xl-3 {
        width:25%
    }
}

@media screen and (max-width: 1360px) {
    .mpo-row {
        padding:0
    }

    .mpo-container {
        padding-left: 0
    }

    .mpo-row .col-12:after {
        right: 15px
    }
}

@media screen and (max-width: 1269px) {
    .mpo-row {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .mpocon-container {
        max-width: 660px
    }

    .mpo-row .col-12:nth-child(2n+2):after {
        display: none
    }

    .mpo-row .col-12:nth-child(3):after,.mpo-row .col-12:nth-child(4):after {
        top: 0
    }

    body .footer-cus-container-top .footer-cus-container-top-menu {
        max-width: 400px
    }
}

@media screen and (max-width: 1199px) {
    .most-popular-offers {
        padding-top:70px;
        padding-bottom: 100px
    }

    body .footer-cus-container-top .footer-cus-container-top-menu {
        max-width: 300px
    }
}

@media screen and (max-width: 991px) {
    .most-popular-offers {
        padding-top:60px;
        padding-bottom: 80px
    }

    body .footer-cus-container-top .footer-cus-container-top-menu {
        max-width: 290px
    }
}

@media screen and (max-width: 767px) {
    .most-popular-offers {
        padding-top:50px;
        padding-bottom: 60px
    }

    .most-popular-offers-title>* {
        font-size: 30px;
        line-height: 133%
    }

    .mpo-row .col-12:after {
        display: none
    }

    .mpo-row {
        margin-top: -24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mpo-container {
        padding-right: 0;
        padding-top: 24px;
        position: relative
    }

    .mpo-container:after {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        left: calc((100vw - 290px)/-2);
        right: calc((100vw - 290px)/-2);
        bottom: -13px;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 1' xml:space='preserve'%3E%3Crect x='5' y='0' width='10' height='1' fill='%23C8CFDD' /%3E%3C/svg%3E");
        background-repeat: repeat-x;
        background-position: 50% 50%
    }

    .mpo-row .col-12:last-child .mpo-container:last-child:after {
        display: none
    }

    .mpocon-container {
        max-width: 320px
    }

    .most-popular-offers-title {
        padding-bottom: 38px
    }

    body .footer-cus-container-top .footer-cus-container-top-menu {
        max-width: 100%
    }

    body .footer-cus-container-top .footer-cus-container-top-menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 429px) {
    .most-popular-offers {
        padding-top:40px;
        padding-bottom: 40px
    }

    .mpocon-container {
        max-width: 290px
    }

    .mpo-container:after {
        left: calc((100vw - 260px)/-2);
        right: calc((100vw - 260px)/-2)
    }
}

.most-popular-block {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #fff;
    z-index: 1
}

.most-popular-block>* {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.main-page .most-popular-block,.ws-category-content .most-popular-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.most-popular-block.most-popular-color-red {
    -webkit-box-shadow: 0px 5px 14px rgba(225,52,39,.25);
    box-shadow: 0px 5px 14px rgba(225,52,39,.25);
    background-color: #e13427
}

.most-popular-block.most-popular-color-green {
    -webkit-box-shadow: 0px 5px 14px rgba(120,152,47,.25);
    box-shadow: 0px 5px 14px rgba(120,152,47,.25);
    background-color: #9bc53d
}

.most-popular-block.most-popular-color-darkblue {
    -webkit-box-shadow: 0px 5px 14px rgba(37,62,120,.25);
    box-shadow: 0px 5px 14px rgba(37,62,120,.25);
    background-color: #253e78
}

.most-popular-block.most-popular-color-darkgray {
    -webkit-box-shadow: 0px 5px 14px rgba(37,62,120,.25);
    box-shadow: 0px 5px 14px rgba(37,62,120,.25);
    background-color: #464749
}

.contact-info-container {
    padding-top: 80px
}

.contact-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 53px
}

.contact-info-list.contact-info-list-2 {
    max-width: 858px;
    margin-left: auto;
    margin-right: auto
}

.contact-info-list.contact-info-list-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-info-item {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-info-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background-color: #e1ebf7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%
}

.contact-info-icon img {
    display: block;
    width: 40px;
    height: 40px
}

.contact-info-info {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    padding-left: 20px
}

.contact-info-title>* {
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: #464749
}

.contact-info-text {
    line-height: 0;
    padding-top: 8px
}

.contact-info-text>* {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #2f2f2f;
    word-break: break-word
}

@media screen and (max-width: 1199px) {
    .contact-info-icon img {
        width:32px;
        height: 32px
    }

    .contact-info-icon {
        width: 64px;
        height: 64px
    }

    .contact-info-info {
        padding-left: 16px
    }

    .contact-info-list.contact-info-list-2 {
        max-width: 760px
    }
}

@media screen and (max-width: 991px) {
    .contact-info-list.contact-info-list-2 {
        max-width:unset;
        margin-left: -15px;
        margin-right: -15px
    }
}

@media screen and (max-width: 767px) {
    .contact-info-container {
        padding-top:40px
    }

    .contact-info-list {
        padding-bottom: 39px
    }
}

@media screen and (max-width: 429px) {
    .contact-info-list {
        margin-top:-15px
    }

    .contact-info-item {
        padding-top: 15px
    }
}

@media screen and (max-width: 360px) {
    .contact-info-icon img {
        width:28px;
        height: 28px
    }

    .contact-info-icon {
        width: 60px;
        height: 60px
    }

    .contact-info-title>* {
        font-size: 14px
    }

    .contact-info-text>* {
        font-size: 16px
    }

    .contact-info-text {
        line-height: 0;
        padding-top: 6px
    }
}

.contact-socials-container {
    padding-bottom: 50px
}

.contact-socials-list-line {
    border-top: 1px dashed #65779f
}

.contact-socials-title {
    padding-top: 50px
}

.contact-socials-title>* {
    font-weight: 700;
    font-size: 30px;
    line-height: 133%;
    text-align: center;
    color: #2f2f2f
}

.contact-socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -16px;
    padding-top: 20px
}

.contact-socials-list a {
    display: block;
    margin-left: 16px
}

.contact-socials-list a img {
    display: block;
    width: 42px;
    height: 42px
}

@media screen and (max-width: 767px) {
    .contact-socials-title {
        padding-top:40px
    }

    .contact-socials-container {
        padding-bottom: 42px
    }

    .contact-socials-title>* {
        font-size: 24px
    }
}

.contact-map-container {
    padding-top: 72px;
    padding-bottom: 120px
}

.contact-map-container>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-map-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 30px
}

.contact-map-title>* {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #387bc8
}

.contact-map-subtitle {
    padding-top: 20px
}

.contact-map-subtitle>* {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #464749
}

.contact-map-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 65.64%;
    position: relative;
    padding-top: 30.076%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.contact-map-right-end {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 33%;
    position: relative;
    padding-top: 30.076%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto
}

.contact-map-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 50px rgba(47,47,47,.1);
    box-shadow: 0px 5px 50px rgba(47,47,47,.1)
}

.contact-map-icon img {
    display: block;
    width: 24px;
    height: 24px
}

@media screen and (max-width: 1269px) {
    .contact-map-right {
        width:60%
    }
}

@media screen and (max-width: 1199px) {
    .contact-map-right {
        width:53.192%
    }
}

@media screen and (max-width: 991px) {
    .contact-map-container>.container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .contact-map-left {
        padding-top: 50px;
        padding-right: 0
    }

    .contact-map-title>* {
        font-size: 34px;
        text-align: center
    }

    .contact-map-subtitle {
        padding-top: 10px
    }

    .contact-map-subtitle>* {
        font-size: 18px;
        text-align: center
    }

    .contact-map-right {
        width: 100%;
        padding-top: 45%;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .contact-map-right-end {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 60%;
        position: relative;
        padding-top: 25%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 100% auto
    }
}

@media screen and (max-width: 767px) {
    .contact-map-container {
        padding-top:0;
        padding-bottom: 41px
    }

    .contact-map-right {
        width: 100vw;
        margin-left: -15px;
        margin-right: -15px
    }

    .contact-map-title>* {
        font-size: 30px
    }

    .contact-map-left {
        padding-top: 34px
    }
}

@media screen and (max-width: 480px) {
    .contact-map-right-end {
        width:80%
    }
}

@media screen and (max-width: 429px) {
    .contact-map-container {
        padding-bottom:42px
    }

    .contact-map-left {
        padding-top: 27px
    }

    .contact-map-title>* {
        font-size: 24px
    }

    .contact-map-subtitle {
        padding-top: 12px
    }

    .contact-map-subtitle>* {
        font-size: 16px
    }

    .contact-map-right {
        padding-top: 86.96%
    }
}

.vacancy-info {
    padding: 80px 0
}

.vacancy-info .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vacancy-info-img img {
    display: block;
    max-width: 100%;
    height: auto
}

.vacancy-text>* {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #464749;
    padding-top: 24px
}

.vacancy-text>*:first-child {
    padding-top: 0
}

.vacancy-text ol {
    padding-left: 10px;
    list-style: none;
    padding: 15px 0 0 18px
}

.vacancy-text ol li {
    margin-bottom: 10px;
    counter-increment: li;
    padding-left: 10px
}

.vacancy-text ul {
    padding: 15px 0 0 18px
}

.vacancy-text ul li {
    margin-bottom: 10px
}

.vacancy-text ul li:last-child,.vacancy-text ol li:last-child {
    margin-bottom: 0
}

.vacancy-text ul li:before {
    content: "\2022";
    color: #0c7bce;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 18px;
    margin-top: -1px
}

.vacancy-text ol li:before {
    font-size: inherit!important
}

@media screen and (max-width: 991px) {
    .vacancy-info .row {
        display:block
    }

    .vacancy-info-img img {
        margin: 0 auto
    }

    .vacancy-text {
        padding-top: 32px
    }
}

@media screen and (max-width: 767px) {
    .vacancy-info {
        padding:40px 0 39px
    }

    .vacancy-text {
        padding-top: 25px
    }

    .vacancy-text>* {
        font-size: 14px;
        line-height: 171%;
        padding-top: 16px
    }
}

.vacancy-feature {
    background: -webkit-gradient(linear,left top,left bottom,from(#f5f8fb),to(#dcebf6));
    background: linear-gradient(180deg,#f5f8fb 0%,#dcebf6 100%);
    padding: 80px 0 87px
}

.vacancy-feature .row {
    max-width: 1084px;
    margin: 0 auto
}

.vacancy-feature-title {
    max-width: 730px;
    margin: 0 auto
}

.vacancy-feature-title>* {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #253e78
}

.vacancy-feature-ul {
    padding-top: 47px
}

.vacancy-feature-ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.445;
    color: #2f2f2f;
    position: relative;
    padding-left: 33px;
    padding-bottom: 14px
}

.vacancy-feature-ul li:last-child {
    padding-bottom: 0
}

.vacancy-feature-ul li:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 22' xml:space='preserve'%3E%3Cpath fill='%23E13427' d='M11,22C4.9,22,0,17.1,0,11S4.9,0,11,0s11,4.9,11,11S17.1,22,11,22z'/%3E%3Cpath fill='%23FFFFFF' d='M9.6,14.6c-0.2,0-0.4-0.1-0.5-0.2l-2.8-2.8c-0.3-0.3-0.3-0.8,0-1.1s0.8-0.3,1.1,0l2.3,2.3l5.1-5.1c0.3-0.3,0.8-0.3,1.1,0c0.3,0.3,0.3,0.8,0,1.1l-5.7,5.7C10,14.5,9.8,14.6,9.6,14.6z'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media screen and (max-width: 991px) {
    .vacancy-feature .row {
        max-width:unset;
        margin-right: -15px;
        margin-left: -15px
    }
}

@media screen and (max-width: 767px) {
    .vacancy-feature {
        padding:40px 0 48px
    }

    .vacancy-feature-title {
        padding-bottom: 16px
    }

    .vacancy-feature-title>* {
        font-size: 16px;
        line-height: 162%
    }

    .vacancy-feature-ul {
        padding-top: 18px
    }

    .vacancy-feature-ul li {
        font-size: 14px;
        line-height: 1.572;
        padding-bottom: 18px
    }

    .vacancy-feature-ul li:before {
        top: -1px
    }
}

.vacancy-list {
    padding: 80px 0 80px
}

.vacancy-item {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 100px rgba(37,62,120,.1);
    box-shadow: 0px 5px 100px rgba(37,62,120,.1);
    border-radius: 4px;
    margin-top: 24px;
    padding: 50px 48px 48px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.vacancy-item:first-child {
    margin-top: 0
}

.vacancy-item-title>* {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #387bc8
}

.vacancy-item-title-2 {
    padding-top: 20px
}

.vacancy-item-title-2>* {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #2f2f2f
}

.vacancy-item-text {
    line-height: 0;
    padding-top: 10px
}

.vacancy-item-text ul {
    margin-left: 10px
}

.vacancy-item-text ul li {
    position: relative;
    padding-left: 14px
}

.vacancy-item-text ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 0;
    background-color: #2f2f2f
}

.vacancy-item-text ol li,.vacancy-item-text ul li,.vacancy-item-text p,.vacancy-item-text a {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #2f2f2f
}

.vacancy-item-text p,.vacancy-item-text a {
    display: inline-block
}

.vacancy-item-text>* {
    padding-top: 10px
}

.vacancy-item-text>*:first-child {
    padding-top: 0
}

.vacancy-item-button {
    line-height: 0;
    padding-top: 32px
}

.vacancy-item-button>* {
    display: inline-block;
    background-color: #e13427;
    border: 1px solid #e13427;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 162%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 23px
}

.vacancy-item-button>*:active,.vacancy-item-button>*:focus,.vacancy-item-button>*:hover {
    background-color: transparent;
    color: #e13427
}

@media screen and (max-width: 767px) {
    .vacancy-list {
        padding:40px 0 40px
    }

    .vacancy-item {
        margin-top: 16px;
        padding: 24px 16px 32px
    }

    .vacancy-item-title {
        padding-bottom: 1px
    }

    .vacancy-item-title>* {
        font-size: 24px;
        line-height: 133%
    }

    .vacancy-item-title-2 {
        padding-top: 15px
    }

    .vacancy-item-title-2>* {
        font-size: 16px;
        line-height: 162%
    }

    .vacancy-item-text {
        padding-top: 12px
    }

    .vacancy-item-text ul li {
        padding-left: 12px
    }

    .vacancy-item-text ul li,.vacancy-item-text ol li {
        padding-bottom: 6px
    }

    .vacancy-item-text ul li:last-child,.vacancy-item-text ol li:last-child {
        padding-bottom: 0
    }

    .vacancy-item-text ul li:before {
        top: 9px
    }

    .vacancy-item-text ol li,.vacancy-item-text ul li,.vacancy-item-text p,.vacancy-item-text a {
        font-size: 14px;
        line-height: 171%
    }

    .vacancy-item-text>* {
        padding-top: 11px
    }

    .vacancy-item-button {
        padding-top: 21px
    }

    .vacancy-item-button>* {
        font-size: 14px;
        padding: 13px 30px
    }
}

@media screen and (max-width: 429px) {
    .vacancy-item-button>* {
        width:100%
    }
}

.modal {
    z-index: 100001
}

.modal-backdrop {
    z-index: 100000
}

.answer-email {
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 68px 0 rgb(37 62 120/10%);
    box-shadow: 0 7px 68px 0 rgb(37 62 120/10%);
    padding: 10px;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    pointer-events: auto;
    position: relative
}

.answer-email.clinic-bug {
    max-width: 470px;
    background-color: #fff
}

.close-modal {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #0c7bce
}

.close-modal svg {
    display: inline-block;
    fill: #0c7bce
}

.answer-email__inner {
    padding: 50px 10px 10px;
    width: 100%
}

.send-clinic-bug {
    width: 100%
}

.input-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.input-wrapper input,.input-wrapper textarea {
    border: 1px solid #0c7bce;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
    color: #525252;
    font-size: 14px
}

.input-wrapper textarea {
    resize: none;
    outline: none
}

.send-clinic-bug button {
    display: inline-block;
    background-color: #e13427;
    border: 1px solid #e13427;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 162%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 23px;
    width: 100%
}

.send-clinic-bug button:active,.send-clinic-bug button:focus,.send-clinic-bug button:hover {
    background-color: transparent;
    color: #e13427
}

.socials-need-more {
    padding-top: 80px;
    overflow: hidden
}

.socials-need-more.socials-need-more-bg-0 {
    background: -webkit-gradient(linear,left top,left bottom,from(#f5f8fb),to(#dcebf6));
    background: linear-gradient(180deg,#f5f8fb 0%,#dcebf6 100%);
    margin-top: 80px;
    padding-bottom: 80px
}

.products-plus-filters+.socials-need-more.socials-need-more-bg-0 {
    margin-top: 0
}

.socials-need-more-title>* {
    font-weight: 700;
    font-size: 60px;
    line-height: 140%;
    text-align: center;
    color: #253e78;
    text-transform: capitalize
}

.socials-need-more-subtitle {
    padding-top: 10px;
    max-width: 720px;
    margin: 0 auto
}

.socials-need-more-subtitle>* {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    text-align: center;
    color: #253e78
}

.socials-package-custom-plan {
    padding-top: 30px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.socials-package-custom-plan-container {
    background-color: #fbfbfb;
    border-radius: 3px;
    padding: 47px 95px 43px 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.socials-package-custom-plan-left {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.socials-package-custom-plan-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.socials-package-custom-plan-slider-subtext {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.socials-package-custom-plan-slider-subtext>* {
    font-size: 14px;
    line-height: 171%;
    color: #464749
}

.socials-package-custom-plan-price {
    min-width: 126px;
    padding-left: 15px
}

.socials-package-custom-plan-price>* {
    font-weight: 700;
    font-size: 30px;
    line-height: 133%;
    text-transform: uppercase;
    color: #1b100c;
    text-align: right
}

.socials-package-custom-plan-line-con {
    position: relative;
    margin-right: 0;
    height: 6px
}

.socials-package-custom-plan-line-con .ui-slider {
    height: 100%;
    background-color: #d7e5f4;
    border-radius: 100px;
    cursor: pointer;
    border: 0
}

.socials-package-custom-plan-line-con .ui-slider .ui-slider-range {
    height: 100%;
    background-color: #387bc8;
    border-radius: 100px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.socials-package-custom-plan-line-con .ui-slider .ui-slider-range:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: #387bc8;
    border-radius: 100%;
    position: absolute;
    bottom: 50%;
    right: 0;
    -webkit-transform: translate(12px,50%);
    transform: translate(12px,50%);
    pointer-events: all
}

.socials-package-custom-plan-line-con .ui-widget-content .ui-state-default {
    border: 0;
    outline: 0;
    top: auto;
    margin-left: 0;
    width: auto;
    cursor: pointer;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: calc(100% + 21px);
    height: 30px;
    min-width: 85px;
    padding: 3px 10px 0;
    display: table;
    background-size: contain;
    z-index: 2;
    text-align: center
}

.socials-package-custom-plan-line-con .ui-widget-content .ui-state-default:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #387bc8
}

.socials-package-custom-plan-line-con .ui-widget-content .ui-state-default>span {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
    padding-top: 2px;
    padding-left: calc(16px + 7px);
    padding-bottom: 2px;
    position: relative
}

.socials-package-custom-plan-line-con .ui-widget-content .ui-state-default>span span {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: -1px;
    -webkit-transform: translateY(-50%) translateY(-1px);
    transform: translateY(-50%) translateY(-1px)
}

.socials-package-custom-plan-line-con .ui-widget-content .ui-state-default>span:after {
    content: '';
    position: absolute;
    top: calc(100% + 3px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #387bc8
}

.socials-package-custom-plan-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-left: 19px
}

.socials-package-custom-plan-button form {
    display: block
}

.socials-package-custom-plan-button a,.socials-package-custom-plan-button button[type=submit] {
    display: block;
    min-width: 131px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 0;
    position: relative;
    border-radius: 4px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #e13427;
    border: 1px solid #e13427;
    -webkit-transition: background-color .3s ease,color .3s ease;
    transition: background-color .3s ease,color .3s ease
}

.socials-package-custom-plan-button a span,.socials-package-custom-plan-button button[type=submit] span {
    position: relative;
    color: #fff;
    z-index: 1;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    display: block;
    padding: 0 16px;
    transition: color .3s ease
}

.socials-package-custom-plan-button a:hover,.socials-package-custom-plan-button button[type=submit]:hover {
    color: #e13427;
    background-color: transparent
}

.socials-package-custom-plan-button a:hover span,.socials-package-custom-plan-button button[type=submit]:hover span {
    color: #e13427
}

@media screen and (max-width: 1199px) {
    .socials-need-more {
        padding-top:70px
    }

    .socials-need-more.socials-need-more-bg-0 {
        margin-top: 70px;
        padding-bottom: 70px
    }

    .products-plus-filters+.socials-need-more.socials-need-more-bg-0 {
        margin-top: 0
    }

    .socials-need-more-title>* {
        font-size: 52px;
        line-height: 138%
    }

    .socials-package-custom-plan {
        padding-top: 28px
    }

    .socials-package-custom-plan-container {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media screen and (max-width: 991px) {
    .socials-need-more {
        padding-top:60px
    }

    .socials-need-more.socials-need-more-bg-0 {
        margin-top: 60px;
        padding-bottom: 60px
    }

    .products-plus-filters+.socials-need-more.socials-need-more-bg-0 {
        margin-top: 0
    }

    .socials-need-more-title>* {
        font-size: 44px;
        line-height: 136%
    }

    .socials-package-custom-plan {
        padding-top: 26px
    }

    .socials-package-custom-plan-container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 767px) {
    .socials-need-more {
        padding-top:50px
    }

    .products-plus-filters+.socials-need-more.socials-need-more-bg-0,.socials-need-more.socials-need-more-bg-0 {
        margin-top: 50px;
        padding-bottom: 50px
    }

    .socials-need-more-title>* {
        font-size: 38px;
        line-height: 135%
    }

    .socials-package-custom-plan {
        padding-top: 25px
    }

    .socials-package-custom-plan-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 80px 30px 30px
    }

    .socials-package-custom-plan-left {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%
    }

    .socials-package-custom-plan-slider-subtext {
        position: static;
        -webkit-transform: none;
        transform: none;
        padding-top: 14px
    }

    .socials-package-custom-plan-slider-subtext>* {
        text-align: center
    }

    .socials-package-custom-plan-right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-top: 18px
    }

    .socials-package-custom-plan-price {
        min-width: unset;
        padding-left: 0
    }

    .socials-package-custom-plan-price>* {
        text-align: left
    }
}

@media screen and (max-width: 429px) {
    .socials-need-more {
        padding-top:40px
    }

    .products-plus-filters+.socials-need-more.socials-need-more-bg-0,.socials-need-more.socials-need-more-bg-0 {
        margin-top: 40px;
        padding-bottom: 41px
    }

    .socials-need-more-title>* {
        font-size: 30px;
        line-height: 133%
    }

    .socials-need-more-subtitle>* {
        font-size: 14px;
        line-height: 171%
    }

    .socials-package-custom-plan {
        padding-top: 23px
    }

    .socials-package-custom-plan-container {
        padding: 71px 24px 22px
    }

    .socials-package-custom-plan-price>* {
        font-size: 24px
    }
}

@media screen and (max-width: 360px) {
    .socials-package-custom-plan-container {
        padding:62px 15px 15px
    }

    .socials-package-custom-plan-price>* {
        font-size: 22px
    }

    .socials-package-custom-plan-button {
        margin-left: 10px
    }
}

.socials-advantages {
    padding-top: 70px
}

.products-plus-filters+.socials-advantages {
    padding-top: 0
}

.socials-advantages+.section-text .description {
    margin-top: 75px
}

.socials-advantages-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1244px;
    margin-left: auto;
    margin-right: auto
}

.socials-advantage-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.socials-advantage-item-icon {
    border: 1px solid #387bc8;
    background-color: #fff;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.socials-advantage-item-icon img {
    display: block;
    width: calc(50% + 1px);
    height: calc(50% + 1px)
}

.socials-advantage-item-info {
    padding-left: 20px
}

.socials-advantage-item-info .socials-number>* {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #2f2f2f
}

.socials-advantage-item-info .socials-description {
    padding-top: 4px
}

.socials-advantage-item-info .socials-description>* {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #464749
}

@media screen and (max-width: 1199px) {
    .socials-advantages {
        padding-top:63px
    }

    .products-plus-filters+.socials-advantages {
        padding-top: 0
    }

    .socials-advantages+.section-text .description {
        margin-top: 66px
    }

    .socials-advantages-items {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .socials-advantage-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .socials-advantage-item-info {
        padding-left: 0
    }

    .socials-advantage-item-info .socials-number {
        padding-top: 20px
    }

    .socials-advantage-item-info .socials-number>*,.socials-advantage-item-info .socials-description>* {
        text-align: center
    }
}

@media screen and (max-width: 991px) {
    .socials-advantages {
        padding-top:55px
    }

    .products-plus-filters+.socials-advantages {
        padding-top: 0
    }

    .socials-advantages+.section-text .description {
        margin-top: 58px
    }

    .socials-advantages-items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 767px) {
    .products-plus-filters+.socials-advantages,.socials-advantages {
        padding-top:48px
    }

    .socials-advantages+.section-text .description {
        margin-top: 49px
    }

    .socials-advantages-items {
        margin-top: -30px;
        max-width: 530px
    }

    .socials-advantage-item {
        width: 50%;
        padding-top: 30px
    }
}

@media screen and (max-width: 480px) {
    .products-plus-filters+.socials-advantages,.socials-advantages {
        padding-top:40px
    }

    .socials-advantages+.section-text .description {
        margin-top: 41px
    }

    .socials-advantages-items {
        margin-top: -16px;
        max-width: unset;
        display: table
    }

    .socials-advantage-item {
        width: 100%;
        padding-top: 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .socials-advantage-item-info {
        padding-left: 20px
    }

    .socials-advantage-item-info .socials-number {
        padding-top: 0
    }

    .socials-advantage-item-info .socials-number>*,.socials-advantage-item-info .socials-description>* {
        text-align: left
    }

    .socials-advantage-item-info .socials-number>* {
        font-size: 24px;
        line-height: 1.25
    }
}

@media screen and (max-width: 429px) {
    .socials-advantages-items {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .socials-advantage-item {
        width: 50%
    }

    .socials-advantage-item-icon {
        width: 45px;
        height: 45px
    }

    .socials-advantage-item-info {
        padding-left: 15px
    }

    .socials-advantage-item-info .socials-number>* {
        font-size: 18px;
        line-height: 1.35
    }

    .socials-advantage-item-info .socials-description {
        padding-top: 2px
    }

    .socials-advantage-item-info .socials-description>* {
        font-size: 14px
    }
}

@media screen and (max-width: 374px) {
    .socials-advantage-item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .socials-advantage-item-info {
        padding-top: 8px;
        padding-left: 0
    }

    .socials-advantage-item-info .socials-number>*,.socials-advantage-item-info .socials-description>* {
        text-align: center
    }
}

.socials-meet-our-team {
    background: -webkit-gradient(linear,left top,left bottom,from(#f5f8fb),to(#dcebf6)),#fdf7f2;
    background: linear-gradient(180deg,#f5f8fb 0%,#dcebf6 100%),#fdf7f2;
    padding: 50px 0 48px
}

.socials-meet-our-team-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.socials-meet-our-team-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.socials-meet-our-team-img img {
    display: block;
    max-width: 100%;
    height: auto
}

.socials-meet-our-team-right {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.socials-meet-our-team-title>* {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    color: #387bc8
}

.socials-meet-our-team-description {
    max-width: 540px;
    padding-top: 27px
}

.socials-meet-our-team-description>* {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #464749
}

.socials-meet-our-team-button {
    line-height: 0;
    padding-top: 40px
}

.socials-meet-our-team-button>* {
    background: 0 0;
    border: 1px solid #464749;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 162%;
    text-align: center;
    text-transform: uppercase;
    color: #464749;
    display: inline-block;
    max-width: 345px;
    width: 100%;
    padding: 11px
}

.socials-meet-our-team-button>*:hover {
    background-color: #464749;
    color: #fff
}

@media screen and (max-width: 767px) {
    .socials-meet-our-team-row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .socials-meet-our-team-right {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding-top: 40px
    }

    .socials-meet-our-team-img {
        max-width: 84.64%;
        margin: 0 auto
    }

    .socials-meet-our-team-title>* {
        text-align: center
    }

    .socials-meet-our-team-button {
        text-align: center
    }
}

@media screen and (max-width: 429px) {
    .socials-meet-our-team {
        padding:28px 0 40px
    }

    .socials-meet-our-team-right {
        padding-top: 38px
    }

    .socials-meet-our-team-title>* {
        font-size: 30px;
        line-height: 133%
    }

    .socials-meet-our-team-description {
        padding-top: 17px
    }

    .socials-meet-our-team-description>* {
        font-size: 14px;
        line-height: 171%
    }

    .socials-meet-our-team-button {
        padding-top: 23px
    }
}

.socials-title>* {
    font-weight: 700;
    font-size: 60px;
    line-height: 140%;
    text-align: center;
    color: #387bc8
}

.socials-subtitle {
    padding-top: 10px
}

.socials-subtitle>* {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    text-align: center;
    color: #2f2f2f
}

.socials-button {
    line-height: 0
}

.socials-button>* {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    background-color: transparent;
    padding: 15px 15px 14px;
    width: 100%;
    text-align: center
}

.socials-button-gray>* {
    color: #464749;
    border-color: #464749
}

.socials-button-gray>*:active,.socials-button-gray>*:focus,.socials-button-gray>*:hover {
    color: #fff;
    background-color: #464749
}

.socials-button-red>* {
    color: #e13427;
    border-color: #e13427
}

.socials-button-red>*:active,.socials-button-red>*:focus,.socials-button-red>*:hover {
    color: #fff;
    background-color: #e13427
}

.ab-pt-80 {
    padding-top: 80px
}

.ab-pb-80 {
    padding-bottom: 80px
}

.ab-mt-80 {
    margin-top: 80px
}

.ab-mb-m-80 {
    margin-bottom: -80px
}

@media screen and (max-width: 1199px) {
    .ab-pt-80 {
        padding-top:70px
    }

    .ab-pb-80 {
        padding-bottom: 70px
    }

    .ab-mt-80 {
        margin-top: 70px
    }

    .ab-mb-m-80 {
        margin-bottom: -70px
    }

    .socials-title>* {
        font-size: 52px;
        line-height: 139%
    }
}

@media screen and (max-width: 991px) {
    .ab-pt-80 {
        padding-top:60px
    }

    .ab-pb-80 {
        padding-bottom: 60px
    }

    .ab-mt-80 {
        margin-top: 60px
    }

    .ab-mb-m-80 {
        margin-bottom: -60px
    }

    .socials-title>* {
        font-size: 45px;
        line-height: 137%
    }
}

@media screen and (max-width: 767px) {
    .ab-pt-80 {
        padding-top:50px
    }

    .ab-pb-80 {
        padding-bottom: 50px
    }

    .ab-mt-80 {
        margin-top: 50px
    }

    .ab-mb-m-80 {
        margin-bottom: -50px
    }

    .socials-title>* {
        font-size: 38px;
        line-height: 135%
    }

    .socials-subtitle {
        padding-top: 8px
    }

    .socials-subtitle>* {
        font-size: 16px;
        line-height: 162%
    }
}

@media screen and (max-width: 429px) {
    .ab-pt-80 {
        padding-top:40px
    }

    .ab-pb-80 {
        padding-bottom: 40px
    }

    .ab-mt-80 {
        margin-top: 40px
    }

    .ab-mb-m-80 {
        margin-bottom: -40px
    }

    .socials-title>* {
        font-size: 30px;
        line-height: 133%
    }
}

.ab-page-info-text {
    max-width: 1080px;
    margin: 0 auto
}

.ab-page-info-text>* {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #464749;
    padding-top: 24px
}

.page-about .ab-page-info-text h2 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #0c7bce
}

.page-about .ab-page-info-text h3,.page-about .ab-page-info-text h4,.page-about .ab-page-info-text h5,.page-about .ab-page-info-text h6 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #1079af
}

.page-about .ab-page-info-text h2,.page-about .ab-page-info-text h3,.page-about .ab-page-info-text h4,.page-about .ab-page-info-text h5,.page-about .ab-page-info-text h6 {
    padding-top: 24px
}

.ab-page-info-text ol {
    padding-left: 10px;
    list-style: none;
    padding: 15px 0 0 18px;
    counter-reset: item
}

.ab-page-info-text ol li {
    margin-bottom: 10px;
    counter-increment: li;
    padding-left: 10px
}

.ab-page-info-text ul {
    padding: 15px 0 0 18px
}

.ab-page-info-text ul li {
    margin-bottom: 10px
}

.ab-page-info-text ul li:last-child,.ab-page-info-text ol li:last-child {
    margin-bottom: 0
}

.ab-page-info-text ul li:before {
    content: "\2022";
    color: #0c7bce;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 18px;
    margin-top: -1px
}

.ab-page-info-text ol li:before {
    content: counters(item,". ")". ";
    counter-increment: item;
    font-size: 18px;
    margin-top: -1px;
    left: -10px;
    position: relative;
    color: #0c7bce;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.ab-page-info-text>*:first-child {
    padding-top: 0
}

@media screen and (max-width: 1199px) {
    .ab-page-info {
        padding-top:70px
    }
}

@media screen and (max-width: 991px) {
    .ab-page-info {
        padding-top:60px
    }
}

@media screen and (max-width: 767px) {
    .ab-page-info {
        padding-top:50px
    }

    .ab-page-info-text>* {
        font-size: 16px;
        line-height: 169%;
        padding-top: 20px
    }

    .ab-page-info-text ol li:before {
        font-size: 16px
    }

    .page-about .ab-page-info-text h2,.page-about .ab-page-info-text h3,.page-about .ab-page-info-text h4,.page-about .ab-page-info-text h5,.page-about .ab-page-info-text h6 {
        padding-top: 22px
    }
}

@media screen and (max-width: 429px) {
    .ab-page-info {
        padding-top:41px
    }

    .ab-page-info-text>* {
        font-size: 14px;
        line-height: 171%;
        padding-top: 16px
    }

    .ab-page-info-text ol li:before {
        font-size: 14px
    }

    .page-about .ab-page-info-text h2,.page-about .ab-page-info-text h3,.page-about .ab-page-info-text h4,.page-about .ab-page-info-text h5,.page-about .ab-page-info-text h6 {
        padding-top: 18px
    }
}

.ab-page-prom-navlist-mobile {
    display: none
}

.ab-page-prom-navlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -20px -10px 0;
    padding-top: 40px
}

.ab-page-prom-navitem {
    padding: 20px 10px 0;
    line-height: 0
}

.ab-page-prom-navitem>* {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    text-align: center;
    color: #253e78;
    background-color: #f4f2f5;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease,color .3s ease;
    transition: background-color .3s ease,color .3s ease;
    padding: 15px 30px;
    display: inline-block;
    min-width: 200px
}

.ab-page-prom-navitem>*:hover,.ab-page-prom-navitem.active>* {
    background-color: #253e78;
    color: #fff
}

.ab-page-promotion .container-rowlist .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
    margin-bottom: -30px;
    padding-top: 60px
}

.ab-page-promotion .container-rowlist .row>* {
    padding-bottom: 30px
}

.ab-page-prom-resultitem {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 50px rgba(37,62,120,.1);
    box-shadow: 0px 5px 50px rgba(37,62,120,.1);
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ab-page-prom-resultitem-head {
    background-color: #e1ebf7;
    padding: 35px 15px 15px;
    min-height: 176px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ab-page-prom-resultitem-icon {
    text-align: center;
    line-height: 0
}

.ab-page-prom-resultitem-icon>* {
    color: #387bc8;
    font-size: 36px
}

.ab-page-prom-resultitem-title {
    padding-top: 15px
}

.ab-page-prom-resultitem-title>* {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #387bc8
}

.ab-page-prom-resultitem-body {
    padding: 30px 15px 40px
}

.ab-page-prom-resultitem-preprice {
    margin-top: auto
}

.ab-page-prom-resultitem-preprice>* {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    text-align: center;
    color: #2f2f2f
}

.ab-page-prom-resultitem-price>* {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #2f2f2f
}

.ab-page-prom-resultitem-button {
    max-width: 160px;
    margin: 0 auto;
    padding-top: 30px
}

.ab-page-prom-showmore {
    max-width: 187px;
    margin: 0 auto;
    padding-top: 48px
}

@media screen and (max-width: 1199px) {
    .ab-page-promotion .container-rowlist .row {
        padding-top:55px
    }

    .ab-page-prom-resultitem-head {
        min-height: 160px;
        padding-top: 31px
    }

    .ab-page-prom-resultitem-icon>* {
        font-size: 34px
    }

    .ab-page-prom-resultitem-title {
        padding-top: 13px
    }

    .ab-page-prom-resultitem-title>* {
        font-size: 18px;
        line-height: 149%
    }

    .ab-page-prom-resultitem-body {
        padding: 27px 16px 36px
    }

    .ab-page-prom-resultitem-preprice>* {
        font-size: 17px;
        line-height: 168%
    }

    .ab-page-prom-resultitem-price>* {
        font-size: 36px;
        line-height: 122%
    }

    .ab-page-prom-resultitem-button {
        padding-top: 27px
    }

    .ab-page-prom-showmore {
        padding-top: 42px
    }
}

@media screen and (max-width: 991px) {
    .ab-page-promotion .container-rowlist .row {
        padding-top:50px;
        margin-bottom: -25px
    }

    .ab-page-promotion .container-rowlist .row .col-6:nth-child(2n+1) {
        padding-right: 12px
    }

    .ab-page-promotion .container-rowlist .row .col-6:nth-child(2n+2) {
        padding-left: 12px
    }

    .ab-page-promotion .container-rowlist .row>* {
        padding-bottom: 25px
    }

    .ab-page-prom-resultitem-head {
        min-height: 144px;
        padding-top: 27px
    }

    .ab-page-prom-resultitem-icon>* {
        font-size: 32px
    }

    .ab-page-prom-resultitem-title {
        padding-top: 12px
    }

    .ab-page-prom-resultitem-title>* {
        font-size: 17px;
        line-height: 147%
    }

    .ab-page-prom-resultitem-body {
        padding: 17px 16px 32px
    }

    .ab-page-prom-resultitem-preprice>* {
        font-size: 16px;
        line-height: 169%
    }

    .ab-page-prom-resultitem-price>* {
        font-size: 32px;
        line-height: 124%
    }

    .ab-page-prom-resultitem-button {
        padding-top: 23px
    }

    .ab-page-prom-showmore {
        padding-top: 36px
    }
}

@media screen and (max-width: 767px) {
    .ab-page-promotion .container-rowlist .row .col-6 {
        width:50%
    }

    .ab-page-prom-navlist {
        display: none;
        background-color: #f4f2f5;
        border-radius: 4px;
        margin: 0;
        padding: 0
    }

    .ab-page-prom-navitem {
        padding: 0;
        text-align: center
    }

    .ab-page-prom-navitem>*,.ab-page-prom-navitem>*:hover,.ab-page-prom-navitem.active>* {
        background-color: transparent;
        color: #253e78
    }

    .ab-page-prom-navitem>* {
        min-width: unset;
        padding: 0;
        margin: 15px
    }

    .ab-page-prom-navlist-mobile {
        display: block;
        margin-top: 24px
    }

    .ab-page-prom-navlist-mobile>* {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 167%;
        text-align: center;
        color: #fff;
        background-color: #253e78;
        border-radius: 4px;
        padding: 15px;
        min-height: 60px;
        cursor: pointer
    }

    .ab-page-prom-navlist-mobile>*:after {
        content: '';
        display: block;
        width: 15px;
        height: 8px;
        background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 0.999999L7.5 7L13.5 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        margin-left: 14px
    }

    .ab-page-promotion .container-rowlist .row {
        padding-top: 45px;
        margin-bottom: -20px
    }

    .ab-page-promotion .container-rowlist .row .col-6:nth-child(2n+1) {
        padding-right: 10px
    }

    .ab-page-promotion .container-rowlist .row .col-6:nth-child(2n+2) {
        padding-left: 10px
    }

    .ab-page-promotion .container-rowlist .row>* {
        padding-bottom: 20px
    }

    .ab-page-prom-resultitem-head {
        min-height: 128px;
        padding-top: 23px
    }

    .ab-page-prom-resultitem-icon>* {
        font-size: 30px
    }

    .ab-page-prom-resultitem-title {
        padding-top: 10px
    }

    .ab-page-prom-resultitem-title>* {
        font-size: 16px;
        line-height: 145%
    }

    .ab-page-prom-resultitem-body {
        padding: 20px 16px 28px
    }

    .ab-page-prom-resultitem-preprice>* {
        font-size: 15px;
        line-height: 170%
    }

    .ab-page-prom-resultitem-price>* {
        font-size: 28px;
        line-height: 126%
    }

    .ab-page-prom-resultitem-button {
        padding-top: 20px
    }

    .ab-page-prom-showmore {
        padding-top: 30px
    }
}

@media screen and (max-width: 429px) {
    .ab-page-promotion .container-rowlist .row {
        padding-top:40px;
        margin-bottom: -15px
    }

    .ab-page-promotion .container-rowlist .row .col-6:nth-child(2n+1) {
        padding-right: 7px
    }

    .ab-page-promotion .container-rowlist .row .col-6:nth-child(2n+2) {
        padding-left: 7px
    }

    .ab-page-promotion .container-rowlist .row>* {
        padding-bottom: 15px
    }

    .ab-page-prom-resultitem-head {
        min-height: 112px;
        padding: 19px 14px 15px
    }

    .ab-page-prom-resultitem-icon>* {
        font-size: 28px
    }

    .ab-page-prom-resultitem-title {
        padding-top: 9px
    }

    .ab-page-prom-resultitem-title>* {
        font-size: 14px;
        line-height: 143%
    }

    .ab-page-prom-resultitem-body {
        padding: 17px 16px 24px
    }

    .ab-page-prom-resultitem-preprice>* {
        font-size: 14px;
        line-height: 171%
    }

    .ab-page-prom-resultitem-price {
        margin: 0 -10px
    }

    .ab-page-prom-resultitem-price>* {
        font-size: 24px;
        line-height: 128%
    }

    .ab-page-prom-resultitem-button {
        padding-top: 16px
    }

    .ab-page-prom-resultitem-button.socials-button>* {
        font-size: 14px;
        line-height: 143%;
        padding: 15px 15px 13px
    }

    .ab-page-prom-showmore {
        padding-top: 24px
    }
}

.ab-page-workspace {
    overflow: hidden
}

.ab-page-workspace-slider-con {
    padding-top: 40px
}

.ab-page-workspace-slider {
    margin: 0 calc((100vw - (100% - 13px - 6vw))/-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ab-page-workspace-slider.owl-carousel {
    margin: 0 auto;
    width: calc(48.773% + 30px)
}

.ab-page-workspace-slider.owl-carousel .owl-stage-outer {
    overflow: visible
}

.ab-page-workspace-slider-item {
    padding: 0 15px
}

.ab-page-workspace-slider.owl-carousel .ab-page-workspace-slider-item {
    margin: 0 15px;
    position: relative;
    padding: 0;
    padding-top: 56.048%
}

.ab-page-workspace-slider.owl-carousel .ab-page-workspace-slider-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.ab-page-workspace-slider-item-inner img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 1199px) {
    .ab-page-workspace-slider-con {
        padding-top:36px
    }

    .ab-page-workspace-slider.owl-carousel {
        width: calc(69.805% + 26px)
    }

    .ab-page-workspace-slider.owl-carousel .ab-page-workspace-slider-item {
        margin: 0 13px;
        padding-top: 60.58%
    }
}

@media screen and (max-width: 991px) {
    .ab-page-workspace-slider-con {
        padding-top:32px
    }

    .ab-page-workspace-slider.owl-carousel {
        width: calc(73.805% + 22px)
    }

    .ab-page-workspace-slider.owl-carousel .ab-page-workspace-slider-item {
        margin: 0 11px;
        padding-top: 65.58%
    }
}

@media screen and (max-width: 767px) {
    .ab-page-workspace-slider {
        padding-top:40px;
        margin: 0 calc((100vw - (100% - 13px - 100vw))/-2)
    }

    .ab-page-workspace-slider.owl-carousel {
        padding-top: 0
    }

    .ab-page-workspace-slider-con {
        padding-top: 28px
    }

    .ab-page-workspace-slider.owl-carousel {
        width: calc(78.805% + 18px)
    }

    .ab-page-workspace-slider.owl-carousel .ab-page-workspace-slider-item {
        margin: 0 9px;
        padding-top: 69.58%
    }

    .ab-page-workspace-slider.owl-carousel .owl-controls .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -16px -8px 0;
        padding-top: 24px
    }

    .ab-page-workspace-slider.owl-carousel .owl-controls .owl-dot {
        margin: 16px 8px 0;
        width: 12px;
        height: 12px;
        border: 1px solid #464749;
        background-color: transparent;
        border-radius: 100%;
        -webkit-transition: background-color .3s ease,border-color .3s ease;
        transition: background-color .3s ease,border-color .3s ease
    }

    .ab-page-workspace-slider.owl-carousel .owl-controls .owl-dot:hover,.ab-page-workspace-slider.owl-carousel .owl-controls .owl-dot.active {
        background-color: #387bc8;
        border-color: #387bc8
    }
}

@media screen and (max-width: 429px) {
    .ab-page-workspace-slider-con {
        padding-top:24px
    }

    .ab-page-workspace-slider.owl-carousel {
        width: calc(82.805% + 14px)
    }

    .ab-page-workspace-slider.owl-carousel .ab-page-workspace-slider-item {
        margin: 0 7px;
        padding-top: 73.58%
    }
}

.ab-page-team {
    background: -webkit-gradient(linear,left top,left bottom,from(#f5f8fb),to(#dcebf6));
    background: linear-gradient(180deg,#f5f8fb 0%,#dcebf6 100%);
    margin-bottom: 252px
}

.ab-page-team-title>* {
    color: #253e78
}

.ab-team-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px
}

.ab-page-team-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px
}

.ab-page-team-item-img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    overflow: hidden
}

.ab-page-team-item-img img {
    display: block;
    max-width: 100%;
    height: auto
}

.ab-page-team-item-name {
    padding-top: 20px
}

.ab-page-team-item-name>* {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #387bc8
}

.ab-page-team-item-position>* {
    font-weight: 700;
    font-size: 16px;
    line-height: 162%;
    text-align: center;
    color: #464749
}

.ab-page-team-item-text {
    padding-top: 10px;
    margin-bottom: auto
}

.ab-page-team-item-text>* {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #2f2f2f
}

.ab-page-team-item-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -20px;
    padding-top: 20px
}

.ab-page-team-item-socials-item {
    display: block;
    width: 40px;
    height: 40px;
    margin: 20px 10px 0
}

.ab-page-team-item-socials-item img {
    display: block;
    max-width: 100%;
    height: auto
}

.ab-page-team-image {
    max-width: 1100px;
    margin: 0 auto -252px
}

.ab-page-team-image img {
    display: block;
    max-width: 100%;
    height: auto
}

@media screen and (max-width: 1199px) {
    .ab-page-team {
        margin-bottom:216px
    }

    .ab-team-row {
        padding-top: 38px
    }

    .ab-page-team-item-img {
        width: 150px;
        height: 150px
    }

    .ab-page-team-item-name {
        padding-top: 19px
    }

    .ab-page-team-item-name>* {
        font-size: 22px;
        line-height: 140%
    }

    .ab-page-team-item-position>* {
        font-size: 15px;
        line-height: 163%
    }

    .ab-page-team-image {
        margin-bottom: -216px
    }
}

@media screen and (max-width: 991px) {
    .ab-page-team {
        margin-bottom:170px
    }

    .ab-team-row {
        padding-top: 35px
    }

    .ab-page-team-item {
        padding-left: 5px;
        padding-right: 5px
    }

    .ab-page-team-item-img {
        width: 140px;
        height: 140px
    }

    .ab-page-team-item-name {
        padding-top: 18px
    }

    .ab-page-team-item-name>* {
        font-size: 20px;
        line-height: 148%
    }

    .ab-page-team-item-position>* {
        font-size: 14px;
        line-height: 164%
    }

    .ab-page-team-image {
        margin-bottom: -170px
    }
}

@media screen and (max-width: 767px) {
    .ab-page-team {
        margin-bottom:22.1643vw
    }

    .ab-team-row {
        padding-top: 33px
    }

    .ab-page-team-item {
        padding-left: 0;
        padding-right: 0
    }

    .ab-page-team-item-img {
        width: 130px;
        height: 130px
    }

    .ab-page-team-item-name {
        padding-top: 17px
    }

    .ab-page-team-item-name>* {
        font-size: 18px;
        line-height: 155%
    }

    .ab-page-team-item-position>* {
        font-size: 13px;
        line-height: 165%
    }

    .ab-page-team-image {
        margin-bottom: -22.1643vw
    }

    .ab-team-row.owl-carousel {
        margin-right: auto;
        margin-left: auto;
        max-width: 480px;
        pointer-events: none
    }

    .ab-team-row.owl-carousel .col-12 .ab-page-team-item {
        pointer-events: all
    }

    .ab-team-row.owl-carousel .owl-controls .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -30px -8px 0;
        padding-bottom: 38px;
        pointer-events: all
    }

    .ab-team-row.owl-carousel .owl-controls .owl-dot {
        margin: 16px 8px 0;
        width: 12px;
        height: 12px;
        border: 1px solid #464749;
        background-color: transparent;
        border-radius: 100%;
        -webkit-transition: background-color .3s ease,border-color .3s ease;
        transition: background-color .3s ease,border-color .3s ease
    }

    .ab-team-row.owl-carousel .owl-controls .owl-dot:hover,.ab-team-row.owl-carousel .owl-controls .owl-dot.active {
        background-color: #387bc8;
        border-color: #387bc8
    }
}

@media screen and (max-width: 429px) {
    .ab-page-team-subtitle.socials-subtitle>* {
        font-size:14px;
        line-height: 171%
    }

    .ab-team-row {
        padding-top: 31px
    }

    .ab-page-team-item-img {
        width: 120px;
        height: 120px
    }

    .ab-page-team-item-name {
        padding-top: 16px
    }

    .ab-page-team-item-name>* {
        font-size: 16px;
        line-height: 162%
    }

    .ab-page-team-item-position>* {
        font-size: 12px;
        line-height: 167%
    }

    .ab-page-team-item-text>* {
        font-size: 14px;
        line-height: 171%
    }

    .ab-page-team-item-socials {
        margin-top: -15px;
        padding-top: 15px
    }

    .ab-page-team-item-socials-item {
        margin: 15px 7px 0
    }

    .ab-team-row.owl-carousel .owl-controls .owl-dots {
        margin: -20px -8px 0
    }
}

.ab-page-part-of-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -30px
}

.ab-page-part-of-item {
    background: #fff;
    -webkit-box-shadow: 0px 5px 100px rgba(37,62,120,.1);
    box-shadow: 0px 5px 100px rgba(37,62,120,.1);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 30px);
    padding: 40px 35px 36px;
    margin-bottom: 30px
}

.ab-page-part-of-item-image img {
    display: block;
    max-width: 100%;
    height: auto
}

.ab-page-part-of-item-title {
    padding-top: 30px
}

.ab-page-part-of-item-title>* {
    font-weight: 700;
    font-size: 30px;
    line-height: 133%;
    text-align: center;
    color: #e13427
}

.ab-page-part-of-item-text {
    padding-top: 10px
}

.ab-page-part-of-item-text>* {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    text-align: center;
    color: #2f2f2f
}

.ab-page-part-of-button {
    max-width: 266px;
    margin: 0 auto;
    padding-top: 40px
}

@media screen and (max-width: 1199px) {
    .ab-page-part-of-row {
        padding-top:36px
    }

    .ab-page-part-of-item {
        padding: 36px 20px 23px
    }

    .ab-page-part-of-item-image img {
        height: 150px;
        width: auto
    }

    .ab-page-part-of-item-title {
        padding-top: 28px
    }

    .ab-page-part-of-item-title>* {
        font-size: 28px
    }

    .ab-page-part-of-button {
        padding-top: 38px
    }
}

@media screen and (max-width: 991px) {
    .ab-page-part-of-row {
        margin-bottom:-25px;
        padding-top: 32px
    }

    .ab-page-part-of-item {
        height: calc(100% - 25px);
        margin-bottom: 25px;
        padding: 32px
    }

    .ab-page-part-of-item-image img {
        height: 140px
    }

    .ab-page-part-of-item-title {
        padding-top: 27px
    }

    .ab-page-part-of-item-title>* {
        font-size: 27px
    }

    .ab-page-part-of-button {
        padding-top: 36px
    }
}

@media screen and (max-width: 767px) {
    .ab-page-part-of-row {
        margin-bottom:-20px;
        padding-top: 28px
    }

    .ab-page-part-of-item {
        height: calc(100% - 20px);
        margin-bottom: 20px;
        padding: 28px 28px 29px
    }

    .ab-page-part-of-item-image img {
        height: 130px
    }

    .ab-page-part-of-item-title {
        padding-top: 25px
    }

    .ab-page-part-of-item-title>* {
        font-size: 25px
    }

    .ab-page-part-of-button {
        padding-top: 34px
    }
}

@media screen and (max-width: 429px) {
    .ab-page-part-of-row {
        margin-bottom:-16px;
        padding-top: 24px
    }

    .ab-page-part-of-item {
        height: calc(100% - 16px);
        margin-bottom: 16px;
        padding: 24px 24px 26px
    }

    .ab-page-part-of-item-image img {
        height: 120px
    }

    .ab-page-part-of-item-title {
        padding-top: 24px
    }

    .ab-page-part-of-item-title>* {
        font-size: 24px
    }

    .ab-page-part-of-item-text>* {
        font-size: 14px;
        line-height: 171%
    }

    .ab-page-part-of-button {
        padding-top: 32px
    }
}

.ab-page-core {
    background: -webkit-gradient(linear,left top,left bottom,from(#f5f8fb),to(#dcebf6));
    background: linear-gradient(180deg,#f5f8fb 0%,#dcebf6 100%)
}

.ab-page-core-title>* {
    color: #253e78
}

.ab-page-core-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    margin-bottom: -40px
}

.ab-page-core-item {
    padding-bottom: 40px;
    padding-right: 15px;
    max-width: 375px
}

.ab-page-core-item-image {
    background: rgba(253,254,254,.5);
    border-radius: 100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ab-page-core-item-image img {
    display: block;
    width: 48px;
    height: 48px
}

.ab-page-core-item-title {
    padding-top: 20px
}

.ab-page-core-item-title>* {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: #2f2f2f
}

.ab-page-core-item-description {
    padding-top: 10px
}

.ab-page-core-item-description>* {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #464749
}

@media screen and (max-width: 1199px) {
    .ab-page-core-row {
        margin-bottom:-35px;
        padding-top: 38px
    }

    .ab-page-core-item {
        padding-right: 0;
        max-width: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 35px
    }

    .ab-page-core-item-info {
        padding-left: 20px
    }

    .ab-page-core-item-image {
        width: 91px;
        height: 91px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .ab-page-core-item-image img {
        width: 44px;
        height: 44px
    }

    .ab-page-core-item-title {
        padding-top: 0
    }

    .ab-page-core-item-title>* {
        font-size: 22px;
        line-height: 135%
    }

    .ab-page-core-item-description {
        padding-top: 9px
    }
}

@media screen and (max-width: 991px) {
    .ab-page-core-row {
        margin-bottom:-31px;
        padding-top: 36px
    }

    .ab-page-core-item {
        padding-bottom: 31px
    }

    .ab-page-core-item-image {
        width: 82px;
        height: 82px
    }

    .ab-page-core-item-image img {
        width: 40px;
        height: 40px
    }

    .ab-page-core-item-info {
        padding-left: 18px
    }

    .ab-page-core-item-title>* {
        font-size: 20px;
        line-height: 144%
    }

    .ab-page-core-item-description {
        padding-top: 8px
    }
}

@media screen and (max-width: 767px) {
    .ab-page-core-row {
        margin-bottom:-27px;
        padding-top: 34px
    }

    .ab-page-core-item {
        padding-bottom: 27px
    }

    .ab-page-core-item-image {
        width: 73px;
        height: 73px
    }

    .ab-page-core-item-image img {
        width: 36px;
        height: 36px
    }

    .ab-page-core-item-info {
        padding-left: 17px
    }

    .ab-page-core-item-title>* {
        font-size: 18px;
        line-height: 153%
    }

    .ab-page-core-item-description {
        padding-top: 6px
    }
}

@media screen and (max-width: 429px) {
    .ab-page-core-row {
        margin-bottom:-23px;
        padding-top: 32px
    }

    .ab-page-core-item {
        padding-bottom: 23px
    }

    .ab-page-core-item-image {
        width: 64px;
        height: 64px
    }

    .ab-page-core-item-image img {
        width: 32px;
        height: 32px
    }

    .ab-page-core-item-info {
        padding-left: 16px
    }

    .ab-page-core-item-title>* {
        font-size: 16px;
        line-height: 162%
    }

    .ab-page-core-item-description {
        padding-top: 5px
    }

    .ab-page-core-item-description>* {
        font-size: 14px;
        line-height: 143%
    }
}

.ab-page-choose-line-bottom {
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 1' xml:space='preserve'%3E%3Crect x='5' fill='%2365779F' width='10' height='1'/%3E%3C/svg%3E");
    background-position: 50% 100%;
    background-repeat: repeat-x
}

.ab-page-choose-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -40px;
    padding-top: 40px
}

.ab-page-choose-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px
}

.ab-page-choose-item-image {
    background-color: #387bc8;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ab-page-choose-item-image img {
    display: block;
    width: 40px;
    height: 40px
}

.ab-page-choose-item-info {
    padding-left: 20px;
    max-width: 520px
}

.ab-page-choose-item-title>* {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: #2f2f2f
}

.ab-page-choose-item-description {
    padding-top: 10px
}

.ab-page-choose-item-description>* {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #464749
}

@media screen and (max-width: 1199px) {
    .ab-page-choose-row {
        margin-bottom:-35px;
        padding-top: 38px
    }

    .ab-page-choose-item {
        padding-bottom: 35px
    }

    .ab-page-choose-item-image {
        width: 76px;
        height: 76px
    }

    .ab-page-choose-item-image img {
        width: 38px;
        height: 38px
    }

    .ab-page-choose-item-info {
        padding-left: 18px
    }

    .ab-page-choose-item-title>* {
        font-size: 22px;
        line-height: 135%
    }

    .ab-page-choose-item-description {
        padding-top: 8px
    }
}

@media screen and (max-width: 991px) {
    .ab-page-choose-row {
        margin-bottom:-31px;
        padding-top: 36px
    }

    .ab-page-choose-item {
        padding-bottom: 31px
    }

    .ab-page-choose-item-image {
        width: 72px;
        height: 72px
    }

    .ab-page-choose-item-image img {
        width: 36px;
        height: 36px
    }

    .ab-page-choose-item-info {
        padding-left: 17px;
        max-width: unset
    }

    .ab-page-choose-item-title>* {
        font-size: 20px;
        line-height: 144%
    }

    .ab-page-choose-item-description {
        padding-top: 7px
    }
}

@media screen and (max-width: 767px) {
    .ab-page-choose-row {
        margin-bottom:-27px;
        padding-top: 34px
    }

    .ab-page-choose-item {
        padding-bottom: 27px
    }

    .ab-page-choose-item-image {
        width: 68px;
        height: 68px
    }

    .ab-page-choose-item-image img {
        width: 34px;
        height: 34px
    }

    .ab-page-choose-item-info {
        padding-left: 16px
    }

    .ab-page-choose-item-title>* {
        font-size: 18px;
        line-height: 153%
    }

    .ab-page-choose-item-description {
        padding-top: 6px
    }
}

@media screen and (max-width: 429px) {
    .ab-page-choose-row {
        margin-bottom:-23px;
        padding-top: 32px
    }

    .ab-page-choose-item {
        padding-bottom: 23px
    }

    .ab-page-choose-item-image {
        width: 64px;
        height: 64px
    }

    .ab-page-choose-item-image img {
        width: 32px;
        height: 32px
    }

    .ab-page-choose-item-info {
        padding-left: 15px
    }

    .ab-page-choose-item-title>* {
        font-size: 16px;
        line-height: 162%
    }

    .ab-page-choose-item-description {
        padding-top: 5px
    }

    .ab-page-choose-item-description>* {
        font-size: 14px;
        line-height: 143%
    }
}

.ab-page-brief-list-container {
    margin-top: 40px;
    position: relative
}

.ab-page-brief-list {
    max-width: 1010px;
    margin: 0 auto
}

.ab-page-brief-linecon {
    position: absolute;
    top: calc(190px/2);
    left: 50%;
    bottom: calc(190px/2);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    overflow: hidden
}

.ab-page-brief-line-1,.ab-page-brief-line-2 {
    background-position: 50% 0;
    background-repeat: repeat-y
}

.ab-page-brief-line-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new3/path-brif-grey.svg)
}

.ab-page-brief-line-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background-image: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/new3/path-brif-blue.svg)
}

.ab-page-brief-item {
    margin-top: 20px;
    position: relative
}

.ab-page-brief-item:first-child {
    margin-top: 0
}

.ab-page-brief-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 100%;
    background-color: #f5f8fb;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ab-page-brief-img svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #387bc8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ab-page-brief-item.active .ab-page-brief-img {
    background-color: #387bc8
}

.ab-page-brief-item.active .ab-page-brief-img svg {
    fill: #fff
}

.ab-page-brief-item:nth-child(2n+1) {
    padding-right: calc(50% + 82px)
}

.ab-page-brief-item:nth-child(2n+2) {
    padding-left: calc(50% + 82px)
}

.ab-page-brief-item-inner {
    background-color: #f5f8fb;
    border-radius: 4px;
    position: relative;
    min-height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.ab-page-brief-item-inner:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ab-page-brief-item:nth-child(2n+1) .ab-page-brief-item-inner {
    padding-left: 20px;
    padding-right: 40px
}

.ab-page-brief-item:nth-child(2n+2) .ab-page-brief-item-inner {
    padding-left: 40px;
    padding-right: 20px
}

.ab-page-brief-item:nth-child(2n+1) .ab-page-brief-item-inner:before {
    right: -13px;
    border-left: 13px solid #f5f8fb
}

.ab-page-brief-item:nth-child(2n+2) .ab-page-brief-item-inner:before {
    left: -13px;
    border-right: 13px solid #f5f8fb
}

.ab-page-brief-date>* {
    font-weight: 700;
    font-size: 30px;
    line-height: 133%;
    margin: 0;
    color: #2f2f2f
}

.ab-page-brief-desc {
    padding-top: 10px
}

.ab-page-brief-desc>* {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    margin: 0;
    color: #464749
}

.ab-page-brief-item:nth-child(2n+1) .ab-page-brief-date>*,.ab-page-brief-item:nth-child(2n+1) .ab-page-brief-desc>* {
    text-align: right
}

.ab-page-brief-item:nth-child(2n+2) .ab-page-brief-date>*,.ab-page-brief-item:nth-child(2n+2) .ab-page-brief-desc>* {
    text-align: left
}

@media screen and (max-width: 1199px) {
    .ab-page-brief-list-container {
        margin-top:36px
    }

    .ab-page-brief-linecon {
        top: calc(85px/2);
        bottom: calc(85px/2)
    }

    .ab-page-brief-item {
        margin-top: 22px
    }

    .ab-page-brief-item:nth-child(2n+1) {
        padding-right: calc(50% + 70px)
    }

    .ab-page-brief-item:nth-child(2n+2) {
        padding-left: calc(50% + 70px)
    }

    .ab-page-brief-img {
        width: 60px;
        height: 60px
    }

    .ab-page-brief-item-inner {
        min-height: 171px;
        padding-top: 17px;
        padding-bottom: 17px
    }

    .ab-page-brief-item:nth-child(2n+1) .ab-page-brief-item-inner {
        padding-left: 18px;
        padding-right: 33px
    }

    .ab-page-brief-item:nth-child(2n+2) .ab-page-brief-item-inner {
        padding-left: 33px;
        padding-right: 18px
    }

    .ab-page-brief-date>* {
        font-size: 27px;
        line-height: 140%
    }
}

@media screen and (max-width: 991px) {
    .ab-page-brief-list-container {
        margin-top:32px
    }

    .ab-page-brief-linecon {
        top: calc(82px/2);
        bottom: calc(82px/2)
    }

    .ab-page-brief-item {
        margin-top: 23px
    }

    .ab-page-brief-item:nth-child(2n+1) {
        padding-right: calc(50% + 58px)
    }

    .ab-page-brief-item:nth-child(2n+2) {
        padding-left: calc(50% + 58px)
    }

    .ab-page-brief-img {
        width: 56px;
        height: 56px
    }

    .ab-page-brief-item-inner {
        min-height: 151px;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .ab-page-brief-item:nth-child(2n+1) .ab-page-brief-item-inner {
        padding-left: 17px;
        padding-right: 26px
    }

    .ab-page-brief-item:nth-child(2n+2) .ab-page-brief-item-inner {
        padding-left: 26px;
        padding-right: 17px
    }

    .ab-page-brief-date>* {
        font-size: 23px;
        line-height: 148%
    }
}

@media screen and (max-width: 767px) {
    .ab-page-brief-list-container {
        margin-top:28px
    }

    .ab-page-brief-linecon {
        top: calc(66px/2);
        left: 26px;
        bottom: calc(66px/2)
    }

    .ab-page-brief-item {
        margin-top: 24px
    }

    .ab-page-brief-item:nth-child(2n+1) {
        padding-right: 0
    }

    .ab-page-brief-item:nth-child(2n+1),.ab-page-brief-item:nth-child(2n+2) {
        padding-left: 81px
    }

    .ab-page-brief-img {
        width: 52px;
        height: 52px;
        left: 0;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

    .ab-page-brief-item-inner {
        min-height: 132px;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .ab-page-brief-item:nth-child(2n+1) .ab-page-brief-item-inner,.ab-page-brief-item:nth-child(2n+2) .ab-page-brief-item-inner {
        padding-left: 19px;
        padding-right: 15px
    }

    .ab-page-brief-item:nth-child(2n+1) .ab-page-brief-item-inner:before {
        right: auto;
        left: -13px;
        border-left: 0;
        border-right: 13px solid #f5f8fb
    }

    .ab-page-brief-item:nth-child(2n+1) .ab-page-brief-date>*,.ab-page-brief-item:nth-child(2n+1) .ab-page-brief-desc>* {
        text-align: left
    }

    .ab-page-brief-date>* {
        font-size: 20px;
        line-height: 155%
    }

    .ab-page-brief-desc>* {
        font-size: 16px;
        line-height: 155%
    }

    .ab-page-brief-desc br {
        display: none
    }
}

@media screen and (max-width: 429px) {
    .ab-page-brief-list-container {
        margin-top:24px
    }

    .ab-page-brief-linecon {
        top: calc(56px/2);
        left: 24px;
        bottom: calc(56px/2)
    }

    .ab-page-brief-item {
        margin-top: 24px
    }

    .ab-page-brief-item:nth-child(2n+1),.ab-page-brief-item:nth-child(2n+2) {
        padding-left: 77px
    }

    .ab-page-brief-img {
        width: 48px;
        height: 48px
    }

    .ab-page-brief-item-inner {
        min-height: 113px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ab-page-brief-date>* {
        font-size: 16px;
        line-height: 162%
    }

    .ab-page-brief-desc {
        padding-top: 9px
    }

    .ab-page-brief-desc>* {
        font-size: 14px;
        line-height: 143%
    }
}

.socials-table-of-contents {
    padding-top: 14px
}

.socials-table-of-contents-container {
    border: 1px solid #c8cfdd;
    border-radius: 4px;
    padding: 47px
}

.socials-table-of-contents-title {
    pointer-events: none;
    position: relative
}

.socials-table-of-contents-title>* {
    font-weight: 700;
    font-size: 30px;
    line-height: 133%;
    color: #387bc8;
    pointer-events: all;
    cursor: pointer;
    padding-right: calc(64px + 15px)
}

.socials-table-of-contents-title:before,.socials-table-of-contents-title:after {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    overflow: hidden;
    pointer-events: all;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: top .3s ease,-webkit-transform .3s ease;
    transition: top .3s ease,-webkit-transform .3s ease;
    transition: top .3s ease,transform .3s ease;
    transition: top .3s ease,transform .3s ease,-webkit-transform .3s ease
}

.socials-table-of-contents-title:before {
    background-color: #f1f6fb
}

.socials-table-of-contents-title:after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7L7 1L1 7' stroke='%23387BC8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.socials-table-of-contents-title.active:before,.socials-table-of-contents-title.active:after {
    top: -12px
}

.socials-table-of-contents-title.active:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.socials-table-of-contents-list-con {
    padding-right: calc(64px + 15px)
}

.socials-table-of-contents-list {
    padding-top: 25px;
    padding-bottom: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.socials-table-of-contents-list ul {
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 45%;
    width: 100%
}

.socials-table-of-contents-list ul li {
    line-height: 0;
    position: relative;
    padding-left: 28px;
    padding-right: 25px;
    padding-bottom: 10px;
    width: 100%
}

.socials-table-of-contents-list ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #2f2f2f;
    position: absolute;
    top: 12px;
    left: 12px
}

.socials-table-of-contents-list ul li a {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #2f2f2f
}

@media screen and (max-width: 1360px) {
    .socials-table-of-contents-list ul {
        max-width:50%
    }
}

@media screen and (max-width: 1199px) {
    .socials-table-of-contents {
        padding-top:0
    }

    .socials-table-of-contents-container {
        padding: 41px
    }

    .socials-table-of-contents-title:before,.socials-table-of-contents-title:after {
        width: 64px;
        height: 64px;
        top: -3px
    }

    .socials-table-of-contents-title.active:before,.socials-table-of-contents-title.active:after {
        top: -14px
    }

    .socials-table-of-contents-title>* {
        font-size: 28px;
        line-height: 131%;
        padding-right: calc(64px + 15px)
    }

    .socials-table-of-contents-list {
        padding-top: 23px;
        padding-bottom: 7px
    }

    .socials-table-of-contents-list ul li {
        padding-left: 26px;
        padding-bottom: 12px
    }

    .socials-table-of-contents-list ul li a {
        font-size: 17px
    }
}

@media screen and (max-width: 991px) {
    .socials-table-of-contents-container {
        padding:35px
    }

    .socials-table-of-contents-title:before,.socials-table-of-contents-title:after {
        width: 56px;
        height: 56px
    }

    .socials-table-of-contents-title.active:before,.socials-table-of-contents-title.active:after,.socials-table-of-contents-title:before,.socials-table-of-contents-title:after {
        top: -10px
    }

    .socials-table-of-contents-title>* {
        font-size: 27px;
        line-height: 129%;
        padding-right: calc(56px + 15px)
    }

    .socials-table-of-contents-list-con {
        padding-right: 0
    }

    .socials-table-of-contents-list:not(:first-child) {
        padding-top: 0
    }

    .socials-table-of-contents-list:not(:last-child) {
        padding-bottom: 0
    }

    .socials-table-of-contents-list:not(:last-child) ul {
        margin-bottom: 0
    }

    .socials-table-of-contents-list {
        padding-top: 21px;
        padding-bottom: 5px
    }

    .socials-table-of-contents-list ul {
        max-width: 100%;
        margin-bottom: 0
    }

    .socials-table-of-contents-list ul:last-child {
        margin-bottom: -10px
    }

    .socials-table-of-contents-list ul li {
        padding-right: 0;
        padding-left: 24px;
        padding-bottom: 14px
    }

    .socials-table-of-contents-list ul li:before {
        top: 10px
    }

    .socials-table-of-contents-list ul li a {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .socials-table-of-contents {
        padding-top:26px
    }

    .socials-table-of-contents-container {
        padding: 29px
    }

    .socials-table-of-contents-title:before,.socials-table-of-contents-title:after {
        width: 52px;
        height: 52px
    }

    .socials-table-of-contents-title.active:before,.socials-table-of-contents-title.active:after,.socials-table-of-contents-title:before,.socials-table-of-contents-title:after {
        top: -9px
    }

    .socials-table-of-contents-title>* {
        font-size: 26px;
        line-height: 127%;
        padding-right: calc(52px + 15px)
    }

    .socials-table-of-contents-list {
        padding-top: 19px;
        padding-bottom: 3px
    }

    .socials-table-of-contents-list ul li {
        padding-left: 22px;
        padding-bottom: 16px
    }

    .socials-table-of-contents-list ul li a {
        font-size: 15px
    }
}

@media screen and (max-width: 429px) {
    .socials-table-of-contents {
        padding-top:30px
    }

    .socials-table-of-contents-container {
        padding: 23px
    }

    .socials-table-of-contents-title:before,.socials-table-of-contents-title:after {
        width: 48px;
        height: 48px
    }

    .socials-table-of-contents-title.active:before,.socials-table-of-contents-title.active:after,.socials-table-of-contents-title:before,.socials-table-of-contents-title:after {
        top: -9px;
        right: -9px
    }

    .socials-table-of-contents-title>* {
        font-size: 24px;
        line-height: 125%;
        padding-right: calc(48px + 15px - 9px)
    }

    .socials-table-of-contents-list {
        padding-top: 17px;
        padding-bottom: 1px
    }

    .socials-table-of-contents-list ul li {
        padding-left: 21px;
        padding-bottom: 17px
    }

    .socials-table-of-contents-list ul li:before {
        width: 3px;
        height: 3px;
        top: 9px;
        left: 9px
    }

    .socials-table-of-contents-list ul li a {
        font-size: 14px
    }
}

.socials-clients-slider {
    background: -webkit-gradient(linear,left top,left bottom,from(#f5f8fb),to(#dcebf6));
    background: linear-gradient(180deg,#f5f8fb 0%,#dcebf6 100%);
    overflow: hidden;
    margin-bottom: -67px;
    padding-bottom: 128px
}

.slc-fw-wr+.socials-clients-slider {
    margin-top: 30px
}

.socials-clients-slider-inner {
    position: relative
}

.socials-clients-slider-container {
    position: relative
}

.socials-clients-slider-title>* {
    color: #253e78
}

.socials-clients-raiting-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    max-width: 860px
}

.socials-clients-raiting-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.socials-clients-raiting-icon img,.socials-clients-raiting-icon svg {
    display: block;
    width: 32px;
    height: 32px
}

.socials-clients-raiting-name {
    padding-left: 8px;
    padding-right: 8px
}

.socials-clients-raiting-name>* {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #2f2f2f
}

.socials-clients-raiting-name>* a:hover {
    color: #387bc8;
    text-decoration: underline
}

.socials-clients-raiting-rate {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.socials-clients-raiting-rate>* {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #e13427;
    position: relative;
    padding-left: 32px
}

.socials-clients-raiting-rate>*:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateY(-2px);
    transform: translateY(-50%) translateY(-2px);
    width: 24px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 23' xml:space='preserve'%3E%3Cpath fill='%23E13427' d='M23.9,8.7c-0.2-0.5-0.6-0.8-1.1-0.9l-6.9-0.6l-2.7-6.4C13,0.3,12.5,0,12,0s-1,0.3-1.2,0.8L8.1,7.2L1.2,7.8c-0.5,0-0.9,0.4-1.1,0.9c-0.2,0.5,0,1,0.4,1.4l5.2,4.6l-1.5,6.8c-0.1,0.5,0.1,1,0.5,1.3C4.8,22.9,5.1,23,5.4,23c0.2,0,0.5-0.1,0.7-0.2l6-3.6l6,3.6c0.4,0.3,1,0.2,1.4-0.1c0.4-0.3,0.6-0.8,0.5-1.3l-1.5-6.8l5.2-4.6C23.9,9.7,24.1,9.2,23.9,8.7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.socials-clients-slider-list-2 {
    margin-top: 50px;
    padding-left: calc(70px + 15px);
    padding-right: calc(70px + 15px)
}

.socials-clients-slider-list-2:not(.owl-carousel) {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.socials-clients-slider-list-2.owl-carousel .owl-stage-outer {
    pointer-events: none
}

.socials-clients-slider-list-2.owl-carousel.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.socials-clients-slider-list-2.owl-carousel.owl-carousel .owl-item {
    float: none;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.socials-clients-slider-item-img-2-verify {
    width: 95px;
    height: 23px;
    position: absolute;
    top: 20px;
    right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='126' height='30' viewBox='0 0 126 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='126' height='30' rx='4' fill='%2351B37F'/%3E%3Cpath d='M36.5186 17.833L39.0479 10.0469H40.9482L37.3662 20H35.6914L32.123 10.0469H34.0166L36.5186 17.833ZM44.8721 20.1367C43.8193 20.1367 42.9648 19.8063 42.3086 19.1455C41.6569 18.4801 41.3311 17.596 41.3311 16.4932V16.2881C41.3311 15.5498 41.4723 14.8913 41.7549 14.3125C42.042 13.7292 42.443 13.2757 42.958 12.9521C43.473 12.6286 44.0472 12.4668 44.6807 12.4668C45.6878 12.4668 46.4648 12.7881 47.0117 13.4307C47.5632 14.0732 47.8389 14.9824 47.8389 16.1582V16.8281H43.0059C43.056 17.4388 43.2588 17.9219 43.6143 18.2773C43.9743 18.6328 44.4255 18.8105 44.9678 18.8105C45.7288 18.8105 46.3486 18.5029 46.8271 17.8877L47.7227 18.7422C47.4264 19.1842 47.0299 19.5283 46.5332 19.7744C46.041 20.016 45.4873 20.1367 44.8721 20.1367ZM44.6738 13.7998C44.2181 13.7998 43.849 13.9593 43.5664 14.2783C43.2884 14.5973 43.1107 15.0417 43.0332 15.6113H46.1982V15.4883C46.1618 14.9323 46.0137 14.513 45.7539 14.2305C45.4941 13.9434 45.1341 13.7998 44.6738 13.7998ZM53.0068 14.1211C52.7881 14.0846 52.5625 14.0664 52.3301 14.0664C51.569 14.0664 51.0563 14.3581 50.792 14.9414V20H49.1309V12.6035H50.7168L50.7578 13.4307C51.1589 12.7881 51.7148 12.4668 52.4258 12.4668C52.6628 12.4668 52.8587 12.4987 53.0137 12.5625L53.0068 14.1211ZM55.8232 20H54.1621V12.6035H55.8232V20ZM54.0596 10.6826C54.0596 10.4274 54.1393 10.2155 54.2988 10.0469C54.4629 9.87826 54.6953 9.79395 54.9961 9.79395C55.2969 9.79395 55.5293 9.87826 55.6934 10.0469C55.8574 10.2155 55.9395 10.4274 55.9395 10.6826C55.9395 10.9333 55.8574 11.1429 55.6934 11.3115C55.5293 11.4756 55.2969 11.5576 54.9961 11.5576C54.6953 11.5576 54.4629 11.4756 54.2988 11.3115C54.1393 11.1429 54.0596 10.9333 54.0596 10.6826ZM58.0791 20V13.834H56.9512V12.6035H58.0791V12.0977C58.0837 11.5189 58.2067 11.0221 58.4482 10.6074C58.6898 10.1927 59.0316 9.88053 59.4736 9.6709C59.9157 9.46126 60.4466 9.35645 61.0664 9.35645C61.431 9.35645 61.7796 9.39518 62.1123 9.47266C62.4495 9.55013 62.7982 9.64811 63.1582 9.7666L62.9053 11.1406C62.2764 10.9219 61.7021 10.8125 61.1826 10.8125C60.6768 10.8125 60.3099 10.9242 60.082 11.1475C59.8542 11.3662 59.7402 11.6966 59.7402 12.1387V12.6035H61.1963V13.834H59.7402V20H58.0791ZM63.9443 20H62.2832V12.6035H63.9443V20ZM69.0439 20.1367C67.9912 20.1367 67.1367 19.8063 66.4805 19.1455C65.8288 18.4801 65.5029 17.596 65.5029 16.4932V16.2881C65.5029 15.5498 65.6442 14.8913 65.9268 14.3125C66.2139 13.7292 66.6149 13.2757 67.1299 12.9521C67.6449 12.6286 68.2191 12.4668 68.8525 12.4668C69.8597 12.4668 70.6367 12.7881 71.1836 13.4307C71.735 14.0732 72.0107 14.9824 72.0107 16.1582V16.8281H67.1777C67.2279 17.4388 67.4307 17.9219 67.7861 18.2773C68.1462 18.6328 68.5973 18.8105 69.1396 18.8105C69.9007 18.8105 70.5205 18.5029 70.999 17.8877L71.8945 18.7422C71.5983 19.1842 71.2018 19.5283 70.7051 19.7744C70.2129 20.016 69.6592 20.1367 69.0439 20.1367ZM68.8457 13.7998C68.39 13.7998 68.0208 13.9593 67.7383 14.2783C67.4603 14.5973 67.2826 15.0417 67.2051 15.6113H70.3701V15.4883C70.3337 14.9323 70.1855 14.513 69.9258 14.2305C69.666 13.9434 69.306 13.7998 68.8457 13.7998ZM72.9951 16.2471C72.9951 15.1077 73.2594 14.194 73.7881 13.5059C74.3167 12.8132 75.0254 12.4668 75.9141 12.4668C76.6979 12.4668 77.3314 12.7402 77.8145 13.2871V9.5H79.4756V20H77.9717L77.8896 19.2344C77.3929 19.8359 76.7298 20.1367 75.9004 20.1367C75.0345 20.1367 74.3327 19.7881 73.7949 19.0908C73.2617 18.3936 72.9951 17.4456 72.9951 16.2471ZM74.6562 16.3906C74.6562 17.1426 74.7998 17.7305 75.0869 18.1543C75.3786 18.5736 75.791 18.7832 76.3242 18.7832C77.0033 18.7832 77.5 18.4801 77.8145 17.874V14.7158C77.5091 14.1234 77.0169 13.8271 76.3379 13.8271C75.8001 13.8271 75.3854 14.0413 75.0938 14.4697C74.8021 14.8936 74.6562 15.5339 74.6562 16.3906ZM84.3838 16.2334C84.3838 15.5088 84.5273 14.8571 84.8145 14.2783C85.1016 13.695 85.5049 13.2484 86.0244 12.9385C86.5439 12.624 87.141 12.4668 87.8154 12.4668C88.8135 12.4668 89.6224 12.7881 90.2422 13.4307C90.8665 14.0732 91.2038 14.9255 91.2539 15.9873L91.2607 16.377C91.2607 17.1061 91.1195 17.7578 90.8369 18.332C90.5589 18.9062 90.1579 19.3506 89.6338 19.665C89.1143 19.9795 88.5127 20.1367 87.8291 20.1367C86.7855 20.1367 85.9492 19.7904 85.3203 19.0977C84.696 18.4004 84.3838 17.473 84.3838 16.3154V16.2334ZM86.0449 16.377C86.0449 17.138 86.2021 17.735 86.5166 18.168C86.8311 18.5964 87.2686 18.8105 87.8291 18.8105C88.3896 18.8105 88.8249 18.5918 89.1348 18.1543C89.4492 17.7168 89.6064 17.0765 89.6064 16.2334C89.6064 15.486 89.4447 14.8936 89.1211 14.4561C88.8021 14.0186 88.3669 13.7998 87.8154 13.7998C87.2731 13.7998 86.8424 14.0163 86.5234 14.4492C86.2044 14.8776 86.0449 15.5202 86.0449 16.377ZM96.5381 14.1211C96.3193 14.0846 96.0938 14.0664 95.8613 14.0664C95.1003 14.0664 94.5876 14.3581 94.3232 14.9414V20H92.6621V12.6035H94.248L94.2891 13.4307C94.6901 12.7881 95.2461 12.4668 95.957 12.4668C96.194 12.4668 96.39 12.4987 96.5449 12.5625L96.5381 14.1211ZM97.1396 16.2471C97.1396 15.1077 97.404 14.194 97.9326 13.5059C98.4613 12.8132 99.1699 12.4668 100.059 12.4668C100.842 12.4668 101.476 12.7402 101.959 13.2871V9.5H103.62V20H102.116L102.034 19.2344C101.537 19.8359 100.874 20.1367 100.045 20.1367C99.179 20.1367 98.4772 19.7881 97.9395 19.0908C97.4062 18.3936 97.1396 17.4456 97.1396 16.2471ZM98.8008 16.3906C98.8008 17.1426 98.9443 17.7305 99.2314 18.1543C99.5231 18.5736 99.9355 18.7832 100.469 18.7832C101.148 18.7832 101.645 18.4801 101.959 17.874V14.7158C101.654 14.1234 101.161 13.8271 100.482 13.8271C99.9447 13.8271 99.5299 14.0413 99.2383 14.4697C98.9466 14.8936 98.8008 15.5339 98.8008 16.3906ZM108.61 20.1367C107.558 20.1367 106.703 19.8063 106.047 19.1455C105.395 18.4801 105.069 17.596 105.069 16.4932V16.2881C105.069 15.5498 105.211 14.8913 105.493 14.3125C105.78 13.7292 106.181 13.2757 106.696 12.9521C107.211 12.6286 107.785 12.4668 108.419 12.4668C109.426 12.4668 110.203 12.7881 110.75 13.4307C111.301 14.0732 111.577 14.9824 111.577 16.1582V16.8281H106.744C106.794 17.4388 106.997 17.9219 107.353 18.2773C107.713 18.6328 108.164 18.8105 108.706 18.8105C109.467 18.8105 110.087 18.5029 110.565 17.8877L111.461 18.7422C111.165 19.1842 110.768 19.5283 110.271 19.7744C109.779 20.016 109.226 20.1367 108.61 20.1367ZM108.412 13.7998C107.956 13.7998 107.587 13.9593 107.305 14.2783C107.027 14.5973 106.849 15.0417 106.771 15.6113H109.937V15.4883C109.9 14.9323 109.752 14.513 109.492 14.2305C109.232 13.9434 108.872 13.7998 108.412 13.7998ZM116.745 14.1211C116.526 14.0846 116.301 14.0664 116.068 14.0664C115.307 14.0664 114.795 14.3581 114.53 14.9414V20H112.869V12.6035H114.455L114.496 13.4307C114.897 12.7881 115.453 12.4668 116.164 12.4668C116.401 12.4668 116.597 12.4987 116.752 12.5625L116.745 14.1211Z' fill='white'/%3E%3Cpath d='M22.6666 14.3867V15.0001C22.6658 16.4377 22.2003 17.8365 21.3395 18.988C20.4787 20.1394 19.2688 20.9817 17.8902 21.3893C16.5115 21.797 15.0381 21.748 13.6896 21.2498C12.341 20.7516 11.1897 19.8308 10.4072 18.6248C9.62476 17.4188 9.25311 15.9921 9.3477 14.5576C9.44229 13.1231 9.99806 11.7576 10.9321 10.6648C11.8662 9.57195 13.1284 8.81033 14.5307 8.4935C15.933 8.17668 17.4001 8.32163 18.7133 8.90674' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6667 9.6665L16 16.3398L14 14.3398' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 95px 23px
}

body.right-to-left-site .socials-clients-slider-item-img-2-verify {
    background-image: url("data:image/svg+xml,%3Csvg width='126' height='30' viewBox='0 0 126 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6_7)'%3E%3Cpath d='M122 0H4C1.79086 0 0 1.79086 0 4V26C0 28.2091 1.79086 30 4 30H122C124.209 30 126 28.2091 126 26V4C126 1.79086 124.209 0 122 0Z' fill='%2351B37F'/%3E%3Cpath d='M22.6666 14.3867V15.0001C22.6658 16.4377 22.2003 17.8365 21.3395 18.988C20.4787 20.1394 19.2688 20.9817 17.8902 21.3893C16.5115 21.797 15.0381 21.748 13.6896 21.2498C12.341 20.7516 11.1897 19.8308 10.4072 18.6248C9.62476 17.4188 9.25311 15.9921 9.3477 14.5576C9.44229 13.1231 9.99806 11.7576 10.9321 10.6648C11.8662 9.57195 13.1284 8.81033 14.5307 8.4935C15.933 8.17668 17.4001 8.32163 18.7133 8.90674' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6667 9.6665L16 16.3398L14 14.3398' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.672 19.06C34.104 19.06 33.612 18.988 33.196 18.844C32.788 18.692 32.472 18.452 32.248 18.124C32.024 17.788 31.896 17.34 31.864 16.78L31.648 11.944H33.34L33.544 16.192C33.56 16.52 33.612 16.772 33.7 16.948C33.796 17.116 33.932 17.232 34.108 17.296C34.284 17.352 34.512 17.38 34.792 17.38C35.096 17.38 35.312 17.46 35.44 17.62C35.568 17.772 35.632 17.964 35.632 18.196C35.632 18.444 35.548 18.652 35.38 18.82C35.22 18.98 34.984 19.06 34.672 19.06ZM32.476 17.944C31.94 18.064 31.424 18.12 30.928 18.112C30.432 18.096 29.988 18.008 29.596 17.848C29.204 17.68 28.892 17.44 28.66 17.128C28.436 16.816 28.324 16.42 28.324 15.94C28.324 15.516 28.416 15.132 28.6 14.788C28.792 14.436 29.056 14.128 29.392 13.864C29.736 13.6 30.136 13.376 30.592 13.192C31.048 13.008 31.544 12.868 32.08 12.772L32.248 14.476C31.904 14.492 31.592 14.54 31.312 14.62C31.04 14.692 30.804 14.788 30.604 14.908C30.412 15.028 30.264 15.164 30.16 15.316C30.056 15.46 30.004 15.616 30.004 15.784C30.004 15.92 30.052 16.032 30.148 16.12C30.244 16.208 30.372 16.28 30.532 16.336C30.692 16.384 30.876 16.412 31.084 16.42C31.292 16.428 31.504 16.416 31.72 16.384C31.944 16.352 32.164 16.3 32.38 16.228L32.476 17.944ZM34.668 19.06L34.788 17.38C35.092 17.38 35.332 17.352 35.508 17.296C35.692 17.24 35.836 17.128 35.94 16.96C36.052 16.784 36.144 16.528 36.216 16.192C36.296 15.856 36.376 15.408 36.456 14.848L38.028 15.112C38.012 15.232 37.988 15.372 37.956 15.532C37.932 15.692 37.908 15.856 37.884 16.024C37.868 16.184 37.86 16.336 37.86 16.48C37.86 16.672 37.9 16.836 37.98 16.972C38.068 17.1 38.22 17.2 38.436 17.272C38.66 17.344 38.98 17.38 39.396 17.38C39.7 17.38 39.916 17.46 40.044 17.62C40.172 17.772 40.236 17.964 40.236 18.196C40.236 18.444 40.152 18.652 39.984 18.82C39.824 18.98 39.588 19.06 39.276 19.06C38.724 19.06 38.276 19.008 37.932 18.904C37.588 18.8 37.332 18.624 37.164 18.376C36.996 18.128 36.888 17.788 36.84 17.356H37.416C37.272 17.74 37.104 18.048 36.912 18.28C36.72 18.504 36.504 18.672 36.264 18.784C36.024 18.896 35.768 18.968 35.496 19C35.232 19.04 34.956 19.06 34.668 19.06ZM37.116 13.624C36.868 13.624 36.656 13.54 36.48 13.372C36.312 13.204 36.228 12.996 36.228 12.748C36.228 12.5 36.312 12.288 36.48 12.112C36.656 11.936 36.868 11.848 37.116 11.848C37.356 11.848 37.56 11.936 37.728 12.112C37.904 12.288 37.992 12.5 37.992 12.748C37.992 12.996 37.904 13.204 37.728 13.372C37.56 13.54 37.356 13.624 37.116 13.624ZM39.2734 19.06L39.3934 17.38C39.5774 17.38 39.7334 17.336 39.8614 17.248C39.9974 17.152 40.1374 16.996 40.2814 16.78C40.4254 16.556 40.5934 16.256 40.7854 15.88C41.0254 15.4 41.2734 15.024 41.5294 14.752C41.7934 14.48 42.0614 14.288 42.3334 14.176C42.6134 14.056 42.8934 13.996 43.1734 13.996C43.5254 13.996 43.8534 14.072 44.1574 14.224C44.4614 14.376 44.7254 14.584 44.9494 14.848C45.1734 15.104 45.3454 15.4 45.4654 15.736C45.5934 16.064 45.6574 16.404 45.6574 16.756C45.6574 17.18 45.5654 17.564 45.3814 17.908C45.2054 18.244 44.9574 18.512 44.6374 18.712C44.3254 18.904 43.9654 19 43.5574 19C43.2134 19 42.8134 18.94 42.3574 18.82C41.9014 18.7 41.4214 18.448 40.9174 18.064L41.5294 16.612C41.8894 16.86 42.2254 17.04 42.5374 17.152C42.8574 17.264 43.1214 17.32 43.3294 17.32C43.4894 17.32 43.6214 17.304 43.7254 17.272C43.8294 17.24 43.9054 17.188 43.9534 17.116C44.0014 17.044 44.0254 16.948 44.0254 16.828C44.0254 16.66 43.9854 16.488 43.9054 16.312C43.8254 16.136 43.7174 15.988 43.5814 15.868C43.4534 15.74 43.3014 15.676 43.1254 15.676C42.9574 15.676 42.8134 15.74 42.6934 15.868C42.5814 15.988 42.4694 16.164 42.3574 16.396C42.2534 16.62 42.1254 16.884 41.9734 17.188C41.7894 17.556 41.6094 17.864 41.4334 18.112C41.2574 18.352 41.0694 18.544 40.8694 18.688C40.6774 18.824 40.4494 18.92 40.1854 18.976C39.9294 19.032 39.6254 19.06 39.2734 19.06ZM53.2232 22.264C52.6872 22.264 52.1832 22.204 51.7112 22.084C51.2472 21.972 50.8352 21.792 50.4752 21.544C50.1232 21.304 49.8472 20.988 49.6472 20.596C49.4472 20.212 49.3472 19.748 49.3472 19.204C49.3472 19.02 49.3592 18.812 49.3832 18.58C49.4152 18.348 49.4792 18.072 49.5752 17.752C49.6712 17.424 49.8192 17.044 50.0192 16.612L51.4832 17.176C51.3712 17.464 51.2792 17.708 51.2072 17.908C51.1432 18.1 51.0952 18.276 51.0632 18.436C51.0392 18.588 51.0272 18.748 51.0272 18.916C51.0272 19.268 51.1272 19.568 51.3272 19.816C51.5272 20.072 51.8112 20.264 52.1792 20.392C52.5552 20.52 52.9992 20.584 53.5112 20.584C53.8632 20.584 54.1872 20.556 54.4832 20.5C54.7872 20.452 55.0592 20.38 55.2992 20.284C55.5392 20.188 55.7512 20.076 55.9352 19.948C56.1192 19.828 56.2712 19.692 56.3912 19.54C56.5192 19.396 56.6112 19.248 56.6672 19.096C56.7392 18.888 56.7912 18.656 56.8232 18.4C56.8552 18.144 56.8712 17.876 56.8712 17.596C56.8712 17.244 56.8392 16.948 56.7752 16.708C56.7112 16.468 56.6192 16.288 56.4992 16.168C56.3792 16.04 56.2352 15.976 56.0672 15.976C55.9552 15.976 55.8512 16.004 55.7552 16.06C55.6672 16.116 55.5872 16.188 55.5152 16.276C55.4512 16.364 55.3992 16.46 55.3592 16.564C55.3272 16.66 55.3112 16.756 55.3112 16.852C55.3112 16.956 55.3352 17.052 55.3832 17.14C55.4312 17.22 55.5232 17.288 55.6592 17.344C55.8032 17.392 56.0192 17.424 56.3072 17.44C56.5952 17.448 56.9792 17.428 57.4592 17.38L59.4152 17.368C59.7192 17.368 59.9352 17.448 60.0632 17.608C60.1912 17.76 60.2552 17.952 60.2552 18.184C60.2552 18.44 60.1712 18.652 60.0032 18.82C59.8352 18.98 59.5992 19.06 59.2952 19.06H56.3672C55.9112 19.06 55.5152 19.02 55.1792 18.94C54.8432 18.86 54.5632 18.74 54.3392 18.58C54.1232 18.412 53.9592 18.208 53.8472 17.968C53.7352 17.728 53.6792 17.452 53.6792 17.14C53.6792 16.78 53.7432 16.432 53.8712 16.096C54.0072 15.752 54.1912 15.448 54.4232 15.184C54.6552 14.92 54.9152 14.712 55.2032 14.56C55.4992 14.4 55.8032 14.32 56.1152 14.32C56.6192 14.32 57.0512 14.46 57.4112 14.74C57.7792 15.02 58.0592 15.42 58.2512 15.94C58.4512 16.452 58.5512 17.072 58.5512 17.8C58.5512 18.168 58.4952 18.552 58.3832 18.952C58.2712 19.352 58.1312 19.712 57.9632 20.032C57.7632 20.4 57.5112 20.724 57.2072 21.004C56.9032 21.284 56.5512 21.516 56.1512 21.7C55.7512 21.892 55.3072 22.032 54.8192 22.12C54.3312 22.216 53.7992 22.264 53.2232 22.264ZM57.1472 13.228C56.9152 13.228 56.7152 13.148 56.5472 12.988C56.3872 12.82 56.3072 12.624 56.3072 12.4C56.3072 12.168 56.3872 11.968 56.5472 11.8C56.7152 11.632 56.9152 11.548 57.1472 11.548C57.3712 11.548 57.5632 11.632 57.7232 11.8C57.8832 11.968 57.9632 12.168 57.9632 12.4C57.9632 12.624 57.8832 12.82 57.7232 12.988C57.5632 13.148 57.3712 13.228 57.1472 13.228ZM55.0712 13.216C54.8392 13.216 54.6392 13.136 54.4712 12.976C54.3112 12.808 54.2312 12.612 54.2312 12.388C54.2312 12.156 54.3112 11.956 54.4712 11.788C54.6392 11.62 54.8392 11.536 55.0712 11.536C55.2952 11.536 55.4872 11.62 55.6472 11.788C55.8072 11.956 55.8872 12.156 55.8872 12.388C55.8872 12.612 55.8072 12.808 55.6472 12.976C55.4872 13.136 55.2952 13.216 55.0712 13.216ZM59.3008 19.06L59.4208 17.392C59.7328 17.4 60.0208 17.396 60.2848 17.38C60.5488 17.364 60.7848 17.34 60.9928 17.308C61.2088 17.276 61.3968 17.24 61.5568 17.2C61.7248 17.16 61.8648 17.124 61.9768 17.092C62.2488 17.004 62.4808 16.9 62.6728 16.78C62.8648 16.652 63.0128 16.508 63.1168 16.348C63.2208 16.188 63.2728 16.016 63.2728 15.832C63.2728 15.688 63.2408 15.544 63.1768 15.4C63.1208 15.248 63.0368 15.124 62.9248 15.028C62.8128 14.932 62.6808 14.884 62.5288 14.884C62.3848 14.884 62.2528 14.928 62.1328 15.016C62.0128 15.104 61.9168 15.224 61.8448 15.376C61.7728 15.52 61.7368 15.688 61.7368 15.88C61.7368 16.048 61.7768 16.208 61.8568 16.36C61.9368 16.504 62.0488 16.644 62.1928 16.78C62.3368 16.916 62.5088 17.044 62.7088 17.164L61.1128 17.776C60.9368 17.608 60.7688 17.428 60.6088 17.236C60.4568 17.044 60.3288 16.828 60.2248 16.588C60.1288 16.34 60.0808 16.064 60.0808 15.76C60.0808 15.392 60.1528 15.056 60.2968 14.752C60.4408 14.448 60.6328 14.188 60.8728 13.972C61.1128 13.748 61.3808 13.576 61.6768 13.456C61.9728 13.336 62.2688 13.276 62.5648 13.276C63.0448 13.276 63.4608 13.388 63.8128 13.612C64.1648 13.836 64.4368 14.128 64.6288 14.488C64.8288 14.848 64.9288 15.24 64.9288 15.664C64.9288 16.056 64.8568 16.408 64.7128 16.72C64.5688 17.024 64.3728 17.296 64.1248 17.536C63.8848 17.768 63.6168 17.972 63.3208 18.148C63.0328 18.324 62.7408 18.472 62.4448 18.592C62.3008 18.656 62.1208 18.716 61.9048 18.772C61.6888 18.828 61.4448 18.88 61.1728 18.928C60.9008 18.968 60.6088 19 60.2968 19.024C59.9848 19.048 59.6528 19.06 59.3008 19.06ZM65.6368 19.06C65.1728 19.06 64.7168 19.036 64.2688 18.988C63.8208 18.94 63.4048 18.868 63.0208 18.772C62.6448 18.676 62.3168 18.56 62.0368 18.424L62.8648 17.128C63.1048 17.192 63.3848 17.244 63.7048 17.284C64.0328 17.316 64.3728 17.34 64.7248 17.356C65.0848 17.372 65.4288 17.38 65.7568 17.38C66.0608 17.38 66.2768 17.46 66.4048 17.62C66.5408 17.772 66.6088 17.964 66.6088 18.196C66.6088 18.444 66.5248 18.652 66.3568 18.82C66.1888 18.98 65.9488 19.06 65.6368 19.06ZM63.6208 12.184C63.3888 12.184 63.1888 12.104 63.0208 11.944C62.8608 11.776 62.7808 11.58 62.7808 11.356C62.7808 11.124 62.8608 10.924 63.0208 10.756C63.1888 10.588 63.3888 10.504 63.6208 10.504C63.8448 10.504 64.0368 10.588 64.1968 10.756C64.3568 10.924 64.4368 11.124 64.4368 11.356C64.4368 11.58 64.3568 11.776 64.1968 11.944C64.0368 12.104 63.8448 12.184 63.6208 12.184ZM61.5448 12.172C61.3128 12.172 61.1128 12.092 60.9448 11.932C60.7848 11.764 60.7048 11.568 60.7048 11.344C60.7048 11.112 60.7848 10.912 60.9448 10.744C61.1128 10.576 61.3128 10.492 61.5448 10.492C61.7688 10.492 61.9608 10.576 62.1208 10.744C62.2808 10.912 62.3608 11.112 62.3608 11.344C62.3608 11.568 62.2808 11.764 62.1208 11.932C61.9608 12.092 61.7688 12.172 61.5448 12.172ZM73.5003 19.06C73.1323 19.06 72.7883 19.032 72.4683 18.976C72.1563 18.92 71.8683 18.824 71.6043 18.688C71.3403 18.544 71.1043 18.348 70.8963 18.1C70.6963 17.852 70.5283 17.54 70.3923 17.164L71.3403 16.408C71.4843 16.664 71.6603 16.864 71.8683 17.008C72.0763 17.144 72.3243 17.24 72.6123 17.296C72.9003 17.352 73.2363 17.38 73.6203 17.38C73.9243 17.38 74.1403 17.46 74.2683 17.62C74.3963 17.772 74.4603 17.964 74.4603 18.196C74.4603 18.444 74.3763 18.652 74.2083 18.82C74.0483 18.98 73.8123 19.06 73.5003 19.06ZM65.6523 19.06L65.7723 17.38C66.2043 17.38 66.6323 17.356 67.0563 17.308C67.4803 17.26 67.8923 17.188 68.2923 17.092C68.6923 16.996 69.0723 16.872 69.4323 16.72C69.8003 16.568 70.1443 16.384 70.4643 16.168C70.2243 16.024 69.9643 15.9 69.6843 15.796C69.4043 15.692 69.1043 15.616 68.7843 15.568C68.4723 15.512 68.1403 15.484 67.7883 15.484C67.6603 15.484 67.5243 15.488 67.3803 15.496C67.2443 15.504 67.1043 15.52 66.9603 15.544C66.8163 15.56 66.6723 15.584 66.5283 15.616L66.2883 13.972C66.5203 13.908 66.7643 13.864 67.0203 13.84C67.2843 13.808 67.5163 13.792 67.7163 13.792C68.1483 13.792 68.5443 13.84 68.9043 13.936C69.2723 14.032 69.6083 14.152 69.9123 14.296C70.2243 14.44 70.5123 14.584 70.7763 14.728C71.0483 14.872 71.3043 14.992 71.5443 15.088C71.7923 15.184 72.0323 15.232 72.2643 15.232H72.7083L72.9003 16.828C72.5563 16.844 72.2323 16.912 71.9283 17.032C71.6323 17.144 71.3363 17.288 71.0403 17.464C70.7523 17.632 70.4403 17.808 70.1043 17.992C69.7763 18.176 69.4043 18.348 68.9883 18.508C68.5723 18.668 68.0923 18.8 67.5483 18.904C67.0043 19.008 66.3723 19.06 65.6523 19.06ZM73.5039 19.06L73.6239 17.38C73.9119 17.38 74.1599 17.352 74.3679 17.296C74.5759 17.24 74.7519 17.128 74.8959 16.96C75.0399 16.784 75.1599 16.528 75.2559 16.192C75.3599 15.856 75.4519 15.408 75.5319 14.848L77.1039 15.112C77.0879 15.232 77.0639 15.372 77.0319 15.532C77.0079 15.692 76.9839 15.856 76.9599 16.024C76.9439 16.184 76.9359 16.336 76.9359 16.48C76.9359 16.624 76.9639 16.752 77.0199 16.864C77.0759 16.976 77.1639 17.072 77.2839 17.152C77.4119 17.224 77.5759 17.28 77.7759 17.32C77.9839 17.36 78.2359 17.38 78.5319 17.38C78.8359 17.38 79.0519 17.46 79.1799 17.62C79.3079 17.772 79.3719 17.964 79.3719 18.196C79.3719 18.444 79.2879 18.652 79.1199 18.82C78.9599 18.98 78.7239 19.06 78.4119 19.06C78.0519 19.06 77.7239 19.032 77.4279 18.976C77.1399 18.92 76.8879 18.828 76.6719 18.7C76.4639 18.564 76.2919 18.388 76.1559 18.172C76.0279 17.948 75.9479 17.676 75.9159 17.356H76.4919C76.3479 17.74 76.1639 18.048 75.9399 18.28C75.7239 18.504 75.4799 18.672 75.2079 18.784C74.9359 18.896 74.6519 18.968 74.3559 19C74.0679 19.04 73.7839 19.06 73.5039 19.06ZM77.3559 13.768C77.1239 13.768 76.9239 13.688 76.7559 13.528C76.5959 13.36 76.5159 13.164 76.5159 12.94C76.5159 12.708 76.5959 12.508 76.7559 12.34C76.9239 12.172 77.1239 12.088 77.3559 12.088C77.5799 12.088 77.7719 12.172 77.9319 12.34C78.0919 12.508 78.1719 12.708 78.1719 12.94C78.1719 13.164 78.0919 13.36 77.9319 13.528C77.7719 13.688 77.5799 13.768 77.3559 13.768ZM75.2799 13.756C75.0479 13.756 74.8479 13.676 74.6799 13.516C74.5199 13.348 74.4399 13.152 74.4399 12.928C74.4399 12.696 74.5199 12.496 74.6799 12.328C74.8479 12.16 75.0479 12.076 75.2799 12.076C75.5039 12.076 75.6959 12.16 75.8559 12.328C76.0159 12.496 76.0959 12.696 76.0959 12.928C76.0959 13.152 76.0159 13.348 75.8559 13.516C75.6959 13.676 75.5039 13.756 75.2799 13.756ZM78.4141 19.06L78.5341 17.38C78.9021 17.38 79.1661 17.344 79.3261 17.272C79.4861 17.192 79.5821 17.048 79.6141 16.84C79.6461 16.624 79.6541 16.312 79.6381 15.904L79.4221 10.216H81.1141L81.3541 16.024C81.3701 16.488 81.3501 16.908 81.2941 17.284C81.2461 17.652 81.1221 17.968 80.9221 18.232C80.7301 18.496 80.4301 18.7 80.0221 18.844C79.6221 18.988 79.0861 19.06 78.4141 19.06ZM82.9366 19L82.6846 10.216H84.3646L84.6166 19H82.9366ZM89.0192 23.716C88.8352 23.06 88.6832 22.436 88.5632 21.844C88.4432 21.26 88.3552 20.728 88.2992 20.248C88.2432 19.776 88.2152 19.38 88.2152 19.06C88.2152 18.348 88.3272 17.716 88.5512 17.164C88.7832 16.604 89.0792 16.124 89.4392 15.724C89.8072 15.316 90.1992 14.98 90.6152 14.716C91.0392 14.452 91.4472 14.256 91.8392 14.128C92.2392 14 92.5792 13.936 92.8592 13.936C93.1472 13.936 93.3832 14.012 93.5672 14.164C93.7592 14.316 93.9272 14.536 94.0712 14.824C94.2232 15.104 94.3832 15.444 94.5512 15.844C94.7432 16.276 94.9112 16.604 95.0552 16.828C95.2072 17.044 95.3632 17.192 95.5232 17.272C95.6832 17.344 95.8632 17.38 96.0632 17.38C96.3672 17.38 96.5872 17.46 96.7232 17.62C96.8592 17.772 96.9272 17.964 96.9272 18.196C96.9272 18.444 96.8432 18.652 96.6752 18.82C96.5072 18.98 96.2632 19.06 95.9432 19.06C95.5512 19.06 95.2112 18.996 94.9232 18.868C94.6352 18.732 94.3752 18.54 94.1432 18.292L94.4792 17.92C94.4072 18.168 94.3072 18.392 94.1792 18.592C94.0592 18.784 93.8952 18.936 93.6872 19.048C93.4872 19.16 93.2352 19.216 92.9312 19.216C92.6592 19.216 92.3872 19.176 92.1152 19.096C91.8512 19.016 91.5912 18.896 91.3352 18.736C91.0872 18.576 90.8472 18.38 90.6152 18.148C90.3832 17.908 90.1632 17.632 89.9552 17.32L90.3992 17.236C90.2232 17.508 90.0952 17.812 90.0152 18.148C89.9352 18.484 89.8952 18.816 89.8952 19.144C89.8952 19.4 89.9152 19.696 89.9552 20.032C90.0032 20.376 90.0632 20.736 90.1352 21.112C90.2072 21.496 90.2872 21.872 90.3752 22.24C90.4712 22.616 90.5632 22.96 90.6512 23.272L89.0192 23.716ZM92.9072 17.524C93.0592 17.524 93.1792 17.504 93.2672 17.464C93.3632 17.416 93.4232 17.348 93.4472 17.26C93.4792 17.172 93.4712 17.068 93.4232 16.948C93.3432 16.732 93.2632 16.544 93.1832 16.384C93.1112 16.224 93.0392 16.088 92.9672 15.976C92.9032 15.864 92.8352 15.78 92.7632 15.724C92.6992 15.668 92.6312 15.64 92.5592 15.64C92.4552 15.64 92.3272 15.676 92.1752 15.748C92.0232 15.812 91.8712 15.892 91.7192 15.988C91.5672 16.084 91.4392 16.18 91.3352 16.276C91.2312 16.364 91.1712 16.432 91.1552 16.48L91.0112 16.084C91.1552 16.364 91.3272 16.616 91.5272 16.84C91.7352 17.056 91.9592 17.224 92.1992 17.344C92.4392 17.464 92.6752 17.524 92.9072 17.524ZM95.9688 19.06L96.0888 17.38C96.5688 17.38 96.9368 17.356 97.1928 17.308C97.4488 17.26 97.6248 17.172 97.7208 17.044C97.8248 16.908 97.8768 16.716 97.8768 16.468C97.8768 16.244 97.8448 15.976 97.7808 15.664C97.7248 15.352 97.6488 15.028 97.5527 14.692C97.4648 14.356 97.3688 14.048 97.2648 13.768L98.9208 13.312C99.0248 13.584 99.1248 13.9 99.2208 14.26C99.3168 14.62 99.3968 14.992 99.4608 15.376C99.5248 15.752 99.5568 16.116 99.5568 16.468C99.5568 17.012 99.4688 17.456 99.2928 17.8C99.1168 18.136 98.8688 18.396 98.5488 18.58C98.2368 18.764 97.8608 18.892 97.4208 18.964C96.9808 19.028 96.4967 19.06 95.9688 19.06ZM99.2208 12.34C98.9888 12.34 98.7888 12.26 98.6208 12.1C98.4608 11.932 98.3808 11.736 98.3808 11.512C98.3808 11.28 98.4608 11.08 98.6208 10.912C98.7888 10.744 98.9888 10.66 99.2208 10.66C99.4448 10.66 99.6368 10.744 99.7968 10.912C99.9568 11.08 100.037 11.28 100.037 11.512C100.037 11.736 99.9568 11.932 99.7968 12.1C99.6368 12.26 99.4448 12.34 99.2208 12.34ZM97.1448 12.328C96.9128 12.328 96.7128 12.248 96.5448 12.088C96.3848 11.92 96.3048 11.724 96.3048 11.5C96.3048 11.268 96.3848 11.068 96.5448 10.9C96.7128 10.732 96.9128 10.648 97.1448 10.648C97.3688 10.648 97.5608 10.732 97.7208 10.9C97.8808 11.068 97.9608 11.268 97.9608 11.5C97.9608 11.724 97.8808 11.92 97.7208 12.088C97.5608 12.248 97.3688 12.328 97.1448 12.328ZM103.251 21.772L102.639 20.284C103.063 20.14 103.451 19.972 103.803 19.78C104.163 19.588 104.475 19.376 104.739 19.144C105.003 18.912 105.207 18.66 105.351 18.388C105.495 18.108 105.567 17.808 105.567 17.488C105.567 17.152 105.491 16.784 105.339 16.384C105.187 15.984 105.003 15.576 104.787 15.16L106.359 14.404C106.503 14.652 106.627 14.92 106.731 15.208C106.843 15.488 106.935 15.74 107.007 15.964C107.079 16.188 107.127 16.34 107.151 16.42C107.263 16.804 107.415 17.06 107.607 17.188C107.807 17.316 108.127 17.38 108.567 17.38C108.871 17.38 109.087 17.46 109.215 17.62C109.351 17.772 109.419 17.964 109.419 18.196C109.419 18.444 109.335 18.652 109.167 18.82C108.999 18.98 108.759 19.06 108.447 19.06C108.119 19.06 107.831 19.012 107.583 18.916C107.335 18.82 107.135 18.68 106.983 18.496C106.839 18.312 106.747 18.096 106.707 17.848L107.151 18.1C107.103 18.524 106.963 18.924 106.731 19.3C106.507 19.684 106.215 20.036 105.855 20.356C105.495 20.676 105.091 20.956 104.643 21.196C104.195 21.436 103.731 21.628 103.251 21.772ZM108.461 19.06L108.581 17.38C108.765 17.38 108.921 17.336 109.049 17.248C109.185 17.152 109.325 16.996 109.469 16.78C109.613 16.556 109.781 16.256 109.973 15.88C110.213 15.4 110.461 15.024 110.717 14.752C110.981 14.48 111.249 14.288 111.521 14.176C111.801 14.056 112.081 13.996 112.361 13.996C112.713 13.996 113.041 14.072 113.345 14.224C113.649 14.376 113.913 14.584 114.137 14.848C114.361 15.104 114.533 15.4 114.653 15.736C114.781 16.064 114.845 16.404 114.845 16.756C114.845 17.18 114.753 17.564 114.569 17.908C114.393 18.244 114.145 18.512 113.825 18.712C113.513 18.904 113.153 19 112.745 19C112.401 19 112.001 18.94 111.545 18.82C111.089 18.7 110.609 18.448 110.105 18.064L110.717 16.612C111.077 16.86 111.413 17.04 111.725 17.152C112.045 17.264 112.309 17.32 112.517 17.32C112.677 17.32 112.809 17.304 112.913 17.272C113.017 17.24 113.093 17.188 113.141 17.116C113.189 17.044 113.213 16.948 113.213 16.828C113.213 16.66 113.173 16.488 113.093 16.312C113.013 16.136 112.905 15.988 112.769 15.868C112.641 15.74 112.489 15.676 112.313 15.676C112.145 15.676 112.001 15.74 111.881 15.868C111.769 15.988 111.657 16.164 111.545 16.396C111.441 16.62 111.313 16.884 111.161 17.188C110.977 17.556 110.797 17.864 110.621 18.112C110.445 18.352 110.257 18.544 110.057 18.688C109.865 18.824 109.637 18.92 109.373 18.976C109.117 19.032 108.813 19.06 108.461 19.06ZM116.381 19L116.153 11.056H117.833L118.061 19H116.381ZM115.721 10.288L115.517 9.448C115.797 9.4 116.005 9.36 116.141 9.328C116.285 9.296 116.437 9.26 116.597 9.22L116.477 9.52C116.269 9.448 116.069 9.308 115.877 9.1C115.693 8.884 115.601 8.64 115.601 8.368C115.601 8.08 115.665 7.848 115.793 7.672C115.921 7.496 116.085 7.368 116.285 7.288C116.485 7.208 116.693 7.168 116.909 7.168C117.029 7.168 117.141 7.176 117.245 7.192C117.357 7.208 117.457 7.232 117.545 7.264L117.449 8.128C117.369 8.112 117.289 8.096 117.209 8.08C117.129 8.064 117.041 8.056 116.945 8.056C116.841 8.056 116.745 8.092 116.657 8.164C116.577 8.228 116.537 8.308 116.537 8.404C116.537 8.54 116.585 8.66 116.681 8.764C116.777 8.868 116.889 8.952 117.017 9.016C117.153 9.072 117.265 9.104 117.353 9.112L116.693 9.184C116.909 9.128 117.113 9.072 117.305 9.016C117.497 8.952 117.677 8.888 117.845 8.824L118.085 9.628C117.885 9.7 117.649 9.78 117.377 9.868C117.113 9.948 116.837 10.024 116.549 10.096C116.269 10.168 115.993 10.232 115.721 10.288Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6_7'%3E%3Crect width='126' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.socials-clients-slider-item-img-2-verify[data-verify-modal] {
    cursor: pointer
}

.socials-clients-slider-item-img-2-verify[data-verify-modal]:before {
    content: attr(data-verify-modal);
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
    max-width: 240px;
    width: 100vw;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 10px rgb(50 117 208/25%);
    box-shadow: 0px 2px 10px rgb(50 117 208/25%);
    z-index: 1;
    font-size: 14px;
    text-align: left;
    padding: 10px 14px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.socials-clients-slider-item-img-2-verify.active:before {
    opacity: 1
}

.socials-clients-slider-item-2 {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 40px 35px;
    pointer-events: all;
    position: relative;
    height: 100%
}

.socials-clients-slider-item-img-2 {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.socials-clients-slider-item-img-2 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.socials-clients-slider-item-title-con-2,.socials-clients-slider-item-title-con-inner-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.socials-clients-slider-item-title-con-inner-2 {
    padding-left: 18px
}

.socials-clients-slider-item-title-con-22 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.socials-clients-slider-item-title-2 {
    padding-right: 11px
}

.socials-clients-slider-item-title-2>* {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #2f2f2f
}

.socials-clients-slider-item-position-2>* {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #387bc8
}

.socials-clients-slider-item-stars-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto
}

.socials-clients-slider-item-stars-2 .ico {
    font-size: 16px;
    color: #e13427;
    margin-left: 2px
}

.socials-clients-slider-item-stars-2 .ico:first-child {
    margin-left: 10px
}

.socials-clients-slider-item-text-2 {
    padding-top: 22px
}

.socials-clients-slider-item-text-2>* {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #464749
}

.socials-clients-slider-button {
    padding-top: 30px;
    text-align: center
}

.socials-clients-slider-button>* {
    max-width: 187px
}

.socials-clients-slider-list-2 .owl-nav .owl-prev,.socials-clients-slider-list-2 .owl-nav .owl-next {
    width: 70px;
    height: 70px;
    border: 1px solid #464749;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L1 7L7 13' stroke='%23464749' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.socials-clients-slider-list-2 .owl-nav .owl-prev {
    left: 0
}

.socials-clients-slider-list-2 .owl-nav .owl-next {
    right: 0;
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%)
}

.socials-clients-slider-list-2 .owl-dots {
    display: none
}

@media screen and (max-width: 1199px) {
    .socials-clients-slider-item-title-con-inner-2 {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .socials-clients-slider-item-stars-2 {
        margin-left: 0;
        margin-right: auto
    }

    .socials-clients-slider-item-stars-2 .ico:first-child {
        margin-left: 0
    }

    .socials-clients-slider-item-title-con-22 {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .socials-clients-slider {
        padding-bottom: 106px
    }

    .slc-fw-wr+.socials-clients-slider {
        margin-top: 28px
    }

    .socials-clients-raiting-container {
        margin-top: -19px
    }

    .socials-clients-raiting-item {
        padding-top: 19px
    }

    .socials-clients-slider-list-2 {
        margin-top: 45px;
        padding-left: calc(60px + 15px);
        padding-right: calc(60px + 15px)
    }

    .socials-clients-slider-list-2 .owl-nav .owl-prev,.socials-clients-slider-list-2 .owl-nav .owl-next {
        width: 60px;
        height: 60px
    }

    .socials-clients-slider-item-2 {
        padding: 28px 36px 34px
    }

    .socials-clients-slider-item-img-2 {
        width: 72px;
        height: 72px
    }

    .socials-clients-slider-item-title-2>* {
        font-size: 19px;
        line-height: 153%
    }

    .socials-clients-slider-item-position-2>* {
        font-size: 19px;
        line-height: 153%
    }

    .socials-clients-slider-item-img-2-verify {
        right: 20px
    }

    .socials-clients-slider-item-text-2 {
        padding-top: 21px
    }
}

@media screen and (max-width: 991px) {
    .socials-clients-slider {
        margin-bottom:-67px;
        padding-bottom: 84px
    }

    .slc-fw-wr+.socials-clients-slider {
        margin-top: 26px
    }

    .socials-clients-raiting-container {
        margin-top: -18px;
        padding-top: 19px
    }

    .socials-clients-raiting-item {
        padding-top: 18px
    }

    .socials-clients-slider-list-2 {
        margin-top: 40px;
        padding-left: calc(50px + 15px);
        padding-right: calc(50px + 15px)
    }

    .socials-clients-slider-list-2 .owl-nav .owl-prev,.socials-clients-slider-list-2 .owl-nav .owl-next {
        width: 50px;
        height: 50px
    }

    .socials-clients-slider-item-2 {
        padding: 27px 32px 33px
    }

    .socials-clients-slider-item-img-2 {
        width: 69px;
        height: 69px
    }

    .socials-clients-slider-item-title-2 {
        padding-right: 11px
    }

    .socials-clients-slider-item-title-2>* {
        font-size: 18px;
        line-height: 156%
    }

    .socials-clients-slider-item-position-2>* {
        font-size: 18px;
        line-height: 156%
    }

    .socials-clients-slider-item-text-2 {
        padding-top: 20px
    }
}

@media screen and (max-width: 767px) {
    .socials-clients-raiting-container {
        max-width:none
    }

    .socials-clients-raiting-name>* {
        font-size: 16px
    }

    .socials-clients-raiting-rate>* {
        font-size: 16px
    }

    .socials-clients-slider-list-2 .owl-nav {
        display: none
    }

    .socials-clients-slider-list-2 .owl-dots {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -16px -8px 0;
        padding-top: 24px
    }

    .socials-clients-slider-list-2 .owl-dot {
        margin: 16px 8px 0;
        width: 12px;
        height: 12px;
        border: 1px solid #464749;
        background-color: transparent;
        border-radius: 100%;
        -webkit-transition: background-color .3s ease,border-color .3s ease;
        transition: background-color .3s ease,border-color .3s ease
    }

    .socials-clients-slider-list-2 .owl-dot:hover,.socials-clients-slider-list-2 .owl-dot.active {
        background-color: #387bc8;
        border-color: #387bc8
    }

    .socials-clients-slider-list-2 {
        padding-left: 0;
        padding-right: 0
    }

    .socials-clients-slider-button {
        padding-top: 32px
    }

    .socials-clients-slider {
        margin-bottom: -66px;
        padding-bottom: 62px
    }

    .slc-fw-wr+.socials-clients-slider {
        margin-top: 15px
    }

    .socials-clients-raiting-container {
        margin-top: -17px;
        padding-top: 18px
    }

    .socials-clients-raiting-item {
        padding-top: 17px
    }

    .socials-clients-slider-list-2 {
        margin-top: 35px;
        padding-left: 0;
        padding-right: 0
    }

    .socials-clients-slider-item-2 {
        padding: 25px 28px 32px
    }

    .socials-clients-slider-item-img-2 {
        width: 66px;
        height: 66px
    }

    .socials-clients-slider-item-title-con-inner-2 {
        padding-left: 17px
    }

    .socials-clients-slider-item-title-2 {
        padding-right: 10px
    }

    .socials-clients-slider-item-title-2>* {
        font-size: 17px;
        line-height: 159%
    }

    .socials-clients-slider-item-position-2>* {
        font-size: 17px;
        line-height: 159%
    }

    .socials-clients-slider-item-text-2 {
        padding-top: 19px
    }
}

@media screen and (max-width: 460px) {
    .socials-clients-raiting-container {
        margin-left:-6px;
        margin-right: -6px;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .socials-clients-raiting-item {
        padding-left: 6px;
        padding-right: 6px
    }

    .socials-clients-raiting-rate {
        margin-left: auto
    }

    .socials-clients-raiting-item:last-child {
        width: auto
    }
}

@media screen and (max-width: 429px) {
    .socials-clients-raiting-name>* span {
        display:block
    }

    .socials-clients-raiting-name>* span:last-child {
        font-size: 12px;
        line-height: 1.3
    }

    .socials-clients-slider {
        margin-bottom: -65px;
        padding-bottom: 40px
    }

    .slc-fw-wr+.socials-clients-slider {
        margin-top: 23px
    }

    .socials-clients-raiting-container {
        margin-top: -16px;
        padding-top: 17px
    }

    .socials-clients-raiting-item {
        padding-top: 16px
    }

    .socials-clients-raiting-name>* {
        font-size: 14px
    }

    .socials-clients-raiting-rate>* {
        font-size: 14px;
        padding-left: 23px
    }

    .socials-clients-raiting-rate>*:before {
        width: 16px;
        height: 15px
    }

    .socials-clients-slider-list-2 {
        margin-top: 31px
    }

    .socials-clients-slider-item-2 {
        padding: 24px 25px 31px
    }

    .socials-clients-slider-item-title-con-2 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .socials-clients-slider-item-img-2 {
        width: 64px;
        height: 64px
    }

    .socials-clients-slider-item-title-con-inner-2 {
        padding-left: 16px
    }

    .socials-clients-slider-item-title-2 {
        padding-right: 9px
    }

    .socials-clients-slider-item-title-2>* {
        font-size: 16px;
        line-height: 162%
    }

    .socials-clients-slider-item-position-2>* {
        font-size: 16px;
        line-height: 162%
    }

    .socials-clients-slider-item-img-2-verify {
        width: 126px;
        height: 30px;
        position: relative;
        right: auto;
        top: auto;
        background-size: 126px 30px;
        margin-right: auto;
        margin-top: 8px
    }

    .socials-clients-slider-item-img-2-verify:before {
        max-width: 205px
    }

    .socials-clients-slider-item-text-2 {
        padding-top: 17px
    }

    .socials-clients-slider-item-text-2>* {
        font-size: 14px;
        line-height: 171%
    }
}

@media screen and (max-width: 370px) {
    .socials-clients-raiting-name {
        padding-left:4px;
        padding-right: 8px
    }

    .socials-clients-raiting-icon img,.socials-clients-raiting-icon svg {
        width: 24px;
        height: 24px
    }
}

@media screen and (max-width: 360px) {
    .socials-clients-raiting-container {
        margin-left:-4px;
        margin-right: -4px
    }

    .socials-clients-raiting-item {
        padding-left: 4px;
        padding-right: 4px
    }

    .socials-clients-raiting-name {
        padding-right: 6px
    }
}

.products-cus-filter,.products-filter-big-container-right .products-cus-filter {
    padding-top: 1px
}

.products-cus-filter-0-main-subtitle,.products-cus-filter-0-main-arrow-top,.products-filter-big-container-right .products-cus-filter-0-main-subtitle,.products-filter-big-container-right .products-cus-filter-0-main-arrow-top {
    display: none
}

.products-cus-filter-0-main,.products-filter-big-container-right .products-cus-filter-0-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 34px
}

.products-cus-filter-0-main-title>*,.products-filter-big-container-right .products-cus-filter-0-main-title>* {
    font-size: 14px;
    line-height: 16px;
    color: rgba(94,112,155,1);
    text-decoration: underline
}

.products-cus-filter-0.active .products-cus-filter-0-main-title>*,.products-filter-big-container-right .products-cus-filter-0.active .products-cus-filter-0-main-title>* {
    text-decoration: none
}

.products-cus-filter-0-main-arrow-bottom,.products-filter-big-container-right .products-cus-filter-0-main-arrow-bottom {
    top: 4px;
    bottom: auto
}

.products-cus-filter-0-main-arrow-bottom .ico,.products-filter-big-container-right .products-cus-filter-0-main-arrow-bottom .ico {
    color: rgba(94,112,155,.74)
}

.products-cus-filter-0:hover .products-cus-filter-0-main-arrow-bottom .ico,.products-filter-big-container-right .products-cus-filter-0:hover .products-cus-filter-0-main-arrow-bottom .ico {
    color: rgba(94,112,155,1)
}

.products-cus-filter-0,.products-cus-filter-1,.products-filter-big-container-right .products-cus-filter-0,.products-filter-big-container-right .products-cus-filter-1 {
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
    width: auto;
    min-height: 36px
}

.products-cus-filter-0:hover,.products-cus-filter-0.active,.products-cus-filter-1:hover,.products-cus-filter-1.active {
    border-color: transparent
}

.products-cus-filter-1-main,.products-filter-big-container-right .products-cus-filter-1-main {
    min-height: 34px
}

.products-cus-filter-1-main-arrow-bottom,.products-filter-big-container-right .products-cus-filter-1-main-arrow-bottom {
    top: 4px;
    right: 15px
}

.products-cus-filter-1 .products-cus-filter-1-main-arrow-bottom .ico,.products-filter-big-container-right .products-cus-filter-1 .products-cus-filter-1-main-arrow-bottom .ico {
    color: rgba(94,112,155,.74)
}

.products-cus-filter-1:hover .products-cus-filter-1-main-arrow-bottom .ico,.products-filter-big-container-right .products-cus-filter-1:hover .products-cus-filter-1-main-arrow-bottom .ico {
    color: rgba(94,112,155,1)
}

.products-cus-filter-1-main-title,.products-filter-big-container-right .products-cus-filter-1-main-title {
    padding-left: 12px;
    padding-right: 38px
}

.products-cus-filter-1-main-title>*,.products-filter-big-container-right .products-cus-filter-1-main-title>* {
    font-size: 14px;
    line-height: 16px;
    color: rgba(94,112,155,1);
    padding-top: 0
}

body .custom-section-product-2.section-product,.products-filter-big-container-right .custom-section-product-2.section-product {
    padding: 50px 0 0
}

@media screen and (min-width: 768px) {
    .products-cus-filter,.products-filter-big-container-right .products-cus-filter {
        padding-top:7px
    }

    body .custom-section-product-2.section-product,.products-filter-big-container-right .custom-section-product-2.section-product {
        padding-top: 0
    }

    .products-cus-filter-0-main,.products-filter-big-container-right .products-cus-filter-0-main {
        padding-left: 14px
    }
}

@media screen and (min-width: 800px) {
    .products-filter-big-container-right {
        margin-top:-12px
    }

    .products-filter-big {
        padding-top: calc(43px + 30px)
    }

    .category-cus-filter+.products-plus-filters .products-filter-big-container-right {
        margin-top: 0
    }

    .category-cus-filter+.products-plus-filters .products-filter-big-container-left .products-filter-big {
        padding-top: calc(55px + 30px)
    }

    .products-cus-filter,.products-filter-big-container-right .products-cus-filter {
        padding-top: 8px
    }

    body .custom-section-product-2.section-product,.products-filter-big-container-right .custom-section-product-2.section-product {
        padding-top: 9px
    }

    .products-cus-filter-0-main,.products-filter-big-container-right .products-cus-filter-0-main {
        padding-left: 0
    }

    .products-cus-filter-1-main,.products-filter-big-container-right .products-cus-filter-1-main {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }
}

@media screen and (min-width: 992px) {
    .products-filter-big {
        padding-top:calc(47px + 30px)
    }

    .category-cus-filter+.products-plus-filters .products-filter-big-container-left .products-filter-big {
        padding-top: calc(59px + 30px)
    }
}

@media screen and (max-width: 767px) {
    .products-filter-big-container-left .products-filter-big-container-left-bt-con {
        background:-webkit-gradient(linear,left top,left bottom,from(#24aff7),to(#0c7bce));
        background: linear-gradient(180deg,#24aff7 0%,#0c7bce 100%);
        padding: 17px 76px 15px 18px;
        overflow: hidden
    }

    .products-filter-big-container-left .products-filter-big-container-left-bt-con .ico {
        color: #fff;
        right: 16px
    }

    .products-filter-big-container-left .pfbclbc-subtitle {
        color: rgba(255,255,255,.7)
    }

    .products-filter-big-container-left .pfbclbc-title {
        font-size: 16px;
        line-height: 1;
        color: #fff;
        padding-top: 2px
    }

    .products-filter-big-container-left .pfbclbc-title:after {
        content: attr(data-middle-text);
        position: absolute;
        left: 18px;
        bottom: -6px;
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
        color: rgba(255,255,255,.6)
    }

    .pfbclbc-title-question {
        position: absolute;
        top: 50%;
        right: 49px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='white'/%3E%3Cpath d='M9.04492 10.3926H7.55078C7.55469 10.041 7.58203 9.73828 7.63281 9.48438C7.6875 9.22656 7.7793 8.99414 7.9082 8.78711C8.04102 8.58008 8.2168 8.375 8.43555 8.17188C8.61914 8.00781 8.7793 7.85156 8.91602 7.70312C9.05273 7.55469 9.16016 7.40234 9.23828 7.24609C9.31641 7.08594 9.35547 6.9082 9.35547 6.71289C9.35547 6.48633 9.32031 6.29883 9.25 6.15039C9.18359 5.99805 9.08203 5.88281 8.94531 5.80469C8.8125 5.72656 8.64453 5.6875 8.44141 5.6875C8.27344 5.6875 8.11719 5.72461 7.97266 5.79883C7.82812 5.86914 7.70898 5.97852 7.61523 6.12695C7.52539 6.27539 7.47852 6.4707 7.47461 6.71289H5.77539C5.78711 6.17773 5.91016 5.73633 6.14453 5.38867C6.38281 5.03711 6.70117 4.77734 7.09961 4.60938C7.49805 4.4375 7.94531 4.35156 8.44141 4.35156C8.98828 4.35156 9.45703 4.44141 9.84766 4.62109C10.2383 4.79688 10.5371 5.05664 10.7441 5.40039C10.9512 5.74023 11.0547 6.1543 11.0547 6.64258C11.0547 6.98242 10.9883 7.28516 10.8555 7.55078C10.7227 7.8125 10.5488 8.05664 10.334 8.2832C10.1191 8.50977 9.88281 8.74414 9.625 8.98633C9.40234 9.18555 9.25 9.39453 9.16797 9.61328C9.08984 9.83203 9.04883 10.0918 9.04492 10.3926ZM7.375 12.2031C7.375 11.9531 7.46094 11.7461 7.63281 11.582C7.80469 11.4141 8.03516 11.3301 8.32422 11.3301C8.60938 11.3301 8.83789 11.4141 9.00977 11.582C9.18555 11.7461 9.27344 11.9531 9.27344 12.2031C9.27344 12.4453 9.18555 12.6504 9.00977 12.8184C8.83789 12.9863 8.60938 13.0703 8.32422 13.0703C8.03516 13.0703 7.80469 12.9863 7.63281 12.8184C7.46094 12.6504 7.375 12.4453 7.375 12.2031Z' fill='%231895E2'/%3E%3C/svg%3E");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 17px;
        height: 17px;
        cursor: pointer;
        display: block
    }
}

.technical-pages a,.privacy-policy a {
    color: #0c7bce
}

.technical-pages a:hover,.privacy-policy a:hover {
    text-decoration: underline
}

.technical-pages u,.privacy-policy u {
    color: #0c7bce
}

.technical-pages p,.privacy-policy p {
    text-align: left
}

.technical-pages ul li,.privacy-policy ul li,.technical-pages ol li,.privacy-policy ol li {
    color: #464749 !important;
    list-style-type: none
}

.technical-pages ul>li:before,.privacy-policy ul>li:before {
    font-size: 18px;
    margin-top: -1px;
    content: "\2022";
    color: #0c7bce;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin-right: 7px;
    margin-left: -1em
}

.vacancy-text ol,.technical-pages ol,.privacy-policy ol {
    counter-reset: item
}

.vacancy-text ol li:before,.technical-pages ol li:before,.privacy-policy ol li:before {
    content: counters(item,". ")". ";
    counter-increment: item;
    font-size: 18px;
    margin-top: -1px;
    position: relative;
    color: #0c7bce;
    display: inline-block;
    width: auto;
    margin-right: 3px;
    margin-left: -1em
}

.technical-pages h3,.privacy-policy h3 {
    text-align: left
}

.technical-pages table tr td,.privacy-policy table tr td,table tr td {
    padding: 10px;
    border: 1px solid #efebeb
}

.technical-pages h2,.privacy-policy h2 {
    margin-top: -65px;
    padding-top: 65px
}

.technical-pages h3,.privacy-policy h3 {
    margin-top: -65px;
    padding-top: 65px
}

@media screen and (max-width: 991px) {
    .ws-inner-single-page .container {
        position:relative
    }

    .ws-inner-single-page .container .picture {
        height: 360px;
        position: relative;
        margin-bottom: calc(90px + 30px)
    }

    .ws-inner-single-page .container .picture>img {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .ws-inner-single-page .container .info-wrapper .title {
        position: absolute;
        top: calc(411px/2);
        width: calc(50% - 30px);
        right: 15px;
        text-align: left;
        margin: 0!important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .ws-inner-category {
        padding-top: 15px
    }

    .ws-inner-category .container .picture .info-item {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .ws-inner-category .container .picture .info-elem {
        margin-top: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media screen and (max-width: 767px) {
    .ws-inner-single-page .container .picture {
        height:calc((100vw - 30px)/2);
        margin-bottom: calc(65px + 30px)
    }

    .ws-inner-single-page .container .info-wrapper .title {
        top: calc((100vw - 30px)/4)
    }

    .ws-inner-category .container .picture .info-elem {
        border-top: 0;
        border-bottom: 0;
        border-radius: 0;
        height: 65px;
        padding: 0 20px
    }

    .ws-inner-category .container .picture .info-elem .img {
        width: 36px;
        height: 36px
    }

    .ws-inner-category .container .picture .info-elem p {
        font-size: 34px;
        line-height: 1;
        margin: 0 12px
    }

    .ws-inner-category .container .picture .info-elem .ico {
        width: 32px;
        height: 32px;
        font-size: 32px
    }
}

@media screen and (max-width: 429px) {
    .ws-inner-single-page .container {
        margin-top:-5vw
    }

    .ws-inner-single-page .container .picture>img {
        width: 40%
    }

    .ws-inner-single-page .container .info-wrapper .title {
        width: calc(60% - 30px)
    }

    .ws-inner-single-page .container .picture {
        margin-bottom: calc(50px + 25px)
    }

    .ws-inner-category .container .picture .info-elem {
        height: 50px;
        padding: 0 15px
    }

    .ws-inner-category .container .picture .info-elem .img {
        width: 30px;
        height: 30px
    }

    .ws-inner-category .container .picture .info-elem p {
        font-size: 28px;
        margin: 0 10px
    }

    .ws-inner-category .container .picture .info-elem .ico {
        width: 26px;
        height: 26px;
        font-size: 26px
    }
}

@media screen and (max-width: 390px) {
    .ws-inner-category .container .info-wrapper .title {
        font-size:20px
    }
}

@media screen and (max-width: 375px) {
    .ws-inner-category .container .info-wrapper .title {
        font-size:18px
    }
}

.ws-section-info-customset-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -20px -10px 0
}

.ws-section-info .ws-section-info-customset-container .info-elem {
    margin: 0;
    padding: 20px 10px 0
}

@media screen and (max-width: 767px) {
    .ws-section-info-customset-container {
        margin:-18px -9px 0
    }

    body .ws-section-info .ws-section-info-customset-container .info-elem {
        padding: 18px 9px 0
    }
}

@media screen and (max-width: 420px) {
    .ws-section-info-customset-container {
        margin:-12px -6px 0
    }

    body .ws-section-info .ws-section-info-customset-container .info-elem {
        padding: 12px 6px 0
    }
}

@media screen and (max-width: 370px) {
    .ws-section-info-customset-container {
        margin:-8px -4px 0
    }

    body .ws-section-info .ws-section-info-customset-container .info-elem {
        padding: 8px 4px 0
    }
}

.ws-category-content .header-slider-type-iconlist,.ws-category-inner-content .header-slider-type-iconlist {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.ws-category-inner-content .header-slider-type-iconlist {
    padding-top: 30px;
    margin-bottom: -13px
}

.ws-category-content .header-slider-type-iconlist {
    margin-top: -27px;
    padding-bottom: 26px
}

@media screen and (max-width: 1199px) {
    .ws-category-content .header-slider-type-iconlist {
        padding-bottom:40px
    }
}

@media screen and (max-width: 799px) {
    .ws-category-content .header-slider-type-iconlist {
        margin-top:0
    }
}

@media screen and (max-width: 767px) {
    .ws-category-content .header-slider-type-iconlist {
        padding-top:30px;
        padding-bottom: 14px
    }
}

@media screen and (max-width: 429px) {
    .ws-category-content .header-slider-type-iconlist {
        padding-bottom:10px
    }
}

header {
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease
}

body.body-onescreen-class {
    height: 100vh;
    overflow: auto
}

.page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.page-container .thanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#header .navy-main-container-wrap>ul>li.menu-item-has-children>a>svg,#header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a>svg,#header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a>svg {
    display: none
}

#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li.menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before {
    content: '';
    display: block;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='11' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 12' xml:space='preserve' fill='%23ffffff'%3E%3Cpath d='M11,6L0,12V0L11,6z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='11' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 12' xml:space='preserve' fill='%23ffffff'%3E%3Cpath d='M11,6L0,12V0L11,6z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%
}

#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before {
    width: 10px;
    height: 12px;
    -webkit-mask-size: 10px 12px;
    mask-size: 10px 12px;
    -webkit-transform: rotate(90deg) translateX(-1px);
    transform: rotate(90deg) translateX(-1px)
}

#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a:after {
    margin-left: 5px
}

#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a:after {
    margin-left: auto
}

#header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 12px;
    -webkit-mask-size: 11px 12px;
    mask-size: 11px 12px
}

#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    background-color: #fff
}

#header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li.menu-item-has-children>a:before {
    background-color: #fff
}

#header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li.menu-item-has-children>a:before {
    right: 18px
}

#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a.active:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a:hover:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a.active:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a:hover:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a.active:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a:hover:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a.active:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a:hover:before {
    background-color: #a9d8fc
}

#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a.active:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a.active:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a.active:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a.active:before {
    -webkit-transform: rotate(90deg) scale(-1) translateX(1px);
    transform: rotate(90deg) scale(-1) translateX(1px)
}

#header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li.menu-item-has-children>a.hover:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a:hover:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a:hover:before {
    background-color: #6bc8f8
}

#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before {
    background-color: #064687
}

#header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before {
    right: 18px
}

#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a.hover:after,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a.hover:before,#header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a.hover:before {
    background-color: #6bc8f8
}

@media screen and (min-width: 768px) and (max-width:959px) {
    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a.hover:after,#header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a.hover:before,#header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu>li.menu-item-has-children>a.hover:after,#header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu>li.menu-item-has-children>a.hover:before {
        -webkit-transform:translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg)
    }
}

@media screen and (min-width: 767px) {
    #header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu) a:before {
        display:none!important
    }
}

@media screen and (max-width: 767px) {
    #header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu) a:after {
        display:none!important
    }

    .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a,.navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a {
        position: relative
    }

    #header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before {
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease
    }

    #header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before {
        width: 10px;
        height: 12px;
        -webkit-mask-size: 10px 12px;
        mask-size: 10px 12px;
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg)
    }

    #header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before,#header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before {
        right: 16px
    }

    #header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:before {
        background-color: #064689
    }

    #header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a:hover:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a.active:before,#header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:hover:before,#header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a.active:before,#header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a:hover:before,#header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a.active:before {
        background-color: #6bc8f8
    }

    #header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a.active:before,#header .navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a.active:before,#header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a.active:before,#header .navy-main-container-wrap>ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a+ul>li.menu-item-has-children>a.active:before {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg)
    }
}

.navy-main-container-wrap {
    position: relative
}

.navy-main-container-wrap .hide-bt-navy {
    height: 40px;
    background-color: #1d3e7c
}

.navy-main-container-wrap .hide-bt-navy svg {
    display: block;
    fill: #6bc8f8;
    width: 11px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navy-main-container-wrap>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.navy-main-container-wrap>ul>li {
    margin-right: 40px
}

.navy-main-container-wrap>ul>li:not(.main-dropdown-menu).menu-item-has-children {
    position: relative
}

.navy-main-container-wrap>ul>li:last-child {
    margin-right: 0
}

.navy-main-container-wrap>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

.navy-main-container-wrap>ul>li>a.active,.navy-main-container-wrap>ul>li>a:hover {
    color: #a9d8fc
}

.navy-main-container-wrap>ul>li>a>svg {
    display: none
}

.navy-main-container-wrap>ul>li>a>svg {
    display: block;
    width: 11px;
    fill: #fff;
    margin-left: 5px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: fill .3s ease,-webkit-transform .3s ease;
    transition: fill .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,fill .3s ease;
    transition: transform .3s ease,fill .3s ease,-webkit-transform .3s ease
}

.navy-main-container-wrap>ul>li>a.active>svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.navy-main-container-wrap>ul>li>a.active>svg,.navy-main-container-wrap>ul>li>a:hover>svg {
    fill: #a9d8fc
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul::-webkit-scrollbar-track {
    background-color: #fff
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul::-webkit-scrollbar-thumb {
    background-color: #6bc8f8;
    width: 3px;
    height: 0
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul::-webkit-scrollbar {
    width: 3px;
    height: 0
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul {
    display: none;
    position: absolute;
    top: 33px;
    left: 0;
    width: 320px;
    z-index: 10;
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0/20%);
    box-shadow: 0px 1px 3px rgb(0 0 0/20%);
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
    -webkit-overflow-scrolling: touch
}

header.ws-fixed .navy-main-container-wrap>ul>li.first-menu-in>a+ul {
    top: 28px
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #0c7bce;
    border-top: 1px solid #0968a8;
    -webkit-transition: color .3s ease,background-color .3s ease;
    transition: color .3s ease,background-color .3s ease
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a:hover,.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a.active {
    color: #6bc8f8;
    background-color: #1d3e7c
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a>.ico {
    padding-right: 11px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a>svg {
    display: block;
    width: 11px;
    fill: #fff;
    margin-left: 5px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: fill .3s ease,-webkit-transform .3s ease;
    transition: fill .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,fill .3s ease;
    transition: transform .3s ease,fill .3s ease,-webkit-transform .3s ease;
    margin-left: auto
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a:hover>svg,.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a.active>svg {
    fill: #6bc8f8
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a.active>svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul {
    display: none;
    width: 100%;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.2);
    box-shadow: 0px 1px 3px rgba(0,0,0,.2);
    -webkit-transition: top .3s ease;
    transition: top .3s ease
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.third-menu-in>a,.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    height: 40px;
    border-top: 1px solid #f8f8f8;
    background-color: #e8f2f9;
    padding: 0 10px 0 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #064687;
    -webkit-transition: color .3s ease,background-color .3s ease;
    transition: color .3s ease,background-color .3s ease
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.third-menu-in>a:hover,.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.third-menu-in>a.active,.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a:hover,.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a.active {
    color: #6bc8f8;
    background-color: #1d3e7c
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.third-menu-in>a>.ico,.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a>.ico {
    padding-right: 11px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a>svg {
    display: block;
    width: 11px;
    fill: #064689;
    margin-left: 5px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: fill .3s ease,-webkit-transform .3s ease;
    transition: fill .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,fill .3s ease;
    transition: transform .3s ease,fill .3s ease,-webkit-transform .3s ease;
    margin-left: auto
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a:hover>svg,.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a.active>svg {
    fill: #6bc8f8
}

.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a.active>svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

@media screen and (min-width: 768px) {
    .navy-main-container {
        margin-bottom:-2px
    }

    .navy-main-container-wrap>ul>li.first-menu-in>a+ul {
        max-height: calc(100vh - 94px);
        overflow: auto;
        top: 38px
    }

    header.ws-fixed .navy-main-container-wrap>ul>li.first-menu-in>a+ul {
        max-height: calc(100vh - 79px);
        top: 33px
    }
}

@media screen and (min-width: 992px) {
    .navy-main-container-wrap>ul>li.first-menu-in>a+ul {
        max-height:calc(100vh - 98px);
        top: 40px
    }

    header.ws-fixed .navy-main-container-wrap>ul>li.first-menu-in>a+ul {
        max-height: calc(100vh - 83px);
        top: 35px
    }
}

@media screen and (min-width: 1200px) {
    .navy-main-container-wrap>ul>li.first-menu-in>a+ul {
        max-height:calc(100vh - 63px);
        top: 40px
    }

    header.ws-fixed .navy-main-container-wrap>ul>li.first-menu-in>a+ul {
        max-height: calc(100vh - 53px);
        top: 35px
    }
}

@media screen and (max-width: 991px) {
    .navy-main-container-wrap>ul>li {
        margin-right:25px
    }
}

@media screen and (max-width: 767px) {
    .navy-main-container-wrap {
        position:absolute;
        top: calc(100% + 22px);
        left: 0;
        width: 100%;
        -webkit-transition: top .3s ease,height .3s ease;
        transition: top .3s ease,height .3s ease;
        height: calc(100vh - 72px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #1d3e7c
    }

    .ws-header.ws-fixed .navy-main-container-wrap {
        top: calc(100% + 12px);
        height: calc(100vh - 52px)
    }

    .navy-main-container-wrap .hide-bt-navy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: auto;
        border-top: 1px solid #e8f2f9
    }

    .navy-main-container-wrap>ul {
        overflow: auto
    }

    .navy-main-container-wrap>ul::-webkit-scrollbar-track {
        background-color: #fff
    }

    .navy-main-container-wrap>ul::-webkit-scrollbar-thumb {
        background-color: #6bc8f8;
        width: 3px;
        height: 0
    }

    .navy-main-container-wrap>ul::-webkit-scrollbar {
        width: 3px;
        height: 0
    }

    .navy-main-container-wrap>ul>li.first-menu-in {
        display: none
    }

    .navy-main-container-wrap>ul>li.first-menu-in.pupils-in {
        display: block
    }

    .navy-main-container-wrap>ul>li {
        margin-right: 0;
        width: 100%;
        display: block
    }

    .navy-main-container-wrap>ul>li.pupils-in,.navy-main-container-wrap>ul>li.main-dropdown-menu {
        border-bottom: 4px solid #1d3e7c
    }

    .navy-main-container-wrap>ul>li.pupils-in+li>a,.navy-main-container-wrap>ul>li.main-dropdown-menu+li>a {
        border-top: 0
    }

    .navy-main-container-wrap>ul>li>a {
        position: relative;
        padding: 0 15px 0 25px;
        -webkit-transition: color .3s ease,background-color .3s ease;
        transition: color .3s ease,background-color .3s ease;
        height: 40px;
        background-color: #0c7bce;
        border-top: 1px solid #0968a8
    }

    .navy-main-container-wrap>ul>li>a:hover,.navy-main-container-wrap>ul>li>a.active {
        color: #6bc8f8;
        background-color: #1d3e7c
    }

    .navy-main-container-wrap>ul>li.main-dropdown-menu>a,.navy-main-container-wrap>ul>li.pupils-in>a {
        display: none
    }

    .navy-main-container-wrap>ul>li>a>svg {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotateX(0deg);
        transform: translateY(-50%) rotateX(0deg)
    }

    .navy-main-container-wrap>ul>li>a.active>svg {
        -webkit-transform: translateY(-50%) rotateX(180deg);
        transform: translateY(-50%) rotateX(180deg)
    }

    .navy-main-container-wrap>ul>li>a.active>svg,.navy-main-container-wrap>ul>li>a:hover>svg {
        fill: #6bc8f8
    }

    .navy-main-container-wrap>ul>li.first-menu-in>a+ul {
        position: static;
        width: 100%
    }

    .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul,.navy-main-container-wrap>ul>li.pupils-in>a+ul {
        display: block
    }

    .navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a {
        padding: 0 15px 0 25px
    }

    .navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a>.ico {
        font-size: 18px
    }

    .navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul {
        background-color: #fff;
        width: 100%
    }

    .navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.third-menu-in>a,.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a {
        padding: 0 15px 0 50px
    }

    .navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.third-menu-in>a>.ico,.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a>.ico {
        font-size: 16px
    }

    .navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a+ul {
        display: none;
        width: 100%;
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.2);
        box-shadow: 0px 1px 3px rgba(0,0,0,.2);
        -webkit-transition: top .3s ease;
        transition: top .3s ease;
        border-top: 1px solid #f8f8f8
    }

    .navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a+ul>li.fourth-menu-in>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        cursor: pointer;
        height: 39px;
        border-top: 0;
        background-color: #1d3e7c;
        padding: 0 10px 0 75px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
        color: #d5e4eb;
        -webkit-transition: color .3s ease;
        transition: color .3s ease
    }

    .navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a+ul>li.fourth-menu-in>a:hover,.navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a+ul>li.fourth-menu-in>a.active {
        color: rgba(213,228,235,50%)
    }

    .navy-main-container-wrap>ul>li.first-menu-in>a+ul>li.second-menu-in>a+ul>li.third-menu-in>a+ul>li.fourth-menu-in>a>.ico {
        font-size: 16px;
        padding-right: 11px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }
}

@media screen and (max-width: 480px) {
    .navy-main-container-wrap {
        top:calc(100% + 18px);
        height: calc(100vh - 60px)
    }

    .ws-header.ws-fixed .navy-main-container-wrap {
        height: calc(100vh - 48px)
    }
}

@media screen and (max-width: 350px) {
    .navy-main-container-wrap {
        top:calc(100% + 16px);
        height: calc(100vh - 56px)
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .logo-container-mod {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }

    .navy-main-container {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin-left: 0;
        padding-top: 17px;
        -webkit-transition: padding-top .3s ease;
        transition: padding-top .3s ease
    }

    header.ws-fixed .navy-main-container {
        padding-top: 12px
    }

    .infoicons-container-mod {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .navy-main-container-wrap>ul>li.first-menu-in:not(.main-dropdown-menu)>a+ul {
        -webkit-transform:translateY(-6px);
        transform: translateY(-6px)
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .navy-main-container-wrap>ul>li.first-menu-in:not(.main-dropdown-menu)>a+ul {
        -webkit-transform:translateY(-4px);
        transform: translateY(-4px)
    }
}

@media screen and (min-width: 768px) {
    .navy-main-container-tost-2 {
        position:relative;
        color: #064687;
        cursor: pointer;
        margin-right: 50px;
        margin-left: 38px
    }

    .navy-main-container-tost-2:before {
        content: '';
        display: block;
        position: absolute;
        top: -6px;
        left: -36px;
        right: -10px;
        bottom: -4px;
        background-color: #fff;
        border-radius: 6px
    }

    .navy-main-container-tost-2:after {
        content: '';
        display: block;
        width: 18px;
        height: 16px;
        position: absolute;
        top: 1px;
        left: -26px;
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 16' xml:space='preserve'%3E%3Cpath d='M16.5,0h-15C0.7,0,0,0.7,0,1.5S0.7,3,1.5,3h15C17.3,3,18,2.4,18,1.5S17.3,0,16.5,0z'/%3E%3Cpath d='M6.3,13H1.5C0.7,13,0,13.6,0,14.5S0.7,16,1.5,16h4.8c0.8,0,1.5-0.7,1.5-1.5S7.2,13,6.3,13z'/%3E%3Cpath d='M11.2,6.5H1.5C0.7,6.5,0,7.2,0,8c0,0.8,0.7,1.5,1.5,1.5h9.7c0.8,0,1.5-0.7,1.5-1.5S12.1,6.5,11.2,6.5z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg width='18' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 16' xml:space='preserve'%3E%3Cpath d='M16.5,0h-15C0.7,0,0,0.7,0,1.5S0.7,3,1.5,3h15C17.3,3,18,2.4,18,1.5S17.3,0,16.5,0z'/%3E%3Cpath d='M6.3,13H1.5C0.7,13,0,13.6,0,14.5S0.7,16,1.5,16h4.8c0.8,0,1.5-0.7,1.5-1.5S7.2,13,6.3,13z'/%3E%3Cpath d='M11.2,6.5H1.5C0.7,6.5,0,7.2,0,8c0,0.8,0.7,1.5,1.5,1.5h9.7c0.8,0,1.5-0.7,1.5-1.5S12.1,6.5,11.2,6.5z'/%3E%3C/svg%3E");
        -webkit-mask-position: 50% 50%;
        mask-position: 50% 50%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 18px 16px;
        mask-size: 18px 16px;
        background-color: #064687;
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease
    }

    .navy-main-container-tost-2.hover:after,.navy-main-container-tost-2:hover:after {
        background-color: #a9d8fc
    }

    .navy-main-container-tost-2>p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        color: #064687;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
        pointer-events: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .navy-main-container-tost-2.hover>p,.navy-main-container-tost-2:hover>p {
        color: #a9d8fc
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .navy-main-container-wrap {
        width:100%
    }

    .navy-main-container-tost-2 {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 0
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
}

@media screen and (min-width: 768px) {
    body.body-overflow-hidden {
        overflow:hidden;
        pointer-events: none
    }

    body.body-overflow-hidden.no-ontouchdevice {
        padding-right: 10px
    }

    body.body-overflow-hidden.no-ontouchdevice #header {
        width: calc(100% - 10px)
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu {
        margin: 0
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a {
        display: none
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        overflow: auto;
        width: calc(320px + 320px + 320px);
        display: none;
        -webkit-transition: none!important;
        transition: none!important;
        pointer-events: all;
        z-index: 100;
        -webkit-overflow-scrolling: touch
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a {
        display: block;
        color: transparent;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 320px;
        right: 0;
        bottom: 0;
        z-index: 100;
        background-color: rgba(42,55,75,.75);
        cursor: default;
        -webkit-transition: none;
        transition: none
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a>svg {
        display: none
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a:before {
        content: '';
        display: block;
        width: 22px;
        height: 22px;
        position: absolute;
        top: 20px;
        left: 20px;
        -webkit-mask-image: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/mein-menu-close.svg);
        mask-image: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/mein-menu-close.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: 50% 50%;
        mask-position: 50% 50%;
        -webkit-mask-size: 22px 22px;
        mask-size: 22px 22px;
        background-color: #fff;
        cursor: pointer
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu::-webkit-scrollbar-thumb,#header .navy-main-container-wrap>ul>li.main-dropdown-menu::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    #header.ws-fixed .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul,#header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        bottom: 0;
        max-height: unset;
        z-index: 101;
        background-color: #fff;
        margin-right: calc(320px + 320px);
        padding-top: 64px;
        padding-bottom: 20px;
        overflow: visible;
        width: 320px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        transition: none
    }

    .ontouchdevice #header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu {
        padding-bottom: 0
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 320px;
        background-color: #e8f3f9
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu:after {
        display: block;
        font-weight: 500;
        font-size: 28px;
        line-height: 1;
        color: #1d3e7d;
        height: 64px;
        background-color: #e8f3f9;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 36px;
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        -webkit-box-shadow: 0px 4px 6px rgba(0,0,0,.1);
        box-shadow: 0px 4px 6px rgba(0,0,0,.1)
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu>li {
        position: relative
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.4;
        color: #fff;
        background-color: #0c7bce;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 9px;
        padding-left: 15px;
        padding-right: 50px;
        padding-bottom: 9px;
        position: relative;
        -webkit-transition: none;
        transition: none;
        text-transform: capitalize;
        border: 0;
        height: auto;
        border-bottom: 2px solid #0968a8
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a.hover {
        color: #6bc8f8;
        background-color: #1d3e7c;
        border-bottom-color: transparent
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a>.ico {
        font-size: 22px;
        width: 50px;
        text-align: center;
        padding-right: 16px;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a>svg {
        display: none
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li:first-child>a {
        padding-top: calc(9px + 2px)
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li:last-child>a {
        border-bottom: 0
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a+ul {
        position: absolute;
        top: 0;
        left: 100%;
        width: 320px;
        background-color: #e8f2f9;
        padding-top: 14px;
        padding-bottom: 14px;
        display: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        transition: none
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a+ul>li {
        position: relative
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a+ul>li>a {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        color: #064687;
        background-color: #e8f2f9;
        text-align: left;
        display: block;
        padding: 0;
        padding-top: 4px;
        padding-left: 20px;
        padding-right: 40px;
        padding-bottom: 4px;
        position: relative;
        -webkit-transition: none;
        transition: none;
        height: auto;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        text-transform: capitalize;
        border-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a+ul>li>a>.ico {
        width: 40px;
        text-align: center;
        padding-right: 16px;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        line-height: inherit
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a+ul>li>a>svg {
        display: none
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a+ul>li>a.hover {
        color: #6bc8f8;
        background-color: #1d3e7c
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a+ul>li>a+ul {
        position: absolute;
        top: 0;
        left: 100%;
        width: 320px;
        background-color: #1d3e7c;
        padding-top: 10px;
        padding-bottom: 10px;
        display: none
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a+ul>li>a+ul>li>a {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        color: #d5e4eb;
        text-align: left;
        display: block;
        padding-top: 4px;
        padding-left: 20px;
        padding-right: 15px;
        padding-bottom: 4px;
        opacity: 1;
        -webkit-transition: none;
        transition: none
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a+ul>li>a+ul>li>a:hover {
        opacity: .5
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a+ul>li>a+ul>li>a>.ico {
        width: 40px;
        text-align: center;
        padding-right: 16px;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        line-height: inherit
    }
}

@media screen and (min-width: 768px) and (max-width:959px) {
    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu>li>.sub-menu {
        position:static;
        width: 100%
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li>a+ul {
        border-bottom: 2px solid #0968a8
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul>li:last-child>a+ul {
        border-bottom: 0
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu>li>.sub-menu>li>a {
        padding-left: 42px
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu>li>.sub-menu>li>.sub-menu {
        position: static;
        width: 100%;
        border-top: 1px solid #e8f2f9;
        padding-left: 60px
    }

    #header.ws-fixed .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul,#header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul,#header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu:before,#header .navy-main-container-wrap>ul>li.main-dropdown-menu {
        width: 480px
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a {
        left: 480px;
        overflow: visible
    }

    #header.ws-fixed .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul,#header .navy-main-container-wrap>ul>li.main-dropdown-menu>a+ul {
        margin-right: 0
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu:after {
        width: 480px
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a {
        z-index: 103
    }

    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>a:before {
        left: -40px;
        background-color: #1d3e7d
    }
}

@media screen and (max-width: 767px) {
    #header .navy-main-container-tost-2 {
        display:none
    }
}

@font-face {
    font-family: 'Roboto';
    src: url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Regular.eot);
    src: url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Regular.woff2) format('woff2'),url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Regular.woff) format('woff'),url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Regular.ttf) format('truetype'),url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Regular.svg#Roboto) format('svg'),url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Regular.eot?#iefix) format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Medium.eot);
    src: url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Medium.woff2) format('woff2'),url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Medium.woff) format('woff'),url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Medium.ttf) format('truetype'),url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Medium.svg#Roboto) format('svg'),url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Medium.eot?#iefix) format('embedded-opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Bold.eot);
    src: url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Bold.woff2) format('woff2'),url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Bold.woff) format('woff'),url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Bold.ttf) format('truetype'),url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Bold.svg#Roboto) format('svg'),url(//1seguidores.com/wp-content/themes/social/assets/css/fonts/Roboto/Roboto-Bold.eot?#iefix) format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

/*!
 * Font Awesome Free 5.15.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('/wp-content/themes/social/assets/css/fonts/FontAwesome/FontAwesome.eot');
    src: url('/wp-content/themes/social/assets/css/fonts/FontAwesome/FontAwesome.woff2') format('woff2'),url('/wp-content/themes/social/assets/css/fonts/FontAwesome/FontAwesome.woff') format('woff'),url('/wp-content/themes/social/assets/css/fonts/FontAwesome/FontAwesome.ttf') format('truetype'),url('/wp-content/themes/social/assets/css/fonts/FontAwesome/FontAwesome.svg#FontAwesome') format('svg'),url('/wp-content/themes/social/assets/css/fonts/FontAwesome/FontAwesome.eot?#iefix') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.far,.fas,.ico {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg,.ico-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs,.ico-xs {
    font-size: .75em
}

.fa-sm,.ico-sm {
    font-size: .875em
}

.fa-1x,.ico-1x {
    font-size: 1em
}

.fa-2x,.ico-2x {
    font-size: 2em
}

.fa-3x,.ico-3x {
    font-size: 3em
}

.fa-4x,.ico-4x {
    font-size: 4em
}

.fa-5x,.ico-5x {
    font-size: 5em
}

.fa-6x,.ico-6x {
    font-size: 6em
}

.fa-7x,.ico-7x {
    font-size: 7em
}

.fa-8x,.ico-8x {
    font-size: 8em
}

.fa-9x,.ico-9x {
    font-size: 9em
}

.fa-10x,.ico-10x {
    font-size: 10em
}

.fa-fw,.ico-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul,.ico-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li,.ico-ul>li {
    position: relative
}

.fa-li,.ico-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border,.ico-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left,.ico-pull-left {
    float: left
}

.fa-pull-right,.ico-pull-right {
    float: right
}

.fa.fa-pull-left,.ico.ico-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.ico.ico-pull-right {
    margin-left: .3em
}

.fa-spin,.ico-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse,.ico-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90,.ico-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180,.ico-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270,.ico-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal,.ico-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical,.ico-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.ico-flip-both,.ico-flip-horizontal.ico-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both,:root .ico-rotate-90,:root .ico-rotate-180,:root .ico-rotate-270,:root .ico-flip-horizontal,:root .ico-flip-vertical,:root .ico-flip-both {
    -webkit-filter: none;
    filter: none
}

.fa-stack,.ico-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x,.ico-stack-1x,.ico-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x,.ico-stack-1x {
    line-height: inherit
}

.fa-stack-2x,.ico-stack-2x {
    font-size: 2em
}

.fa-inverse,.ico-inverse {
    color: #fff
}

.ico-500px:before {
    content: "\f26e"
}

.ico-accessible-icon:before {
    content: "\f368"
}

.ico-accusoft:before {
    content: "\f369"
}

.ico-acquisitions-incorporated:before {
    content: "\f6af"
}

.ico-ad:before {
    content: "\f641"
}

.ico-address-book:before {
    content: "\f2b9"
}

.ico-address-card:before {
    content: "\f2bb"
}

.ico-adjust:before {
    content: "\f042"
}

.ico-adn:before {
    content: "\f170"
}

.ico-adversal:before {
    content: "\f36a"
}

.ico-affiliatetheme:before {
    content: "\f36b"
}

.ico-air-freshener:before {
    content: "\f5d0"
}

.ico-airbnb:before {
    content: "\f834"
}

.ico-algolia:before {
    content: "\f36c"
}

.ico-align-center:before {
    content: "\f037"
}

.ico-align-justify:before {
    content: "\f039"
}

.ico-align-left:before {
    content: "\f036"
}

.ico-align-right:before {
    content: "\f038"
}

.ico-alipay:before {
    content: "\f642"
}

.ico-allergies:before {
    content: "\f461"
}

.ico-amazon:before {
    content: "\f270"
}

.ico-amazon-pay:before {
    content: "\f42c"
}

.ico-ambulance:before {
    content: "\f0f9"
}

.ico-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.ico-amilia:before {
    content: "\f36d"
}

.ico-anchor:before {
    content: "\f13d"
}

.ico-android:before {
    content: "\f17b"
}

.ico-angellist:before {
    content: "\f209"
}

.ico-angle-double-down:before {
    content: "\f103"
}

.ico-angle-double-left:before {
    content: "\f100"
}

.ico-angle-double-right:before {
    content: "\f101"
}

.ico-angle-double-up:before {
    content: "\f102"
}

.ico-angle-down:before {
    content: "\f107"
}

.ico-angle-left:before {
    content: "\f104"
}

.ico-angle-right:before {
    content: "\f105"
}

.ico-angle-up:before {
    content: "\f106"
}

.ico-angry:before {
    content: "\f556"
}

.ico-angrycreative:before {
    content: "\f36e"
}

.ico-angular:before {
    content: "\f420"
}

.ico-ankh:before {
    content: "\f644"
}

.ico-app-store:before {
    content: "\f36f"
}

.ico-app-store-ios:before {
    content: "\f370"
}

.ico-apper:before {
    content: "\f371"
}

.ico-apple:before {
    content: "\f179"
}

.ico-apple-alt:before {
    content: "\f5d1"
}

.ico-apple-pay:before {
    content: "\f415"
}

.ico-archive:before {
    content: "\f187"
}

.ico-archway:before {
    content: "\f557"
}

.ico-arrow-alt-circle-down:before {
    content: "\f358"
}

.ico-arrow-alt-circle-left:before {
    content: "\f359"
}

.ico-arrow-alt-circle-right:before {
    content: "\f35a"
}

.ico-arrow-alt-circle-up:before {
    content: "\f35b"
}

.ico-arrow-circle-down:before {
    content: "\f0ab"
}

.ico-arrow-circle-left:before {
    content: "\f0a8"
}

.ico-arrow-circle-right:before {
    content: "\f0a9"
}

.ico-arrow-circle-up:before {
    content: "\f0aa"
}

.ico-arrow-down:before {
    content: "\f063"
}

.ico-arrow-left:before {
    content: "\f060"
}

.ico-arrow-right:before {
    content: "\f061"
}

.ico-arrow-up:before {
    content: "\f062"
}

.ico-arrows-alt:before {
    content: "\f0b2"
}

.ico-arrows-alt-h:before {
    content: "\f337"
}

.ico-arrows-alt-v:before {
    content: "\f338"
}

.ico-artstation:before {
    content: "\f77a"
}

.ico-assistive-listening-systems:before {
    content: "\f2a2"
}

.ico-asterisk:before {
    content: "\f069"
}

.ico-asymmetrik:before {
    content: "\f372"
}

.ico-at:before {
    content: "\f1fa"
}

.ico-atlas:before {
    content: "\f558"
}

.ico-atlassian:before {
    content: "\f77b"
}

.ico-atom:before {
    content: "\f5d2"
}

.ico-audible:before {
    content: "\f373"
}

.ico-audio-description:before {
    content: "\f29e"
}

.ico-autoprefixer:before {
    content: "\f41c"
}

.ico-avianex:before {
    content: "\f374"
}

.ico-aviato:before {
    content: "\f421"
}

.ico-award:before {
    content: "\f559"
}

.ico-aws:before {
    content: "\f375"
}

.ico-baby:before {
    content: "\f77c"
}

.ico-baby-carriage:before {
    content: "\f77d"
}

.ico-backspace:before {
    content: "\f55a"
}

.ico-backward:before {
    content: "\f04a"
}

.ico-bacon:before {
    content: "\f7e5"
}

.ico-bacteria:before {
    content: "\e059"
}

.ico-bacterium:before {
    content: "\e05a"
}

.ico-bahai:before {
    content: "\f666"
}

.ico-balance-scale:before {
    content: "\f24e"
}

.ico-balance-scale-left:before {
    content: "\f515"
}

.ico-balance-scale-right:before {
    content: "\f516"
}

.ico-ban:before {
    content: "\f05e"
}

.ico-band-aid:before {
    content: "\f462"
}

.ico-bandcamp:before {
    content: "\f2d5"
}

.ico-barcode:before {
    content: "\f02a"
}

.ico-bars:before {
    content: "\f0c9"
}

.ico-baseball-ball:before {
    content: "\f433"
}

.ico-basketball-ball:before {
    content: "\f434"
}

.ico-bath:before {
    content: "\f2cd"
}

.ico-battery-empty:before {
    content: "\f244"
}

.ico-battery-full:before {
    content: "\f240"
}

.ico-battery-half:before {
    content: "\f242"
}

.ico-battery-quarter:before {
    content: "\f243"
}

.ico-battery-three-quarters:before {
    content: "\f241"
}

.ico-battle-net:before {
    content: "\f835"
}

.ico-bed:before {
    content: "\f236"
}

.ico-beer:before {
    content: "\f0fc"
}

.ico-behance:before {
    content: "\f1b4"
}

.ico-behance-square:before {
    content: "\f1b5"
}

.ico-bell:before {
    content: "\f0f3"
}

.ico-bell-slash:before {
    content: "\f1f6"
}

.ico-bezier-curve:before {
    content: "\f55b"
}

.ico-bible:before {
    content: "\f647"
}

.ico-bicycle:before {
    content: "\f206"
}

.ico-biking:before {
    content: "\f84a"
}

.ico-bimobject:before {
    content: "\f378"
}

.ico-binoculars:before {
    content: "\f1e5"
}

.ico-biohazard:before {
    content: "\f780"
}

.ico-birthday-cake:before {
    content: "\f1fd"
}

.ico-bitbucket:before {
    content: "\f171"
}

.ico-bitcoin:before {
    content: "\f379"
}

.ico-bity:before {
    content: "\f37a"
}

.ico-black-tie:before {
    content: "\f27e"
}

.ico-blackberry:before {
    content: "\f37b"
}

.ico-blender:before {
    content: "\f517"
}

.ico-blender-phone:before {
    content: "\f6b6"
}

.ico-blind:before {
    content: "\f29d"
}

.ico-blog:before {
    content: "\f781"
}

.ico-blogger:before {
    content: "\f37c"
}

.ico-blogger-b:before {
    content: "\f37d"
}

.ico-bluetooth:before {
    content: "\f293"
}

.ico-bluetooth-b:before {
    content: "\f294"
}

.ico-bold:before {
    content: "\f032"
}

.ico-bolt:before {
    content: "\f0e7"
}

.ico-bomb:before {
    content: "\f1e2"
}

.ico-bone:before {
    content: "\f5d7"
}

.ico-bong:before {
    content: "\f55c"
}

.ico-book:before {
    content: "\f02d"
}

.ico-book-dead:before {
    content: "\f6b7"
}

.ico-book-medical:before {
    content: "\f7e6"
}

.ico-book-open:before {
    content: "\f518"
}

.ico-book-reader:before {
    content: "\f5da"
}

.ico-bookmark:before {
    content: "\f02e"
}

.ico-bootstrap:before {
    content: "\f836"
}

.ico-border-all:before {
    content: "\f84c"
}

.ico-border-none:before {
    content: "\f850"
}

.ico-border-style:before {
    content: "\f853"
}

.ico-bowling-ball:before {
    content: "\f436"
}

.ico-box:before {
    content: "\f466"
}

.ico-box-open:before {
    content: "\f49e"
}

.ico-box-tissue:before {
    content: "\e05b"
}

.ico-boxes:before {
    content: "\f468"
}

.ico-braille:before {
    content: "\f2a1"
}

.ico-brain:before {
    content: "\f5dc"
}

.ico-bread-slice:before {
    content: "\f7ec"
}

.ico-briefcase:before {
    content: "\f0b1"
}

.ico-briefcase-medical:before {
    content: "\f469"
}

.ico-broadcast-tower:before {
    content: "\f519"
}

.ico-broom:before {
    content: "\f51a"
}

.ico-brush:before {
    content: "\f55d"
}

.ico-btc:before {
    content: "\f15a"
}

.ico-buffer:before {
    content: "\f837"
}

.ico-bug:before {
    content: "\f188"
}

.ico-building:before {
    content: "\f1ad"
}

.ico-bullhorn:before {
    content: "\f0a1"
}

.ico-bullseye:before {
    content: "\f140"
}

.ico-burn:before {
    content: "\f46a"
}

.ico-buromobelexperte:before {
    content: "\f37f"
}

.ico-bus:before {
    content: "\f207"
}

.ico-bus-alt:before {
    content: "\f55e"
}

.ico-business-time:before {
    content: "\f64a"
}

.ico-buy-n-large:before {
    content: "\f8a6"
}

.ico-buysellads:before {
    content: "\f20d"
}

.ico-calculator:before {
    content: "\f1ec"
}

.ico-calendar:before {
    content: "\f133"
}

.ico-calendar-alt:before {
    content: "\f073"
}

.ico-calendar-check:before {
    content: "\f274"
}

.ico-calendar-day:before {
    content: "\f783"
}

.ico-calendar-minus:before {
    content: "\f272"
}

.ico-calendar-plus:before {
    content: "\f271"
}

.ico-calendar-times:before {
    content: "\f273"
}

.ico-calendar-week:before {
    content: "\f784"
}

.ico-camera:before {
    content: "\f030"
}

.ico-camera-retro:before {
    content: "\f083"
}

.ico-campground:before {
    content: "\f6bb"
}

.ico-canadian-maple-leaf:before {
    content: "\f785"
}

.ico-candy-cane:before {
    content: "\f786"
}

.ico-cannabis:before {
    content: "\f55f"
}

.ico-capsules:before {
    content: "\f46b"
}

.ico-car:before {
    content: "\f1b9"
}

.ico-car-alt:before {
    content: "\f5de"
}

.ico-car-battery:before {
    content: "\f5df"
}

.ico-car-crash:before {
    content: "\f5e1"
}

.ico-car-side:before {
    content: "\f5e4"
}

.ico-caravan:before {
    content: "\f8ff"
}

.ico-caret-down:before {
    content: "\f0d7"
}

.ico-caret-left:before {
    content: "\f0d9"
}

.ico-caret-right:before {
    content: "\f0da"
}

.ico-caret-square-down:before {
    content: "\f150"
}

.ico-caret-square-left:before {
    content: "\f191"
}

.ico-caret-square-right:before {
    content: "\f152"
}

.ico-caret-square-up:before {
    content: "\f151"
}

.ico-caret-up:before {
    content: "\f0d8"
}

.ico-carrot:before {
    content: "\f787"
}

.ico-cart-arrow-down:before {
    content: "\f218"
}

.ico-cart-plus:before {
    content: "\f217"
}

.ico-cash-register:before {
    content: "\f788"
}

.ico-cat:before {
    content: "\f6be"
}

.ico-cc-amazon-pay:before {
    content: "\f42d"
}

.ico-cc-amex:before {
    content: "\f1f3"
}

.ico-cc-apple-pay:before {
    content: "\f416"
}

.ico-cc-diners-club:before {
    content: "\f24c"
}

.ico-cc-discover:before {
    content: "\f1f2"
}

.ico-cc-jcb:before {
    content: "\f24b"
}

.ico-cc-mastercard:before {
    content: "\f1f1"
}

.ico-cc-paypal:before {
    content: "\f1f4"
}

.ico-cc-stripe:before {
    content: "\f1f5"
}

.ico-cc-visa:before {
    content: "\f1f0"
}

.ico-centercode:before {
    content: "\f380"
}

.ico-centos:before {
    content: "\f789"
}

.ico-certificate:before {
    content: "\f0a3"
}

.ico-chair:before {
    content: "\f6c0"
}

.ico-chalkboard:before {
    content: "\f51b"
}

.ico-chalkboard-teacher:before {
    content: "\f51c"
}

.ico-charging-station:before {
    content: "\f5e7"
}

.ico-chart-area:before {
    content: "\f1fe"
}

.ico-chart-bar:before {
    content: "\f080"
}

.ico-chart-line:before {
    content: "\f201"
}

.ico-chart-pie:before {
    content: "\f200"
}

.ico-check:before {
    content: "\f00c"
}

.ico-check-circle:before {
    content: "\f058"
}

.ico-check-double:before {
    content: "\f560"
}

.ico-check-square:before {
    content: "\f14a"
}

.ico-cheese:before {
    content: "\f7ef"
}

.ico-chess:before {
    content: "\f439"
}

.ico-chess-bishop:before {
    content: "\f43a"
}

.ico-chess-board:before {
    content: "\f43c"
}

.ico-chess-king:before {
    content: "\f43f"
}

.ico-chess-knight:before {
    content: "\f441"
}

.ico-chess-pawn:before {
    content: "\f443"
}

.ico-chess-queen:before {
    content: "\f445"
}

.ico-chess-rook:before {
    content: "\f447"
}

.ico-chevron-circle-down:before {
    content: "\f13a"
}

.ico-chevron-circle-left:before {
    content: "\f137"
}

.ico-chevron-circle-right:before {
    content: "\f138"
}

.ico-chevron-circle-up:before {
    content: "\f139"
}

.ico-chevron-down:before {
    content: "\f078"
}

.ico-chevron-left:before {
    content: "\f053"
}

.ico-chevron-right:before {
    content: "\f054"
}

.ico-chevron-up:before {
    content: "\f077"
}

.ico-child:before {
    content: "\f1ae"
}

.ico-chrome:before {
    content: "\f268"
}

.ico-chromecast:before {
    content: "\f838"
}

.ico-church:before {
    content: "\f51d"
}

.ico-circle:before {
    content: "\f111"
}

.ico-circle-notch:before {
    content: "\f1ce"
}

.ico-city:before {
    content: "\f64f"
}

.ico-clinic-medical:before {
    content: "\f7f2"
}

.ico-clipboard:before {
    content: "\f328"
}

.ico-clipboard-check:before {
    content: "\f46c"
}

.ico-clipboard-list:before {
    content: "\f46d"
}

.ico-clock:before {
    content: "\f017"
}

.ico-clone:before {
    content: "\f24d"
}

.ico-closed-captioning:before {
    content: "\f20a"
}

.ico-cloud:before {
    content: "\f0c2"
}

.ico-cloud-download-alt:before {
    content: "\f381"
}

.ico-cloud-meatball:before {
    content: "\f73b"
}

.ico-cloud-moon:before {
    content: "\f6c3"
}

.ico-cloud-moon-rain:before {
    content: "\f73c"
}

.ico-cloud-rain:before {
    content: "\f73d"
}

.ico-cloud-showers-heavy:before {
    content: "\f740"
}

.ico-cloud-sun:before {
    content: "\f6c4"
}

.ico-cloud-sun-rain:before {
    content: "\f743"
}

.ico-cloud-upload-alt:before {
    content: "\f382"
}

.ico-cloudflare:before {
    content: "\e07d"
}

.ico-cloudscale:before {
    content: "\f383"
}

.ico-cloudsmith:before {
    content: "\f384"
}

.ico-cloudversify:before {
    content: "\f385"
}

.ico-cocktail:before {
    content: "\f561"
}

.ico-code:before {
    content: "\f121"
}

.ico-code-branch:before {
    content: "\f126"
}

.ico-codepen:before {
    content: "\f1cb"
}

.ico-codiepie:before {
    content: "\f284"
}

.ico-coffee:before {
    content: "\f0f4"
}

.ico-cog:before {
    content: "\f013"
}

.ico-cogs:before {
    content: "\f085"
}

.ico-coins:before {
    content: "\f51e"
}

.ico-columns:before {
    content: "\f0db"
}

.ico-comment:before {
    content: "\f075"
}

.ico-comment-alt:before {
    content: "\f27a"
}

.ico-comment-dollar:before {
    content: "\f651"
}

.ico-comment-dots:before {
    content: "\f4ad"
}

.ico-comment-medical:before {
    content: "\f7f5"
}

.ico-comment-slash:before {
    content: "\f4b3"
}

.ico-comments:before {
    content: "\f086"
}

.ico-comments-dollar:before {
    content: "\f653"
}

.ico-compact-disc:before {
    content: "\f51f"
}

.ico-compass:before {
    content: "\f14e"
}

.ico-compress:before {
    content: "\f066"
}

.ico-compress-alt:before {
    content: "\f422"
}

.ico-compress-arrows-alt:before {
    content: "\f78c"
}

.ico-concierge-bell:before {
    content: "\f562"
}

.ico-confluence:before {
    content: "\f78d"
}

.ico-connectdevelop:before {
    content: "\f20e"
}

.ico-contao:before {
    content: "\f26d"
}

.ico-cookie:before {
    content: "\f563"
}

.ico-cookie-bite:before {
    content: "\f564"
}

.ico-copy:before {
    content: "\f0c5"
}

.ico-copyright:before {
    content: "\f1f9"
}

.ico-cotton-bureau:before {
    content: "\f89e"
}

.ico-couch:before {
    content: "\f4b8"
}

.ico-cpanel:before {
    content: "\f388"
}

.ico-creative-commons:before {
    content: "\f25e"
}

.ico-creative-commons-by:before {
    content: "\f4e7"
}

.ico-creative-commons-nc:before {
    content: "\f4e8"
}

.ico-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.ico-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.ico-creative-commons-nd:before {
    content: "\f4eb"
}

.ico-creative-commons-pd:before {
    content: "\f4ec"
}

.ico-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.ico-creative-commons-remix:before {
    content: "\f4ee"
}

.ico-creative-commons-sa:before {
    content: "\f4ef"
}

.ico-creative-commons-sampling:before {
    content: "\f4f0"
}

.ico-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.ico-creative-commons-share:before {
    content: "\f4f2"
}

.ico-creative-commons-zero:before {
    content: "\f4f3"
}

.ico-credit-card:before {
    content: "\f09d"
}

.ico-critical-role:before {
    content: "\f6c9"
}

.ico-crop:before {
    content: "\f125"
}

.ico-crop-alt:before {
    content: "\f565"
}

.ico-cross:before {
    content: "\f654"
}

.ico-crosshairs:before {
    content: "\f05b"
}

.ico-crow:before {
    content: "\f520"
}

.ico-crown:before {
    content: "\f521"
}

.ico-crutch:before {
    content: "\f7f7"
}

.ico-css3:before {
    content: "\f13c"
}

.ico-css3-alt:before {
    content: "\f38b"
}

.ico-cube:before {
    content: "\f1b2"
}

.ico-cubes:before {
    content: "\f1b3"
}

.ico-cut:before {
    content: "\f0c4"
}

.ico-cuttlefish:before {
    content: "\f38c"
}

.ico-d-and-d:before {
    content: "\f38d"
}

.ico-d-and-d-beyond:before {
    content: "\f6ca"
}

.ico-dailymotion:before {
    content: "\e052"
}

.ico-dashcube:before {
    content: "\f210"
}

.ico-database:before {
    content: "\f1c0"
}

.ico-deaf:before {
    content: "\f2a4"
}

.ico-deezer:before {
    content: "\e077"
}

.ico-delicious:before {
    content: "\f1a5"
}

.ico-democrat:before {
    content: "\f747"
}

.ico-deploydog:before {
    content: "\f38e"
}

.ico-deskpro:before {
    content: "\f38f"
}

.ico-desktop:before {
    content: "\f108"
}

.ico-dev:before {
    content: "\f6cc"
}

.ico-deviantart:before {
    content: "\f1bd"
}

.ico-dharmachakra:before {
    content: "\f655"
}

.ico-dhl:before {
    content: "\f790"
}

.ico-diagnoses:before {
    content: "\f470"
}

.ico-diaspora:before {
    content: "\f791"
}

.ico-dice:before {
    content: "\f522"
}

.ico-dice-d20:before {
    content: "\f6cf"
}

.ico-dice-d6:before {
    content: "\f6d1"
}

.ico-dice-five:before {
    content: "\f523"
}

.ico-dice-four:before {
    content: "\f524"
}

.ico-dice-one:before {
    content: "\f525"
}

.ico-dice-six:before {
    content: "\f526"
}

.ico-dice-three:before {
    content: "\f527"
}

.ico-dice-two:before {
    content: "\f528"
}

.ico-digg:before {
    content: "\f1a6"
}

.ico-digital-ocean:before {
    content: "\f391"
}

.ico-digital-tachograph:before {
    content: "\f566"
}

.ico-directions:before {
    content: "\f5eb"
}

.ico-discord:before {
    content: "\f392"
}

.ico-discourse:before {
    content: "\f393"
}

.ico-disease:before {
    content: "\f7fa"
}

.ico-divide:before {
    content: "\f529"
}

.ico-dizzy:before {
    content: "\f567"
}

.ico-dna:before {
    content: "\f471"
}

.ico-dochub:before {
    content: "\f394"
}

.ico-docker:before {
    content: "\f395"
}

.ico-dog:before {
    content: "\f6d3"
}

.ico-dollar-sign:before {
    content: "\f155"
}

.ico-dolly:before {
    content: "\f472"
}

.ico-dolly-flatbed:before {
    content: "\f474"
}

.ico-donate:before {
    content: "\f4b9"
}

.ico-door-closed:before {
    content: "\f52a"
}

.ico-door-open:before {
    content: "\f52b"
}

.ico-dot-circle:before {
    content: "\f192"
}

.ico-dove:before {
    content: "\f4ba"
}

.ico-cloud-download-alt:before,.ico-download:before {
    content: "\f019"
}

.ico-draft2digital:before {
    content: "\f396"
}

.ico-drafting-compass:before {
    content: "\f568"
}

.ico-dragon:before {
    content: "\f6d5"
}

.ico-draw-polygon:before {
    content: "\f5ee"
}

.ico-dribbble:before {
    content: "\f17d"
}

.ico-dribbble-square:before {
    content: "\f397"
}

.ico-dropbox:before {
    content: "\f16b"
}

.ico-drum:before {
    content: "\f569"
}

.ico-drum-steelpan:before {
    content: "\f56a"
}

.ico-drumstick-bite:before {
    content: "\f6d7"
}

.ico-drupal:before {
    content: "\f1a9"
}

.ico-dumbbell:before {
    content: "\f44b"
}

.ico-dumpster:before {
    content: "\f793"
}

.ico-dumpster-fire:before {
    content: "\f794"
}

.ico-dungeon:before {
    content: "\f6d9"
}

.ico-dyalog:before {
    content: "\f399"
}

.ico-earlybirds:before {
    content: "\f39a"
}

.ico-ebay:before {
    content: "\f4f4"
}

.ico-edge:before {
    content: "\f282"
}

.ico-edge-legacy:before {
    content: "\e078"
}

.ico-edit:before {
    content: "\f044"
}

.ico-egg:before {
    content: "\f7fb"
}

.ico-eject:before {
    content: "\f052"
}

.ico-elementor:before {
    content: "\f430"
}

.ico-ellipsis-h:before {
    content: "\f141"
}

.ico-ellipsis-v:before {
    content: "\f142"
}

.ico-ello:before {
    content: "\f5f1"
}

.ico-ember:before {
    content: "\f423"
}

.ico-empire:before {
    content: "\f1d1"
}

.ico-envelope:before {
    content: "\f0e0"
}

.ico-envelope-open:before {
    content: "\f2b6"
}

.ico-envelope-open-text:before {
    content: "\f658"
}

.ico-envelope-square:before {
    content: "\f199"
}

.ico-envira:before {
    content: "\f299"
}

.ico-equals:before {
    content: "\f52c"
}

.ico-eraser:before {
    content: "\f12d"
}

.ico-erlang:before {
    content: "\f39d"
}

.ico-ethereum:before {
    content: "\f42e"
}

.ico-ethernet:before {
    content: "\f796"
}

.ico-etsy:before {
    content: "\f2d7"
}

.ico-euro-sign:before {
    content: "\f153"
}

.ico-evernote:before {
    content: "\f839"
}

.ico-exchange-alt:before {
    content: "\f362"
}

.ico-exclamation:before {
    content: "\f12a"
}

.ico-exclamation-circle:before {
    content: "\f06a"
}

.ico-exclamation-triangle:before {
    content: "\f071"
}

.ico-expand:before {
    content: "\f065"
}

.ico-expand-alt:before {
    content: "\f424"
}

.ico-expand-arrows-alt:before {
    content: "\f31e"
}

.ico-expeditedssl:before {
    content: "\f23e"
}

.ico-external-link-alt:before {
    content: "\f35d"
}

.ico-external-link-square-alt:before {
    content: "\f360"
}

.ico-eye:before {
    content: "\f06e"
}

.ico-eye-dropper:before {
    content: "\f1fb"
}

.ico-eye-slash:before {
    content: "\f070"
}

.ico-facebook:before {
    content: "\f09a"
}

.ico-facebook-f:before {
    content: "\f39e"
}

.ico-facebook-messenger:before {
    content: "\f39f"
}

.ico-facebook-square:before {
    content: "\f082"
}

.ico-fan:before {
    content: "\f863"
}

.ico-fantasy-flight-games:before {
    content: "\f6dc"
}

.ico-fast-backward:before {
    content: "\f049"
}

.ico-fast-forward:before {
    content: "\f050"
}

.ico-faucet:before {
    content: "\e005"
}

.ico-fax:before {
    content: "\f1ac"
}

.ico-feather:before {
    content: "\f52d"
}

.ico-feather-alt:before {
    content: "\f56b"
}

.ico-fedex:before {
    content: "\f797"
}

.ico-fedora:before {
    content: "\f798"
}

.ico-female:before {
    content: "\f182"
}

.ico-fighter-jet:before {
    content: "\f0fb"
}

.ico-figma:before {
    content: "\f799"
}

.ico-file:before {
    content: "\f15b"
}

.ico-file-alt:before {
    content: "\f15c"
}

.ico-file-archive:before {
    content: "\f1c6"
}

.ico-file-audio:before {
    content: "\f1c7"
}

.ico-file-code:before {
    content: "\f1c9"
}

.ico-file-contract:before {
    content: "\f56c"
}

.ico-file-csv:before {
    content: "\f6dd"
}

.ico-file-download:before {
    content: "\f56d"
}

.ico-file-excel:before {
    content: "\f1c3"
}

.ico-file-export:before {
    content: "\f56e"
}

.ico-file-image:before {
    content: "\f1c5"
}

.ico-file-import:before {
    content: "\f56f"
}

.ico-file-invoice:before {
    content: "\f570"
}

.ico-file-invoice-dollar:before {
    content: "\f571"
}

.ico-file-medical:before {
    content: "\f477"
}

.ico-file-medical-alt:before {
    content: "\f478"
}

.ico-file-pdf:before {
    content: "\f1c1"
}

.ico-file-powerpoint:before {
    content: "\f1c4"
}

.ico-file-prescription:before {
    content: "\f572"
}

.ico-file-signature:before {
    content: "\f573"
}

.ico-file-upload:before {
    content: "\f574"
}

.ico-file-video:before {
    content: "\f1c8"
}

.ico-file-word:before {
    content: "\f1c2"
}

.ico-fill:before {
    content: "\f575"
}

.ico-fill-drip:before {
    content: "\f576"
}

.ico-film:before {
    content: "\f008"
}

.ico-filter:before {
    content: "\f0b0"
}

.ico-fingerprint:before {
    content: "\f577"
}

.ico-fire:before {
    content: "\f06d"
}

.ico-fire-alt:before {
    content: "\f7e4"
}

.ico-fire-extinguisher:before {
    content: "\f134"
}

.ico-firefox:before {
    content: "\f269"
}

.ico-firefox-browser:before {
    content: "\e007"
}

.ico-first-aid:before {
    content: "\f479"
}

.ico-first-order:before {
    content: "\f2b0"
}

.ico-first-order-alt:before {
    content: "\f50a"
}

.ico-firstdraft:before {
    content: "\f3a1"
}

.ico-fish:before {
    content: "\f578"
}

.ico-fist-raised:before {
    content: "\f6de"
}

.ico-flag:before {
    content: "\f024"
}

.ico-flag-checkered:before {
    content: "\f11e"
}

.ico-flag-usa:before {
    content: "\f74d"
}

.ico-flask:before {
    content: "\f0c3"
}

.ico-flickr:before {
    content: "\f16e"
}

.ico-flipboard:before {
    content: "\f44d"
}

.ico-flushed:before {
    content: "\f579"
}

.ico-fly:before {
    content: "\f417"
}

.ico-folder:before {
    content: "\f07b"
}

.ico-folder-minus:before {
    content: "\f65d"
}

.ico-folder-open:before {
    content: "\f07c"
}

.ico-folder-plus:before {
    content: "\f65e"
}

.ico-font:before {
    content: "\f031"
}

.ico-font-awesome:before {
    content: "\f2b4"
}

.ico-font-awesome-alt:before {
    content: "\f35c"
}

.ico-font-awesome-flag:before {
    content: "\f425"
}

.ico-font-awesome-logo-full:before {
    content: "\f4e6"
}

.ico-fonticons:before {
    content: "\f280"
}

.ico-fonticons-fi:before {
    content: "\f3a2"
}

.ico-football-ball:before {
    content: "\f44e"
}

.ico-fort-awesome:before {
    content: "\f286"
}

.ico-fort-awesome-alt:before {
    content: "\f3a3"
}

.ico-forumbee:before {
    content: "\f211"
}

.ico-forward:before {
    content: "\f04e"
}

.ico-foursquare:before {
    content: "\f180"
}

.ico-free-code-camp:before {
    content: "\f2c5"
}

.ico-freebsd:before {
    content: "\f3a4"
}

.ico-frog:before {
    content: "\f52e"
}

.ico-frown:before {
    content: "\f119"
}

.ico-frown-open:before {
    content: "\f57a"
}

.ico-fulcrum:before {
    content: "\f50b"
}

.ico-funnel-dollar:before {
    content: "\f662"
}

.ico-futbol:before {
    content: "\f1e3"
}

.ico-galactic-republic:before {
    content: "\f50c"
}

.ico-galactic-senate:before {
    content: "\f50d"
}

.ico-gamepad:before {
    content: "\f11b"
}

.ico-gas-pump:before {
    content: "\f52f"
}

.ico-gavel:before {
    content: "\f0e3"
}

.ico-gem:before {
    content: "\f3a5"
}

.ico-genderless:before {
    content: "\f22d"
}

.ico-get-pocket:before {
    content: "\f265"
}

.ico-gg:before {
    content: "\f260"
}

.ico-gg-circle:before {
    content: "\f261"
}

.ico-ghost:before {
    content: "\f6e2"
}

.ico-gift:before {
    content: "\f06b"
}

.ico-gifts:before {
    content: "\f79c"
}

.ico-git:before {
    content: "\f1d3"
}

.ico-git-alt:before {
    content: "\f841"
}

.ico-git-square:before {
    content: "\f1d2"
}

.ico-github:before {
    content: "\f09b"
}

.ico-github-alt:before {
    content: "\f113"
}

.ico-github-square:before {
    content: "\f092"
}

.ico-gitkraken:before {
    content: "\f3a6"
}

.ico-gitlab:before {
    content: "\f296"
}

.ico-gitter:before {
    content: "\f426"
}

.ico-glass-cheers:before {
    content: "\f79f"
}

.ico-glass-martini:before {
    content: "\f000"
}

.ico-glass-martini-alt:before {
    content: "\f57b"
}

.ico-glass-whiskey:before {
    content: "\f7a0"
}

.ico-glasses:before {
    content: "\f530"
}

.ico-glide:before {
    content: "\f2a5"
}

.ico-glide-g:before {
    content: "\f2a6"
}

.ico-globe:before {
    content: "\f0ac"
}

.ico-globe-africa:before {
    content: "\f57c"
}

.ico-globe-americas:before {
    content: "\f57d"
}

.ico-globe-asia:before {
    content: "\f57e"
}

.ico-globe-europe:before {
    content: "\f7a2"
}

.ico-gofore:before {
    content: "\f3a7"
}

.ico-golf-ball:before {
    content: "\f450"
}

.ico-goodreads:before {
    content: "\f3a8"
}

.ico-goodreads-g:before {
    content: "\f3a9"
}

.ico-google:before {
    content: "\f1a0"
}

.ico-google-drive:before {
    content: "\f3aa"
}

.ico-google-pay:before {
    content: "\e079"
}

.ico-google-play:before {
    content: "\f3ab"
}

.ico-google-plus:before {
    content: "\f2b3"
}

.ico-google-plus-g:before {
    content: "\f0d5"
}

.ico-google-plus-square:before {
    content: "\f0d4"
}

.ico-google-wallet:before {
    content: "\f1ee"
}

.ico-gopuram:before {
    content: "\f664"
}

.ico-graduation-cap:before {
    content: "\f19d"
}

.ico-gratipay:before {
    content: "\f184"
}

.ico-grav:before {
    content: "\f2d6"
}

.ico-greater-than:before {
    content: "\f531"
}

.ico-greater-than-equal:before {
    content: "\f532"
}

.ico-grimace:before {
    content: "\f57f"
}

.ico-grin:before {
    content: "\f580"
}

.ico-grin-alt:before {
    content: "\f581"
}

.ico-grin-beam:before {
    content: "\f582"
}

.ico-grin-beam-sweat:before {
    content: "\f583"
}

.ico-grin-hearts:before {
    content: "\f584"
}

.ico-grin-squint:before {
    content: "\f585"
}

.ico-grin-squint-tears:before {
    content: "\f586"
}

.ico-grin-stars:before {
    content: "\f587"
}

.ico-grin-tears:before {
    content: "\f588"
}

.ico-grin-tongue:before {
    content: "\f589"
}

.ico-grin-tongue-squint:before {
    content: "\f58a"
}

.ico-grin-tongue-wink:before {
    content: "\f58b"
}

.ico-grin-wink:before {
    content: "\f58c"
}

.ico-grip-horizontal:before {
    content: "\f58d"
}

.ico-grip-lines:before {
    content: "\f7a4"
}

.ico-grip-lines-vertical:before {
    content: "\f7a5"
}

.ico-grip-vertical:before {
    content: "\f58e"
}

.ico-gripfire:before {
    content: "\f3ac"
}

.ico-grunt:before {
    content: "\f3ad"
}

.ico-guilded:before {
    content: "\e07e"
}

.ico-guitar:before {
    content: "\f7a6"
}

.ico-gulp:before {
    content: "\f3ae"
}

.ico-h-square:before {
    content: "\f0fd"
}

.ico-hacker-news:before {
    content: "\f1d4"
}

.ico-hacker-news-square:before {
    content: "\f3af"
}

.ico-hackerrank:before {
    content: "\f5f7"
}

.ico-hamburger:before {
    content: "\f805"
}

.ico-hammer:before {
    content: "\f6e3"
}

.ico-hamsa:before {
    content: "\f665"
}

.ico-hand-holding:before {
    content: "\f4bd"
}

.ico-hand-holding-heart:before {
    content: "\f4be"
}

.ico-hand-holding-medical:before {
    content: "\e05c"
}

.ico-hand-holding-usd:before {
    content: "\f4c0"
}

.ico-hand-holding-water:before {
    content: "\f4c1"
}

.ico-hand-lizard:before {
    content: "\f258"
}

.ico-hand-middle-finger:before {
    content: "\f806"
}

.ico-hand-paper:before {
    content: "\f256"
}

.ico-hand-peace:before {
    content: "\f25b"
}

.ico-hand-point-down:before {
    content: "\f0a7"
}

.ico-hand-point-left:before {
    content: "\f0a5"
}

.ico-hand-point-right:before {
    content: "\f0a4"
}

.ico-hand-point-up:before {
    content: "\f0a6"
}

.ico-hand-pointer:before {
    content: "\f25a"
}

.ico-hand-rock:before {
    content: "\f255"
}

.ico-hand-scissors:before {
    content: "\f257"
}

.ico-hand-sparkles:before {
    content: "\e05d"
}

.ico-hand-spock:before {
    content: "\f259"
}

.ico-hands:before {
    content: "\f4c2"
}

.ico-hands-helping:before {
    content: "\f4c4"
}

.ico-hands-wash:before {
    content: "\e05e"
}

.ico-handshake:before {
    content: "\f2b5"
}

.ico-handshake-alt-slash:before {
    content: "\e05f"
}

.ico-handshake-slash:before {
    content: "\e060"
}

.ico-hanukiah:before {
    content: "\f6e6"
}

.ico-hard-hat:before {
    content: "\f807"
}

.ico-hashtag:before {
    content: "\f292"
}

.ico-hat-cowboy:before {
    content: "\f8c0"
}

.ico-hat-cowboy-side:before {
    content: "\f8c1"
}

.ico-hat-wizard:before {
    content: "\f6e8"
}

.ico-hdd:before {
    content: "\f0a0"
}

.ico-head-side-cough:before {
    content: "\e061"
}

.ico-head-side-cough-slash:before {
    content: "\e062"
}

.ico-head-side-mask:before {
    content: "\e063"
}

.ico-head-side-virus:before {
    content: "\e064"
}

.ico-heading:before {
    content: "\f1dc"
}

.ico-headphones:before {
    content: "\f025"
}

.ico-headphones-alt:before {
    content: "\f58f"
}

.ico-headset:before {
    content: "\f590"
}

.fa-heart:before,.ico-heart:before {
    content: "\f004"
}

.ico-heart-broken:before {
    content: "\f7a9"
}

.ico-heartbeat:before {
    content: "\f21e"
}

.ico-helicopter:before {
    content: "\f533"
}

.ico-highlighter:before {
    content: "\f591"
}

.ico-hiking:before {
    content: "\f6ec"
}

.ico-hippo:before {
    content: "\f6ed"
}

.ico-hips:before {
    content: "\f452"
}

.ico-hire-a-helper:before {
    content: "\f3b0"
}

.ico-history:before {
    content: "\f1da"
}

.ico-hive:before {
    content: "\e07f"
}

.ico-hockey-puck:before {
    content: "\f453"
}

.ico-holly-berry:before {
    content: "\f7aa"
}

.ico-home:before {
    content: "\f015"
}

.ico-hooli:before {
    content: "\f427"
}

.ico-hornbill:before {
    content: "\f592"
}

.ico-horse:before {
    content: "\f6f0"
}

.ico-horse-head:before {
    content: "\f7ab"
}

.ico-hospital:before {
    content: "\f0f8"
}

.ico-hospital-alt:before {
    content: "\f47d"
}

.ico-hospital-symbol:before {
    content: "\f47e"
}

.ico-hospital-user:before {
    content: "\f80d"
}

.ico-hot-tub:before {
    content: "\f593"
}

.ico-hotdog:before {
    content: "\f80f"
}

.ico-hotel:before {
    content: "\f594"
}

.ico-hotjar:before {
    content: "\f3b1"
}

.ico-hourglass:before {
    content: "\f254"
}

.ico-hourglass-end:before {
    content: "\f253"
}

.ico-hourglass-half:before {
    content: "\f252"
}

.ico-hourglass-start:before {
    content: "\f251"
}

.ico-house-damage:before {
    content: "\f6f1"
}

.ico-house-user:before {
    content: "\e065"
}

.ico-houzz:before {
    content: "\f27c"
}

.ico-hryvnia:before {
    content: "\f6f2"
}

.ico-html5:before {
    content: "\f13b"
}

.ico-hubspot:before {
    content: "\f3b2"
}

.ico-i-cursor:before {
    content: "\f246"
}

.ico-ice-cream:before {
    content: "\f810"
}

.ico-icicles:before {
    content: "\f7ad"
}

.ico-icons:before {
    content: "\f86d"
}

.ico-id-badge:before {
    content: "\f2c1"
}

.ico-id-card:before {
    content: "\f2c2"
}

.ico-id-card-alt:before {
    content: "\f47f"
}

.ico-ideal:before {
    content: "\e013"
}

.ico-igloo:before {
    content: "\f7ae"
}

.ico-image:before {
    content: "\f03e"
}

.ico-images:before {
    content: "\f302"
}

.ico-imdb:before {
    content: "\f2d8"
}

.ico-inbox:before {
    content: "\f01c"
}

.ico-indent:before {
    content: "\f03c"
}

.ico-industry:before {
    content: "\f275"
}

.ico-infinity:before {
    content: "\f534"
}

.ico-info:before {
    content: "\f129"
}

.ico-info-circle:before {
    content: "\f05a"
}

.ico-innosoft:before {
    content: "\e080"
}

.ico-instagram:before {
    content: "\f16d"
}

.ico-instagram-square:before {
    content: "\e055"
}

.ico-instalod:before {
    content: "\e081"
}

.ico-intercom:before {
    content: "\f7af"
}

.ico-internet-explorer:before {
    content: "\f26b"
}

.ico-invision:before {
    content: "\f7b0"
}

.ico-ioxhost:before {
    content: "\f208"
}

.ico-italic:before {
    content: "\f033"
}

.ico-itch-io:before {
    content: "\f83a"
}

.ico-itunes:before {
    content: "\f3b4"
}

.ico-itunes-note:before {
    content: "\f3b5"
}

.ico-java:before {
    content: "\f4e4"
}

.ico-jedi:before {
    content: "\f669"
}

.ico-jedi-order:before {
    content: "\f50e"
}

.ico-jenkins:before {
    content: "\f3b6"
}

.ico-jira:before {
    content: "\f7b1"
}

.ico-joget:before {
    content: "\f3b7"
}

.ico-joint:before {
    content: "\f595"
}

.ico-joomla:before {
    content: "\f1aa"
}

.ico-journal-whills:before {
    content: "\f66a"
}

.ico-js:before {
    content: "\f3b8"
}

.ico-js-square:before {
    content: "\f3b9"
}

.ico-jsfiddle:before {
    content: "\f1cc"
}

.ico-kaaba:before {
    content: "\f66b"
}

.ico-kaggle:before {
    content: "\f5fa"
}

.ico-key:before {
    content: "\f084"
}

.ico-keybase:before {
    content: "\f4f5"
}

.ico-keyboard:before {
    content: "\f11c"
}

.ico-keycdn:before {
    content: "\f3ba"
}

.ico-khanda:before {
    content: "\f66d"
}

.ico-kickstarter:before {
    content: "\f3bb"
}

.ico-kickstarter-k:before {
    content: "\f3bc"
}

.ico-kiss:before {
    content: "\f596"
}

.ico-kiss-beam:before {
    content: "\f597"
}

.ico-kiss-wink-heart:before {
    content: "\f598"
}

.ico-kiwi-bird:before {
    content: "\f535"
}

.ico-korvue:before {
    content: "\f42f"
}

.ico-landmark:before {
    content: "\f66f"
}

.ico-language:before {
    content: "\f1ab"
}

.ico-laptop:before {
    content: "\f109"
}

.ico-laptop-code:before {
    content: "\f5fc"
}

.ico-laptop-house:before {
    content: "\e066"
}

.ico-laptop-medical:before {
    content: "\f812"
}

.ico-laravel:before {
    content: "\f3bd"
}

.ico-lastfm:before {
    content: "\f202"
}

.ico-lastfm-square:before {
    content: "\f203"
}

.ico-laugh:before {
    content: "\f599"
}

.ico-laugh-beam:before {
    content: "\f59a"
}

.ico-laugh-squint:before {
    content: "\f59b"
}

.ico-laugh-wink:before {
    content: "\f59c"
}

.ico-layer-group:before {
    content: "\f5fd"
}

.ico-leaf:before {
    content: "\f06c"
}

.ico-leanpub:before {
    content: "\f212"
}

.ico-lemon:before {
    content: "\f094"
}

.ico-less:before {
    content: "\f41d"
}

.ico-less-than:before {
    content: "\f536"
}

.ico-less-than-equal:before {
    content: "\f537"
}

.ico-level-down-alt:before {
    content: "\f3be"
}

.ico-level-up-alt:before {
    content: "\f3bf"
}

.ico-life-ring:before {
    content: "\f1cd"
}

.ico-lightbulb:before {
    content: "\f0eb"
}

.ico-line:before {
    content: "\f3c0"
}

.ico-link:before {
    content: "\f0c1"
}

.ico-linkedin:before {
    content: "\f08c"
}

.ico-linkedin-in:before {
    content: "\f0e1"
}

.ico-linode:before {
    content: "\f2b8"
}

.ico-linux:before {
    content: "\f17c"
}

.ico-lira-sign:before {
    content: "\f195"
}

.ico-list:before {
    content: "\f03a"
}

.ico-list-alt:before {
    content: "\f022"
}

.ico-list-ol:before {
    content: "\f0cb"
}

.ico-list-ul:before {
    content: "\f0ca"
}

.ico-location-arrow:before {
    content: "\f124"
}

.fa-lock:before,.ico-lock:before {
    content: "\f023"
}

.ico-lock-open:before {
    content: "\f3c1"
}

.ico-long-arrow-alt-down:before {
    content: "\f309"
}

.ico-long-arrow-alt-left:before {
    content: "\f30a"
}

.ico-long-arrow-alt-right:before {
    content: "\f30b"
}

.ico-long-arrow-alt-up:before {
    content: "\f30c"
}

.ico-low-vision:before {
    content: "\f2a8"
}

.ico-luggage-cart:before {
    content: "\f59d"
}

.ico-lungs:before {
    content: "\f604"
}

.ico-lungs-virus:before {
    content: "\e067"
}

.ico-lyft:before {
    content: "\f3c3"
}

.ico-magento:before {
    content: "\f3c4"
}

.ico-magic:before {
    content: "\f0d0"
}

.ico-magnet:before {
    content: "\f076"
}

.ico-mail-bulk:before {
    content: "\f674"
}

.ico-mailchimp:before {
    content: "\f59e"
}

.ico-male:before {
    content: "\f183"
}

.ico-mandalorian:before {
    content: "\f50f"
}

.ico-map:before {
    content: "\f279"
}

.ico-map-marked:before {
    content: "\f59f"
}

.ico-map-marked-alt:before {
    content: "\f5a0"
}

.ico-map-marker:before {
    content: "\f041"
}

.ico-map-marker-alt:before {
    content: "\f3c5"
}

.ico-map-pin:before {
    content: "\f276"
}

.ico-map-signs:before {
    content: "\f277"
}

.ico-markdown:before {
    content: "\f60f"
}

.ico-marker:before {
    content: "\f5a1"
}

.ico-mars:before {
    content: "\f222"
}

.ico-mars-double:before {
    content: "\f227"
}

.ico-mars-stroke:before {
    content: "\f229"
}

.ico-mars-stroke-h:before {
    content: "\f22b"
}

.ico-mars-stroke-v:before {
    content: "\f22a"
}

.ico-mask:before {
    content: "\f6fa"
}

.ico-mastodon:before {
    content: "\f4f6"
}

.ico-maxcdn:before {
    content: "\f136"
}

.ico-mdb:before {
    content: "\f8ca"
}

.ico-medal:before {
    content: "\f5a2"
}

.ico-medapps:before {
    content: "\f3c6"
}

.ico-medium:before {
    content: "\f23a"
}

.ico-medium-m:before {
    content: "\f3c7"
}

.ico-medkit:before {
    content: "\f0fa"
}

.ico-medrt:before {
    content: "\f3c8"
}

.ico-meetup:before {
    content: "\f2e0"
}

.ico-megaport:before {
    content: "\f5a3"
}

.ico-meh:before {
    content: "\f11a"
}

.ico-meh-blank:before {
    content: "\f5a4"
}

.ico-meh-rolling-eyes:before {
    content: "\f5a5"
}

.ico-memory:before {
    content: "\f538"
}

.ico-mendeley:before {
    content: "\f7b3"
}

.ico-menorah:before {
    content: "\f676"
}

.ico-mercury:before {
    content: "\f223"
}

.ico-meteor:before {
    content: "\f753"
}

.ico-microblog:before {
    content: "\e01a"
}

.ico-microchip:before {
    content: "\f2db"
}

.ico-microphone:before {
    content: "\f130"
}

.ico-microphone-alt:before {
    content: "\f3c9"
}

.ico-microphone-alt-slash:before {
    content: "\f539"
}

.ico-microphone-slash:before {
    content: "\f131"
}

.ico-microscope:before {
    content: "\f610"
}

.ico-microsoft:before {
    content: "\f3ca"
}

.ico-minus:before {
    content: "\f068"
}

.ico-minus-circle:before {
    content: "\f056"
}

.ico-minus-square:before {
    content: "\f146"
}

.ico-mitten:before {
    content: "\f7b5"
}

.ico-mix:before {
    content: "\f3cb"
}

.ico-mixcloud:before {
    content: "\f289"
}

.ico-mixer:before {
    content: "\e056"
}

.ico-mizuni:before {
    content: "\f3cc"
}

.ico-mobile:before {
    content: "\f10b"
}

.ico-mobile-alt:before {
    content: "\f3cd"
}

.ico-modx:before {
    content: "\f285"
}

.ico-monero:before {
    content: "\f3d0"
}

.ico-money-bill:before {
    content: "\f0d6"
}

.ico-money-bill-alt:before {
    content: "\f3d1"
}

.ico-money-bill-wave:before {
    content: "\f53a"
}

.ico-money-bill-wave-alt:before {
    content: "\f53b"
}

.ico-money-check:before {
    content: "\f53c"
}

.ico-money-check-alt:before {
    content: "\f53d"
}

.ico-monument:before {
    content: "\f5a6"
}

.ico-moon:before {
    content: "\f186"
}

.ico-mortar-pestle:before {
    content: "\f5a7"
}

.ico-mosque:before {
    content: "\f678"
}

.ico-motorcycle:before {
    content: "\f21c"
}

.ico-mountain:before {
    content: "\f6fc"
}

.ico-mouse:before {
    content: "\f8cc"
}

.ico-mouse-pointer:before {
    content: "\f245"
}

.ico-mug-hot:before {
    content: "\f7b6"
}

.ico-music:before {
    content: "\f001"
}

.ico-napster:before {
    content: "\f3d2"
}

.ico-neos:before {
    content: "\f612"
}

.ico-network-wired:before {
    content: "\f6ff"
}

.ico-neuter:before {
    content: "\f22c"
}

.ico-newspaper:before {
    content: "\f1ea"
}

.ico-nimblr:before {
    content: "\f5a8"
}

.ico-node:before {
    content: "\f419"
}

.ico-node-js:before {
    content: "\f3d3"
}

.ico-not-equal:before {
    content: "\f53e"
}

.ico-notes-medical:before {
    content: "\f481"
}

.ico-npm:before {
    content: "\f3d4"
}

.ico-ns8:before {
    content: "\f3d5"
}

.ico-nutritionix:before {
    content: "\f3d6"
}

.ico-object-group:before {
    content: "\f247"
}

.ico-object-ungroup:before {
    content: "\f248"
}

.ico-octopus-deploy:before {
    content: "\e082"
}

.ico-odnoklassniki:before {
    content: "\f263"
}

.ico-odnoklassniki-square:before {
    content: "\f264"
}

.ico-oil-can:before {
    content: "\f613"
}

.ico-old-republic:before {
    content: "\f510"
}

.ico-om:before {
    content: "\f679"
}

.ico-opencart:before {
    content: "\f23d"
}

.ico-openid:before {
    content: "\f19b"
}

.ico-opera:before {
    content: "\f26a"
}

.ico-optin-monster:before {
    content: "\f23c"
}

.ico-orcid:before {
    content: "\f8d2"
}

.ico-osi:before {
    content: "\f41a"
}

.ico-otter:before {
    content: "\f700"
}

.ico-outdent:before {
    content: "\f03b"
}

.ico-page4:before {
    content: "\f3d7"
}

.ico-pagelines:before {
    content: "\f18c"
}

.ico-pager:before {
    content: "\f815"
}

.ico-paint-brush:before {
    content: "\f1fc"
}

.ico-paint-roller:before {
    content: "\f5aa"
}

.ico-palette:before {
    content: "\f53f"
}

.ico-palfed:before {
    content: "\f3d8"
}

.ico-pallet:before {
    content: "\f482"
}

.ico-paper-plane:before {
    content: "\f1d8"
}

.ico-paperclip:before {
    content: "\f0c6"
}

.ico-parachute-box:before {
    content: "\f4cd"
}

.ico-paragraph:before {
    content: "\f1dd"
}

.ico-parking:before {
    content: "\f540"
}

.ico-passport:before {
    content: "\f5ab"
}

.ico-pastafarianism:before {
    content: "\f67b"
}

.ico-paste:before {
    content: "\f0ea"
}

.ico-patreon:before {
    content: "\f3d9"
}

.ico-pause:before {
    content: "\f04c"
}

.ico-pause-circle:before {
    content: "\f28b"
}

.ico-paw:before {
    content: "\f1b0"
}

.ico-paypal:before {
    content: "\f1ed"
}

.ico-peace:before {
    content: "\f67c"
}

.ico-pen:before {
    content: "\f304"
}

.ico-pen-alt:before {
    content: "\f305"
}

.ico-pen-fancy:before {
    content: "\f5ac"
}

.ico-pen-nib:before {
    content: "\f5ad"
}

.ico-pen-square:before {
    content: "\f14b"
}

.ico-pencil-alt:before {
    content: "\f303"
}

.ico-pencil-ruler:before {
    content: "\f5ae"
}

.ico-penny-arcade:before {
    content: "\f704"
}

.ico-people-arrows:before {
    content: "\e068"
}

.ico-people-carry:before {
    content: "\f4ce"
}

.ico-pepper-hot:before {
    content: "\f816"
}

.ico-perbyte:before {
    content: "\e083"
}

.ico-percent:before {
    content: "\f295"
}

.ico-percentage:before {
    content: "\f541"
}

.ico-periscope:before {
    content: "\f3da"
}

.ico-person-booth:before {
    content: "\f756"
}

.ico-phabricator:before {
    content: "\f3db"
}

.ico-phoenix-framework:before {
    content: "\f3dc"
}

.ico-phoenix-squadron:before {
    content: "\f511"
}

.ico-phone:before {
    content: "\f095"
}

.ico-phone-alt:before {
    content: "\f879"
}

.ico-phone-slash:before {
    content: "\f3dd"
}

.ico-phone-square:before {
    content: "\f098"
}

.ico-phone-square-alt:before {
    content: "\f87b"
}

.ico-phone-volume:before {
    content: "\f2a0"
}

.ico-photo-video:before {
    content: "\f87c"
}

.ico-php:before {
    content: "\f457"
}

.ico-pied-piper:before {
    content: "\f2ae"
}

.ico-pied-piper-alt:before {
    content: "\f1a8"
}

.ico-pied-piper-hat:before {
    content: "\f4e5"
}

.ico-pied-piper-pp:before {
    content: "\f1a7"
}

.ico-pied-piper-square:before {
    content: "\e01e"
}

.ico-piggy-bank:before {
    content: "\f4d3"
}

.ico-pills:before {
    content: "\f484"
}

.ico-pinterest:before {
    content: "\f0d2"
}

.ico-pinterest-p:before {
    content: "\f231"
}

.ico-pinterest-square:before {
    content: "\f0d3"
}

.ico-pizza-slice:before {
    content: "\f818"
}

.ico-place-of-worship:before {
    content: "\f67f"
}

.ico-plane:before {
    content: "\f072"
}

.ico-plane-arrival:before {
    content: "\f5af"
}

.ico-plane-departure:before {
    content: "\f5b0"
}

.ico-plane-slash:before {
    content: "\e069"
}

.ico-play:before {
    content: "\f04b"
}

.ico-play-circle:before {
    content: "\f144"
}

.ico-playstation:before {
    content: "\f3df"
}

.ico-plug:before {
    content: "\f1e6"
}

.ico-plus:before {
    content: "\f067"
}

.ico-plus-circle:before {
    content: "\f055"
}

.ico-plus-square:before {
    content: "\f0fe"
}

.ico-podcast:before {
    content: "\f2ce"
}

.ico-poll:before {
    content: "\f681"
}

.ico-poll-h:before {
    content: "\f682"
}

.ico-poo:before {
    content: "\f2fe"
}

.ico-poo-storm:before {
    content: "\f75a"
}

.ico-poop:before {
    content: "\f619"
}

.ico-portrait:before {
    content: "\f3e0"
}

.ico-pound-sign:before {
    content: "\f154"
}

.ico-power-off:before {
    content: "\f011"
}

.ico-pray:before {
    content: "\f683"
}

.ico-praying-hands:before {
    content: "\f684"
}

.ico-prescription:before {
    content: "\f5b1"
}

.ico-prescription-bottle:before {
    content: "\f485"
}

.ico-prescription-bottle-alt:before {
    content: "\f486"
}

.ico-print:before {
    content: "\f02f"
}

.ico-procedures:before {
    content: "\f487"
}

.ico-product-hunt:before {
    content: "\f288"
}

.ico-project-diagram:before {
    content: "\f542"
}

.ico-pump-medical:before {
    content: "\e06a"
}

.ico-pump-soap:before {
    content: "\e06b"
}

.ico-pushed:before {
    content: "\f3e1"
}

.ico-puzzle-piece:before {
    content: "\f12e"
}

.ico-python:before {
    content: "\f3e2"
}

.ico-qq:before {
    content: "\f1d6"
}

.ico-qrcode:before {
    content: "\f029"
}

.ico-question:before {
    content: "\f128"
}

.ico-question-circle:before {
    content: "\f059"
}

.ico-quidditch:before {
    content: "\f458"
}

.ico-quinscape:before {
    content: "\f459"
}

.ico-quora:before {
    content: "\f2c4"
}

.ico-quote-left:before {
    content: "\f10d"
}

.ico-quote-right:before {
    content: "\f10e"
}

.ico-quran:before {
    content: "\f687"
}

.ico-r-project:before {
    content: "\f4f7"
}

.ico-radiation:before {
    content: "\f7b9"
}

.ico-radiation-alt:before {
    content: "\f7ba"
}

.ico-rainbow:before {
    content: "\f75b"
}

.ico-random:before {
    content: "\f074"
}

.ico-raspberry-pi:before {
    content: "\f7bb"
}

.ico-ravelry:before {
    content: "\f2d9"
}

.ico-react:before {
    content: "\f41b"
}

.ico-reacteurope:before {
    content: "\f75d"
}

.ico-readme:before {
    content: "\f4d5"
}

.ico-rebel:before {
    content: "\f1d0"
}

.ico-receipt:before {
    content: "\f543"
}

.ico-record-vinyl:before {
    content: "\f8d9"
}

.ico-recycle:before {
    content: "\f1b8"
}

.ico-red-river:before {
    content: "\f3e3"
}

.ico-reddit:before {
    content: "\f1a1"
}

.ico-reddit-alien:before {
    content: "\f281"
}

.ico-reddit-square:before {
    content: "\f1a2"
}

.ico-redhat:before {
    content: "\f7bc"
}

.ico-redo:before {
    content: "\f01e"
}

.ico-redo-alt:before {
    content: "\f2f9"
}

.ico-registered:before {
    content: "\f25d"
}

.ico-remove-format:before {
    content: "\f87d"
}

.ico-renren:before {
    content: "\f18b"
}

.ico-reply:before {
    content: "\f3e5"
}

.ico-reply-all:before {
    content: "\f122"
}

.ico-replyd:before {
    content: "\f3e6"
}

.ico-republican:before {
    content: "\f75e"
}

.ico-researchgate:before {
    content: "\f4f8"
}

.ico-resolving:before {
    content: "\f3e7"
}

.ico-restroom:before {
    content: "\f7bd"
}

.ico-reply:before,.ico-retweet:before {
    content: "\f079"
}

.ico-rev:before {
    content: "\f5b2"
}

.ico-ribbon:before {
    content: "\f4d6"
}

.ico-ring:before {
    content: "\f70b"
}

.ico-road:before {
    content: "\f018"
}

.ico-robot:before {
    content: "\f544"
}

.ico-rocket:before {
    content: "\f135"
}

.ico-rocketchat:before {
    content: "\f3e8"
}

.ico-rockrms:before {
    content: "\f3e9"
}

.ico-route:before {
    content: "\f4d7"
}

.ico-rss:before {
    content: "\f09e"
}

.ico-rss-square:before {
    content: "\f143"
}

.ico-ruble-sign:before {
    content: "\f158"
}

.ico-ruler:before {
    content: "\f545"
}

.ico-ruler-combined:before {
    content: "\f546"
}

.ico-ruler-horizontal:before {
    content: "\f547"
}

.ico-ruler-vertical:before {
    content: "\f548"
}

.ico-running:before {
    content: "\f70c"
}

.ico-rupee-sign:before {
    content: "\f156"
}

.ico-rust:before {
    content: "\e07a"
}

.ico-sad-cry:before {
    content: "\f5b3"
}

.ico-sad-tear:before {
    content: "\f5b4"
}

.ico-safari:before {
    content: "\f267"
}

.ico-salesforce:before {
    content: "\f83b"
}

.ico-sass:before {
    content: "\f41e"
}

.ico-satellite:before {
    content: "\f7bf"
}

.ico-satellite-dish:before {
    content: "\f7c0"
}

.ico-save:before {
    content: "\f0c7"
}

.ico-schlix:before {
    content: "\f3ea"
}

.ico-school:before {
    content: "\f549"
}

.ico-screwdriver:before {
    content: "\f54a"
}

.ico-scribd:before {
    content: "\f28a"
}

.ico-scroll:before {
    content: "\f70e"
}

.ico-sd-card:before {
    content: "\f7c2"
}

.ico-search:before {
    content: "\f002"
}

.ico-search-dollar:before {
    content: "\f688"
}

.ico-search-location:before {
    content: "\f689"
}

.ico-search-minus:before {
    content: "\f010"
}

.ico-search-plus:before {
    content: "\f00e"
}

.ico-searchengin:before {
    content: "\f3eb"
}

.ico-seedling:before {
    content: "\f4d8"
}

.ico-sellcast:before {
    content: "\f2da"
}

.ico-sellsy:before {
    content: "\f213"
}

.ico-server:before {
    content: "\f233"
}

.ico-servicestack:before {
    content: "\f3ec"
}

.ico-shapes:before {
    content: "\f61f"
}

.ico-share:before {
    content: "\f064"
}

.ico-share-alt:before {
    content: "\f1e0"
}

.ico-share-alt-square:before {
    content: "\f1e1"
}

.ico-share-square:before {
    content: "\f14d"
}

.ico-shekel-sign:before {
    content: "\f20b"
}

.ico-shield-alt:before {
    content: "\f3ed"
}

.ico-shield-virus:before {
    content: "\e06c"
}

.ico-ship:before {
    content: "\f21a"
}

.ico-shipping-fast:before {
    content: "\f48b"
}

.ico-shirtsinbulk:before {
    content: "\f214"
}

.ico-shoe-prints:before {
    content: "\f54b"
}

.ico-shopify:before {
    content: "\e057"
}

.ico-shopping-bag:before {
    content: "\f290"
}

.ico-shopping-basket:before {
    content: "\f291"
}

.ico-shopping-cart:before {
    content: "\f07a"
}

.ico-shopware:before {
    content: "\f5b5"
}

.ico-shower:before {
    content: "\f2cc"
}

.ico-shuttle-van:before {
    content: "\f5b6"
}

.ico-sign:before {
    content: "\f4d9"
}

.ico-sign-in-alt:before {
    content: "\f2f6"
}

.ico-sign-language:before {
    content: "\f2a7"
}

.ico-sign-out-alt:before {
    content: "\f2f5"
}

.ico-signal:before {
    content: "\f012"
}

.ico-signature:before {
    content: "\f5b7"
}

.ico-sim-card:before {
    content: "\f7c4"
}

.ico-simplybuilt:before {
    content: "\f215"
}

.ico-sink:before {
    content: "\e06d"
}

.ico-sistrix:before {
    content: "\f3ee"
}

.ico-sitemap:before {
    content: "\f0e8"
}

.ico-sith:before {
    content: "\f512"
}

.ico-skating:before {
    content: "\f7c5"
}

.ico-sketch:before {
    content: "\f7c6"
}

.ico-skiing:before {
    content: "\f7c9"
}

.ico-skiing-nordic:before {
    content: "\f7ca"
}

.ico-skull:before {
    content: "\f54c"
}

.ico-skull-crossbones:before {
    content: "\f714"
}

.ico-skyatlas:before {
    content: "\f216"
}

.ico-skype:before {
    content: "\f17e"
}

.ico-slack:before {
    content: "\f198"
}

.ico-slack-hash:before {
    content: "\f3ef"
}

.ico-slash:before {
    content: "\f715"
}

.ico-sleigh:before {
    content: "\f7cc"
}

.ico-sliders-h:before {
    content: "\f1de"
}

.ico-slideshare:before {
    content: "\f1e7"
}

.ico-smile:before {
    content: "\f118"
}

.ico-smile-beam:before {
    content: "\f5b8"
}

.ico-smile-wink:before {
    content: "\f4da"
}

.ico-smog:before {
    content: "\f75f"
}

.ico-smoking:before {
    content: "\f48d"
}

.ico-smoking-ban:before {
    content: "\f54d"
}

.ico-sms:before {
    content: "\f7cd"
}

.ico-snapchat:before {
    content: "\f2ab"
}

.ico-snapchat-ghost:before {
    content: "\f2ac"
}

.ico-snapchat-square:before {
    content: "\f2ad"
}

.ico-snowboarding:before {
    content: "\f7ce"
}

.ico-snowflake:before {
    content: "\f2dc"
}

.ico-snowman:before {
    content: "\f7d0"
}

.ico-snowplow:before {
    content: "\f7d2"
}

.ico-soap:before {
    content: "\e06e"
}

.ico-socks:before {
    content: "\f696"
}

.ico-solar-panel:before {
    content: "\f5ba"
}

.ico-sort:before {
    content: "\f0dc"
}

.ico-sort-alpha-down:before {
    content: "\f15d"
}

.ico-sort-alpha-down-alt:before {
    content: "\f881"
}

.ico-sort-alpha-up:before {
    content: "\f15e"
}

.ico-sort-alpha-up-alt:before {
    content: "\f882"
}

.ico-sort-amount-down:before {
    content: "\f160"
}

.ico-sort-amount-down-alt:before {
    content: "\f884"
}

.ico-sort-amount-up:before {
    content: "\f161"
}

.ico-sort-amount-up-alt:before {
    content: "\f885"
}

.ico-sort-down:before {
    content: "\f0dd"
}

.ico-sort-numeric-down:before {
    content: "\f162"
}

.ico-sort-numeric-down-alt:before {
    content: "\f886"
}

.ico-sort-numeric-up:before {
    content: "\f163"
}

.ico-sort-numeric-up-alt:before {
    content: "\f887"
}

.ico-sort-up:before {
    content: "\f0de"
}

.ico-soundcloud:before {
    content: "\f1be"
}

.ico-sourcetree:before {
    content: "\f7d3"
}

.ico-spa:before {
    content: "\f5bb"
}

.ico-space-shuttle:before {
    content: "\f197"
}

.ico-speakap:before {
    content: "\f3f3"
}

.ico-speaker-deck:before {
    content: "\f83c"
}

.ico-spell-check:before {
    content: "\f891"
}

.ico-spider:before {
    content: "\f717"
}

.fa-spinner:before,.ico-spinner:before {
    content: "\f110"
}

.ico-splotch:before {
    content: "\f5bc"
}

.ico-spotify:before {
    content: "\f1bc"
}

.ico-spray-can:before {
    content: "\f5bd"
}

.ico-square:before {
    content: "\f0c8"
}

.ico-square-full:before {
    content: "\f45c"
}

.ico-square-root-alt:before {
    content: "\f698"
}

.ico-squarespace:before {
    content: "\f5be"
}

.ico-stack-exchange:before {
    content: "\f18d"
}

.ico-stack-overflow:before {
    content: "\f16c"
}

.ico-stackpath:before {
    content: "\f842"
}

.ico-stamp:before {
    content: "\f5bf"
}

.ico-star:before {
    content: "\f005"
}

.ico-star-and-crescent:before {
    content: "\f699"
}

.ico-star-half:before {
    content: "\f089"
}

.ico-star-half-alt:before {
    content: "\f5c0"
}

.ico-star-of-david:before {
    content: "\f69a"
}

.ico-star-of-life:before {
    content: "\f621"
}

.ico-staylinked:before {
    content: "\f3f5"
}

.ico-steam:before {
    content: "\f1b6"
}

.ico-steam-square:before {
    content: "\f1b7"
}

.ico-steam-symbol:before {
    content: "\f3f6"
}

.ico-step-backward:before {
    content: "\f048"
}

.ico-step-forward:before {
    content: "\f051"
}

.ico-stethoscope:before {
    content: "\f0f1"
}

.ico-sticker-mule:before {
    content: "\f3f7"
}

.ico-sticky-note:before {
    content: "\f249"
}

.ico-stop:before {
    content: "\f04d"
}

.ico-stop-circle:before {
    content: "\f28d"
}

.ico-stopwatch:before {
    content: "\f2f2"
}

.ico-stopwatch-20:before {
    content: "\e06f"
}

.ico-store:before {
    content: "\f54e"
}

.ico-store-alt:before {
    content: "\f54f"
}

.ico-store-alt-slash:before {
    content: "\e070"
}

.ico-store-slash:before {
    content: "\e071"
}

.ico-strava:before {
    content: "\f428"
}

.ico-stream:before {
    content: "\f550"
}

.ico-street-view:before {
    content: "\f21d"
}

.ico-strikethrough:before {
    content: "\f0cc"
}

.ico-stripe:before {
    content: "\f429"
}

.ico-stripe-s:before {
    content: "\f42a"
}

.ico-stroopwafel:before {
    content: "\f551"
}

.ico-studiovinari:before {
    content: "\f3f8"
}

.ico-stumbleupon:before {
    content: "\f1a4"
}

.ico-stumbleupon-circle:before {
    content: "\f1a3"
}

.ico-subscript:before {
    content: "\f12c"
}

.ico-subway:before {
    content: "\f239"
}

.ico-suitcase:before {
    content: "\f0f2"
}

.ico-suitcase-rolling:before {
    content: "\f5c1"
}

.ico-sun:before {
    content: "\f185"
}

.ico-superpowers:before {
    content: "\f2dd"
}

.ico-superscript:before {
    content: "\f12b"
}

.ico-supple:before {
    content: "\f3f9"
}

.ico-surprise:before {
    content: "\f5c2"
}

.ico-suse:before {
    content: "\f7d6"
}

.ico-swatchbook:before {
    content: "\f5c3"
}

.ico-swift:before {
    content: "\f8e1"
}

.ico-swimmer:before {
    content: "\f5c4"
}

.ico-swimming-pool:before {
    content: "\f5c5"
}

.ico-symfony:before {
    content: "\f83d"
}

.ico-synagogue:before {
    content: "\f69b"
}

.ico-sync:before {
    content: "\f021"
}

.ico-sync-alt:before {
    content: "\f2f1"
}

.ico-syringe:before {
    content: "\f48e"
}

.ico-table:before {
    content: "\f0ce"
}

.ico-table-tennis:before {
    content: "\f45d"
}

.ico-tablet:before {
    content: "\f10a"
}

.ico-tablet-alt:before {
    content: "\f3fa"
}

.ico-tablets:before {
    content: "\f490"
}

.ico-tachometer-alt:before {
    content: "\f3fd"
}

.ico-tag:before {
    content: "\f02b"
}

.ico-tags:before {
    content: "\f02c"
}

.ico-tape:before {
    content: "\f4db"
}

.ico-tasks:before {
    content: "\f0ae"
}

.ico-taxi:before {
    content: "\f1ba"
}

.ico-teamspeak:before {
    content: "\f4f9"
}

.ico-teeth:before {
    content: "\f62e"
}

.ico-teeth-open:before {
    content: "\f62f"
}

.ico-telegram:before {
    content: "\f2c6"
}

.ico-telegram-plane:before {
    content: "\f3fe"
}

.ico-temperature-high:before {
    content: "\f769"
}

.ico-temperature-low:before {
    content: "\f76b"
}

.ico-tencent-weibo:before {
    content: "\f1d5"
}

.ico-tenge:before {
    content: "\f7d7"
}

.ico-terminal:before {
    content: "\f120"
}

.ico-text-height:before {
    content: "\f034"
}

.ico-text-width:before {
    content: "\f035"
}

.ico-th:before {
    content: "\f00a"
}

.ico-th-large:before {
    content: "\f009"
}

.ico-th-list:before {
    content: "\f00b"
}

.ico-the-red-yeti:before {
    content: "\f69d"
}

.ico-theater-masks:before {
    content: "\f630"
}

.ico-themeco:before {
    content: "\f5c6"
}

.ico-themeisle:before {
    content: "\f2b2"
}

.ico-thermometer:before {
    content: "\f491"
}

.ico-thermometer-empty:before {
    content: "\f2cb"
}

.ico-thermometer-full:before {
    content: "\f2c7"
}

.ico-thermometer-half:before {
    content: "\f2c9"
}

.ico-thermometer-quarter:before {
    content: "\f2ca"
}

.ico-thermometer-three-quarters:before {
    content: "\f2c8"
}

.ico-think-peaks:before {
    content: "\f731"
}

.ico-thumbs-down:before {
    content: "\f165"
}

.ico-thumbs-up:before {
    content: "\f164"
}

.ico-thumbtack:before {
    content: "\f08d"
}

.ico-ticket-alt:before {
    content: "\f3ff"
}

.ico-tiktok:before {
    content: "\e07b"
}

.ico-times:before {
    content: "\f00d"
}

.fa-times-circle:before,.ico-times-circle:before {
    content: "\f057"
}

.ico-tint:before {
    content: "\f043"
}

.ico-tint-slash:before {
    content: "\f5c7"
}

.ico-tired:before {
    content: "\f5c8"
}

.ico-toggle-off:before {
    content: "\f204"
}

.ico-toggle-on:before {
    content: "\f205"
}

.ico-toilet:before {
    content: "\f7d8"
}

.ico-toilet-paper:before {
    content: "\f71e"
}

.ico-toilet-paper-slash:before {
    content: "\e072"
}

.ico-toolbox:before {
    content: "\f552"
}

.ico-tools:before {
    content: "\f7d9"
}

.ico-tooth:before {
    content: "\f5c9"
}

.ico-torah:before {
    content: "\f6a0"
}

.ico-torii-gate:before {
    content: "\f6a1"
}

.ico-tractor:before {
    content: "\f722"
}

.ico-trade-federation:before {
    content: "\f513"
}

.ico-trademark:before {
    content: "\f25c"
}

.ico-traffic-light:before {
    content: "\f637"
}

.ico-trailer:before {
    content: "\e041"
}

.ico-train:before {
    content: "\f238"
}

.ico-tram:before {
    content: "\f7da"
}

.ico-transgender:before {
    content: "\f224"
}

.ico-transgender-alt:before {
    content: "\f225"
}

.ico-trash:before {
    content: "\f1f8"
}

.ico-trash-alt:before {
    content: "\f2ed"
}

.ico-trash-restore:before {
    content: "\f829"
}

.ico-trash-restore-alt:before {
    content: "\f82a"
}

.ico-tree:before {
    content: "\f1bb"
}

.ico-trello:before {
    content: "\f181"
}

.ico-tripadvisor:before {
    content: "\f262"
}

.ico-trophy:before {
    content: "\f091"
}

.ico-truck:before {
    content: "\f0d1"
}

.ico-truck-loading:before {
    content: "\f4de"
}

.ico-truck-monster:before {
    content: "\f63b"
}

.ico-truck-moving:before {
    content: "\f4df"
}

.ico-truck-pickup:before {
    content: "\f63c"
}

.ico-tshirt:before {
    content: "\f553"
}

.ico-tty:before {
    content: "\f1e4"
}

.ico-tumblr:before {
    content: "\f173"
}

.ico-tumblr-square:before {
    content: "\f174"
}

.ico-tv:before {
    content: "\f26c"
}

.ico-twitch:before {
    content: "\f1e8"
}

.ico-twitter:before {
    content: "\f099"
}

.ico-twitter-square:before {
    content: "\f081"
}

.ico-typo3:before {
    content: "\f42b"
}

.ico-uber:before {
    content: "\f402"
}

.ico-ubuntu:before {
    content: "\f7df"
}

.ico-uikit:before {
    content: "\f403"
}

.ico-umbraco:before {
    content: "\f8e8"
}

.ico-umbrella:before {
    content: "\f0e9"
}

.ico-umbrella-beach:before {
    content: "\f5ca"
}

.ico-uncharted:before {
    content: "\e084"
}

.ico-underline:before {
    content: "\f0cd"
}

.ico-undo:before {
    content: "\f0e2"
}

.ico-undo-alt:before {
    content: "\f2ea"
}

.ico-uniregistry:before {
    content: "\f404"
}

.ico-unity:before {
    content: "\e049"
}

.ico-universal-access:before {
    content: "\f29a"
}

.ico-university:before {
    content: "\f19c"
}

.ico-unlink:before {
    content: "\f127"
}

.ico-unlock:before {
    content: "\f09c"
}

.ico-unlock-alt:before {
    content: "\f13e"
}

.ico-unsplash:before {
    content: "\e07c"
}

.ico-untappd:before {
    content: "\f405"
}

.ico-upload:before {
    content: "\f093"
}

.ico-ups:before {
    content: "\f7e0"
}

.ico-usb:before {
    content: "\f287"
}

.ico-user:before {
    content: "\f007"
}

.ico-user-alt:before {
    content: "\f406"
}

.ico-user-alt-slash:before {
    content: "\f4fa"
}

.ico-user-astronaut:before {
    content: "\f4fb"
}

.ico-user-check:before {
    content: "\f4fc"
}

.ico-user-circle:before {
    content: "\f2bd"
}

.ico-user-clock:before {
    content: "\f4fd"
}

.ico-user-cog:before {
    content: "\f4fe"
}

.ico-user-edit:before {
    content: "\f4ff"
}

.ico-user-friends:before {
    content: "\f500"
}

.ico-user-graduate:before {
    content: "\f501"
}

.ico-user-injured:before {
    content: "\f728"
}

.ico-user-lock:before {
    content: "\f502"
}

.ico-user-md:before {
    content: "\f0f0"
}

.ico-user-minus:before {
    content: "\f503"
}

.ico-user-ninja:before {
    content: "\f504"
}

.ico-user-nurse:before {
    content: "\f82f"
}

.ico-user-plus:before {
    content: "\f234"
}

.ico-user-secret:before {
    content: "\f21b"
}

.ico-user-shield:before {
    content: "\f505"
}

.ico-user-slash:before {
    content: "\f506"
}

.ico-user-tag:before {
    content: "\f507"
}

.ico-user-tie:before {
    content: "\f508"
}

.ico-user-times:before {
    content: "\f235"
}

.ico-users:before {
    content: "\f0c0"
}

.ico-users-cog:before {
    content: "\f509"
}

.ico-users-slash:before {
    content: "\e073"
}

.ico-usps:before {
    content: "\f7e1"
}

.ico-ussunnah:before {
    content: "\f407"
}

.ico-utensil-spoon:before {
    content: "\f2e5"
}

.ico-utensils:before {
    content: "\f2e7"
}

.ico-vaadin:before {
    content: "\f408"
}

.ico-vector-square:before {
    content: "\f5cb"
}

.ico-venus:before {
    content: "\f221"
}

.ico-venus-double:before {
    content: "\f226"
}

.ico-venus-mars:before {
    content: "\f228"
}

.ico-vest:before {
    content: "\e085"
}

.ico-vest-patches:before {
    content: "\e086"
}

.ico-viacoin:before {
    content: "\f237"
}

.ico-viadeo:before {
    content: "\f2a9"
}

.ico-viadeo-square:before {
    content: "\f2aa"
}

.ico-vial:before {
    content: "\f492"
}

.ico-vials:before {
    content: "\f493"
}

.ico-viber:before {
    content: "\f409"
}

.ico-video:before {
    content: "\f03d"
}

.ico-video-slash:before {
    content: "\f4e2"
}

.ico-vihara:before {
    content: "\f6a7"
}

.ico-vimeo:before {
    content: "\f40a"
}

.ico-vimeo-square:before {
    content: "\f194"
}

.ico-vimeo-v:before {
    content: "\f27d"
}

.ico-vine:before {
    content: "\f1ca"
}

.ico-virus:before {
    content: "\e074"
}

.ico-virus-slash:before {
    content: "\e075"
}

.ico-viruses:before {
    content: "\e076"
}

.ico-vk:before {
    content: "\f189"
}

.ico-vnv:before {
    content: "\f40b"
}

.ico-voicemail:before {
    content: "\f897"
}

.ico-volleyball-ball:before {
    content: "\f45f"
}

.ico-volume-down:before {
    content: "\f027"
}

.ico-volume-mute:before {
    content: "\f6a9"
}

.ico-volume-off:before {
    content: "\f026"
}

.ico-volume-up:before {
    content: "\f028"
}

.ico-vote-yea:before {
    content: "\f772"
}

.ico-vr-cardboard:before {
    content: "\f729"
}

.ico-vuejs:before {
    content: "\f41f"
}

.ico-walking:before {
    content: "\f554"
}

.ico-wallet:before {
    content: "\f555"
}

.ico-warehouse:before {
    content: "\f494"
}

.ico-watchman-monitoring:before {
    content: "\e087"
}

.ico-water:before {
    content: "\f773"
}

.ico-wave-square:before {
    content: "\f83e"
}

.ico-waze:before {
    content: "\f83f"
}

.ico-weebly:before {
    content: "\f5cc"
}

.ico-weibo:before {
    content: "\f18a"
}

.ico-weight:before {
    content: "\f496"
}

.ico-weight-hanging:before {
    content: "\f5cd"
}

.ico-weixin:before {
    content: "\f1d7"
}

.ico-whatsapp:before {
    content: "\f232"
}

.ico-whatsapp-square:before {
    content: "\f40c"
}

.ico-wheelchair:before {
    content: "\f193"
}

.ico-whmcs:before {
    content: "\f40d"
}

.ico-wifi:before {
    content: "\f1eb"
}

.ico-wikipedia-w:before {
    content: "\f266"
}

.ico-wind:before {
    content: "\f72e"
}

.ico-window-close:before {
    content: "\f410"
}

.ico-window-maximize:before {
    content: "\f2d0"
}

.ico-window-minimize:before {
    content: "\f2d1"
}

.ico-window-restore:before {
    content: "\f2d2"
}

.ico-windows:before {
    content: "\f17a"
}

.ico-wine-bottle:before {
    content: "\f72f"
}

.ico-wine-glass:before {
    content: "\f4e3"
}

.ico-wine-glass-alt:before {
    content: "\f5ce"
}

.ico-wix:before {
    content: "\f5cf"
}

.ico-wizards-of-the-coast:before {
    content: "\f730"
}

.ico-wodu:before {
    content: "\e088"
}

.ico-wolf-pack-battalion:before {
    content: "\f514"
}

.ico-won-sign:before {
    content: "\f159"
}

.ico-wordpress:before {
    content: "\f19a"
}

.ico-wordpress-simple:before {
    content: "\f411"
}

.ico-wpbeginner:before {
    content: "\f297"
}

.ico-wpexplorer:before {
    content: "\f2de"
}

.ico-wpforms:before {
    content: "\f298"
}

.ico-wpressr:before {
    content: "\f3e4"
}

.ico-wrench:before {
    content: "\f0ad"
}

.ico-x-ray:before {
    content: "\f497"
}

.ico-xbox:before {
    content: "\f412"
}

.ico-xing:before {
    content: "\f168"
}

.ico-xing-square:before {
    content: "\f169"
}

.ico-y-combinator:before {
    content: "\f23b"
}

.ico-yahoo:before {
    content: "\f19e"
}

.ico-yammer:before {
    content: "\f840"
}

.ico-yandex:before {
    content: "\f413"
}

.ico-yandex-international:before {
    content: "\f414"
}

.ico-yarn:before {
    content: "\f7e3"
}

.ico-yelp:before {
    content: "\f1e9"
}

.ico-yen-sign:before {
    content: "\f157"
}

.ico-yin-yang:before {
    content: "\f6ad"
}

.ico-yoast:before {
    content: "\f2b1"
}

.ico-youtube:before {
    content: "\f167"
}

.ico-youtube-square:before {
    content: "\f431"
}

.ico-zhihu:before {
    content: "\f63f"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.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(0px,0px,0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {
    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-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    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;
    background: url(//1seguidores.com/wp-content/themes/social/assets/libs/owl/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3,1.3);
    -moz-transition: scale(1.3,1.3);
    -ms-transition: scale(1.3,1.3);
    -o-transition: scale(1.3,1.3);
    transition: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body .default-part.special-offers {
    padding: 20px 25px 22px
}

body .special-offers-title>*,body .special-offers-title .title {
    margin: 0;
    text-align: left;
    font-family: 'Roboto',Arial
}

body .special-offers-items {
    padding-top: 15px
}

body .special-offers-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 16px
}

body .special-offers-item:first-child {
    margin-top: 0
}

body .special-offers-item-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px
}

body .special-offers-item-description {
    position: relative;
    padding-left: 35px;
    display: table;
    cursor: pointer
}

body .special-offers-item-description:before,body .special-offers-item-description:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 5px
}

body .special-offers-item-description:before {
    background-color: #fff;
    border: 1px solid #ff7b7b;
    -webkit-box-shadow: 0px 4px 4px rgba(255,123,123,.25);
    -moz-box-shadow: 0px 4px 4px rgba(255,123,123,.25);
    box-shadow: 0px 4px 4px rgba(255,123,123,.25);
    -webkit-transition: background-color .3s ease,border-color .3s ease;
    -o-transition: background-color .3s ease,border-color .3s ease;
    -moz-transition: background-color .3s ease,border-color .3s ease;
    transition: background-color .3s ease,border-color .3s ease
}

body .special-offers-item-description:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

body .special-offers-item.active .special-offers-item-description:before {
    background-color: #ff7b7b;
    border-color: #ff7b7b
}

body .special-offers-item-description>* {
    font-family: 'Roboto',Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #19224c;
    text-align: left;
    margin: 0
}

body .special-offers-item-description>* b {
    font-family: 'Roboto',Arial;
    font-weight: 700;
    margin: 0
}

body .special-offers-item-right {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    cursor: pointer
}

body .special-offers-item-price>* {
    font-family: 'Roboto',Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #19224c;
    margin: 0;
    white-space: nowrap
}

body .special-offers-item-old-price>* {
    font-family: 'Roboto',Arial;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    text-decoration-line: line-through;
    color: rgba(25,34,76,.5);
    margin: 0
}

@media screen and (min-width: 768px) {
    body .default-part.special-offers {
        padding:40px 45px
    }

    body .special-offers-items {
        padding-top: 24px
    }

    body .special-offers-item {
        margin-top: 20px
    }

    body .special-offers-item-description {
        padding-left: 38px
    }

    body .special-offers-item-description>* {
        font-size: 18px;
        line-height: 20px
    }

    body .special-offers-item-price>* {
        font-size: 18px;
        line-height: 20px
    }

    body .special-offers-item-old-price>* {
        font-size: 12px
    }
}

@media screen and (min-width: 375px) {
    body .special-offers-item-left {
        padding-right:20px
    }
}

body .default-part.special-offers.special-offers-blue-mode {
    background-color: #0c7bce;
    border: 0;
    margin-top: 22px
}

body .special-offers-blue-mode .special-offers-title>*,body .special-offers-blue-mode .special-offers-title .title,body .special-offers-blue-mode .special-offers-item-description>*,body .special-offers-blue-mode .special-offers-item-price>* {
    color: #fff
}

body .special-offers-blue-mode .special-offers-item-old-price>* {
    color: rgba(255,255,255,.5)
}

body .special-offers-blue-mode .special-offers-item-description:before {
    border: 0;
    -webkit-box-shadow: 0px 4px 4px rgba(255,255,255,.15);
    -moz-box-shadow: 0px 4px 4px rgba(255,255,255,.15);
    box-shadow: 0px 4px 4px rgba(255,255,255,.15)
}

body .special-offers-blue-mode .special-offers-item.active .special-offers-item-description:before {
    background-color: #fff;
    border-color: transparent
}

body .special-offers-blue-mode .special-offers-item-description:after {
    opacity: 0;
    transition: opacity .3s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff7b7b' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E")
}

body .special-offers-blue-mode .special-offers-item.active .special-offers-item-description:after {
    opacity: 1
}

@media screen and (max-width: 767px) {
    body .footer-cus-container-top .footer-cus-container-top-menu {
        display:none
    }

    body .footer-cus-container-bottom .adress-cus-container .adress-cus-container-in {
        display: none
    }
}

body .cookies-notify {
    display: none !important
}

:root {
    --font-family-primary: 'Roboto',Arial;
    --font-family-secondary: "Roboto";
    --color-primary: #0c7bce;
    --color-secondary: #f50f0f;
    --color-secondary-actioned: #f50f0f;
    --color-text: #464749;
    --color-white: #fff;
    --color-black: #464749;
    --color-grey: #667e88;
    --color-bg: #ddebf8;
    --font-size-title: 24px;
    --font-size-title-m: 20px;
    --font-size-medium: 20px;
    --font-size-text: 14px;
    --color-bgp: #ddebf8
}

body .u-chechout {
    padding-bottom: 115px
}

body .ucob-title>* {
    font-family: 'Roboto',Arial;
    font-size: var(--font-size-title);
    font-weight: 700;
    color: var(--color-text)
}

body .ucob-subtitle {
    font-family: 'Roboto',Arial
}

body .ucob-subtitle>* {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-text)
}

body .ucob-form-textarea textarea,body .ucob-form-input input,body .ucob-form-input select {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-medium);
    font-weight: 400
}

body .ucob-form-input label {
    font-family: var(--font-family-primary)
}

body .ucob-form-button.c-yellow>* {
    background-color: var(--color-secondary);
    font-weight: 700;
    color: var(--color-white);
    font-family: var(--font-family-primary)
}

body .ucob-form-button.c-yellow:hover>* {
    background-color: var(--color-secondary-actioned)
}

body .ucob-form .ucob-form-textarea.c-grey,body .ucob-form .ucob-form-input.c-grey {
    border-color: var(--color-primary)
}

body .u-chechout-body-g {
    background-color: transparent
}

body .ucob-change-package-info-price>* {
    color: var(--color-grey);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-family-primary);
    opacity: 1
}

body .ucob-change-package-info-change>* {
    color: var(--color-grey);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-family-primary);
    opacity: 1
}

body .ucob-change-package-info {
    margin-bottom: 20px
}

body .ucob-form-button.c-white a {
    background-color: var(--color-white);
    font-weight: 700;
    color: var(--color-text);
    font-family: var(--font-family-primary)
}

body .ucob-form-button.c-white a:hover {
    background-color: var(--color-white)
}

body .ucob-change-account-info-change a {
    color: var(--color-grey);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto',Arial
}

body .ucob-change-account-info-user-name.long-and-small-title>* {
    color: var(--color-text);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-family-primary)
}

body .ucob-limitedoffer-title>* {
    color: var(--color-text)
}

body .ucob-limitedoffer-text>* {
    color: var(--color-text)
}

body .ucob-payment-subbutton-text>* {
    font-size: 16px;
    font-family: var(--font-family-primary);
    font-style: italic;
    color: #96a1ab;
    font-weight: 400
}

body .ucob-payment-type-description p {
    font-size: 18px !important;
    font-weight: 700 !important
}

body .ucob-payment-type-description-icon:before {
    background-color: var(--color-black)
}

body .ucob-payment-type-input:checked+.ucob-payment-type-label .ucob-payment-type-description-icon:before {
    -webkit-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%,-50%)
}

body .ucob-payment {
    padding-left: 17px;
    padding-right: 17px
}

body .ucob-special-offers {
    background: var(--color-primary)
}

body .ucob-inner {
    padding-left: 0;
    padding-right: 0
}

body .ucob-special-offers-title>* {
    color: var(--color-white);
    font-weight: 700;
    font-size: var(--font-size-title);
    line-height: 33px;
    text-transform: none;
    font-family: var(--font-family-primary)
}

body .ucob-special-offers-item-description>* {
    color: var(--color-white);
    font-weight: 400;
    font-family: var(--font-family-primary);
    line-height: 20px
}

body .ucob-special-offers-item-price>* {
    color: var(--color-white);
    font-family: var(--font-family-primary);
    font-weight: 600
}

body .ucob-special-offers-item-old-price>* {
    color: var(--color-white);
    font-family: var(--font-family-primary);
    font-weight: 400;
    margin-top: 5px
}

body .ucob-special-offers-item-description:after {
    background-image: url(//1seguidores.com/wp-content/themes/social/assets/css/../img/checked.png)
}

body .ucob-payment-title>* {
    font-weight: 700;
    font-size: var(--font-size-title);
    line-height: 33px;
    text-transform: none;
    font-family: var(--font-family-primary)
}

body .ucob-payment-price>* {
    font-weight: 400;
    font-family: var(--font-family-primary)
}

body .select-pay-block__title>* {
    font-family: var(--font-family-secondary);
    color: var(--color-text);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px
}

body .ucob-payment-type-input:checked+.ucob-payment-type-label,body .ucob-payment-type-label:hover {
    background-color: var(--color-bgp);
    border-color: var(--color-bgp)
}

body .ucob-payment-type-label {
    border: 1px solid var(--color-bgp)
}

.ucob-payment-type-description-icon:before {
    width: 22px;
    height: 22px
}

body .u-chechout-body-g.u-chechout-body {
    background-color: var(--color-bg);
    border: 1px solid var(--color-bg)
}

body .u-chechout-body-g.u-chechout-body.u-loading {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7
}

body .u-chechout-body-g.u-chechout-body .ucob-change-package-info {
    margin-bottom: 0
}

body .ucob-form {
    padding-left: 17px;
    padding-right: 17px
}

body .ucob-payment-type-input:checked+.ucob-payment-type-label .ucob-payment-type-description p,body .ucob-payment-type-label:hover .ucob-payment-type-description p {
    color: var(--color-black);
    font-weight: 700
}

body .ucob-payment-type-title>* {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
    font-family: var(--font-family-primary)
}

body .ucob-payment-type-description p {
    font-size: var(--font-size-text);
    line-height: 25px;
    font-weight: 400;
    color: var(--color-black);
    font-family: var(--font-family-secondary)
}

body .ucob-limitedoffer {
    background-color: #ffd434;
    background-color: #ffd434
}

body .u-chechout-body-o {
    background-color: #ffd434
}

body .ucob-limitedoffer-title>* {
    color: var(--color-black);
    font-weight: 700;
    font-size: var(--font-size-title);
    line-height: 33px;
    text-transform: lowercase;
    font-family: var(--font-family-primary)
}

body .ucob-limitedoffer-title>*:first-letter {
    text-transform: uppercase
}

body .ucob-limitedoffer-text>* {
    color: var(--color-black);
    font-family: var(--font-family-primary);
    font-weight: 400;
    font-size: 18px
}

body .ucob-limitedoffer .ucob-form-button.c-yellow>* {
    background-color: var(--color-white);
    font-weight: 700;
    color: var(--color-black);
    font-family: var(--font-family-primary)
}

body .ucob-form-button.c-green>* {
    font-family: var(--font-family-primary);
    color: var(--color-black);
    font-size: 20px
}

body .ucob-form-button.u-pay svg {
    fill: var(--color-black)
}

body .ucob-payment-title {
    padding-left: 0;
    padding-right: 0
}

body .ucob-payment-type-title {
    padding-left: 0;
    padding-right: 0
}

body .ucob-payment-subbutton-text {
    padding-left: 0;
    padding-right: 0
}

body .ucob-payment-price {
    padding-left: 0;
    padding-right: 0
}

body .ucob-select-posts-item-in.active:after {
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}

body .ucob-commebts-title>* {
    font-weight: 700;
    font-size: var(--font-size-title);
    line-height: 33px;
    text-transform: none;
    font-family: var(--font-family-primary)
}

body .ucob-select-posts-title>* {
    font-weight: 700;
    font-size: var(--font-size-title);
    line-height: 33px;
    text-transform: none;
    font-family: var(--font-family-primary)
}

body .ucob-form-input-message p:first-child {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-text);
    font-weight: 400
}

body .ucob-select-posts-item-count-n {
    font-family: var(--font-family-primary)
}

body .ucob-select-posts-item-count-t {
    padding-top: 3px;
    font-family: var(--font-family-primary)
}

body .ucob-select-posts-item-info-count {
    font-family: var(--font-family-primary)
}

body .ucob-payment-type-description-icon {
    border-color: var(--color-black)
}

body .ucob-form-input-attention-title {
    font-family: var(--font-family-primary)
}

body .ucob-form-input-attention-text {
    font-family: var(--font-family-primary)
}

body .ucob-form-input-attention-text-smaller {
    font-family: var(--font-family-primary)
}

body .ucob-form-input-attention-text-smaller>* {
    font-family: var(--font-family-primary)
}

body .ucob-form-input-attention-text-smaller p {
    font-family: var(--font-family-primary)
}

body .u-chechout-body-g-2 .ucob-payment-title>* {
    color: var(--color-grey)
}

body .u-chechout-body-g-2 .ucob-payment-info>* {
    color: var(--color-grey)
}

body .u-chechout-body.u-chechout-body-g-2 .ucob-payment-info {
    padding-left: 0
}

body .ucob-limitedoffer {
    padding-left: 17px;
    padding-right: 17px
}

body .ucob-select-posts .ucob-form-button {
    padding-left: 17px;
    padding-right: 17px
}

body .ucob-select-posts-list {
    margin-left: 0;
    margin-right: 0
}

body .ucob-form-button.u-pay>* {
    padding-top: 0
}

body .ucob-form-button.u-pay svg {
    margin-top: 5px
}

body .ucob-select-posts-item-count-n {
    font-weight: 700
}

@media screen and (max-width: 991px) {
    body .u-chechout {
        padding-bottom:50px
    }
}

@media screen and (max-width: 580px) {
    body .ucob-title>* {
        font-size:var(--font-size-title-m);
        line-height: 24px
    }

    body .ucob-special-offers-title>* {
        font-size: var(--font-size-title-m);
        line-height: 24px
    }

    body .ucob-payment-title>* {
        font-size: var(--font-size-title-m);
        line-height: 24px
    }

    body .ucob-limitedoffer-title>* {
        font-size: var(--font-size-title-m);
        line-height: 24px
    }

    body .ucob-commebts-title>* {
        font-size: var(--font-size-title-m);
        line-height: 24px
    }

    body .ucob-select-posts-title>* {
        font-size: var(--font-size-title-m);
        line-height: 24px
    }
}

form input[type=submit]+[type=button] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
    background: #ffd100;
    -webkit-box-shadow: 0 0 18px rgb(255 255 255/35%);
    box-shadow: 0 0 18px rgb(255 255 255/35%);
    position: relative;
    top: 0;
    padding: 10px 40px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

form input[type=submit]+[type=button],form button {
    background: #f50f0f
}

body form .contact-cus-form-button input[type=submit]+[type=button] {
    font-size: 18px;
    font-weight: 400;
    color: #444;
    line-height: 21px;
    text-align: center;
    background-color: #fff;
    text-transform: capitalize;
    border: 1px solid #464749;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 10px 40px 11px;
    width: 100%;
    max-width: 204px
}

body .select-pay-block__title>* {
    font-family: "Roboto";
    color: #464749
}

body .select-pay-block__radio-label {
    background-color: #fff;
    border-color: rgba(12,123,206,.5)
}

body .select-pay-block__radio-input:checked+.select-pay-block__radio-label,body .select-pay-block__radio-label:hover {
    background-color: #0c7bce;
    border-color: #0c7bce
}

body .select-pay-block__status-icon {
    border-color: #0c7bce
}

body .select-pay-block__radio-label:hover .select-pay-block__status-icon {
    border-color: #fff
}

body .select-pay-block__radio-input:checked+.select-pay-block__radio-label .select-pay-block__status-icon {
    border-color: #fff
}

body .select-pay-block__description>* {
    font-family: "Roboto";
    color: #1d3e7c;
    margin-bottom: 0
}

body .select-pay-block__radio-input:checked+.select-pay-block__radio-label .select-pay-block__description>*,body .select-pay-block__radio-label:hover .select-pay-block__description>* {
    color: #fff
}

@media screen and (max-width: 480px) {
    body .select-pay-block__image-inner {
        background-color:#fff
    }

    body .select-pay-block__image {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

body .account-change.account-photo .media-item:before {
    background-color: rgba(0,0,0,.4)
}

body .account-change.account-photo .media-item:after {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E");
    border-color: #d0e3eb
}

body .account-change.account-photo .media-item .media-item-linear-gradient {
    background: -webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(bottom,#000 0%,rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(bottom,#000 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom,#000 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg,#000 0%,rgba(0,0,0,0) 100%)
}

body .account-change.account-photo .media-item .count-likes-set {
    font-weight: 700;
    color: #fff
}

body .account-change.account-photo .media-item .count-likes-set-under {
    font-weight: 400;
    color: #fff
}

body .account-change.account-photo .media-item .media-item-img-container {
    font-weight: 600;
    color: #fff
}

body .account-change.account-photo .media-item.active:after {
    background-color: #0c7bce;
    border-color: #0c7bce
}

@media screen and (max-width: 767px) {
    body .account-change.account-photo .row {
        margin-left:-44px;
        margin-right: -45px
    }
}

body .account-change.account-photo .media-item .media-item-img-container i {
    font-family: 'FontAwesome';
    font-weight: 400
}

body .account-change.account-photo {
    margin-top: 0
}

body .package {
    border-top-color: rgba(12,123,206,.5)
}

body .account-change {
    border-bottom-color: rgba(12,123,206,.5)
}

body .default-part.comment-form-container .title {
    text-align: left;
    margin: 0
}

body .default-part.comment-form-container .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 1;
    text-align: left
}

body .default-part.comment-form-container .comment-form {
    display: block;
    border: 1px solid rgba(12,123,206,.5);
    border-radius: 5px;
    overflow: hidden
}

body .default-part.comment-form-container .comment-form textarea {
    display: block;
    width: 100%;
    padding: 10px 16px
}

body .default-part.comment-form-container .count-comments {
    font-size: 14px;
    line-height: 1;
    color: #464749;
    font-weight: 400;
    display: block;
    text-align: left
}

body .default-part.comment-form-container .done-form-comments {
    text-align: center;
    z-index: 0;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 18px rgb(255 255 255/35%);
    box-shadow: 0 0 18px rgb(255 255 255/35%);
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 7px 40px;
    background-color: #f50f0f;
    margin: 15px 0 0 0!important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .default-part.comment-form-container .done-form-comments:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 1;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all .55s cubic-bezier(.5,1,.3,1);
    transition: all .55s cubic-bezier(.5,1,.3,1);
    width: 50px;
    z-index: -10
}

body .default-part.comment-form-container .done-form-comments:hover {
    -webkit-box-shadow: 0 3px 25px rgb(255 255 255/65%);
    box-shadow: 0 3px 25px rgb(255 255 255/65%)
}

body .default-part.comment-form-container .done-form-comments:hover:after {
    left: 120%;
    -webkit-transition: all .55s cubic-bezier(.5,1,.3,1);
    transition: all .55s cubic-bezier(.5,1,.3,1)
}

body .default-part.checkout-section .summary-item p {
    text-align: left;
    margin-bottom: 0
}

@media screen and (min-width: 768px) and (max-width:991px) {
    body .account-change.account-photo .media-cor.col-md-3 {
        width:25%;
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    body .account-change.account-photo .media-cor.col-sm-4 {
        width:33.33334%;
        -ms-flex: 0 0 33.33334%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33334%;
        max-width: 33.33334%
    }
}

@media screen and (max-width: 767px) {
    body .account-change.account-photo .row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width: 768px) {
    #header .navy-main-container-wrap>ul>li.main-dropdown-menu>.sub-menu:after {
        content:'Todos los servicios'
    }
}
