/*-----------for ads menu----------*/

.ads_menu1 li {float:left;list-style: none;padding-right: 17px;font-size: 16px;}
.sp-module.ads_menu1 ul > li > a {color:#fff;}
.sp-module.ads_menu1 ul > li > a:hover {color: #00a669;}

/*============================*/
body {
    font-weight: 400;
    transition: filter 0.3s linear;
}

a {
    color: #00945e;
}

a:hover,
a:focus,
a:active {
    color: #00945e;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}



.bg-success {
    background-color: #00a66c!important;
    color: #fff;
}

/*============================*/
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

@-webkit-keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

.b-floating {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

/*============================*/
#sp-header {
    background-color: #0a111b;
    color: #fff;
    height: auto;
    padding: 10px 0;
  	z-index: 9999;
}

#sp-header .row {
    align-items: center;
}

#sp-header .logo {
    height: auto;
}

#sp-header .logo-image {
    width: 100%;
    height: auto;
}

/*============================*/

.b-logo svg {
    display: block;
    width: 100%;
}

/*============================*/
#sp-menu-top .ux-menu a {
    padding: 10px 15px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;

}
#sp-menu-top .ux-menu .ux-menu-arrow {
    background: none !important;
    right: 5px;
}
#sp-menu-top .ux-menu .ux-menu-arrow:before {
    content: "\f078";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 10px;
    line-height: 6px;
}
#sp-menu-top .ux-menu-sub {
    padding: 20px 10px;
    background-color: #fff;
    width: 240px !important;
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 50%);
}
#sp-menu-top .ux-menu-sub > li {
    width: 100%;
}
#sp-menu-top .ux-menu-sub a {
    color: #000;
}
/*============================*/

#offcanvas-toggler>.fa {
    color: #fff;
    transition: .4s;
}

#offcanvas-toggler>.fa:hover,
#offcanvas-toggler>.fa:focus,
#offcanvas-toggler>.fa:active {
    color: #00a669;
}

#offcanvas-toggler>.fa:hover {
    transform: rotate(90deg);
}

.offcanvas-menu {
    z-index: 9999999999;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span {
    padding: 5px 0;
    opacity: 1;
}

.offcanvas-menu .sp-module ul>li>a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 8px;
}

body.ltr .close-offcanvas {
    right: 27px;
}

.offcanvas-menu .offcanvas-inner {
    padding: 30px 30px 0;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul>li a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span:focus {
    color: #00945e;
}

.offcanvas-menu .b-tel a:link {
    color: #00a669;
}

.offcanvas-menu .b-tel {
    text-align: center;
    margin-bottom: 20px;
}

.offcanvas-menu .menu img {
    display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li span {
    display: inline-block;
    padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module {
    margin: 0 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child,
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
    margin-bottom: 20px !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.active.menu-parent>a>span,
.offcanvas-menu .offcanvas-inner .sp-module ul>li.current.active a {
    color: #00a669;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu .logo {display: none;}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, 
.offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 16px;
}
/*============================*/
.b-tel {
    text-align: right;
    line-height: 1.2;
}

.b-tel .tel__title {
    font-weight: 700;
}

.b-tel .tel__number {
    font-size: 18px;
}

.b-tel .tel__number span {
    font-size: 28px;
    font-weight: 700;
    padding-left: 5px;
}

.b-tel a:link {
    color: #fff;
}

.b-tel a:hover,
.b-tel a:active {
    color: #00a669;
}

/*============================*/

#sp-menu {
    text-align: left;
    padding: 0;
}

/*============================*/
.b-teas {
    position: relative;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 0 -23px rgba(0, 0, 0, .8), 23px 0 0 -23px rgba(0, 0, 0, .8), 0 0 10px rgba(0, 0, 0, .1) inset;
    min-height: 467px;
    transition: .7s;
    margin-bottom: 30px;
    padding-bottom: 55px;
}

.b-teas:hover {
    margin-top: -20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.b-teas .teas__head {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    transition: .3s;
}

.b-teas:hover .teas__head {
    color: #fff;
    background-color: #00a669;
}

.b-teas .teas__title {
    font-size: 20px;
    font-weight: 700;
}

.b-teas .teas__subtitle {
    font-size: 12px;
    padding: 5px 0px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.b-teas .teas__body {
    padding: 10px;
}

.b-teas .teas__body>div {
    padding: 5px 0;
}

.b-teas .teas__pic {}

.b-teas .teas__pic img {
    max-width: 120px;
    width: 120px;
    margin: 0 auto;
}

.b-teas .teas__text {
    font-size: 14px;
}

.b-teas .teas__subtext {
    font-size: 13px;
    color: #00a669;
}

.b-teas .teas__price {
    font-size: 20px;
}

.b-teas .teas__price span {
    font-weight: 700;
}

.b-teas .teas__btn {
    position: absolute;
    bottom: 15px;
    left: 30px;
    right: 30px;
    margin: auto;
}

.b-teas .teas__btn a {
    display: block;
    color: #fff;
    padding: 5px 12px;
    background-color: #00a669;
    border-radius: 30px;
    border: 1px solid #00a669;
}

.b-teas .teas__btn a:hover,
.b-teas .teas__btn a:active {
    color: #00a669;
    background-color: #fff;
}

/*============================*/
#sp-header .mcs-module {
    text-align: right !important;
    width: auto !important;
}

#sp-header .mcs-modal-header .mcs-header .title,
#sp-header .mcs-dialog .cities .cities-group {
    text-align: left;
}

#sp-header .mcs-module .current-location {
    color: #fff !important;
    border-color: #fff !important;
}

#sp-header .mcs-module .current-location:hover {
    color: #00945e !important;
    border-color: #00945e !important;
}

#sp-header .mcs-modal-header .quick-search .autosuggest__results-container ul li {
    text-align: left;
}

.mcs-dialog {
    z-index: 10001 !important;
}

.mcs-dialog .cities .cities-group .first-letter-cities,
.mcs-modal-header .mcs-header .title {
    color: #00945e !important;
}

.mcs-modal-header .quick-search input:focus {
    border-color: #00945e !important;
}

.mcs-modal-header .close svg {
    fill: #00945e !important;
}

.mcs-modal-header .close:hover svg {
    fill: #fff !important;
}

.mcs-modal-header .quick-search .autosuggest__results-container ul li.autosuggest__results_item-highlighted,
.mcs-modal-header .quick-search .autosuggest__results-container ul li:hover {
    background-color: #00945e !important;
}

.mcs-modal-header .close:hover {
    background-color: #00945e !important;
    border-color: #00945e !important;
}

.mcs-dialog a.active {
    color: #00945e !important;
}

/*============================*/
.b-connect .connect__row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.b-connect .connect__item:first-child {
    text-align: right;
}

.b-connect .connect__item {
    padding: 0 10px;
    font-size: 20px;
    line-height: 32px
}

.b-connect .connect__sub {
    font-size: 26px
}

.b-connect .connect__pic img {
    width: 100%;
    border-radius: 50%;
    border: 10px solid #00a669
}

.b-connect .connect__pic {
    padding-bottom: 10px
}

.b-connect .connect__name {
    line-height: 1.2;
    text-align: center
}

.b-connect a:hover,
.b-connect a:active {
    color: #00a669
}

.b-connect .b-btn {
    width: 302px;
}

/*============================*/
.b-btn {
    cursor: pointer;
    border: 1px solid #00a669;
    padding: 4px 6px;
    display: inline-block;
    color: #fff;
    background-color: #00a669;
    text-align: center;
    transition: .5s;
    font-size: 14px;
}

.b-btn:hover {
    color: #00a669;
    background-color: #fff;
}

.b-btn--radius {
    border-radius: 30px;
}

.b-btn--box {
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

/*============================*/
.fz-12 {
    font-size: 12px;
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-20 {
    font-size: 20px;
}

.fz-22 {
    font-size: 22px;
}

.fz-24 {
    font-size: 24px;
}

.fz-26 {
    font-size: 26px;
}

.fz-28 {
    font-size: 28px;
}

.fz-30 {
    font-size: 30px;
}

.fz-32 {
    font-size: 32px;
}

.fz-34 {
    font-size: 34px;
}

.fz-36 {
    font-size: 36px;
}

.fz-38 {
    font-size: 38px;
}

/*============================*/
.b-pic--100 {
    width: 100%;
    max-width: 100px;
}

.b-pic--100 img {
    display: inline-block;
}

/*============================*/
.b-list {
    list-style: none;
    padding: 0
}

.b-list>li {
    padding: 2px 0;
    border-bottom: 0 !important
}

.b-list li:before {
    content: '\2014';
    color: #00a669;
    margin-right: 10px
}

.b-list--nums {
    counter-reset: section
}

.b-list--nums li:before {
    counter-increment: section;
    content: ""counter(section) ".";
    font-weight: 700;
    color: #00a669;
    font-size: 18px
}

.b-list--padding-5n>li:nth-of-type(5n) {
    padding-bottom: 25px
}

.b-list--check li:before {
    content: '';
    color: #00a669;
    background: url(images/design/i-check.svg) 0% 0% no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    margin-top: 2px;
}

/*============================*/
.b-text-index .b-pic {
    margin-top: 20px;
    margin-bottom: 20px;
}

.b-text-index {
    font-size: 14px;
}

.b-text-index p {
    margin-bottom: 0.5rem;
}

/*============================*/
.sp-scroll-up {
    background-color: #0a111b;
    color: #00945e;
    bottom: 105px;
    right: 57px;
    border-radius: 50%;
    z-index: 1001;
    border: 1px solid #fff;
}

/*============================*/
.b-folio {}

.b-folio .sp-module-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

/*============================*/
.b-edge {
    padding: 1rem 0 1px;
}

.b-edge:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    transition: .7s;
}

.b-edge .sppb-feature-box-title {
    margin-top: -70px;
    color: rgba(0, 0, 0, 0.1);
}

/*============================*/
.b-trust .h2 {
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.b-trust .trust__box {
    text-align: center;
}

.b-trust .trust__ico {
    margin-bottom: 15px;
}

.b-trust .trust__ico img {
    max-width: 100px;
    display: inline-block;
}

.b-trust .trust__title {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 10px;
}

.b-trust .trust__text {}

/*============================*/

#sp-bottom .sp-module {}

#sp-bottom .sp-module .sp-module-title {
    margin-bottom: 15px;
}

#sp-bottom .sp-module ul>li {
    margin-bottom: 0;
}

