﻿html,
body,
body * {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

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,
sub,
sup,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before, blockquote:after {
        content: '';
        content: none;
    }

    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body, body * {
    font-family: 'Roboto', sans-serif;
}

strong {
    font-weight: bold;
}

h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #596b83;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

    h3.underline {
        position: relative;
    }

        h3.underline:after {
            display: block;
            height: 2px;
            width: 104px;
            background: #1a9dd3;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            content: "";
        }

@media (max-width: 780px) {
    ul li {
        margin-bottom: 15px;
    }
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    width: 161px;
    height: 36px;
    border: solid 1px;
    transition: all 0.3s ease-out;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1em;
}

.btn_white {
    background: #fff;
    border-color: #fff;
    color: #2880bd;
}

    .btn_white:hover {
        background: none;
        color: #fff;
    }

.btn_transparent {
    background: none;
    color: #fff;
    border-color: #fff;
}

    .btn_transparent:hover {
        background: #fff;
        color: #2880bd;
    }

.btn_red {
    color: #fff;
    background: #f87e62;
    border-color: #f87e62;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.38);
}

    .btn_red:hover {
        box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.62);
    }

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    width: 50px !important;
    height: 25px;
}

.cloud-sun {
    position: absolute;
    z-index: 0;
}

.cloud-sun_01 {
    top: 57px;
    left: -450px;
}

@media (max-width: 780px) {
    .cloud-sun_01 {
        display: none;
    }
}

.cloud-sun_02 {
    top: 120px;
    left: 30%;
}

@media (max-width: 780px) {
    .cloud-sun_02 {
        top: 15px;
        left: 0;
    }
}

@media (max-width: 480px) {
    .cloud-sun_02 {
        display: none;
    }
}

.cloud-sun_03 {
    top: 264px;
    left: 50%;
}

@media (max-width: 780px) {
    .cloud-sun_03 {
        display: none;
    }
}

.cloud-sun_08 {
    top: 15px;
    right: 0;
}

@media (max-width: 780px) {
    .cloud-sun_08 {
        display: none;
    }
}

.cloud-sun_09 {
    top: 60px;
    left: 0;
}

@media (max-width: 780px) {
    .cloud-sun_09 {
        left: auto;
        right: 0;
        top: 10px;
    }
}

.cloud-rain {
    position: absolute;
    z-index: 0;
}

.cloud-rain_04 {
    top: 200px;
    left: 25px;
}

@media (max-width: 1024px) {
    .cloud-rain_04 {
        display: none;
    }
}

.cloud-rain_05 {
    top: 245px;
    right: 400px;
}

@media (max-width: 1024px) {
    .cloud-rain_05 {
        display: none;
    }
}

.cloud-rain_06 {
    top: 280px;
    right: 100px;
}

    .cloud-rain_06 path {
        opacity: 0;
    }

        .cloud-rain_06 path#shape {
            opacity: 1;
        }

@media (max-width: 1024px) {
    .cloud-rain_06 path {
        opacity: 1;
    }
}

.cloud-rain_07 {
    left: 200px;
    top: 400px;
}

    .cloud-rain_07 path {
        opacity: 0;
    }

        .cloud-rain_07 path#shape {
            opacity: 1;
        }

@media (max-width: 1024px) {
    .cloud-rain_07 path {
        display: none;
    }
}

.wave_blue {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 61px;
    background: url(../StaticContent/../StaticContent/images/svg/wave_blue_filled.svg) 0 top repeat-x;
}

.wave_line_map, .wave_line_white, .wave_line_grey {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.wave_line_white {
    background: url(../StaticContent/images/svg/wave_line_white.svg) -20px 25px repeat-x;
}

.wave_line_grey {
    background: url(../StaticContent/images/svg/wave_line_grey.svg) -20px 25px repeat-x;
}

.wave_line_map {
    background: url(../StaticContent/images/svg/wave_line_map.svg) -20px bottom repeat-x;
}

.ducks {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: -500px;
    z-index: 1;
}

.ducks_umbrella {
    left: 100%;
}

.ducks_footer {
    min-width: 510px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (max-width: 530px) {
    .ducks_footer {
        width: 265px;
        min-width: 265px;
        transform: translate(-50%, 0) !important;
    }
}

@media (max-width: 530px) {
    .duck_fotter_small {
        display: none;
    }
}

.sun {
    padding: 0;
    position: relative;
}

.sun__wrapper {
    position: absolute;
    top: 50px;
    right: -80px;
    width: 207px;
    height: 228px;
}

    .sun__wrapper img.sun_circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .sun__wrapper svg {
        position: absolute;
        top: 0;
        left: 0;
    }

        .sun__wrapper svg #path_2_,
        .sun__wrapper svg #path_4_,
        .sun__wrapper svg #path_6_,
        .sun__wrapper svg #path_8_,
        .sun__wrapper svg #path_10_,
        .sun__wrapper svg #path_12_ {
            opacity: 0;
        }

@media (max-width: 1024px) {
    .sun__wrapper svg #path_2_,
    .sun__wrapper svg #path_4_,
    .sun__wrapper svg #path_6_,
    .sun__wrapper svg #path_8_,
    .sun__wrapper svg #path_10_,
    .sun__wrapper svg #path_12_ {
        opacity: 1 !important;
    }
}

#sun_footer {
    padding: 0;
    z-index: 0;
    position: absolute;
    top: auto;
    bottom: -80px;
    right: auto;
    left: 100px;
}

    #sun_footer #path_2_,
    #sun_footer #path_4_,
    #sun_footer #path_6_,
    #sun_footer #path_8_,
    #sun_footer #path_10_,
    #sun_footer #path_12_ {
        opacity: 0;
    }

@media (max-width: 1024px) {
    #sun_footer #path_2_,
    #sun_footer #path_4_,
    #sun_footer #path_6_,
    #sun_footer #path_8_,
    #sun_footer #path_10_,
    #sun_footer #path_12_ {
        opacity: 1 !important;
    }
}

@media (max-width: 530px) {
    #sun_footer {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

.star {
    position: absolute;
    z-index: 0;
}

.star_big#star07 {
    top: 200px;
    left: 45px;
}

.star_big#star08 {
    top: 400px;
    left: 270px;
}

.star_big#star09 {
    top: 265px;
    right: 600px;
}

.star_small {
    opacity: 0.7;
}

    .star_small#star01 {
        top: 528px;
        left: 50px;
    }

    .star_small#star02 {
        top: 210px;
        left: 300px;
    }

    .star_small#star03 {
        top: 560px;
        left: 320px;
    }

    .star_small#star04 {
        top: 316px;
        left: 50%;
    }

    .star_small#star05 {
        bottom: 118px;
        right: 260px;
    }

    .star_small#star06 {
        bottom: 310px;
        right: 77px;
    }

.star_meteorite {
    top: 0;
}

    .star_meteorite#meteorite01 {
        right: -240px;
    }

    .star_meteorite#meteorite02 {
        left: 600px;
    }

.alien-wrap {
    position: absolute;
    top: 200px;
    right: 160px;
    z-index: 0;
    width: 209px;
    height: 343px;
}

.alien-wrap__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 122px;
    height: 160px;
    transform: rotate(15deg) translate(75%, 75%);
}

.alien-wrap .alien {
    position: absolute;
}

    .alien-wrap .alien#alien_alien {
        top: 0;
        left: 0;
    }

        .alien-wrap .alien#alien_alien #shape_54_,
        .alien-wrap .alien#alien_alien #shape_56_,
        .alien-wrap .alien#alien_alien #shape_43_,
        .alien-wrap .alien#alien_alien #shape_42_,
        .alien-wrap .alien#alien_alien #shape_41_,
        .alien-wrap .alien#alien_alien #shape_40_,
        .alien-wrap .alien#alien_alien #shape_39_,
        .alien-wrap .alien#alien_alien #shape_38_,
        .alien-wrap .alien#alien_alien #shape_37_,
        .alien-wrap .alien#alien_alien #shape_36_,
        .alien-wrap .alien#alien_alien #shape_6_ {
            display: none;
        }

    .alien-wrap .alien#alien_hand {
        top: 92px;
        left: 20px;
    }

    .alien-wrap .alien#alien_moon {
        bottom: 0;
        left: 0;
    }

@media (max-width: 1800px) {
    .alien-wrap {
        right: 0;
    }
}

@media (max-width: 1400px) {
    .alien-wrap {
        display: none;
    }
}

