body {
    font-size: 16px;
    background: #fff;
}
.article-list .article .article-header h1 a:hover, 
.article-list .article .article-header h1 a:active, 
.article-list .article .article-header h1 a:focus, 
.article-list .article .article-header h2 a:hover, 
.article-list .article .article-header h2 a:active, 
.article-list .article .article-header h2 a:focus,
a {
    color: #1B89EF;
}

a:hover,
a:focus,
a:active {
    color: #1B89EF;
}

h1 {
    font-size: 38px;
    line-height: 55px;
    font-weight: 700;
}

h1 span {
    color: #1B89EF;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}

.h3,
h3 {
    font-size: 20px;
    line-height: 40px;
}

.sp-module ul>li>a {
    color: #1B89EF;
}

.sp-module ul>li>a:hover {
    color: #1B89EF;
    text-decoration: underline;
    text-underline-position: under;
}

#sp-main-body {
    padding: 0;
}

.wrap {
    padding: 90px 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

/*===========================*/
.b-promo {
    position: relative;
    padding: 0;
    color: #fff;
    background-image: url(/images/design/bg-promo-min.webp);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: calc(100vw - 50%);
    background-color: #fbfbfb;
}
.b-promo .container {
    position: relative;
    z-index: 2;
}
.b-promo .col-md-6:first-child {
    padding-top: 125px;
    padding-bottom: 125px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.b-promo h1 {font-size: 34px; margin-bottom: 20px; color: #000; line-height: 1.2; }
.b-promo h2 {font-weight: 500; font-size: 24px; margin-bottom: 10px; color: #1B89EF; }
.b-promo h3 {font-weight: 400; font-size: 18px; margin-bottom: 10px; color: #1B89EF;}
/*===========================*/
.b-catbox {
    cursor: pointer;
    margin-bottom: 30px;
}
.b-catbox .catbox__pic img {
    display: block;
    border-radius: 10px;
}
.b-catbox .catbox__pic {
    margin-bottom: 15px;
}
.b-catbox .catbox__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.b-catbox .catbox__text {
    min-height: 62px;
    margin-bottom: 15px;
}
.b-catbox .catbox__price {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.b-catbox .catbox__price span {
    color: #1B89EF;
}
.b-catbox .catbox__btn {
    text-align: center;
}
.b-catbox .catbox__btn .b-btn {
    font-weight: 700;
    letter-spacing: 1.6px;
}
/*===========================*/
/*===========================*/
/*===========================*/
/*===========================*/
/*===========================*/
/*===========================*/
/*===========================*/
/*===========================*/
#sp-header {
    padding: 22px 0;
    font-size: 14px;
    height: auto;
}

#sp-header .sp-module {
    margin-left: 0;
}

#sp-header p {
    margin-bottom: 0;
}

#sp-header #sp-head1 p {
    font-weight: 400;
    line-height: 17px;
    color: rgba(79, 79, 79, 0.5);
    white-space: nowrap;
}

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

/*===========================*/
.b-logo {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: inherit;
}

.b-logo span {
    color: inherit;
}

.b-logo span:first-child {
    color: #1B89EF;
}

/*===========================*/
.b-address {
    white-space: nowrap;
}

.b-address p:last-child {
    color: rgba(79, 79, 79, 0.5);
}

/*===========================*/
#sp-head4 .sp-column {
    justify-content: center;
}

.b-messengers {
    display: flex;
    align-items: center;
}

.b-messengers a {
    color: inherit;
}

.b-messengers i {
    font-size: 30px;
    margin: 0 4px;
}

.b-messengers .fa-whatsapp {
    color: #25D366;
    font-size: 32px;
}

.b-messengers .fa-telegram {
    color: #0088cc;
}

/*===========================*/
#sp-head5 .sp-column {
    justify-content: center;
}

.b-tels a {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: inherit;
    font-weight: 700;
    white-space: nowrap;
}

.b-tels a:hover,
.b-tels a:focus,
.b-tels a:active {
    color: #1B89EF;
}

/*===========================*/
#sp-header #sp-head6 .b-btn {
    font-size: 14px;
    padding: 10px 14px;
}

.b-btn {
    position: relative;
    cursor: pointer;
    padding: 20px 32px;
    font-size: 16px;
    transition: .2s ease-in-out 0s;
    border-radius: 10px;
}

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

.b-btn--danger {
    color: #fff;
    background: #1B89EF;
}

.b-btn--link {
    color: inherit;
}

.b-btn--static {
    color: #fff;
    background-color: #333333;
}

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

.b-btn--dib {
    display: inline-block;
}