#sp-bottom .sp-module ul>li>a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    margin-right: 5px;
    transition: .3s;
    font-weight: 700;
}

#sp-bottom .sp-module ul>li>a:link,
#sp-bottom .sp-module ul>li>a:visited {
    color: #85888D;
}

#sp-bottom .sp-module ul>li>a:hover,
#sp-bottom .sp-module ul>li>a:active {
    color: #00a669;
}

#sp-footer a,
#sp-bottom a {
    color: #85888D;
}

#sp-footer a:hover,
#sp-bottom a:hover,
#sp-footer a:active,
#sp-bottom a:active,
#sp-footer a:focus,
#sp-bottom a:focus {
    color: #00a669;
}

#sp-bottom .b-tel {
    text-align: left;
}

/*============================*/
#sp-footer {
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#sp-footer .container-inner {
    border: none;
}

#sp-footer,
#sp-bottom {
    background-color: #0a111b;
    color: #85888D;
}

/*============================*/
#sp-footer1 .b-logo svg {
    max-width: 255px;
}

/*============================*/
.com-sppagebuilder #sp-main-body,
#sp-main-body {
    padding: 0px;
}

.itemid-101 .com-sppagebuilder #sp-main-body,
.itemid-101 #sp-main-body {
    padding: 0px;
}

.itemid-101 section#sp-title {
    margin-bottom: 0;
}

#sp-header.header-sticky~section#sp-main-body {
    padding-top: 0px;
}

.itemid-213 #sp-main-body {
    padding: 50px 0;
}

/*============================*/
.itemid-171 #sp-main-body i {
    width: 30px;
    text-align: center;
}

/*============================*/
#sp-title {
    position: relative;
}

#sp-title .sp-page-title-heading {
    font-size: 40px;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000;
}

#sp-title .sp-page-title-sub-heading {
    width: 70%;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 1px 1px 3px #000;
}

#sp-title .breadcrumb {
    display: inline-block;
    padding: 0 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.7);
}

#sp-title .breadcrumb .float-start {display: none;}

#sp-title .breadcrumb>li>a {
    color: #0a111b;
}

#sp-title .breadcrumb>li>span {
    color: #0a111b;
    font-weight: 700;
}

.sp-page-title {
    position: relative;
    padding: 30px 0;
    background-size: cover;
    background-color: #00a669;
}

.sp-page-title:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.sp-page-title .container {
    position: relative;
    z-index: 2;
}

.sp-page-title .breadcrumb>span,
.sp-page-title .breadcrumb>li,
.sp-page-title .breadcrumb>li+li:before,
.sp-page-title .breadcrumb>li>a {
    color: #0a111b;
}

.sp-page-title .breadcrumb>li {
    display: inline-block;
}

/*============================*/
section#sp-menu-second {
    border-bottom: 1px solid #0a111b;
}

/*
#sp-menu-second ul.menu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 66px;
}
*/

#sp-menu-second ul.menu li {
    padding: 0;
}

#sp-menu-second ul.menu a {
    display: block;
    position: relative;
    line-height: 32px;
}

/*#sp-menu-second ul.menu a:before,
#sp-menu-second ul.menu a:after {
    content: '';
    display: block;
    transition: width 0.2s linear;
    width: 0;
}

#sp-menu-second ul.menu a:hover:before,
#sp-menu-second ul.menu a:active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid #00945e;
    width: 100%;
}

#sp-menu-second ul.menu a:hover:after,
#sp-menu-second ul.menu a:active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid #00945e;
    width: 100%;
}*/

#sp-menu-second .item-177,
#sp-menu-second .item-178 {
    display: none;
}

#sp-menu-second .sp-module ul>li.current>a,
#sp-menu-second .sp-module ul>li>a:hover {
    color: #00a669;
}

/*============================*/
.b-border-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -15.5px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #dee2e6;
}

/*============================*/
.white-popup-block {
    padding-top: 44px;
    padding-bottom: 44px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.sppb-modal-selector i {
    margin-right: 10px;
}

/*============================*/
.table-fixed {
    table-layout: fixed;
}

.table thead th {
    font-size: 20px;
}

/*============================*/
.nceny {
    font-size: 24px;
    font-weight: 700;
}

.nceny span {
    font-size: 28px;
    font-weight: 700;
    color: #00a669;
}

.table .nceny {
    font-size: 20px;
    margin-bottom: 0;
}

/*============================*/
.article-list .article .article-header h1 a:hover,
.article-list .article .article-header h2 a:hover,
.article-list .article .article-header h1 a:active,
.article-list .article .article-header h2 a:active,
.article-list .article .article-header h1 a:focus,
.article-list .article .article-header h2 a:focus {
    color: #00a669;
}

.article-list .article .readmore a:hover,
.article-list .article .readmore a:active,
.article-list .article .readmore a:focus {
    color: #00a669;
}

/*============================*/
.bx-wrapper {
    margin-bottom: 0;
}

div.bx-wrapper .bx-controls-direction a:hover {
    color: #00a669;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #00a669;
}

/*============================*/
.b-anchor {
    position: relative;
    top: -160px;
}

/*============================*/
.bg-text {
    background: url(images/design/bg-text.jpg) repeat;
    padding: 20px 60px;
}

/*============================*/
.b-menu-pages ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.b-menu-pages ul>li>a {
    display: block;
    margin: 0 5px 5px;
    padding: 10px 15px;
    color: #fff;
    background-color: #0a111b;
    border-radius: 4px;
}

.b-menu-pages ul>li:hover>a,
.b-menu-pages ul>li.current>a {
    background-color: #00a669;
}

/*============================*/
.b-tabs .sppb-nav-pills {
    text-align: center;
}

.b-tabs .sppb-nav-pills>li {
    display: inline-block;
    float: none;
    margin: 0px 5px;
}

.b-tabs .sppb-nav-pills>li:hover,
.b-tabs .sppb-nav-pills>li.active {
    background: #00a669;
    border: 1px solid #00935d;
}

.b-tabs .sppb-nav-pills>li {
    background: #0a111b;
    border: 1px solid #000;
    color: #fff;
    border-radius: 4px 4px 4px 4px;
}

.b-tabs .sppb-nav-pills>li>a {
    font-size: 16px;
    font-weight: 400;
}

/*============================*/
.b-table-fixed {
    table-layout: fixed;
}

/*============================*/
.pagination-wrapper {
    margin-bottom: 50px;
}

.page-item.active .page-link {
    background-color: #00a669;
    border-color: #008856;
}

.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #fff;
    background-color: #00a669;
    border-color: #008856;
}

.pagination.ags {
    margin: 0 0 20px !important;
}

.pagination.ags ul {
    font-size: 12px;
}

/*============================*/
.b-jopapp {
    display: table;
    text-align: center;
    padding: 20px;
    min-height: 420px;
    border: 1px solid #ccc;
    transition: box-shadow 0.3s linear;
}

.b-jopapp:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
}

.b-jopapp .jobapp__box {
    display: table-cell;
    vertical-align: middle;
}

.b-jopapp .jopapp__pic {}

.b-jopapp .jopapp__title {}

.b-jopapp .jopapp__text {
    font-size: 14px;
}

.b-jopapp .jopapp__salary {
    font-weight: 700;
}

.b-jopapp .jopapp__btn {
    display: inline-block;
    padding: 2px 20px;
    border-radius: 30px;
    color: #fff;
    background-color: #0a111b;
}

.b-jopapp .jopapp__btn:hover,
.b-jopapp .jopapp__btn:focus {
    background-color: #00a669;
}

/*============================*/
#sp-bottom #sp-bottom1 ul>.item-236>a:link,
#sp-bottom #sp-bottom1 ul>.item-236>a:visited {
    color: #00a669;
}

/*============================*/
.b-intext {
    display: block;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding: 25px;
    background-color: #0a111b;
    text-transform: uppercase
}

.b-intext:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border: 1px solid #00a669
}

.b-intext .intext__logo {
    max-width: 120px;
    margin-top: 10px
}

.b-intext .intext__logo img {
    width: 100%
}

.b-intext .intext__title {
    color: #00a669
}

.b-intext .intext__subtitle {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*============================*/
.itemid-179 .blog .article-body {
    min-height: 93px;
}

.itemid-179 .blog #sp-title {
    margin: -25px 0 25px;
}

.itemid-179 .blog .sp-page-title {
    margin: 0 -100%;
}

.view-article.itemid-179 .article-details .article-full-image, 
.view-article.itemid-465 .article-details .article-full-image {
    display: none;
}

.article-details .fields-container>dd {
    display: inline-block;
    margin-right: 10px;
}

.article-details .fields-container>dd .field-value {
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 30px;
    border: 1px solid #ccc;
}

.article-details .article-header {
    padding-top: 50px;
}

/*============================*/
/*jivosite*/
jdiv[class*="copy_"],
jdiv[class*="logo_"] {
    display: none !important;
}

/*============================*/

.b-tabags {
    margin: 20px 0 0;
}

.b-tabags .form-check {
    padding: 0;
}

.b-tabags .gsearch-cell {
    padding: 0;
}

.b-tabags .GSearchBlock label {
    display: inline-block !important;
    background: #f7f7f7;
    cursor: pointer;
    transition: 300ms;
    border-radius: 3px;
}

.b-tabags .GSearchBlock label {
    display: inline-block !important;

}

