.slider-2.w-slider .w-slider-arrow-left, .slider-2.w-slider .w-slider-arrow-right{
  width: 2%!important;
}
.slide_truck{
  transition: none!important;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  transform:translateX(0px); 
}
.slide_truck{
  width: 99%!important;
}
.desctop .mask-2.w-slider-mask{
  padding-left: 8px;
    width: 33.3%;
}
.desctop .mask-2.w-slider-mask{
    overflow: visible;
} 
.slide_truck:last-child img {
    width: calc(100% - 40px);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.arrow_left {
  width: 36px;
  height: 36px;
  background-image: url("../images/arrow_l.png");
  background-position: 50% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.arrow_left:hover {
  border-radius: 20px;
}
.w-slider-arrow-left{
  margin-left:-5px ;
}
.arrow_right {
  
  width: 36px;
  height: 36px;
  background-image: url("../images/arrow_r.png");
  background-position: 50% 50%;
  background-size: 36px;
}

.heading-02 {
  margin-top: 0px;
  font-family: "Neo Sans Cyr Medium", sans-serif;
  color: #3d3d3d;
  font-size: 30px;
  font-weight: 400;
}
.slide_truck {
    width: auto;
    height: auto;
  }
  .desctop .slide_truck{
     padding-right: 10px;
    padding-left: 30px;
  } 
  .left-arrow {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .right-arrow {
    display: block;
  }
  .slider-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    /*height: 160px;*/
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
  }
  .mask-2 {
    /*width: 590px;*/
    height: auto;
    padding-top: 0px;
  }
  .arrow_tl {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    color: #a6a6a6;
    font-size: 30px;
    text-align: left;
  }
  .icon-2 {
    margin-right: 0px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #a6a6a6;
    font-size: 30px;
  }
  .icon-2:hover {
    -webkit-transform: scale(1.08) translate(0px, 0px);
    -ms-transform: scale(1.08) translate(0px, 0px);
    transform: scale(1.08) translate(0px, 0px);
  }





.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-wrapper {
  position: static;
  top: 0px;
  z-index: 900;
}

.call_button {
  margin-left: 20px;
  padding: 7px 15px;
  border-radius: 7px;
  background-color: #222;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: "Neo Sans Cyr Medium", sans-serif;
  font-size: 15px;
  text-align: center;
}

.call_button:hover {
  background-color: #37acfa;
}

.navbar {
  position: static;
  z-index: auto;
  overflow: visible;
  padding: 19px 0px;
  float: none;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.cart-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #575757;
}

.nav_link:hover {
  background-color: transparent;
  background-image: none;
  color: #222;
}

.nav_link.w--current {
  color: #939393;
}

.nav_link.w--current:hover {
  background-color: transparent;
  color: #222;
}

.container {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-end;
}

.body {
  font-family: "Neo Sans Cyr", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.hero-heading {
  width: 40%;
  margin-top: 0px;
  font-family: "Neo Sans Cyr Medium", sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 400;
  white-space: normal;
}

.send_button {
  margin-top: 0px;
  padding: 8px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #eb5757;
  border-radius: 5px;
  background-color: #434343;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-family: "Neo Sans Cyr", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.send_button:hover {
  border-color: #222;
  background-color: #37acfa;
}

.send_button.light {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.send_button.light:hover {
  border-color: #eb5757;
  background-color: #eb5757;
  color: #f9f9f9;
}

.send_button.light.outline {
  color: #f9f9f9;
}

.send_button.light.outline:hover {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.about_section {
  height: auto;
  min-height: 450px;
  background-image: linear-gradient(225deg, #37acfb, #0e7ac2);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  color: #fff;
}

.hero-paragraph {
  width: 35%;
  margin-bottom: 0px;
  font-family: "Neo Sans Cyr", sans-serif;
  color: #fff;
  font-size: 16px;
}

.hero-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url("../images/trucks_main.png");
  background-position: 100% 50%;
  background-size: auto 85%;
  background-repeat: no-repeat;
}

.calc_section {
  min-height: 450px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.advantage_section {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3d3d3d;
  color: #fff;
}

.review_section {
  overflow: hidden;
  min-height: 450px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact_section {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ececec;
  color: #3d3d3d;
}

.social-footer-link {
  margin-left: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-footer-link:hover {
  opacity: 1;
}

.footer_logo {
  opacity: 0.6;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.footer_logo:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_link {
  display: block;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0px;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #f9f9f9;
  font-size: 15px;
  text-decoration: none;
}

.footer_link:hover {
  opacity: 1;
  color: #f9f9f9;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #3d3d3d;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.social_link {
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  white-space: normal;
}

.social_link:hover {
  opacity: 1;
}

.success {
  min-height: 280px;
  padding-top: 125px;
  border-radius: 5px;
  background-color: #20c788;
  color: #f9f9f9;
}

.error {
  border-radius: 5px;
  background-color: #e53935;
  color: #f9f9f9;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-right {
  width: 70%;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: "Neo Sans Cyr", sans-serif;
  color: #434343;
  font-weight: 400;
}

.heading-2 {
  margin-top: 0px;
  font-family: "Neo Sans Cyr Medium", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.rich-text-block {
  margin-top: 10px;
  font-family: "Neo Sans Cyr", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.contact-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #434343;
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: #a8a8a8;
  border-radius: 5px;
  color: #222;
}

.input:hover {
  border-color: #434343;
}

.input:active {
  border-color: #37acfa;
}

.input:focus {
  border-color: #37acfa;
}

.input::-webkit-input-placeholder {
  font-family: "Neo Sans Cyr", sans-serif;
  color: #939393;
  font-style: normal;
}

.input:-ms-input-placeholder {
  font-family: "Neo Sans Cyr", sans-serif;
  color: #939393;
  font-style: normal;
}

.input::-ms-input-placeholder {
  font-family: "Neo Sans Cyr", sans-serif;
  color: #939393;
  font-style: normal;
}

.input::placeholder {
  font-family: "Neo Sans Cyr", sans-serif;
  color: #939393;
  font-style: normal;
}

.div-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 15px;
  -o-object-fit: fill;
  object-fit: fill;
}

.form-block {
  display: block;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.callback_left {
  width: 35%;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.callback_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: auto;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 210px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.send_form {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.callback_button {
  margin-top: 3px;
  margin-left: 20px;
  padding: 7px 15px;
  border-radius: 7px;
  background-color: #ececec;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #3d3d3d;
  font-size: 14px;
  text-align: center;
}

.callback_button:hover {
  background-color: #37acfa;
}

.hero_button {
  display: none;
  margin-top: 50px;
  padding: 10px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #eb5757;
  border-radius: 7px;
  background-color: #2b2b2b;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-family: "Neo Sans Cyr", sans-serif;
  font-weight: 400;
}

.hero_button:hover {
  border-color: #222;
  background-color: #37acfa;
}

.hero_button.light {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.hero_button.light:hover {
  border-color: #eb5757;
  background-color: #eb5757;
  color: #f9f9f9;
}

.hero_button.light.outline {
  color: #f9f9f9;
}

.hero_button.light.outline:hover {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.text-block {
  margin-top: 8px;
  color: #575757;
  font-size: 15px;
  line-height: 100%;
  text-decoration: none;
}

.nav_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
}

.nav_block:hover {
  opacity: 1;
}

.advantage-wrapper {
  position: static;
  display: block;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url("../images/adv_006.png");
  background-position: 100% 0%;
  background-size: auto 40%;
  background-repeat: no-repeat;
}

.section_heading {
  width: 40%;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: "Neo Sans Cyr Medium", sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 400;
  white-space: normal;
}

.section_descriptor {
  width: 52%;
  margin-bottom: 15px;
  font-family: "Neo Sans Cyr", sans-serif;
  color: #fff;
  font-size: 15px;
}

.blue_line {
  width: 66px;
  height: 5px;
  margin-top: 25px;
  padding-top: 0px;
  background-color: #37acfa;
}

.grid {
  display: -ms-grid;
  display: grid;
  margin-top: 45px;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.adv_grid_head {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Neo Sans Cyr Medium", sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.adv_grid_head._02 {
  max-width: 50%;
}

.adv_grid_text {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 15px;
}

.calc-wrapper {
  position: static;
  display: block;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-2 {
  display: none;
  padding-bottom: 40px;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.truck_div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 277px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d4d4;
  background-color: #fff;
  box-shadow: none;
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transition: box-shadow 300ms ease, opacity 300ms ease,
    -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, opacity 300ms ease,
    -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, opacity 300ms ease,
    -webkit-transform 300ms ease;
  cursor: pointer;
}

.truck_div:hover {
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  box-shadow: 0 10px 0 0 #37acfa;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0px, -10px) perspective(0px) perspective(0px);
  transform: translate(0px, -10px) perspective(0px) perspective(0px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.truck_div:active {
  -webkit-transform: translate(0px, -10px) perspective(0px);
  transform: translate(0px, -10px) perspective(0px);
}

.truck_text_1 {
  font-family: "Neo Sans Cyr Medium", sans-serif;
  font-weight: 400;
  text-align: left;
}

.text-block-2 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 15px;
  text-align: center;
  white-space: normal;
}

.text-span {
  position: relative;
  bottom: 5px;
  font-size: 11px;
}

.truck_pick {
  margin-top: 20px;
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 5px;
  background-color: #e6e6e6;
  color: #434343;
  font-size: 15px;
  text-align: center;
  white-space: normal;
}

.truck_pick:hover {
  background-color: #222;
  color: #f9f9f9;
}

.ss {
  position: relative;
  bottom: 5px;
  font-size: 10px;
}

.image {
  margin-top: 40px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.calc_main_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.calculator {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.option_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.option_item + .option_item {
  padding-top: 15px;
}

.option-list {
  margin-bottom: 0px;
  padding-left: 0px;
}

.togglebutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e1e1e1;
  text-decoration: none;
}

.togglebuttonblue {
  position: absolute;
  width: 44px;
  height: 24px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 50px;
  background-color: #37acfa;
  opacity: 0;
}

.buttontoggle {
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 100%;
  background-color: #fff;
}

.buttontext-off {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-transform: uppercase;
}

.option_name {
  margin-left: 20px;
  font-size: 16px;
}

.heading-3 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Neo Sans Cyr", sans-serif;
  font-weight: 400;
}

.calc_fin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  background-color: #ececec;
}

.calculate_button {
  border-radius: 7px;
  background-color: #37acfa;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 15px;
  text-align: center;
}

.calculate_button:hover {
  background-color: #0b97f5;
}

.calc_send_button {
  border-radius: 7px;
  background-color: #3d3d3d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 15px;
  text-align: center;
  margin-bottom: 8px;
}

.calc_send_button:hover {
  background-color: #37acfa;
}

.text-block-3 {
  font-size: 18px;
  text-align: center;
}

.summ {
  margin-top: 10px;
  padding-top: 0px;
  font-family: "Neo Sans Cyr Medium", sans-serif;
  color: #37acfa;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}

.field-label {
  font-weight: 400;
}

.field-label-2 {
  font-weight: 400;
}

.checkbox-label {
  margin-bottom: 0px;
  font-weight: 400;
}

.checkbox {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  float: left;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: #37acfa;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.input-plus {
  border-style: solid;
  border-width: 1px;
  border-color: #a8a8a8;
  border-radius: 5px;
  background-color: #ececec;
  color: #222;
}

.input-plus:hover {
  border-color: #434343;
}

.input-plus:active {
  border-color: #37acfa;
}

.input-plus:focus {
  border-color: #37acfa;
}

.input-plus::-webkit-input-placeholder {
  font-family: "Neo Sans Cyr", sans-serif;
  color: #939393;
  font-style: normal;
}

.input-plus:-ms-input-placeholder {
  font-family: "Neo Sans Cyr", sans-serif;
  color: #939393;
  font-style: normal;
}

.input-plus::-ms-input-placeholder {
  font-family: "Neo Sans Cyr", sans-serif;
  color: #939393;
  font-style: normal;
}

.input-plus::placeholder {
  font-family: "Neo Sans Cyr", sans-serif;
  color: #939393;
  font-style: normal;
}

.form-2 {
  display: block;
}

.review-wrapper {
  position: static;
  display: block;
  overflow: visible;
  min-height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section_heading-dark {
  width: auto;
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Neo Sans Cyr Medium", sans-serif;
  color: #3d3d3d;
  font-size: 54px;
  line-height: 100%;
  font-weight: 400;
  white-space: normal;
}

.review_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rewiew_switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.togglebutton_r {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 24px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e1e1e1;
  text-decoration: none;
}

.togglebuttonblue_r {
  position: absolute;
  width: 44px;
  height: 24px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 50px;
  background-color: #37acfa;
  opacity: 1;
}

.buttontoggle_r {
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 100%;
  background-color: #fff;
}

.text-block-4 {
  margin-top: 1px;
}

.text-block-5 {
  margin-top: 1px;
  padding-top: 0px;
}

.slider_zone {
  font-family: "Neo Sans Cyr Medium", sans-serif;
}

.slider {
  position: static;
  width: 300px;
  height: 375px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
}

.slider1_-wrapper {
  position: relative;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e1e1e1;
}

.slide-content-wrapper._2 {
  background-color: #37acfa;
}

.slider-right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
}

.slider-text {
  font-family: "Neo Sans Cyr Medium", sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.mask {
  position: static;
  overflow: visible;
  width: 300px;
}

.slider-icon.left {
  margin-left: 0px;
}

.slider-icon.right {
  margin-right: 0px;
}

.slide {
  position: relative;
  width: 300px;
  border-radius: 0px;
}

.slider-left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
}

.slide-nav {
  font-size: 8px;
}

.slider2_-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.adv_number {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: "Neo Sans Cyr Medium", sans-serif;
  color: #37acfa;
  font-size: 36px;
  line-height: 100%;
  font-weight: 400;
}

.bold-text {
  font-size: 20px;
}

.text-block-6 {
  margin-top: 25px;
  font-family: "Neo Sans Cyr Medium", sans-serif;
  font-size: 22px;
  line-height: 100%;
}

.bold_ton_text {
  font-size: 22px;
  text-align: center;
}

.truck_text_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.image-t1 {
  margin-top: 40px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.image-t2 {
  margin-top: 40px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.image-copy {
  margin-top: 40px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.image-t4 {
  margin-top: 40px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.image-t5 {
  margin-top: 40px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.text-block-2-copy {
  display: none;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 15px;
  text-align: center;
  white-space: normal;
}

.calc_plus_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-3 {
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-2 {
  padding: 19px;
  background-color: #fff;
}

.container-3 {
  display: block;
  max-width: 1250px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-4 {
  margin-right: 0px;
  margin-left: 0px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fill-available;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo_footer {
  width: 100px;
  height: 40px;
  background-image: url("../images/LeCargo_for_white.png");
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  opacity:1;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.logo_footer:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.logo_main.w--current {
  width: 140px;
  height: 70px;
  background-image: url("../images/LeCargo_for_white.png");
  background-position: 50% 50%;
  background-size: 140px;
  background-repeat: no-repeat;
}

.arrow_left {
  width: 36px;
  height: 36px;
  background-image: url("../images/arrow_l.png");
  background-position: 50% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.arrow_left:hover {
  border-radius: 20px;
}

.arrow_right {
  width: 36px;
  height: 36px;
  background-image: url("../images/arrow_r.png");
  background-position: 50% 50%;
  background-size: 36px;
}

.heading-02 {
  margin-top: 0px;
  font-family: "Neo Sans Cyr Medium", sans-serif;
  color: #3d3d3d;
  font-size: 30px;
  font-weight: 400;
}

.calc_desc {
  margin-bottom: 20px;
  font-size: 15px;
}

.text-span-2 {
  color: #37acfa;
}

.text-span-3 {
  color: #37acfa;
}

.form-block-3 {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section_heading-dark2 {
  width: auto;
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 12px;
  font-family: "Neo Sans Cyr Medium", sans-serif;
  color: #3d3d3d;
  font-size: 48px;
  line-height: 100%;
  font-weight: 400;
  white-space: normal;
}

.calc_desc2 {
  max-width: none;
  margin-bottom: 20px;
  font-size: 15px;
}

.text-span-4 {
  display: block;
  max-width: 60%;
  padding-bottom: 35px;
  color: #3d3d3d;
  font-size: 15px;
}

.slide-nav-2 {
  display: none;
}

.slide_truck {
  width: 29.8%;
  height: auto;
}

.mask-2.w-slider-mask{
  padding-left: 8px;
}

.slider-2 {
  margin-bottom: 15px;
  padding-top: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.mask-2 {
  padding-top: 10px;
}
@media screen and (max-width: 1350px) {
  .slide_truck{
    width: 29.5%;
  }
}
@media screen and (max-width: 1180px) {
  .slide_truck{
    width: 29.3%;
  }
}
@media screen and (max-width: 1150px) {
  .slide_truck{
    width: 29.1%;
  }
}
@media screen and (max-width: 1080px) {
  .slide_truck{
    width: 28.9%;
  }
}
@media screen and (max-width: 991px) {
  .nav-button {
    background-color: #ececec;
    color: #ececec;
  }
  .nav-button.w--open {
    z-index: 100;
    border-radius: 5px;
    background-color: #222;
  }
  .nav-menu {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    overflow: visible;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #ececec;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .call_button {
    font-size: 13px;
  }
  .cart-nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav_link {
    font-size: 30px;
    text-align: center;
  }
  .container {
    max-width: 700px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-heading {
    width: 60%;
    font-size: 52px;
    line-height: 100%;
  }
  .about_section {
    min-height: auto;
  }
  .hero-paragraph {
    width: 50%;
    font-size: 14px;
  }
  .hero-wrapper {
    min-height: 350px;
    background-size: auto 62%;
  }
  .review_section {
    min-height: auto;
  }
  .footer_link {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 13px;
  }
  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-right {
    width: 100%;
    padding-left: 0px;
  }
  .heading-2 {
    font-size: 26px;
    line-height: 100%;
  }
  .rich-text-block {
    font-size: 15px;
  }
  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .paragraph {
    margin-top: 20px;
  }
  .callback_button {
    font-size: 13px;
  }
  .hero_button {
    font-size: 14px;
  }
  .hero_button.w--current {
    margin-top: 40px;
  }
  .text-block {
    margin-top: 0px;
  }
  .nav_block {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: left;
  }
  .nav_block:hover {
    background-color: #ececec;
  }
  .nav_block.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }
  .advantage-wrapper {
    background-size: 30%;
  }
  .section_heading {
    width: 60%;
    font-size: 44px;
  }
  .section_descriptor {
    width: 55%;
    font-size: 14px;
  }
  .grid {
    margin-top: 40px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .adv_grid_head {
    font-size: 28px;
    line-height: 100%;
  }
  .adv_grid_head._02 {
    max-width: 100%;
  }
  .adv_grid_text {
    max-width: 90%;
    margin-top: 10px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .truck_div {
    width: 550px;
    height: 150px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }
  .truck_div:hover {
    box-shadow: none;
    -webkit-transform: perspective(0px) perspective(0px);
    transform: perspective(0px) perspective(0px);
  }
  .text-block-2 {
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: left;
  }
  .image {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .calc_main_div {
    width: 100%;
  }
  .calculator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .option_name {
    font-size: 15px;
  }
  .calc_fin {
    width: 100%;
    height: 250px;
  }
  .text-block-3 {
    font-size: 15px;
  }
  .summ {
    font-size: 36px;
  }
  .field-label {
    font-size: 15px;
  }
  .field-label-2 {
    font-size: 15px;
  }
  .checkbox-label {
    font-size: 15px;
  }
  .review-wrapper {
    min-height: auto;
  }
  .section_heading-dark {
    width: auto;
    font-size: 44px;
  }
  .text-block-4 {
    margin-top: 2px;
    font-size: 15px;
  }
  .text-block-5 {
    margin-top: 2px;
    font-size: 15px;
  }
  .slider {
    width: 240px;
    height: 300px;
  }
  .mask {
    width: 240px;
  }
  .slide {
    width: 240px;
  }
  .paragraph-2 {
    font-size: 15px;
  }
  .adv_number {
    color: #37acfa;
    font-size: 28px;
  }
  .text-block-6 {
    margin-top: 0px;
  }
  .icon {
    color: #3d3d3d;
  }
  .adv_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .adv_text {
    padding-left: 30px;
  }
  .field-label-3 {
    font-size: 15px;
  }
  .truck_text_div {
    display: block;
    margin-top: 0px;
    margin-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .image-t1 {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 48px;
  }
  .image-t2 {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 56px;
  }
  .image-copy {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .image-copy.t3 {
    padding-left: 59px;
  }
  .image-t4 {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 19px;
  }
  .image-t5 {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .text-block-2-copy {
    display: none;
    width: auto;
    margin-bottom: 0px;
    margin-left: 20px;
    text-align: left;
  }
  .truck_img_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 20px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .calc_plus_div {
    width: 100%;
  }
  .grid-3 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-2 {
    display: none;
  }
  .image-3 {
    display: none;
  }
  .image-4 {
    display: none;
  }
  .image-5 {
    display: none;
  }
  .navbar-2 {
    padding: 14px 0px;
  }
  .container-3 {
    max-width: 700px;
  }
  .nav-menu-2 {
    position: relative;
    top: 180.6px;
    bottom: -233.6px;
    display: block;
    overflow: visible;
    width: 312px;
    max-width: none;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #c8c8c8;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .menu-button {
    margin-left: 3px;
    padding: 23px;
    border-radius: 7px;
    background-color: #ececec;
  }
  .menu-button:hover {
    background-color: #ccc;
  }
  .menu-button.w--open {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo_footer {
    width: 69px;
    height: 34px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url("../images/LeCargo_for_white.png");
    background-position: 50% 50%;
    background-size: 69px;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .logo_footer:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }
  .logo_main.w--current {
    width: 124px;
    height: 61px;
    background-image: url("../images/LeCargo_for_white.png");
    background-size: 124px;
    background-repeat: no-repeat;
  }
  .arrow_left {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
  .arrow_right {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
  .heading-02 {
    font-size: 26px;
    line-height: 100%;
  }
  .calc_desc {
    font-size: 14px;
  }
  .section_heading-dark2 {
    width: auto;
    max-width: none;
    padding-bottom: 10px;
    font-size: 40px;
  }
  .calc_desc2 {
    max-width: none;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    font-size: 14px;
  }
  .text-span-4 {
    display: block;
    max-width: none;
    padding-bottom: 35px;
    font-size: 14px;
  }
  .slide_truck {
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .left-arrow {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /*.left-arrow:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }*/
  .right-arrow {
    display: block;
  }
  .slider-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 160px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mask-2 {
    width: 590px;
    height: auto;
    padding-top: 0px;
  }
  .arrow_tl {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    color: #a6a6a6;
    font-size: 30px;
    text-align: left;
  }
  .icon-2 {
    margin-right: 0px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #a6a6a6;
    font-size: 30px;
  }
  .icon-2:hover {
    -webkit-transform: scale(1.08) translate(0px, 0px);
    -ms-transform: scale(1.08) translate(0px, 0px);
    transform: scale(1.08) translate(0px, 0px);
  }
}

@media screen and (max-width: 767px) {
  .call_button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .container {
    max-width: 540px;
  }
  .hero-heading {
    font-size: 40px;
  }
  .send_button {
    margin-top: 20px;
    font-size: 14px;
  }
  .hero-paragraph {
    line-height: 20px;
  }
  .hero-wrapper {
    min-height: 320px;
    background-size: auto 60%;
  }
  .calc_section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .advantage_section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .review_section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .contact_section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .footer_nav {
    display: none;
  }
  .footer {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .heading-2 {
    font-size: 24px;
  }
  .rich-text-block {
    font-size: 14px;
  }
  .input {
    font-size: 14px;
  }
  .paragraph {
    font-size: 14px;
  }
  .container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .callback_left {
    width: 100%;
  }
  .callback_right {
    width: 100%;
    padding-left: 0px;
  }
  .div-block-2 {
    min-height: auto;
  }
  .send_form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .callback_button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .hero_button.w--current {
    margin-top: 30px;
  }
  .section_heading {
    font-size: 36px;
  }
  .section_descriptor {
    font-size: 13px;
  }
  .adv_grid_head {
    font-size: 24px;
  }
  .adv_grid_text {
    font-size: 13px;
  }
  .grid-2 {
    display: none;
    padding-bottom: 45px;
  }
  .truck_div {
    width: 450px;
  }
  .calc_main_div {
    height: auto;
  }
  .heading-3 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }
  .field-label {
    font-size: 16px;
  }
  .field-label-2 {
    font-size: 16px;
  }
  .input-plus {
    font-size: 14px;
  }
  .section_heading-dark {
    font-size: 36px;
  }
  .review_header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rewiew_switcher {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-4 {
    width: 100px;
    margin-top: 0px;
    font-size: 14px;
    text-align: right;
  }
  .text-block-5 {
    width: 120px;
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
  }
  .slider {
    width: 210px;
    height: 262.25px;
  }
  .mask {
    width: 210px;
  }
  .slide {
    width: 210px;
  }
  .paragraph-2 {
    font-size: 14px;
  }
  .field-label-3 {
    font-size: 14px;
  }
  .text-block-2-copy {
    margin-left: 10px;
    font-size: 14px;
  }
  .truck_img_div {
    margin-right: 10px;
  }
  .calc_plus_div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-3 {
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .navbar-2 {
    padding: 12px 0px;
  }
  .container-3 {
    max-width: 540px;
  }
  .nav-menu-2 {
    width: 285px;
  }
  .menu-button {
    padding: 19px;
  }
  .arrow_left {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .arrow_right {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .heading-02 {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .calc_desc {
    margin-bottom: 15px;
  }
  .section_heading-dark2 {
    padding-bottom: 10px;
    font-size: 34px;
  }
  .calc_desc2 {
    margin-bottom: 20px;
  }
  .text-span-4 {
    max-width: none;
    padding-bottom: 35px;
  }
  .bold-text-2 {
    font-size: 14px;
  }
  .bold-text-3 {
    font-size: 14px;
  }
  .slide_truck {
    margin-right: 20px;
    margin-left: 20px;
  }
  .slider-2 {
    margin-bottom: 45px;
  }
  .mask-2 {
    width: 490px;
  }
  .mask-2.w-slider-mask{
    padding-left:0;    
  }
  .arrow_tl {
    font-size: 26px;
  }
  .icon-2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  .call_button {
    width: 145px;
    height: 30px;
    margin-left: 0px;
    padding-right: 9px;
    padding-left: 9px;
  }
  .container {
    max-width: none;
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-heading {
    width: 90%;
    font-size: 36px;
  }
  .hero-paragraph {
    width: 75%;
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
  }
  .hero-wrapper {
    min-height: 400px;
    padding-top: 45px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
    background-image: url("../images/trucks_main.png");
    background-position: 100% 90%;
    background-size: auto 43%;
    background-repeat: no-repeat;
  }
  .social-footer-link {
    margin-right: 0px;
    margin-left: 15px;
  }
  .footer_logo {
    max-width: none;
    margin-bottom: 0px;
  }
  .footer-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo-column {
    margin-bottom: 0px;
  }
  .heading-2 {
    font-size: 22px;
  }
  .div-block-3 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .callback_button {
    display: none;
  }
  .hero_button {
    margin-top: 35px;
  }
  .hero_button.w--current {
    display: block;
    overflow: visible;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }
  .advantage-wrapper {
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .section_heading {
    width: auto;
    font-size: 30px;
  }
  .section_descriptor {
    width: auto;
    font-size: 13px;
    line-height: 1.5em;
  }
  .adv_grid_head {
    max-width: 90%;
  }
  .adv_grid_text {
    max-width: 100%;
  }
  .calc-wrapper {
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .truck_div {
    width: 260px;
    height: 250px;
    padding-top: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-2 {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
  }
  .heading-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
  }
  .review-wrapper {
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section_heading-dark {
    max-width: none;
    font-size: 30px;
  }
  .review_header {
    display: block;
  }
  .rewiew_switcher {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-4 {
    text-align: center;
  }
  .text-block-5 {
    text-align: center;
  }
  .bold_ton_text {
    font-size: 22px;
  }
  .truck_text_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
  }
  .image-copy {
    margin-bottom: 0px;
  }
  .text-block-2-copy {
    display: none;
    width: auto;
    margin-top: 25px;
    margin-bottom: 30px;
    margin-left: 0px;
    text-align: center;
  }
  .truck_img_div {
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
  }
  .nav-menu-2 {
    position: relative;
  }
  .menu-button {
    display: block;
    width: 145px;
    height: 30px;
    margin-top: 3px;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo_footer {
    display: block;
  }
  .arrow_left {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .arrow_right {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .heading-02 {
    font-size: 22px;
  }
  .section_heading-dark2 {
    padding-bottom: 10px;
    font-size: 30px;
  }
  .text-span-4 {
    padding-bottom: 35px;
    font-size: 13px;
    line-height: 18px;
  }
  .text-span-5 {
    display: none;
  }
  .slide_truck {
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
  }
  .slider-2 {
    height: 250px;
    margin-bottom: 50px;
  }
  .mask-2 {
    width: 300px;
  }
  .arrow_tl {
    font-size: 24px;
  }
  .icon-2 {
    font-size: 24px;
  }
}

#w-node-4ce7670fc110-a26e6031 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-862edd93a9f4-a26e6031 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}
.image-copy{
  height: 90px;
  max-width: 100%;
}
.social_link{
  width: 18px;
  height: 18px;
}
.map__icon img{
  width: 25px;
  height: 25px;

}
/*.slide_truck.w-slide{
  transform: translateX(0px);
  opacity: 1;
}*/

/*popup  */
  .popup_bg{
    width: 100vw; height: 100vh;
    position: fixed;
    top: 0; left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 99999;
  }
  .popup_window{
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 300px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    z-index: 99999;
  }
  .w-button{
    padding: 9px 50px;  
  }
  .popup_header{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .doc_popup{
    position: fixed;
    top: 50vh; left: 50vw;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 99999;
  }
  .doc_popup_img{
    display: none;
    max-height: 100%;
    max-width: 100%;
  }
  .doc_popup_img.doc_popup_img_chosen{
    display: block;
  }

  /*pop up end*/
.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0, 0, 0, 0.4); /* Fallback color */
}

.modal__content {
  background-color: #fefefe;
  padding: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}

.modal__form {
  margin-top: 20px;
}

@media screen and (min-width: 640px) {
  .modal__content {
    max-width: 480px;
  }
}

.modal__close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal__close:hover,
.modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


@font-face {
  font-family: "Neo Sans Cyr";
  src: url("../fonts/NeoSansCyr.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neo Sans Cyr Medium";
  src: url("../fonts/14540.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/*
jdiv.label_e67 {background: rgb(55 172 250)!important}
jdiv.cssLeaf_e73, jdiv.cssLeaf_6b5{background-image: url(../images/jleaf.svg)!important;}*/


.display-none{
  display: none;
}
.footer_nav{
  margin: 0 auto;
}