.wrap {
    display: block;
    width: 100%;
    max-width: 1356px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrap_flex {
    display: flex;
}

.wrap_flex_align-center {
    align-items: center;
}

.wrap_flex_justify-between {
    justify-content: space-between;
}

.header {
    display: flex;
    align-items: center;
    min-height: 128px;
    background: #395ca1;
    background: -moz-linear-gradient(left, #395ca1 0%, #1a9cd3 100%);
    background: -webkit-linear-gradient(left, #395ca1 0%, #1a9cd3 100%);
    background: linear-gradient(to right, #395ca1 0%, #1a9cd3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395ca1', endColorstr='#1a9cd3',GradientType=1 );
}

.header__wrapper {
    display: flex;
    align-items: center;
}

.header__wrapper__logo {
    padding-right: 23px;
    margin-right: 19px;
    position: relative;
    width: 100%;
    max-width: 293px;
}

    .header__wrapper__logo a {
        display: block;
    }

        .header__wrapper__logo a img {
            width: 100%;
        }

    .header__wrapper__logo:after {
        display: block;
        width: 1px;
        height: 52px;
        background: #64cdf2;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
    }
.header__wrapper__logo_for_different_domain {
    padding-right: 0px;
    margin-right: 19px;
    position: relative;
    width: 100%;
    max-width: 336px;
}


.header__wrapper__logo_for_different_domain {
    padding-right: 0px;
    margin-right: 19px;
    position: relative;
    width: 100%;
    max-width: 380px;
}

    .header__wrapper__logo_for_different_domain a {
        display: block;
    }

        .header__wrapper__logo_for_different_domain a img {
            width: 100%;
        }



@media (max-width: 640px) {
    .header__wrapper__logo {
        margin: 0 0 10px;
        padding: 0;
    }

        .header__wrapper__logo:after {
            display: none;
        }
    .header__wrapper__logo_for_different_domain {
        margin: 0 0 10px;
        padding: 0;
    }

        .header__wrapper__logo_for_different_domain:after {
            display: none;
        }
}

.header__wrapper__phone {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
}

    .header__wrapper__phone .fa-phone {
        transform: rotate(90deg);
    }

@media (max-width: 640px) {
    .header__wrapper__phone {
        margin-bottom: 10px;
    }
}

.header__wrapper_right {
    display: flex;
}

@media (max-width: 640px) {
    .header__wrapper_right {
        flex-direction: column;
    }
}

.header__wrapper__buttons {
    display: flex;
}

    .header__wrapper__buttons .header__wrapper__buttons__btn_login {
        margin-left: 20px;
    }

@media (max-width: 640px) {
    .header__wrapper__buttons .header__wrapper__buttons__btn_login {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .header__wrapper__buttons .header__wrapper__buttons__btn_login {
        margin-bottom: 10px;
    }
}

.header__wrapper__buttons .header__wrapper__buttons__btn_signup {
    margin-left: 3px;
}

@media (max-width: 480px) {
    .header__wrapper__buttons .header__wrapper__buttons__btn_signup {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .header__wrapper__buttons {
        flex-direction: column;
    }
}

.header__wrapper__link {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
    line-height: 1em;
}

    .header__wrapper__link:hover {
        text-decoration: none;
    }

@media (max-width: 640px) {
    .header__wrapper__link {
        margin-bottom: 10px;
    }
}

@media (min-width: 980px) {
    .header {
        height: 128px;
    }
}

@media (max-width: 980px) {
    .header {
        padding: 10px;
    }

        .header .wrap_flex {
            flex-direction: column;
        }

            .header .wrap_flex .header__wrapper_left {
                margin-bottom: 10px;
            }
}

@media (max-width: 640px) {
    .header .header__wrapper_left {
        flex-direction: column;
    }
}

.footer {
    min-height: 260px;
    background: #eaf4fd;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

    .footer .copyright {
        font-size: 25px;
        font-weight: 300;
        color: #596b83;
        text-align: center;
        line-height: 1.2em;
    }

@media (max-width: 480px) {
    .footer .copyright {
        font-size: 15px;
    }
}

.homepage .first-section {
    position: relative;
    overflow-x: hidden;
    background: #fff;
    min-height: 536px;
}

    .homepage .first-section .welcome {
        width: 100%;
        max-width: 675px;
        padding: 190px 15px 0;
        margin: 0 auto;
    }

    .homepage .first-section .welcome__phrase {
        font-size: 36px;
        font-weight: bold;
        color: #596b83;
        line-height: 1.2em;
        text-align: center;
        position: relative;
        z-index: 4;
        background: rgba(255, 255, 255, 0.8);
    }

    .homepage .first-section .welcome__phrase__thin-part {
        font-size: 23px;
        font-weight: 300;
    }
    .homepage .first-section .welcome__phrase__thin-part-prp {
        font-weight: 400;
        font-size: 22px;
        color: #F27C62;
        margin-top: 15px;
        line-height: 30px;
        text-align: center;
        z-index: 4;
        position: relative;
        background: rgba(255, 255, 255, 0.8);
    }

@media (max-width: 780px) {
    .homepage .first-section .welcome__phrase__thin-part {
        font-size: 18px;
    }
    .homepage .first-section .welcome__phrase__thin-part-prp {
        font-size: 17px;
    }
}

@media (max-width: 780px) {
    .homepage .first-section .welcome__phrase {
        font-size: 25px;
    }
}

.homepage .first-section__tree {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.homepage .first-section__tree_left {
    left: 0;
}

@media (max-width: 780px) {
    .homepage .first-section__tree_left {
        display: none;
    }
}

.homepage .first-section__tree_right {
    right: 0;
}

.homepage .second-section {
    padding: 30px 0 125px;
    background: #eaf4fd;
    position: relative;
    overflow-x: hidden;
}

    .homepage .second-section .wrap {
        position: relative;
        z-index: 3;
    }

    .homepage .second-section ul {
        width: 100%;
        max-width: 636px;
        margin: 0 auto;
    }

.homepage .third-section {
    background: #395ca1 url(images/white-shade.png) center top repeat-x;
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}

    .homepage .third-section .wrap {
        position: relative;
        z-index: 1;
    }

    .homepage .third-section .wave {
        z-index: 2;
    }

.homepage .third-section__text-wrap {
    display: flex;
    min-height: 545px;
    padding-bottom: 100px;
}

.homepage .third-section__text-wrap__box {
    align-items: stretch;
}

    .homepage .third-section__text-wrap__box:nth-child(2) {
        margin-left: 75px;
        padding-top: 65px;
    }

@media (max-width: 780px) {
    .homepage .third-section__text-wrap__box:nth-child(2) {
        padding: 0;
        margin-left: 0;
    }
}

.homepage .third-section__text-wrap__box__title {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.homepage .third-section__text-wrap__box__content {
    margin-left: 10px;
    padding: 35px 0 0 35px;
    border-left: solid 1px #fff;
    height: 90%;
}

    .homepage .third-section__text-wrap__box__content p {
        font-size: 17px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4em;
        margin-bottom: 50px;
        background: rgba(56, 92, 161, 0.7);
    }

        .homepage .third-section__text-wrap__box__content p a {
            color: #7adafc
        }


        .homepage .third-section__text-wrap__box__content p.hidden-content {
            display: none;
        }

    .homepage .third-section__text-wrap__box__content .btn-read-more {
        display: block;
    }

    .homepage .third-section__text-wrap__box__content .btn-read-less {
        display: none;
    }

    .homepage .third-section__text-wrap__box__content.open .btn-read-more {
        display: none;
    }

    .homepage .third-section__text-wrap__box__content.open .btn-read-less {
        display: block;
    }

@media (max-width: 780px) {
    .homepage .third-section__text-wrap__box {
        margin-left: 0;
        margin-bottom: 25px;
    }
}

@media (max-width: 780px) {
    .homepage .third-section__text-wrap {
        flex-direction: column;
    }
}

.homepage button.third-section__text-wrap__box__content__btn {
    border: none;
    outline: none;
}

.homepage .fourth-section,
.homepage .fourth-section .wrap {
    min-height: 800px;
    height: 100%;
}

.homepage .fourth-section {
    position: relative;
}

    .homepage .fourth-section iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

@media (max-width: 1200px) {
    .homepage .fourth-section iframe {
        width: 50%;
    }
}

@media (max-width: 780px) {
    .homepage .fourth-section iframe {
        position: static;
        width: 100%;
        min-height: 300px;
    }
}

.homepage .fourth-section .wrap .contact-form {
    position: absolute;
    z-index: 1;
    padding: 50px 15px 35px 48px;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    max-width: 510px;
    width: 100%;
    background: #395ca1;
    background: -moz-linear-gradient(left, #395ca1 0%, #209dd2 100%);
    background: -webkit-linear-gradient(left, #395ca1 0%, #209dd2 100%);
    background: linear-gradient(to right, #395ca1 0%, #209dd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395ca1', endColorstr='#209dd2', GradientType=1);
}

    .homepage .fourth-section .wrap .contact-form h3 {
        font-size: 32px;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        color: #fff;
        line-height: 1.3em;
        padding-bottom: 28px;
        margin-bottom: 40px;
        position: relative;
    }

        .homepage .fourth-section .wrap .contact-form h3:after {
            display: block;
            width: 104px;
            height: 2px;
            background: #1a9dd3;
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
        }

    .homepage .fourth-section .wrap .contact-form ul li {
        display: flex;
        align-items: center;
        padding: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.4em;
        margin-bottom: 25px;
    }

        .homepage .fourth-section .wrap .contact-form ul li a {
            color: inherit;
            text-decoration: underline;
        }

            .homepage .fourth-section .wrap .contact-form ul li a:hover {
                text-decoration: none;
            }

            .homepage .fourth-section .wrap .contact-form ul li a.text-decoration--none {
                text-decoration: none;
            }

                .homepage .fourth-section .wrap .contact-form ul li a.text-decoration--none:hover {
                    text-decoration: underline;
                }

        .homepage .fourth-section .wrap .contact-form ul li .fas {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            margin-right: 20px;
            background: #f87e62;
            font-size: 20px;
            width: 37px;
            height: 37px;
            border-radius: 50%;
        }

        .homepage .fourth-section .wrap .contact-form ul li .rotated--90 {
            transform: rotate(90deg);
        }

        .homepage .fourth-section .wrap .contact-form ul li:after {
            display: none;
        }

@media (max-width: 1600px) {
    .homepage .fourth-section .wrap .contact-form {
        left: 60%;
    }
}

@media (max-width: 1290px) {
    .homepage .fourth-section .wrap .contact-form {
        left: 55%;
    }
}

@media (max-width: 1200px) {
    .homepage .fourth-section .wrap .contact-form {
        position: static;
        width: 100%;
        max-width: 100%;
        height: 100%;
        margin: 0;
        transform: none;
    }
}

@media (max-width: 1200px) {
    .homepage .fourth-section .wrap {
        position: absolute;
        width: 50%;
        height: 100%;
        padding: 0;
        top: 0;
        right: 0;
        margin: 0;
    }
}

@media (max-width: 780px) {
    .homepage .fourth-section .wrap {
        position: static;
        width: 100%;
        padding: 0;
        margin: 0;
        /* ReSharper disable once InvalidValue */
        min-height: auto;
    }
}

.info-plate {
    width: 100%;
    padding: 50px 15px;
    margin-bottom: 85px;
    box-shadow: 10px 10px 30px -5px rgba(55, 95, 164, 0.75);
    background: #395ca1;
    background: -moz-linear-gradient(left, #395ca1 0%, #1a9dd3 100%);
    background: -webkit-linear-gradient(left, #395ca1 0%, #1a9dd3 100%);
    background: linear-gradient(to right, #395ca1 0%, #1a9dd3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395ca1', endColorstr='#1a9dd3', GradientType=1);
}

.info-plate-2 {
    width: 100%;
    padding: 50px 15px;
    margin-bottom: 85px;
    box-shadow: 10px 10px 30px -5px rgba(55, 95, 164, 0.75);
    background: #395ca1;
    background: -moz-linear-gradient(left, #395ca1 0%, #1a9dd3 100%);
    background: -webkit-linear-gradient(left, #395ca1 0%, #1a9dd3 100%);
    background: linear-gradient(to right, #395ca1 0%, #1a9dd3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395ca1', endColorstr='#1a9dd3', GradientType=1);
}

    .info-plate p {
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        line-height: 1.3em;
        color: #fff;
    }
    .info-plate-2 p {
        text-align: center;
        font-size: 23px;
        font-weight: 400;
        line-height: 1.2em;
        color: #fff;
    }

        .info-plate p strong {
            color: inherit;
        }
        .info-plate-2 p strong {
            color: inherit;
        }

@media (max-width: 780px) {
    .info-plate p {
        font-size: 24px;
    }    
    .info-plate-2 p {
        font-size: 22px;
    }
}

.info-plate a {
    color: #7adafc;
}

    .info-plate a:hover {
        text-decoration: none;
    }
.info-plate-2 a {
    color: #fff;
    text-decoration: underline;
}

.about .first-section {
    background-color: #ECF4FC !important;
    position: relative;
    padding-top: 400px;
    background: url(images/about-bg.jpg) left top no-repeat;
}
.about .first-section-products {
    background-color: #ECF4FC !important;
    position: relative;
    padding-top: 200px;
    background-size: 100% 30% !important;
    background: url(images/background-dark-clouds-before-thunder-storm-dramatic-sky-min.jpg) left top no-repeat;
}

.about .first-section-linkedin {
    position: relative;
    padding-top: 400px;
    background: url(images/about-bg.jpg) left top no-repeat;
}

.about .first-section .wrap {
    max-width: 1356px;
    padding: 0;
    position: relative;
}

.about .first-section-linkedin .wrap {
    max-width: 1356px;
    padding: 0;
    position: relative;
}

.about .first-section .building {
    position: absolute;
    top: 38px;
    left: 177px;
    width: 336px;
}

.about .first-section-linkedin .building {
    position: absolute;
    top: 38px;
    left: 177px;
    width: 336px;
}

.about .first-section .building > img {
    width: 100%;
    position: relative;
}

.about .first-section-linkedin .building > img {
    width: 100%;
    position: relative;
}

.about .first-section .building .alien-wrap {
    top: -20px;
    left: 45%;
}

.about .first-section-linkedin .building .alien-wrap {
    top: -20px;
    left: 45%;
}

.about .first-section .building .alien-wrap__wrap {
    width: 50px;
}

.about .first-section-linkedin .building .alien-wrap__wrap {
    width: 50px;
}

.about .first-section .building .alien-wrap__wrap svg {
    width: 100%;
}

.about .first-section-linkedin .building .alien-wrap__wrap svg {
    width: 100%;
}

.about .first-section .building .alien-wrap .alien#alien_hand {
    top: 82px;
    left: 8px;
    width: 19px;
}

.about .first-section-linkedin .building .alien-wrap .alien#alien_hand {
    top: 82px;
    left: 8px;
    width: 19px;
}

.quick-form-container {
    background: linear-gradient(to right, #395ca1 0%, #26a2d5 121%);
    color: #fff;
}

.quick-form-container {
    z-index: 101;
    float: right;
    padding: 20px;
    position: relative;
    height: 400px;
    margin-top: 50px;
}
.about .leadership-section {
    padding: 75px 0px 0px 0px;
    background-color: #ECF4FC !important;
}
.about .leadership-section .wrap {
    max-width: 1356px;
    padding: 0;
    position: relative;
}

.about .contact-us__leadership-section__title {
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 50px;
}
.about .contact-us__leadership-section__title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #596b83;
    line-height: 1em;
}

    .about .contact-us__leadership-section__title h1:after {
        display: block;
        width: 103px;
        height: 2px;
        background: #1a9dd3;
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
    }
.about .leaders__box {
    color: #596B83;
    font-family: Roboto;
    font-size: 20px;
}
    .about .leaders__box ul li {
        padding-bottom: 75px;
    }
    .about .leaders__box .leaders__box_header {
        font-family: Roboto;
        font-size: 30px;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: 0em;
        height: 100%;
        vertical-align: middle;
        text-align: left;
        padding-bottom: 16px;
    }
        .about .leaders__box .leaders__box_header .linkedin-icon {
            vertical-align: middle;
        }
    .about .leaders__box .leaders__box_lider_name {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #2D75B4;
    }
    .about .leaders__box .leader-image {
        width: 24%;
        border-radius: 15px;
    }
    .about .leaders__box .leaders__box__description {
        width: 75%;
        vertical-align: top;
        padding-left: 50px;
        display: inline-block;
    }
    .about .leaders__box .leaders__box__description_text {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left;
    }
.about .news-section {
    background-color: #ECF4FC !important;
    position: relative;
}
    .about .news-section .wrap {
        max-width: 1356px;
        padding: 0;
        position: relative;
    }
.news__text-box {
    padding: 75px 0;
    background: #fff;
}

.news__text-box__wrapper {
    display: flex;
  /*  align-items: center;*/
    width: 100%;
    max-width: 1054px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 780px) {
    .news__text-box__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

.news__text-box__col_title {
    width: 29%;
    flex-shrink: 0;
    margin-right: 80px;
    padding-bottom: 27px;
    position: relative;
}

    .news__text-box__col_title:after {
        display: block;
        width: 103px;
        height: 2px;
        background: #1a9dd3;
        position: absolute;
        top: 65px;
        left: 0;
        content: "";
    }

    .news__text-box__col_title h1 {
        font-size: 40px;
        font-weight: bold;
        color: #596b83;
        line-height: 1em;
    }

@media (max-width: 780px) {
    .news__text-box__col_title {
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.news__text-box__col_text p {
    font-size: 18px;
    font-weight: 300;
    color: #596b83;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.news__text-box__col_text li {
    margin-bottom: 80px;
}


.news__text-box__col_text p.subtitle {
    font-size: 26px;
    color: #1a9dd3;
    margin-bottom: 45px;
}

.about .news__text-box .news__box_header_link {
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 10px;
}


.about .news__text-box .news__link {
    color: #1a9dd3;
    font-size: 16px;
}
.about .news__text-box .news__title__link {
    color: #1a9dd3;
    text-decoration-line: underline;
}
.about .news__text-box .news__box_description {
    line-height:22px;
}

@media (max-width: 1400px) {
    .about .first-section .building .alien-wrap {
        display: block;
    }
}

@media (max-width: 1400px) {
    .about .first-section-linkedin .building .alien-wrap {
        display: block;
    }
}

@media (max-width: 640px) {
    .about .first-section .building {
        display: none;
    }
}

@media (max-width: 640px) {
    .about .first-section-linkedin .building {
        display: none;
    }
}

.about .first-section:before {
    display: block;
    width: 100%;
    height: 385px;
    background-color: #ECF4FC;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: "";
}

.about .first-section-linkedin:before {
    display: block;
    width: 100%;
    height: 385px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: "";
}

@media (max-width: 1300px) {
    .about .first-section:before {
        display: none;
    }
}

@media (max-width: 1300px) {
    .about .first-section-linkedin:before {
        display: none;
    }
}

@media (max-width: 1024px) {
    .about .first-section {
        background: url(images/about-bg-tablet.jpg) left top no-repeat;
    }
}

@media (max-width: 1024px) {
    .about .first-section-linkedin {
        background: url(images/about-bg-tablet.jpg) left top no-repeat;
    }
}

@media (max-width: 640px) {
    .about .first-section {
        background: url(images/about-bg-tablet.jpg) left top no-repeat;
    }
}

@media (max-width: 640px) {
    .about .first-section-linkedin {
        background: url(images/about-bg-tablet.jpg) left top no-repeat;
    }
}

.about__text-box {
    padding: 75px 0;
    background: #fff;
}

.about__text-box__wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1054px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 780px) {
    .about__text-box__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

.about__text-box__col_title {
    width: 29%;
    flex-shrink: 0;
    margin-right: 80px;
    padding-bottom: 27px;
    position: relative;
}

    .about__text-box__col_title h1:after {
        display: block;
        width: 103px;
        height: 2px;
        background: #1a9dd3;
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
    }

    .about__text-box__col_title h1 {
        font-size: 40px;
        font-weight: bold;
        color: #596b83;
        line-height: 1em;
    }
    .about__text-box__col_title a {
        font-size: 18px;
        text-decoration: underline;
        color: #4d95f1;
    }

@media (max-width: 780px) {
    .about__text-box__col_title {
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.about__text-box__col_text p {
    font-size: 18px;
    font-weight: 300;
    color: #596b83;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.about__text-box__col_text .sub-title {
    font-style: italic;
    font-size: 20px;
    color: #596b83;
    font-weight: 500;
}
    .about__text-box__col_text p.subtitle {
        font-size: 30px;
        color: #1a9dd3;
        margin-bottom: 45px;
    }

.about .second-section {
    min-height: 426px;
    position: relative;
}

    .about .second-section iframe {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.about .third-section {
    padding: 50px 0 80px;
    background: #395ca1;
    background: -moz-linear-gradient(left, #395ca1 0%, #26a2d5 100%);
    background: -webkit-linear-gradient(left, #395ca1 0%, #26a2d5 100%);
    background: linear-gradient(to right, #395ca1 0%, #26a2d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395ca1', endColorstr='#26a2d5', GradientType=1);
}

.about .contact-us h1 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 27px;
    margin-bottom: 35px;
    position: relative;
    text-transform: uppercase;
}

    .about .contact-us h1:after {
        display: block;
        width: 103px;
        height: 2px;
        background: #1a9dd3;
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
    }

.about .contact-us__wrapper {
    display: flex;
}
.about .contact_us_form_wrap {
    max-width: 1356px;
    padding: 0px;
}

@media (max-width: 1400px) {
        .about .contact_us_form_wrap {
        padding: 15px;
    }
    .about .leadership-section .wrap {
        padding: 15px;
    }
}
@media (max-width: 780px) {
    .about .contact-us__wrapper {
        flex-direction: column;
    }
}

.about .contact-us__box {
    width: 50%;
}

.about .contact-us__box_info {
    padding-right: 38px;
}

    .about .contact-us__box_info ul  {
        height: 100%;
    }
        .about .contact-us__box_info ul li {
            display: flex;
            align-items: baseline;
            padding: 0;
            color: #fff;
            font-size: 18px;
            font-weight: 300;
            line-height: 1.4em;
            margin-bottom: 25px;
        }

        .about .contact-us__box_info ul li a {
            color: inherit;
            text-decoration: underline;
        }

            .about .contact-us__box_info ul li a:hover {
                text-decoration: none;
            }

            .about .contact-us__box_info ul li a.text-decoration--none {
                text-decoration: none;
            }

                .about .contact-us__box_info ul li a.text-decoration--none:hover {
                    text-decoration: underline;
                }

        .about .contact-us__box_info ul li .fas {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            margin-right: 40px;
            background: #f87e62;
            font-size: 20px;
            width: 37px;
            height: 37px;
            border-radius: 50%;
        }

        .about .contact-us__box_info ul li .rotated--90 {
            transform: rotate(90deg);
        }

        .about .contact-us__box_info ul li:after {
            display: none;
        }

@media (max-width: 780px) {
    .about .contact-us__box_info {
        padding-right: 0;
    }
}

.about .contact-us__box_form {
    padding: 23px 38px;
    border-left: solid 1px #95bedd;
}

.about .contact-us__box_form__title {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 15px;
}

.about .contact-us__box_form__fields {
    display: block;
}

.about .contact-us__box_form__fields__input-box {
    display: flex;
}

.about .contact-us__box_form__fields__input-box__input {
    margin-bottom: 8px;
    width: 100%;
}

    .about .contact-us__box_form__fields__input-box__input label {
        display: block;
        margin-bottom: 3px;
        font-size: 10px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        opacity: 0;
    }

        .about .contact-us__box_form__fields__input-box__input label.visible {
            opacity: 1;
        }

    .about .contact-us__box_form__fields__input-box__input input[type="text"], .about .contact-us__box_form__fields__input-box__input input[type="email"] {
        display: block;
        width: 100%;
        height: 32px;
        padding: 0 10px;
        outline: 0;
        border: none;
        background: #fff;
    }

    .about .contact-us__box_form__fields__input-box__input input[type="text"], .about .contact-us__box_form__fields__input-box__input input[type="email"] {
        font-size: 12px;
        font-weight: bold;
        color: #1a9dd3;
        text-transform: uppercase;
    }

        .about .contact-us__box_form__fields__input-box__input input[type="text"]:focus, .about .contact-us__box_form__fields__input-box__input input[type="email"]:focus {
            box-shadow: 2px 2px 3px 0 rgba(1, 1, 1, 0.2);
        }
            /* ReSharper disable once CssNotResolved */
            /* ReSharper disable once CssNotResolved */
            .about .contact-us__box_form__fields__input-box__input input[type="text"]:focus::placeholder, .about .contact-us__box_form__fields__input-box__input input[type="email"]:focus {
                color: #1a9dd3;
                ;
            }

    .about .contact-us__box_form__fields__input-box__input:first-child {
        margin-right: 14px;
    }

@media (max-width: 780px) {
    .about .contact-us__box_form__fields__input-box__input {
        max-width: 100%;
    }
}

.about .contact-us__box_form__fields__textarea-box label {
    display: block;
    margin-bottom: 3px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
}

    .about .contact-us__box_form__fields__textarea-box label.visible {
        opacity: 1;
    }

.about .contact-us__box_form__fields__textarea-box textarea {
    display: block;
    width: 100%;
    height: 82px;
    padding: 10px;
    outline: 0;
    border: none;
    background: #fff;
    resize: none;
    margin-bottom: 22px;
}

.about .contact-us__box_form__fields__textarea-box textarea {
    font-size: 12px;
    font-weight: bold;
    color: #1a9dd3;
    text-transform: uppercase;
}

    .about .contact-us__box_form__fields__textarea-box textarea:focus {
        box-shadow: 2px 2px 3px 0 rgba(1, 1, 1, 0.2);
    }

    .about .contact-us__box_form__fields__textarea-box textarea:focus {
        color: #1a9dd3
    }

.about .contact-us__box_form__fields .btn {
    margin: 0 auto;
}

@media (max-width: 780px) {
    .about .contact-us__box_form {
        padding-left: 0;
        padding-right: 0;
        border: none;
    }
}

@media (max-width: 780px) {
    .about .contact-us__box {
        width: 100%;
    }
}

.title-row {
    padding: 50px 0;
}

    .title-row h2 {
        display: block;
        padding: 0 0 10px;
        position: relative;
        font-size: 40px;
        color: #596b83;
        font-weight: bold;
        line-height: 1;
    }

        .title-row h2:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100px;
            height: 2px;
            background-color: #1a9dd3;
        }

hr {
    border: 2px solid #eaf4fd;
}

div.table {
    width: 100%;
    margin-bottom: 25px;
}

    div.table .row:first-child div {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        text-align: center;
        padding: 10px 6px;
        background-color: #eaf4fd;
        font-size: 17px;
        color: #596b83;
        font-weight: bold;
        line-height: 1;
        margin: 0px !important;
        text-overflow: initial;
    }

    div.table .row {
        padding: 10px 6px;
        font-size: 18px;
        color: #596b83;
        line-height: 1.4;
        font-weight: 300;
        vertical-align: top;
        border-bottom: 1px solid #cfdce8;
    }

    div.table section .row:first-child div {
        padding: 10px 6px;
        font-size: 18px;
        color: #596b83;
        line-height: normal;
        font-weight: 300;
        text-align: inherit;
        background-color: #ffffff;
    }


    div.table section {
        padding: 10px 6px;
        font-size: 18px;
        color: #596b83;
        line-height: 1.4;
        font-weight: 300;
        vertical-align: top;
        border-bottom: 1px solid #cfdce8;
    }

        div.table section div {
            padding: 10px 6px;
            font-size: 18px;
            color: #596b83;
            font-weight: 300;
            vertical-align: top;
        }

    div.table .row:first-child {
        border-bottom: none;
    }

.badge-not-bold {
    font-size: 14px;
    font-style: normal;
    line-height: 1.714;
    font-weight: 300;
}

table .table {
    width: 100%;
    margin-bottom: 25px;
}

    table.table td, table th {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    table.table td {
        padding: 20px 25px;
        font-size: 18px;
        color: #596b83;
        line-height: 1.4;
        font-weight: 300;
        vertical-align: top;
        border-bottom: 1px solid #cfdce8;
    }

        table.table td p {
            font-size: 18px;
            color: #596b83;
            line-height: 1.4;
            font-weight: 300;
        }

    table.table th {
        text-align: start;
        padding: 10px 25px;
        background-color: #eaf4fd;
        font-size: 18px;
        color: #596b83;
        font-weight: bold;
        line-height: 1.1;
    }

    table.table tr:nth-child(2n) td {
        background-color: #fbfdff;
    }

    table.table tr:last-child td {
        border-bottom: 0;
    }

.inputer {
    margin-bottom: 20px;
}

    .inputer .error-text {
        display: none;
        background-color: #f78c8c;
        padding: 15px;
        font-weight: 300;
        font-size: 15px;
        color: white;
        line-height: 1.6;
        margin-bottom: 5px;
    }

    .inputer .worning-text {
        display: block;
        background-color: #fff3cd;
        padding: 15px;
        font-weight: 300;
        font-size: 14px;
        color: #856404;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .inputer .error-text-small {
        display: none;
        background-color: #f78c8c;
        padding: 5px;
        font-weight: 200;
        font-size: 13px;
        color: white;
        line-height: 1.6;
        margin-bottom: 5px;
    }

    .inputer .error-text i {
        margin-right: 5px;
    }

.inputer .worning-text i {
    margin-right: 5px;
}

    .inputer .labled {
        padding: 25px 0 0 0;
        position: relative;
    }

        .inputer .labled .jumper {
            position: absolute;
            top: 35px;
            left: 15px;
            font-size: 15px;
            color: #1a9dd3;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 24px;
            pointer-events: none;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            z-index: 1;
        }

        .inputer .labled.is-dirty .jumper, .inputer .labled.is-focus .jumper {
            font-size: 12px;
            color: #596b83;
            top: 0;
            left: 0;
        }

        .inputer .labled input {
            width: 100%;
            height: 45px;
            padding: 0 10px;
            border-style: solid;
            border-width: 1px;
            border-color: #cfdce8;
            background-color: white;
            font-size: 15px;
            color: #596b83;
            font-weight: 300;
            -webkit-box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0);
            -moz-box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0);
            box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

            .inputer .labled input:disabled {
                background-color: rgba(217, 217, 217, 0.61);
            }

            .inputer .labled input:focus {
                -webkit-box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0.2);
                -moz-box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0.2);
                box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0.2);
            }

        .inputer .labled textarea {
            width: 100%;
            height: 115px;
            padding: 12px 10px;
            border-style: solid;
            border-width: 1px;
            border-color: #cfdce8;
            background-color: white;
            resize: none;
            font-size: 15px;
            color: #596b83;
            font-weight: 300;
            -webkit-box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0);
            -moz-box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0);
            box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

            .inputer .labled textarea:focus {
                -webkit-box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0.2);
                -moz-box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0.2);
                box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0.2);
            }

    .inputer.error .error-text {
        display: block;
    }

    .inputer.error .error-text-small {
        display: block;
    }

    .inputer.error .labled input, .inputer.error .labled textarea {
        border-color: #f78c8c;
        -webkit-box-shadow: 0px 0px 3.6px 1.4px rgba(229, 101, 101, 0.75);
        -moz-box-shadow: 0px 0px 3.6px 1.4px rgba(229, 101, 101, 0.75);
        box-shadow: 0px 0px 3.6px 1.4px rgba(229, 101, 101, 0.75);
    }

    .inputer .labled input.input-validation-error, .inputer .labled textarea.input-validation-error {
        border-color: #f78c8c;
        -webkit-box-shadow: 0px 0px 3.6px 1.4px rgba(229, 101, 101, 0.75);
        -moz-box-shadow: 0px 0px 3.6px 1.4px rgba(229, 101, 101, 0.75);
        box-shadow: 0px 0px 3.6px 1.4px rgba(229, 101, 101, 0.75);
    }

    .inputer.success .labled input, .inputer.success .labled textarea {
        border-color: #a3d25f;
        -webkit-box-shadow: 0px 0px 3.6px 1.4px rgba(163, 210, 95, 0.75);
        -moz-box-shadow: 0px 0px 3.6px 1.4px rgba(163, 210, 95, 0.75);
        box-shadow: 0px 0px 3.6px 1.4px rgba(163, 210, 95, 0.75);
    }

button.default, a.default {
    display: inline-block;
    padding: 10px 15px;
    font-size: 13px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background-color: #f87e62;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(235, 126, 98, 0.38);
    -moz-box-shadow: 0px 5px 5px 0px rgba(235, 126, 98, 0.38);
    box-shadow: 0px 5px 5px 0px rgba(235, 126, 98, 0.38);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

    button.default:hover, a.default:hover {
        background-color: #f87e62;
        -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(235, 126, 98, 0.62);
        -moz-box-shadow: 2.5px 4.33px 5px 0px rgba(235, 126, 98, 0.62);
        box-shadow: 2.5px 4.33px 5px 0px rgba(235, 126, 98, 0.62);
    }

    button.default:disabled, a.default:disabled {
        background-color: #cfcfcf !important;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
        -moz-box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
        box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
    }


button.view-quote, a.view-quote {
    display: inline-block;
    padding: 10px 15px;
    font-size: 13px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background-color: #17a2b8;
    -webkit-box-shadow: 0px 5px 5px 0px rgb(56, 147, 171, 0.38);
    -moz-box-shadow: 0px 5px 5px 0px rgb(56, 147, 171, 0.38);
    box-shadow: 0px 5px 5px 0px rgb(56, 147, 171, 0.38);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

    button.view-quote:hover, a.view-quote:hover {
        background-color: #17a2b8;
        -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(56, 147, 171, 0.38);
        -moz-box-shadow: 2.5px 4.33px 5px 0px rgba(56, 147, 171, 0.38);
        box-shadow: 2.5px 4.33px 5px 0px rgba(56, 147, 171, 0.38);
    }

    button.view-quote:disabled, a.view-quote:disabled {
        background-color: #cfcfcf;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
        -moz-box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
        box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
    }

button.send-or-download-invoice, a.send-or-download-invoice {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    color: #596b83;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: solid 1px;
    cursor: pointer;
}

    button.send-or-download-invoice:hover, a.send-or-download-invoice:hover {
        background-color: #8ad542;
        color: white;
    }

    button.send-or-download-invoice:disabled, a.send-or-download-invoice:disabled {
        background-color: #cfcfcf;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
        -moz-box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
        box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
    }


button.more-info, a.more-info {
    display: inline-block;
    padding: 10px 15px;
    font-size: 13px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background-color: #dc3545;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(235, 126, 98, 0.38);
    -moz-box-shadow: 0px 5px 5px 0px rgba(235, 126, 98, 0.38);
    box-shadow: 0px 5px 5px 0px rgba(235, 126, 98, 0.38);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

    button.more-info:hover, a.more-info:hover {
        background-color: #dc3545;
        -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(235, 126, 98, 0.38);
        -moz-box-shadow: 2.5px 4.33px 5px 0px rgba(235, 126, 98, 0.38);
        box-shadow: 2.5px 4.33px 5px 0px rgba(235, 126, 98, 0.38);
    }

    button.more-info:disabled, a.more-info:disabled {
        background-color: #cfcfcf;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
        -moz-box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
        box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
    }

button.renewal-info, a.more-info {
    display: inline-block;
    padding: 10px 15px;
    font-size: 13px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background-color: #17a2b8;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(27, 158, 179, 0.38);
    -moz-box-shadow: 0px 5px 5px 0px rgba(27, 158, 179, 0.38);
    box-shadow: 0px 5px 5px 0px rgba(27, 158, 179, 0.38);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

    button.renewal-info:hover, a.more-info:hover {
        background-color: #17a2b8;
        -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(27, 158, 179, 0.38);
        -moz-box-shadow: 2.5px 4.33px 5px 0px rgba(27, 158, 179, 0.38);
        box-shadow: 2.5px 4.33px 5px 0px rgba(27, 158, 179, 0.38);
    }

    button.renewal-info:disabled, a.more-info:disabled {
        background-color: #cfcfcf;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
        -moz-box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
        box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 0.38);
    }


.selected_response_border {
    border-bottom: 2px solid #17a2b8 !important;
    border-top: 2px solid #17a2b8;
    border-right: 2px solid #17a2b8;
    border-left: 2px solid #17a2b8;
    border-radius: 1rem;
}

.tabs-block {
    margin-bottom: 30px;
}

    .tabs-block.horizontal {
        border: 1px solid #cfdce8;
    }

        .tabs-block.horizontal .navigation {
            list-style: none;
            padding: 0;
            margin: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            -moz-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -moz-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            background-color: #eaf4fd;
            border-bottom: 1px solid #cfdce8;
        }

            .tabs-block.horizontal .navigation li {
                position: relative;
                padding: 10px 0;
                cursor: pointer;
            }

                .tabs-block.horizontal .navigation li .name {
                    padding: 0px 30px;
                    letter-spacing: 0.1em;
                    font-size: 13px;
                    color: #596b83;
                    font-weight: bold;
                    text-transform: uppercase;
                    line-height: 2.308;
                }

                .tabs-block.horizontal .navigation li.disabled {
                    cursor: not-allowed !important;
                }

                    .tabs-block.horizontal .navigation li.disabled .name {
                        color: #9ea8b4 !important;
                        cursor: not-allowed !important;
                    }

                .tabs-block.horizontal .navigation li .name:before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: -1px;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    height: 24px;
                    width: 1px;
                    background-color: #cfdce8;
                }

                .tabs-block.horizontal .navigation li .name:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 0;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    height: 0px;
                    width: 1px;
                    background-color: #cfdce8;
                }

                .tabs-block.horizontal .navigation li:last-child .name:before {
                    display: none;
                }

                .tabs-block.horizontal .navigation li:first-child .name:after {
                    display: none;
                }

                .tabs-block.horizontal .navigation li:after {
                    content: '';
                    position: absolute;
                    top: 100%;
                    left: 0;
                    right: 0;
                    height: 2px;
                    background-color: #fff;
                    opacity: 0;
                }

                .tabs-block.horizontal .navigation li:before {
                    content: '';
                    position: absolute;
                    bottom: 100%;
                    left: 0px;
                    right: 0px;
                    height: 0px;
                    background-color: #1a9dd3;
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    transition: all 0.3s;
                }

                .tabs-block.horizontal .navigation li.active {
                    background-color: #fff;
                    color: #1a9dd3;
                    z-index: 5;
                }

                    .tabs-block.horizontal .navigation li.active .name:before {
                        height: 100%;
                        display: block !important;
                    }

                    .tabs-block.horizontal .navigation li.active .name:after {
                        height: 100%;
                    }

                    .tabs-block.horizontal .navigation li.active:after {
                        opacity: 1;
                    }

                    .tabs-block.horizontal .navigation li.active:before {
                        height: 4px;
                    }

        .tabs-block.horizontal .content {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .tabs-block.horizontal .content li.content-item {
                display: none;
            }

                .tabs-block.horizontal .content li.content-item.active {
                    display: block;
                }

            .tabs-block.horizontal .content .texter-container {
                padding: 30px;
            }

.disabled-select .filter-option {
    background-color: #cfdce8 !important;
}

.enabled-select .filter-option {
    background-color: white !important;
}

.tabs-block.vertical {
    border: 1px solid #cfdce8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .tabs-block.vertical:after {
        content: '';
        display: block;
        height: 0;
        font-size: 1px;
        line-height: 1px;
        overflow: hidden;
        clear: both;
    }

    .tabs-block.vertical .navigation {
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: #eaf4fd;
        width: 250px;
        border-right: 1px solid #cfdce8;
    }

        .tabs-block.vertical .navigation li {
            position: relative;
            cursor: pointer;
        }

            .tabs-block.vertical .navigation li .name {
                padding: 15px 30px;
                letter-spacing: 0.1em;
                font-size: 13px;
                color: #596b83;
                font-weight: bold;
                text-transform: uppercase;
                line-height: 2.308;
            }

            .tabs-block.vertical .navigation li:first-child .name:after {
                display: none;
            }

            .tabs-block.vertical .navigation li:after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 100%;
                width: 2px;
                background-color: #fff;
                opacity: 0;
            }

            .tabs-block.vertical .navigation li:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0px;
                right: 0;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
                height: 1px;
                background-color: #cfdce8;
            }

            .tabs-block.vertical .navigation li:last-child:before {
                display: none;
            }

            .tabs-block.vertical .navigation li.active {
                background-color: #fff;
                color: #1a9dd3;
                z-index: 5;
            }

                .tabs-block.vertical .navigation li.active:after {
                    opacity: 1;
                }

    .tabs-block.vertical .content {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        width: -webkit-calc(100% - 250px);
        width: -moz-calc(100% - 250px);
        width: calc(100% - 250px);
    }

        .tabs-block.vertical .content li.content-item {
            display: none;
        }

        .tabs-block.vertical .content li.active {
            display: block;
        }

        .tabs-block.vertical .content .texter-container {
            padding: 30px;
        }

.texter p {
    font-size: 17px;
    color: #596b83;
    line-height: 1.412;
    font-weight: 300;
    margin-bottom: 20px;
}

.texter a {
    color: #1a9dd3;
    text-decoration: underline;
}

.texter strong, .texter b {
    font-weight: 500;
}

.texter ul {
    list-style: none;
    padding: 0 0 0 60px;
}

    .texter ul li {
        position: relative;
        padding: 0;
        font-size: 17px;
        color: #596b83;
        line-height: 1.412;
        font-weight: 300;
    }

        .texter ul li:before {
            content: '';
            position: absolute;
            top: 50%;
            left: -32px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 16px;
            height: 16px;
            border: 4px solid #eb7e62;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
        }

.texter ol {
    list-style: none;
    padding: 0 0 0 60px;
    counter-reset: list;
}

    .texter ol li {
        position: relative;
        padding: 4px 0;
        font-size: 17px;
        color: #596b83;
        line-height: 1.412;
        font-weight: 300;
    }

        .texter ol li:before {
            counter-increment: list;
            content: counter(list);
            position: absolute;
            top: 50%;
            left: -32px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            background-color: #eb7e62;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
            line-height: 24px;
            text-align: center;
            font-size: 14px;
            color: white;
            font-weight: bold;
        }

.chekbox-input {
    position: relative;
    padding: 10px 0;
    border-bottom: none !important;
}

    .chekbox-input label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer;
    }

        .chekbox-input label input {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            width: 0;
            height: 0;
            overflow: hidden;
        }

        .chekbox-input label .beutify {
            width: 28px;
            height: 28px;
            border: 1px solid #cfdce8;
            position: relative;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            background-color: #fff;
        }

            .chekbox-input label .beutify:before {
                content: '';
                position: absolute;
                width: 8px;
                height: 16px;
                border-bottom: 2px solid #fff;
                border-right: 2px solid #fff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 10px;
                top: 3px;
                opacity: 0;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

        .chekbox-input label .texter {
            width: -webkit-calc(100% - 35px);
            width: -moz-calc(100% - 35px);
            width: calc(100% - 35px);
            font-size: 14px;
            color: #596b83;
            /*font-style: italic;*/
            line-height: 1.714;
            font-weight: 300;
        }

        .chekbox-input label:hover .beutify {
            background-color: #1a9dd3;
            border-color: #1a9dd3;
        }

        .chekbox-input label input:checked ~ .beutify {
            background-color: #1a9dd3;
            border-color: #1a9dd3;
        }
        .chekbox-input label input:disabled ~ .beutify {
            background-color: #b7bbbf;
            border-color: #999a9b;
        }

        .chekbox-input label:hover .green-beutify {
            background-color: #8ad542 !important;
            border-color: #8ad542 !important;
        }

        .chekbox-input label input:checked ~ .green-beutify {
            background-color: #8ad542 !important;
            border-color: #8ad542 !important;
        }

        .chekbox-input label input:checked ~ .beutify:before {
            opacity: 1;
        }
.chekbox-input-sm {
    position: relative;
    padding: 0px 0;
    border-bottom: none !important;
}

    .chekbox-input-sm label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer;
    }

        .chekbox-input-sm label input {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            width: 0;
            height: 0;
            overflow: hidden;
        }

        .chekbox-input-sm label .beutify {
            width: 24px;
            height: 24px;
            border: 1px solid #cfdce8;
            position: relative;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            background-color: #fff;
        }

            .chekbox-input-sm label .beutify:before {
                content: '';
                position: absolute;
                width: 7px;
                height: 14px;
                border-bottom: 2px solid #fff;
                border-right: 2px solid #fff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 8px;
                top: 2px;
                opacity: 0;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

        .chekbox-input-sm label .texter {
            width: -webkit-calc(100% - 35px);
            width: -moz-calc(100% - 35px);
            width: calc(100% - 35px);
            font-size: 14px;
            color: #596b83;
            /*font-style: italic;*/
            line-height: 1.714;
            font-weight: 300;
        }

        .chekbox-input-sm label:hover .beutify {
            background-color: #1a9dd3;
            border-color: #1a9dd3;
        }

        .chekbox-input-sm label input:checked ~ .beutify {
            background-color: #1a9dd3;
            border-color: #1a9dd3;
        }

        .chekbox-input-sm label input:disabled ~ .beutify {
            background-color: #b7bbbf;
            border-color: #999a9b;
        }


        .chekbox-input-sm label input:checked ~ .beutify:before {
            opacity: 1;
        }
.chekbox-input-small {
    width: 18px !important;
    height: 18px !important;
    border-radius: 6px !important;
}

    .chekbox-input-small label .beutify:before {
        left: 5px !important;
        top: 3px !important;
        width: 6px !important;
        height: 9px !important;
        ;
    }

.radio-input {
    position: relative;
    padding: 10px 0;
}

    .radio-input label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer;
    }

        .radio-input label input {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            width: 0;
            height: 0;
            overflow: hidden;
        }

        .radio-input label .beutify {
            width: 22px;
            height: 22px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 1px solid #cfdce8;
            position: relative;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            background-color: #fff;
        }

            .radio-input label .beutify:before {
                content: '';
                position: absolute;
                width: 10px;
                background-color: #fff;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                height: 10px;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                opacity: 0;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

        .radio-input label .texter {
            width: -webkit-calc(100% - 35px);
            width: -moz-calc(100% - 35px);
            width: calc(100% - 35px);
            font-size: 14px;
            color: #596b83;
            font-style: normal;
            line-height: 1.714;
            font-weight: 300;
        }

        .radio-input label:hover .beutify {
            background-color: #1a9dd3;
            border-color: #1a9dd3;
        }

        .radio-input label input:checked ~ .beutify {
            background-color: #1a9dd3;
            border-color: #1a9dd3;
        }

        .radio-input label:hover .green-beutify {
            background-color: #8ad542;
            border-color: #8ad542;
        }

        .radio-input label input:checked ~ .green-beutify {
            background-color: #8ad542;
            border-color: #8ad542;
        }

        .radio-input label input:checked ~ .beutify:before {
            opacity: 1;
        }

.dropdown-single {
    position: relative;
    z-index: 2;
}

    .dropdown-single .drop-title {
        padding: 10px 40px 10px 20px;
        background-color: #007bff;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        cursor: pointer;
    }

        .dropdown-single .drop-title .name {
            font-size: 15px;
            color: white;
            font-weight: bold;
            line-height: 1.1;
        }

        .dropdown-single .drop-title .arrow {
            position: absolute;
            width: 14px;
            height: 14px;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            right: 18px;
            top: 8px;
        }

    .dropdown-single .drop-content {
        position: absolute;
        top: -webkit-calc(100% + 10px);
        top: -moz-calc(100% + 10px);
        top: calc(100% + 10px);
        background-color: #fff;
        left: 0;
        right: 0;
        /*-webkit-box-shadow: 0px 5px 20px 0px #eaf4fd;
        -moz-box-shadow: 0px 5px 20px 0px #eaf4fd;
        box-shadow: 0px 5px 20px 0px #eaf4fd;*/
        display: none;
    }

        .dropdown-single .drop-content ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .dropdown-single .drop-content ul a {
                display: block;
                padding: 10px 15px;
                font-size: 14px;
                text-decoration: none;
                color: #007bff;
                background-color: transparent;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
                font-weight: bold;
            }

                .dropdown-single .drop-content ul a:hover {
                    background-color: #eaf4fd;
                }
.dropdown-single-about-us {
    position: relative;
    z-index: 5;
}

    .dropdown-single-about-us .drop-title-about-us {
        padding: 10px 50px 10px 20px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
    }

        .dropdown-single-about-us .drop-title-about-us .name-about-us {
            font-size: 15px;
            color: white;
            font-weight: bold;
            line-height: 1.1;
        }


    .dropdown-single-about-us .drop-content-about-us {
        width: 100px;
        position: absolute;
        top: -webkit-calc(100% + 5px);
        top: -moz-calc(100% + 5px);
        top: calc(100% + 5px);
        background-color: #fff;
        left: 0;
        right: 0;
        display: none;
    }

        .dropdown-single-about-us .drop-content-about-us ul {
            padding: 0;
            margin: 0;
            list-style: none;
            background-color: rgba(69, 119, 178, 1);
        }

            .dropdown-single-about-us .drop-content-about-us ul a {
                display: block;
                padding: 10px 15px;
                font-size: 13px;
                text-decoration: none;
                color: #fff;
                background-color: transparent;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

                .dropdown-single-about-us .drop-content-about-us ul a:hover {
                    font-weight: bold;
                }

.dropdown-single-products {
    position: relative;
    z-index: 5;
}

    .dropdown-single-products .drop-title-products {
        padding: 10px 50px 10px 20px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
    }

        .dropdown-single-products .drop-title-products .name-products {
            font-size: 15px;
            color: white;
            font-weight: bold;
            line-height: 1.1;
        }


    .dropdown-single-products .drop-content-products {
        width: 205px;
        position: absolute;
        top: -webkit-calc(100% + 5px);
        top: -moz-calc(100% + 5px);
        top: calc(100% + 5px);
        background-color: #fff;
        left: 0;
        right: 0;
        display: none;
    }

        .dropdown-single-products .drop-content-products ul {
            padding: 0;
            margin: 0;
            list-style: none;
            background-color: rgba(69, 119, 178, 1);
        }

            .dropdown-single-products .drop-content-products ul a {
                display: block;
                padding: 10px 15px;
                font-size: 13px;
                text-decoration: none;
                color: #fff;
                background-color: transparent;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

                .dropdown-single-products .drop-content-products ul a:hover {
                    font-weight: bold;
                }
                .bootstrap-select .dropdown-menu {
    padding: 0;
    background-color: #eaf4fd;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-item {
    background-color: transparent;
}

    .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
        background-color: #007bff;
        color: #fff;
    }

.dropdown-item {
    padding: 7px 20px;
    font-size: 15px;
    color: #596b83;
    line-height: 2;
    font-weight: 300;
}

.bootstrap-select {
    width: 100% !important;
    position: relative;
}

    .bootstrap-select button {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
        outline: none !important;
        background-color: transparent !important;
        border: 1px solid #cfdce8 !important;
        height: 45px;
        padding: 10px 40px 10px 10px;
        font-size: 15px;
        color: #1a9dd3 !important;
        font-weight: bold;
        line-height: 1.6;
    }

        .bootstrap-select button:focus {
            outline: none !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
        }

    .bootstrap-select .dropdown-toggle:focus {
        outline: none !important;
    }

    .bootstrap-select .dropdown-toggle .filter-option-inner {
        padding: 0;
    }

    .bootstrap-select .dropdown-toggle:after {
        padding: 0;
        margin: 0;
        border: none;
        position: absolute;
        width: 14px;
        height: 14px;
        border-right: 1px solid #23a1d5;
        border-bottom: 1px solid #23a1d5;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 18px;
        top: 11px;
    }

    .bootstrap-select .dropdown-menu {
        width: 100% !important;
        left: 0;
        right: 0;
        min-width: 0 !important;
    }

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 0;
}

.bs-searchbox {
    border-bottom: 1px solid #cfdce8;
}

    .bs-searchbox .form-control {
        background-color: #fff;
        padding: 0 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        outline: none;
    }

        .bs-searchbox .form-control:focus {
            border-color: #ced4da;
            outline: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

h4 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #596b83;
    padding-bottom: 30px;
}

h5 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #596b83;
    padding-bottom: 30px;
}

.error-text.field-validation-error {
    display: block;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

body {
    background: white;
    margin: 0;
    padding: 0;
}

.main-container {
    display: table;
    width: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.form-container {
    position: relative;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
}

    .form-container form > div {
        padding: 0 15px;
    }

    .form-container form > button {
        margin-left: 15px;
    }

legend.form-label {
    font-size: 24pt;
    padding: 0 15px;
}

.form-control.error {
    border-color: red;
}

.form-hint {
    font-size: 7pt;
    line-height: 9pt;
    margin: -5px auto 5px;
    color: #999;
}

    .form-hint.error {
        color: #C00;
        font-weight: bold;
        font-size: 8pt;
    }

.password-count {
    float: right;
    position: relative;
    bottom: 24px;
    right: 10px;
}

.strength-meter {
    position: relative;
    height: 3px;
    background: #DDD;
    margin: 10px auto 20px;
    border-radius: 3px;
}

    .strength-meter:before,
    .strength-meter:after {
        content: '';
        height: inherit;
        background: transparent;
        display: block;
        border-color: #FFF;
        border-style: solid;
        border-width: 0 5px 0 5px;
        position: absolute;
        width: 80px;
        z-index: 10;
    }

    .strength-meter:before {
        left: 70px;
    }

    .strength-meter:after {
        right: 70px;
    }

.strength-meter-fill {
    background: transparent;
    height: inherit;
    position: absolute;
    width: 0;
    border-radius: inherit;
    transition: width 0.5s ease-in-out, background 0.25s;
}

    .strength-meter-fill[data-strength='0'] {
        background: darkred;
        width: 20%;
    }

    .strength-meter-fill[data-strength='1'] {
        background: orangered;
        width: 40%;
    }

    .strength-meter-fill[data-strength='2'] {
        background: orange;
        width: 60%;
    }

    .strength-meter-fill[data-strength='3'] {
        background: yellowgreen;
        width: 80%;
    }

    .strength-meter-fill[data-strength='4'] {
        background: green;
        width: 100%;
    }

.inputer.file label {
    width: auto;
    display: inline-block;
    background-color: #eaf4fd;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

    .inputer.file label input {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        opacity: 0;
    }

    .inputer.file label .con {
        display: block;
        padding: 15px 25px;
        font-size: 13px;
        color: white;
        font-weight: bold;
        letter-spacing: 0.1em;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background-color: #f87e62;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(235, 126, 98, 0.38);
        -moz-box-shadow: 0px 5px 5px 0px rgba(235, 126, 98, 0.38);
        box-shadow: 0px 5px 5px 0px rgba(235, 126, 98, 0.38);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        border: none;
        word-wrap: break-word;
    }

    .inputer.file label .con1 {
        display: block;
        padding: 15px 25px;
        font-size: 16px;
        color: white;
        font-weight: bold;
        letter-spacing: 0.1em;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background-color: #17a2b8;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(235, 126, 98, 0.38);
        -moz-box-shadow: 0px 5px 5px 0px rgba(235, 126, 98, 0.38);
        box-shadow: 0px 5px 5px 0px rgba(235, 126, 98, 0.38);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        border: none;
        word-wrap: break-word;
    }


    .inputer.file label .con:hover {
        background-color: #f87e62;
        -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(235, 126, 98, 0.62);
        -moz-box-shadow: 2.5px 4.33px 5px 0px rgba(235, 126, 98, 0.62);
        box-shadow: 2.5px 4.33px 5px 0px rgba(235, 126, 98, 0.62);
    }

    .inputer.file label .con strong {
        margin-left: 10px;
    }

.inputer.file.error label {
    background-color: #f78c8c;
}

.inputer.file.success label {
    background-color: rgba(163, 210, 95, 0.6);
}

.inputer.file .jumper {
    font-size: 12px;
    color: #596b83;
    top: 0;
    left: 0;
}

.inputer.date .jumper {
    font-size: 12px;
    color: #596b83;
    top: 0;
    left: 0;
}

.inputer .jumper.static {
    font-size: 12px;
    color: #596b83;
    top: 0;
    left: 0;
}




/* ---------- Loader ---------- */
.loader {
    border: 8px solid #f3f3f3 !important;
    border-radius: 50%;
    border-top: 8px solid #f87e62 !important;
    width: 3em;
    height: 3em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; /* this comes last */
}

/* ---------- Loader ---------- */
.loader-inside {
    border: 8px solid #f3f3f3 !important;
    border-radius: 50%;
    border-top: 8px solid #f87e62 !important;
    width: 3em;
    height: 3em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; /* this comes last */
}


.loader-inside-xs {
    border: 8px solid #f3f3f3 !important;
    border-radius: 50%;
    border-top: 8px solid #f87e62 !important;
    width: 1em;
    height: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; /* this comes last */
    display: inline-table;
}

/* ---------- Loader ---------- */
.loader-pdf {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #f87e62;
    width: 3em;
    height: 3em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; /* this comes last */
    position: absolute;
    left: 50%;
    right: 0;
    top: 20%;
    text-align: center;
}

.loader-payment {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #28a745;
    width: 3em;
    height: 3em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; /* this comes last */
    position: absolute;
    left: 50%;
    right: 0;
    top: 20%;
    text-align: center;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sort {
    cursor: pointer;
}

.container-fluid {
    padding-left: 2%;
    padding-right: 2%;
}

.breadcrumb {
    background-color: initial !important;
}



.dropdown .btn:focus {
    -webkit-box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0.2) !important;
    -moz-box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0.2) !important;
    box-shadow: 1px 1.732px 3px 0px rgba(1, 1, 1, 0.3) !important;
    border-color: #69a5dd !important;
    border-style: solid !important;
    border-width: 2px !important;
}

.page-link:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}


ul.pretty {
    list-style: none;
    padding: 0 0 0 60px;
}

    ul.pretty li {
        position: relative;
        padding: 0;
        font-size: 17px;
        color: #596b83;
        line-height: 1.412;
        font-weight: 300;
    }

        ul.pretty li:before {
            content: '';
            position: absolute;
            top: 50%;
            left: -32px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 16px;
            height: 16px;
            border: 4px solid #eb7e62;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
        }

.pretty_text {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.3em;
    margin-bottom: 15px;
}

/*
    *   PAYMENT TYPE SECTION
    */
.payment-type {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .payment-type .form-group {
        overflow: visible;
    }

.payment-ui-card {
    width: 44%;
    float: left;
    position: relative;
}

.payment-ui-card-wrapper {
    color: #89929d;
    border: 1px solid #ced6d8;
    font-size: 18px;
    border-radius: 5px;
    padding: 30px;
    transition: ease-in-out .2s;
}

.form-group .payment-ui-card .payment-radio.form-control {
    position: absolute;
    width: 105%;
    height: 105%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.form-group .payment-ui-card .payment-radio:focus {
    outline: none;
}

.form-group .payment-ui-card .payment-radio:hover {
    cursor: pointer;
}

.large-device .payment-ui-card:nth-child(2) {
    margin-left: 11.7%;
}


.ui-card-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6eaeb
}

    .ui-card-header .img-responsive {
        margin: 0 auto
    }

    .ui-card-header h3 {
        font-size: 22px;
        font-family: PROXIMANOVA-SEMIBOLD;
        font-weight: 400
    }

.payment-ui-card .ui-card-header img {
    width: 30%
}

.ui-card-details {
    font-family: PROXIMANOVA-REGULAR;
    color: #b1b6bd;
    font-size: 18px;
    padding-top: 10px
}

    .ui-card-details .ui-card-row {
        padding-top: 16px
    }

        .ui-card-details .ui-card-row.fees {
            font-family: PROXIMANOVA-SEMIBOLD;
            font-weight: 400;
            color: #8c949e
        }

            .ui-card-details .ui-card-row.fees .info {
                color: #8ad542
            }

    .ui-card-details .info {
        float: right
    }

    .ui-card-details span.currency:before,
    span.currency:before {
        content: "$"
    }

.payment-ui-card .radio-button {
    border-radius: 100%;
    height: 40px;
    width: 40px;
    border: 1px solid #ced6d8;
    background: #fff;
    position: absolute;
    left: 43%;
    bottom: -5%;
    padding-top: 4px
}

    .payment-ui-card .radio-button span {
        display: block;
        background-color: #fff;
        height: 30px;
        width: 30px;
        margin: 0 auto;
        border-radius: 100%;
        transition: ease-in-out .2s;
    }

    .form-group .large-device .payment-ui-card .payment-radio:checked ~ .payment-ui-card-wrapper .radio-button span,
    .form-group .small-device .payment-ui-card .payment-radio:checked + .radio-button span {
        background-color: #8ad542;
        transition: ease-in-out .2s;
    }

    .form-group .large-device .payment-ui-card .payment-radio:checked ~ .payment-ui-card-wrapper .radio-button,
    .form-group .small-device .payment-ui-card .payment-radio:checked + .radio-button {
        border: 1px solid #8ad542;
        transition: ease-in-out .2s;
    }

    .form-group .large-device .payment-ui-card .payment-radio:checked ~ .payment-ui-card-wrapper,
    .form-group .small-device .payment-ui-card .payment-radio:checked + .payment-ui-card-wrapper {
        border: 1px solid #8ad542;
        border-top: 6px solid #8ad542;
        box-shadow: 0 0 32px 0 rgba(87, 87, 87, .1);
        transition: ease-in-out .2s;
    }
/*#region Payment Card Sm*/
.payment-ui-card-sm {
    width: 32%;
    position: relative;
}

.form-group .payment-ui-card-sm .payment-radio.form-control {
    position: absolute;
    width: 105%;
    height: 105%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.form-group .payment-ui-card-sm .payment-radio:focus {
    outline: none;
}

.form-group .payment-ui-card-sm .payment-radio:hover {
    cursor: pointer;
}

.large-device .payment-ui-card-sm:nth-child(2) {
    margin-right: 1.5%;
    margin-left: 1.5%;
}

.payment-ui-card-sm .ui-card-header img {
    width: 30%
}

.payment-ui-card-sm .radio-button {
    border-radius: 100%;
    height: 40px;
    width: 40px;
    border: 1px solid #ced6d8;
    background: #fff;
    position: absolute;
    left: 43%;
    bottom: -5%;
    padding-top: 4px
}

    .payment-ui-card-sm .radio-button span {
        display: block;
        background-color: #fff;
        height: 30px;
        width: 30px;
        margin: 0 auto;
        border-radius: 100%;
        transition: ease-in-out .2s;
    }

.form-group .large-device .payment-ui-card-sm .payment-radio:checked ~ .payment-ui-card-wrapper .radio-button span,
.form-group .small-device .payment-ui-card-sm .payment-radio:checked + .radio-button span {
    background-color: #8ad542;
    transition: ease-in-out .2s;
}

.form-group .large-device .payment-ui-card-sm .payment-radio:checked ~ .payment-ui-card-wrapper .radio-button,
.form-group .small-device .payment-ui-card-sm .payment-radio:checked + .radio-button {
    border: 1px solid #8ad542;
    transition: ease-in-out .2s;
}

.form-group .large-device .payment-ui-card-sm .payment-radio:checked ~ .payment-ui-card-wrapper,
.form-group .small-device .payment-ui-card-sm .payment-radio:checked + .payment-ui-card-wrapper {
    border: 1px solid #8ad542;
    border-top: 6px solid #8ad542;
    box-shadow: 0 0 32px 0 rgba(87, 87, 87, .1);
    transition: ease-in-out .2s;
}

/*#endregion */

/*#region Payment Card Sx*/
.payment-ui-card-sx {
    width: 24.1%;
    position: relative;
}

.form-group .payment-ui-card-sx .payment-radio.form-control {
    position: absolute;
    width: 105%;
    height: 105%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.form-group .payment-ui-card-sx .payment-radio:focus {
    outline: none;
}

.form-group .payment-ui-card-sx .payment-radio:hover {
    cursor: pointer;
}

.large-device .payment-ui-card-sx:nth-child(2) {
    margin-right: 0.5%;
    margin-left: 0.5%;
}
.large-device .payment-ui-card-sx:nth-child(3) {
    margin-right: 0.5%;
    margin-left: 0.5%;
}

.payment-ui-card-sx .ui-card-header img {
    width: 30%
}

.payment-ui-card-sx .radio-button {
    border-radius: 100%;
    height: 40px;
    width: 40px;
    border: 1px solid #ced6d8;
    background: #fff;
    position: absolute;
    left: 43%;
    bottom: -5%;
    padding-top: 4px
}

    .payment-ui-card-sx .radio-button span {
        display: block;
        background-color: #fff;
        height: 30px;
        width: 30px;
        margin: 0 auto;
        border-radius: 100%;
        transition: ease-in-out .2s;
    }
.payment-ui-card-wrapper-sx {
    color: #89929d;
    border: 1px solid #ced6d8;
    font-size: 18px;
    border-radius: 5px;
    padding: 30px 15px;
    transition: ease-in-out .2s;
}
.form-group .large-device .payment-ui-card-sx .payment-radio:checked ~ .payment-ui-card-wrapper-sx .radio-button span,
.form-group .small-device .payment-ui-card-sx .payment-radio:checked + .radio-button span {
    background-color: #8ad542;
    transition: ease-in-out .2s;
}

.form-group .large-device .payment-ui-card-sx .payment-radio:checked ~ .payment-ui-card-wrapper-sx .radio-button,
.form-group .small-device .payment-ui-card-sx .payment-radio:checked + .radio-button {
    border: 1px solid #8ad542;
    transition: ease-in-out .2s;
}

.form-group .large-device .payment-ui-card-sx .payment-radio:checked ~ .payment-ui-card-wrapper-sx,
.form-group .small-device .payment-ui-card-sx .payment-radio:checked + .payment-ui-card-wrapper-sx {
    border: 1px solid #8ad542;
    border-top: 6px solid #8ad542;
    box-shadow: 0 0 32px 0 rgba(87, 87, 87, .1);
    transition: ease-in-out .2s;
}

.ui-card-details-sx {
    font-family: PROXIMANOVA-REGULAR;
    color: #b1b6bd;
    font-size: 15px;
}

.ui-card-details-sx .ui-card-row {
    padding-top: 16px
}

.ui-card-details-sx .ui-card-row.fees {
    font-family: PROXIMANOVA-SEMIBOLD;
    font-weight: 400;
    color: #8c949e
}

.ui-card-details-sx .ui-card-row.fees .info {
    color: #8ad542
}

.ui-card-details-sx .info {
    float: right
}

    .ui-card-details-sx span.currency:before,
    span.currency:before {
        content: "$"
    }
.ui-card-body-sx {
    height: 140px;
    padding: 15px 0px;
    font-size: 15px;
    line-height: 20px;
}

.ui-card-header-sx {
    padding-bottom: 15px;
    height: 50px;
    border-bottom: 1px solid #e6eaeb
}

    .ui-card-header-sx .img-responsive {
        margin: 0 auto
    }

    .ui-card-header-sx h3 {
        font-size: 22px;
        font-family: PROXIMANOVA-SEMIBOLD;
        font-weight: 400
    }

.payment-ui-card .ui-card-header-sx img {
    width: 30%
}

/*#endregion */

/*
    *   PAYMENT INFORMATION SECTION
    */

.payment-info .info-tooltip {
    font-family: proximanova-lightitalic;
    font-style: italic;
    color: #8b9498;
    font-size: 18px;
    padding: 23px;
    background-color: #fdfef0;
    border: 1px dashed #b6c0c2;
    margin-bottom: 20px;
    border-radius: 5px
}

    .payment-info .info-tooltip .icon {
        width: 6%;
        float: left
    }

    .payment-info .info-tooltip p {
        width: 94%;
        float: left;
        padding: 0;
        margin: 0
    }

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a,
.nav > li > a:focus,
.nav > li > a:hover,
.nav-pills > li > a {
    background-color: transparent;
    color: #8c949e
}

.nav-pills > li {
    margin-right: 23px
}

    .nav-pills > li > a {
        font-family: PROXIMANOVA-SEMIBOLD;
        font-weight: 400;
        padding: 10px 0;
        display: inline-block
    }

.nav-pills li .radio-button {
    border-radius: 100%;
    height: 22px;
    width: 22px;
    border: 1px solid #ced6d8;
    background: #fff;
    padding-top: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

    .nav-pills li .radio-button span {
        display: block;
        background-color: #fff;
        height: 16px;
        width: 16px;
        margin: 0 auto;
        border-radius: 100%;
        transition: ease-in-out .2s;
    }

.nav.nav-pills {
    padding: 20px 0 0 0
}

.tab-pane .form-group:last-child {
    margin-bottom: 0
}

.nav-pills li.active .radio-button span {
    background-color: #8ad542;
    transition: ease-in-out .2s;
}

.nav-pills li.active .radio-button {
    border: 1px solid #8ad542;
    transition: ease-in-out .2s;
}

.nav-pills li .tab-name {
    display: inline-block
}

.payment-info .row:last-of-type {
    padding-bottom: 0
}

.payment-info .row {
    border: 0;
    padding: 0 0 20px 0
}

.payment-info.recurring .nav-pills li .tab-name {
    display: inline
}

.payment-info.recurring .nav-pills > li {
    border-bottom: none
}

/*
    *   NOTES SECTION
    */

.notes .notes-textarea {
    width: 100%;
    height: 180px;
    background-color: #f9fbfc;
    padding: 10px;
    color: #89929d;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #ced6d8
}

    .notes .notes-textarea::placeholder {
        font-family: PROXIMANOVA-REGULAR;
        color: #ced2d6;
        font-size: 18px
    }

.notes .btn-success {
    background-color: #8ad542;
    width: 180px;
    height: 58px;
    border-radius: 28px;
    border: 0;
    outline: 0;
    color: #fff;
    font-family: PROXIMANOVA-SEMIBOLD;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px
}

    .notes .btn-success:focus {
        outline: 0
    }

.notes span.currency {
    color: #8ad542
}

.notes .agreement {
    margin: 18px 0;
    line-height: 30px
}

.notes .home-link {
    color: #73a7ff
}


/*
    *   INVOICES SECTION
    */

#invoices {
    font-family: 'PROXIMANOVA-REGULAR'
}

    #invoices .right label {
        font-size: 18px;
        color: #b5babc;
        letter-spacing: .05em
    }

#search-invoices-prompt {
    padding-top: 5px
}

#invoices .invoices-list {
    padding: 0px;
}

#invoices .accordion-invoice-details {
    padding: 0 30px;
}

#invoices table {
    margin: 0;
}

    #invoices table > tbody > tr:not(:last-of-type) {
        border-bottom: 0.5px solid #e6eaeb;
    }

#invoices .invoice-list-wrapper {
    border: 1px solid #e6eaeb;
}

#invoices .table-header {
    margin-bottom: 0;
    background-color: #f2f5f6;
}

#invoices .table .btn-primary {
    background-color: #8ad542;
    border-color: transparent;
    padding: 5px 14px;
}

#invoices .table-header th {
    vertical-align: middle;
    color: #8b949e;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 15px 8px;
    border-bottom: 1px solid #e6eaeb !important;
}

#invoices table tr > td {
    padding: 0;
    color: #445568;
    letter-spacing: 0.02em;
    font-size: 14px;
}

#invoices table tr > *:nth-of-type(1) {
    padding-left: 20px;
    width: 6%;
}

#invoices table tr > *:nth-of-type(2) {
    width: 15%;
}

#invoices table tr > *:nth-of-type(3) {
    width: 23%;
}

#invoices table tr > *:nth-of-type(4) {
    width: 19%;
}

#invoices table tr > *:nth-of-type(5) {
    width: 19%;
}

#invoices table tr > *:nth-of-type(6) {
    padding-right: 20px;
    width: 18%;
}

#invoices .invoice-row-header > td {
    padding: 12px 8px;
    cursor: pointer;
    background-color: #fff;
}

#invoices .invoice-row-header .collapsed,
#invoices .invoice-row-header .collapsed + td {
}