.b-tabags .GSearchBlock label span {
    display: block;
    padding: 4px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.b-tabags .GSearchBlock input[type=radio] {
    display: none !important;
}

.b-tabags .GSearchBlock label:hover {
    background: #e3e3e3;
    border-radius: 3px;
    cursor: pointer;
    transition: 300ms;
}

.b-tabags .gsearch-table h3 {
    display: none !important;
}

.b-tabags :checked+span {
    background: #00a669;
    color: #fff;
    padding: 7px 12px;
    border-radius: 3px;
}

div.blog-gsearch img {
    float: left;
    margin: 0 20px 10px 0;
}


div.blog-gsearch.columned .item {
    padding-top: 23px;
    display: block;
    vertical-align: middle;
    border-radius: 5px;
    max-width: 100%;
    position: relative;
    background: url(images/portfolioblock-top-1.png) 0 0 no-repeat #f1f1f1;
    border: 1px solid #f1f1f1;
    max-height: 610px;
}

div.blog-gsearch img {
    width: 100%;
}

#gsearch-results .page-header,
.gsearch-buttons {
    display: none !important;
}

#gsearch-results .item {
    overflow: hidden;
}

.itemid-345 #gsearch-results .item:before {
    content: 'Скидка 50%';
    position: absolute; top: 0; left: 0; right: 0;
    display: block;
    color: #d60000;
    text-align: right;
    /*background-color: rgba(255,229,59,1);*/
    font-size: 12px;
    font-weight: 700;
    padding: 2px 5px;
    pointer-events: none;
}

#gsearch-results .item .item-title {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    right: 0;
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #00945e;
    pointer-events: none;
}

#gsearch-results .item .item-title a {
    font-size: 18px;
}

#gsearch-results .item .fields-container {
    padding: 0 15px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    color: #333;
    pointer-events: none;
}

#gsearch-results .item .fields-container .field-entry {
    font-size: 12px;
}

#gsearch-results .item .fields-container dd {
    margin-bottom: 0;
}

#gsearch-results .item .fields-container>dd {
    display: inline-block;
    margin-right: 7px;
}

#gsearch-results .fields-container>dd .field-value {
    padding: 3px 12px;
    border-radius: 30px;
    border: 1px solid #ccc;
}

#gsearch-results .item:after {
    content: '';
    background-color: #fff;
    height: 90px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-top: 1px solid #f1f1f1;
}

.gsearch-field-select.custom-field h3,
.gsearch-field-select.category h3 {
    display: none !important;
}

.sp-module.b-tabags .sp-module-content {
    text-align: left;
}

#gsearch-results {
    min-height: 800px;
}


.blog-gsearch .item {
    margin-top: 0px !important;
    margin-bottom: 30px;
}

#gsearch-results .form-check {
    padding-left: 0 !important;
}

#gsearch-results .gsearch-toolbox {
    margin-top: 0 !important;
}

/*============================*/
.view-category.layout-blog:not(.itemid-179) #sp-header.header-sticky~section#sp-main-body,
.view-category.layout-blog:not(.itemid-179) #sp-header.header-sticky~section#sp-main-body,
.view-category.layout-blog:not(.itemid-179) #sp-main-body,
.view-category.layout-blog:not(.itemid-179) #sp-main-body {
    padding-top: 10px;
}

/*============================*/
.view-article.layout-blog #sp-left {
    display: none;
}

.view-article.layout-blog #sp-component {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.view-article.layout-blog .b-tabags {
    display: none;
}

/*============================*/
#sp-before .breadcrumb {
    margin-bottom: 0;
    margin-top: 1rem;
}

/*============================*/
#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
    font-size: 20px;
}
#sp-left .sp-module ul>li>a {
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 0;
}

#sp-left .sp-module ul>li>a:hover,
#sp-left .sp-module ul>li.current>a {
    color: #00a669;
}

#sp-left .sp-module {
    margin-bottom: 30px;
}

#sp-left .sp-module .sp-module-title {
    margin-bottom: 10px;
}

/*============================*/
.b-thumbers .sppb-gallery img {
    border: 2px solid #00a669;
}

/*============================*/
.mfp-arrow-left {
    left: 10%;
}

.mfp-arrow-right {
    right: 10%;
}

/*============================*/
.fancybox-container {
    z-index: 9999999999;
}

.fancybox-caption--separate {
    display: none;
}

ul.sigFreeClassic li.sigFreeThumb {
    margin-left: 0px;
    margin-bottom: 9px;
    margin-right: 4px;
    border: 1px solid #ccc;
}

.sppb-col-md-4 ul.sigFreeClassic li.sigFreeThumb:nth-of-type(3n) {
    margin-right: 0;
}

/*============================*/
.ba-forms-modal-wrapper {
    z-index: 10000000000 !important;
}

.ba-forms-lightbox-row i {
    width: 64px !important;
}
/*============================*/
.itemid-364 .com-sppagebuilder #sp-main-body,
.itemid-364 #sp-main-body {
    padding: 0;
}

/*============================*/
#sp-inleft .element-invisible.finder {display: none;}
#sp-inleft {
    margin-top: 20px;
}
#sp-inleft .form-control {
    height: 32px;
}
/*============================*/
.b-mockup-phone {
    padding: 20px 10px 40px;
    box-shadow: 0px 12px 14px rgb(0 0 0 / 20%);
    border-radius: 30px;
    background-color: #fff;
    zoom: .75;
}
.b-mockup-phone img {
    border: 1px solid #f1f0f0;
}
/*============================*/
/*=======================================================================================*/
/*=================================== WAYGRAND ==========================================*/
/*=======================================================================================*/

/*============================*/
.b-btns {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 500;
    background: #ffd82e;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: all 0.3s;
    padding: 12px 30px;
    color: #000;
}

.b-btns:hover {
    box-shadow: 5px 5px 20px 0px rgba(174, 174, 192, 0.5);
    color: #000;
    /* -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(0,0,0,.1)); */
}

.b-btns:focus {
    outline: none;
}

.b-btns--upper {
    text-transform: uppercase;
}

.b-btns--small {
    padding: 8px 24px;
}

.b-btns--bold {
    font-weight: 600;
}

.b-btns--18 {
    font-size: 18px;
}

.b-btns--shadow {
    box-shadow: 5px 5px 20px rgba(174, 174, 192, 0.5);
}

.b-btns--shadow:hover {
    box-shadow: 0 0 8px rgba(174, 174, 192, 0.5);
}

.b-btns--white {
    background: #fff;
    box-shadow: -5px -5px 20px #ffffff, 5px 5px 20px rgba(174, 174, 192, 0.5);
}

.b-btns--white:hover {
    background: #fff;
    box-shadow: -5px -5px 10px #ffffff, 5px 5px 10px rgba(174, 174, 192, 0.5);
}

/*============================*/
.b-wrapper--center {
    text-align: center;
}

.b-wrapper--right {
    text-align: right;
}

/*============================*/
.b-hero {
    position: relative;
    background: url(images/design/hero_bottom.svg) no-repeat 0% 100.2% / 100%,
        #0a111b;
}

.b-hero .hero__img {
    margin-bottom: -37px;
}

.b-hero .sppb-img-responsive {
    position: relative;
}

.b-hero--dev .sppb-img-responsive {
    position: relative;
    top: 32px;
    left: -13px;
}

.b-hero--zero .sppb-img-responsive {
    top: 0;
    left: 0;
}

/*============================*/
.b-price {
    font-size: 20px;
    font-weight: 600;
}

.b-price span {
    font-size: 25px;
}

/*============================*/
.b-cards .sppb-row .b-card {
    height: 100%;
    margin-bottom: 0;
}
#sp-main-body #sp-page-builder .b-cards {
    z-index: 2;
}

.b-cards {
    padding: 0;
}

.b-card {
    border: 1px solid #dcdcdc;
    z-index: 2;
    transition: box-shadow 0.3s;
    padding: 20px 35px 20px;
    background: #fff;
}

#sp-main-body #sp-page-builder .b-card:hover {
    box-shadow: 5px 5px 20px rgba(174, 174, 192, 0.5);
}

.b-card .b-price {
    margin-bottom: 30px;
}

.b-card .card__text .sppb-addon-content {
    min-height: 110px;
}

.b-cards--fixedheight .sppb-addon-feature .sppb-addon-text {
    min-height: 100px;
}

.b-card .sppb-addon-feature .sppb-img-container {
    position: relative;
    width: 68px;
    height: 68px;
    margin: auto;
}

.b-card .sppb-img-container .sppb-img-responsive {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*============================*/
    /*============================*/
    .b-card--stars .sppb-addon-feature .sppb-img-container {
        width: 189px;
        height: 28px;
        margin: auto;
    }
    /*============================*/
    .b-card--ppc .sppb-addon-feature .sppb-img-container {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 50px;
        margin: auto;
    }
    .b-card--ppc .sppb-img-container .sppb-img-responsive {
        position: static;
        width: auto;
        height: auto;
        object-fit: none;
    }
    /*============================*/
/*============================*/
.b-gifts {
    margin-top: -102px;
    background: url(images/design/gifts_top.svg) no-repeat 0% -2px / 100%,
        url(images/design/gifts_bottom.svg) no-repeat 0% 100.1% / 100%, #0a111b;
    padding: 310px 0 88px;
}

.b-gifts .gifts__item .sppb-addon-content {
    display: flex;
}

.b-gifts .gifts__item .sppb-img-container {
    position: relative;
    flex-shrink: 0;
    margin-right: 10px;
    width: 90px;
    text-align: right;
}

.b-gifts .gifts__item .sppb-feature-box-title {
    margin-bottom: 12px;
}

.b-gifts .gifts__item--1 {
    margin-top: 93px;
}

.b-gifts .gifts__item--1 .sppb-img-container {
    /*top: -10px;*/
}

.b-gifts .gifts__item--3 .sppb-img-container {
    /*top: -8px;*/
}

.b-gifts .gifts__item--1 .sppb-img-responsive {
    width: 76px;
    margin-left: auto;
}

.b-gifts .gifts__item--2 .sppb-img-responsive {
    width: 63px;
    margin-left: auto;
}

.b-gifts .gifts__item--3 .sppb-img-responsive {
    width: 67px;
    margin-left: auto;
}

.b-gifts .gifts__economy {
    position: relative;
    color: #adadad;
    font-weight: 400;
    padding-left: 30px;
    text-transform: uppercase;
}

.b-gifts .gifts__economy::before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 21px;
    background: url(images/design/finger_icon.svg) no-repeat 50% / contain;
}

.b-gifts .gifts__content {
    background: url(images/2021/01/20/gifts_img.svg) no-repeat 50% / contain;
    padding: 153px 0 150px 90px;
}