.b-btn--discount {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 13px 17px;
    background: #FCE00C;
    border-radius: 10px;
    font-size: 24px;
    line-height: 30px;
    transform: rotate(-8.52deg);
    color: #333;
    pointer-events: none;
}

.b-btn--sm {
    font-size: 14px;
    padding: 10px 14px;
}

.b-btn--upper {
    font-size: 14px;
    text-transform: uppercase;
}

/*===========================*/
#sp-menu {
    background: #1B89EF;
}

#sp-menu .sp-megamenu-parent>li>a,
#sp-menu .sp-megamenu-parent>li>span {
    color: #fff;
    line-height: 57px;
    text-transform: uppercase;
}

#sp-menu .sp-megamenu-parent>li.active>a,
#sp-menu .sp-megamenu-parent>li.active:hover>a {
    color: #fff;
}

#sp-menu .sp-megamenu-parent {
    width: 100%;
    justify-content: space-between;
    display: flex !important;
}

#sp-menu a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FAFCFF;
}

#sp-menu .sp-dropdown-items a {
    color: #333;
    text-transform: none;
    letter-spacing: normal;
}

/*===========================*/
#sp-head2 .sp-column {}

.b-popslink {
    display: flex;
    white-space: nowrap;
}

.b-popslink .popslink__item {
    margin-right: 5px;
}

.b-popslink .popslink__item:last-child {
    margin-right: 0;
}

.b-popslink .popslink__item1 {}

.b-popslink .popslink__item3 {}

.b-popslink span {
    text-decoration: underline;
    text-underline-position: under;
}

.b-popslink .popslink__link {
    color: #1B89EF;
    cursor: pointer;
}


/*===========================*/
.b-delivery-row {
    padding: 50px 0 30px;
}

.b-delivery {
    background: url(/images/design/bg-delivery.webp) no-repeat;
    width: 382px;
    height: 98px;
    padding: 18px 20px;
    margin-left: auto;
    color: #fff;
    font-size: 14px;
}

.b-delivery .delivery__title {
    font-weight: 700;
}

.b-delivery h3 {
    font-size: inherit;
}

.b-delivery h3 span {
    display: block;
}

.b-delivery .delivery__text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 17px;
}

/*===========================*/
.b-edges-row .b-edges {
    margin-bottom: 20px;
}

.b-edges-row .b-btn {
    font-weight: 700;
    font-size: 14px;
}

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

.b-edges .edges__item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.b-edges .edges__item img {
    width: 30px;
    max-height: 25px;
    margin-right: 20px;
}

.b-edges .edges__item1 {}

.b-edges .edges__item2 {}

.b-edges .edges__item3 {}

.b-edges .edges__item4 {}

.b-edges .edges__item5 {}

.b-edges p {
    margin-bottom: 0;
}

/*===========================*/
/*===========================*/
.b-edges--nobg .edges__item {
    background: none;
    padding: 0;
}

.b-edges--nobg .edges__item img {
    width: 50px;
    max-height: 50px;
}

/*===========================*/
/*===========================*/
h2.sp-module-title,
h3.sp-module-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

h2 span {
    color: #1B89EF;
}

.b-numbox {
    padding: 20px;
    margin-bottom: 30px;
    background: #F3F3F3;
}

.b-numbox .numbox__title {
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
}

.b-numbox .numbox__pic {
    margin: 10px 0;
}

.b-numbox .numbox__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.b-numbox .numbox__params {
    padding: 20px 0;
    font-size: 16px;
    line-height: 22px;
}

.b-numbox .numbox__params p {
    margin-bottom: 0;
}

.b-numbox .numbox__params div {
    padding: 4px 0;
}

.b-numbox .b-btn {
    display: block;
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 700;
}

.b-numbox .b-btn--static {
    font-weight: 400;
}

.b-numbox--white .b-numbox {
    background: #fff;
}

/*===========================*/
.b-numbox--delivery .numbox__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: none;
}

.b-numbox--delivery .numbox__title a {
    color: #333;
}

.b-numbox--delivery .numbox__title a:hover {
    color: #1B89EF;
}

.b-numbox--type .numbox__pic {
    margin: -20px -20px 20px;
}

.b-numbox--type .numbox__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: inherit;
    text-transform: none;
    margin-bottom: 20px;
}

/*===========================*/
.bg {
    /*margin: 0 -50%;
    padding: 90px 50%;*/
    margin: 0 -313px;
    padding: 90px 313px;
}

.bg-white {
    background-color: #FFF;
}

.bg-blue {
    background-color: #EFF5F9;
}

.bg-danger {
    color: #fff;
    background-color: #1B89EF;
}

.bg-lighty {
    background-color: #F3F3F3;
}

.bg-darky {
    color: #fff;
    background-color: #1b89ef;
}

.bg-darky a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
}