#invoices .invoice-row-header.row-added td {
    background-color: #ffffff;
}

#invoices .invoice-row-header.collapsed > td:nth-of-type(1) img {
    transform: rotate(180deg);
}

#invoices > tr {
    border: 0.5px solid #e6eaeb;
}

#invoices td input[type=text] {
    color: #445568;
    font-size: 14px;
    padding: 3px 6px;
    text-align: center;
    min-width: 60px;
    background-color: #ffffff;
}

#invoices .detail-row {
    padding: 5px 0;
}

#invoices table .row {
    border: 0;
}

#invoices .detail-row .title {
    color: #acb3ba;
    font-size: 14px;
    letter-spacing: 0.05em;
    float: left;
    padding-right: 15px;
}

#invoices .detail-row .info {
    font-size: 14px;
    letter-spacing: 0.05em;
    float: left;
}

@media all and (max-width:991px) {
    #invoices table tr > *:nth-of-type(1) {
        padding-left: 8px;
    }
}

@media all and (max-width: 767px) {
    #invoices .table-header th,
    #invoices .invoice-row-header > td,
    #invoices .detail-row .info,
    #invoices .detail-row .title,
    #invoices td input[type=text] {
        font-size: 12px;
    }
}

@media all and (max-width:570px) {
    #invoices table tr > *:nth-of-type(4) {
        display: none;
    }

    #invoices .invoice-list-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}

