body {
  font-family: var(--wp--preset--font-family--montserrat);
}
main {
  min-height: 400px;
  margin: 0;
  padding-top: 89px;
}
.container {
  max-width: 1400px;
}
header {
  margin-right: auto !important;
  margin-left: auto !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #ffffff;
}
.header-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header-container .logo-wrap {
  padding: 23px 0 23px 20px;
}
.header-container nav {
  width: 52%;
}
.header-container .logo-wrap img {
  width: 203px;
  height: 43px;
}
.navbar-expand-md .navbar-collapse {
  justify-content: right;
}
.navbar-expand-md .navbar-collapse li {
  margin-left: 30px;
}
.navbar-toggler-icon {
  background-image: url('../img/menu-line.svg');
  width: 24px;
  height: 24px;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler:hover {
  box-shadow: none;
}
.navbar-expand-md .navbar-nav .nav-link {
  color: var(--wp--preset--color--trd-dark);
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
.qoute-wrap {
  display: flex;
  justify-content: center;
}
.tel-btn-wrap, .tel-btn-wrap-mob, .quote-btn-wrap-mob {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote-btn-wrap-mob {
  margin-left: 10px;
}
.tel-btn-wrap-mob a {
  display: block;
}
.tel-btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tel-btn-wrap a {
  text-decoration: none;
  padding: 7px 25px 7px 40px;
  border: 1px solid var(--wp--preset--color--base);
  border-radius: 6px;
  background-image: url('../img/call-desk.svg');
  background-repeat: no-repeat;
  background-position: 10px 5px;
  color: var(--wp--preset--color--base);
}
.quote-btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.quote-btn-wrap .btn {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--secondary);
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding: 10px 25px;
}
.quote-btn-wrap .btn:hover, .quote-btn-wrap btn:focus, .quote-btn-wrap btn:active {
  color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--base);
}
.qoute-wrap-mobile {
  display: none;
}

footer {
  margin: 0;
  background-color: var(--wp--preset--color--trd-footer-back);
  padding-bottom: 20px;
}
footer .container {
  max-width: 1172px;
}
.footer-container .logo-wrap img {
  width: 203px;
  height: 43px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
}
.social-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}
.social-wrap .social-item {
  margin-right: 30px;
}
.social-wrap .social-item.last {
  margin-right: 0;
}
.footer-divider {
  height: 1px;
  background-color: var(--wp--preset--color--trd-footer-border);
  opacity: 30%;
}
.footer-middle {
  padding-bottom: 10px;
}
.footer-middle-wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 10px 0;
}
.footer-middle-menu ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  justify-content: space-between;
  margin: 0;
}
.footer-middle-menu ul li {
  display: block;
  padding-bottom: 3px;
}
.footer-middle-menu ul li a {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
}
.footer-middle-address {
  width: 30%;
  padding-left: 115px;
}
.footer-middle-address ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  justify-content: space-between;
}
.footer-middle-address ul li {
  display: block;
  margin-right: 5px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--wp--preset--color--trd-footer);
}
.footer-middle-call a {
  text-decoration: underline;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--wp--preset--color--secondary);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 10px 0;
}
.footer-bottom-menu ul {
  display: flex;
  padding-left: 0;
  list-style-type: none;
  justify-content: space-between;
  margin: 0;
}
.footer-bottom-menu ul li {
  display: block;
  margin-right: 30px;
}
.footer-bottom-menu ul li a {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
}
.footer-bottom-copyright {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: var(--wp--preset--color--trd-footer);
}

