/*============================*/
body{
  color: #000;
}

#sp-subheader {
  padding: 9px 0;
}

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

.ba-forms-lightbox-row {
  width: 100%;
  position: absolute;
  top: 12px;
  right: -35px;
}

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

#sp-header {
  padding: 0;
  height: auto;
}

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

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

#sp-contacts-top .b-contacts {
  text-align: right;
}

.b-contacts {
  line-height: 1;
}

.b-contacts .contacts__tel {
  font-size: 30px;
  font-weight: 700;
}

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

.sp-scroll-up {
  bottom: 100px;
}

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

#sppb-addon-1519279815885 .sppb-addon {
  text-align: center;
}

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

.sp-megamenu-parent {
  float: none;
  text-align: center;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
  font-size: 16px;
}

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

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  text-align: left;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  font-weight: 600;
  color: #000;
}

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

#sppb-addon-1562680816549 .btn-default .popup-btn {
  margin-top: 0;
  padding: 15px 50px;
  text-transform: uppercase;
}

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

.sppb-addon-image-overlay-icon {
  line-height: 32px;
}

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

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

.ba-forms-authorize-field-wrapper .ba-alert-tooltip, .ba-form-field-item .ba-alert-tooltip {
  display: none !important;
}

.ba-forms-lightbox-row i {
  width: 60px !important;
}

#ba-forms-notification {
  color: #fff !important;
  background: #18c139 !important;
}

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

#sp-header {
  background: url(/images/design/header_bg-min.jpg);
  background-size: cover;
  background-position: 50%;
  padding-top: 35px;
}

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

.sp-megamenu-parent {
  display: flex;
  margin-left: auto;
  position: relative;
  background: #fff;
  max-width: 600px;
  float: none;
  margin-right: 0;
}

.sp-megamenu-parent::before {
  content: '';
  position: absolute;
  left: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 59px 60px;
  border-color: transparent transparent #fff transparent;
}

#sp-menu {
  padding-right: 0;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li.active>a {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

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

.b-popup-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: transparent;
  border: 1px solid #c8c8c8;
  cursor: pointer;
  padding: 7px 14px;
  white-space: nowrap;
  transition: all 0.3s;
}

.b-popup-btn:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.b-popup-btn:active, .b-popup-btn:focus {
  outline: none;
}

.b-popup-btn:active {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.8);
  transform: scale(0.99);
}

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

.b-contacts {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

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

.b-phones .phones__link {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 10px;
}

.b-phones .phones__link:last-child {
  margin-bottom: initial;
}

.b-phones .phones__wrapper {
  position: relative;
  padding-left: 45px;
}

.b-phones .phones__wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  background: url(/images/design/phone.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

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

.b-address {
  font-size: 15px;
  color: #fff;
}

.b-address .address__wrapper {
  position: relative;
  padding-left: 35px;
}

.b-address .address__wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  background: url(/images/design/location.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

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

.b-logo {
  margin-top: -30px;
}

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

.b-main-banner {
  min-height: 700px;
  background: url(/images/design/main_banner-min.jpg);
  background-size: cover;
  background-position: 50%;
}

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

.b-about .about__slogan .sppb-addon-text-block {
  overflow: hidden;
  margin-top: -40px;
  margin-bottom: 130px;
}

.b-about .about__slogan .sppb-addon-content {
  position: relative;
  display: flex;
  margin-left: auto;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  max-width: 850px;
  background: rgba(0, 88, 169, 0.7);
  padding: 10px 0;
  max-height: 79px;
}

.b-about .about__slogan .sppb-addon-content p {
  margin-bottom: 0;
}

.b-about .about__slogan .sppb-addon-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: -90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 79px 90px;
  border-color: transparent transparent rgba(0, 88, 169, 0.7) transparent;
}

.b-about #column-wrap-id-1589819274736 {
  background: url(/images/design/map_bg-min.png);
  background-size: cover;
  background-position: 50%;
}

.b-about .about__text .sppb-addon-title {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.b-about .about__text .sppb-addon-content {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}

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

.b-capabilities {
  background: linear-gradient( 180deg, #fff 0%, #fff 20%, #006df0 20%, rgba(20, 120, 241, 0.921875) 0.01%, rgba(255, 255, 255, 0) 100%), #0058a9;
  padding-top: 50px;
}

.b-capabilities .b-form {
  padding-top: 100px;
}

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

.b-form .form__item .sppb-addon-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.b-form .ba-form-page {
  padding: 0;
}

.b-form .ba-form-submit-btn {
  padding: 15px 28px;
  margin-left: -40px;
}

.b-form .ba-field-container input[type='text'] {
  height: 48px;
}

.b-form .fas.fa-phone-volume {
  top: 9px;
}

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

.b-services {
  background: url(/images/design/serv_bg-min.png);
  background-size: cover;
  background-position: 50%;
  padding-top: 140px;
  padding-bottom: 100px;
}

.b-services .services__item {
  border-radius: 3px;
  padding: 30px;
  border: 1px solid #cecece;
  background: #fff;
  margin-bottom: 25px;
}

.b-services .services__item--inverse {
  background: #0058a9;
  color: #fff;
  border: none;
}

.b-services .services__title .sppb-addon-title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.b-services .services__item .sppb-feature-box-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.b-services#section-id-1589866757790 .services__item .sppb-img-container {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 25px;
  background: #0058a9;
}

.b-services#section-id-1589866757790 .services__item .sppb-img-container .sppb-img-responsive {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: inherit;
}

.b-services#section-id-1589866757790 .services__item--inverse .sppb-img-container {
  background: #fff;
}