#invoices .right ul {
    list-style: none;
    padding: 0
}

#invoices .invoice-header {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ced6d8
}

#invoices .invoice-details div.main-container {
    border-radius: 5px;
    padding: 30px;
    position: relative;
    border: 1px solid #ced6d8
}

    #invoices .invoice-details div.main-container:after {
        content: "";
        display: table;
        clear: both;
    }

#invoices .invoice-details {
    margin-bottom: 10px
}

#invoices .invoice-number {
    float: left
}

#invoices .amount {
    float: right
}


#amount::-webkit-input-placeholder {
    color: #89929d
}

#amount::-moz-placeholder {
    color: #89929d
}

#amount:-ms-input-placeholder {
    color: #89929d
}

#amount:-moz-placeholder {
    color: #89929d
}


#invoices .invoice-number h5 {
    color: #8c949e;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}

    #invoices .invoice-number h5 span {
        color: #b1b6bd;
    }

#invoices .customer-name {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    color: #717171;
}

#invoices .amount-due {
    display: inline-block;
    float: right;
    font-size: 16px;
}

.amount-due-header h5 {
    text-align: right;
    font-weight: bold;
    color: #717171;
}

.due-date {
    font-size: 18px;
    padding-left: 5px;
}

.validation {
    padding: 15px 10px;
    color: #8c949e;
    font-size: 16px;
    border-radius: 2px;
    font-family: PROXIMANOVA-REGULAR;
}

    .validation img {
        vertical-align: text-bottom;
        margin-right: 10px;
    }

