.wrap.calc {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.gxrt-section:nth-child(1) {
    width: 50%;
    background: rgba(255, 255, 255, 1);
    
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 15px;
    
    margin: 0 0 10px;
}
.gxrt-section:nth-child(2) {
    width: 50%;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 15px;
    height: auto;
    
    margin: 0 0 10px;
}
.gxrt-map {
    width: 100%;
    min-width: 100%;
}
.gxrt-map-box {
    justify-content: space-between;
}
.gxrt-section .gxrt-map-box .gxrt-result {
    padding: 0;
    margin: 0;
}
.gx-result-item .title {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: rgba(46, 46, 46, .6);
}
.gx-result-item .result {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    color: rgba(19, 19, 19, 1);
}
.gx-form-row .gxr {
width: 100%;
    display: flex
;
gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin: 65px 0 0;
}
.gx-form-row .gxr p {
    margin: 0;
}
.gxr::before, .gxr::after, .gxcol::before, .gxcol::after,
.wpcf7-spinner,
.blog .text ol:empty, 
.blog .text ul:empty,
.blog .text p:empty {
  display: none; /* или любые другие стили */
}
.gxr.gxrt-result .gx-result-item {
    padding: 0 0 5px;
}
.gxr.gxrt-result .gx-result-item:last-child {
    padding: 0;
}
.gxr .gx-result-item {
    padding: 0;
}
.gx-route-form .gx-form-row .gxr .fullwidth--pretty,
.gx-route-form .gx-form-row .gxr .fullwidth {
    width: 100%;
}

.gx-route-form .gx-form-row.form-box-return > .gxr {
    flex-direction: row;
}
.gx-route-form .gx-form-row .gxr .fullwidth--pretty {
    box-sizing: border-box;
    margin: 0 0 5px 0;
    border-radius: 10px;
    background: #efefef;
}
.gx-route-form .gx-form-row .gxr .fullwidth--pretty > .gx-result-item {
    display: flex;
    justify-content: space-between;
    
    background: #DA9433;
    color: #000;
    padding: 5px;
    border-radius: 10px 10px 0 0;
}
.gx-route-form .gx-form-row .gxr .fullwidth--pretty > .gxrt-result {
    padding: 5px;
    box-sizing: border-box;
}
.gx-route-form .gx-form-row .gxr .fullwidth--pretty > .gxrt-result .gx-result-item {
    width: 100%;
    gap: 20px;
}
.gx-form-row input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn_lg {
    max-width: 100%;
    width: 100%;
    
    background: #DA9433;
    padding: 10px;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 110%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.gxr.gx-form-row .gx-result-item > span,
.gxr.gx-form-row .gx-result-item .result {
    font-family: Inter Tight;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
}
.gxrt-nav {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin: -60px 0 0 0;
}

.gxrt.gxrt-line {
    background: #fff;
    padding: 0;
    border-radius: 10px 10px 0 0;
}

.gxrt-nav .gxrt-nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: none;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    
    background: #e1e1e1;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}

.gxrt-nav-link.active, .gxrt-nav-link:hover {
    border: none;
    background: #fde1ba;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.gxrt-nav .gxrt-nav-link:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 1px solid rgba(121, 121, 121, 1);
    border-radius: 4px;
}

.gxrt-nav .gxrt-nav-link.active:before {
    background: rgba(218, 148, 51, 1) url(/wp-content/uploads/2025/11/vector-47.svg) center center no-repeat;
    border: 1px solid rgba(218, 148, 51, 1);
}

.gxrt-nav-forward {
    margin: 0 0 10px 0;
    padding: 0;
}

.gx-check input[type=radio]:checked + label span, .gx-check input[type=checkbox]:checked + label span {
    box-shadow: none;
}

.gx-check input[type=radio] + label span, .gx-check input[type=checkbox] + label span {
    box-shadow: none;
    

    left: -23px;
    
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(121, 121, 121, 1);
    border-radius: 4px;
}

.gx-check {
    position: relative;
    margin: 0;
    padding: 0 0 0 23px;
    
        display: flex
;
    align-items: center;
}

.gxrt-nav-forward {
    gap: 15px;
}

.gxrt-line {
    display: flex;
    gap: 0;
    flex-flow: row;
}

.gx-check label {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}

.gx-check input[type=radio] + label, .gx-check input[type=checkbox] + label {
    padding-left: 13px;
}

.gx-check input[type=radio]:checked + label span::before, .gx-check input[type=checkbox]:checked + label span::before {
    background: none;
}

.gx-check input[type=radio]:checked + label span, .gx-check input[type=checkbox]:checked + label span {
  
    background: rgba(218, 148, 51, 1) url(/wp-content/uploads/2025/11/vector-47.svg) center center no-repeat;
    border: 1px solid rgba(218, 148, 51, 1);
}

.gx-check.left input[type=radio]:checked + label span, 
.gx-check.left input[type=checkbox]:checked + label span {
  
}

.gx-check i {
	position: relative;
    top: -1px;
	
    box-sizing: border-box;
    background: rgba(218, 148, 51, 1);
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    font-style: normal;
    display: inline-block;
    padding: 6px 8px;
    border-radius: 20px;
    margin: 0 0 0 5px;
}

.gxr.gx-route-block .gx-route {
    display: flex;
    gap: 55px;    
}

.gxr.gx-route-block .gx-form-control {
    max-width: 200px;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(250, 250, 250, 1);
    padding: 17px 12px;
    
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(0, 0, 0, 1);
    
    border-radius: 10px;
}

.gxr.gx-route-block .gx-route-item .route_top {
    position: absolute;
    top: 40px;
    right: 281px;
}

.citiesLine .route_top {
 border: none;
  background: url(/wp-content/uploads/2025/11/vector-48.svg) no-repeat center center;
    background-size: auto;
  background-size: contain;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 66px;
  right: 0;
  position: absolute;
  z-index: 999;
}

.citiesLine .route_top:hover {
    opacity: .5;
}

.gxr.gx-route-block .gx-route .gx-route-item label {
    margin: 0 0 10px;
    display: inline-block;
    
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: rgba(0, 0, 0, 1);
}

.gx-route-form {
    width: 100%;
    flex: 0 0 100%;
    margin: 0 60px 0 0;
    flex-basis: 100%;
}

.gx-route-form .gx-form-row .gxr {
    margin: 0;
    gap: 5px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.gx-route-form .gx-form-row .gx-form-group,
.gx-route-form .gx-form-row .gx-route-item {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: start;
}

.gx-route-form .gx-form-group label {
    margin: 0;
    color: rgba(0, 0, 0, 1);
font-family: Inter Tight;
font-weight: 500;
font-size: 16px;
line-height: 120%;
    text-transform: none;
}

.gx-route-form .gx-form-group textarea {
    background: #efefef;
border: 1px solid #efefef;
height: 46px;
padding: 5px;
border-radius: 10px;

font-family: Inter Tight;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;
color: #000;
}

.gx-route-form .gx-form-row {
    margin: 0 0 5px;
}

.gx-route-form .gx-form-row:last-child {
    margin: 0;
}

.gx-route-form .gx-form-group .pos-r {
    width: 100%;
}

.gx-form-group .gx-form-time .hour-select,
.gx-form-group .gx-form-time .min-select,
.gx-route-form .gx-form-group input[type=text] {
    width: 100%;
    
    background: #efefef;
    border: 1px solid #efefef;
    height: 40px;
    padding: 5px;
    border-radius: 10px;
    
    font-family: Inter Tight;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(1, 1, 1, 1);

    z-index: 99 !important;
	
	border: none;
}

.gx-route input[type=text] {
    max-width: 270px;
    width: 100%;
    
    background: #efefef;
    border: 1px solid #efefef;
    height: 40px;
    padding: 5px;
    border-radius: 10px;
    
    font-family: Inter Tight;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.gxtf-item:not(tr) {
    flex: 0 1 100%;
}

.gx-route-form .gx-form-row .gx-form-group {
    max-width: 185px;
    min-width: 125px;
}

.gx-route-form .gx-form-row .gx-form-group.fullwidth {
    max-width: 100%;
}

.gxtf-section.tarif {
    display: flex;
    gap: 7px !important;
    flex-direction: column;
    align-items: start;
    
    flex-basis: 100%;
}

.gxtf-section.tarif label {
     margin: 0;
    color: rgba(0, 0, 0, 1);
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: capitalize;   
}

.gx-route-form .gx-form-row .gx-route {
    min-width: 590px;
    gap: 50px;
    flex-direction: row;
}

.calc .gxcol {
    padding: 0;
}

.calc .gxcol.gxcol--fullwidth {
    width: 100%;
}

.gx-form-group .gx-form-time {
    max-width: 185px;
    min-width: 125px;
    width: 100%;   
}

.gxtf-section-block {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    
    @media (max-width: 1000px) {
        grid-template-columns: repeat(2, 1fr);
    }
    
    @media (max-width: 700px) {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gxtf-item-group {
     display: grid;
    gap: 5px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 5px;
}

.gxtf-section-block .gxtf-item {
    min-height: 100px;
    align-items: center;
}

.gxtf-section-block .gxtf-item .tarif_item-price,
.gxtf-section-block .gxtf-item {
    
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(250, 250, 250, 1);
    border-radius: 10px;
    
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    padding: 5px;
    
    margin: 0;
    
    gap: 5px;
}

.gxtf-section {
    margin: 0;
}

.blog .text h2 {
    font-size: clamp(18px, 5vw, 24px);
}

.gxtf-section-block .gxtf-item.show,
.gxtf-section-block .gxtf-item.active {
    background: #DA9433;
    color: #fff;
}

.gxtf-section-block .gxtf-item .gxtf-item-block {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
     padding: 0;
     margin: 0;
     text-align: center;
 }

.gxtf-section-block .gxtf-item .gxtf-item-block .title {
      font-family: Inter Tight;
     font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    
    text-transform: capitalize;
    
    margin: 0 0 5px;
 }
 
 .gxtf-section-block .gxtf-item .tarif_item-price,
 .gxtf-section-block .gxtf-item .gxtf-item-block .price {
     display: block;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #DA9433;
    margin: 0 auto;
    background: none;
    border: none;
 }
 
 .gxtf-section-block .gxtf-item.active .tarif_item-price,
 .gxtf-section-block .gxtf-item.active .gxtf-item-block .price {
    color: #000;
 }
 
 .gxtf-section-block .gxtf-item:not(tr) .cover {
         flex-basis: 100%;
 }
 
 .gxtf-section-block .gxtf-item:not(tr) .cover img {
      margin: 0 auto;
 }
 
 .gxtf-section-block .gxtf-item.active .gxtf-item-block .title {
     color: #fff;
 }

.gxtf-section-block .gxtf-item:before {
    display: none;
}

.gxtf-section-block {
    width: 100%;
}

.gx-route-form .gx-form-row .gx-route .gx-route-item {
    padding: 0;
}

.gxtf-section.select-cars .gxtf-section-block.active {
    position: absolute;
    top: 26px;
    max-width: 200px;
    
    z-index: 999;
}

.gxtf-section.select-cars .gxtf-section-block .gxtf-item.show,
.gxtf-section-block.select-field .gxtf-item {
    display: block !important;
    
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(250, 250, 250, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-radius: 0;
    
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    padding: 9px;
    
    transition: all .5s;
}

.gxtf-section.select-cars .gxtf-section-block .gxtf-item.show:first-child,
.gxtf-section-block.select-field .gxtf-item:first-child {
    border-radius: 10px 10px 0 0;
}

.gxtf-section.select-cars .gxtf-section-block .gxtf-item.show:last-child,
.gxtf-section-block.select-field .gxtf-item:last-child {
    border-radius:  0 0 10px 10px;
}

.gxtf-section-block.select-field .gxtf-item:hover {
   background: #DA9433;
   color: #fff;
}

.gx-form-row .gxr.select-cars {
    min-width: 200px;
    width: 200px;
    position: relative;
    display: flex
;
    gap: 7px;
    flex-direction: column;
    align-items: start;
}

.gx-form-row .gxr.select-cars .gxtf-section-block {
    width: 200px;
}

.select-cars label {
     margin: 0;
    color: rgba(0, 0, 0, 1);
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: capitalize;   
}

.gx-form-row .gxr.select-cars .gxtf-section-block:before {
    content: '';
    background: url(/wp-content/uploads/2025/11/vector-49.svg) no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 45px;
    z-index: 99;
}

.gx-form-row .gxr.select-cars .gxtf-section-block.active:before {
    top: 19px;
    transform: rotate(180deg);
}

.gx-route-form .gx-form-row .gx-route .gx-route-item label {
    margin: 0;
    color: rgba(0, 0, 0, 1);
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: capitalize;
}

.gx-check.left input[type=radio] + label span, .gx-check.left input[type=checkbox] + label span {

}

#wpcf7-f12633-p12607-o1 {
    max-width: 200px;
}

@media (max-width: 1200px) {
    .gx-route-form .gx-form-row .gx-route {
        min-width: 100%;
    }
}

@media (max-width: 1100px) {
    .gxrt-section:nth-child(1),
    .gxrt-section:nth-child(2) {
        max-width: 100%;
        width: 100%;
    }
    
    .gxrt-nav {
        margin: -60px 0 0 0;
    }
    
    .wrap.calc {
        margin: 60px 0 0 0;
    }
    
    .wrap.calc:nth-child(2) {
        margin: 20px 0 0 0;
    }
    
    .wpcf7 form .wpcf7-response-output:empty {
        padding: 0 !important;
        margin: 0 !important;
        border: none !important; /* Рекомендуется также убрать рамку, чтобы пустой блок не был виден */
    }
    
    .gxrt-section {
        padding: 0;
        margin: 0;
    }
    
    .gxrt-section .gxtf-section {
        margin-bottom: 25px;
    }
    
    .gx-check.left input[type=radio]:checked + label span, .gx-check.left input[type=checkbox]:checked + label span,
    .gx-check.left input[type=radio] + label span, .gx-check.left input[type=checkbox] + label span {
   
    }
    
    .gxrt-nav-link {
        text-align: left;
    }
}

@media (max-width: 1000px) {
        
    .gxrt-section:nth-child(1) {
        width: 100%;
        box-sizing: border-box;
    }
    
    .gx-route-form .gx-form-row .gx-route {
        min-width: 100%;
    }
    
    .gxrt-map-box .gxrt-result {
        display: block;
    }

    .gx-form-row .gxr,
    .wrap.calc {
        flex-direction: column;
    }
    
    .gxrt-section:nth-child(1),
    .gxrt-section:nth-child(2) {
        padding: 15px;
    }
    
    .wrap.calc {
        margin: 70px 0 0;
        gap: 0;
    }
    
    .gx-route-form {
        margin: 15px 60px 0 0;
    }
    
    .gxrt-section:nth-child(1) {
        margin: 0;
        border-radius: 20px 20px 0 0;
    }
    
    .gxrt-section:nth-child(2) {
        margin: 0 0 10px;
        border-radius: 0 0 20px 20px;
        z-index: 1;
    }
    
    .gx-form-row .gxr {
        margin: 5px 0 0;
    }
    
    .gxrt-map-box {
        height: auto;
        margin: 0;
    }
    
    .gx-route input[type=text] {
        max-width: 100%;
    }
    
    .gx-route-form .gx-form-row .gx-form-group {
        max-width: 100%;
        min-width: 100%;
    }
    
    .gxrt-section:nth-child(2) {
        width: 100%;
        box-sizing: border-box;
    }
    
    .gxcol.xs-6 {
        width: 100%;
    }
    
    .gxtf-item-group-el {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
    }
    
    .gxtf-section-block .gxtf-item.show, .gxtf-section-block .gxtf-item.active {
        min-height: auto !important;
    }
    
    .gx-route-form .gx-form-row .gx-route {
        gap: 5px;
    }
    
    .gxrt-nav {
        flex-flow: row wrap;
        flex-direction: column;
    }
    
    .gxrt-nav-forward {
        gap: 18px;
    }
    
    .gxrt-nav-forward {
        display: flex;
        flex-flow: column;
    }
    
    .gxrt-nav {
        gap: 12px;
        flex-direction: column;
    }
    
    .gx-route-item .route_top {
        top: 0;
        right: 0;
        transform: rotate(90deg);
        width: 20px;
        height: 20px;
    }
    
    .gx-form-row .gxr.select-cars,
    .gx-form-row .gxr.select-cars .gxtf-section-block {
        width: 100%;
    }
    
    .gxtf-section.select-cars .gxtf-section-block.active {
        max-width: 100%;
    }
    
    .gxtf-section.select-cars .gxtf-section-block.active {
        position: relative;
        top: auto;
    }
    
    .gxtf-section-block {
        overflow: hidden;
    }
    
    .gx-form-row .gxr div:nth-child(3) {
        width: 100%;
    }
    
    .gx-form-row input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn_lg {
        max-width: 100%;
    }
    
    .gxrt-section:nth-child(1) {
        border-radius: 20px;
    }
}
	
	
.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}

.gxtf-item:not(tr) .text {
    margin: 0;
}

.gx-route-form .gx-form-row .gx-route .gx-route-item {
    position: relative;
}

.gx-route-form .gx-form-row .error-msg {
    display: none;
    
    position: absolute;
    background: #ed5e5e;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    z-index: 999;
    top: 50px;
    font-size: 14px;
}
	
.gx-route-form .gx-form-row .gx-form-group .error-msg {
	top: 75px;	
}

.gx-route-form .gx-form-group .pos-r .error-msg {
	top: 50px;
}

.gx-route-form .gx-form-row .error-msg:before{
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 20px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ed5e5e transparent;
}

@media (max-width: 1400px) {
	.calc_h2 {
		margin: 40px 0 60px 0 !important;
	}
}

@media (max-width: 700px) {
    .gxtf-section-block .gxtf-item .gxtf-item-block .title {
        white-space: wrap;
        font-size: 16px !important;
        overflow: unset;
        word-break: break-all;
    }
    
    .gx-check i {
        display: block;
        margin: 5px 0 0 0;
    }
	
	.calc_h2 {
        font-size: 20px !important;
		margin: 30px 0 10px 0 !important;
	}
}

@media (max-width: 500px) {
    .gx-route-form .gx-form-row .gxr.firstBlock label,
    .gx-route-form .form-box-return label {
        min-height: 40px;
   }
   .gx-route-form .gx-form-row .gx-route {
       flex-wrap: wrap;
   }
   .gx-route-form .gx-form-row .gx-form-group {
        max-width: 150px;
        min-width: 125px;
    }
    .gx-route-form .gx-form-row .gx-route.citiesLine label,
    .gx-route-form .gx-form-row .gx-route .gx-route-item .citiesLine__start label,
    .gx-route-form .gx-form-row .gxr.firstBlock div:nth-child(3) label {
        min-height: auto;
    }
	.gxr.gx-form-row .gx-result-item > span, .gxr.gx-form-row .gx-result-item .result {
    	font-family: Inter Tight;
    	font-weight: 700;
    	font-size: 16px;
	}
	.gx-route-form .gx-form-group textarea {
    	height: 65px;
	}
	.gx-route-form .gx-form-row .gx-form-group .error-msg {
		top: 95px;
	}
	.gx-route-form .gx-form-group .pos-r .error-msg {
		top: 50px;
	}
}

@media (max-width: 376px) {
    .gxrt-nav {
        margin: -67px 0 0 0;
    }
}