.b-services .services__item .sppb-media-content {
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
}

.b-services .services__item .sppb-addon-text {
  font-size: 18px;
  line-height: 1.3;
}

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

.b-advantages {
  padding: 95px 0;
}

.b-advantages .advantages__item .sppb-addon-content {
  display: flex;
}

.b-advantages .advantages__item {
  margin-bottom: 20px;
}

.b-advantages .advantages__item .sppb-addon-content .sppb-img-container {
  flex-shrink: 0;
  margin-right: 10px;
}

.b-advantages .advantages__item .sppb-addon-text {
  font-size: 18px;
  color: #000;
}

.b-advantages .advantages__item .sppb-addon-text p {
  margin-top: 5px;
  margin-bottom: 0;
}

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

.b-order {
  background: rgba(160, 160, 160, 0.2);
  padding: 50px 0 80px;
}

.b-order .order__text {
  text-align: center;
}

.b-order .order__text .sppb-addon-title {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.b-order .order__text .sppb-addon-content {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

.b-order .order__agreement {
  font-size: 15px;
  font-weight: 400;
  color: #767676;
  text-align: center;
}

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

#sp-bottom {
  background: url(/images/design/footer_bg-min.jpg);
  background-size: cover;
  background-position: 50%;
  padding-bottom: 110px;
}

#sp-bottom .sp-module .sp-module-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 15px;
}

#sp-bottom #sp-footer-menu li {
  margin-bottom: initial;
}

#sp-bottom #sp-footer-menu li a {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

#sp-bottom .b-logo {
  margin-top: 20px;
}

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

#sp-footer {
  position: absolute;
  bottom: 0;
  background: transparent;
  width: 100%;
}

#sp-footer .container-inner {
  border: none;
  padding: 10px 0;
  text-align: center;
}

#sp-footer .container-inner a {
  color: #fff;
}

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

.b-footer-contacts {
  font-size: 18px;
}

#sp-bottom .b-footer-contacts a {
  color: #fff;
}

.b-footer-contacts .footer-contacts__title {
  font-weight: 700;
}

.b-footer-contacts .footer-contacts__item--1 .footer-contacts__title {
  display: block;
}

.b-footer-contacts .footer-contacts__tel--2 {
  padding-left: 35px;
}

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

.b-banner .sppb-addon-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.b-banner .banner__item .sppb-addon-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.b-banner .banner__item .sppb-img-responsive {
  max-width: 69px;
}

.b-banner--1 {
  background: url(/images/design/banner_bg1-min.jpg);
  background-size: cover;
  background-position: 50%;
}

.b-banner--2 {
  background: url(/images/design/banner_bg2-min.jpg);
  background-size: cover;
  background-position: 50%;
}

.b-banner--3 {
  background: url(/images/design/banner_bg3-min.jpg);
  background-size: cover;
  background-position: 50%;
}

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

#sp-title {
  background: #e5e5e5;
}

.breadcrumb {
  padding: 10px 0 0 20%;
  background: initial;
}

.breadcrumb li a {
  font-size: 18px;
  color: #808080;
}

.breadcrumb li:last-child span {
  color: #000;
  font-size: 18px;
}

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

.b-steps {
  display: flex;
  justify-content: space-around;
  counter-reset: countItem;
}

.b-steps .steps__item {
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.b-steps .steps__icon {
  position: relative;
  display: block;
  width: 65px;
  height: 50px;
  margin: 0 auto 10px;
}

.b-steps .steps__icon::before {
  counter-increment: countItem;
  content: '0' counter(countItem);
  position: absolute;
  right: -70px;
  top: -20px;
  font-size: 65px;
  font-weight: 700;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.05);
}

.b-steps .steps__text {
  font-size: 16px;
  color: #000;
  text-align: center;
}

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

.itemid-265 #sp-main-body, .itemid-267 #sp-main-body {
  background: url(/images/design/epi_bg-min-min.jpg);
  background-size: cover;
  background-position: 50%;
}

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

.b-advertising {
  display: flex;
}

