body {
    background: #f7f7f7;
}

a {
    color: #0F5499;
}

.sp-module ul>li>a {
    color: #0F5499;
}

#sp-main-body {
    padding: 0;
}
/* Header */
#sp-main-header {
    height: auto;
}

#sp-main-header .top {
    background: #F7F7F7;
}

#sp-main-header .top .container-inner {
    max-width: 1260px;
    margin: 0 auto;
}

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

ul.urls {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

ul.urls a {
    color: #0F5499;
    font-size: 12px;
}

ul.urls a {
    display: flex;
    align-items: center;
    gap: 6px;
}

ul.urls a svg {
    fill: #0F5499;
}

ul.urls a i {
    font-size: 14px;
}

#top2 ul.urls {
    justify-content: flex-end;
}

#top2 ul.urls a i {
    font-size: 12px;
    color: #fff;
    background: #0F5499;
    width: 18px;
    height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sp-main-header .top3 {
    background: #0F5499;
}

#sp-main-header .top3 .container-inner {
    max-width: 1260px;
    margin: 0 auto;
}

.top3 ul.urls {
    justify-content: flex-end;
    gap: 50px;
    padding: 13px 0;
}

.top3 ul.urls li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.top3 ul.urls li p {
    margin: 0;
}

.top3 ul.urls li p .text1 {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 2px;
}

.top3 ul.urls li p .text2 {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
}

.top3 ul.urls li i {
    font-size: 26px;
    color: #62C1FF;
}

#sp-main-header .top4 {
    background: #fff;
    padding: 0px 15px;
}

#sp-main-header .top4 .container-inner {
    max-width: 1260px;
    margin: 0 auto;
}

.citychanger {
    max-width: 250px;
    width: 250px;
}

.citychanger select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    padding: 12px 16px 12px 34px;
    font-size: 12px;
    height: auto;
    border-radius: 4px;
    background-color: #F5F7F8;
    color: #0F5499;
    border: none;
    cursor: pointer;
}

.citychanger select.form-control:focus {
    box-shadow: none;
}

.citychanger .selectfield {
    position: relative;
}

.citychanger .select-icon {
    position: absolute;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
}

.citychanger .select-icon.start {
    left: 16px;
    top: 45%;
}

.citychanger .select-icon.end {
    right: 16px;
    top: 50%;
}

.citychanger .select-icon.start svg {
    fill: #0F5499;
}

.citychanger .select-icon.end svg {
    fill: transparent;
    color: #1E2023;
}

.search-center .mod-finder input {
    border: 1px solid #D9DFE6;
    border-radius: 4px !important;
    padding: 12px 24px 12px 12px;
    font-size: 14px;
    height: 42px;
}

.search-center {
    max-width: 470px;
    width: 100%;
}

.search-center .mod-finder input::placeholder {
    color: #999999;
    font-style: italic;
}

.search-center .mod-finder button {
    background: no-repeat;
    border: none;
    margin-left: -36px !important;
    z-index: 5;
}

.search-center .mod-finder button:active {
    background: none;
}

.search-center .mod-finder button svg {
    fill: transparent;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 15px;
    line-height: 42px;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

#sp-menu.menu-with-social .sp-megamenu-wrapper {
    justify-content: flex-end;
}

#sp-menu {
    min-width: 600px;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0;
}

.sp-megamenu-parent>li {
    padding: 11px 15px;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    padding: 0;
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,
body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-size: 12px;
}

.top4 .row {
    align-items: center;
    flex-wrap: nowrap;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 400;
}

#sp-menu .sp-megamenu-parent>li>a,
#sp-menu .sp-megamenu-parent>li>span,
#sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.sp-megamenu-parent>li.active::after,
.sp-megamenu-parent>li:hover::after {
    content: "";
    border-bottom: 1px solid #0F5499;
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: calc(100% - 30px);
    transition: 0.3s;
}

.sp-megamenu-parent>li.active:has(.sp-dropdown-mega)::after,
.sp-megamenu-parent>li:has(.sp-dropdown-mega):hover::after {
    max-width: 80px;
}

.sp-dropdown-mega.container {
    max-width: 630px;
}

.sp-dropdown-mega.container .row {
    align-items: baseline;
}

.sp-dropdown-mega.container .row ul {
    list-style: none;
    padding: 0;
}

.sp-dropdown-mega.container .row ul>li {
    display: block;
    margin-bottom: 12px;
}

.sp-dropdown-mega.container .row ul>li:last-child {
    margin-bottom: 0;
}

.sp-dropdown-mega.container .row ul>li a {
    color: #252525;
    font-size: 14px;
}

.sp-dropdown-mega.container .row ul>li a:hover {
    color: #0345bf;
}

#sp-header.header-sticky {
    background: #0F5499;
}

#sp-logo.has-border .sp-column {
    height: -webkit-fill-available;
}

#sp-header.header-sticky .citychanger select.form-control {
    background-color: #236EB9;
    color: #fff;
}

#sp-header.header-sticky .citychanger .select-icon.start svg {
    fill: #fff;
}