.b-gifts .b-wrapper {
    margin-top: 20px;
}

.b-gifts .b-btns {
    padding: 12px 50px;
}

/*============================*/
.b-strategy .strategy__accordeon {
    position: relative;
    z-index: 1;
}

.b-strategy .b-title {
    margin-bottom: 48px;
}

.b-strategy .strategy__accordeon::before {
    content: '';
    position: absolute;
    top: -34px;
    left: -190px;
    width: 300px;
    padding-bottom: 50%;
    background: url(images/design/strategy_bg1.svg) no-repeat 0% 50% / contain;
    z-index: 0;
}

.b-strategy .strategy__accordeon::after {
    content: '';
    position: absolute;
    top: -53px;
    right: -157px;
    width: 150px;
    padding-bottom: 54%;
    background: url(images/design/strategy_bg2.svg) no-repeat 0% 50% / contain;
    z-index: 0;
}

/*============================*/
.b-accordeon .sppb-panel-modern>.sppb-panel-heading {
    background: #fff;
    border-radius: 20px;
    padding: 16px 30px 16px 14px;
}

.b-accordeon .sppb-panel {
    position: relative;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
    background: #fff;
    z-index: 10;
    margin-bottom: 12px;
}

.b-accordeon .sppb-panel-title {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.b-accordeon .active .sppb-panel-title {
    font-size: 16px;
    color: #00a66c;
    font-weight: 600;
}

.b-accordeon .sppb-toggle-direction {
    font-size: 20px;
    color: #cccccc;
}

.b-accordeon .sppb-panel-body {
    border: none;
    font-size: 16px;
}

.b-accordeon .accordeon__heading {
    font-size: 16px;
    font: 700px;
}

.b-accordeon--square .sppb-panel-modern>.sppb-panel-heading,
.b-accordeon--square .sppb-panel {
    border-radius: 0;
    border-right: none;
    border-left: none;
}

.b-accordeon--square .sppb-panel-title,
.b-accordeon--square .active .sppb-panel-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.b-accordeon--square .sppb-panel-title span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    margin-right: 20px;
}

.b-accordeon--square .sppb-panel-title span:nth-child(n + 3)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00a66c;
}

.b-accordeon--square {
    counter-reset: count-panel;
}

.b-accordeon--square .sppb-panel-heading::before {
    counter-increment: count-panel;
    content: counter(count-panel);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00a66c;
    font-weight: 700;
    width: 35px;
    height: 35px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}

.b-accordeon--square .sppb-panel-modern>.sppb-panel-heading {
    padding: 20px 30px 20px 80px;
}

.b-accordeon--square .sppb-toggle-direction {
    font-size: 20px;
    color: #00a66c;
}

.b-accordeon img {
    margin: auto;
}

.b-accordeon--more .sppb-panel {
    border: none;
    text-align: center;
}

#sp-page-builder .b-accordeon--more .sppb-panel-heading {
    position: relative;
    padding: 20px 30px 35px 20px;
}

.b-accordeon--more .sppb-toggle-direction {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #00a66c;
    border-radius: 50%;
    color: #fff;
}

.b-accordeon--more .active .sppb-toggle-direction {
    transform: translateX(-50%) rotate(270deg);
}

/*============================*/
.b-menu {
    display: flex;
    justify-content: center;
    background: #17282f;
    margin: 17px auto 0;
    padding: 0;
}

.b-menu .menu__item {
    list-style: none;
}

.b-menu .menu__link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 20px 36px;
    z-index: 1;
}

.b-menu .menu__link::before {
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00a66c;
    z-index: -1;
    transform: skewX(-48deg);
    transition: opacity 0.3s;
}

.b-menu .menu__link.active::before,
.b-menu .menu__link:hover::before {
    opacity: 1;
}

/*============================*/
#sp-main-body #sp-page-builder .b-portfolio {
    z-index: 5;
}

.b-portfolio {
    padding-bottom: 100px;
}

/*============================*/
.b-result {
    background: url(images/design/result_top.svg) no-repeat 0% -2px / 100%,
        url(images/design/result_bottom.svg) no-repeat 0% 100.1% / 100%, #0a111b;
    padding: 196px 0 93px;
}

.b-result .result__content {
    counter-reset: section;
}

.b-result .result__item {
    position: relative;
    padding-left: 55px;
}

.b-result .result__item::before {
    position: absolute;
    counter-increment: section;
    content: counter(section);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    font-size: 30px;
    font-weight: 700;
    color: #00a66c;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #00a66c;
}

.b-result .result__img {
    margin-top: 136px;
}

.b-result .result__img .sppb-img-responsive {
    margin-left: 22px;
}

.b-result .b-wrapper {
    margin-top: 15px;
}

.b-result .b-btns {
    padding: 12px 14px 12px;
}

.b-result .b-wrapper {
    margin-top: 23px;
}

/*============================*/
.b-team-gallery .b-title {
    margin-bottom: 68px;
}

/*============================*/
.b-team {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.b-team .team__item--promo {
    background: url(images/design/team_bg.svg) no-repeat 50% 32px / contain,
        #00a66c;
    grid-row: 1 / 3;
    grid-column: 4 / 4;
    display: flex;
    flex-direction: column;
}

.b-team .team__item--promo .team__item-header,
.b-team .team__item--promo .team__item-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
}

.b-team .team__item--promo .team__item-header {
    font-size: 100px;
    font-weight: 700;
    color: #00a66c;
    padding-top: 40px;
}

.b-team .team__item--promo .team__item-content {
    color: #fff;
    text-align: center;
}

/*============================*/
.b-questions {
    background: url(images/design/question_top.svg) no-repeat 0% -2px / 100%,
        url(images/design/question_bottom.svg) no-repeat 0% 100.3% / 100%,
        url(images/design/ellips.svg) no-repeat 16% 18.3% / 39%, #0a111b;
    padding: 135px 0 250px;
}

.b-questions .questions__img {
    margin-right: 71px;
}

.b-questions .b-title {
    margin-bottom: 20px;
}

.b-questions .b-wrapper {
    margin-top: 3px;
}

/*============================*/
.b-border {
    text-align: center;
    margin-bottom: 3px;
}

.b-border span {
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    font-weight: 600;
    border-bottom: 1px dotted #fff;
    color: #fff;
    margin-bottom: 19px;
    cursor: pointer;
}

/*============================*/
.b-process {
    background: url(images/design/process_bg.svg) no-repeat 38% 112px / 43%;
}

/*============================*/
.b-newsblock {
    margin-top: -150px;
}

.b-newsblock .b-title {
    margin-bottom: 45px;
}

/*============================*/
#sp-main-body #sp-page-builder .b-advantages {
    z-index: 5;
}

/*============================*/
.b-news {
    display: flex;
    justify-content: space-between;
}

.b-news .news__item {
    position: relative;
    width: 32%;
}

.b-news .news__content-text a {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
}

.b-news .newsflash-image {
    position: relative;
    margin: 0;
    width: 100%;
    height: 297px;
}

.b-news .newsflash-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-news .news__content {
    background: #0a111b;
    padding: 30px 20px 20px;
    color: #fff;
}

.b-news .news__item:hover .news__content {
    background: #0a111b;
    padding: 30px 19px 10px;
    color: #fff;
}

.b-news .newsflash-title {
    margin-bottom: 20px;
    min-height: 87px;
}

.b-news .newsflash-title a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: color 0.3s;
}

.b-news .newsflash-title a:hover {
    color: #fff;
}

.b-news .news__label {
    position: absolute;
    top: 20px; right: 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #00a66c;
    z-index: 1;
    padding: 6px 15px 6px;
    min-width: 145px;
}

.b-news .news__content-text {
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
    min-height: 170px;
}

.b-news .news__item:hover .news__content-text {
    position: static;
    opacity: 1;
    transform: scale(1);
}

.b-news .news__item:hover .newsflash-image img {
    display: none;
}

.b-news .news__item:hover .newsflash-image {
    height: 100px;
}

.b-news .news__item:hover .news__content {
    background: #00a66c;
}

.b-news .readmore {
    display: none;
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
}

.b-news .news__item:hover .readmore {
    display: block;
    margin-bottom: 10px;
}

.b-news .news__item:hover .news__label {
    background: #0a111b;
}

.b-news .news__item:hover .b-info .fa {
    color: #80d3b6;
}

.b-news .news__item:hover {
    background: #00a66c;
}

/*============================*/
.b-info {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 13px;
}

.b-info .fa {
    color: #84888d;
    margin-right: 8px;
}

/*============================*/
.b-list--checked {
    text-align: left;
    color: #000;
}

.b-list--checked li {
    position: relative;
    padding-left: 20px;
}

.b-list--checked li:before {
    content: '\2713';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #00a66c;
    font-weight: 700;
    font-size: 20px;
}

/*============================*/

#sp-logotype {
}

/*============================*/
.b-header-contacts {
    text-align: center;
}

/*============================*/
.b-phones .phones__link {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.b-phones .phones__link:hover {
    color: #03a567;
}

/*============================*/
.b-mail .mail__link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

/*============================*/
.b-promo .promo__heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #84888d;
    line-height: 1;
    margin-bottom: 20px;
}

/*============================*/
.b-partners {
    margin: 10px 0 30px;
}

.b-partners .partners__link {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 20px;
    background: url(images/design/yandex_partners.svg) no-repeat 50% / 100%;
}

.b-partners .partners__link--2 {
    background: url(images/design/google_partners.svg) no-repeat 50% / 100%;
    width: 70px;
    height: 30px;
}

/*============================*/
#sp-bottom-n {
    padding: 90px 0 0;
}

#sp-sub-bottom {
    padding-bottom: 90px;
}

#sp-bottom-n,
#sp-sub-bottom {
    background: #0a111b;
}

#sp-bottom-n .menu,
#sp-sub-bottom .menu {
    padding: 0;
    list-style: none;
}

#sp-bottom-n .menu li,
#sp-sub-bottom .menu li {
    margin-bottom: 3px;
}

#sp-bottom-n .menu a,
#sp-sub-bottom .menu a {
    display: inline-block;
    vertical-align: top;
    color: #84888d;
    font-size: 14px;
}