/*===========================*/
.b-tis {
    position: relative;
    padding: 25px;
}

.b-tis--dark {
    color: #fff;
    background-color: #333333;
    height: 131px;
}

.b-tis--1 img {
    position: absolute;
    right: 90px;
    bottom: 0;
}

.b-tis--2 img {
    position: absolute;
    right: 50px;
    bottom: 0;
}

.b-tis p {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

/*===========================*/
/*===========================*/
.b-tis--inline {
    padding-bottom: 120px;
    height: auto;
}

.b-tis--inline img {
    left: -30px;
    right: 0;
    margin: auto;
    display: table;
}

/*===========================*/
/*===========================*/
.b-slide-license {}

.b-slide--base .item,
.b-slide-license .slide-license__item {
    margin: 0 10px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.b-slide-license .slide-license__item:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    background-image: url(/images/design/i-show-full.webp);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    border-radius: 8px;
}

.b-slide--base .slick-prev,
.b-slide--base .slick-next,
.b-slide-license .slick-prev,
.b-slide-license .slick-next {
    width: 42px;
    height: 42px;
    background: #1B89EF;
    z-index: 1;
}

.b-slide--base .slick-prev:hover,
.b-slide--base .slick-next:hover,
.b-slide--base .slick-prev:focus,
.b-slide--base .slick-next:focus,
.b-slide-license .slick-prev:hover,
.b-slide-license .slick-next:hover,
.b-slide-license .slick-prev:focus,
.b-slide-license .slick-next:focus {
    background: #d33d53;
}

.b-slide--base .slick-prev,
.b-slide-license .slick-prev {
    left: -50px;
}

.b-slide--base .slick-next,
.b-slide-license .slick-next {
    right: -50px;
}

.b-slide--base .slick-prev:before,
.b-slide--base .slick-next:before,
.b-slide-license .slick-prev:before,
.b-slide-license .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 20px;
    display: table;
    text-align: center;
    width: 100%;
    opacity: 1;
}

.b-slide--base .slick-prev:before,
.b-slide-license .slick-prev:before {
    content: "\f053";
}

.b-slide--base .slick-next:before,
.b-slide-license .slick-next:before {
    content: "\f054";
}

/*===========================*/
.ba-form-page .ba-field-label-wrapper {
    padding-bottom: 8px;
}

.ba-form-page select {
    border-radius: 8px !important;
    height: 49px !important;
}

.ba-form-page .ba-form-submit-btn {
    width: 100%;
}

.ba-form-page .ba-form-text-field a {
    color: rgba(255, 255, 255, .7);
    text-decoration: underline;
    text-underline-position: under;
}

.ba-forms-modal-wrapper {
    z-index: 10001 !important;
}

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

.b-howitwork .howitwork__item {
    padding: 50px 0 0 65px;
    position: relative;
}

.b-howitwork .howitwork__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    background-color: #1B89EF;
    border-radius: 50%;
}

.b-howitwork .howitwork__item:after {
    content: '';
    position: absolute;
    top: 23px;
    right: 0;
    display: block;
    height: 3px;
    width: 345px;
    background-color: #C3C3C3;
}

.b-howitwork>div:nth-child(1) .howitwork__item:before {
    content: '1';
}

.b-howitwork>div:nth-child(2) .howitwork__item:before {
    content: '2';
}

.b-howitwork>div:nth-child(3) .howitwork__item:before {
    content: '3';
}

.b-howitwork .howitwork__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.b-howitwork .howitwork__text {
    font-size: 16px;
}

/*===========================*/
.b-accordion--icoplus .accordion-item {
    margin: 15px 0;
    border: 0;
    background: none;
}

.b-accordion--icoplus .accordion-button {
    border-radius: 6px;
}

.b-accordion--icoplus .accordion-collapse {
    margin-top: 10px;
}

.b-accordion--icoplus .accordion-body {
    border-radius: 6px;
    background-color: #fff;
}

.b-accordion--icoplus .accordion-button:not(.collapsed),
.b-accordion--icoplus .accordion-button:focus {
    background-color: #1B89EF;
    color: #fff;
    border: 0;
    box-shadow: 0 0 0 0.25rem rgb(238 63 88 / 25%);
}

.b-accordion--icoplus .accordion-button:after {
    background: none !important;
    content: '+';
    font-size: 40px;
    font-weight: 400;
    color: #1B89EF;
    line-height: 20px;
}

.b-accordion--icoplus .accordion-button:not(.collapsed):after,
.b-accordion--icoplus .accordion-button:focus:after {
    content: '-';
    color: #fff;
    font-size: 50px;
    line-height: 16px;
}

