@font-face {
  font-family: "Muller";
  src: url("fonts/MullerRegular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Muller-bold";
  src: url("fonts/MullerBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src: url("fonts/rajdhani-regular.ttf");
  font-display: swap;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

.tel__fixed {
  position: fixed;
  bottom: 3%;
  left: 3%;
  z-index: 99;
  width: 70px;
  height: auto;
}

.tele__fixed {
  position: fixed;
  bottom: 90px;
  left: 3%;
  z-index: 99;
  width: 70px;
  height: auto;
}

/* header  */

.telephone {
  margin-right: 10px;
}

.header__nav {
  max-width: 1300px;
  margin: 10px auto;
}

.en {
  margin-left: 10px;
}

.container-fluid {
  padding: 0;
}

.headerg {
  padding-top: 25px;
  background-image: url(img/gruz/bg_header.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.pogoda_headerr {
  gap: 30px;
}

.left_headerg {
  max-width: 623px;
  width: 100%;
}

.header_g {
  margin-top: 70px;
  padding-bottom: 120px;
}

.pogoda_headerr h5 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-top: 7px;
  color: #000000;
}

.h1_header {
  opacity: 0;
  font-size: 1px;
}

.left_headerg h1 {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 121%;
  margin-top: 20px;

  color: #000000;
}

.header_g {
  position: relative;
}

.right_headerg {
  position: absolute;
  right: -15%;
}

.left_headerg p {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;

  color: #000000;
}

.left_headerg a {
  display: block;
  max-width: 222px;
  width: 100%;
  height: 48px;
  margin-top: 20px;

  border: 1.5px solid #000000;
  filter: drop-shadow(0px 8px 24px rgba(202, 44, 51, 0.1));
  border-radius: 8px;
  padding: 11px 20px;
  text-align: center;

  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;

  color: #000000;
}

.left_headerg a:hover {
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.tel {
  background: #fec52e;
  border: 1px solid #ffc700;
  border-radius: 9px;
  padding: 8px 25px;

  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  color: #000000;
  text-align: center;
}

.telg {
  background: #000000;
  border: 1px solid #ffc700;
  border-radius: 9px;

  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  color: #ffc700;
}

.tel:hover {
  text-decoration: none;
  color: #000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.telg:hover {
  text-decoration: none;
  color: #ffc700;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.loc_h5 {
  display: flex;
  align-items: center;
  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.loc_img {
  max-width: 20px;
  height: 100%;
  margin-right: 10px;
}

.header__nav__ul li a {
  margin-left: 44px;

  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}

.header__nav__ul li a:hover {
  text-decoration: none;
  color: #ffbe00;
}

.header__nav__ulg li a:hover {
  color: #000000;
  font-weight: 800;
}

.header__body h1 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  align-items: center;

  color: #000000;
  margin-top: 76px;
  max-width: 600px;
  width: 100%;
}

.header__body h2 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  display: flex;
  align-items: center;

  color: #ffbe00;
}

.header__body h3 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 250;
  font-size: 50px;
  line-height: 56px;

  color: #000000;
}

.header__body h3 span {
  font-family: "Muller-bold";
  font-weight: 500;
  line-height: 112%;

  color: #000000;
}

.header__body p {
  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;

  color: #000000;

  margin-top: 32px;
}

.header__body a {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;

  color: #000000;

  display: inline-block;
  background: #ffbe00;
  border: 1px solid #ffc700;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  margin-top: 31px;
  padding: 18px 28px 16px 28px;
}

.header__body a:hover {
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.social__header {
  margin-top: 0 !important;
}

.lang a:hover {
  color: #9a7800 !important;
}

.social__header {
  margin-left: 10px;
}

.header__nav h5 {
  max-width: 200px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: none;
  border: none;
  padding: none;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: none;
  transition: none;
}

.btn:focus {
  box-shadow: none;
}

.dropdown-menu {
  min-width: 1rem;
  padding: 1.2rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: center;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.458);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.next {
  position: absolute !important;
  top: 50% !important;
  right: 20px !important;
  background: none !important;
  width: 74px !important;
  height: 74px !important;
}

.prev {
  position: absolute !important;
  top: 50% !important;
  left: 20px !important;
  background: none !important;
  width: 74px !important;
  height: 74px !important;
}

/* advantages */

.advantages {
  position: relative;
  padding: 50px 0;
}

.left__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.advantages h3 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 130%;
  text-align: center;

  color: #1e212c;
  margin-bottom: 34px;
}

.advantages h4 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160.19%;
  text-align: center;
  max-width: 936px;
  width: 100%;
  margin: 0 auto;

  color: #5f5f5f;

  opacity: 0.6;
}

.advantages__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.advantages__card {
  background: #fff;
  box-shadow: 0px 4px 32px rgba(34, 34, 34, 0.24);

  border-radius: 17px;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.advantages__cardsg {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 20px;
}

.right_headerg img {
  width: 90%;
}

.advantages__card p {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  color: #000000;
}

.advantages__cardsg p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;

  color: #000000;
}

.advantages__card img {
  margin: 0 auto;
  margin-bottom: 15px;
}

.first_itemg {
  gap: 20px;
}

/* price2 */

.price2 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 22;
}

.right__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -99;
}