#sp-header.header-sticky .citychanger .select-icon.end svg {
    color: #fff;
}

#sp-header.header-sticky .sp-megamenu-parent>li>a {
    color: #ffffff;
}

#sp-header.header-sticky .sp-megamenu-parent>li.active>a,
#sp-header.header-sticky .sp-megamenu-parent>li.active:hover>a {
    color: #62C1FF;
}

#sp-header.header-sticky .sp-megamenu-parent>li.active::after,
#sp-header.header-sticky .sp-megamenu-parent>li:hover::after {
    border-bottom: 1px solid #62C1FF;
    bottom: 0px;
}

#sp-header.header-sticky .sp-megamenu-parent>li:hover>a {
    color: #62C1FF;
}

#sp-header.header-sticky .burger-icon>span {
    background-color: #fff;
}

/* End Header */

/* Breadcrumbs */
#sp-section-1 .row:has(.breadcrumb) {
    max-width: 1290px;
    margin: 30px auto 0px auto
}

#sp-title .breadcrumb {
    padding: 12px 20px !important;
    background-color: #ffffff;
    border-radius: 0;
    margin-bottom: 2rem;
}

#sp-title .breadcrumb li {
    color: #818393;
    font-size: 16px;
    font-family: 'Roboto Condensed';
}

#sp-title .breadcrumb li span {
    color: #383C40
}

#sp-title .breadcrumb li>a>span {
    color: #0F5499
}

/* End Breadcrumbs */

/* Bottom */
#sp-bottom {
    margin-top: 50px;
    background: #fff;
    border-top: 1px solid #D9DFE6;
}

#sp-bottom .container-inner .row {
    justify-content: space-between;
}

#sp-bottom1 {
    max-width: 295px;
}

#sp-bottom1,
#sp-bottom2,
#sp-bottom3,
#sp-bottom4 {
    width: fit-content !important;
}

#sp-bottom1 img {
    margin-bottom: 30px;
}

#sp-bottom1 p {
    font-size: 16px;
    color: #383C40;
}

#sp-bottom .sp-module .sp-module-title {
    font-family: 'Roboto Condensed';
    color: #1E2023;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

#sp-bottom2 .sp-module-content a,
#sp-bottom3 .sp-module-content a {
    color: #959595;
    font-size: 16px;
}

#sp-bottom4 .sp-module-content a {
    color: #959595;
    font-size: 16px;
}

#sp-bottom4 ul.urls {
    flex-direction: column;
}

#sp-bottom4 ul.urls li {
    margin-bottom: 0;
}

#sp-bottom4 ul.urls li i {
    font-size: 12px;
    color: #fff;
    background: #0F5499;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-right: 1px;
}

#sp-bottom .row {
    flex-wrap: nowrap;
}

/* End Bottom */

/* Footer */
#sp-footer {
    background: #0F5499;
    color: #fff;
    font-size: 14px;
}

#sp-footer a {
    color: #fff;
    font-weight: 700;
}

#sp-footer p {
    margin: 0;
}

#sp-footer .container-inner {
    padding: 8px 0;
}

#sp-footer ul.urls {
    justify-content: flex-end;
}

#sp-footer ul.urls a {
    font-weight: 400;
    font-size: 14px;
}

#sp-footer .container-inner .row {
    align-items: center;
}

/* End Footer */


/* Offcanvas */
body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -482px;
    top: 125px;
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    right: 0;
    top: 125px;
    height: inherit;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.offcanvas-inner {
    display: flex;
    flex-direction: row-reverse;
}

.offcanvas-menu .offcanvas-inner {
    padding: 32px 32px 100px 32px;
    height: 100vh;
}

.offcanvas-menu {
    width: 482px;
}

.offcanvas-overlay {
    display: none;
}

.offcanfas-contacts ul.urls {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
}

body .offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 0px;
}

.offcanvas-menu .offcanvas-inner .offcanfas-contacts {
    padding-right: 32px;
    border-right: 1px solid #D9DFE6;
    margin-right: 32px;
}

.offcanvas-inner>.sp-module {
    width: 50%;
}

.offcanvas-inner .mod2 {
    display: none;
}

.offcanvas-left .mod1 {
    padding-bottom: 32px;
    border-bottom: 1px solid #D9DFE6;
    margin-bottom: 32px;
}

.offcanvas-left .mod1 ul.urls a i {
    font-size: 12px;
    color: #fff;
    background: #0F5499;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.offcanvas-left .mod3 ul li a {
    color: #0F5499;
}

.offcanvas-menu .fa,
.offcanvas-menu .fab,
.offcanvas-menu .far,
.offcanvas-menu .fas {
    color: #0f5499;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>a>.menu-toggler:after,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after {
    font-size: 12px;
    color: #0f5499;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    font-size: 12px;
    color: rgba(30, 32, 35, 1);
}

