body {
  font-family: MuseoSansRegular, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

._1-section {
  padding: 10px 3.5% 170px;
  background-color: #1d2029;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/1sbg4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/1sbg4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1920px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  font-size: 14px;
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  background-color: transparent;
}

._1s-title {
  margin-top: 90px;
  font-family: BebasNeueBold, sans-serif;
  color: #fff;
  font-size: 122px;
  line-height: 122px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

._1s-subtitle {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

._1s-btn {
  display: block;
  max-width: 360px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 6px solid #eea751;
  border-radius: 2px;
  background-color: #ffbc6b;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: MuseoSansRegular, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

._1s-btn:hover {
  background-color: #eea751;
}

.title-span {
  color: #ffbc6b;
}

.nav-link {
  color: #fff;
}

.logo-text {
  direction: ltr;
  font-family: BebasNeueBold, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.logo-description {
  color: #fff;
}

.bold-text {
  font-family: MuseoSansBold, sans-serif;
  color: #ffbc6b;
  font-weight: 400;
}

.bold-text-2 {
  display: inline-block;
}

.brand {
  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;
}

.icon-logo {
  width: 64px;
  height: 73px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/logo-logistic.png');
  background-position: 0px 0px;
  background-size: 64px;
  background-repeat: no-repeat;
}

.phone-link {
  display: block;
  color: #ffbc6b;
  text-decoration: none;
}

.cb-link {
  display: inline-block;
  border-bottom: 1px dashed #fff;
  color: #fff;
  text-decoration: none;
}

.cb-link:hover {
  border-bottom-color: #ffbc6b;
  color: #ffbc6b;
}

.contact-div {
  margin-top: 20px;
  margin-left: 20px;
  float: right;
}

._2-section {
  padding: 80px 3.5% 70px;
}

._2s-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: BebasNeueBold, sans-serif;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
}

._2s-flexbox {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

._2s-step-div {
  height: 180px;
  max-width: 210px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 40px;
  background-color: #f5f6f8;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, .22);
}

._2s-step-div._1-step {
  background-image: url('../images/2scalc3.png');
  background-position: 91% 10px;
  background-size: 54px;
  background-repeat: no-repeat;
}

._2s-step-div._2-step {
  background-image: url('../images/2scontract2.png');
  background-position: 89% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._2s-step-div._3-step {
  background-image: url('../images/2s-ship2.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._2s-step-div._4-step {
  background-image: url('../images/2s-map2.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._2s-step-div._5-step {
  background-image: url('../images/2s-delivery.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._2s-title-flexbox {
  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: 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;
}

._2s-ps-text {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

._2s-ps-span {
  font-family: BebasNeueBold, sans-serif;
  color: #e1e1e3;
  font-size: 150px;
}

._3-section {
  display: none;
  padding-top: 80px;
  padding-bottom: 70px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/Business-Process-Outsourcing-is-the-life-raft_HD.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/Business-Process-Outsourcing-is-the-life-raft_HD.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1920px;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

._3s-title {
  max-width: 400px;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: BebasNeueBold, sans-serif;
  font-size: 56px;
  line-height: 56px;
  text-align: left;
}

._3s-step-div {
  max-width: 240px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 188, 107, .37);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
}

._3s-step-div._1-step {
  background-image: url('../images/2scalc3.png');
  background-position: 91% 10px;
  background-size: 54px;
  background-repeat: no-repeat;
}

._3s-step-div._2-step {
  background-image: url('../images/2scontract2.png');
  background-position: 89% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-step-div._3-step {
  background-image: url('../images/2s-ship2.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-step-div._4-step {
  background-image: url('../images/2s-map2.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-step-div._5-step {
  background-image: url('../images/2s-delivery.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-flexbox {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._3s-flexbox-general {
  display: block;
}

._3s-title-span {
  color: #ffbc6b;
}

._3s-icon-div {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}

._3s-icon-div._3s-icon-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/3s-worker.png');
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-icon-div._3s-icon-2 {
  background-image: url('../images/3s-card.png');
  background-position: 0px 0px;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-icon-div._3s-icon-3 {
  background-image: url('../images/3s-control.png');
  background-position: 0px 0px;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-icon-div._3s-icon-4 {
  background-image: url('../images/3s-delivery.png');
  background-position: 0px 0px;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-icon-div._3s-icon-5 {
  background-image: url('../images/3s-pass.png');
  background-position: 0px 0px;
  background-size: 64px;
  background-repeat: no-repeat;
}

._4-section {
  padding: 80px 3.5%;
  background-color: #fff;
  background-image: url('../images/4sbg33.jpg');
  background-position: 50% 0px;
  background-size: 1920px;
  background-repeat: no-repeat;
}

._4s-title {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: BebasNeueBold, sans-serif;
  font-size: 56px;
  line-height: 56px;
}

._4s-text {
  max-width: 500px;
}

._4s-text._2-column {
  margin-top: 160px;
}

._5-section {
  padding: 80px 3.5%;
  background-image: url('../images/5sbg2.jpg'), url('../images/5sbg.jpg'), -webkit-linear-gradient(270deg, rgba(29, 32, 41, .95), rgba(29, 32, 41, .95)), url('../images/TEMP.jpg');
  background-image: url('../images/5sbg2.jpg'), url('../images/5sbg.jpg'), linear-gradient(180deg, rgba(29, 32, 41, .95), rgba(29, 32, 41, .95)), url('../images/TEMP.jpg');
  background-position: 50% 0px, 50% 0px, 0px 0px, 50% 0px;
  background-size: cover, cover, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  color: #fff;
}

._5s-title {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: BebasNeueBold, sans-serif;
  font-size: 56px;
  line-height: 56px;
}

._5s-flexbox {
  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: 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;
}

._5s-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 320px;
  margin-bottom: 30px;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(255, 188, 107, .25);
  border-radius: 2px;
  font-size: 19px;
  line-height: 25px;
}

._5s-div._1-step {
  background-image: url('../images/2scalc3.png');
  background-position: 91% 10px;
  background-size: 54px;
  background-repeat: no-repeat;
}

._5s-div._2-step {
  background-image: url('../images/2scontract2.png');
  background-position: 89% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._5s-div._3-step {
  background-image: url('../images/2s-ship2.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._5s-div._4-step {
  background-image: url('../images/2s-map2.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._5s-div._5-step {
  background-image: url('../images/2s-delivery.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._5s-icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._5s-icon.ic1 {
  background-image: url('../images/1-usa.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

._5s-icon.ic2 {
  background-image: url('../images/2-multi.png');
  background-position: 0px 0px;
  background-size: cover;
}

._5s-icon.ic3 {
  background-image: url('../images/3-deal.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

._5s-icon.ic4 {
  background-image: url('../images/4-morsk.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

._5s-icon.ic5 {
  background-image: url('../images/5-krup.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

._5s-icon.ic6 {
  background-image: url('../images/6-complex.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

._5s-icon.ic7 {
  background-image: url('../images/7-train.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

._5s-icon.ic8 {
  background-image: url('../images/8-danger.png');
  background-position: 0px 0px;
  background-size: cover;
}

._5s-icon.ic9 {
  background-image: url('../images/9-sertif.png');
  background-position: 0px 0px;
  background-size: cover;
}

._5s-icon.ic11 {
  background-image: url('../images/10-truck.png');
  background-position: 0px 0px;
  background-size: cover;
}

._5s-icon.ic12 {
  background-image: url('../images/11-log.png');
  background-position: 0px 0px;
  background-size: cover;
}

._5s-icon.ic13 {
  background-image: url('../images/12-shield.png');
  background-position: 0px 0px;
  background-size: cover;
}

._5s-icon.ic14 {
  background-image: url('../images/13-air.png');
  background-position: 0px 0px;
  background-size: cover;
}

._5s-icon.ic15 {
  background-image: url('../images/14-conveyor.png');
  background-position: 0px 0px;
  background-size: cover;
}

._5s-icon.ic16 {
  background-image: url('../images/15-package.png');
  background-position: 0px 0px;
  background-size: cover;
}

._5s-icon.ic17 {
  background-image: url('../images/16-container.png');
  background-position: 0px 0px;
  background-size: cover;
}

._5s-icon.ic18 {
  background-image: url('../images/17-broken.png');
  background-position: 0px 0px;
  background-size: cover;
}

._5s-icon.ic19 {
  background-image: url('../images/18-profits.png');
  background-position: 0px 0px;
  background-size: cover;
}

._5s-icon.ic20 {
  background-image: url('../images/19-check.png');
  background-position: 0px 0px;
  background-size: cover;
}

._5s-icon.ic21 {
  background-image: url('../images/20-gavel.png');
  background-position: 0px 0px;
  background-size: cover;
}

._6-section {
  padding: 80px 3.5% 20px;
  background-color: #f5f5f5;
}

._5s-btn {
  display: block;
  max-width: 360px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 6px solid #eea751;
  border-radius: 2px;
  background-color: #ffbc6b;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: MuseoSansRegular, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

._5s-btn:hover {
  background-color: #eea751;
}

.transport-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: BebasNeueBold, sans-serif;
  font-size: 56px;
  line-height: 56px;
}

.transport-subtitle {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

.transport-div {
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.transport-img-div {
  width: 170px;
  height: 96px;
  margin-bottom: 20px;
}

.transport-img-div.car1 {
  background-image: url('../images/car3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.transport-img-div.car2 {
  background-image: url('../images/car4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.transport-img-div.car3 {
  background-image: url('../images/car2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.transport-img-div.car4 {
  background-image: url('../images/car1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.car-title {
  min-height: 40px;
  margin-bottom: 10px;
  font-family: MuseoSansBold, sans-serif;
  font-size: 16px;
}

.transport-parametr {
  width: 120px;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.dropdown-title {
  display: inline-block;
  border-bottom: 1px dashed #b1b1b1;
  color: #b1b1b1;
}

.icon {
  position: static;
  right: 0px;
  bottom: 0px;
  color: #b1b1b1;
}

.dropdown {
  width: 100%;
}

.dropdown-container.w--open {
  position: static;
  background-color: transparent;
}

.transport-img-div-2 {
  width: 110px;
  height: 69px;
  margin-bottom: 20px;
}

.transport-img-div-2.cont1 {
  background-image: url('../images/20DryVan.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.transport-img-div-2.cont2 {
  background-image: url('../images/20FlatRack.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.transport-img-div-2.cont3 {
  background-image: url('../images/20Opentop.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.transport-img-div-2.cont4 {
  background-image: url('../images/40DryVan.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.transport-img-div-2.cont5 {
  background-image: url('../images/40FlatRack.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.transport-img-div-2.cont6 {
  background-image: url('../images/40HighCube.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.transport-img-div-2.cont7 {
  background-image: url('../images/40Opentop.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.transport-img-div-2.cont8 {
  background-image: url('../images/45-High-Cube.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.parametr-flexbox {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.parametr-description {
  margin-top: 10px;
}

._0-column {
  padding-left: 0px;
}

.transport-subtitle-2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

._7-section {
  overflow: hidden;
  padding: 80px 3.5%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/LOGISTICS_BANNER_2500_650_PCL-MAIN-SITE.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/LOGISTICS_BANNER_2500_650_PCL-MAIN-SITE.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 1920px;
  background-repeat: repeat, no-repeat;
}

._7s-title {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: BebasNeueBold, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
}

.partner-div {
  max-width: 320px;
  color: #fff;
  text-align: center;
}

.partner-logo-img {
  margin-bottom: 20px;
}

.partner-name {
  font-size: 19px;
  line-height: 25px;
}

._8-section {
  padding: 80px 3.5%;
}

._8s-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: BebasNeueBold, sans-serif;
  font-size: 56px;
  line-height: 56px;
}

.client-slider {
  height: auto;
  padding-bottom: 60px;
  background-color: transparent;
}

.arrow-container {
  display: none;
}

.client-logo {
  max-width: 252px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 2px;
}

._9section {
  position: relative;
  height: 600px;
  box-shadow: 0 -5px 30px 0 rgba(0, 0, 0, .1);
}

.map-embed {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

._9s-container {
  display: block;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.map-contact-div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 400px;
  padding: 40px;
  -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;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(20, 11, 0, .63), rgba(20, 11, 0, .63)), url('../images/1sbg4.jpg');
  background-image: linear-gradient(180deg, rgba(20, 11, 0, .63), rgba(20, 11, 0, .63)), url('../images/1sbg4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.map-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-phone {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  text-decoration: none;
}

.map-mail {
  margin-bottom: 40px;
  color: #fff;
}

.privacy-link {
  display: inline-block;
  margin-top: 40px;
  color: #9e9999;
  font-size: 14px;
  text-decoration: underline;
}

.privacy-link:hover {
  color: #fff;
}

.color-span {
  color: #ffbc6b;
}

.map-btn {
  display: block;
  max-width: 360px;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 6px solid #eea751;
  border-radius: 2px;
  background-color: #ffbc6b;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: MuseoSansRegular, sans-serif;
  color: #333;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
}

.map-btn:hover {
  background-color: #eea751;
}

._6-2-section {
  padding: 1px 3.5% 60px;
}

._3-section-2 {
  padding: 80px 3.5% 70px;
  background-color: #1d2029;
  background-image: url('../images/3sbg6.jpg');
  background-position: 50% 100%;
  background-size: 1920px;
  background-repeat: no-repeat;
  color: #fff;
}

._3s-step-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._3s-step-div-2._1-step {
  background-image: url('../images/2scalc3.png');
  background-position: 91% 10px;
  background-size: 54px;
  background-repeat: no-repeat;
}

._3s-step-div-2._2-step {
  background-image: url('../images/2scontract2.png');
  background-position: 89% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-step-div-2._3-step {
  background-image: url('../images/2s-ship2.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-step-div-2._4-step {
  background-image: url('../images/2s-map2.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-step-div-2._5-step {
  background-image: url('../images/2s-delivery.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-form {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

._3s-field {
  height: 60px;
  border: 1px solid #ffbc6b;
  background-color: transparent;
}

._3s-step-div-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
  margin-right: 80px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(255, 188, 107, .37);
  text-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}

._3s-step-div-3._1-step {
  background-image: url('../images/2scalc3.png');
  background-position: 91% 10px;
  background-size: 54px;
  background-repeat: no-repeat;
}

._3s-step-div-3._2-step {
  background-image: url('../images/2scontract2.png');
  background-position: 89% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-step-div-3._3-step {
  background-image: url('../images/2s-ship2.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-step-div-3._4-step {
  background-image: url('../images/2s-map2.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

._3s-step-div-3._5-step {
  background-image: url('../images/2s-delivery.png');
  background-position: 84% 87%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.row-2 {
  max-width: 800px;
}

._3s-number {
  margin-right: 20px;
  font-family: MuseoSansBold, sans-serif;
  color: #ffbc6b;
  font-size: 56px;
  line-height: 56px;
}

._3s-flexbox-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field {
  height: 50px;
  text-align: center;
}

.comments-area {
  padding-top: 15px;
  border-radius: 50px;
  text-align: center;
}

.popup-btn {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #ed008b;
  box-shadow: 0 10px 31px 0 rgba(237, 0, 139, .35);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 24px;
  line-height: 31px;
}

.popup-btn:hover {
  background-color: #c00573;
}

.popup-title {
  font-family: MuseoSansBold, sans-serif;
  font-size: 24px;
  line-height: 31px;
}

.popup-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
}

.soglasie-link {
  color: #949494;
}

.general-popap-dark-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, .85);
}

.white-popup-div {
  position: relative;
  z-index: 1005;
  display: block;
  max-width: 450px;
  margin-top: 7%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 60px 50px;
  background-color: #f5f5f5;
  text-align: center;
}

.dop-info-area {
  display: none;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  color: #333;
  font-size: 24px;
  text-decoration: none;
}

.soglasie-div {
  display: block;
  max-width: 280px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #949494;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}

.phone-field {
  height: 50px;
  text-align: center;
}

.success {
  background-color: #7de986;
}

.popup-subtitle {
  margin-top: 10px;
  margin-bottom: 30px;
}

.cb-popup-dark-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, .85);
}

.popup-btn-2 {
  display: block;
  width: 100%;
  max-width: 360px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 6px solid #eea751;
  border-radius: 2px;
  background-color: #ffbc6b;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: MuseoSansRegular, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.popup-btn-2:hover {
  background-color: #eea751;
}

@media (max-width: 991px) {
  ._1-section {
    padding-bottom: 120px;
  }
  .nav-link {
    color: #333;
  }
  ._2s-flexbox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._4s-title {
    margin-bottom: 40px;
  }
  ._4s-text._2-column {
    margin-top: 10px;
  }
  ._7-section {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/LOGISTICS_BANNER_2500_650_PCL-MAIN-SITE.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/LOGISTICS_BANNER_2500_650_PCL-MAIN-SITE.jpg');
    background-size: auto, cover;
  }
  .partner-name {
    direction: ltr;
    font-size: 16px;
    line-height: 20px;
  }
  ._8-section {
    padding-bottom: 60px;
  }
  ._3s-flexbox-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #ffbc6b;
    color: #333;
  }
  .nav-menu {
    display: block;
    max-width: 250px;
    margin-right: -3.5%;
    margin-left: auto;
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  ._1-section {
    min-height: auto;
    padding-bottom: 60px;
  }
  ._1s-title {
    margin-top: 20px;
    font-size: 68px;
    line-height: 68px;
  }
  ._1s-subtitle {
    font-size: 19px;
    line-height: 24px;
  }
  ._2-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  ._2s-title {
    font-size: 46px;
    line-height: 46px;
  }
  ._2s-ps-text {
    font-size: 19px;
  }
  ._3s-title {
    font-size: 46px;
    line-height: 46px;
  }
  ._4-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  ._4s-title {
    font-size: 46px;
    line-height: 46px;
  }
  ._5-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  ._5s-title {
    margin-bottom: 40px;
    font-size: 46px;
    line-height: 46px;
  }
  ._6-section {
    padding-top: 60px;
  }
  ._5s-btn {
    margin-left: 0px;
  }
  .transport-title {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 46px;
  }
  ._7-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  ._7s-title {
    margin-bottom: 40px;
    font-size: 46px;
    line-height: 46px;
    text-align: center;
  }
  .partner-div {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  ._8-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  ._8s-title {
    font-size: 46px;
    line-height: 46px;
    text-align: center;
  }
  .client-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .map-embed {
    display: none;
  }
  .map-contact-div {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  ._6-2-section {
    padding-bottom: 40px;
  }
  ._3-section-2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  ._3s-step-div-3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  ._1s-subtitle {
    font-size: 19px;
    line-height: 24px;
  }
  ._1s-btn {
    margin-top: 40px;
  }
  .bold-text-2 {
    font-size: 24px;
  }
  .contact-div {
    float: left;
  }
  .white-popup-div {
    padding: 40px 20px;
  }
  .menu-button {
    margin-top: 15px;
  }
}

@font-face {
  font-family: 'MuseoSansBlack';
  src: url('../fonts/MuseoSansBlack.eot') format('embedded-opentype'), url('../fonts/MuseoSansBlack.woff') format('woff'), url('../fonts/MuseoSansBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansBold';
  src: url('../fonts/MuseoSansBold.eot') format('embedded-opentype'), url('../fonts/MuseoSansBold.woff') format('woff'), url('../fonts/MuseoSansBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansRegular';
  src: url('../fonts/MuseoSansRegular.eot') format('embedded-opentype'), url('../fonts/MuseoSansRegular.woff') format('woff'), url('../fonts/MuseoSansRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueBold';
  src: url('../fonts/BebasNeueBold.eot') format('embedded-opentype'), url('../fonts/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueLight';
  src: url('../fonts/BebasNeueLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}