.price2 h3 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #000000;
}

.price2 h3 span {
  color: #ffbe00;
}

.price2__p {
  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 31px;

  color: #000000;
}

.we_cooperate {
  padding-top: 50px;
  padding-bottom: 50px;
}

.we_cooperate h3 {
  text-align: center;
  margin-bottom: 50px;
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 130%;
  text-align: center;
  color: #1e212c;
}

.price2__p::after {
  content: "";
  display: block;
  width: 68px;
  height: 7px;
  background-color: #ffc700;
  margin: 0 auto;
  margin-top: 31px;
  border-radius: 3.5px;
}

.container__price2 {
  gap: 25px;
}

.card_price2 {
  max-width: 346px;
  width: 100%;

  box-shadow: 0px 4px 32px rgba(34, 34, 34, 0.24);
  border-radius: 25px;
  background: #fff;

  margin-top: 40px;
}

.card_price2 img {
  margin: 10px auto;
  border-bottom: 1px solid #000;
}

.price2__text {
  padding: 25px;
}

.price2__text h5 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 99.5%;

  color: #000000;
}

.price2__text p {
  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  text-align: left;
  margin-top: 15px;

  color: #000000;
}

.price2__text h6 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  margin-top: 15px;

  color: #000000;
}

.price2__text a {
  display: block;
  background: #ffbe00;
  border: 1px solid #ffc700;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  margin-top: 36px;
  padding: 18px 52px;

  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;

  color: #000000;
}

.price2__textg a {
  background: #ffbe00;
  border: 1px solid #ffc700;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;

  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 30px;
  text-align: center;

  color: #000000;
}

.price__uz a {
  line-height: 20px;
  padding: 12px 52px;
}

.price2__text a:hover {
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

/* work  */

.reliable-hands {
  padding-top: 50px;
  padding-bottom: 50px;
}

.reliable-hands h3 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-align: center;

  color: #000000;
}

.reliable-hands h3 span {
  color: #ffbe00;
}

.reliable-hands h4 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 14px;

  color: #000000;
}

.reliable-hands h4::after {
  content: "";
  display: block;
  width: 68px;
  height: 7px;
  background-color: #ffc700;
  margin: 0 auto;
  margin-top: 31px;
  border-radius: 3.5px;
}

.left__inner h5 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 131%;

  color: #000;
}

.left__inner h5 span {
  color: #ffbe00;
}

.p__left {
  margin-top: 18px;
  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 124%;
  padding: 15px;
  background: rgba(217, 217, 217, 0.28);
  border-radius: 16px;

  color: #000000;
}

.cards__inner {
  margin-top: 20px;
}

.card__inner {
  max-width: 100px;
  width: 100%;
  text-align: center;
}

.card__inner img {
  margin: 0 auto;
}

.card__inner p {
  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 124%;
  text-align: center;
  margin-top: 4px;

  color: #000000;
}

.carousel-item {
  margin-top: 25px;
}

.left__inner {
  display: inline-block;
  margin-left: 70px;
  max-width: 400px;
  width: 100%;
}

.right__inner {
  display: inline-block;
  margin-left: 20px;
}

.right__margin {
  margin-left: 150px;
}

.container__hands {
  position: relative;
}

.carousel-control-prev {
  position: absolute;
  top: 50%;
  left: -50px;

  background: #ffc700;
  width: 74px;
  height: 74px;
  border-radius: 50%;
}