.offcanvas-menu .align-items-center {
    display: none !important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a,
.offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 14px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li:first-child {
    margin-top: -10px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 14px;
}

.offcanvas-menu .mod-menu__sub li {
    padding: 4px 0;
}

.offcanvas-menu .mod-menu__sub li:first-child {
    padding-top: 0;
}

.offcanvas-menu .mod-menu__sub li:last-child {
    padding-bottom: 6px;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul {
    margin-bottom: 0;
}

.burger-icon {
    width: 28px;
    height: 36px;
}

.burger-icon>span {
    margin: 8px 0;
}

.offcanvas-active .burger-icon>span:nth-child(3),
#modal-menu-toggler.active .burger-icon>span:nth-child(3) {
    transform: translate(0, -10px) rotate(45deg);
}

.offcanvas-active .burger-icon>span:nth-child(1),
#modal-menu-toggler.active .burger-icon>span:nth-child(1) {
    transform: translate(0, 10px) rotate(-45deg);
}

/* End Offcanvas */

/* SPPB */
.sppb-row-container {
    padding: 0;
}

#sp-page-builder .sppb-section-title {
    margin-bottom: 30px;
}

.sppb-section-title h1.sppb-title-heading {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}

.sppb-section-title h1.sppb-title-heading span {
    color: #62c1ff;
}

.sppb-section-title h2.sppb-title-heading,
h2.sppb-addon-title {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Roboto Condensed';
}

/* END SPPB*/

/* First screen*/
.first-screen p {
    font-size: 16px;
    text-align: left;
    line-height: 1.3;
}

.first-screen .buttons .sppb-btn {
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border-bottom: 3px solid #0F5499;
}

.first-screen .buttons {
    text-align: left;
}

.first-screen .buttons .sppb-btn-custom1 {
    background-color: rgba(98, 193, 255, 0.8);
    color: rgb(30, 32, 35);
    padding: 14px 32px 14px 32px;
    margin: 12px 14px 0px 0px;
}

.first-screen .buttons .sppb-btn-custom1:hover {
    background-color: rgb(98, 193, 255);
    color: #1E2023;
}

.first-screen .buttons .sppb-btn-custom2 {
    background-color: rgba(255, 255, 255, 0.8);
    color: #1E2023;
    padding: 14px 32px 14px 32px;
    margin: 14px 0px 0px 0px;
}

.first-screen .buttons .sppb-btn-custom2:hover {
    background-color: #FFFFFF;
    color: #1E2023;
}

.first-screen .buttons .sppb-btn i {
    font-size: 14px;
    margin-right: 6px;
    color: #0F5499;
}


.first-screen .sppb-addon-content {
    display: flex;
    align-items: center;
}

.first-screen .sppb-img-container {
    width: 40%;
}

.first-screen .sppb-media-content {
    width: 60%;
    padding-left: 30px;
}

/* End First screen*/


/* Prices */
.prices .sppb-row-container {
    margin-left: inherit;
    margin-right: inherit;
}

.prices h3 {
    color: #1E2023;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto Condensed';
    margin: 0;
}

.prices table {
    width: 100%;
}
.prices table th{
  color: #383C40;
}
.prices table th,
.prices table td {
    border-bottom: 1px solid #D9DFE6;
    padding-bottom: 16px;
}

.prices table tr th:nth-child(1) {
    border-bottom: 1px solid #D9DFE6;
    padding-top: 14px;
    padding-bottom: 16px;
    vertical-align: top;
    width: 62%;
}

.prices table tr th:nth-child(2) {
    border-bottom: 1px solid #D9DFE6;
    padding-bottom: 16px;
    vertical-align: bottom;
    width: 38%;
}

.prices table tr td:nth-child(1) {
    border-bottom: 1px solid #D9DFE6;
    padding-top: 14px;
    padding-bottom: 16px;
    vertical-align: top;
    font-size: 16px;
    color: #383C40;
}

.prices table tr td:nth-child(2) {
    border-bottom: 1px solid #D9DFE6;
    padding-bottom: 16px;
    vertical-align: bottom;
    text-align: right;
    color: #0F5499;
    font-size: 16px;
}

.prices table tr:last-child td:nth-child(1),
.prices table tr:last-child td:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0;
}


.prices table tr th:nth-child(1),
.prices table tr th:nth-child(2) {
    padding-top: 0px;
}

.prices table tr th:nth-child(2) {
    text-align: right;
}

.prices .btntext .sppb-media-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: nowrap;
}

.prices .btntext .sppb-media-content p {
    margin: 0;
    color: #fff;
    text-align: left;
    padding-left: 30px;
}

.prices .btntext .sppb-media-content .sppb-btn-custom {
    min-width: 262px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    border: none;
    border-bottom: 3px solid #08335e;
}

.prices .btntext .sppb-media-content .sppb-btn-custom i {
    margin-right: 9px;
    font-size: 14px;
}

.prices-texts ul {
    list-style: none;
    padding-left: 0;
    column-count: 2;
    margin-top: 30px;
    margin-bottom: 0;
}

.prices-texts ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.prices-texts ul li:last-child {
    margin-bottom: 0;
}

.prices-texts ul li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #0F5499;
}

.prices .sppb-div-addon .sppb-addon-wrapper {
    width: 50%;
    height: 100%;
}