.get-quote {
  position: relative;
  font-family: var(--wp--preset--font-family--roboto);
  overflow: hidden;
}
.get-quote .container {
  display: flex;
  justify-content: space-between;
}
.get-quote:before, .advantages:before, .part-of:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 30%;
  background-color: var(--wp--preset--color--base-back);
  z-index: -1;
}
.get-quote-wrap {
  width: 45%;
  padding: 100px 0px 100px 120px;
}
.get-quote-wrap h2 {
  margin: 0;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: var(--wp--preset--color--trd-dark);
  font-family: var(--wp--preset--font-family--montserrat);
}
.get-quote-wrap h5 {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: var(--wp--preset--color--base);
}
.get-quote-wrap h2 span {
  color: var(--wp--preset--color--base);
}
.get-quote-form {
  padding: 21px 12px;
  background-color: var(--wp--preset--color--secondary);
  max-width: 457px;
  border: 1px solid var(--wp--preset--color--trd-footer-border);
  border-radius: 6px;
}
.get-quote-form .btn-wrap {
  text-align: center;
}
.get-quote-form .btn-wrap .btn {
  display: inline-block;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--secondary);
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  padding: 14px 25px;
  font-family: var(--wp--preset--font-family--roboto);
  position: relative;
  width: 100%;
}
.get-quote-form .btn.disabled {
  opacity: 1;
  background-color: var(--wp--preset--color--trd-blue);
}
.get-quote-form .form-control {
  border: 1px solid var(--wp--preset--color--trd-footer-border);
  border-radius: 2px;
  background-color: var(--wp--preset--color--trd-input-back);
  padding-top: 30px;
}
.get-quote-form .form-floating > label {
  color: var(--wp--preset--color--trd-dark);
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  top: -10px;
}
.get-quote-form .form-floating > .form-control:focus ~ label {
  color: var(--wp--preset--color--trd-dark);
  font-size: 18px;
  transform: scale(0.85) translateY(-0.3rem) translateX(0.15rem);
}
.form-floating > .form-control::placeholder {
  color: var(--wp--preset--color--trd-placeholder);
  font-size: 16px;
  font-weight: 400;  
}
.form-floating > .form-control:focus::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus ~ label::after {
  background-color: transparent;
}
.get-quote-map-wrap {
  background-image: url('../img/map.svg');
  background-repeat: no-repeat;
  background-position: 0px 80px;
  background-size: contain;
  padding-left: 60px;
  position: relative;
  width: 57%;
}
.get-quote-img-wrap {
  position: absolute;
  top: 46px;
  right: -38%;
  animation: linear alternate;
  animation-name: run;
  animation-duration: 1s;
}
@-webkit-keyframes run {
  0% {
    right: -200%;
    transform: translateX(-38%);
  }
  100% {
    right: -38%;
    transform: translateX(0%);
  }
}
.get-quote-img-wrap:before {
  content: "";
  position: absolute;
  background-image: url('../img/ovals.svg');
  background-repeat: no-repeat;
  background-position: bottom 315px right -18px;
  width: 1430px;
  height: 1430px;
  top: -46px;
  left: 51px;
  z-index: -1;
}