/*===========================*/
.accordion h2 {
    font-size: inherit;
    margin-bottom: 0;
}
/*===========================*/
.b-accordion--city .accordion-collapse {
    margin-top: 20px;
}

.b-accordion--city .accordion-body {
    background: none;
}

/*===========================*/
.bg-faker .sp-module-title {
    margin-bottom: 20px;
}

.bg-faker center>p {
    margin-bottom: 50px;
}

.bg-faker hr {
    background-color: #4F4F4F;
}

.b-edgepic {}

.b-edgepic .edgepic__head {
    position: relative;
    height: 201px;
    padding: 130px 20px 15px 20px;
    margin-bottom: 20px;
}

.b-edgepic .edgepic__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.b-edgepic .edgepic__bg:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    display: block;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 1) 100%);
    height: 60px;
    width: 100%;
}

.b-edgepic .edgepic__title {
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.b-edgepic .edgepic__subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 400;
}

.b-edgepic .edgepic__box {
    display: flex;
    align-items: center;
}

.b-edgepic .edgepic__btn {}

.b-edgepic .bg-danger {
    padding: 8px 12px;
}

.b-edgepic .edge__text {
    font-size: 16px;
    font-weight: 400;
    margin-left: 15px;
}

/*===========================*/
.b-conectbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-conectbox>div {
    margin: 0 5px;
}

/*===========================*/
.itemid-101 #sp-main-body {
    padding: 0;
}


.article-details .article-can-edit {
    margin-bottom: 0;
}

.article-details h2 {
    text-align: left;
    margin-bottom: 20px;
}

.article-details h2,
.article-details h3 {
    font-size: 2rem;
}

/*===========================*/
.b-metro {
    padding: 0px;
}

.b-metro svg {
    margin-right: 10px;
}

.b-metro p {
    font-weight: 400;
    font-size: 16px;
    margin: 0px 0px 12px 0px;
    color: #555555;
}

.b-metro span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin: 0px 0px 5px 0px;
    color: #555555;
}

.b-metro .metro__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 13px 0px 0px;
}

.b-metro .metro__line01 {
    margin: 0px 0px 18px 14px;
    position: relative;
}

.b-metro .metro__line01 svg {
    fill: #8e469c;
}

.b-metro .metro__line01:before {
    position: absolute;
    content: "";
    left: -14px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #8e469c;
}

.b-metro .metro__line02 {
    margin: 0px 0px 18px 14px;
    position: relative;
}

.b-metro .metro__line02 svg {
    fill: #3cb9ff;
}

.b-metro .metro__line02:before {
    position: absolute;
    content: "";
    left: -14px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #3cb9ff;
}

.b-metro .metro__line03 {
    margin: 0px 0px 18px 14px;
    position: relative;
}

.b-metro .metro__line03 svg {
    fill: #ff8686;
}

.b-metro .metro__line03:before {
    position: absolute;
    content: "";
    left: -14px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #ff8686;
}

.b-metro .metro__line04 {
    margin: 0px 0px 18px 14px;
    position: relative;
}

.b-metro .metro__line04 svg {
    fill: #ff1e1e;
}

.b-metro .metro__line04:before {
    position: absolute;
    content: "";
    left: -14px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #ff1e1e;
}

.b-metro .metro__line05 {
    margin: 0px 0px 18px 14px;
    position: relative;
}

.b-metro .metro__line05 svg {
    fill: #b7e3be;
}

.b-metro .metro__line05:before {
    position: absolute;
    content: "";
    left: -14px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #b7e3be;
}

.b-metro .metro__line06 {
    margin: 0px 0px 18px 14px;
    position: relative;
}

.b-metro .metro__line06 svg {
    fill: #979797;
}

.b-metro .metro__line06:before {
    position: absolute;
    content: "";
    left: -14px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #979797;
}

.b-metro .metro__line07 {
    margin: 0px 0px 18px 14px;
    position: relative;
}

.b-metro .metro__line07 svg {
    fill: #1e5dff;
}

.b-metro .metro__line07:before {
    position: absolute;
    content: "";
    left: -14px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #1e5dff;
}

.b-metro .metro__line08 {
    margin: 0px 0px 18px 14px;
    position: relative;
}

.b-metro .metro__line08 svg {
    fill: #39c14f;
}

.b-metro .metro__line08:before {
    position: absolute;
    content: "";
    left: -14px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #39c14f;
}

.b-metro .metro__line09 {
    margin: 0px 0px 18px 14px;
    position: relative;
}

.b-metro .metro__line09 svg {
    fill: #ff7d1e;
}

.b-metro .metro__line09:before {
    position: absolute;
    content: "";
    left: -14px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #ff7d1e;
}