/* End Prices */

/* RevSlider */
.revslider .sppb-testimonial-pro .fa-quote-left {
    margin-bottom: 30px;
}

.revslider {
    padding: 0 50px;
}

.revslider .sppb-testimonial-pro-arrow-wrap {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.revslider .sppb-testimonial-pro .sppb-carousel-indicators {
    bottom: -40px;
}

.revslider .sppb-carousel-indicators li {
    border: none;
}

.revslider .sppb-testimonial-pro-arrow-wrap a {
    background: none;
    border: none;
    color: #0F5499;
}

.revslider .sppb-testimonial-pro-arrow-wrap a:hover {
    background: none;
    border: none;
    color: #0F549980;
}

.revslider .sppb-section,
.revslider .sppb-row-container {
    margin-left: inherit;
    margin-right: inherit;
}

/* End RevSlider */

/* Dependence block */
.dependence .textblock p {
    color: #383C40;
    line-height: 1.3;
}

.dependence .textblock h3 {
    color: #1E2023;
    font-size: 24px;
    margin-bottom: 12px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    line-height: 1.1;
}

.dependence .textblock .sppb-img-responsive {
    margin-bottom: 20px;
}

.dependence .textblock p:last-child {
    margin-bottom: 0;
}

/* End Dependence block */

/* Drilling stage block */

.drilling-stage .textblock p {
    color: #383C40;
    line-height: 1.3;
}

.drilling-stage .textblock h3 {
    color: #1E2023;
    font-size: 24px;
    margin-bottom: 12px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    line-height: 1.1;
}

.drilling-stage .textblock p:last-child {
    margin-bottom: 0;
}

/* End Drilling stage block */

/* Setup Choice block */
/* End Setup Choice block */

/* FAQ block */
.faq .sppb-panel-heading {
    padding: 0;
}

.faq .sppb-panel-collapse {
    padding-top: 12px;
}

.faq h3 {
    color: #1E2023;
    font-size: 24px;
    margin-bottom: 12px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    padding-right: 50px;
}

.faq button h3:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='29' height='17' viewBox='0 0 29 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.12134 2.12109L14.1213 14.1211L26.1213 2.12109' stroke='%2362C1FF' stroke-width='3' stroke-linecap='square'/%3e%3c/svg%3e ");
    background-size: cover;
    float: right;
    margin-left: 7px;
    font-weight: 900;
    width: 24px;
    height: 13px;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 6px;
}

.faq button.active h3:after {
    transform: rotateX(180deg);
    transition: 0.3s;
}

.faq .sppb-panel-body {
    padding: 0;
}

.faq p:last-child {
    margin-bottom: 0;
}

/* End FAQ block */


/* Main screen*/
.main-screen h1 {
    font-size: 40px;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    line-height: 1.15;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.main-screen h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
}

.main-screen .sppb-row-container {
    max-width: 670px;
    margin: 0 auto;
    padding: 0 15px;
}

.main-screen p {
    font-size: 16px;
    line-height: 1.3;
}

.main-screen .buttons .sppb-btn {
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border-bottom: 3px solid #0F5499;
}

.main-screen .buttons {
    text-align: center;
    margin-top: 28px;
}

.main-screen .buttons .sppb-btn-custom1 {
    background-color: rgba(98, 193, 255, 0.8);
    color: rgb(30, 32, 35);
    padding: 14px 32px 14px 32px;
    margin: 12px 14px 0px 0px;
}

.main-screen .buttons .sppb-btn-custom1:hover {
    background-color: rgb(98, 193, 255);
    color: #1E2023;
}

.main-screen .buttons .sppb-btn-custom2 {
    background-color: rgba(255, 255, 255, 0.8);
    color: #1E2023;
    padding: 14px 32px 14px 32px;
    margin: 14px 0px 0px 0px;
}

.main-screen .buttons .sppb-btn-custom2:hover {
    background-color: #FFFFFF;
    color: #1E2023;
}

.main-screen .buttons .sppb-btn i {
    font-size: 14px;
    margin-right: 6px;
    color: #0F5499;
}

/* End Main screen*/


/* Main bullits 3 */
.main-bullits3 h3 {
    color: #383C40;
    font-size: 24px;
    margin-bottom: 12px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    line-height: 1.1;
}

.main-bullits3 h3 a {
    color: #383C40;
}

.main-bullits3 .sppb-row {
    justify-content: center;
}

.main-bullits3 .sppb-img-responsive {
    margin-bottom: 24px;
}

.main-bullits3 .textblock p:last-child {
    margin-bottom: 0;
}

/* End Main bullits 3 */

/* Main bullits 4 */
.main-bullits4 h3 {
    color: #383C40;
    font-size: 24px;
    margin-bottom: 12px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    line-height: 1.1;
}

.main-bullits4 h3 a {
    color: #383C40;
}

.main-bullits4 .sppb-row {
    justify-content: center;
}

.main-bullits4 .sppb-img-responsive {
    margin-bottom: 20px;
}

