body {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  color: #727272;
  margin: 0;
  padding: 0;
  min-width: 320px;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  display: list-item;
}

.page_left ul {
  margin-left: 15px;
}

.page_left li {
  list-style: disc;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
}

a:hover {
  text-decoration: none;
}

h2 {
  font-size: 36px;
  color: #232323;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade_in {
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
}

.fas {
  color: #49b9cf;
}

.fa-phone {
  width: 18px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.first_line * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.first_line p {
  color: #232323;
  margin-left: 12px;
}

.contact_header {
  display: flex;
  justify-content: space-between;
  height: 140px;
  align-items: flex-start;
  padding-top: 30px;
  position: relative;
}

.menu_header {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  width: 100%;
  height: 70px;
  color: #ffffff;
  background: #26415d;
  display: flex;
  align-items: center;
}

.menu_mobile {
  display: none;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  width: 100%;
  color: #ffffff;
  background: #26415d;
  padding: 22px 0px;
}

/* Recaptcha  */
.g-recaptcha {
  margin-bottom: 1rem;
}

.rc-anchor-light {
  background-color: inherit !important;
}

.rc-anchor {
  box-shadow: none;
}

/* -------- */

.lang {
  position: absolute;
  right:0;
  bottom: 33px;

}

.lang a {
  color: #2C425C; 
}

.lang_switcher {
  display: flex;
  width: 50px;
  justify-content: space-between;
  align-items: center;
  /* bottom: 16px; */
}
.lang_switcher a {
  color: #2C425C;
}

.lang_switcher img {
  height: 14px;
}

.menu_mobile ul>li {
  margin-bottom: 15px;
}

.menu_mobile ul>li:last-child {
  margin-bottom: 0px;
}

.menu_mobile {
  display: none;
}

.sandwitch {
  display: none;
  cursor: pointer;
  width: 50px;
}

.sandwitch_block {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #2C425C;
  margin-bottom: 10px;
  border-radius: 5px;
}

.menu_header ul {
  display: flex;
  justify-content: space-between;
}

.menu_header a,
.menu_mobile a {
  color: white;
}

.menu_headera:hover,
.menu_mobile a:hover {
  text-decoration: none;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown_links {
  display: none;
  position: absolute;
  background: #26415d;
  z-index: 1;
  padding: 7px 0px 7px 10px;
  left: -10px;
  width: 357px;
  line-height: 2;
}

.dropdown_links a {
  color: white;
}

.dropdown:hover .dropdown_links {
  display: block;
}

.header {
  width: 100%;
  height: 675px;
  background-image: url(/media/truck_head.jpg);
  background-size: cover;
  background-position: center top;
  padding-top: 140px;
}

.manifest {
  color: white;
  max-width: 445px;
}

.btn {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 100;
  display: block;
  width: 245px;
  color: white;

  text-align: center;
  border-radius: 4px;
  line-height: 3;
}

.til {
  background-color: #49b9cf;
}

.rose {
  height: 60px;
  background-color: #ff7064;
  color: white;
}

.btn_til_header {
  margin-top: 124px;
}

#section_one {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding-top: 90px;
}

.abt_til {
  margin-bottom: 47px;
}

.line_til {
  width: 200px;
  border: 2px solid #5bb9ce;
  margin: 0 auto;
  margin-bottom: 62px;
}

#section_one p {
  color: #1d191e;
  font-style: italic;
  font-size: 23px;
  line-height: 1.2;
}

#section_two {
  position: relative;
  width: 100%;
}

.benefits_background {
  position: absolute;
  height: 300px;
  background-color: #6d7888;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}

.benefits {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.benefits_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 310px;
  margin-top: 140px;
}

.benefits_item_text {
  color: white;
  background-color: #6d7888;
  padding: 60px 10px;
  margin-top: 60px;
  height: 300px;
  text-align: center;
}

@keyframes messageFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* .fade_in {
    opacity: 1;
    animation: messageFadeOut ease-out 1;
    animation-fill-mode:forwards;
    animation-duration: 0.5s;
    animation-delay: 3s
} */

.message-sent {
  text-align: center;
  position: fixed;
  top: 10%;
  left: 50%;
  width: 320px;
  margin-left: -160px;
  background: #49b9cf;
  font-size: 21px;
  padding: 15px;
  border-radius: 4px;
  color: white;
  z-index: 1000;

  /* opacity: 1;
  animation: messageFadeOut ease-out 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 5s; */
}

#section_three {
  width: 100%;
  padding: 100px 0px;
}

.order {
  display: flex;
  align-items: center;
}

.order_text {
  line-height: 1.3;
  margin-left: 70px;
}

.order_text p {
  color: #232323;
  margin: 0px;
}

.order_text p:first-child {
  font-size: 24px;
}

.order_text p:last-child {
  font-size: 19px;
  font-style: italic;
  padding: 0px;
}