#sp-bottom-n .menu a:hover,
#sp-sub-bottom .menu a:hover {
    color: #fff;
}

#sp-bottom-n .sp-module-title,
#sp-sub-bottom .sp-module-title {
    color: #b5b8bb;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

#sp-sub-bottom .b-phones .phones__link,
#sp-sub-bottom .b-mail .mail__link {
    color: #b5b8bb;
}

#sp-sub-bottom .b-phones .phones__link:hover,
#sp-sub-bottom .b-mail .mail__link:hover {
    color: #fff;
}

#sp-sub-bottom .b-mail {
    margin-bottom: 10px;
}

#sp-sub-bottom .b-wrapper {
    margin-bottom: 20px;
}

/*============================*/
.b-icon-link {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #84888d;
    padding-left: 25px;
    margin-bottom: 10px;
}

.b-icon-link:last-child {
    margin-bottom: 0;
}

.b-icon-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(images/design/phone.svg) no-repeat 50% / 100%;
    border-radius: 50%;
}

.b-icon-link--2::before {
    background: url(images/design/cursor.svg) no-repeat 50% / 100%;
}

.b-icon-link:hover {
    color: #fff;
}

/*============================*/
.b-social .social__link {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background: url(images/design/instagram.svg) no-repeat 50% / 100%;
    margin-right: 3px;
    transition: transform 0.3s;
}

.b-social .social__link:hover {
    transform: scale(1.1);
}

.b-social .social__link--2 {
    background: url(images/design/telegram.svg) no-repeat 50% / 100%;
}

.b-social .social__link--3 {
    background: url(images/design/twitter.svg) no-repeat 50% / 100%;
}

.b-social .social__link--4 {
    background: url(images/design/vk.svg) no-repeat 50% / 100%;
}

.b-social .social__link--5 {
    background: url(images/design/facebook.svg) no-repeat 50% / 100%;
}

.b-social .social__link--6 {
    background: url(images/design/yandex.svg) no-repeat 50% / 100%;
}

#sp-sub-bottom .b-social {
    margin-bottom: 20px;
}

/*============================*/
#bubbles {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/*============================*/
.b-more {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    color: #37a078;
    border-bottom: 1px dashed #37a078;
}

/*============================*/
.b-case {
    display: flex;
    box-shadow: inset 0 0 0 1px #c9c9c9;
}

.b-case .case__heading {
    font-size: 25px;
    font-weight: 600;
}

.b-case .case__subheading {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    color: #636363;
    margin-bottom: 20px;
}

.b-case .case__details-icon {
    position: relative;
    padding-left: 40px;
}

.b-case .case__details-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 40px;
    height: 40px;
    background: url(images/design/case1.svg) no-repeat 50% / contain;
}

.b-case .case__details-icon--2::before {
    background: url(images/design/case2.svg) no-repeat 50% / contain;
}

.b-case .case__details-icon--3::before {
    background: url(images/design/case3.svg) no-repeat 50% / contain;
}

.b-case .case__item--1 {
    padding: 23px 13px;
}

.b-case .case__item--2 {
    display: flex;
    align-items: center;
    width: 55%;
    padding: 0 10px;
    flex-shrink: 0;
}

.b-case .case__details-item {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.b-case .case__details-item span {
    font-size: 22px;
    color: #00a66c;
}

.b-case .case__btn {
    padding: 13px 25px;
    background: #00a66c;
    color: #fff;
    font-weight: 600;
}

/*============================*/
.b-chart {
    width: 100%;
}

/*============================*/
.b-complete {
    background: #0A111B;
    height: 100%;
    padding: 23px 13px;
}
/*============================*/
.b-list-menu {
    list-style: none;
    line-height: 24px;
}
.b-list-menu li > a {
    color: #000;
}
.b-list-menu li > a:hover,
.b-list-menu li > a:focus,
.b-list-menu li > a:active {
    color: #00A66C;
}
.b-list-menu .list-menu__title {
    color: #00A66C;
    font-weight: 700;
}
.b-list-menu .list-menu__more {
    font-weight: 700;
}
/*============================*/
.b-rating {
    color: #fff;
}
/*============================*/
.b-mockup-phone {
    padding: 20px 10px 40px;
    box-shadow: 0px 12px 14px rgb(0 0 0 / 20%);
    border-radius: 30px;
    background-color: #fff;
    zoom: .75;
}
.b-mockup-phone img {
    border: 1px solid #f1f0f0;
}
/*============================*/
.b-cards .sppb-row .b-card {
    height: 100%;
    margin-bottom: 0;
}
.b-cards > .sppb-row-container > .sppb-row > div {
    padding-bottom: 30px;
}
/*============================*/
.b-fix-height {
    min-height: 90px;
}
/*============================*/
.b-site-carousel .sppb-articles-carousel-meta {
    display: none;
}
.b-site-carousel .sppb-articles-carousel-link {
    font-weight: 500;
    font-size: 20px;
}
.b-site-carousel .sppb-articles-carousel-content {
    height: 142px;
}
.b-site-carousel .sppb-articles-carousel-link {
    min-height: 40px;
}
.b-site-carousel.sppb-addon-articles-carousel .bx-controls.bx-has-pager {
    top: 50% !important;
}
.b-site-carousel div.bx-wrapper .bx-controls-direction a {
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.b-site-carousel div.bx-wrapper .bx-controls-direction a.bx-prev {
    left: -42px;
}
.b-site-carousel div.bx-wrapper .bx-controls-direction a.bx-next {
    right: -42px;
    left: auto;
}
.b-site-carousel.sppb-addon-articles-carousel .bx-pager.bx-default-pager {
    top: -380px;
    text-align: center;
    display: none;
}
/*============================*/
.device-galaxy-s8 {
    margin: 0 auto;
    zoom: 0.69;
    -moz-transform: scale(0.69);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.69);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.69);
    -webkit-transform-origin: 0 0;
    transform: scale(0.69);
    transform-origin: 0 0;
}
.device-macbook-pro .device-content {
    height: 344px !important;
}
.device-macbook-pro .device-frame:before {
    display: none;
}
.device-macbook-pro .device-frame {
    height: 415px !important;  
}
/*============================*/
.b-video--layer {
    z-index: 3 !important;
}
.b-gifts--layer {
    z-index: 2 !important;
}
/*============================*/
.b-boxer img {
    max-width: 60%;
}
.b-boxer .sppb-addon-text > * {
    margin: 0 15%;
}
/*============================*/
.b-menu-catalog {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}
/*============================*/
.ba-form-17 .ba-image-wrapper {
    height: 163px;
    overflow: hidden;
}
/*============================*/
.ba-form-field-item.b-title-form {
    margin-top: -72px;
    margin-right: 45px;
    width: auto;
}
/*============================*/
#sppb-addon-1626170408733 .sppb-addon-table-main tr td {border-width: 0px !important;}
/*============================*/
.b-keyses .sppb-addon-article {
    position: relative;
}
.b-keyses .sppb-article-info-wrap {
    position: absolute;
    top: 190px;
    left: 10px;
    max-width: 251px;
}
.b-keyses .sppb-article-info-wrap h3 {
    line-height: 19px;
}
.b-keyses .sppb-article-info-wrap h3 > a 
{
    /*color: #FFD82E;*/
    color: #FFF;
    font-size: 16px;
}
.b-keyses .sppb-btn-custom {
    display: table;
    margin: 0 auto;
    padding: 14px 38px;
    border-radius: 30px;
}
/*============================*/
.itemid-445 .b-keyses .sppb-article-info-wrap {
    max-width: 70%;
}
.itemid-445 .b-keyses .sppb-article-info-wrap h3 > a {
    font-size: 24px;
    text-shadow: 2px 2px 3px #000;
}
.itemid-445 .b-keyses .sppb-article-info-wrap h3 {
    line-height: 24px;
}
/*============================*/
.b-teams {}
.b-teams .sppb-person-image img {
    max-width: 240px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
/*============================*/
.itemid-448 #sp-menu-second {display: none !important;}
.itemid-448 #sp-bottom {display: none !important;}
/*============================*/
.article-details .article-can-edit {
    margin-bottom: 0;
}
/*=======================================================================================*/
/*=================================== WAYGRAND ==========================================*/
/*=======================================================================================*/









/*=================================== WAYGRAND NEW DESIGN ==========================================*/
/*============================*/
body {
    background-color: #fff;
    padding-top: 109px;
}
.mb-5 {margin-bottom: 7rem!important;}
.ml-auto {margin-left: auto !important;}
.b-out {
    margin-left: -320px;
    margin-right: -320px;
    padding-left: 320px;
    padding-right: 320px;
}
.text-brand {color: #00a669;}
.fz-14 {font-size: 14px;}
.fz-16 {font-size: 16px;}
/*============================*/
#sp-header {
    position: fixed;
    top: 0; left: 0; right: 0;
}
/*============================*/
.sp-megamenu-parent {
    float: none;
    margin: 0;
    display: flex !important;
    justify-content: center;
    width: 100%;
    max-height: 81px;
}
.sp-megamenu-parent>li {
    position: static;
    background: url(images/newdesign/i-divider.webp) 0% 50% no-repeat;
    padding-left: 60px;
}
.sp-megamenu-parent>li:nth-child(2) {
    background: none;
    padding-left: 0px;
}
.sp-megamenu-parent>li:first-child {
    display: none;
}
body.ltr .sp-megamenu-parent .sp-menu-item:not(:last-child) .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: 0;
    right: 0;
    width: auto !important;
}
body.ltr .sp-megamenu-parent .sp-menu-item:last-child {
    position: relative;
}
body.ltr .sp-megamenu-parent .sp-menu-item:last-child .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: auto;
}
body.ltr .sp-megamenu-parent .sp-menu-item:last-child .sp-dropdown.sp-dropdown-sub {
    left: auto;
    right: 100%;
}
.sp-megamenu-parent .sp-menu-separator {
    font-weight: 700;
}
.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    color: #000;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
}
.sp-megamenu-parent>li:hover>a,
.sp-megamenu-parent>li>a:hover,
.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active:hover>a {
    color: #00a669;
    font-weight: 700;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    color: #fff;
    background-color: #00a669;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    display: block;
    padding: 10px;
    font-size: 16px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding: 0;
}