.main-bullits4 .textblock p:last-child {
    margin-bottom: 0;
}

/* End Main bullits 4 */

/* Servises */
.servises .sp-pagebuilder-row,
.sppb-row {
    justify-content: center;
}

.servises h3 {
    color: #1E2023;
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    line-height: 1.1;
}

.servises .sppb-media-content {
    padding: 24px;
    display: flex;
    min-height: 175px;
    flex-direction: column;
    justify-content: space-between;
}

.servises a.sppb-btn {
    width: 100%;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border-bottom: 3px solid #0F5499;
}

/* End Servises */



/* Main regions */
.main-regions {
    border: 1px solid #D9DFE6;
}

.main-regions .sppb-row-column:has(.br1) {
    border-right: 1px solid #D9DFE6;
}

.main-regions h3 {
    color: #383C40;
    font-size: 24px;
    margin-bottom: 12px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    line-height: 1.1;
}

.main-regions h3 a {
    color: #383C40;
}

.main-regions .sppb-row {
    justify-content: center;
}

.main-regions .sppb-img-responsive {
    margin-bottom: 24px;
}

.main-regions .textblock p:last-child {
    margin-bottom: 0;
}

/* End Main regions */



/* Other regions */
.other-regions .sp-pagebuilder-row,
.sppb-row {
    justify-content: center;
}

.other-regions h3 {
    color: #1E2023;
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}

.other-regions .sppb-media-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.other-regions a.sppb-btn {
    width: 100%;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border-bottom: 3px solid #0F5499;
}

/* End other regions */


/* Why are we */
.why-are-we .textblock p:last-child {
    margin-bottom: 0;
    text-align: left;
}

.why-are-we .pull-left {
    margin-right: 24px;
}

/* End Why are we */


/* Photo-text */
.photo-text .white-block {
    padding: 0px;
}

.photo-text .sppb-addon-content {
    display: flex;
    align-items: center;
}

.photo-text .reverse .sppb-addon-content {
    flex-direction: row-reverse;
}

.photo-text .sppb-img-container {
    width: 40%;
}

.photo-text .sppb-media-content {
    width: 60%;
    padding: 24px;
}

/* End Photo-text */

/* Photo-text one */
.photo-text-one .sppb-addon-content {
    display: flex;
    align-items: center;
}

.photo-text-one .reverse .sppb-addon-content {
    flex-direction: row-reverse;
}

.photo-text-onet .sppb-img-container {
    width: 40%;
}

.photo-text-one .sppb-media-content {
    width: 60%;
    padding: 0 24px 0 30px;
}

/* End Photo-text one */


/* Buttons */
.primary-button {
    background-color: rgba(98, 193, 255, 0.8);
    color: rgb(30, 32, 35);
    padding: 14px 32px 14px 32px;
    margin: 12px 14px 0px 0px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border-bottom: 3px solid #0F5499;
    width: 100%;
}

.primary-button:hover {
    background-color: rgb(98, 193, 255);
    color: #1E2023;
}

.primary-button i {
    font-size: 14px;
    margin-right: 6px;
    color: #0F5499;
}

.secondary-button {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(30, 32, 35);
    padding: 14px 32px 14px 32px;
    margin: 12px 14px 0px 0px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border-bottom: 3px solid #0F5499;
    width: 100%;
}

.secondary-button:hover {
    background-color: rgb(255, 255, 255);
    color: #1E2023;
}

.secondary-button i {
    font-size: 14px;
    margin-right: 6px;
    color: #0F5499;
}

/* End Buttons */


/* Elements */
.white-block {
    background-color: #FFFFFF;
    padding: 24px;
}

.sppb-row-column:has(> .white-block) {
    margin-bottom: 20px;
}

.sppb-column-addons .sppb-addon-wrapper .white-block {
    margin-bottom: 20px;
}

.sppb-column-addons .sppb-addon-wrapper:last-child .white-block {
    margin-bottom: 0px;
}

.blue-block .sppb-row .sppb-row-column:has(.white-block) {
    margin-bottom: 0px;
}

.white-block .clearfix::after {
    display: none;
}

.white-block p:last-child {
    margin-bottom: 0;
}

.sppb-addon-content p:last-child {
    margin-bottom: 0;
}

.white-block p {
    color: #383C40;
    line-height: 1.3;
}

.black-title .sppb-addon-title {
    color: #1E2023;
    font-size: 24px;
    margin-bottom: 12px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    line-height: 1.1;
}

.blue-title .sppb-addon-title {
    color: #0F5499;
    font-size: 24px;
    margin-bottom: 12px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    line-height: 1.1;
}

.border {
    border: 1px solid #D9DFE6;
}

.white-block .pull-left {
    width: 48px;
}

.ul-shevron ul {
    list-style: none;
    padding-left: 1rem;
    column-count: 1;
    margin-top: 20px;
    margin-bottom: 0;
}

.column2 ul,
.column2 ol {
    column-count: 2;
}

.ul-shevron.column2 ul li {
    break-inside: avoid;
    page-break-inside: avoid;
}