#section_four {
  width: 100%;
  height: 340px;
  background-color: #212121;
}

.slider_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px 10px 0px;
}

.slider_head h3 {
  font-size: 24px;
  color: white;
}

.slick-slide {
  margin: 0 20px;
}

.slick-slide img {
  width: 250px;
}

#arrows {
  width: 60px;
  height: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.arrow_prev {
  display: block;
  background-image: url(/media/arrow_prev.png);
  width: 12px;
  height: 21px;
  cursor: pointer;
}

.arrow_next {
  display: block;
  background-image: url(/media/arrow_next.png);
  width: 12px;
  height: 21px;
  cursor: pointer;
}

#section_five {
  width: 100%;
  background-color: #3d4856;
  text-align: center;
  padding-top: 63px;
}

#section_five h3 {
  font-size: 36px;
  color: white;
}

.benefits_collection_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bct {
  width: 245px;
  height: 212px;
  text-align: center;
  color: white;
  padding: 22px;
  margin-top: 80px;
}

.bct img {
  margin-bottom: 30px;
}

#leave_request {
  width: 100%;
  text-align: center;
  padding-top: 80px;
}

.order_form {
  max-width: 660px;
  margin: 0 auto;
  padding-bottom: 150px;
}

.order_form h3 {
  font-size: 36px;
  color: #212121;
  margin-bottom: 70px;
}

form.order_form input[type="text"],
form.order_form input[type="email"],
form.order_form textarea {
  width: 100%;
  height: 44px;
  border: 1px solid #727272;
  border-radius: 4px;
  margin-bottom: 30px;
  padding-left: 10px;
}

form.order_form textarea {
  height: 124px;
}

form.order_form input[type="submit"],
form.order_form input[type="email"] {
  float: left;
}

#section_seven {
  width: 100%;
  background-color: #f2f2f2;
}

#map {
  height: 450px;
}

#section_eight {
  width: 100%;
  background-color: #1e3f59;
  padding-bottom: 10px;
}

#partners {
  width: 100%;
  background-color: #ececec;
  padding: 30px 0px;
  text-align: center;
}

.partners_items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.partners_item {
  text-align: center;
  margin: 10px;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 75px 0px 50px 0px;
  font-size: 14px;
  color: #738fa3;
}

.logo_footer {
  margin-bottom: 47px;
}

.footer p {
  line-height: 1.7;
}

.footer h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  color: white;
}

.footer_section {
  max-width: 265px;
}

.fa-angle-right {
  color: #738fa3;
  margin-right: 10px;
}

.footer_nav {
  margin-top: 37px;
}

.footer_nav li {
  line-height: 1.9;
}

.footer_nav a {
  color: #738fa3;
}

.foot_address {
  margin-top: 37px;
}

.foot_address>li {
  margin-bottom: 13px;
  position: relative;
  display: flex;
  align-items: center;
}

.foot_address>li>i {
  margin-right: 26px;
}

.foot_address>li::before {
  border-right: 1px solid currentColor;
  bottom: 1px;
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  width: 25px;
}

.foot_address>li>.fas {
  color: #738fa3;
  width: 10px;
}

.copyright {
  width: 100%;
  font-size: 14px;
  color: #738fa3;
  text-align: center;
}

/*============= News ============*/

.news_head {
  background: #f8f9f9;
  text-align: center;
  padding: 78px 0px;
}

.news_head h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #232323;
  font-weight: 600;
  margin: 0;
  max-width: 840px;
  margin: 0 auto;
}

.path_wrapper {
  width: 100%;
  border: 1px solid #e7e7e7;
}

.path {
  display: flex;
  align-items: center;
  padding: 17px 0;
}

.path * {
  margin-right: 13px;
  font-size: 16px;
}

.path>span:first-child {
  color: #232323;
}

