.main-header .navbar-header {
    flex: 1;
    min-height: 62px;
    justify-content: flex-end;
}

a.logo {
    float: left;
    width: 250px;
    height: 80px;
    line-height: 60px;
    color: #333333;
    z-index: 1001;
    font-size: 17px;
    font-weight: 400;
    z-index: 1001;
    display: flex;
    align-items: center;
    position: relative;
    transition: all .3s;
}

.main-header[data-background-color] .navbar-nav .nav-item .nav-link {
    color: #000000 !important;
}

.bg-primary2 {
    /*background-color: #f9fbfd !important;*/
    background-color: #276ca6 !important;
}

.main-header[data-background-color="blue2"] .nav-top {
    background: #f9fbfd !important;
}

.main-header[data-background-color] .navbar-toggler .navbar-toggler-icon {
    color: #276ca6 !important;
    margin-left: 10px;
}

.main-header[data-background-color] .more {
    color: #276ca6 !important;
    margin-right: 7px;
}

@media screen and (max-width: 991px) {
.navbar-nav.page-navigation {
    background: #f9fbfd;
}

.navbar-nav.page-navigation .title-menu {
    font-size: 14px;
    margin: 0;
    color: #000000;
}

.navbar-nav.page-navigation .title-menu .close-menu {
    color: #000000;
}
}

/*.main-header[data-background-color="white"] {
    border-bottom: 1px solid #eee;
}*/

.footer {
    border-top: 1px solid #eee;
    padding: 15px;
    padding-top: 35px;
    background: #fff;
    position: absolute;
    width: 100%;
    /*box-shadow: 5px 0 5px -5px #333;*/
}

p.pfooter {
    font-size: small;
}

.footul li a {
    color: #6a7279;
}

.footercontainer {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
}

.horizontal-layout-3 .main-panel {
    min-height: calc(100vh - 30px);
    max-width: unset;
}