.arrow_box {
    position: absolute;
    top: -179%;
    background: #fff6f7;
    border: 1px solid #fec0c5;
    left: 1%;
}

    .arrow_box:after,
    .arrow_box:before {
        top: 100%;
        left: 7%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(255, 246, 247, 0);
        border-top-color: #fff6f7;
        border-width: 7px;
        margin-left: -7px
    }

    .arrow_box:before {
        border-color: rgba(254, 192, 197, 0);
        border-top-color: #fec0c5;
        border-width: 8px;
        margin-left: -8px;
    }

.pay-now-button {
    width: 190px;
    height: 40px;
    background-color: #fff;
    border-radius: 28px;
    border: 0;
    outline: 0;
    color: #b1b6bd;
    font-family: PROXIMANOVA-SEMIBOLD;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border: 1px solid #ced6d8;
    transition: ease .2s;
}

    .pay-now-button:hover,
    .add-btn:hover {
        background-color: #f5f5f5;
    }

    .pay-now-button img {
        vertical-align: middle;
    }

.amount-due input.paid-amount {
    width: 160px;
    float: right;
    margin-bottom: 0 !important;
}

.invoice-attributes li {
    margin-top: 20px;
    font-size: 16px;
}

.attribute-title {
    color: #9ba2a3;
    font-weight: bold;
}