.b-metro .metro__line10 {
    margin: 0px 0px 18px 14px;
    position: relative;
}

.b-metro .metro__line10 svg {
    fill: #ffdb1e;
}

.b-metro .metro__line10:before {
    position: absolute;
    content: "";
    left: -14px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #ffdb1e;
}

.b-metro .metro__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .b-metro .metro__wrap {
        flex-wrap: wrap;
    }
}

/*===========================*/
.b-map {
    position: relative;
    overflow: hidden;
    margin-right: -50%;
}

.bg-contacts {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.bg-contacts h2 {
    text-align: left;
}

.bg-contacts .row .col-md-6:first-child {
    padding-top: 70px;
    padding-bottom: 70px;
}

/*===========================*/
#sp-footer {
    line-height: 2;
}

#sp-footer a {
    text-decoration: underline;
}

/*===========================*/
.b-mainslider .mainslider__title {
    padding: 0px 164px 0 25px;
    min-height: 72px;
    line-height: 72px;
    font-weight: 700;
    margin-top: 15px;
    background-color: #fff;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}

.b-mainslider .slick-prev {
    top: auto;
    left: auto;
    right: 72px;
    bottom: 0;
}

.b-mainslider .slick-next {
    top: auto;
    right: 0;
    bottom: 0;
    transform: none;
}

.b-mainslider .slick-prev,
.b-mainslider .slick-next {
    z-index: 1;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    background-color: #333;
    transform: none;
}

.b-mainslider .slick-prev:hover,
.b-mainslider .slick-next:hover,
.b-mainslider .slick-prev:focus,
.b-mainslider .slick-next:focus {
    background-color: #5f5f5f;
}

.b-mainslider .slick-prev:before,
.b-mainslider .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 20px;
    display: table;
    text-align: center;
    width: 100%;
    opacity: 1;
}

.b-mainslider .slick-prev:before,
.b-mainslider .slick-prev:before {
    content: "\f053";
}

.b-mainslider .slick-next:before,
.b-mainslider .slick-next:before {
    content: "\f054";
}

.b-mainslider .mainslider__pic img {
    width: 100%;
}

/*===========================*/
.ba-forms-lightbox-row i {
    width: 66px !important;
}

.ba-form-2 .ba-page-items>.ba-form-row:nth-child(2) {
    padding: 0 100px;
}

.ba-form-2 .ba-form-page .ba-form-text-field a {
    color: #4F4F4F;
}

.ba-form-2 .ba-form-page .ba-form-submit-btn {
    margin: 0 100px;
}

.ba-form-2 .ba-form-page {
    border-radius: 8px;
}

/*===========================*/
.ba-form-3 .ba-page-items {
    margin-top: -66px;
}

.ba-form-3 .ba-forms-lightbox-row {
    position: relative;
    z-index: 999;
}

.ba-form-3 .ba-form-page {
    border-radius: 8px;
}

.ba-form-3 .b-list li:before {
    display: none;
}

/*===========================*/
.ba-form-4 .ba-page-items>.ba-form-row:nth-child(2) {
    padding: 0 100px;
}

.ba-form-4 .ba-form-page .ba-form-text-field a {
    color: #4F4F4F;
}

.ba-form-4 .ba-form-page .ba-form-submit-btn {
    margin: 0 100px;
}

.ba-form-4 .ba-form-page {
    border-radius: 8px;
}

/*===========================*/
.b-city a {
    font-size: 14px;
}

.b-city ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-city .city__item {
    padding: 10px 0;
    line-height: 16px;
}

.b-city .city__item:before {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #1B89EF;
    padding-bottom: 10px;
}

.b-city .city__item-a:before {content: 'А';}
.b-city .city__item-b:before {content: 'Б';}
.b-city .city__item-v:before {content: 'В';}
.b-city .city__item-g:before {content: 'Г';}
.b-city .city__item-d:before {content: 'Д';}
.b-city .city__item-e:before {content: 'Е';}
.b-city .city__item-yo:before {content: 'Ё';}
.b-city .city__item-j:before {content: 'Ж';}
.b-city .city__item-z:before {content: 'З';}
.b-city .city__item-u:before {content: 'И';}
.b-city .city__item-i:before {content: 'Й';}
.b-city .city__item-k:before {content: 'К';}
.b-city .city__item-l:before {content: 'Л';}
.b-city .city__item-m:before {content: 'М';}
.b-city .city__item-n:before {content: 'Н';}
.b-city .city__item-o:before {content: 'О';}
.b-city .city__item-p:before {content: 'П';}
.b-city .city__item-r:before {content: 'Р';}
.b-city .city__item-s:before {content: 'С';}
.b-city .city__item-t:before {content: 'Т';}
.b-city .city__item-y:before {content: 'У';}
.b-city .city__item-f:before {content: 'Ф';}
.b-city .city__item-x:before {content: 'Х';}
.b-city .city__item-ce:before {content: 'Ц';}
.b-city .city__item-ch:before {content: 'Ч';}
.b-city .city__item-sh:before {content: 'Ш';}
.b-city .city__item-sch:before {content: 'Щ';}
.b-city .city__item-уy:before {content: 'Ы';}
.b-city .city__item-ie:before {content: 'Э';}
.b-city .city__item-yu:before {content: 'Ю';}
.b-city .city__item-ya:before {content: 'Я';}

