@font-face{font-family:'Manrope-Regular';src:url(../fonts/Manrope-Regular.woff2);}
@font-face{font-family:'Manrope-Medium';src:url(../fonts/Manrope-Medium.woff2);}
@font-face{font-family:'Manrope-SemiBold';src:url(../fonts/Manrope-SemiBold.woff2);}


:root {
    --truck-main-color: #fff;
    --truck-second-color: #FF9C1A;
    --truck-three-color: #F52A2A;
    --truck-text-color: #313131;
    --truck-dark-blue-color: #153563;
    --truck-light-grayish-blue-color: #E7F0F6;
    --truck-athens-gray-color: #F2F4F7;
    
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    margin: 0;
}
body{
    flex: 1 0 auto;
    font-family: "Manrope-Regular";
    font-size: 16px;
    color: var(--truck-text-color);
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    background-color: var(--truck-main-color);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3 {
    font-weight: 500;
    font-family: "Manrope-Medium";
    line-height: 1.3;
}
h1, .h1 {
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2, .h2 {
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 15px;
}
h3, .h3 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}
h4, .h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
}
h5, .h5 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}
h6, .h6 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
}

p{
    font-family: "Manrope-Regular";
}

img{
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

.transition, .menu-item a, .btn, .faq_item_icon {
    -webkit-transition: linear 0.3s all;
    -moz-transition: linear 0.3s all;
    -ms-transition: linear 0.3s all;
    -o-transition: linear 0.3s all;
    transition: linear 0.3s all;
}

.container{
    max-width: 1590px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


.d_f,
section{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.f_w{
    flex-wrap: wrap;
}
.jc_c{
    justify-content: center;
}
.jc_sb{
    justify-content: space-between;
}
.ai_c{
    align-items: center;
}
.ai_fs{
    align-items: flex-start;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.main {
    flex: 1 0 auto;
}


.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 9px 15px 8px;
    font: 18px/1.6 "Manrope-Medium";
    color: var(--truck-main-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
}

.btn-primary {
    width: 100%;
    max-width: 339px;
    color: var(--truck-main-color);
    background: var(--truck-three-color);
    border: 1px solid var(--truck-three-color);
}

.btn-primary:hover{
    background: var(--truck-main-color);
    color: var(--truck-three-color);
}

.btn_secondory {
    width: 100%;
    max-width: 168px;
    color: var(--truck-dark-blue-color);
    background: transparent;
    border: 1px solid var(--truck-dark-blue-color);
}
.btn_secondory:hover{
    background: var(--truck-dark-blue-color);
    color: var(--truck-main-color);
}

header {
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.header_block {
    position: relative;
    z-index: 100;
}
.header_block:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    width: 50%;
    height: 100%;
    background-color: #fff;
}
.header_block:after {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    content: "";
    width: 50%;
    height: 18px;
    background-color: #183256;
}

.header_row {
    position: relative;
    z-index: 100;
    background-color: #fff;
}

.menu {
  list-style: none;
}
.menu-item {
  padding: 0 15px;
}

.header_menu > .menu-item {
    padding-left: 4px;
    padding-right: 4px;
}
.header_menu > .menu-item > a {
    padding: 12px 18px;
    background-color: #DDE3ED;
    border-radius: 2px;
}
.header_menu > .menu-item > a:hover {
    background-color: var(--truck-second-color);
}
.header_menu .menu-item > a {
    font: 16px/1 "Manrope-Medium";
    color: #313131;
    text-decoration: none;
}
.header_tracknumber_col {
    position: relative;
    flex: 0 0 30%;
    max-width: 30%;
    padding-top: 16px;
    padding-bottom: 16px;
}
.header_contact_block {
    display: flex;
    gap: 15px;
}
.header_tracknumber_col_bg {
    position: absolute;
    top: 0;
    left: auto;
    right: -30px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #183256;
    transform: skew(-35deg);
}
.header_tracknumber {
    position: relative;
    width: 100%;
    max-width: 340px;
    border-radius: 4px;
    overflow: hidden;
}
.tracknumber {
    height: 50px;
    width: 100%;
    padding-right: 65px;
    padding-left: 15px;
    border: none;
    outline: none;
}

.btn_tracknumber {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: var(--truck-three-color);
    cursor: pointer;
}

.btn_tracknumber:hover {
    background-color: #c51e1e;
}

.sec_hero {
    position: relative;
    min-height: 765px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(20, 35, 56, 0.9) 100%), url(../images/truckom_hero.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 60px;
}


.sec_hero:before {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    transform: translateX(62%);
    content: "";
    min-height: 765px;
    width: 100%;
    max-width: 1700px;
    background-image: url(../images/yellow_line.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_block {
    position: relative;
    align-items: stretch;
}

.hero_left_col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero_title {
    color: var(--truck-main-color);
    line-height: 1;
}

.hero_short_desc,
.hero_discount_text {
    font: 20px/1.45 "Manrope-Regular";
    color: var(--truck-main-color);
}

.hero_short_desc {
    max-width: 419px;
    margin-top: 40px;
}

.hero_discount_block  {
    gap: 23px;
    max-width: 455px;
}
.hero_discount_percent {
    color: var(--truck-main-color); 
    background-color: var(--truck-second-color);
    padding: 8px 12.5px;
    gap: 6px;
}
.hero_discount_percent span  {
    font: 40px/1 "Manrope-Regular";
}
.hero_discount_text {
    max-width: 333px;
}

.send_request_form_block {
    max-width: 390px;
    background: #fff;
    padding: 26px 30px;
}

.send_request_form_title {
    font: 32px/1 "Manrope-Medium";
    text-align: center;
    margin-bottom: 20px;
}

.send_request_form_desc {
    font: 15px/1 "Manrope-Medium";
    text-align: center;
    margin-bottom: 25px;
}

.wpcf7-form-control-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}

.wpcf7-form-control-wrap[data-name="car-date-transportation"] {
    width: 100%;
}

.wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item:is(.first) {
    margin-left: 0;
}

.wpcf7-radio input[name="is_car_running"] {
    width: 0;
    opacity: 0;
}

.wpcf7-radio .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: inline-flex;
    background: var(--truck-second-color);
    border-radius: 100%;
}

.wpcf7-radio input:checked + .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 10px;
    height: 10px;
    background: #09244C;
    border-radius: 100%;
}


.wpcf7 input:not(.wpcf7-submit, [type="checkbox"], [type="radio"]),
.wpcf7 textarea {
    font: 15px/1 "Manrope-Medium";
    color: var(--truck-text-color);
    width: 100%;
    height: 56px;
    padding: 15px;
    background-color: var(--truck-athens-gray-color);
    border: 1px solid #CFD8E4;
    border-radius: 4px;
    outline: none;
    -webkit-transition: linear 0.3s all;
    -moz-transition: linear 0.3s all;
    -ms-transition: linear 0.3s all;
    -o-transition: linear 0.3s all;
    transition: linear 0.3s all;
}

.wpcf7 input:not(.wpcf7-submit):focus,
.wpcf7 textarea:focus {
    border-color: var(--truck-second-color);
}

.wpcf7 input::placeholder,
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 input:-ms-input-placeholder,
.wpcf7 input:-moz-placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.wpcf7 textarea:-moz-placeholder {
    color: var(--truck-text-color);
}

.wpcf7 textarea {
    height: 96px;
    resize: none;
}

.wpcf7-submit {
    margin-bottom: 20px;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7-acceptance {
    font: 13px/1.5 "Manrope-Regular";
    color: #656565;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-acceptance input {
    display: none;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    display: flex;
    padding-left: 44px;
}

.wpcf7-acceptance .wpcf7-list-item-label:before {
  content:'';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-appearance: none;
  background-color: #ECF0F6;
  border-radius: 4px;
  padding: 13px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  top: calc( 50% - 2px );
  left: 10px;
  width: 7px;
  height: 14px;
  border: solid #09244C;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}


.sec_transportation {
    position: relative;
    padding-top: 80px;
    background-color: var(--truck-athens-gray-color);
}
.sec_transportation:after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 380px;
    background: var(--truck-dark-blue-color);
}
.sec_header {
    color: var(--truck-text-color);
    text-align: center;
}
.sec_header:is(.sec_header_light) {
    color: var(--truck-main-color);
}
.sec_title {
    margin-top: 0;
}

.sec_short_desc {
    font: 24px/1.4 "Manrope-Medium";
}

.transportation_block,
.online_calc_block {
    position: relative;
    z-index: 100;
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 65px;
    background-color: var(--truck-main-color);
}

.transportation_block:before,
.online_calc_block:before {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: calc(100% - 80px);
    height: 25px;
    background: #DDE3ED;
}

.transportation_entry_content {
    width: 100%;
    max-width: 980px;
}
.transportation_online_calc_form_fields  {
    column-gap: 20px;
    border-bottom: 1px solid rgba(0,0,0, .1);
    padding-bottom: 23px;
    margin-bottom: 38px;;
}
.online_calc_form_footer  {
    gap: 40px;
}
.cfms_online_calc_form_fields  {
    position: relative;
}
.online_calc_form_fields {
    flex-wrap: wrap;
    width: 74%;
    column-gap: 50px;
}
.online_calc_form_field_title {
    width: calc( 26% - 20px);
}

.online_calc_form_field {
    width: calc(50% - 25px);
}
.form_field_title {
    display: inline-flex;
    margin-bottom: 12px;
}


.online_calc_form_footer > p {
    display: flex;
    align-items: center;
    gap: 40px;
}

.online_calc_block {
    margin-bottom: 0;
}

.online_calc_content {
    max-width: 980px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
}
.online_calc_header {
    margin-top: 55px;
    margin-bottom: 40px;
}
.online_calc_title {
    text-align: center;
}

.cfms_online_calc_content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 380px;
}
.cfms_online_calc_content[data-step]:not([data-step="1"])::before {
  content: attr(data-step);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 475px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px var(--truck-athens-gray-color);
  text-stroke: 3px var(--truck-athens-gray-color);
  letter-spacing: -2px;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.car-checkboxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.car-option {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}
.car-option > input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.car_type_img {
    width: 100%;
    padding: 35px 53px;
    background-color: var(--truck-athens-gray-color);
    border: 1px solid var(--truck-athens-gray-color);
    margin-bottom: 10px;
    cursor: pointer;
    transition: linear 0.3s all;
}
.car_type_img:hover,
.car-option > input:checked + .car_type_img {
    background-color: var(--truck-main-color);
    border: 1px solid var(--truck-second-color);
}
.car-option > span  {
    cursor: pointer;
}

.cfms_online_cost_transportation {
    color: #09244C;
    font: 100px/1 "Manrope-Medium";
}
.cfms_online_calc_btn_row {
    position: relative;
    width: 100%;
    text-align: center;
}



.sec_our_advantages {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: var(--truck-dark-blue-color)
}
.our_advantages_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 304px;
    gap: 10px;
    padding-top: 70px;
}
.our_advantage_item {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.our_advantage_item:is(:first-child) {
    position: relative;
    color: var(--truck-main-color);
}
.our_advantage_item:is(:first-child):before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    max-width: 440px;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.our_advantage_item:is(:nth-child(2)) {
    justify-content: center;
    padding-bottom: 24px;
    background-color: #B5D5FF;
}
.our_advantage_item:is(:nth-child(3)) {
    padding-bottom: 24px;
    color: var(--truck-main-color);
    background-color: #2F327D;
}
.our_advantage_item:is(:nth-child(4)) .our_advantage_item_img {
    justify-content: end;
    width: 100%;
    height: 100%;
    background: #e6e8ea;
}
.our_advantage_item:is(:nth-child(4)) .our_advantage_item_img img {
    object-fit: cover;
}

.our_advantage_item:is(:nth-child(5)) {
    padding-right: 33px;
    padding-bottom: 24px;
    background-color: #FFF6E4;
}
.our_advantage_item:is(:last-child) {
    justify-content: flex-end;
    background-color: #DEF0FF;
}
.our_advantage_item_img {
    display: inline-flex;
}
.our_advantage_item:is(:first-child, :last-child) .our_advantage_item_img {
    align-items: flex-end;
    height: 100%;
}
.our_advantage_item:is(:first-child, :last-child) .our_advantage_item_img img {
    object-fit: cover;
    height: 100%;
}

.our_advantage_item_header {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    max-width: 295px;
}
.our_advantage_item_title {
    font: 24px/1.4 "Manrope-Medium";
}

.our_advantage_item_desc {
    font: 18px/1.4 "Manrope-Regular";
    margin-top: 20px;
}

.our_advantage_item_icon {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: -14px;
}



.sec_work_scheme {
    position: relative;
    min-height: 1080px;
    background-color: var(--truck-light-grayish-blue-color);
    background: url(../images/work_scheme.webp);
    /* background-size: 100%; */
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 60px;
}
.sec_work_scheme:before {
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(0deg, #E7F0F6 0%, #FFFFFF 100%);
    width: 100%;
    height: calc( 100% - 200px );
    left: 0;
    z-index: -1;
}


.work_scheme_btn_row {
    position: relative;
}
.work_scheme_btn_row:before {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: -1;
    content: "";
    width: 100%;
    max-width: 455px;
    height: 1px;
    background-color: #A2A8AD;
}

.work_scheme_btn_row:after {
    position: absolute;
    top: 50%;
    left: 26px;
    content: "";
    background: url(../images/work_scheme_arrow_down.png);
    background-size: 8px 99px;
    background-repeat: no-repeat;
    width: 8px;
    height: 100%;
}


.work_scheme_btn_row_content {
    gap: 27px;
    max-width: 566px;
    padding: 20px 40px;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--truck-main-color);
    border-radius: 4px;
}
.work_scheme_item_txt {
    font: 20px/1.3 "Manrope-Medium";
    text-align: center;
    max-width: 200px;
}
.btn_scheme_work {
    max-width: 265px;
}

.work_scheme_items {
    gap: 62px;
    margin-top: 50px;
}
.work_scheme_item {
    position: relative;
    width: 20%;
    /* background: url(../images/work_scheme_arrow.png);
    background-size: 200px 4px;
    background-repeat: no-repeat;
    background-position: top right; */
}
.work_scheme_item:not(:last-child):before {
    position: absolute;
    top: 25px;
    left: 80px;
    content: "";
    background: url(../images/work_scheme_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc( 100% - 50px );
    height: 8px;
}

.work_scheme_item_step {
    display: flex;
    width: 50px;
    height: 50px;
    font: 22px  "Manrope-Regular";
    background-color: var(--truck-dark-blue-color);
    color: var(--truck-main-color);
    border-radius: 100%;
    margin-bottom: 25px;
}

.work_scheme_item:is(:last-child) .work_scheme_item_step {
    color: var(--truck-main-color);
    background-color: var(--truck-second-color);
}

.work_scheme_item_title {
    font: 22px  "Manrope-Medium";
    color: var(--truck-text-color);
    margin-bottom: 23px;
}

.work_scheme_item_desc {
    font: 18px  "Manrope-Regular";
    color: var(--truck-text-color);
}

.sec_about_us {
    padding-top: 90px;  
    padding-bottom: 90px;
}

.sec_header_row {
    align-items: flex-end;
    gap: 75px;
    text-align: left;
}

.sec_header_row .sec_title {
    line-height: 1.2;
    max-width: 600px;
    margin-bottom: 0;
}
.sec_header_row .sec_short_desc {
    font: 18px/1.4  "Manrope-Regular";
    max-width: 615px;
}


.about_us_block {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 100px;
    font: 18px/1.4  "Manrope-Regular";
    padding-top: 80px;
    background: url(../images/about_us_map.webp);
    background-size: auto;
    background-position: 50% 34%;
    background-repeat: no-repeat;
}

.about_us_cargo_delivery {
    width: 28.5%;
}

.about_us_geography {
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 54%;
}
.about_us_geography_title_row {
    width: 100%;
}
.about_us_geography_title {
    max-width: 300px;
    margin-top: 0;
    margin-bottom: 35px;
}
.about_us_geography_info {
    max-width: 337px;
    padding-right: 40px;
}

.about_us_modern_vehicle_fleet {
    width: 100%;
    padding-bottom: 5vw;
}

.about_us_mvf {
    width: 20.4%;
}


.about_us_mvf_img {
    position: absolute;
    right: 0;
    width: 78%;
    max-width: min(1330px, 100vw);
}

.sec_popular_destinations {
    background-color: var(--truck-light-grayish-blue-color);
    padding-top: 90px;
    padding-bottom: 90px;
}

.popular_destination_table {
    padding-top: 60px;
    padding-bottom: 60px;
}
.popular_destination_thead {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(0,0,0, .1);
}
.popular_destination_tr {
    column-gap: 9%;
    padding: 17px 24px;
}
.popular_destination_thead_tr {
    align-items: flex-end;
}
.popular_destination_th {
    font: 14px/1.4 "Manrope-Medium";
    color: var(--truck-text-color);
}

.popular_destination_tbody_tr {
    background-color: var(--truck-main-color);
    border-radius: 4px;
}

.popular_destination_tbody_tr:not(:last-child) {
    margin-bottom: 4px;
}

.popular_destination_location_txt {
    font: 16px/1.4 "Manrope-Medium";
    color: var(--truck-text-color);
}

.popular_destination_th,
.popular_destination_td {
    width: max(13%, 155px);
}


.popular_destination_tr .popular_destination_th:is(:first-child),
.popular_destination_tr .popular_destination_td:is(:first-child) {
    width: max(27.7%, 320px);
}

.popular_destination_tr .popular_destination_td {
    font: 20px/1.4 "Manrope-Medium";
}
.popular_destination_tr .popular_destination_td:is(:first-child) {
    font: 22px/1.4 "Manrope-Medium";
}

.popular_destination_btn_row {
    text-align: center;
}
.btn_download_price_list {
    width: 100%;
    max-width: 228px;
}

.sec_vehicles_were_transported {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #081F40;
    overflow: hidden;
}
.sec_vehicles_were_transported:before {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    transform: translateX(39%);
    content: "";
    min-height: 580px;
    width: 100%;
    max-width: 1340px;
    background-image: url(../images/dark_blue_line.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.vehicles_were_transported_block {
    position: relative;
    margin-bottom: 70px;
}

.vehicles_were_transported_left_col .sec_header {
    text-align: left;
}

.vehicles_were_transported_left_col {
    width: 34.1666667%;
}
.vehicles_were_transported_right_col {
    width: 57.4358974%;
}

.vehicles_were_transported_left_col .sec_short_desc {
    font-size: 18px;
}

swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 37px;
}

swiper-slide {
    font-size: 18px;
    background: var(--truck-main-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper_controls {
    gap: 24px;
}
.vehicle_sliders_btn_prev,
.vehicle_sliders_btn_next {
    width: 40px;
    height: 40px;
    color: var(--truck-main-color);
    background-color: var(--truck-three-color);
    border-radius: 100%;
    cursor: pointer;
}
.vehicle_sliders_pagination {
    font: 18px/1 "Manrope-Medium";
    color: var(--truck-main-color);
    width: 60px;
    text-align: center;
}

.vehicle_item {
    gap: 30px;
    width: 100%;
    padding: 20px;
    background-color: var(--truck-main-color);
}

.vehicle_item > div {
    width: 50%;
}

.vehicle_item_name {
    margin-top: 0;
    margin-bottom: 2px;
}

.vehicle_item_value {
    font-size: 22px;
}
.vehicle_item_info > div {
    margin-top: 15px;
}

.vehicle_item_info,
.vehicle_item_title {
    font: 16px/1.4 "Manrope-Medium";
    color: var(--truck-text-color);
}
.vehicle_item_title {
    margin-bottom: 5px;
}

.vehicle_item_shipping_cost {
    padding-top: 24px;
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.vehicle_item_shipping_cost_value {
    font-size: 36px;
}

.vwt_contact_block {
    position: absolute;
    left: 0;
    bottom: 77px;
    gap: 30px;
} 

.our_messenger {
    gap: 10px;
}

.example_loading_vehicle_block {
    padding-top: 80px;
    border-top: 1px solid rgba(255, 2555, 255, .1)
}

.example_loading_vehicle_block h2 {
    width: 100%;
    max-width: 735px;
    color: var(--truck-main-color);
    text-align: center;
    margin: 0 auto;
}

.video_container {
  position: relative;
  width: 100%;
  max-width: 1235px;
  margin: 60px auto 0;
  overflow: hidden;
}

.video_poster {
  position: relative;
  width: 100%;
  aspect-ratio: 1.98/1;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  background: #F52A2A;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.video_play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 26px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.sec_vehicle_service {
    padding-top: 90px;
    padding-bottom: 70px;
    background-color: var(--truck-main-color);;
}
.vehicle_service_header_row{
    align-items: flex-end;
    gap: 74px;
}
.vehicle_service_header_row .sec_header {
    max-width: 605px;
    text-align: left;
}
.vehicle_service_header_row h2 {
    margin: 0;
}
.experienced_drivers_block {
    align-items: flex-end;
    gap: 30px;
}
.experienced_drivers {
    font: 190px/0.79 "Manrope-Medium";
    color: var(--truck-second-color);
}
.experienced_drivers_info {
    max-width: 351px;
}

.experienced_drivers_title {
    font: 22px/1.3 "Manrope-Medium";
    color: var(--truck-text-color);
    margin-bottom: 24px;
}
.experienced_drivers_desc {
    font: 18px/1.3 "Manrope-Regular";
    color: var(--truck-text-color);
}

.own_car_transporter_fleet_block {
    padding-top: 60px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(0,0,0, .1);
}
.own_car_transporter_items {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 40px;
}
.own_car_transporter_item {
    position: relative;
    display: inline-flex;
}
.own_car_transporter_item:after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 61%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.own_car_transporter_item_img {
    display: inline-flex;
}
.own_car_transporter_item_info {
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 20px;
    z-index: 100;
}

.own_car_transporter_item_title {
    font: 26px/1.2 "Manrope-Medium";
    color: var(--truck-main-color);
}
.own_car_transporter_item_desc {
    font: 18px/1.3 "Manrope-Regular";
    color: var(--truck-main-color);
    margin-top: 8px;
}


.sec_our_promotion {
    position: relative;
    min-height: 496px;
    background-color: var(--truck-light-grayish-blue-color);
    background: url(../images/our_promotion_bg.webp);
    /* background-size: 100%; */
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 330px;
}
.sec_our_promotion:before {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(0deg, #E7F0F6 0%, #FFFFFF 100%);
    width: 100%;
    height: calc( 100% - 200px );
}


.our_promotion_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.our_promotion_item {
    padding: 20px 20px 35px;
}
.our_promotion_item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
}
.our_promotion_item:nth-child(4n + 1),
.our_promotion_item:nth-child(4n + 4) {
    color: var(--truck-text-color);
    background-color: var(--truck-second-color);
}

.our_promotion_item:nth-child(4n + 2),
.our_promotion_item:nth-child(4n + 3) {
    color: var(--truck-main-color);
    background-color: var(--truck-dark-blue-color);
}
.our_promotion_left_col {
    width: 100%;
    max-width: 296px;
}
.our_promotion_title {
    margin-top: 0;
}
.our_promotion_desc {
    font: 18px/1.3 "Manrope-Regular";
}

.our_promotion_percent {
    font: 190px / 0.79 "Manrope-Medium";
    color: var(--truck-main-color);
    padding-top: 25px;
}


.sec_tracking {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: var(--truck-dark-blue-color);
}
.tracking_row {
    margin-top: 60px;
}

.tracking_map_block {
    margin-top: 80px;
}

#tracking_map {
    height: 600px;
    width: 100%;
}

.sec_guarantee {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: var(--truck-main-color);
}

.guarantee_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.guarantee_item {
    text-align: center;
}
.guarantee_item_img {
    position: relative;
    text-align: center;
    background-color: #081F40;
    padding: 40px;
    margin-bottom: 25px;
}
.guarantee_item_title {
    font: 26px/1.2 "Manrope-Medium";
    color: var(--truck-text-color);
    margin-bottom: 20px;
}
.guarantee_item_desc {
    font: 18px/1.2 "Manrope-Regular";
    color: var(--truck-text-color);
}


.guarantee_popup {
  position: fixed;
  inset: 0;
  display: flex; /* НЕ display:none */
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0);
  opacity: 0;
  pointer-events: none; /* чтобы было "не кликабельно", когда скрыто */
  z-index: 9999;
  transition: background 0.3s ease, opacity 0.3s ease;
}

.guarantee_popup.active {
  background: rgba(0,0,0,0.8);
  opacity: 1;
  pointer-events: auto; /* включаем клики */
}

.guarantee_popup_content img {
  max-width: 90vw;
  max-height: 90vh;
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.guarantee_popup.active .guarantee_popup_content img {
  transform: scale(1);
  opacity: 1;
}

.open_gurantee_img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: url(../images/plus_icon.svg);
    background-size: 44px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.gurantee_btn_row{
    margin-top: 60px;
}
.gurantee_btn_row .btn-primary {
    max-width: 465px;
}


/* FAQ Start */
.sec_faq {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: var(--truck-light-grayish-blue-color);
}
.faq_block {
    margin-top: 60px;
}
.faq_items .faq_item {
    padding: 15px 20px;
    background-color: var(--truck-main-color);
}
.faq_item:not(:last-child) {
    margin-bottom: 10px;
}

.faq_items .faq_item button[aria-expanded='true'] {
  /* border-bottom: 1px solid var(--truck-second-color); */
}

.faq_items button {
  position: relative;
  text-align: left;
  width: 100%;
  color: var(--truck-second-color);
  border: none;
  background: none;
  outline: none;
}

.faq_items button:hover,
.faq_items button:focus {
  cursor: pointer;
  color: var(--truck-second-color);
}

.faq_items button:hover::after,
.faq_items button:focus::after {
  cursor: pointer;
  color: var(--truck-second-color);
  border: 1px solid var(--truck-second-color);
}

.faq_items button .faq_item_title {
    font: 22px/1.4 "Manrope-Medium";
    color: var(--truck-text-color);
    max-width: 746px;
}

.faq_items button .faq_item_icon {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 1px solid;
  border-radius: 100%;
  background: var(--truck-second-color);
}
.faq_items button:hover .faq_item_icon,
.faq_items button[aria-expanded='true'] .faq_item_icon {
    background-color: var(--truck-main-color);
}

.faq_items button .faq_item_icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background: var(--truck-main-color);
}
.faq_items button:hover .faq_item_icon::before,
.faq_items button:hover .faq_item_icon::after,
.faq_items button[aria-expanded='true'] .faq_item_icon::before,
.faq_items button[aria-expanded='true'] .faq_item_icon::after {
  background: var(--truck-second-color);
}
.faq_items button .faq_item_icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
  background: var(--truck-main-color);
}

.faq_items button[aria-expanded='true'] .faq_item_icon::after {
  width: 0;
}
.faq_items button[aria-expanded='true'] + .faq_item_content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height, margin-top, padding;
  margin-top: 15px;
  padding: 15px;
}
.faq_items .faq_item_content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear,  margin-top 200ms linear, padding 200ms linear;
  will-change: opacity, max-height, margin-top, padding;
  background-color: var(--truck-light-grayish-blue-color);
  margin-top: 0;
  padding: 0;
}
.faq_items .faq_item_content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
}
/* FAQ End */


.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    color: var(--truck-main-color);
    background-color: var(--truck-second-color);
    border-color: var(--truck-second-color);
}

.date_field {
    padding-right: 40px; /* место под иконку */
    background: url(../images/calendar.svg) no-repeat right 10px center;
    background-size: 20px 20px; /* размер иконки */
    box-sizing: border-box;
}




footer{
    flex: 0 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.btn_footer_free_consult {
    font-size: 16px;
    max-width: 235px;
    height: 50px;
}

.footer_contact_block {
    gap: 15px;
}
.footer_contact_block a {
    display: inline-flex;
}
.contact_phone {
    font: 26px/1 "Manrope-SemiBold";
    color: var(--truck-text-color);
}

.footer_menu > .menu-item > a {
    padding: 12px 18px;
    background-color: transparent;
    border-radius: 2px;
}

.footer_menu > .menu-item {
    padding-left: 0;
    padding-right: 0;
} 


@media(min-width: 1024px) {
    .our_advantages_block {
        grid-template-columns: repeat(4, 1fr);
    }
    .our_advantage_item:is(:first-child) {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .our_advantage_item:is(:nth-child(2)) {
        grid-column-start: 3;
        grid-column-end: 4;
    }
    .our_advantage_item:is(:nth-child(3)) {
        grid-column-start: 4;
        grid-column-end: 5;
    }
    .our_advantage_item:is(:nth-child(4)) {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .our_advantage_item:is(:nth-child(5)) {
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .our_advantage_item:is(:last-child) {
        grid-column-start: 3;
        grid-column-end: 5;
    }
}

@media(min-width: 1440px) {
    .header_nav_menu {
        padding-left: 2.6vw;
        padding-right: 2.6vw;
    }
}

@media(min-width: 3500px) {
    .header_nav_menu {
        padding-left: 1vw;
        padding-right: 1vw;
    }
}

@media(max-width: 1400px) {
    h1, .h1 {
        font-size: 50px;
    }
    h2, .h2 {
        font-size: 40px;
    }
    .experienced_drivers, 
    .our_promotion_percent {
        font-size: 160px;
    }
    .our_advantage_item_title {
        font-size: 20px;
    }
    .our_advantage_item_desc {
        font-size: 16px;
    }
    .sec_work_scheme {
        min-height: 900px;
        background-size: contain;
    }
    .sec_work_scheme:before {
        height: 100%;
    }
    .work_scheme_items {
        gap: 20px;
    }
    .work_scheme_item:not(:last-child):before {
        width: calc(100% - 90px);
    }
    .work_scheme_item_title {
        font-size: 20px;
    }
    .work_scheme_item_desc {
        font-size: 16px;
    }
    .vehicle_service_header_row .sec_header {
        max-width: 40%;
    }
    .footer_row {
        flex-wrap: wrap;
        gap: 15px;
    }
    .footer_contact_block {
        width: 50%;
    }
}

@media(max-width: 1024px) {
    .transportation_block, .online_calc_block {
        padding: 30px;
    }
}