body {
	overflow: initial;
}
.mt-50 {
	margin-top: 50px;
}
.form_text label {
	color: #0f172a;
	font-size: 16px;
}
.contacts-form .frm_form_fields {
	width: 100%;
}
.contacts-form .frm_submit {
	text-align: center;
}
.frm_error {
	color: var(--accent-color);
	font-size: 14px;
}
.form_error{
	margin-bottom: 15px;
}

/** Loading Icon CSS **/
.lds-ring {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid var(--brand-color);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--brand-color) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pagination_link.current {
	background-color: var(--brand-color);
	color: #fff;
}
.next.pagination_link {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.blog-filter-section.active {
	padding-top: 0;
}
.single-post .article_content .post-cta__btn.btn, 
.single-post .article_content .post-cta__btn, 
.single-post .article_content .btn {
	margin-bottom: 35px;
    padding: 15px 24px;
}

/* Copy URL CSS */
.socials_link.copy_url {
	position: relative;
}
.copy_msg {
	position: absolute;
	font-size: 12px;
	top: -35px;
	background: #000;
	color: #fff;
	width: 80px;
	padding: 5px 0;
	text-align: center;
}
.pt-0, section.pt-0 {
	padding-top: 0;
}
.text-center {
	text-align: center;
}

.entry ol[start] {
	counter-reset: revert;
}
#sidebar ol:not([class]) > li::before, .entry ol:not([class]) > li::before, ol.list-style > li::before {
	position: relative;
	padding-right: 10px;
}
#sidebar ol:not([class]) > li, .entry ol:not([class]) > li, ol.list-style > li {
	padding-left: 0;
}

/* Sticky Header */
header.page-header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 99;
}
.page-header.sticky-header {
	box-shadow: 6px 5px 23px 3px #ddd;
}
main.main {
	padding-top: 187px;
}

.banner_link {
	margin-bottom: 0;
}
.banner_link:hover {
	color: #fff;
}
.scroll-lock {
	overflow: hidden;
}
.scroll-lock .modal {
	position: fixed;
}
.video-module .post-item._video .post-item_img::before {
	display: none;
}
.video-module .video-subheading {
	color: #fff;
	font-size: 15px;
}
._bordered.right-align svg {
	width: 26px;
	height: auto;
}

/* Accordion show 3 items initially and 3 items per click on the show more button */
.accordion-module .question_item {
  display: none;
}
.accordion-module .question_item:nth-child(1), 
.accordion-module .question_item:nth-child(2), 
.accordion-module .question_item:nth-child(3) {
  display: block;
}
.accordion-module .question_item:nth-child(3n) {
	border-bottom: none;
}
.accordion-module .question_item:nth-child(3n+1) {
	border-top: 1px solid #94a3b8;
}
.accordion-module .question_item:first-child {
	border-top: none;
}

.accordion-module.extended .question_item:nth-child(1), 
.accordion-module.extended .question_item:nth-child(2), 
.accordion-module.extended .question_item:nth-child(3),
.accordion-module.extended .question_item:nth-child(4),
.accordion-module.extended .question_item:nth-child(5),
.accordion-module.extended .question_item:nth-child(6),
.accordion-module.extended .question_item:nth-child(7),
.accordion-module.extended .question_item:nth-child(8),
.accordion-module.extended .question_item:nth-child(9),
.accordion-module.extended .question_item:nth-child(10) {
    display: block;
}
.accordion-module.extended .question_item:nth-child(10n) {
    border-bottom: none;
}
.accordion-module.extended .question_item:nth-child(10n+1) {
    border-top: 1px solid #94a3b8;
}
.accordion-module.extended .question_item:first-child {
	border-top: none;
}

.modal-block {
	max-height: 100%;
}
.modal-block_inner {
	height: 100%;
    overflow: auto
}
.select_list {
	max-height: 200px
}
.tariffs-table_caption, .tariffs-table_text {
	padding: 0 10px;
}
.contacts-form .frm_message,
.contacts-form .frm_error_style{
	text-align: center;
}
.hero-block_img img {
	display: block;
	width: 593px;
}
.header-menu {
	column-gap: 3rem;
	-webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
}
@media only screen and (max-width:  980px){
	main.main {
		padding-top: 150px;
	}
}

@media only screen and (max-width:  767px){
	main.main {
		padding-top: 130px;
	}
	.post-container .post-item_text {
		font-size: 16px;
	}
    .select_list {
    	max-height: 200px;
    }
    .hidden-sm {
    	display: none;
    }
}