.col-md-6.cardexp {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardexp {
    margin-top: 10px;
    margin-bottom: 20px;
}

.cardexp.img {
    display: flex;
    justify-content: center;
}

.navbar-nav.page-navigation .nav-item .nav-link {
    font-family: Roboto,sans-serif;
    font-size: 17px !important;
    padding: 4px 7px !important;
    letter-spacing: 0.01em !important;
}

@media (min-width: 992px) {
ul.navbar-nav.topbar-nav.ml-md-auto.align-items-center {
    display: none;
}
}

a.nav-link {
    border: 2px solid transparent;
}

a.nav-link.reg {
    border: 2px solid #276ca6;
    border-radius: 5px !important;
    max-width: max-content;
}

h5.op-7.mb-3 {
    font-size: 0.9325rem;
}

.banner__background {
    position: absolute;
    top: -80px;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: calc(100vh - 30px);
    user-select: none;
    transform: translateX(-50%);
    background: linear-gradient( 
90deg,#021048,#1e38a3);
    background: linear-gradient( 
135deg, #06418E, #1572E8) !important;
}

.banner__background>svg {
    position: absolute;
    bottom: -1px;
    float: left;
}

svg:not(:root) {
    overflow: hidden;
}

path.svg-banner-shape {
    fill: #fff;
}

body {
    background: #fff;
}

.bg-primary-gradient.pt-4.pb-5 {
    opacity: 0.99;
}

.bg-primary-gradient {
    background: transparent !important;
}

.page-inner.mt--3 .row {
    opacity: 0.97;
}

.page-inner.mt--4 .row {
    opacity: 0.97;
}

.main-header[data-background-color="white"] {
    /* border-bottom: 1px solid #eee; */
}


.main-header[data-background-color="white"] .nav-top {
    background: transparent!important;
}

.main-header[data-background-color="white"] {
    background: transparent !important;
}

.container.d-flex.flex-row {
    opacity: 0.95;
    background: white;
    border-radius: 0px 0px 15px 15px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center;
}

h1.mb-3 {
    font-size: 2.725rem;
    padding-top: 20px;
    padding-bottom: 20px;
}


h2.op-7.mb-3 {
    font-size: 1.92rem;
    opacity: 1;
    margin-bottom: 2rem!important;
}

.d-flex .mr-3 {
    text-align: center;
}

@media screen and (max-width: 430px) {
button.btn.btn-lg.btn-primary {
    font-size: 15px !important;
}

button.btn.btn-lg.btn-success {
    font-size: 15px !important;
}

}

@media screen and (max-width: 991px) {
.nav-top .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    justify-content: center;
    width: fit-content;
}
}

.container.d-flex.flex-row {
    padding-right: 25px;
    padding-left: 25px;
    box-shadow: 0px 6px 15px 0px rgb(69 65 78 / 10%);
}


.logos img {
    padding: 10px;
}

.col-md-12.logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    max-width: none;
    margin: 0;
}

.row {
    min-width: 100%;
    max-width: 86vw !important;
}

.row.customers {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}

.row.customers.pricing {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}

a.plan {
    text-decoration: none;
    color: inherit;
}

.col-md-3.p-md-0 {
    padding: 0px 10px !important;
}

.container.mt--5.main {
    max-width: 1280px;
}

.container.mt--5.pricing {
    max-width: 1280px;
}

.row.row-card-no-pd {
    box-shadow: 0px 6px 15px 0px rgb(69 65 78 / 15%);
}

.row.desc {
    margin-bottom: 0px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.row.row-card-no-pd.main {
    background: transparent;
    padding: 20px 20px 25px 20px !important;
    margin-top: -20px !important;
    width: 100%;
    box-shadow: 0px 6px 15px 0px rgb(69 65 78 / 15%);
}

.row.row-card-no-pd.pricing {
    background: transparent;
    padding: 0px 10px 25px 10px !important;
    width: 100%;
    box-shadow: 0px 6px 15px 0px rgb(69 65 78 / 15%);
}

.row-card-no-pd.pricing [class*=col] .card:before {
    width: 0px;
}

.card-header.plans {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.card.card-pricing.subs {
    box-shadow: 0px 6px 15px 0px rgb(69 65 78 / 20%);
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 18px;
    border-right: 1px solid white;
    border-left: 1px solid white;
}

.card.card-pricing.subs:hover {
    box-shadow: 0px 0px 5px 0px rgb(21 112 229);
}

.card.card-pricing.card-pricing-focus.card-secondary.subss {
    border: 1px solid white !important;
    padding-right: 0px;
    padding-left: 0px;    
}

.card.card-pricing.card-pricing-focus.card-secondary.subss:hover {
    border: 1px solid #0d57b6 !important;
}

.card-price.subs {
    background: #0d57b6;
    color: white;
    height: 54px;
}

.card-price.subss {
    background: white;
    color: #2a2f5b;
    height: 54px;
}

span.price.ent {
    font-size: 34px !important;
    height: 44px;
}

.row.justify-content-center.align-items-center {
    padding-left: 20px;
    padding-right: 20px;
}

li.opt1 {
    /*background: #0d57b6;*/
    text-align: center !important;
}

span.name-specification.opt1 {
    text-align: center;
    font-size: 15px;
    /*color: white !important;*/
    font-weight: 700;
}

li.opt2 {
    /*background: #146fe2;*/
    text-align: center !important;
}

span.name-specification.opt2 {
    text-align: center;
    font-size: 14px;
    /*color: white !important;*/
    font-weight: 700;
}

span.status-specification.on {
    color: #31ce36;
    font-weight: 900 !important;
}

span.status-specification.bold {
    /*color: #212529;*/
    font-weight: 900 !important;
}

span.status-specification.infinite {
    font-size: 2em;
    line-height: 14px;
}

h4.card-title.focus {
    background: #1572e8;
    color: white;
}


.row .row-card-no-pd .card-header {
    padding: 10px !important;
}

.main .card-title {
    text-align: center;
}

.telegramim_button {
    opacity: 1;
    cursor: pointer;
    text-align: center;
    display: block;
    padding: 10px;
    text-decoration: none !important;
    text-transform: none;
    letter-spacing: normal;
}

.telegramim_shadow {
    box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

.telegramim_shadow:hover {
    box-shadow: 1px 1px 15px rgb(0 0 0 / 50%) !important;
}

.ftelegramim {
    display: inline-block;
    font: normal normal normal 14px/1 telegramimfont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}