.testimonials-slider {
  background-color: var(--wp--preset--color--trd-tst-back-two);
  margin: 0;
  padding-top: 25px;
}
.testimonials-slider .container {
  max-width: 1172px;
}
.testimonial-item {
  display: flex;
  justify-content: space-between;
  background-color: var(--wp--preset--color--trd-tst-back);
  border: 1px solid var(--wp--preset--color--trd-tst-border);
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0px 2px 4px 0px var(--wp--preset--color--trd-box-shadow);
}
.testimonial-img-wrapper {
  width: 30%;
  padding: 10px 0 0 7px;
}
.testimonial-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.testimonial-desc-top {
  display: flex;
  justify-content: space-between;
}
.testimonial-desc-top h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--roboto);
  color: var(--wp--preset--color--trd-dark);
}
.testimonial-desc-bottom {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: var(--wp--preset--font-family--roboto);
  color: var(--wp--preset--color--trd-dark);
  margin-bottom: 0;
  height: 72px;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
.testimonial-rating {
  background-image: url('../img/rating-item.svg');
  width: 115px;
  height: 22px;
}
.owl-carousel .owl-item .testimonial-item img {
  width: 52px;
  height: 52px;
  display: inline-block;
}
.owl-carousel.owl-loaded {
  top: -87px;
}
.testimonials-slider .sa_owl_theme .owl-dots .owl-dot {
  padding-right: 5px !important;
}
.testimonials-slider .sa_owl_theme .owl-dots .owl-dot span {
  border: 1px solid var(--wp--preset--color--trd-slider-button) !important;
  background-color: transparent !important;
  width: 12px !important;
  height: 12px !important;
}
.testimonials-slider .sa_owl_theme .owl-dots .owl-dot.active span {
  background-color: var(--wp--preset--color--trd-second-blue) !important;
}
.testimonials-slider .owl-pagination-true {
  margin-bottom: 0 !important;
}

.who-we-are {
  background-color: var(--wp--preset--color--trd-tst-back-two);
  margin: 0;
  padding-bottom: 100px;
}
.who-we-are .container {
  max-width: 1172px;
}
.wwa-wrap {
  display: flex;
  justify-content: space-between;
}
.wwa-tag, .adv-tag, .wp-tag, .wp-item-tag, .faq-tag {
  background-color: var(--wp--preset--color--trd-orange);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--roboto);
  color: var(--wp--preset--color--secondary);
  padding: 5px 22px;
  border-radius: 18px;
  max-width: 125px;
}
.wwa-desc {
  width: 50%;
}
.wwa-desc h2 {
  margin-top: 20px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: var(--wp--preset--color--trd-dark);
}
.wwa-desc p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--wp--preset--color--trd-dark);
}
.wwa-experience {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.wwa-experience-row {
  display: flex;
  justify-content: space-between;
}
.wwa-experience-item {
  padding-left: 20px;
  padding-top: 20px;
}
.wwa-experience-item.wwa-left {
  padding-right: 20px;
  padding-left: 0;
}
.wwa-experience-item h3 {
  font-size: 46px;
  line-height: 55px;
  font-weight: 700;
  color: var(--wp--preset--color--trd-third-blue);
  text-align: center;
}
.wwa-experience-item p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: var(--wp--preset--color--trd-third-grey);
  max-width: 140px;
  text-align: center;
}
.wwa-y-divider {
  height: 119px;
  width: 1px;
  background-color: var(--wp--preset--color--trd-footer-border);
}
.wwa-y-divider.btm-y-divider {
  margin-top: 20px;
}
.wwa-x-divider {
  height: 1px;
  width: 119px;
  background-color: var(--wp--preset--color--trd-footer-border);
}

.advantages {
  margin: 0;
  position: relative;
  overflow-x: hidden;
}
.advantages .container {
  position: relative;
  max-width: 1172px;
}
.advantages .container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  width: 100%;
  height: 100%;
  background-image: url('../img/adv-back3.svg');
  background-repeat: no-repeat;
  z-index: -1;
}
.adv-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.adv-wrap h2 {
  margin-top: 20px;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  color: var(--wp--preset--color--trd-dark);
}
.adv-wrap p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--wp--preset--color--trd-dark);
  max-width: 650px;
  margin: 0;
  padding-bottom: 20px;
}
.adv-items-wrap {
  display: flex;
  justify-content: space-between;
}
.adv-item {
  background-color: var(--wp--preset--color--secondary);
  width: 32%;
  padding: 20px;
  box-shadow: 0px 2px 4px 0px var(--wp--preset--color--base-back);
}
.adv-item figure {
  text-align: center;
  padding-top: 10px;
  height: 154px;
  margin: 0;
}
.adv-item figure img {
  display: inline-block;
}
.adv-item h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--wp--preset--color--trd-dark);
  text-align: center;
  padding-bottom: 10px;
}
.adv-item p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--wp--preset--color--trd-dark);
  text-align: center;
}