/*===========================*/
.b-thankyoubox {
    padding: 20px 25px;
    background: #333333 url(/images/design/bg-cybernum.webp) 100% 100% no-repeat;
    border-radius: 10px;
    color: #fff;

}

.b-thankyoubox .thankyoubox__subtitle {
    color: #4F4F4F;
    background: #FCE00C;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.b-thankyoubox .thankyoubox__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.b-thankyoubox .thankyoubox__text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

.b-thankyoubox .thankyoubox__text a {
    color: inherit;
    display: block;
    text-decoration: underline;
    text-underline-position: under;
}

.b-thankyoubox .thankyoubox__biling {
    margin-bottom: 20px;
}

.b-thankyoubox .b-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.b-thankyoubox .b-btn {
    color: inherit;
}

/*===========================*/
.b-thankyou-page {}

.b-thankyou-page>div:first-child {
    position: relative;
    z-index: 1;
}

.b-thankyou-page .thankyou-page__bg {
    margin: -58px 0 0 -100px;
}

.b-thankyou-page .col-md-6:first-child {
    position: relative;
    z-index: 2;
}

.b-thankyou-page .h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 12px;
}

.b-thankyou-page p {
    font-size: 16px;
    line-height: 22px;
}

/*===========================*/
.itemid-262 #sp-main-body {
    background: #fff;
}

.itemid-262 .bg-contacts {
    background: #F3F3F3 !important;
}

.itemid-264 .sp-megamenu-parent>li.sp-has-child>a:after, 
.itemid-264 .sp-megamenu-parent>li.sp-has-child>span:after,
.itemid-262 .sp-megamenu-parent>li.sp-has-child>a:after, 
.itemid-262 .sp-megamenu-parent>li.sp-has-child>span:after {
    display: none;
}

.itemid-264 .sp-megamenu-parent .sp-has-child:hover>.sp-dropdown,
.itemid-262 .sp-megamenu-parent .sp-has-child:hover>.sp-dropdown {
    display: none;
}
/*===========================*/
.sp-page-title {
    height: 286px;
    background-color: #fff;
}

.sp-page-title .sp-page-title-heading {
    font-size: 40px;
    line-height: 55px;
}

/*===========================*/
.b-page-title {
    padding: 65px 0;
    color: #fff;
    background-image: url(/images/title/bg-number-title-min.webp);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.b-page-title .page-title__h {}

.b-page-title .page-title__btn {}

.b-page-title .b-btn--light {
    padding: 20px 30px;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333;
    background-color: #fff;
}

/*===========================*/
/*===========================*/
.b-page-title--contacts {
    background-image: url(/images/title/bg-contacts-title-min.webp);
}

.b-page-title--company {
    background-image: url(/images/title/bg-company-title-min.webp);
}

.b-page-title--article {
    margin: 0 -50%;
    padding: 100px 50%;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.b-page-title--delivery {
    background-image: url(/images/title/bg-delivery-title-min.webp);
}

.b-page-title--examples {
    background-image: url(/images/title/bg-examples-title-min.webp);
}

.b-page-title--tipygosnomerov {
    background-image: url(/images/title/bg-tipygosnomerov-title-min.webp);
}

/*===========================*/
/*===========================*/
.b-review-row>div {
    margin-bottom: 50px;
}

.b-review-row>div:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.b-reviewbox {
    padding: 30px;
    color: #4F4F4F;
    background-color: #F3F3F3;
}

.b-reviewbox .reviewbox__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

/*===========================*/
.itemid-263 #sp-main-body {
    background-color: #fff;
}

.itemid-264 #sp-main-body {
    padding: 90px 0;
}

/*===========================*/
.error-page .error-logo {
    margin-bottom: 0 !important;
}

.error-page .btn {
    padding: 23px 32px;
    color: #fff;
    background-color: #333333;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
}

.error-page .btn:hover {
    opacity: 0.9;
}

.error-page .error-message {
    font-family: inherit;
    font-size: 40px !important;
}

.error-page h2 {
    text-align: center;
}

/*===========================*/
.b-video {
    position: relative;
}