.b-advertising .advertising__item {
  background: #0058a9;
  border-radius: 3px;
  padding: 25px 14px 25px;
  margin-right: 30px;
}

.b-advertising .advertising__text {
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  padding-right: 85px;
  overflow: hidden;
  max-height: 125px;
}

.b-advertising .advertising__text::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  width: 85px;
  height: 75px;
}

.b-advertising .advertising__item--1 .advertising__text::after {
  background: url(/images/design/advrtise_1.svg) no-repeat 50% 50% / contain;
}

.b-advertising .advertising__item--2 .advertising__text::after {
  background: url(/images/design/advrtise_2.svg) no-repeat 50% 50% / contain;
}

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

.b-decorlist {
  padding: 0;
}

.b-decorlist li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 15px;
}

.b-decorlist li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  background: #000;
  background: url(/images/design/check.svg) no-repeat 50% 50% / contain;
}

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

.b-errands .errands__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}

.b-errands .errands__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.b-errands .errands__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  font-size: 16px;
  color: #fff;
  line-height: 1.1;
  margin: 0 15px 25px;
  background: linear-gradient(180deg, #006df0 0%, rgba(255, 255, 255, 0) 100%), #0058a9;
  border-radius: 3px;
  min-height: 126px;
  padding: 0 29px;
}

.b-errands .errands__item:nth-child(3) {
  margin-right: 0;
}

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

.b-mail-link {
  color: #0058a9;
}

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

.b-extra-services {
  padding: 50px 0 0;
  counter-reset: extraItem;
}

.b-extra-services .extra-services__title .sppb-addon-title {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

.b-extra-services .extra-services__item .sppb-addon-title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #0058a9;
  padding: 14px 90px;
  min-height: 75px;
}

.b-extra-services .extra-services__item .sppb-addon-title::before {
  counter-increment: extraItem;
  content: '0' counter(extraItem);
  position: absolute;
  right: 30px;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
}

.b-extra-services .extra-services__item .sppb-img-container {
  position: relative;
  width: 100%;
  height: 250px;
}

.b-extra-services .extra-services__item .sppb-img-responsive {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.b-contact-form {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(236, 236, 236, 1) 10%, rgba(236, 236, 236, 1) 100%);
}

.b-contact-form .ba-form-page {
  padding: 0;
}

.b-contact-form .ba-form-page .ba-form-field-item {
  margin: 4px;
}

.b-form-bottom {
  top: 75px;
}

.b-form-bottom .sppb-addon-title {
  text-align: center;
  font-weight: 700;
}

.b-form-bottom .sppb-addon-content {
  text-align: center;
}

.b-form-bottom .sppb-addon-content p {
  margin: 0;
  margin-bottom: 3px;
}

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

.b-contacts-page .contacts-page__item {
  margin-bottom: 30px;
  color: #000;
}

.b-contacts-page .contacts-page__item a {
  color: #000;
}

.b-contacts-page .contacts-page__item--border {
  padding: 20px 35px;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  min-height: 362px;
}

.b-contacts-page .contacts-page__item h4 {
  font-size: 25px;
  color: #000;
  font-weight: 700;
}

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

.b-contacts-phones .contacts-phones__link {
  position: relative;
}

.b-contacts-phones .contacts-phones__link--icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  width: 66px;
  height: 20px;
  background: url(/images/design/social.svg)no-repeat 50% 50% / contain;
}

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

#section-id-1589978656917 .b-map-btn {
  position: relative;
  left: 26px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #0058A9;
  border-bottom: 1px dashed #0058A9;
}

.b-map-btn::before {
  content: "";
  position: absolute;
  left: -26px;
  width: 26px;
  height: 26px;
  background: url(/images/design/loc.svg)no-repeat 50% 50% / contain;
}

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

.com-baforms-wrapper {
  max-width: 600px;
  margin: auto;
}

.ba-form-checkbox-group-wrapper {
  display: flex;
  flex-wrap: initial;
}

.popup__title {
  font-weight: 700;
}

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

.ba-field-container input[name="19"].show {
  display: block;
}

/*============================*/
.offcanvas-menu{
  background: #055EAE;
}

.offcanvas-menu .b-contacts{
  flex-direction: column;
  text-align: left;
}
.offcanvas-menu .b-phones .phones__wrapper,
.offcanvas-menu .b-address .address__wrapper{
  padding-left: initial;
}
.offcanvas-menu .address__wrapper{
  margin-bottom: 20px;
}
.offcanvas-menu .b-phones .phones__wrapper::before,
.offcanvas-menu .b-address .address__wrapper::before {
  top: 10px;
  left: -20px;
  width: 15px;
  height: 15px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus,
#offcanvas-toggler > .fa{
  color: #fff;
}
#offcanvas-toggler{
  position: absolute;
  right: 0;
  top: 60px;
}
/*============================*/