.news {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.posts {
  max-width: 700px;
}

.post {
  font-size: 16px;
  padding-bottom: 70px;
}

.post_date {
  margin-top: 20px;
  color: #b8b8b8;
}

.post_title {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
}

.post_line {
  display: block;
  width: 100%;
  border: 1px solid #b8b8b8;
  margin-bottom: 20px;
}

.post_text {
  margin-bottom: 8px;
}

.read_more {
  color: #49b9cf;
  font-weight: 600;
}

.recent_posts {
  max-width: 310px;
  padding-left: 78px;
  margin-top: -7px;
}

/*============= HR ============*/

h3.hr {
  font-size: 23px;
  color: #232323;
}

.pos_text {
  margin-top: 30px;
}

/*============= Pages ============*/

.page {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}

.page_left {
  max-width: 800px;
  position: relative;
}

.page_right {
  max-width: 310px;
  padding-left: 78px;
}

.page_right ul {
  margin-left: 16px;
  margin-bottom: 80px;
}

.page_right ul>li {
  list-style: disc;
  margin-bottom: 10px;
}

.path a,
.recent_posts a {
  color: #727272;
}

.btn_page {
  width: 195px;
  height: 50px;
  font-size: 14px;
  line-height: 2.7;
}

.call_us {
  font-size: 18px;
  color: #232323;
  margin-top: 80px;
}

img.note-float-left {
  margin-right: 10px;
}

img.note-float-right {
  margin-left: 10px;
}

.header_item_en {
  margin-right: 90px;
}

/*============= Map grayscale=====*/

.ymaps-layers-pane {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

/*============= Media ============*/

@media (max-width: 1199px) {
  .disable_1199 {
    display: none;
  }

  .menu_header ul li {
    margin-right: 35px;
  }
  .menu_header ul li:last-child {
    margin-right: 0px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}

/* ============================= */

@media only screen and (max-width: 960px) {
  .menu_header {
    display: none;
  }

  .sandwitch {
    display: block;
    
  }

  .header_item_en {
    margin-right: 0px;
  }

  /* .lang {
    right: 50px;
  } */
  /*.menu_mobile { display: block; }*/
}

@media only screen and (max-width: 800px) {
  .footer {
    flex-direction: column;
    align-items: center;
  }

  .footer_section {
    width: 265px;
  }

  .mobile_disable {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .benefits_background {
    display: none;
  }

  .lang {
    right: 100px;
  }

  .benefits {
    flex-direction: column;
  }

  .benefits_item {
    width: 100%;
    margin-top: 60px;
  }

  .benefits_item_text {
    height: inherit;
  }

  .full_width {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
  }

  .news,
  .page {
    flex-direction: column;
   
  }



  .recent_posts,
  .page_right {
    padding-left: 0;
    margin-bottom: 30px;

  }

  .page_right {
    margin-top: 55px;
  }

  .contact_header {
    font-size: 14px;
    height: 82px;
    padding-top: 18px;
    position: relative;
  }

  .contact_header>.logo img {
    width: 80px;
  }

  .sandwitch img {
    width: 55px;
  }

  .order {
    flex-direction: column;
    align-items: flex-start;
  }

  .order_text {
    margin-left: 0px;
    margin-top: 20px;
  }

  .footer_section {
    margin-top: 30px;
  }

  .footer_nav,
  .foot_address {
    margin-top: 10px;
  }

  .slick-slide {
    margin: 0 16px;
  }
}

@media only screen and (max-width: 520px) {
  .benefits_collection_row {
    flex-direction: column;
    align-items: center;
  }

  .lang_switcher {
    flex-direction: column;
  }

  .lang {
    right: 55px;
    
  }
}

@media only screen and (max-width: 415px) {

  h1,
  h2,
  #section_five h3,
  .order_form h3,
  .news_head h2 {
    font-size: 28px;
  }



  h4 {
    color: #737373;
    font-size: 22px;
  }

  .header {
    height: 560px;
  }

  #section_one p {
    font-size: 18px;
  }

  #section_three {
    padding: 60px 0px;
  }

  .bct {
    height: 180px;
  }

  .btn {
    width: 200px;
    font-size: 14px;
  }

  .rose {
    height: inherit;
  }

  .news_head {
    padding: 50px 0px;
  }
}


/* ======== RENT ======= */

.rent_items {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 50px;

}




.rent_item {
  width: 48%;
  min-width: 255px;
  
  border: 1px solid #ececec;
  border-radius: 5px;

  margin-right: 10px;
  margin-bottom: 10px;

  cursor: pointer;
}

.rent_item:hover .rent_item_head {
  background-color: #69B7CC;
  color: white;
}

@media only screen and (max-width: 600px) {

  .rent_items {
    flex-direction: column;
  }

  .rent_item {
    width: 100%;
  }
}

.rent_item_head {
  padding: 7px 10px;
  background-color: #ececec;
  transition: 0.2s ease-in;
  /* color: #000; */
}


.rent_item_body {
  padding: 25px;
  text-align: center;
}

.rent_item img {
  height: 200px;
}

.rent_item a {
  color: inherit;
}

ul.rent_ul {
  
  margin-top: 50px; 
  margin-bottom: 100px;
  color: black;
  margin-left: 0px;
}

ul.rent_ul li {
  margin-top: 7px;
  list-style: none;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

ul.rent_ul li img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}


table.item_description {
  margin-top: 20px;
  border-collapse: collapse;
  width: 100%;
}

table.item_description td, th {
  border: 1px solid #ececec;
  text-align: left;
  padding: 8px;
}

table.item_description tr:nth-child(even) {
  background-color: #ececec;
}

.item_image {
  max-width: 400px;
  margin: 50px 0;
}

.item_image img {
  width: 100%;
}

h3.item_title {
  font-size: 26px;
  color: #69B7CC;
}

.sect {
  background-color: #69B7CC;
  color: white;
}