.b-video a {
    display: block;
    position: relative;
}

.b-video img {
    width: 100%;
    border: 3px solid #C3C3C3;
    border-radius: 5px;
}

.b-video a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 45px;
    height: 45px;
    background: url(/images/design/bg-play-min.webp) no-repeat;
    margin: auto;
}

/*===========================*/
.itemid-115 .bg-pickup {
    background-color: #fff;
}

/*===========================*/
.b-list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.b-list li {
    position: relative;
}

.b-list li:before {
    content: '\2022';
    color: #333;
    margin-right: 5px;
}

/*===========================*/
.b-list--danger {
    line-height: 32px;
}

.b-list--danger a {
    text-decoration: underline;
    text-underline-position: under;
    transition: .2s ease-in-out 0s;
}

.b-list--danger a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.b-list--danger li:before {
    color: #1B89EF;
}

/*===========================*/
.b-list--check {
    line-height: 30px;
}

.b-list--check li:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/images/design/i-check.webp) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

/*===========================*/
.b-list--checked {
    line-height: 30px;
}

.b-list--checked li:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/images/design/i-check-gray-min.webp) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

/*===========================*/
.b-htitle {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
}

.b-htitle span {
    color: #1B89EF;
}

/*===========================*/
.bg-licensetext .bg-texty {
    margin-top: 90px;
    margin-bottom: -90px;
    font-size: 16px;
}

/*===========================*/
.bg-docs h2 {
    text-align: left;
}

/*===========================*/
.b-tabses .nav-link {
    all: unset;
    width: calc(100% / 2 - 52px);
    padding: 23px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    background-color: #C3C3C3;
    margin-right: 10px;
    cursor: pointer;
}

.b-tabses .nav-link.active {
    color: #fff;
    background-color: #4F4F4F;
}

.b-tabses .nav-link:last-child {
    margin-right: 0;
}

.b-tabses-content {
    padding: 20px;
    background-color: #fff;
}

/*===========================*/
.b-advantages {
    position: relative;
    background: #1b89ef;
    color: #fff;
    border-radius: 8px;
    padding: 25px;
    height: 250px;
}

.b-advantages p {
    font-size: 16px;
    min-height: 53px;
}

.b-advantages .advantages__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
    min-height: 50px;
}

.b-advantages .advantages__pic {
    margin: 10px auto;
}

.b-advantages .advantages__subtitle {
    font-size: inherit;
    line-height: inherit;
    min-height: 50px;
    margin-bottom: 10px;
}

.b-advantages .advantages__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

/*===========================*/
.b-goods {
    position: relative;
    background: #333333;
    border-radius: 8px;
    padding: 25px 25px 120px 25px;
    min-height: 235px;
}

.b-goods .goods__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.b-goods .goods__pic {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    display: table;
    margin: auto;
}

.b-goods .goods__subtitle {
    font-size: inherit;
    line-height: inherit;
    min-height: 50px;
    margin-bottom: 10px;
}

.b-goods .goods__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

/*===========================*/
.itemid-105 .bg-license,
.itemid-278 .bg-license {
    background-color: #fff;
}

/*===========================*/
.bg-newsbox .mod-articlesnews {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}

.bg-newsbox .mod-articlesnews .mod-articlesnews__item {
    position: relative;
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px;
}

.bg-newsbox .newsflash-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0;
}

.bg-newsbox .newsflash-image:before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.bg-newsbox .newsflash-image img {
    width: 100%;
}

.bg-newsbox .newsflash-title {
    margin: 0;
}

.bg-newsbox .newsflash-title a {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    padding: 25px 120px 25px 25px;
    margin-bottom: 0;
}

.bg-newsbox .mod-articlesnews .readmore {
    display: none;
}
/*===========================*/
.bg-license-craft .sp-module-title {
    margin-bottom: 20px;
}

/*===========================*/
.itemid-266 .bg-whyus {
    background-color: #fff;
}

.itemid-270 .bg-whyus {
    background-color: #fff;
}

/*===========================*/
.b-tsbox {
    position: relative;
    background-color: #F3F3F3;
    border-radius: 8px;
    padding: 20px;
    min-height: 235px;
    overflow: hidden;
}

.b-tsbox .tsbox__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
}

.b-tsbox .tsbox__pic {
    position: absolute;
    bottom: 0;
    right: 0;
}

.b-tsbox .tsbox__pic img {
    display: block;
}

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