.carousel-control-next {
  position: absolute;
  top: 50%;
  right: -50px;

  background: #ffc700;
  width: 74px;
  height: 74px;
  border-radius: 50%;
}

/* form  */

.form {
  min-height: 730px;
  background-image: url(img/form_bg.webp);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 0;
  position: relative;
}

@media (max-width: 1200px) {
  .form {
    background-size: cover;
    background-position: left;
  }
}

.form__car {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 690px;
}

.form h2 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;

  color: #000000;
  margin-top: 10px;
}

.form h2 span {
  color: red;
}

.text_form {
  margin-top: 15px;
  margin-bottom: 20px;
}

.text_form p {
  margin-left: 15px;

  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;

  color: #000000;
}

.forma {
  max-width: 500px;
  width: 100%;
  margin-top: 15px;
  background: #ffffff;
  border-radius: 29px;
  padding: 40px 10px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.forma input,
.form button {
  max-width: 384px;
  width: 100%;
}

.forma h5 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  text-align: center;
}

.form input,
.form button {
  margin-top: 15px;
}

.form input {
  background: #ebebeb;
  border: 3px solid #ffc700;
  border-radius: 15px;
  padding: 15px;

  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;

  color: #8c8c8c;
}

.chek {
  margin-top: 20px;
}

.chek_ {
  margin-top: 7px !important;
  width: 10% !important;
}

.chek label {
  font-size: 18px;
}

.chek a:hover {
  text-decoration: none;
  color: #deb00b;
}

.form button {
  background: #deb00b;
  border-radius: 20px;

  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  padding: 20px;
}

/* work */

.we-work {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.work__right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.we-work h4 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  text-align: center;

  color: #323232;
}

.container__work {
  gap: 20px;
}

.card__work {
  margin-top: 20px;
  max-width: 250px;
  width: 100%;
  text-align: center;
}

.img__card__work {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background: #d6d6d6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img__card__work:hover {
  background: #ffc700;
}

.img__card__work img {
  display: block;
}

.card__work h5 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  margin-top: 15px;

  color: #323232;
}

.card__work p {
  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  margin-top: 7px;

  color: #323232;
}

/* о компании */

.slick-prev:before,
.slick-next:before {
  color: #ffc700;
  font-size: 40px;
}

.about_com {
  margin-top: 35px;
}

.left_about {
  max-width: 600px;
}

.first_item,
.second_item {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
}

.top_logo,
.bottom-logo {
  margin-top: 20px;
  gap: 50px;
}

.left_about h1,
.second_item_h1 {
  font-family: "Muller-bold";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 30px;
}

.left_about p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.about_com h2 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  color: #18191a;
  margin-bottom: 24px;
  text-align: center;
}

/* отзывы */

.feed_back {
  padding-bottom: 50px;
}

.feed_back h4 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  text-align: center;

  color: #171616;

  margin-bottom: 30px;
}

.feed__cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}

.feed__card {
  max-width: 520px;
  width: 100%;
}

video {
  width: 100%;
  border-radius: 20px;
}

.video_feed iframe {
  border-radius: 20px;
}

.feed__card h5 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;

  color: #171616;
  margin-top: 17px;
}

.right_about img {
  border-radius: 20px;
}

.about_com .container {
  margin-top: 20px;
}

.feed__card h5 span {
  font-family: "Muller";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;

  color: #ff0000;
}

.feed__card p {
  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #171616;
  margin-top: 5px;
}

.blag {
  background: #2d2d2d;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.left_blag img {
  position: absolute;
  left: 0;
  top: -50px;
}

.right_blag {
  max-width: 533px;
  width: 100%;
}

.right_blag h5 {
  font-family: "Russo One";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;

  color: #f1f1f1;
}

.right_blag span {
  color: #feb603;
}

.right_blag h6 {
  background: #feb603;
  border-radius: 5px;
  margin-top: 20px;
  padding: 8px 12px;

  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  color: #f1f1f1;
  text-align: center;
}

.right_blag a {
  display: block;
  border: 1.5px solid #feb603;
  filter: drop-shadow(0px 8px 24px rgba(202, 44, 51, 0.1));
  border-radius: 8px;
  max-width: 222px;
  height: 48px;
  padding: 11px 20px;
  text-align: center;
  margin-top: 30px;

  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #feb603;
}

