header {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}

menu ul li.active a {
    background: #e6f8fc!important;
    color:#000!important;
}

menu ul li.active {
    background: none!important;
}

.level-3.active {
    max-height: 530px;
    overflow-y: auto;
}

.hero .hero__content {
    position:relative;
}

.hero .hero__content:after {
    display:block;
    width:170px;
    height:152px;
    position:absolute;
    top:25px;
    right:25px;
    content:"";
    background:url(/custom/img/licensed.svg);
}

.header-phone {
    font-weight: 600;
}

.price {
    font-size: 16px;
}

.price .typical {
    font-size: 12px;
    display:block;
}

.price i {
    font-style: normal;
    font-weight: bold;
}



.switcher-title {
    order: 1;
    font-size: 12px;
}

.switcher-element {
    order:2;
    display:flex;
    gap: 5px;
    line-height: 1;
    align-items: center;
}

.switcher-element .slider {
    height: 26px;
    position: relative;
}

.switcher {
    justify-content: space-between;
    width: 100%;
}

.switcher-title {
    padding-left: 0;
}

#swap-button_custom {
    font-size: 18px;
    font-weight: 600;
    color: #4057E2;
    border-bottom: 2px dotted #4057E2;
}

.swap-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  position: relative;
  margin-bottom: 10px;
}

.swap-container.swapping .location-block {
  z-index: 10;
  position:relative;
}

.faq__answer a {
    display:inline;
}

.custom-options.active {
    display: block;
    max-height: 500px;
    overflow: scroll;
}

.price-wrap {
    justify-content: space-between;
}

[data-place] {
    text-transform: capitalize;
}

.price {
    white-space: nowrap;
}


.faq__item.active .faq__question:after {
    transform: scaleY(-1)!important;
}

.faq__item:not(.active) .faq__question:after {
    filter: grayscale(1) brightness(0.5);
}

.info__title {
    margin-bottom: 12px;
    font-size: 21px;
    padding-top: 15px;
}



.faq__question:after {
    background: url(/custom/img/arrow_blue.svg) center center no-repeat!important;
    background-size: 100% 100%!important;
}

.js_price_range {
    font-weight:bold;
}

html, body {
    overflow-x: visible;
}

.examples {
    min-height: 120px;
    position: relative;
}

.price-item .open, .price-item .enclosed {
    width: 100%;
    display: inline-block;
    text-align: center;
}



@media only screen and (max-width: 768px) {
    .breadcrumbs {
        display:block;
        font-size: 14px;
    }
    
    .breadcrumbs > * {
        display:inline-block;
    }
    
    .dev {
        background: url(/images/breadcrumbs.svg) no-repeat center 3px;
        background-size: 15px;
    }
    
    .hero .hero__content:after {
        display: none!important;
    }
    
    .hero__btn.flex, .rate-btn.btn, .calc-btn {
        justify-content: center;
        margin: auto;
    }
}




.states-row {
  overflow: hidden;
  max-height: 160px;
  position: relative;
  transition: max-height 0.5s ease;
}

.states-row::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 73px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.states-row.opened::before {
  opacity: 0;
}

.states-row__showall .hide {
  display: none;
}

.states-row.opened + .states-row__showall .show {
  display: none;
}

.states-row.opened + .states-row__showall .hide {
  display: inline;
}

.calculateCost-form__input.form-group {
    margin-bottom: 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.calculateCost-form__input.form-group .styled-select-wrapper {
    background: unset;
}

.result_sum_ajax    {
    text-align: center;
}
.calculateCost-bottom__price .current-price:before {
    content: '';
}

.tab h3 {
    color: #BFBFBF;
}

.tab.active h3 {
    color: #fff;
}

menu ul li a {
    padding: 16px 15px;
}

.mega-dropdown li {
    margin-bottom: 20px;
}

.hero__advantages {
    flex-wrap: nowrap;
}

.category-item {
    padding: 15px 10px;
}

.header__btn {
    padding: 18px 34px 18px 63px;
    position: relative;
    
}

.btn--blue-light {
    background: #e6f8fc;
    color: #262626;
}

.header__btn:before {
    left: 24px;
    display:none;
}

.header-contacts {
    gap: 20px;
}

.header__btn {
    padding: 16px 24px!important;
    font-size:18px;
}

.header__btn span {
    color:#fff;
}



menu .flex li:hover a span {
    color: #fff;
}

menu ul li.active a span {
    color: #000 !important;
}

.mobile_btn {
    display:none;
}

.main_btn {
    display:none;
}

footer * {
    color:#fff;
}

@media( max-width:991px ){

    .navbar-categories {
    
        justify-content: center;
    
    }

    .main_btn {
        width:100%;
        display:flex;
        justify-content:center;
        gap:15px;
        padding-bottom:15px;
    }
    
    .main_btn > * {
        margin:0!important;
    }

    .mobile_btn.active {
        display:flex;
        font-size: 11px;
        padding: 13px !important;
        margin-right: 50px;
    }

    .mega-dropdown {
        display:block!important;
    }
    
    .mega-dropdown li:not(.top)::after {
        position: absolute;
        content: '';
        background: url(/images/arrow-right.svg);
        width: 20px;
        height: 20px;
        right: 0;
        top: calc(50% - 10px);
    }
    
    .mega-dropdown li:not(.top) {
        padding: 20px 21px 20px 0;
        color: #262626;
        border-top: 1px solid #F2F2F2;
        position: relative;
        margin: 0;
    }
    
    .level-3.active {
        max-height: unset;
    }
    
    header:not(.menu-opened) menu {
        display: none;
    }
    
    .hero__advantages {
        flex-wrap: wrap;
    }
    
    .navbar-sub .mega-dropdown:not(.active) {
        display:none!important;
    }

}



.transportServices p {
    font-size: 21px;
    line-height: 33px;
    white-space: pre-line;
    margin-bottom: 24px;
    color: rgb(102, 102, 102);
}


@media only screen and (max-width: 768px) {
    .rates .arrows, .info__arrows.arrows {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media( min-width:991px ){

    main {
        padding-top: 40px;
    }
    
    menu ul li a {
        padding: 16px 10px;
        font-size: 16px;
    }
    
    .advantages__content .text {
        width: calc(100% - 200px);
    }
    
}

@media( min-width:1400px ){

    main {
        padding-top: 90px;
    }
    
    .only_mobile {
        display:none;
    }
    
}

.btn--blue-light:hover {
    color:#fff;
}


.input.error {
    border:red 1px solid;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 0.61) inset;
    -moz-box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 0.61) inset;
    box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 0.61) inset;
}