.ul-shevron ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.ul-shevron ul li:last-child {
    margin-bottom: 0px;
}

.ul-shevron ul li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #0F5499;
}

.ol ol {
    color: #383C40;
    line-height: 1.3;
    padding-left: 20px;
    margin: 0;
}

.ol ol li:not(:last-child) {
    margin-bottom: 10px;
}

.gray-block {
    background-color: #E1E7ED;
    padding: 40px 40px 40px 40px;
}

.blue-block {
    background-color: #0F5499;
    padding: 40px 40px 40px 40px;
}

.gray-block h2 {
    color: #1E2023;
}

.gray-block p {
    color: #383C40;
    line-height: 1.3;
}

.blue-block h2 {
    color: #ffffff;
}

.blue-block p {
    color: #ffffff;
    line-height: 1.3;
}

.sppb-btn-primary {
    padding: 14px 32px 14px 32px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border: none;
    border-bottom: 3px solid #0F5499;
    background-color: rgba(98, 193, 255, 0.8);
    color: rgb(30, 32, 35);
    margin-top: 1rem;
}

.sppb-btn-primary i {
    font-size: 14px;
    margin-right: 6px;
    color: #0F5499;
}

.sppb-btn-primary:hover {
    background-color: rgb(98, 193, 255);
    color: #1E2023;
}

.sppb-btn-primary:focus {
    color: rgb(30, 32, 35);
}

.sppb-btn-primary:active {
    background-color: rgb(98, 193, 255);
}



.sppb-btn-secondary {
    padding: 14px 32px 14px 32px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border: none;
    border-bottom: 3px solid #0F5499;
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(30, 32, 35);
    margin-top: 1rem;
}

.sppb-btn-secondary i {
    font-size: 14px;
    margin-right: 6px;
    color: #0F5499;
}

.sppb-btn-secondary:hover {
    background-color: #fff;
    color: rgb(30, 32, 35);
    border-color: #0F5499;
}

.sppb-btn-secondary:focus {
    color: rgb(30, 32, 35);
}

.sppb-btn-secondary:active {
    background-color: #fff
}


.sppb-btn-success {
    padding: 14px 32px 14px 32px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border: none;
    border-bottom: 3px solid #0F5499;
    background-color: #198754dc;
    color: #fff;
    margin-top: 1rem;
}

.sppb-btn-success i {
    font-size: 14px;
    margin-right: 6px;
    color: #fff;
}

.sppb-btn-success:hover {
    background-color: #198754;
    color: #fff;
    border-color: #0F5499;
}

.sppb-btn-success:focus {
    color: #fff;
}

.sppb-btn-success:active {
    background-color: #198754
}



.sppb-btn-danger {
    padding: 14px 32px 14px 32px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border: none;
    border-bottom: 3px solid #0F5499;
    background-color: #dc3546e0;
    color: #fff;
    margin-top: 1rem;
}

.sppb-btn-danger i {
    font-size: 14px;
    margin-right: 6px;
    color: #fff;
}

.sppb-btn-danger:hover {
    background-color: #dc3545;
    color: #fff;
    border-color: #0F5499;
}

.sppb-btn-danger:focus {
    color: #fff;
}

.sppb-btn-danger:active {
    background-color: #dc3545
}


.sppb-btn-warning {
    padding: 14px 32px 14px 32px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border: none;
    border-bottom: 3px solid #0F5499;
    background-color: #ffca2cde;
    color: rgb(30, 32, 35);
    margin-top: 1rem;
}

.sppb-btn-warning i {
    font-size: 14px;
    margin-right: 6px;
    color: rgb(30, 32, 35);
}

.sppb-btn-warning:hover {
    background-color: #ffca2c;
    color: rgb(30, 32, 35);
    border-color: #0F5499;
}

.sppb-btn-warning:focus {
    color: rgb(30, 32, 35);
}

.sppb-btn-warning:active {
    background-color: #ffca2c
}


.sppb-btn-dark {
    padding: 14px 32px 14px 32px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border: none;
    border-bottom: 3px solid #0F5499;
    background-color: #1c1f23da;
    color: #fff;
    margin-top: 1rem;
}

.sppb-btn-dark i {
    font-size: 14px;
    margin-right: 6px;
    color: #fff;
}

.sppb-btn-dark:hover {
    background-color: #1c1f23;
    color: #fff;
    border-color: #0F5499;
}

.sppb-btn-dark:focus {
    color: #fff;
}

.sppb-btn-dark:active {
    background-color: #1c1f23
}

.offcanvas-button-container .btn-primary {
    padding: 6px 18px 6px 18px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border: none;
    background-color: rgba(98, 193, 255, 1);
    color: rgb(30, 32, 35);
}

/* End Elements */

.gray {
    color: #959595;
    margin-bottom: 12px;
}

.prices h3.text-under {
    position: absolute;
    top: -59px;
    left: -24px;
    color: #62C1FF;
}

.img-h100.reverse .sppb-img-container {
    text-align: right;
}

.img-h100 .sppb-img-container {
    height: -webkit-fill-available;
}