.work-process {
  margin: 0;
  background-color: var(--wp--preset--color--trd-tst-back-two);
  padding-top: 50px;
}
.work-process .container {
  max-width: 1172px;
}
.wp-tag-wrap {
  text-align: center;
}
.wp-tag {
  max-width: 150px;
  display: inline-block;
}
.wp-wrap h2 {
  padding: 20px 270px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--wp--preset--color--trd-dark);
  text-align: center;
}
.wp-scheme-top {
  display: flex;
  justify-content: center;
}
.wp-arrow {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 28px;
}
.wp-scheme-items {
  display: flex;
  justify-content: space-between;
}
.wp-scheme-item h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--wp--preset--color--trd-dark);
  text-align: center;
  padding: 0px 30px 0px 10px;
}
.wp-scheme-item:first-child h4 {
  padding: 0 50px 0 0;
}
.wp-scheme-item:last-child h4 {
  padding: 0px 20px 0px 80px;
}
.wp-item-row {
  margin-top: 30px;
}
.wp-items-wrap {
  padding-top: 50px;
}
.wp-item-row .wp-item-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.wp-item-row .wp-item-wrap .wp-item-text {
  padding-left: 20px;
}
.wp-item-row:first-child .wp-item-wrap .wp-item-text, .wp-item-row:last-child .wp-item-wrap .wp-item-text {
  padding-left: 0;
}
.wp-item-row:first-child .wp-item-wrap, .wp-item-row:last-child .wp-item-wrap {
  flex-direction: row;
}
.wp-item-tag {
  max-width: 88px;
}
.wp-item-wrap h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: var(--wp--preset--color--trd-dark);
  padding: 20px 0px;
  margin: 0;
}
.wp-item-wrap p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--wp--preset--color--trd-dark);
  padding-right: 20px;
}
.wp-item-img {
  padding-top: 20px;
}
.wp-btn-wrap {
  padding-top: 20px;
  padding-bottom: 50px;
}
.wp-btn-wrap .btn {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--secondary);
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding: 10px 25px;
}
.wp-btn-wrap .btn:hover, .wp-btn-wrap .btn:focus, .wp-btn-wrap .btn:active {
  color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--base);
}
.wp-scheme-mobile {
  display: none;
}

.part-of {
  position: relative;
  margin: 0;
}
.part-of .container {
  max-width: 1172px;
}
.part-of h2 {
  padding: 50px 0;
  color: var(--wp--preset--color--trd-dark);
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}
.po-logo-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.po-logo-pd {
  padding-top: 30px;
}
.po-logo-pd2 {
  padding-top: 10px;
}
.po-logo-wrap-mob {
  display: none;
}
.po-logo-col {
  display: flex;
  flex-direction: column;
  width: 33%;
}
.po-logo-col figure {
  text-align: center;
}
.po-logo-col figure img {
  display: inline-block;
}
.po-logo-pd-mob {
  padding-top: 18px;
}
.po-logo-pd-mob2 {
  padding-top: 10px;
}

.faq {
  margin: 0;
  background-color: var(--wp--preset--color--trd-tst-back-two);
}
.faq .container {
  max-width: 1172px;  
}
.faq-wrap {
  padding: 50px 0;
}
.faq-tag {
  max-width: 90px;
  padding: 5px 30px;
}
.faq-wrap h2 {
  color: var(--wp--preset--color--trd-dark);
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  padding: 20px 0;
}
.accordion-item {
  border-bottom: 1px solid var(--wp--preset--color--trd-footer-border);
  border-top: 1px solid var(--wp--preset--color--trd-footer-border);
}
.accordion-item h4 {
  color: var(--wp--preset--color--trd-dark);
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
  padding: 25px 0;
  position: relative;
}
.accordion-item .accordion-body {
  color: var(--wp--preset--color--trd-dark);
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  padding: 0 30px 10px 10px;
}
.accordion-item h4:after {
  content: "";
  position: absolute;
  right: 0;
  top: 23px;
  width: 30px;
  height: 30px;
  background-image: url('../img/accord-plus.svg');
  background-repeat: no-repeat;
}
.accordion-item h4:not(.collapsed):after {
  background-image: url('../img/accord-minus.svg');
}
.truck-mobile {
  display: none;
}

.page-content {
  min-height: 600px;
}
.page-content .container {
  max-width: 1172px;
}

@media screen and (max-width: 1800px) {
  .get-quote-img-wrap {
    position: absolute;
    top: 46px;
    right: -42%;
    animation: linear alternate;
    animation-name: run;
    animation-duration: 1s;
  }
  @-webkit-keyframes run {
    0% {
      right: -200%;
      transform: translateX(-42%);
    }
    100% {
      right: -42%;
      transform: translateX(0%);
    }
  }
}