.banner-section_title:after {
	background-image: url('../svg/decor-arrow.svg');
}

.breadcrumbs {
	flex-wrap:  wrap;
}

.breadcrumbs_item .breadcrumbs_link {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Inter";
    font-weight: 400;
}

.select_button,
.select_item,
.form .form-group,
.form .form_label,
.form .select {
	outline:  none;
}


.socials {
	column-gap: 0;
}
.socials_item:not(:last-child) {
	padding-right: 15px;
}
@media only screen and (max-width: 767px) {
	.page-header .logo {
    	margin-right: auto;
    }
    .header-block_title br {
    	display: none;
    }
    .header-menu-wrapper .container,
    .page-header_links {
    	gap:  0;
    }
    .page-header .logo {
    	margin-left: 25px;
    }
    body:not(.nav-active) .page-header .phone {
    	margin-right:  25px;
    }
    body:not(.nav-active) .landing-page-alt .page-header .phone, body:not(.nav-active) .new-landing-page .page-header .phone {
        margin-right: 0;
    }
    .article {
    	display: block;
    }
    .article_content {
    	margin-top: 30px;
    }

    .page-header .logo_main {
    	display: none;
    }

    .page-header .logo_icon {
    	display: inline-block;
    }
}


@media only screen and (max-width:  569px) {
	.tariff-card_box {
		height: 60px;
	}
}

@media only screen and (max-width: 479px) {
    .promo-section_box .form-group .input-holder._icon-left input,
    input[type=date], input[type=email], input[type=file], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, .select {
    	font-size: 16px;
    }
    .posts-list._col-2 .post-item_img {
    	padding-top: 0;
    }
    .posts-list._col-2 .post-item_img img {
    	position: static;
        height: auto;
    }
}

/* 404 Style */
.error404 .inner-content h2 {
    font-size: 100px;
    margin-bottom: 0;
}
.error404 .error-divider {
    width: 80px;
    height: 8px;
    background: #fd7f20;
    margin: 30px auto;
}
.error404 .inner-content h3 {
    margin-bottom: 20px;
    font-size: 40px;
    color: var(--base-text-color);
    font-weight: 500;
}
.error404 .btn-track {
    margin-top: 30px;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    background: var(--brand-color);
    color: #fff;
    display: inline-block;
}
@media (max-width: 768px) {
	.error404 .inner-content h2 {
    	font-size: 80px;
	}
    .error404 .inner-content h3 {
		font-size: 30px;    	
	}
    .error404 .btn-track {
    	padding: 15px 30px;
    	font-size: 16px;
	}
}