.attribute-value {
    color: #b5babc
}

.amount .currency {
    font-size: 18px;
    color: #8ad542;
    font-weight: bold;
}

.invoice-footer {
    border: none;
    background-color: #f1f1f1;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 0;
    color: #717171;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

.bootstrap-select .dropdown-toggle .filter-option {
    background-color: #ffffff
}

.text-orange {
    color: #f87e62;
}

a.disabled {
    /* Make the disabled links grayish*/
    color: gray;
    opacity: 0.65;
    /* And disable the pointer events */
    pointer-events: none;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}


.account-row {
    padding: 10px 6px;
    font-size: 18px;
    color: #596b83;
    line-height: 1.4;
    font-weight: 300;
    vertical-align: top;
    border-bottom: 1px solid #cfdce8;
}

    .account-row .row div {
        background-color: #ffffff !important;
        text-align: initial !important;
        padding: 10px 6px !important;
    }

.linkedin-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 1024px) {
    .linkedin-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.spiner-border-blod {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    border: 0.5em solid #f3f3f3;
    border-right-color: #f87e62;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border 1.4s linear infinite;
    color: #f87e62;
}

.tms-dropdown .dropdown-toggle::after {
    display: none;
}

.color-horizontal-strip {
    width: 5px;
    display: inline-block;
    margin-bottom: -9px;
    margin-left: 2px;
    height: 28px;
}

.color-horizontal-strip-sm {
    width: 5px;
    display: inline-block;
    margin-bottom: -7px;
    margin-left: 2px;
    height: 24px;
}

.color-circle {
    width: 24px;
    height: 24px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

.space-status-item input[type="text"] {
    border: solid 1px;
    border-radius: 6px;
    line-height: 24px;
    width: 95%;
    padding-left: 10px;
    border-color: #cfdce8;
}

    .space-status-item input[type="text"]:focus {
        outline: none !important;
    }


.btn-public-list {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
    border-radius: 10px;
}

    .btn-public-list:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-public-list:focus, .btn-public-list.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-public-list.disabled, .btn-public-list:disabled {
        color: #28a745;
        background-color: transparent;
    }

.btn-public-list-selected {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-private-list {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
    border-radius: 10px;
}

    .btn-private-list:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-private-list:focus, .btn-private-list.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-private-list.disabled, .btn-private-list:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

.btn-private-list-selected {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.task-status-marker {
    width: fit-content;
    display: inline-block;
    padding: 8px 15px 8px 15px;
    border-radius: 10px 10px 10px 0px;
    margin-bottom: 10px;
    font-weight: bolder;
    color: white;
    font-family: sans-serif;
    font-size: 16px;
}

.task-status-marker-sm {
    width: fit-content;
    display: inline-block;
    padding: 4px 10px 4px 10px;
    border-radius: 6px 6px 6px 0px;
    margin-bottom: 10px;
    font-weight: bolder;
    color: white;
    font-family: sans-serif;
    font-size: 14px;
}

.frs-link-marker {
    display: revert;
    padding: 6px;
    border-radius: 7px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bolder;
    color: white !important;
    background-color: #007bff !important;
    font-family: sans-serif;
    font-size: 14px;
}

.frs-link-marker-sm {
    display: revert;
    padding: 4px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 800;
    color: white !important;
    background-color: #007bff !important;
    font-family: sans-serif;
    font-size: 12px;
}

.frs-link-marker-sm {
    display: revert;
    padding: 4px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 800;
    color: white !important;
    background-color: #007bff !important;
    font-family: sans-serif;
    font-size: 12px;
}

.sf-link-marker {
    display: table-cell !important;
    font-size: 12px !important;
    height: 24px !important;
    border-radius: 8px !important;
    padding: 4px !important;
}


.account-marker {
    display: inline-block;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    width: 36px;
    height: 37px;
    font-weight: bolder;
    color: white !important;
    font-family: sans-serif;
    font-size: 14px;
    padding: 0px;
}

.account-marker-sm {
    display: inline-block;
    border-radius: 14px;
    cursor: pointer;
    text-align: center;
    width: 28px;
    height: 28px;
    font-weight: bolder;
    color: white !important;
    font-family: sans-serif;
    font-size: 13px;
    padding: 0px;
}

.light-gray .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    background-color: #e8e8e8;
}

.row-centered {
    justify-content: center !important;
}

.pac-container {
    z-index: 1054 !important;
}

.error-shadow {
    box-shadow: 0px 0px 3.6px 1.4px rgb(229 101 101);
}

.policies-filters .policies-search-input {
    background: #FFFFFF;
    box-shadow: 0px 4px 11px rgba(20, 43, 86, 0.04);
    border-radius: 10px;
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #ABABAB !important;
}

    .policies-filters .policies-search-input:focus {
        color: #495057;
        background-color: #FFFFFF;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
    }

    .policies-filters .policies-search-input::placeholder {
        color: #ABABAB !important;
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
    }

.policies-filters .policies-search-btn {
    border: none;
    text-align: center;
    box-shadow: 0px 4px 11px rgba(20, 43, 86, 0.04);
    border-radius: 10px;
    height: 40px;
    width: 40px;
    background-color: white;
    color: #6c757d !important;
}

.disabled-btn-filters {
    background-color: #f8f9fa !important;
}

.policies-filters .policies-search-btn:focus {
    outline: none;
}

.policies-filters .policies-search-btn:hover {
    color: #17a2b8 !important;
}

.policies-filters .policies-export-btn {
    border: none;
    text-align: center;
    box-shadow: 0px 4px 11px rgba(20, 43, 86, 0.04);
    border-radius: 10px;
    height: 40px;
    width: 40px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    color: #6c757d !important;
}

.policies-filters .policies-export-btn.disabled-link,
.policies-filters .policies-export-btn:disabled {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    cursor: not-allowed;
}

.policies-filters .policies-export-btn:not(.disabled-link):not(:disabled):hover {
    text-decoration: none;
    color: #17a2b8 !important;
}

.policies-filters .bootstrap-select > .dropdown-toggle {
    height: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #ABABAB !important;
    border: none !important;
    box-shadow: 0px 4px 11px rgba(20, 43, 86, 0.04);
    border-radius: 10px;
    text-transform: none;
    padding: 10px 22px 10px 8px;
}

.policies-filters .bootstrap-select .dropdown-toggle:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    right: 12px;
    top: 16px;
}

.policies-filters .bootstrap-select .dropdown-menu {
    border-radius: 0px 0px 8px 8px;
    min-height: initial;
    background-color: white !important;
    box-shadow: 0px 4px 11px rgb(20 43 86 / 20%);
}

    .policies-filters .bootstrap-select .dropdown-menu .dropdown-item {
        padding: 6px 10px;
        height: 34px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        color: #ABABAB !important;
        background-color: white;
    }

.policies-filters.dropdown-item:focus, .dropdown-item:hover {
    background-color: #eaf4fd !important;
    border-radius: 10px !important;
}

.policies-filters .light-gray .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    background-color: #e8e8e8 !important;
    /*background-color: blue !important;*/
}

.policies-filters.bootstrap-select button {
    padding: 10px 22px 10px 10px;
}

.policies-filters .btn-light.disabled .filter-option {
    background-color: #f8f9fa !important;
}

.policy-content .table .row:first-child div {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    color: #666666;
    background-color: initial;
    border: none;
    padding: 4px 6px;
}

.policy-content .table .row {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #232323;
    padding: 0px;
    border: none;
}
.renewal-content .table .row:first-child div {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #666666;
    background-color: initial;
    border: none;
    padding: 4px 6px;
}

.renewal-content .table .row {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #232323;
    padding: 0px;
    border: none;
}

.policy-text-color-green {
    color: #2AD71B !important;
}
.policy-text-color-orange {
    color: #F87E62 !important;
}

.load-more-btn {
    /*background: linear-gradient(180deg, #375DA2 0%, #1B79D0 100%);*/
    background: #1fa9e4;
    box-shadow: 0px 4px 11px rgba(20, 43, 86, 0.1);
    border-radius: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: initial;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
}

    .load-more-btn:hover {
        background: linear-gradient(180deg, #375DA2 0%, #1B79D0 100%);
        color: white;
    }

.policy-content.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    font-size: 12px;
    text-transform: initial;
    background-color: white !important;
    color: #ABABAB !important;
    padding: 0px;
    font-weight: 300;
    border-radius: 8px;
    height: 28px;
}

.policy-content.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    font-size: 12px;
    text-transform: initial;
    background-color: white !important;
    color: #ABABAB !important;
    padding: 0px;
    font-weight: 300;
    border-radius: 8px;
    height: 28px;
}