.sp-megamenu-parent .item-170 .sp-dropdown {
    width: 600px !important;
}

.sp-megamenu-parent .item-170 .sp-dropdown-items {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.sp-megamenu-parent .item-170 .sp-dropdown-items>li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.sp-megamenu-parent .item-170 .sp-dropdown-items>li>a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sp-megamenu-parent>li.item-313>a {
    color: #00a669;
    animation-duration: 5000ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink 6000ms infinite;
}

.sp-megamenu-parent img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sp-megamenu-parent > li:first-child:after,
.sp-megamenu-parent > li:last-child:after {
    content: '';
    display: none;
}

.sp-megamenu-parent .item-425,
.sp-megamenu-parent .item-426,
.sp-megamenu-parent .item-385,
.sp-megamenu-parent .item-383,
.sp-megamenu-parent .item-386,
.sp-megamenu-parent .item-387,
.sp-megamenu-parent .item-395,
.sp-megamenu-parent .item-396,
.sp-megamenu-parent .item-405,
.sp-megamenu-parent .item-406,
.sp-megamenu-parent .item-407,
.sp-megamenu-parent .item-384 {
    display: none;
}

.sp-megamenu-parent .item-205 .b-menu-catalog > li {
    display: list-item;
}

@keyframes blink {
    0% {
        color: #fff;
    }

    50% {
        color: #00a669;
    }

    100% {
        color: #fff;
    }
}

@-webkit-keyframes blink {
    0% {
        color: #fff;
    }

    50% {
        color: #00a669;
    }

    100% {
        color: #fff;
    }
}

/*============================*/
.b-blackhole {
    position: relative;
    padding-top: 100px;
    padding-bottom: 0px;
    background-color: #0a111b;
    color: #fff;
    min-height: 540px;
}
.b-blackhole:before, .b-blackhole:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.b-blackhole:after {
    bottom: 0px;
    transform: skewY(-2deg);
    transform-origin: 100%;
}
/*============================*/
.b-textbox {
}
.b-textbox .textbox__title {
    font-size: 1.6rem;
}
.b-textbox .textbox__subtitle {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
}
.b-textbox .textbox__body {
    padding-top: 45px;
}
.b-textbox .textbox__note {
    padding-top: 15px;
}
/*============================*/
.b-edges {
    display: flex;
    flex-wrap: nowrap;
}
.b-edges .edges__item {
    flex-shrink: 1;
    width: 33.3333%;
    margin: 0 10px;

    display: flex;
    flex-wrap: nowrap;
    align-items: center;

    box-shadow: 5px 5px 20px 0px rgb(174 174 174 / 50%);
    border-radius: 10px;
    padding: 20px 10px;
    transition: all 0.3s linear; 
}
.b-edges .edges__item:hover {
    box-shadow: 5px 5px 20px 0px rgb(255 216 46);
}
.b-edges .edges__svg {
    margin-right: 10px;
}
.b-edges .edges__svg img {
    max-width: 70px;
}
.b-edges .edges__row {
    font-size: 16px;
}
.b-edges .edges__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.b-edges .edges__text {
}
/*============================*/
.b-maintitle {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.b-maintitle span {
    color: #00A66C;
}
/*============================*/
.b-textwrap {
    max-width: 690px;
}
/*============================*/
.moduletable-relized h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.newsflash-title-relized {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    height: 46px;
    overflow: hidden;
}
/*============================*/
.b-extraix {
    display: flex;
    flex-wrap: wrap;
}
.b-extraix .extraix__item {
    width: calc(100% / 3);
    padding: 0 10px 20px;
}
.b-extraix .extraix__inner {
    border: 1px solid #ccc;
}
.b-extraix .extraix__nums {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    font-weight: 300;
}
.b-extraix .extraix__nums {display: none;}
.b-extraix .extraix__nums i {
    margin-right: 3px;
    color: #a9a9a9;
}
.b-extraix .extraix__content {
    padding: 0 5px 10px;
}
.b-extraix .newsflash-image {
    border-bottom: 1px solid #ccc;
}
/*============================*/
.b-btns {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 700;
    background: #ffd82e;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: all 0.3s;
    padding: 12px 30px;
    color: #000;
}
.b-btns:hover {
    box-shadow: 5px 5px 20px 0px rgba(174, 174, 192, 0.5);
    color: #000;
}
    .b-btns--light {
        background-color: #e9e9e9;
    }
/*============================*/
.b-list {
    list-style: none;
    padding: 0
}

.b-list>li {
    position: relative;
    padding: 2px 0;
    border-bottom: 0 !important
}

.b-list li:before {
    content: '\2014';
    color: #00a669;
    margin-right: 10px
}

.b-list--nums {
    counter-reset: section
}

.b-list--nums li:before {
    counter-increment: section;
    content: ""counter(section) ".";
    font-weight: 700;
    color: #00a669;
    font-size: 18px
}

.b-list--padding-5n>li:nth-of-type(5n) {
    padding-bottom: 25px
}

.b-list--check li:before {
    content: '';
    color: #00a669;
    background: url(images/design/i-check.svg) 0% 0% no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    margin-top: 2px;
}
/*============================*/
.b-plans {
    display: flex;
    flex-wrap: wrap; 
    margin: 0 -20px;
}
.b-plans .plans__item {
    position: relative;
    margin: 0 20px;
    width: calc(100% / 3 - 40px);
    text-align: center;
    margin-bottom: 30px;
}
.b-plans .plans__item:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.b-plans .plans__inner {
    height: 100%;
    border: 1px solid #dcdcdc;
    transition: box-shadow 0.3s;
    padding: 20px 35px 120px;
    box-shadow: 0px 0px 20px 0px rgb(174 174 174 / 50%);
    transition: all 0.3s linear;
}
.b-plans .plans__inner:hover {
    border-color: #FFCF00;
    box-shadow: 0px 0px 20px 0px rgb(255 216 46 / 50%);
}
.b-plans .plans__inner>div:not(:last-child) {
    margin-bottom: 1.5rem;
}
.b-plans .plans__popular .plans__inner {
    border: 2px solid #FFCF00;
}
.b-plans .plans__pic {}
.b-plans .plans__pic svg {}
.b-plans .plans__title {
    margin-bottom: 1.5rem;
    font-size: 22px;
    font-weight: 700;
}
.b-plans .plans__text {
}
.b-plans .plans__text span {
    color: #00A66C;
    display: block;
}
.b-plans .plans__price {
    font-weight: 700;
    min-height: 64px;
}
.b-plans .plans__price s {
    color: #dc3545;
}
.b-plans .plans__price s > span {
    font-size: 16px;
}
.b-plans .plans__price span {
    font-size: 25px;
}
.b-plans .plans__body {
    min-height: 250px;
    text-align: left;
}
.b-plans .plans__btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
}
.b-plans .plans__link {
    margin-top: 0.5rem;
}
.b-plans .plans__link a {
    border-bottom: 1px dashed;
}
    .b-plans--gs .plans__pic img {
        max-width: 55px;
        margin: 0 auto;
    }
    .b-plans--center {
        justify-content: center;
    }
    .b-plans--price .plans__item:nth-last-child(-n+3) {
        margin-bottom: 30px;
    }
/*============================*/
.b-bg-devices {
    background-image: url(images/newdesign/bg-claks.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
/*============================*/
.b-yougift {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;

    background-color: #0a111b;
    color: #fff;

    display: flex;
    align-items: center;
    margin-top: 10rem;
    margin-bottom: 15rem;
}
.b-yougift:before, .b-yougift:after {
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.b-yougift:before {
    top: -100px;
    transform: skewY(-2deg);
    transform-origin: 100% 0;
}
.b-yougift:after {
    bottom: -50px;
    transform: skewY(-2deg);
    transform-origin: 100%;
}
.b-yougift .yougift__item {
    width: 50%;
}
.b-yougift .yougift__box {
    display: flex;
    align-items: center;
    margin-bottom: 1.6rem;
}
.b-yougift .yougift__box:last-child {
    margin-bottom: 0;
}
.b-yougift .yougift__pic {
    width: 80px;
    margin-right: 1rem;
}
.b-yougift .yougift__pic svg {
    width: 80px;
}
.b-yougift .yougift__title {
    font-size: 24px;
    font-weight: 700;
}
.b-yougift .yougift__subtitle {
    font-weight: 400;
}
.b-yougift .yougift__undertext {
    font-weight: 300;
    text-transform: uppercase;
    color: #adadad;
}
    .b-yougift--what .yougift__pic {
        width: auto;
    }
/*============================*/
.b-plax {
    background-image: url(images/newdesign/bg-plax.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    padding: 150px 0;
    text-align: center;
}
.b-plax .plax__uptitle {
    font-size: 20px;
}
.b-plax .plax__title {
    font-size: 30px;
    font-weight: 700;
}
.b-plax .plax__text {
    font-size: 20px;
}
.b-plax .plax__btn {
    margin-top: 20px;
}
/*============================*/
.b-acordy {
    position: relative;
    z-index: 1;
}
.b-acordy .accordion-body .row img {
    margin: 0 auto;
}
.b-acordy .accordion-body {
    font-size: 1rem;
}
    .b-acordy--fly:before {
        content: '';
        position: absolute;
        top: -150px;
        left: 0px;
        width: 300px;
        padding-bottom: 50%;
        background: url(images/newdesign/bg-strategy-1.svg) no-repeat 0% 0% / contain;
        z-index: -1;
    }
    .b-acordy--fly:after {
        content: '';
        position: absolute;
        top: -126px;
        right: 120px;
        width: 150px;
        padding-bottom: 50%;
        background: url(images/newdesign/bg-strategy-2.svg) no-repeat 0% 0% / contain;
        z-index: 0;
    }
    .b-acordy--fly .accordion {
        max-width: 730px;
        margin: 0 auto;
    }
    .accordion--success .accordion-button:focus {
        border-color: #00a66c;
        box-shadow: 0 0 0 0.25rem rgb(0 166 108 / 50%);
    }
    .accordion--success .accordion-button:not(.collapsed) {
        color: #00a66c;
        background-color: #00a66c1f;
    }
    .b-acordy--process {
        counter-reset: section;
    }
    .b-acordy--process .accordion-button {
        font-size: 18px;
        padding-left: 65px;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }
    .b-acordy--process .accordion-button span {
        font-size: 14px;
        font-weight: 400;
        position: relative;
        margin-right: 15px;
    }
    .b-acordy--process .accordion-button span:before {
        content: '';
        position: absolute;
        top: 50%; left: -10px;
        transform: translateY(-50%);
        width: 5px; height: 5px;
        border-radius: 50%;
        background: #00a66c;
    }
    .b-acordy--process .accordion-button > div:first-child {
        margin-right: 15px;
    }
    .b-acordy--process .accordion-button:before {
        counter-increment: section;
        content: counter(section);
        position: absolute;
        top: 50%; left: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%);
        color: #00a66c;
        font-weight: 700;
        width: 35px;
        height: 35px;
        border: 1px solid #dcdcdc;
        border-radius: 50%;
    }
    .b-acordy--wrapper .accordion {
        max-width: 730px;
        margin: 0 auto;
    }
/*============================*/
.sp-scroll-up {
    background-color: #0a111b;
    color: #00945e;
    bottom: 20%;
    right: 57px;
    border-radius: 50%;
    z-index: 1001;
    border: 1px solid #fff;
}
/*============================*/
.b-numbox {
    font-size: 30px;
    font-weight: 700;
    color: #00a66c;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    border: 1px solid #00a66c;
}
/*============================*/
.b-wanted {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*============================*/
.b-sitebox {
    max-width: 182px;
    margin: 0 auto;
    text-align: center;
}
.b-sitebox .sitebox__pic img {
    display: block;
}
.b-sitebox .sitebox__title {
}
.b-sitebox .sitebox__price {
    font-weight: 700;
}
.b-sitebox .sitebox__btn {
}
.b-sitebox .sitebox__link a {
    font-size: 14px;
    border-bottom: 1px dashed;
}
.b-sitebox .b-btns {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 15px;
}
/*============================*/
.b-contbox {
}
.b-contbox .contbox__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.b-contbox .contbox__item {
    margin: 0 20px;
    padding: 30px 0px;
    text-align: center;
    border-radius: 10px;
    width: calc(100% / 3 - 40px);
    box-shadow: 5px 5px 20px 0px rgb(174 174 192 / 50%);
}
.b-contbox .contbox__pic img {
    margin: 0 auto;
}
.b-contbox .contbox__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.b-contbox .contbox__text {
    min-height: 54px;
}
.b-contbox .contbox__connect {
    min-height: 45px;
}
.b-contbox .contbox__connect a {
    font-size: 30px;
    font-weight: 700;
}
.b-contbox .contbox__socset {
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    margin-top: 20px;
}
.b-contbox .contbox__socset img {
    max-width: 40px;
    width: 100%;
}
.b-contbox .contbox__socset a {
    margin: 0 3px;
}
/*============================*/
.b-anchors {
    position: relative;
    top: -109px;
}
/*============================*/
.b-questbox {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
}
.b-questbox > div:not(.b-maintitle) {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px dotted #fff;
}
/*============================*/
.b-text-wrapper {
    max-width: 730px;
    text-align: left;
}
/*============================*/
.b-type-site {
    margin: 0 -50%;
    max-width: none;
}
/*============================*/
.view-category.layout-blog .article-list .article .article-intro-image img {
    width: 100%;
}
/*============================*/
.b-seokeys {
    display: flex;
}
.b-seokeys .seokeys__item {}
.b-seokeys .seokeys__item-1 {
    width: 70%;
    padding: 20px 15px;
    border: 5px solid #0A111B;
    border-right: 0;
}
.b-seokeys .seokeys__item-2 {
    background-color: #0A111B;
    color: #fff;
    width: 30%;
    padding: 15px;
}
.b-seokeys .seokeys__item-2 > div {
    margin-bottom: 20px;
}
.b-seokeys .seokeys__subtitle {
    font-size: 18px;
}
.b-seokeys .seokeys__title {
    font-size: 28px;
    font-weight: 700; 
}
.b-seokeys .seokeys__pic {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0;
}
.b-seokeys .seokeys__pic img {
    margin: 0px auto;
}
.b-seokeys .seokeys__bottom {
    display: flex;
    justify-content: space-around;
}
.b-seokeys .seokeys__ibox {
    display: flex;
    align-items: center;
}
.b-seokeys .seokeys__ipic {
    margin-right: 5px;
}
.b-seokeys .seokeys__itext {
    font-weight: 700;
}
.b-seokeys .seokeys__ititle {
}
.b-seokeys .seokeys__ivalue {
    color: #00a669;
}
.b-seokeys .seokeys__htitle {
    font-size: 24px;
    font-weight: 700;
}
.b-seokeys .seokeys__htext {
    border-bottom: 1px solid #fff;
    margin-left: -15px; margin-right: -15px;
    padding-left: 15px; padding-right: 15px; padding-bottom: 20px;
}
.b-seokeys .seokeys__stats {
    display: flex;
    align-items: center;
    text-align: center;
}
.b-seokeys .seokeys__stats > div {
    width: calc(100% / 4);
}
.b-seokeys .seokeys__stats > div:first-child {
    text-align: left;
    font-size: 14px;
}
.b-seokeys .seokeys__stats > div:last-child {
    font-weight: 700;
    color: #ffd82e;
}
.b-seokeys .seokeys__footer {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #fff;
    margin-left: -15px; margin-right: -15px;
    padding-left: 15px; padding-right: 15px; padding-top: 20px;
}
.b-seokeys .b-btns {
    display: table;
    margin: 0 auto;
}
.b-seokeys .seokeys__traffic {
    font-weight: 700;
    text-align: center;
}
.b-seokeys .seokeys__traffic sup {
    margin-left: 5px;
}
.b-seokeys .seokeys__traffic > div:nth-child(2) {
    font-size: 24px;
}
.b-seokeys .seokeys__traffic > div:last-child {
    color: #00a669;
}
/*============================*/
.b-shadow {
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px 0px rgb(174 174 192 / 50%);
}
/*============================*/
.b-table thead th {
    background-color: #0A111B;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}
.b-table thead h3 {
    font-size: 16px;
}
.b-table thead th:nth-child(1) {text-transform: uppercase;}
.b-table thead th:nth-child(2) {background-color: #ccc; color: #000;}
.b-table thead th:nth-child(3) {background-color: #FFD82E; color: #000;}
.b-table thead th:nth-child(4) {background-color: #00A66C; color: #000;}
.b-table .table>:not(caption)>*>* {
    border-bottom: 0;
    padding: 1.2rem .6rem;
}
.b-table .table > tbody > tr > td:first-child {
    max-width: 320px;
}
.b-table .table td {}
.b-table .table td:not(:first-child) {
    text-align: center;
}
.b-table .table p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.b-table .fa-check {
    color: #00A66C;
}
.b-table .fa-times {
    color: #dc3545;
}
/*============================*/
.b-hider {
    visibility: hidden;
    max-height: 0px;
    opacity: 0;
    transition: all 0.3s;
}
.b-hider ul {
    font-size: 14px;
}
.b-hider--active {
    opacity: 1;
    visibility: visible;
    max-height: 500px; 
    transition: all 0.3s linear;
}
.b-hider-link {
    font-size: 14px;
    cursor: pointer;
}
.b-hider-link:hover {
    text-decoration: underline;
    text-underline-position: under;
}
/*============================*/
.b-menu-pages ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.b-menu-pages ul>li>a {
    display: block;
    margin: 0 5px 5px;
    padding: 10px 15px;
    color: #fff;
    background-color: #0a111b;
    border-radius: 4px;
}

.b-menu-pages ul>li:hover>a,
.b-menu-pages ul>li.current>a {
    background-color: #00a669;
}
/*============================*/
.b-teamate {}
.b-teamate .teamate__box {
    text-align: center;
}
.b-teamate .teamate__box > div {
    margin-bottom: 5px;
}
.b-teamate .teamate__pic img {
    border: 1px solid #ccc;
    border-radius: 50%;
    max-width: 240px;
    margin: 0 auto;
}
.b-teamate .teamate__title {
    font-size: 18px;
    font-weight: 700;
}
.b-teamate .teamate__role {
    font-size: 16px;
    color: #9fabb7;
}
.b-teamate .teamate__text {
}

/*============================*/
.b-sert {}
.b-sert img {
    border: 1px solid #9fabb7;
}
/*============================*/
.view-category.layout-blog .blog .article-list .article .article-header h2 {
    clear: both;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}
.view-category.layout-blog .blog .article-body .fields-container {
    display: flex;
    margin-bottom: 0;
}
.view-category.layout-blog .blog .article-body .field-entry {
    font-size: 12px;
    margin-right: 10px;
    flex-basis: 50%; 
}
.view-category.layout-blog .blog .article-body .field-value {
    padding: 2px 8px;
    border: 1px solid #ccc;
    border-radius: 30px;
}
.view-category.layout-blog .blog .article-list .article {
    position: relative;
    display: flex;
    flex-flow: column;
}
.view-category.layout-blog .blog .article-list .article .article-intro-image {order: 2;}
.view-category.layout-blog .blog .article-list .article .article-body {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    order: 1;
    border-bottom: 1px solid #f1f1f1;
}
.article-list .article .article-intro-image, 
.article-list .article .article-featured-video, 
.article-list .article .article-featured-audio, 
.article-list .article .article-feature-gallery {
    margin: 0px -20px 0px -20px;
}
.view-category.layout-blog .blog .article-list .article .readmore {
    display: none;
    visibility: hidden;
    opacity: 0;
    font-size: 0.7rem;
    font-weight: 700;
    background: #ffd82e;
    display: table;
    padding: 4px 20px;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute; top: 3px; right: 7px;
    transition: all 0.3s linear;
}
.view-category.layout-blog .blog .article-list .article:before  {
    content: '';
    display: block;
    height: 23px;
    background: url(/images/newdesign/portfolioblock-top-1.webp) 0 0 no-repeat #f1f1f1;
    border: 1px solid #f1f1f1;
    position: absolute;
    top: 0; left: 0; right: 0;
}
/*============================*/ 
.blog.keys-stati {
    padding-top: 50px;
}
.itemid-464 .blog .article-list .article .article-body,
.itemid-465 .blog .article-list .article .article-body,
.itemid-466 .blog .article-list .article .article-body,
.itemid-467 .blog .article-list .article .article-body,
.itemid-468 .blog .article-list .article .article-body,
.blog.keys-stati .article-list .article .article-body {
    position: absolute;
    top: 210px;
    max-width: 310px;
    border: 0 !important;
}
.itemid-464 .blog .article-list .article,
.itemid-465 .blog .article-list .article,
.itemid-466 .blog .article-list .article,
.itemid-467 .blog .article-list .article,
.itemid-468 .blog .article-list .article,
.blog.keys-stati .article-list .article {
    padding-bottom: 0;
}
.itemid-464 .blog .article-list .article .article-header h2,
.itemid-465 .blog .article-list .article .article-header h2,
.itemid-466 .blog .article-list .article .article-header h2,
.itemid-467 .blog .article-list .article .article-header h2,
.itemid-468 .blog .article-list .article .article-header h2,
.blog.keys-stati .article-list .article .article-header h2 {
    margin-bottom: 0;
}
.itemid-464 .blog .article-list .article .article-header a,
.itemid-465 .blog .article-list .article .article-header a,
.itemid-466 .blog .article-list .article .article-header a,
.itemid-467 .blog .article-list .article .article-header a,
.itemid-468 .blog .article-list .article .article-header a,
.blog.keys-stati .article-list .article .article-header a {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
/*============================*/ 
.itemid-458.view-article .article-details .article-full-image,
.itemid-457.view-article .article-details .article-full-image,
.itemid-456.view-article .article-details .article-full-image,
.itemid-455.view-article .article-details .article-full-image,
.itemid-454.view-article .article-details .article-full-image,
.itemid-447.view-article .article-details .article-full-image 
{
    display: none;
}
.itemid-458.view-category.layout-blog .blog .article-list .article .article-body,
.itemid-457.view-category.layout-blog .blog .article-list .article .article-body,
.itemid-456.view-category.layout-blog .blog .article-list .article .article-body,
.itemid-455.view-category.layout-blog .blog .article-list .article .article-body,
.itemid-454.view-category.layout-blog .blog .article-list .article .article-body,
.itemid-447.view-category.layout-blog .blog .article-list .article .article-body 
{
    border: 0;
    padding: 0;
}
.itemid-458.view-category.layout-blog .blog .article-list .article .article-header h2,
.itemid-457.view-category.layout-blog .blog .article-list .article .article-header h2,
.itemid-456.view-category.layout-blog .blog .article-list .article .article-header h2,
.itemid-455.view-category.layout-blog .blog .article-list .article .article-header h2,
.itemid-454.view-category.layout-blog .blog .article-list .article .article-header h2,
.itemid-447.view-category.layout-blog .blog .article-list .article .article-header h2 
{
    position: absolute;
    top: auto; left: 20px; bottom: 20px;
    margin-bottom: 0;
    color: #fff;
    white-space: inherit;
    text-overflow: inherit;
    overflow: inherit;
    max-width: 60%;
}
.itemid-458.view-category.layout-blog .blog .article-list .article .article-header h2 a,
.itemid-457.view-category.layout-blog .blog .article-list .article .article-header h2 a,
.itemid-456.view-category.layout-blog .blog .article-list .article .article-header h2 a,
.itemid-455.view-category.layout-blog .blog .article-list .article .article-header h2 a,
.itemid-454.view-category.layout-blog .blog .article-list .article .article-header h2 a,
.itemid-447.view-category.layout-blog .blog .article-list .article .article-header h2 a 
{
    color: #fff;
    font-size: 24px;
    text-shadow: 2px 2px 3px #000;
}
.itemid-458.view-category.layout-blog .blog .article-list .article, 
.itemid-457.view-category.layout-blog .blog .article-list .article, 
.itemid-456.view-category.layout-blog .blog .article-list .article, 
.itemid-455.view-category.layout-blog .blog .article-list .article, 
.itemid-454.view-category.layout-blog .blog .article-list .article, 
.itemid-447.view-category.layout-blog .blog .article-list .article 
{
    padding-bottom: 0;
}
.itemid-447 .article-list .article .article-intro-image img, 
.itemid-447 .article-list .article .article-featured-video img, 
.itemid-447 .article-list .article .article-featured-audio img, 
.itemid-447 .article-list .article .article-feature-gallery img {
    width: 100%;
}
/*============================*/ 
.page-669 #section-id-1624542099587 {
    z-index: 9999 !important;
}
.page-669 #column-wrap-id-1611123386236 {
    z-index: 2 !important;
}
.itemid-171 #sp-header:hover {
    z-index: 10003 !important;
}
.itemid-171 #sp-menu-second:hover {
    position: relative;
    z-index: 10004 !important;
}
#section-id-1624542099587 .current-location {
    color: #fff !important;
    border-color: #fff !important;
}
/*============================*/
.b-contacts {}
.b-contacts .contacts__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.b-contacts .contacts__item {
    width: calc(100% / 3 - 30px);
    margin: 0 15px;
    padding: 30px 0;
    text-align: center;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0px rgb(174 174 192 / 50%);
}
.b-contacts .contacts__item--1 {}
.b-contacts .contacts__item--2 {}
.b-contacts .contacts__item--3 {}
.b-contacts .contacts__item--3 .contacts__text {
    margin-bottom: 60px;
}
.b-contacts .contacts__item {
    margin-bottom: 1rem;
}
.b-contacts .contacts__pic img {
    margin: 0 auto;
}
.b-contacts .contacts__title {
    font-size: 20px;
    font-weight: 700;
}
.b-contacts .contacts__text {
}
.b-contacts .contacts__call a {
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #00945e;
}
.b-contacts .contacts__smm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}
.b-contacts .contacts__smm img {
    max-width: 37px;
}
.b-contacts .contacts__smm > * {
    cursor: pointer;
}
/*============================*/
.b-pricer {
    line-height: 1.2;
    margin-left: 10px;
}

.b-pricer .pricer__value {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}

.b-pricer .pricer__time {
    font-size: 20px;
    font-weight: 400;
    color: #979a9e;
    vertical-align: middle;
    margin-left: 10px;
}
/*============================*/
.b-reviews {
    width: 100%;
    height: 600px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-sizing: border-box;
}
/*============================*/
.b-cataloger .cat-children {
	display: flex;
    flex-wrap: wrap;
  	margin: 30px -15px 0;
}
.b-cataloger .cat-children > div {
	width: calc(100% / 4 - 30px);
    position: relative;
    margin: 0 15px 30px;
  	border: 1px solid #ccc;
}
.b-cataloger .cat-children > div img {
	max-width: 100%;
}
.b-cataloger .cat-children .page-header {
    margin-bottom: 0px;
    font-size: 18px;
    position: absolute;
    background-color: #fff;
    width: auto;
    bottom: 0;
    padding: 30px 15px;
    right: 0;
    left: 0;
}
.b-cataloger > h2 {
  	margin-bottom: 20px;
}
/*============================*/
.view-category.layout-blog .b-cataloger-inner .article-list .article .article-intro-image {
  	order: 1;
}
.view-category.layout-blog .b-cataloger-inner .article-list .article .article-body {
  	order: 2;
  	padding: 20px 20px 0;
  	border-bottom: 0px;
}
/*============================*/
.sppb-panel.sppb-panel-modern .sppb-panel-title {
  	font-size: 18px;
}
/*============================*/

.b-tosubdomain {
    padding-top: 0;
}

.b-tosubdomain jdiv,
.b-tosubdomain .grecaptcha-badge,
.b-tosubdomain #sp-header,
.b-tosubdomain #sp-menu-second,
.b-tosubdomain #sp-bottom,
.b-tosubdomain #sp-footer,
.b-tosubdomain #sp-title {
    display: none !important;
}

.b-tosubdomain #sp-main-body > .container {
    max-width: 100%;
}
.b-tosubdomain .blog .article-list .article .article-header h2 {
    clear: both;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}
.b-tosubdomain .blog .article-body .fields-container {
    display: flex;
    margin-bottom: 0;
}
.b-tosubdomain .blog .article-body .field-entry {
    font-size: 12px;
    margin-right: 10px;
    flex-basis: 50%; 
}
.b-tosubdomain .blog .article-body .field-value {
    padding: 2px 8px;
    border: 1px solid #ccc;
    border-radius: 30px;
}
.b-tosubdomain .blog .article-list .article {
    position: relative;
    display: flex;
    flex-flow: column;
    padding: 20px 20px 0px;
}
.b-tosubdomain .blog .article-list .article .article-intro-image {order: 2;}
.b-tosubdomain .blog .article-list .article .article-body {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    order: 1;
    border-bottom: 1px solid #f1f1f1;
}
.b-tosubdomain .article-list .article .article-intro-image, 
.b-tosubdomain .article-list .article .article-featured-video, 
.b-tosubdomain .article-list .article .article-featured-audio, 
.b-tosubdomain .article-list .article .article-feature-gallery {
    margin: 0px -20px 0px -20px;
}
.b-tosubdomain .blog .article-list .article .readmore {
    display: none;
    visibility: hidden;
    opacity: 0;
    font-size: 0.7rem;
    font-weight: 700;
    background: #ffd82e;
    display: table;
    padding: 4px 20px;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute; top: 3px; right: 7px;
    transition: all 0.3s linear;
}
.b-tosubdomain .blog .article-list .article:before  {
    content: '';
    display: block;
    height: 23px;
    background: url(/images/newdesign/portfolioblock-top-1.webp) 0 0 no-repeat #f1f1f1;
    border: 1px solid #f1f1f1;
    position: absolute;
    top: 0; left: 0; right: 0;
}
.b-tosubdomain .pagination-counter,
.b-tosubdomain .pagination-wrapper {
    margin-bottom: 0 !important;
}
/*============================*/ 
/*=================================== WAYGRAND NEW DESIGN ==========================================*/