.content-box_text > ul {
	margin:  50px 0;
	text-align: left;
}
.content-box_text > ul > li {
	position: relative;
	margin-bottom: 30px;
	padding-left:  50px;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #002a3a;
}
.content-box_text > ul > li::before {
	position: absolute;
	left: 0;
	top: -7.5px;
	content: '';
	width: 45px;
	height: 45px;
	background-image: url("data:image/svg+xml;utf8,<svg width='55' height='55' viewBox='0 0 55 55' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='27.1115' cy='27.1115' r='22.1115' fill='%23FD7F20' stroke='white' stroke-width='10'/><path fill-rule='evenodd' clip-rule='evenodd' d='M32.8082 19.8459L24.6829 27.838L20.7842 24.0011L17.0039 27.7142L24.6829 35.2553L36.5884 23.559L32.8082 19.8459Z' fill='white'/></svg>");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.landing-page-alt .content-box_text > ul > li { 
    padding: 0;
}
.landing-page-alt .content-box_text > ul > li::before { 
    display: none;
}
.landing-page-alt .content-box_text > ul > li > ul { 
    margin: 15px 0;
}
.content-box_text li > ul {
	max-width: 280px;
	margin: 15px auto 0;
}
.content-box_text li > ul li {
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	color: #555;
	padding-left: 30px;
	background-image:  url("data:image/svg+xml;utf8,<svg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M13.7186 0L6.66558 6.7424L3.2814 3.50545L0 6.63798L6.66558 13L17 3.13253L13.7186 0Z' fill='%23FD7F20'/></svg>");
	background-repeat: no-repeat;
	background-position: left center;
}
.discount-section.no-form-offset:not(.has-banner) {
	border-top: 8px solid var(--brand-color);
}
.discount-section.no-form-offset .form-block {
	margin-top: 0;
	margin-bottom: 50px;
}
@media (max-width:  768px) {
	.content-box_text > ul > li {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 24px;
	}
	.content-box_text li > ul li {
		font-size:  16px;
		line-height: 20px;
	}
}
.page-footer--Simple {
	background: #002A3A;
}
.page-footer--Simple .page-footer_bottom {
	border-color:  #FD7F20;;
}
.page-footer--Simple .logo:before {
	content: none;
}
.page-footer--Simple .page-footer_socials:after, 
.page-footer--Simple .page-footer_socials:before {
	background-color: #FD7F20;
}
.page-footer--Simple .page-footer_bottom-inner {
	/* margin-bottom: 0; scss */
}
.page-footer--Simple .page-footer_copywrite a {
	color:  #fff;
}

.page-footer--Simple .page-footer_copywrite a:hover {
	color: var(--brand-color);
}

@media (max-width:  480px) {
	.page-template-landing-page .page-header._secondary .logo_main,
	.single-landing_page .page-header._secondary .logo_main {
		display: none;
	}
}

/* Landing New */
.page-header--landing-new .phone {
	font-weight: 700;
    font-size: 20px;
}
.page-header--landing-new .phone span {
	font-size: 40px;
    color: #FD7F20;
}
.new-form {
	position: relative;
    padding-bottom: 120px;
}
.new-form.no-padding-mobile {
    padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .new-form.no-padding-mobile {
        padding-bottom: 120px;
    }
}
.new-form__card::before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: linear-gradient(180deg, #002A3A 0%, rgba(0, 42, 58, 0) 56.57%);
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .new-form__card.no-gradient-mobile::after {
        display: none;
    }
}
.new-form__card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
}
.new-form__heading {    
	display: flex;
    margin: 0;
    padding: 40px 0;
    align-items: center;
    color: #fff;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .new-form__heading.has-hanging-image {
        min-height: 240px;
    }
}
.new-form__heading .arrow-mobile {
	display: none;
}
.new-form__heading .arrow-desc {
	margin-right: 50px;
}
.new-form__card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    border: 1px solid #e1e5eb;
}
.new-form__card .hanging-image {
    left: 0;
    max-width: 275px;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    z-index: -1;
}
.new-form__card__heading {
	padding: 15px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    text-align: center;
}
.new-form__card__heading.has-hanging-image {
    position: relative;
}
.new-form__card__heading h3 {
	margin: 0;
	font-size: 24px;
    line-height: 30px;
}
.new-form__card__heading h3 br {
	display: none;
}
.new-form__card .row {
	display: flex;
}
.new-form__card .col {
	flex: 0 0 50%;
    padding: 0 35px;
}
.new-form__card .form-row {
	margin: 0 -7.5px;
    display: flex;
}
.new-form__card .form-col {
    flex: 0 0 50%;
    padding: 0 7.5px;
}
.new-form__card .form-col.colspan2 {	
	flex-basis: 100%;
}
.new-form__card__content {
	padding: 35px;
    width: 100%;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.new-form__card__footer {
	padding: 25px 35px 45px;
}
.new-form .form_label {
	margin-bottom: 0;
}
.new-form__card__footer__submit {
	text-align: center;
}
.new-form #get_quote_btn {
	margin-bottom: 20px;
}
.new-form__card__call {
    font-size: 30px;
    color: #002A3A;
    font-weight: 700;
}
.page-footer--landing-new {
    padding: 70px 0 90px;
    text-align: center;
    color: #fff;
}
.page-footer--landing-new .page-footer_header {
    display: block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #fd7f20;
}
.page-footer--landing-new .page-footer_header .logo {
	margin: auto;
}
.page-footer--landing-new .page-footer {
	max-width: 635px;
    margin: auto;
}
.page-footer__body {
	max-width: 690px;
    margin: 0 auto;
}
.page-footer__body__text {
	margin-bottom: 44px;
	font-size: 16px;
    line-height: 24px;
}
.page-footer__body__link {
	display: inline-block;
    margin-bottom: 55px;
}
.page-footer--landing-new .page-footer__copy {
	margin-bottom: 50px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
}
.page-footer--landing-new .socials._icons-lg {
	justify-content: center;
}
.page-footer--landing-new .socials._icons-lg .socials_link {
	width: 40px;
    height: 32px;
}
.page-footer__copy__mobile {
	display: none;
}