.policy-content .bootstrap-select .bs-ok-default:after {
    /*color: red;*/
    color: #1fa9e4;
}
.renewal-content.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    font-size: 12px;
    text-transform: initial;
    background-color: white !important;
    color: #ABABAB !important;
    padding: 0px;
    font-weight: 300;
    border-radius: 8px;
    height: 28px;
}

.renewal-content.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    font-size: 12px;
    text-transform: initial;
    background-color: white !important;
    color: #ABABAB !important;
    padding: 0px;
    font-weight: 300;
    border-radius: 8px;
    height: 28px;
}

.renewal-content .bootstrap-select .bs-ok-default:after {
    /*color: red;*/
    color: #1fa9e4;
}

.reports-btn {
    background: rgba(255, 255, 255, 0.02);
    border: 1px dashed #E4E4E4;
    box-sizing: border-box;
    border-radius: 11.8919px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14.2703px;
    line-height: 17px;
    text-align: center;
    color: #666666;
    width: 95%;
    padding: 10px;
}

    .reports-btn:hover {
        border: solid 1px #1FA9E4;
        border-radius: 11.8919px;
    }

    .reports-btn:focus {
        outline: none;
    }

.reports-btn-active {
    color: #1FA9E4;
    background: rgba(31, 169, 228, 0.05);
}