.b-table .table__head {
    background-color: #333333;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

.b-table .table__head .table__item {}

.b-table .table__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.b-table .table__item {
    padding: 22px;
    flex-shrink: 1;
    flex-grow: 1;
    width: calc(100% / 5);
    line-height: 28px;
}

.b-table .table__body .table__row {
    background-color: #F3F3F3;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.b-table .table__title {
    font-weight: 700;
    font-size: 20px;
}

.b-table .table__subtitle {
    color: #4F4F4F;
}

.b-table .table__pic {}

.b-table .table__price {
    font-weight: 700;
    font-size: 20px;
}

.b-table .table__value {
    color: #4F4F4F;
}

.b-table .table__btn {}

.b-table p {
    margin-bottom: 0;
}

/*===========================*/
.offcanvas-menu {
    overflow-y: auto;
}
.offcanvas-menu .b-address {
    margin: 20px 0;
}

.offcanvas-menu .b-address p {
    margin-bottom: 0px;
}

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

.offcanvas-menu .offcanvas-inner {
    display: flex;
    flex-direction: column;
    padding: 0px 20px 20px;
}

.offcanvas-menu .offcanvas-inner > div:nth-child(1) {order: 1;}
.offcanvas-menu .offcanvas-inner > div:nth-child(2) {order: 0;}
.offcanvas-menu .offcanvas-inner > div:nth-child(3) {order: 2;}

.offcanvas-menu .offcanvas-inner ul.menu>li a,
.offcanvas-menu .offcanvas-inner ul.menu>li span {
    color: #333;
    opacity: 1;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
    color: #1B89EF;
}

.offcanvas-active {
    overflow: hidden;
}

.offcanvas-menu .offcanvas-inner ul.menu, 
.offcanvas-menu .offcanvas-inner ul.menu ul {
    margin: 0;
}
.offcanvas-menu .offcanvas-inner ul.menu>.item-277 a {
    color: #1B89EF;
}

.offcanvas-menu .offcanvas-inner a:hover, 
.offcanvas-menu .offcanvas-inner a:focus, 
.offcanvas-menu .offcanvas-inner a:active {
    color: #1B89EF;
}
/*===========================*/
.b-load-more input {
    display: none;
}

.b-load-more {
    min-height: 500px;
    margin: 20px auto;
    position: relative;
}

.b-load-more > div:nth-child(1n + 6) {
    max-height: 0;
    opacity: 0;
    transition: 0.1s ease-in;
}

.b-load-more .a-load-more-btn {
    text-align: center;
    color: #fff;
}
.b-load-more .a-load-more-btn:hover {}

.b-load-more .a-load-more-btn .loaded {
    display: none;
}

.b-load-more #a-load-more {
    display: none;
}

.b-load-more #a-load-more:checked~div:nth-child(1n + 5) {
    max-height: 999px;
    opacity: 1;
    transition: 0.2s ease-in;
}

.b-load-more #a-load-more:checked~.a-load-more-btn .loaded {
    display: inline-block;
}

.b-load-more #a-load-more:checked~.a-load-more-btn .unloaded {
    display: none;
}

/*===========================*/
.b-bread {
    background-color: #fff;
    border-bottom: 1px solid rgba(156, 168, 186, 0.5);
}
.b-bread .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    line-height: 28px;
    background-color: inherit;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}
.b-bread .breadcrumb span:before {
    display: none;
}
.b-bread .breadcrumb-item {
    position: relative;
    padding: 12px 16px 12px 30px;
    overflow: hidden;
}
.b-bread .breadcrumb-item:nth-child(2) {
    padding-left: 15px;
}
.b-bread .breadcrumb-item+.breadcrumb-item:before {
    content: '';
    position: absolute;
    top: -24px;
    left: -87px;
    bottom: 0;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(156, 168, 186, 0.5);
    transform: matrix(-0.55, -0.83, 0.57, -0.82, 0, 0);
}
.b-bread .breadcrumb-item.active {
    color: #C3C3C3;
}
/*===========================*/
.itemid-272 #sp-main-body {
    padding-top: 0px;
}
.itemid-272.com-content.view-article.layout-blog #sp-main-body {
    padding-top: 0;
}
.page-item.active .page-link {
    background-color: #1B89EF;
    border-color: #1B89EF;
}
.page-item .page-link:hover,
.page-item .page-link:focus
{
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgb(238 63 88 / 50%);
}
.pagination-wrapper .pagination-counter {
    display: none;
}
.pagination-wrapper {
    justify-content: center !important;
}
.pagination>.active>a:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:hover, 
.pagination>.active>span:focus {
    background-color: #9d2334;
    border-color: #9d2334;
    color: #fff;
}
/*===========================*/
#sp-footer {display: none;}
/*===========================*/
.b-sticky-burger {
    position: fixed;
    top: 0; left: 0; right: 0; z-index: 999;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}
/*===========================*/
.b-anchor {
    position: relative; top: -57px;
}
/*===========================*/