.contract {
	display: flex;
	padding: 38px 20px 49px;
    align-items: center;
    border-bottom: 1px solid #A4A6A8;
}
.contract:last-child {
	border-bottom: none;
}
.contract-img {
	flex-shrink: 0;
    margin-right: 50px;
}
.contract-img img {}
.contract-content {
	margin-right: 50px;
}
.contract-heading {
	margin-bottom: 0;
	font-size: 40px;
    line-height: 1.4;
}
.contract-desc {
	margin-bottom: 0;
	font-size: 20px;
    line-height: 1.4;
}
.contract-cta {
	margin-left: auto;
	font-size: 18px;
    line-height: 24px;
}
.contract-cta .link-arrow {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 1023px) {
	.contract {
    	padding: 20px;
    }
	.contract-heading {
    	font-size: 32px;
    }
    .contract-desc {
    	font-size: 16px;
    }
    .contract-cta .link-arrow {
    	font-size: 15px;
        line-height: 17px;
    }
}

@media (max-width: 767px) {
	.page-header--landing-new .logo {
    	margin-left: 0;
    }
    .page-header--landing-new .logo_main {
    	display: block;
    }
	.page-header--landing-new .phone {
    	margin: 0 0 0 12px;
        padding: 6px 30px;
        background: #FD7F20;
        border-radius: 50px;
        color: #fff;
    }
    .page-header--landing-new .phone .phone_icon,
    .page-header--landing-new .phone span {
    	display: none !important;
    }
    .new-form {
    	padding-bottom: 235px;
    }
    .new-form__heading {
    	display: block;
        padding: 20px;
        font-size: 30px;
        line-height: 32px;
        text-align: center;
    }
    .new-form__heading .arrow-desc {
    	display: none;
    }
    .new-form__heading .arrow-mobile {
    	display: block;
        margin-top: 15px;
    }
    .new-form__card {
    	border: none;
    }
    .new-form__card::before {
    	bottom: auto;
        height: 450px;
    }
    .new-form__card__bg {
    	top: auto;
        bottom: 0;
        width: 100%;
        height: 235px
    }
    .new-form__card__heading {
    	padding: 35px 15px;
        border: none;
    }
    .new-form__card__heading h3 {
    	font-size: 18px;
        line-height: 24px;
    }
    .new-form__card .row,
    .new-form__card .form-row {
    	display: block;
    }
    .new-form__card__content {
    	padding: 0 20px;
        border: none;
    }
    .new-form__card .col {
    	padding: 0;
        border: none;
    }
    .new-form__card__footer {
    	padding: 25px 20px 50px;
    }
    .new-form__card__footer .row {
    	display: flex;
        flex-direction: column-reverse;
    }
    .new-form #get_quote_btn {
    	width: 100%;
        padding: 15px 45px;
    }
    .new-form__card__call {
    	margin-bottom: 20px;
        padding: 15px 45px;
        background: #002A3A;
        color: #fff;
        border-radius: 50px;
        font-size: 17px;
        line-height: 1.2;
    }
    .new-form__card__call svg {
    	display: none;
    }
    .new-form__card__call a {
    	color: #fff;
    }
    .page-footer--landing-new .page-footer_header .logo {
    	padding: 0;
    }
    .page-footer--landing-new .page-footer_header .logo::before {
    	content: none;
    }
    .page-footer--landing-new .page-footer_header {
    	margin-bottom: 35px;
    	padding-bottom: 35px;
    }
    .page-footer__body__text {
        font-size: 15px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 35px;
    }
    .page-footer__body__link {
    	margin-bottom: 35px;
    }
    .page-footer--landing-new .socials._icons-lg .socials_link {
    	width: 17px;
        height: 17px;
    }
    .page-footer__copy { display: none; }
    .page-footer__copy__mobile {
    	display: block;
        margin-top: 15px;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.02em;
        text-align: center;
    }
    .page-footer__copy__mobile p {
    	color: #94A3B8;
    }
    .page-footer__link {
    	margin: 0 10px;
        color: #fff;
    }
    .new-form__card:not(.no-gradient)::after {
    	position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 235px;
        background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
    }
}
@media (max-width: 576px) {
	.contract {
    	display: block;
    }
    .contract-content {
    	margin-right: 0;
        margin-bottom: 10px;
    }
    .contract-heading {
    	font-size: 30px;
        line-height: 56px;
    }
}