.img-h100 .sppb-img-container img {
    height: 100%;
    object-fit: cover;
}
/* Таблицы */
.com-content-article__body table{
  width:100%;
  margin-bottom:1rem;
}
.com-content-article__body table>:not(caption)>* {
    border-width: 1px 0;
}
.com-content-article__body table>:not(caption)>*>* {
    border-width: 0 1px;
}
.com-content-article__body td,
.com-content-article__body th{
  padding: .5rem .5rem;
}
.com-content-article__body th{
  background-color: #f8f9fa;
}
.com-content-article__body tbody, .com-content-article__body td, .com-content-article__body tfoot, .com-content-article__body th, .com-content-article__body thead, .com-content-article__body tr {
  border-color: #dee2e6;
}
/* Таблицы END */
@media(max-width: 1199px) {
    .logo-image {
        height: 40px;
    }

    #sp-bottom .row {
        flex-wrap: wrap;
    }

    #sp-bottom1 img {
        margin: 0 auto;
        max-width: 141px;
    }

    #sp-bottom1 {
        order: 1;
        width: 100% !important;
        text-align: center;
        display: flex;
        justify-content: flex-start;
        max-width: 100%;
    }

    #sp-bottom1 .sp-column {
        width: 100%;
        border-bottom: 1px solid #D9DFE6;
    }

    #sp-bottom1 #mod-custom117 {
        display: flex;
        align-items: center;
        gap: 24px;
    }

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


    #sp-bottom2 {
        order: 2;
        margin-top: 32px;
    }


    #sp-bottom3 {
        order: 2;
        margin-top: 32px;
    }

    #sp-bottom4 {
        order: 2;
        margin-top: 32px;
    }

    #sp-footer .container-inner {
        padding: 9px 0 7px 0;
    }

    #sp-footer p {
        font-size: 14px;
    }

    #sp-footer1 {
        width: 55%;
    }

    #sp-footer2 {
        width: 45%;
    }

    #sp-bottom {
        padding: 60px 0 64px;
    }
}


@media(max-width: 991px) {
    body .logo-image {
        height: 40px;
    }

    #sp-main-header .container-fluid.top {
        display: none;
    }

    .citychanger {
        min-width: 250px;
    }

    #sp-menu {
        min-width: 56px;
        width: 56px;
        max-width: 56px;
    }

    .search-center {
        max-width: 100%;
        width: 100%;
    }

    body.ltr #offcanvas-toggler.offcanvas-toggler-right {
        float: right;
        margin-left: 0px;
    }

    #sp-footer p {
        font-size: 12px;
    }

    /*.servises .sppb-row-column {
        max-width: 50% !important;
        flex-basis: 50% !important;
    }*/

    .servises .sppb-img-container {
        padding-top: 24px;
    }

    .servises .sppb-media-content {
        min-height: inherit;
    }
}