.right_blag a:hover {
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
}

/* footer */

.chek__label {
  text-align: center !important;
}

.footer {
  background: #000;
}

.footer_gruz {
  background: #2d2d2d;
}

.forma_gruz {
  background: #2d2d2d;
  margin-top: 200px;
  padding: 170px 0 120px 0;
  border-radius: 0 150px 0 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.img_gg {
  position: absolute;
  top: -170px;
  left: 0;
}

.imggg2 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.container__formg {
  position: absolute;
  top: -50px;
}

.left_formg h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  display: flex;
  align-items: center;

  color: #ffffff;
  max-width: 450px;
}

.left_formg h5::before {
  content: "";
  display: block;
  background: #ffffff;
  min-height: 160px;
  max-width: 10px;
  width: 100%;
  margin-right: 19px;
  border-radius: 10px 0 0 10px;
}

.right_formg {
  background: #ffffff;
  box-shadow: 0px 20px 40px rgba(238, 77, 71, 0.1);
  border-radius: 10px;
  padding: 52px 75px;
  max-width: 550px;
  width: 100%;
}

.right_formg h4 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;

  color: #402b2b;
}

.right_formg button {
  background: #ffbf00;
  border-radius: 5px;
  padding: 20px;

  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  color: #ffffff;
  border: none;
  max-width: 240px;
  width: 100%;
  margin-top: 30px;
}

.right_formg button:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.right_formg button img {
  margin-left: 5px;
}

.right_formg input {
  background: #ffffff;
  border: 2px solid #ffbf00;
  box-shadow: 0px 20px 40px rgba(238, 161, 71, 0.2);
  border-radius: 5px;
  max-width: 400px;
  width: 100%;
  min-height: 50px;
}