.text-overflow-width-ellipsis {
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
}





.renewal-chekbox .chekbox-input label .beutify {
    width: 20px;
    height: 20px;
}

.renewal-datepicker {
    border-color: #ABABAB !important;
    height: 18px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    border: solid 1px;
    margin-bottom: 2px;
}

.fa-circle-plus:before, .fa-plus-circle:before {
    top: 0px;
    left: -1px;
    position: relative;
}

.fa-circle-minus:before, .fa-minus-circle:before {
    top: 0px;
    left: -1px;
    position: relative;
}

.align-error-img {
    text-align: right;
    vertical-align: middle;
    align-self: flex-start;
}
.error-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.error-image {
    width: 400px;
}
.error-text-first-level {
    font-size: 140px;
    font-weight: bolder;
}

.error-text-second-level {
    font-size: 32px;
    font-weight: normal;
}

.error-text-third-level {
    font-size: 18px;
}

.header-page-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #212529;
}

.select-on-pay-tab.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #596b83;
    font-weight: 300;
    text-transform: capitalize;
}
.subject-error {
    box-shadow: 0 0 3px 1px rgba(255,0,0,.6) !important;
}
 .dropdown-item:focus, .dropdown-item:hover {
    color: #596b83 !important;
    font-weight: bold;
}

.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    color: #596b83 !important;
    font-weight: bold;
}

.dropdown-item:hover, .dropdown-item.selected {
    color: #596b83 !important;
    font-weight: bold;
}

.account-api-carrier-input {
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 600;
    max-height: 25px;
}

.cyber-advertising_box {
    margin-right: 10px;
    margin-left: 10px;
    width: 100%;
    background-color: #3c7ab1;
    color: white;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}
    .cyber-advertising_box a {
        color:white;
    }
        .cyber-advertising_box a:hover {
            color: white;
        }


.table-for-options table {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: transparent;
    color: #576B83;
}
    .table-for-options table thead th {
        font-family: Roboto;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        border: none;
        vertical-align: middle;
        padding: 6px 12px;
    } 
    .table-for-options table thead tr {
       background: #fff;
    }
    .table-for-options table td {
        border: 1px solid #DBE9F6;
        font-family: Roboto;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        padding: 6px 12px;
    }
    .table-for-options table tr {
        background: #F5FAFE;
    }
.table-for-options .selected-tr-color {
    background: #FFF4F1;
}
.table-for-options .text-style {
    font-weight: 400;
    font-size: 12px;
    align-self: center;
    text-align: left;
}

.table-for-options  .radio-input label input:checked ~ .beutify {
    background-color: #F27C62;
    border-color: #F27C62;
}
.table-for-options .radio-input label input:disabled ~ .beutify {
    background-color: lightgray;
    border-color: lightgray;
}
.table-for-options .radio-input label:hover .beutify {
    background-color: #F27C62;
    border-color: #F27C62;
}

.row-without-style-dependencies {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.payment-type-dynamic {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .payment-type-dynamic .form-group-dynamic {
        overflow: visible;
    }

.payment-ui-card-dynamic {
    flex: 1 1 calc(25% - 10px);
    box-sizing: border-box;
    position: relative;
    min-width: 252px;
    max-width: 480px;
    margin-bottom: 15px;
}
@media (max-width: 1200px) {
    .payment-ui-card-dynamic {
        min-width: 290px;
        max-width: 427px;
    }
}
@media (max-width: 992px) {
    .payment-ui-card-dynamic {
        max-width: 307px;
    }
}
@media (max-width: 768px) {
    .payment-ui-card-dynamic {
        max-width: none;
    }
}

.form-group-dynamic .payment-ui-card-dynamic .payment-radio.form-control {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.form-group-dynamic .payment-ui-card-dynamic .payment-radio:focus {
    outline: none;
}

.form-group-dynamic .payment-ui-card-dynamic .payment-radio:hover {
    cursor: pointer;
}

.payment-ui-card-dynamic .ui-card-header-dynamic img {
    width: 30%
}

.payment-ui-card-dynamic .radio-button {
    border-radius: 100%;
    height: 40px;
    width: 40px;
    border: 1px solid #ced6d8;
    background: #fff;
    position: absolute;
    left: 43%;
    bottom: -5%;
    padding-top: 4px
}

    .payment-ui-card-dynamic .radio-button span {
        display: block;
        background-color: #fff;
        height: 30px;
        width: 30px;
        margin: 0 auto;
        border-radius: 100%;
        transition: ease-in-out .2s;
    }

.payment-ui-card-wrapper-dynamic {
    color: #89929d;
    border: 1px solid #ced6d8;
    font-size: 18px;
    border-radius: 5px;
    padding: 30px 10px;
    transition: ease-in-out .2s;
}
.large-device-dynamic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px; 
  
}

.form-group-dynamic .large-device-dynamic .payment-ui-card-dynamic .payment-radio:checked ~ .payment-ui-card-wrapper-dynamic .radio-button span,
.form-group-dynamic .small-device .payment-ui-card-dynamic .payment-radio:checked + .radio-button span {
    background-color: #8ad542;
    transition: ease-in-out .2s;
}

.form-group-dynamic .large-device-dynamic .payment-ui-card-dynamic .payment-radio:checked ~ .payment-ui-card-wrapper-dynamic .radio-button,
.form-group-dynamic .small-device .payment-ui-card-dynamic .payment-radio:checked + .radio-button {
    border: 1px solid #8ad542;
    transition: ease-in-out .2s;
}

.form-group-dynamic .large-device-dynamic .payment-ui-card-dynamic .payment-radio:checked ~ .payment-ui-card-wrapper-dynamic,
.form-group-dynamic .small-device .payment-ui-card-dynamic .payment-radio:checked + .payment-ui-card-wrapper-dynamic {
    border: 1px solid #8ad542;
    border-top: 6px solid #8ad542;
    box-shadow: 0 0 32px 0 rgba(87, 87, 87, .1);
    transition: ease-in-out .2s;
}

.ui-card-details-dynamic {
    font-family: PROXIMANOVA-REGULAR;
    color: #b1b6bd;
    font-size: 15px;
    height: 45px;
}

    .ui-card-details-dynamic .ui-card-row-dynamic {
        padding-top: 16px;
        padding-left: calc(5%);
    }

        .ui-card-details-dynamic .ui-card-row-dynamic.fees {
            font-family: PROXIMANOVA-SEMIBOLD;
            font-weight: 400;
            color: #8c949e
        }

            .ui-card-details-dynamic .ui-card-row-dynamic.fees .info {
                color: #8ad542
            }

    .ui-card-details-dynamic .info {
        float: right
    }

    .ui-card-details-dynamic span.currency:before,
    span.currency:before {
        content: "$"
    }

.ui-card-body-dynamic {
    height: 140px;
    padding: 15px 0px;
    font-size: 15px;
    line-height: 20px;
    padding-left: calc(5%);
}

.ui-card-header-dynamic {
    height: 50px;
    border-bottom: 1px solid #e6eaeb
}

    .ui-card-header-dynamic .img-responsive {
        margin: 0 auto
    }

    .ui-card-header-dynamic h3 {
        font-size: 22px;
        font-family: PROXIMANOVA-SEMIBOLD;
        font-weight: 400;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.payment-ui-card-dynamic .ui-card-header-dynamic img {
    width: 30%
}

.renewal-select2 .bootstrap-select > .dropdown-toggle {
    height: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    border: none !important;
    background-color: white !important;
    /*    box-shadow: 0px 4px 11px rgba(20, 43, 86, 90);
*/ box-shadow: 0px 4px 11px rgba(20, 43, 86, 0.04);
    border-radius: 2px;
    text-transform: none;
    padding: 2px 16px 0px 0px;
}

.renewal-select2 .bootstrap-select .dropdown-toggle:after {
    width: 5px;
    height: 5px;
    border-right: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    right: 6px;
    top: 7px;
}

.renewal-select2 .bootstrap-select .dropdown-menu {
    padding: 0px !important;
    border-radius: 0px 0px 8px 8px;
    min-height: initial;
    background-color: white !important;
    box-shadow: 0px 4px 11px rgb(20 43 86 / 20%);
}

    .renewal-select2 .bootstrap-select .dropdown-menu .dropdown-item {
        padding: 0px 6px;
        height: 22px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 24px;
        color: #666666 !important;
        background-color: white;
    }

.renewal-select2 .dropdown-item:focus, .dropdown-item:hover {
    background-color: #eaf4fd !important;
    border-radius: 0px !important;
}

.renewal-select2 .light-gray .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    background-color: #a19f9f !important;
    font-weight: 600;
    /*background-color: blue !important;*/
}

.renewal-select2 .bootstrap-select button {
    padding: 10px 22px 10px 10px;
}

.renewal-select2 .btn-light.disabled .filter-option {
    background-color: #f8f9fa !important;
}

.renewal-select2 .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    line-height: 10px !important;
    padding: 0px !important;
    text-align: initial;
}

.renewal-select2 .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding: 0px !important;
}

.renewal-select2 .bootstrap-select .dropdown-toggle .filter-option {
    padding: 3px 0px 0px 4px !important;
}

.renewal-task-btn {
    height: 28px;
    align-content: center;
    color: white !important;
    background-color: cadetblue !important;
    font-size: 12px !important;
    box-shadow: 0px 5px 5px 0px rgb(192 225 226) !important;
    padding: 2px 10px !important;
    text-decoration-line: none !important;
}