@media screen and (max-width: 1700px) {
  .get-quote-img-wrap {
    position: absolute;
    top: 46px;
    right: -49%;
    animation: linear alternate;
    animation-name: run;
    animation-duration: 1s;
  }
  @-webkit-keyframes run {
    0% {
      right: -200%;
      transform: translateX(-49%);
    }
    100% {
      right: -49%;
      transform: translateX(0%);
    }
  }
}

@media screen and (max-width: 1600px) {
  .get-quote-img-wrap {
    position: absolute;
    top: 46px;
    right: -55%;
    animation: linear alternate;
    animation-name: run;
    animation-duration: 1s;
  }
  @-webkit-keyframes run {
    0% {
      right: -200%;
      transform: translateX(-55%);
    }
    100% {
      right: -55%;
      transform: translateX(0%);
    }
  }
}

@media screen and (max-width: 1400px) {
  .get-quote-img-wrap {
    position: absolute;
    top: 46px;
    right: -70%;
    animation: linear alternate;
    animation-name: run;
    animation-duration: 1s;
  }
  @-webkit-keyframes run {
    0% {
      right: -200%;
      transform: translateX(-70%);
    }
    100% {
      right: -70%;
      transform: translateX(0%);
    }
  }
}

@media screen and (max-width: 1300px) {
  .header-container nav {
    width: 40%;
  }
  .get-quote .container {
    flex-direction: column;
  }
  .get-quote-wrap {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .get-quote-form {
    max-width: 50%;
    margin: 0 auto;
  }
  .get-quote-img-wrap img {
    display: inline-block;
  }
  .get-quote-img-wrap img.truck-desk {
    display: none;
  }
  .get-quote-wrap h2 {
    text-align: center;
  }
  .get-quote-wrap h5 {
    text-align: center;
    margin-top: 20px;
  }
  .get-quote-map-wrap {
    position: absolute;
    top: 395px;
    left: 20%;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .get-quote-img-wrap:before {
    left: 0;
    background-position: bottom 0px right -18px;
  }
  .get-quote-img-wrap {
    padding-left: 20px;
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    min-height: 510px;
    padding-top: 130px;
  }
  @-webkit-keyframes run {
    0% {
      right: -200%;
      transform: translateX(0%);
    }
    100% {
      right: 0;
      transform: translateX(0%);
    }
  }
}

@media screen and (max-width: 1070px) {
  .header-container nav {
    width: 45%;
  }
  .qoute-wrap {
    display: none;
  }
  .qoute-wrap-mobile {
    display: flex;
    justify-content: center;
  }
  .get-quote-form {
    max-width: 70%;
  }
  .work-process {
    padding-top: 20px;
  }
  .wp-item-row .wp-item-wrap {
    flex-direction: column-reverse;
  }
  .wp-item-row:first-child .wp-item-wrap, .wp-item-row:last-child .wp-item-wrap {
    flex-direction: column;
  }
  .wp-wrap h2 {
    padding: 20px 30px 0 30px;
    font-size: 20px;
    line-height: 24px;
  }
  .wp-scheme-wrap {
    display: none;
  }
  .wp-scheme-mobile {
    display: block;
    padding-top: 30px;
  }
  .wpm-scheme-item figure {
    text-align: center;
  }
  .wpm-scheme-item figure img {
    display: inline-block;
  }
  .wpm-scheme-item h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--wp--preset--color--trd-dark);
    text-align: center;
    padding: 0 35px;
  }
  .wp-arrow {
    padding-top: 0;
  }
  .wp-item-row:first-child .wp-item-wrap, .wp-item-row:last-child .wp-item-wrap {
    flex-direction: column-reverse;
  }
  .wp-item-wrap h3 {
    font-size: 20px;
    line-height: 24px;
    padding-right: 20px;
  }
  .wp-item-wrap p {
    font-size: 14px;
    line-height: 22px;
    padding-right: 0;
    margin: 0;
  }
  .wp-item-row {
    margin-top: 0;
  }
  .wp-item-row .wp-item-wrap .wp-item-text {
    padding-left: 0;
  }
  .wp-btn-wrap {
    text-align: center;
    margin-bottom: 0;
  }
  .wp-btn-wrap .btn {
    display: inline-block;
  }
  .po-logo-wrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .header-container .logo-wrap img, .footer-container .logo-wrap img {
    width: 132px;
    height: 28px;
  }
  .header-container .logo-wrap {
    padding-left: 10px;
  }
  .header-container nav {
    width: auto;
  }
  .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--base-back);
    top: 0;
    left: 0;
    z-index: 9;
  }
  .navbar-nav {
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
  .navbar-toggler {
    position: absolute;
    top: 22px;
    right: -10px;
    z-index: 999;
    border: none;
  }
  .navbar-expand-md .navbar-collapse li {
    margin-left: 0;
  }

  .footer-top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px 0;
  }
  .social-wrap {
    justify-content: flex-start;
    padding-top: 20px;
  }
  .footer-middle {
    padding-bottom: 30px;
  }
  .footer-middle-wrap {
    flex-wrap: wrap;
  }
  .footer-middle-address {
    width: 53%;
    padding-left: 0;
  }
  .footer-middle-menu ul, .footer-middle-address ul, .footer-bottom-menu ul {
    flex-direction: column;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    padding-top: 20px;
  }
  .footer-middle-address ul li {
    margin-right: 5px;
    font-size: 14px;
    line-height: 29px;
  }
  .footer-middle-menu ul li a {
    font-size: 14px;
  }
  .footer-bottom-menu ul li a {
    font-size: 14px;
  }
  .footer-bottom-copyright {
    font-size: 14px;
    padding-top: 20px;
  }
  .footer-middle-menu ul li {
    margin-right: 30px;
    padding-bottom: 0;
  }
  .get-quote-map-wrap {
    left: 0;
  }
  .get-quote-form {
    max-width: 100%
  }
  .wwa-wrap {
    flex-direction: column;
  }
  .wwa-desc {
    width: 100%;
  }
  .wwa-desc h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .wwa-desc p {
    font-size: 14px;
    line-height: 22px;
  }
  .wwa-experience-item {
    width: 45%;
    padding-left: 0;
    text-align: center;
  }
  .wwa-experience-item h3 {
    font-size: 30px;
  }
  .wwa-experience-item p {
    font-size: 14px;
    line-height: 17px;
    max-width: 106px;
    display: inline-block;
  }
  .wwa-experience-item.wwa-left {
    padding-right: 0;
  }
  .wwa-x-divider {
    width: 45%;
  }
  .adv-items-wrap {
    flex-direction: column;
  }
  .adv-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .adv-wrap h2 {
    font-size: 26px;
  }
  .adv-wrap p {
    font-size: 14px;
    line-height: 22px;
  }
  .adv-item h4 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 5px;
  }
  .advantages .container:after {
    background-image: url('../img/adv-back2.svg');
    left: 65%;
  }
  .po-logo-wrap {
    display: none;
  }
  .po-logo-wrap-mob {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
  }
  .part-of h2 {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 20px;
  }
  .wp-item-img img {
    width: 100%;
    height: auto;
  }
  .faq-wrap {
    padding: 25px 0;
  }
  .faq-wrap h2 {
    font-size: 26px;
    line-height: 32px;
    padding-right: 20px;
  }
  .accordion-item h4 {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 40px 10px 0;
  }
  .accordion-item h4:after {
    top: 30%;
  }
  .accordion-item .accordion-body {
    padding: 0 0 10px 10px;
  }
  .truck-mobile {
    display: block;
  }  
  .truck-desk {
    display: none;
  }
  .get-quote-img-wrap {
    min-height: 375px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .advantages .container:after {
    left: 65%;
  }
}

@media screen and (max-width: 500px) {
  .get-quote .container {
    flex-direction: column;
  }
  .get-quote-wrap {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .get-quote-wrap h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .get-quote-wrap h5 {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin-top: 20px;
  }
  .advantages .container:after {
    left: 60%;
  }
}

@media screen and (max-width: 450px) {
  .advantages .container:after {
    left: 55%;
  }
}

@media screen and (max-width: 400px) {
  .advantages .container:after {
    left: 45%;
  }
}