.footer__container {
  display: grid;
  padding: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.left__footer {
  margin-left: 30%;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 170px;
  width: 100%;
}

.footer__tel {
  background: #fec52e;
  border: 1px solid #ffc700;
  border-radius: 9px;
  padding: 0 24px;

  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-align: center;

  color: #000000;
}

.footer__tel:hover {
  text-decoration: none;
  color: #000;
  box-shadow: 0px 4px 4px #fec72e8a;
}

.social {
  margin-top: 25px;
}

.center__one {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 20%;
  position: relative;
}

.center__one::before {
  content: "";
  display: block;
  width: 2px;
  height: 250px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
}

.center__one ul li {
  list-style: none;
}

.center__one ul li a {
  display: inline-block;
  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  margin-top: 31px;

  color: #ffffff;
}

.center__one ul li a:hover {
  color: #fec52e;
  text-decoration: none;
}

.center__two {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.two__top a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  color: #ffffff;
}

.two__top a:hover {
  color: #ffc700;
  text-decoration: none;
}

.uz {
  margin-left: 10px;
}

/* .uz::before {
  content: "";
  display: block;
  height: 21px;
  width: 2px;
  background-color: #fff;
  margin-right: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
} */

.uzb {
  margin-left: 10px;
}

.email {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  color: #fec52e;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.right_about img {
  max-width: 500px;
  width: 100%;
}

.email:hover {
  color: #fec52e;
  text-decoration: none;
}

.emailg {
  color: #000;
}

.emailg:hover,
.nav_lig a:hover,
.header__uzg a:hover {
  color: #000 !important;
  font-weight: 800 !important;
}

/* благодарность */

.top_footer_t li {
  list-style: none;
  text-align: center;

  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  margin-top: 20px;
}

.nav_li_footer {
  margin-bottom: 20px;
}

.nav_li_footer a {
  color: #ffc800;
}

.nav_li_footer a:hover {
  text-decoration: none;
  color: #000000b2;
}

.tel__blag {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tel__blag a:hover {
  color: #000;
}

.right__footer {
  padding: 30px;
}

.right__footer h4 {
  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: center;

  color: #ffffff;
}

.right__footer a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 1.15px;
  margin-top: 50px;

  color: #ffffff;
}

.callme {
  margin-top: 10px !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 22px !important;
  line-height: 27px;
  text-align: center;
  letter-spacing: 1.15px;
  color: #fec52e !important;
}

.right__footer a:hover {
  text-decoration: none;
  color: #deb00b;
}

.offices {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ofice-title {
  text-align: center;
}

.footer-title {
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}

.city {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  margin-left: 20%;
  width: 100%;
}

.az {
  max-width: 30px;
}

.city-name {
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 16px;
}



@media (max-width: 1367px) {
  .header {
    background-position: center;
  }

  .header__nav {
    max-width: 1200px;
  }
}

@media (max-width: 1300px) {
  .header__nav__ul li a {
    margin-left: 12px;
  }

  .form__car {
    width: 50%;
  }

  .right__inner {
    width: 40%;
  }
}

@media (max-width: 1200px) {
  .social__header {
    display: none !important;
  }

  .header {
    background-position: center;
  }

  .container__price2 {
    justify-content: center !important;
  }

  .form__car {
    width: 40%;
  }

  .feed__cards {
    justify-content: center !important;
  }

  .right_headerg {
    width: 50%;
  }

  .first_itemg {
    flex-wrap: wrap;
  }

  .left_blag img {
    width: 40%;
    top: -20px;
  }

  .container__formg {
    position: static;
  }

  .left_formg h5 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1100px) {
  .loc_h5 {
    display: none !important;
  }

  .footer__container {
    display: flex;
    flex-wrap: wrap;
  }

  .right__footer iframe {
    width: 100vw;
    order: 1;
  }

  .left__footer {
    order: 2;
  }

  .center__one {
    order: 3;
  }

  .center__two {
    order: 4;
  }

  .left__footer {
    margin-left: 15%;
  }

  .center__one {
    margin-left: 15%;
  }

  .center__two {
    margin-left: 15%;
  }
}

@media (max-width: 992px) {
  .header {
    background-position: 20%;
  }

  .first_item,
  .second_item {
    flex-direction: column;
    gap: 20px;
  }

  .left_about h1 {
    text-align: center;
  }

  .advantages__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .advantages__card {
    max-width: 210px;
    width: 100%;
  }

  .right__inner {
    display: none;
  }

  .form__car {
    display: none;
  }

  .left__footer,
  .center__one,
  .center__two {
    margin-left: 10%;
  }

  .right_headerg {
    display: none;
  }

  .advantages__cardsg {
    margin-top: 20px;
  }

  .left_blag {
    display: none;
  }

  .blag .container {
    justify-content: center !important;
  }
}

@media (max-width: 866px) {
  .lang {
    display: none !important;
  }

  .hedader__logo {
    display: none;
  }

  .header__nav {
    margin-left: 20px;
  }

  .mobile__lang {
    margin-top: 20px;
    display: flex !important;
  }

  .mobile__lang a {
    color: #ffc700 !important;
  }

  /* бургер */

  .mobile_burger {
    display: block !important;
  }

  .lang a {
    color: #ffc700;
  }

  label .menu {
    position: absolute;
    right: 0px;
    top: 35px;
    z-index: 100;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50% 50% 50% 50%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .menug {
    background: #ffbe1d !important;
  }

  label .hamburger {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 30px;
    height: 2px;
    background: #fec52e;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  label .hamburger:after,
  label .hamburger:before {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #fec52e;
  }

  label .hamburger:before {
    top: -10px;
  }

  label .hamburger:after {
    bottom: -10px;
  }

  label .hamburgerg,
  label .hamburgerg:before,
  label .hamburgerg:after {
    background: #000;
  }

  label input {
    display: none;
  }

  label input:checked+.menu {
    box-shadow: 0 0 0 100vw #fff, 0 0 0 100vh #fff;
    border-radius: 0;
  }

  label input:checked+.menug {
    box-shadow: 0 0 0 100vw #ffbe1d, 0 0 0 100vh #ffbe1d;
    border-radius: 0;
  }

  label input:checked+.menu .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  label input:checked+.menu .hamburger:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0;
  }

  label input:checked+.menu .hamburger:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
  }

  label input:checked+.menu+ul {
    opacity: 1;
  }

  label ul {
    list-style: none;
    z-index: 200;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: 0.25s 0s ease-in-out;
    transition: 0.25s 0s ease-in-out;
    padding: 0;
    text-align: center;
  }

  label a {
    margin-bottom: 1em;
    display: block;
    color: #000;
    text-decoration: none;
  }

  .chek__a {
    margin-bottom: 0 !important;
    font-size: 14px;
    color: blue;
  }

  .right__footer {
    margin-top: 50px;
  }

  .nav_li a {
    font-family: "Muller";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
  }

  .nav_li a:hover {
    color: #ffc700;
    text-decoration: none;
  }

  .ul_m {
    height: 50vh;
  }

  .phone_m_link {
    background: #fec52e;
    border-radius: 25px 0px;

    font-family: "Montserrat 500";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 14px 20px;

    color: #ffffff;
  }

  .chek label {
    font-size: 14px;
  }

  .phone_m_link:hover {
    color: #fff;
  }

  .header__uz a {
    color: #000;
  }

  .header__uz a:hover {
    color: #ffc700;
  }

  .uz__header:before {
    background-color: #000;
  }

  /* header  */

  .social__header {
    display: none !important;
  }

  .header__nav__ul {
    display: none !important;
  }

  .header {
    padding-left: 0px;
    background-position: 10%;
    padding-top: 35px;
  }

  .left__bg,
  .right__bg,
  .work__right {
    display: none;
  }
}

@media (max-width: 700px) {
  .header__nav h2 {
    display: none;
  }

  .header__body h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .header__body h1 span {
    font-size: 48px;
    line-height: 50px;
  }

  .header__body h2 {
    font-size: 38px;
    line-height: 40px;
  }

  .header__body h2 span {
    font-size: 36px;
    line-height: 38px;
  }

  .header__body p {
    font-size: 22px;
    line-height: 22px;
  }

  .advantages h3,
  .price2 h3,
  .reliable-hands h3,
  .form h2,
  .we-work h4,
  .feed_back h4 {
    font-size: 38px;
    line-height: 130%;
  }

  .advantages__card p,
  .price2__p,
  .price2__text h5,
  .reliable-hands h4,
  .text_form p {
    font-size: 20px;
    line-height: 130%;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .forma {
    max-width: 400px;
    width: 100%;
    padding: 40px 40px 60px;
    margin: 0 auto;
  }

  .form input {
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .form button {
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
  }

  .footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .left__footer,
  .center__one,
  .center__two {
    margin-left: 0;
  }

  .center__one,
  .center__two {
    display: none;
  }

  .left_headerg h1 {
    font-size: 47px;
    line-height: 121%;
    margin-top: 20px;
    color: #000000;
  }

  .advantages__cardg p {
    font-size: 16px;
    line-height: 110%;
  }

  .img_gg,
  .imggg2 {
    display: none;
  }

  .forma_gruz {
    margin-top: 50px;
    padding: 50px 0 50px 0;
    border-radius: 0 150px 0 0;
    position: relative;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .about_com h2 {
    font-size: 32px;
    line-height: 35px;
    color: rgb(24, 25, 26);
    margin-bottom: 24px;
    text-align: center;
  }

  .logo_a {
    display: none;
  }

  .left_about h3 {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }

  .left_about p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
  }

  .lang {
    display: none !important;
  }

  .top_m {
    position: relative;
    z-index: -1;
  }

  .header__body h1 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 95px;
  }

  .header__body h1 span {
    font-size: 44px;
    line-height: 40px;
  }

  .header__body h2 {
    font-size: 42px;
    line-height: 38px;
  }

  .header__body h2 span {
    font-size: 32px;
    line-height: 36px;
  }

  .header__body p {
    font-size: 18px;
    line-height: 20px;
  }

  .advantages h3,
  .price2 h3,
  .reliable-hands h3,
  .form h2,
  .we-work h4,
  .feed_back h4 {
    font-size: 32px;
    line-height: 130%;
  }

  .advantages__card p,
  .price2__p,
  .price2__text h5,
  .reliable-hands h4,
  .text_form p {
    font-size: 18px;
    line-height: 130%;
  }

  .left__inner {
    margin-left: 0px;
  }

  .card_price2 img {
    width: 80%;
  }

  .left_headerg h1 {
    font-size: 42px;
    line-height: 121%;
    margin-top: 20px;
    color: #000000;
  }

  .right_blag h5 {
    font-size: 30px;
    line-height: 35px;
  }

  .left_formg h5 {
    font-size: 18px;
    line-height: 25px;
  }

  .we_cooperate .container {
    flex-direction: column;
    gap: 20px;
  }
}