@media(max-width: 767px) {
    .offcanvas-inner .mod2 {
        display: block;
        margin-bottom: 20px;
    }

    #search-center {
        display: none;
    }

    #top3 {
        display: none;
    }

    body #sp-header.top4 {
        height: 66px;
        background: #0F5499;
    }

    .burger-icon>span {
        background-color: #ffffff;
    }

    #sp-logo.has-border {
        padding: 3px 15px;
    }

    .citychanger {
        margin-left: auto;
    }

    .offcanvas-active .burger-icon>span,
    #modal-menu-toggler.active .burger-icon>span {
        background-color: #fff;
    }

    .offcanvas-active .offcanvas-menu {
        width: calc(100% - 30px);
        right: 15px !important;
    }

    .mod2 .mod-finder input {
        border: 1px solid #D9DFE6;
        border-radius: 4px !important;
        padding: 12px;
        font-size: 14px;
        height: 42px;
    }

    .mod2 .mod-finder button {
        background: no-repeat;
        border: none;
        margin-left: -36px !important;
        z-index: 5;
    }

    .mod2 .mod-finder button svg {
        fill: transparent;
    }

    .citychanger select.form-control {
        background-color: #236EB9;
        color: #fff;
    }

    .citychanger .select-icon.start svg {
        fill: #fff;
    }

    .citychanger .select-icon.end svg {
        color: #fff;
    }

    #sp-bottom1 {
        order: 1;
        width: 50% !important;
        border-right: 1px solid #D9DFE6;
        padding-right: 32px;
        padding-bottom: 32px;
        margin-bottom: 32px;
        position: relative;
    }

    #sp-bottom1::after {
        content: '';
        position: absolute;
        width: calc(200% - 30px);
        border-bottom: 1px solid #D9DFE6;
        bottom: -32px;
    }

    #sp-bottom1 .sp-column {
        border-bottom: none;
    }

    #sp-bottom1 #mod-custom117 {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    #sp-bottom1 p {
        margin: 0;
        text-align: left;
    }

    #sp-bottom4 {
        order: 2;
        margin-top: 0px;
        width: 50% !important;
        padding-left: 32px;
        margin-bottom: 32px;
    }

    #sp-bottom2 {
        order: 3;
        border-right: 1px solid #D9DFE6;
        padding-right: 32px;
        width: 50% !important;
    }

    #sp-bottom3 {
        order: 4;
        width: 50% !important;
        padding-left: 32px;
    }

    #sp-footer1 {
        order: 2;
        width: 100%;
    }

    #sp-footer2 {
        order: 1;
        width: 100%;
    }

    #sp-footer .container-inner .row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #sp-footer ul.urls {
        justify-content: flex-start;
    }

    #sp-footer ul.urls a {
        font-size: 14px;
    }

    #sp-footer ul.urls {
        padding: 10px 0 20px 0;
    }

    #sp-footer .container-inner {
        padding: 9px 0 15px 0;
    }

    .prices table thead tr th:nth-child(2) {
        text-align: right;
    }

    .prices .btntext .sppb-media-content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .prices .btntext .sppb-media-content p {
        padding-left: 0px;
    }

    .prices-texts ul {
        column-count: 1;
    }


    .image-block-mobile {
        height: 350px;
    }

    .setup-choice .image-block {
        height: 350px;
    }

    .servises .sppb-media-content {
        min-height: 140px;
    }

    .main-bullits .sppb-row-column:not(:last-child) {
        margin-bottom: 2rem;
    }

    .servises .sppb-row-column {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .main-regions .sppb-row-column:has(.br1) {
        border-right: none;
        border-bottom: 1px solid #D9DFE6;
    }

    .photo-text .white-block .sppb-addon-content {
        flex-direction: column;
    }

    .photo-text .white-block .sppb-img-container {
        width: 100%;
        text-align: center;
    }

    .photo-text .white-block .sppb-media-content {
        width: 100%;
    }

    .photo-text-one .sppb-addon-content {
        flex-direction: column;
    }

    .photo-text-one .sppb-img-container {
        width: 100%;
        text-align: center;
    }

    .photo-text-one .sppb-media-content {
        width: 100%;
    }

    .photo-text-one .sppb-img-container {
        margin-bottom: 30px;
    }

    .first-screen .sppb-addon-content {
        flex-direction: column;
    }

    .first-screen .sppb-img-container {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .first-screen .sppb-media-content {
        width: 100%;
        padding-left: 0;
    }

    .column2 ul,
    .column2 ol {
        column-count: 1;
    }

    .prices .sppb-div-addon .sppb-addon-wrapper {
        width: 100%;
    }

    .photo-text-background .sppb-column-addons {
        height: 500px;
    }
}

@media(max-width: 575px) {
    body .logo-image {
        height: 32px;
    }

    .top4 .row {
        flex-wrap: wrap;
    }

    body #sp-header.top4 {
        height: 110px;
    }

    #citychanger {
        order: -1;
        width: 100%;
        max-width: 100%;
        margin: 12px 0 12px 0;

        flex: 1 0 100%;
    }

    .header-sticky #citychanger {
        margin: 12px 0 10px 0;
    }

    #sp-header .logo {
        height: 32px;
    }

    .logo-image {
        height: 32px;
    }

    #sp-logo.has-border {
        padding: 2px 15px;
    }

    #sp-menu {
        height: 36px;
        margin: 0 5px;
    }

    .top4 .row {
        justify-content: space-between;
    }

    .offcanvas-active .offcanvas-menu {
        width: 100%;
        right: 0px !important;
    }

    #offcanvas-toggler {
        height: 43px;
        align-items: start;
    }

    body .header-sticky.top4 {
        margin-top: -54px;
    }

    .offcanvas-inner {
        flex-direction: column;
    }

    .offcanvas-inner>.sp-module {
        width: 100%;
    }

    .offcanvas-menu .offcanvas-inner .offcanfas-contacts {
        padding-right: 0;
        border-right: none;
        margin-right: 0;
    }

    #sp-bottom1::after {
        display: none;
    }

    #sp-bottom1 {
        order: 1;
        width: 100% !important;
        margin-bottom: 0;
    }

    #sp-bottom1 .sp-column {
        padding-bottom: 16px;
        border-bottom: 1px solid #D9DFE6;
    }

    #sp-bottom2 {
        order: 3;
        width: 100% !important;
        margin-top: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #sp-bottom2 .sp-column {
        padding-bottom: 16px;
        border-bottom: 1px solid #D9DFE6;
    }

    #sp-bottom3 {
        order: 4;
        width: 100% !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #sp-bottom4 {
        width: 100% !important;
        padding-left: 1rem;
        margin-top: 0px;
        order: 2;
    }

    #sp-bottom4 .sp-column {
        padding-bottom: 16px;
        border-bottom: 1px solid #D9DFE6;
    }

    .main-screen .buttons .sppb-btn-custom1,
    .main-screen .buttons .sppb-btn-custom2 {
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    }

    .first-screen .buttons .sppb-btn-custom1,
    .first-screen .buttons .sppb-btn-custom2 {
        width: 100%;
    }

    .blue-block {
        padding: 40px 20px 40px 20px;
    }

    .revslider {
        padding: 0px 20px;
    }
}
