.body {
  font-family: Arial;
}
.overflow {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #333333;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.header {
  border-bottom: 1px dotted #89adc8;
  margin-bottom: 25px;
}

.menu-burger {
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;
  z-index: 2;
  height: 100vh;
  background-color: #ffa800;
  overflow-y: auto;
  transform: translate(-150%);
  transition: all 0.5s ease;
  /* padding-left: 40px; */
}
.menu-list-burger {
  padding: 10px 10px 10px 40px;
  border-bottom: 1px dotted #ff7522;
}
.menu-link-burger {
  color: #fff;
  font-size: 20px;
}
.burger-menu {
  position: absolute;
  top: 25px;
  left: 15px;
  display: none;
}
input[type="checkbox"] {
  appearance: none;
  display: none;
  visibility: hidden;
}

.bar {
  display: block;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 40px;
}

.bar span {
  position: absolute;
  width: 45px;
  height: 7px;
  background: #ff7522;
  border-radius: 100px;
  display: inline-block;
  transition: 0.3s ease;
  left: 0;
}

.bar span.top {
  top: 0;
}

.bar span.middle {
  top: 17px;
}

.bar span.bottom {
  bottom: 0;
}

input[type]:checked ~ span.top {
  transform: rotate(45deg);
  transform-origin: top left;
  width: 48px;
  left: 5px;
}

input[type]:checked ~ span.bottom {
  transform: rotate(-45deg);
  transform-origin: top left;
  width: 48px;
  bottom: -1px;
  box-shadow: 0 0 10px #495057;
}

input[type]:checked ~ span.middle {
  transform: translateX(-20px);
  opacity: 0;
}
.transform {
  transition: all 0.5s ease;
  transform: translate(0);
}
.drop-menu-in-burger {
  margin-top: 10px;
  display: none;
}
.drop-list-menu {
  position: relative;
}
.foto-span {
  position: absolute;
  left: 200px;
}
.display-blosk {
  display: block;
}
.list-drop-menu-in-burger {
  padding: 10px 10px 10px 17px;
  border-bottom: 1px dotted #ff7522;
}
.drop-menu-in-burger {
  background-color: #ff7522;
}
.last-burger-list {
  display: flex;
  align-items: center;
  gap: 0 20px;
  background-color: #ff7522;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 25px 0;
}
.logo-image {
  object-fit: contain;
}
.under-menu {
  display: flex;
  align-items: flex-end;
  padding: 5px;
  gap: 0 30px;
  cursor: pointer;
  border-bottom: 1px dotted #ff7522;
}
.link-menu {
  font-size: 14px;
  color: #333333;
  transition: all 0.3s ease;
}
.link-menu:hover {
  color: #ff7522;
}
.list-menu {
  border-bottom: 1px dotted #adadad;
}
.orange {
  color: #ff7522;
  font-size: 24px;
  font-weight: 500;
  border: none;
}
.number-fone-container {
  padding-bottom: 37px;
}
.number-fone-link {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #333333;
}
.time-block {
  display: flex;
  align-items: center;
}
.foto-clock {
  width: 25px;
  height: 25px;
}
.time-block {
  margin-top: 25px;
}
.header-span {
  font-size: 14px;
  padding-left: 25px;
}
.language-menu-wrapper {
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
  background-color: #f9fafe;
  border-radius: 5px;
}
.bottom-arrow {
  position: absolute;
  top: 5px;
  left: 45px;
}
.drop-menu-list {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.drop-menu {
  padding: 15px 27px;
  background-color: #f9fafe;
  position: absolute;
  top: 15px;
  left: -15px;
  border-radius: 5px;
  z-index: 2;
  display: none;
}
.drop-menu-link {
  display: inline-block;
  padding: 10px 0;
  color: #ff7522;
  transition: all 0.3s ease;
}
.drop-menu-link:hover {
  text-decoration: underline;
}
.drop-menu-list:hover .drop-menu {
  display: block;
}
.menu-main-nav {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffa800;
  border-radius: 5px;
  min-height: 80px;
  line-height: 24px;
}
.list-main-nav-list {
  padding: 33px 0;
  position: relative;
}
.list-main-nav-list::before {
  position: absolute;
  width: 100%;
  height: 0;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff7522;
  transition: all 0.5s ease;
}
.list-main-nav-list:hover::before {
  height: 100%;
}

.link-main-nav-link {
  color: #fff;
  position: relative;
  z-index: 5;
  padding: 0px 28px;
  border-right: 2px solid #ff7522;
}
.none-border {
  border-right: none;
}
.backround {
  display: flex;
  align-items: center;
  background-color: #ff7522;
  border-right: none;
  border-radius: 5px;
  padding: 20px 4px;
  text-align: center;
}
.car-foto {
  padding-left: 20px;
  position: relative;
  z-index: 5;
  transition: all 0.3s ease;
}
.backround:hover .car-foto {
  transform: translateX(15px);
}
.backround-link {
  padding: 0 41px;
}
.reletiv {
  position: relative;
}
.next-drop-menu {
  position: absolute;
  top: 90px;
  left: -50px;
  width: 220px;
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  border-radius: 5px;
  display: none;
  transition: all 0.3s ease;
  text-align: center;
  z-index: 2;
  background-color: white;
  border-radius: 5px;
}

.next-link-drop-menu {
  margin: 20px 5px;
}
.reletiv:hover .next-drop-menu {
  display: flex;
}

/* end header */
/* ====================================================================================================== */

.menu {
  margin-top: 85px;
  font-family: Montserrat;
  color: #000000;
}
.menu-main-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58.51px;
}
.wrapper-description {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 98px 0;
  flex-wrap: wrap;
}
.img-text {
  max-width: 475px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex-shrink: 0;
}

.image-wrapper {
  width: 80px;
  height: 80px;
  border: 3px solid #ffa800;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.title-description {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.26px;
  margin-bottom: 10px;
}
.paragraph-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
}
.link-wrapper {
  display: flex;
  gap: 0 15px;
  justify-content: flex-end;
  margin-top: 55px;
  margin-bottom: 98px;
}
.link-button-description {
  padding: 20px 28px;
  text-align: center;
  color: white;
  background-color: #ffa800;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.link-button-description:hover {
  box-shadow: 2px 2px 31px -1px rgba(255, 168, 0, 0.75);
  -webkit-box-shadow: 2px 2px 31px -1px rgba(255, 168, 0, 0.75);
  -moz-box-shadow: 2px 2px 31px -1px rgba(255, 168, 0, 0.75);
}
.second-text-content {
  max-width: 545px;
}
.second-block {
  gap: 30px 0;
  margin-bottom: 100px;
}
.about-servise {
  margin-top: 50px;
}
.wrapper-about-servise-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.list-about-servise {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 600px;
}
.last {
  margin-bottom: 100px;
}
.social-network-container {
  margin-top: 20px;
  margin-bottom: 82px;
  font-size: 24px;
  line-height: 29.26px;
  font-weight: 400;
  display: flex;
  gap: 0 21px;
}
.ready-work-span {
  margin-right: 20px;
  font-size: 24px;
  font-weight: 400;
}
.ready-work-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}

.social-network-link {
  display: flex;
  align-items: center;
}
.adress {
  max-width: 588px;
}
.adress-description {
  font-size: 24px;
  font-weight: 400;
  line-height: 29.26px;
}
.span-adress {
  display: block;
  padding: 15px 0;
}
.form-wrapper {
  padding: 24px 26px;
  width: 40%;
  background-color: #f4f2f1;
  border: 2px solid #afadab;
  border-radius: 20px;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.input {
  display: flex;
  align-items: center;
  padding: 25px 18px;
  border-radius: 20px;
  outline: none;
  border: none;
}
.input::placeholder {
  color: #afadab;
  font-size: 20px;
}
.form-title {
  font-weight: 700;
  font-size: 26px;
  color: #000000;
}
.form-button {
  width: 180px;
  background-color: #ffa800;
  color: white;
  padding: 16px 0;
  border-radius: 20px;
  margin-left: auto;
  font-size: 20px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.form-button:hover {
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
/* =================================================================================== */
/* footer */
.footer {
  width: 100%;
  background-color: #272727;
}
.footer-nav {
  background-color: #272727;
}
.gray {
  border-right: 2px solid#3d3d3d;
}
.new-backround {
  background-color: #333;
}
.none-border {
  border-right: none;
}
.footer-section {
  width: 100%;
  background-color: #333;
  padding-top: 40px;
  padding-bottom: 50px;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0 20px;
}
.footer-logo {
  margin: 0;
}
.footer-span {
  color: white;
}
.link-footer {
  display: inline-block;
  padding-top: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.title-number {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-title {
  font-size: 18px;
  color: #ffa800;
}
.footer-description {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img-foter-wrapper {
  display: flex;
  gap: 0 30px;
}
.last-footer-link {
  padding: 15px;
  font-size: 14px;
  display: inline-block;
  color: white;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #ff7522;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #ff7522;
}
/* ===================================================================== */
@media (max-width: 1217px) {
  .menu-main-nav {
    display: none;
  }
  .burger-menu {
    display: block;
  }
}
@media (max-width: 1217px) {
  .navigation {
    display: none;
  }
  .header-content {
    text-align: center;
    flex-direction: column-reverse;
  }
  .language-menu-wrapper {
    margin-left: auto;
  }
  .language-menu-wrapper {
    position: absolute;
    right: 15px;
    top: 15px;
    order: 2;
  }
  .logo {
    order: 2;
  }
  .footer-content {
    flex-direction: column-reverse;
    gap: 30px 0;
  }
}
@media (max-width: 995px) {
  .wrapper-description {
    text-align: center;
    justify-content: center;
  }
  .link-wrapper {
    justify-content: center;
  }
  .last {
    margin: 0px;
  }
  .second-block {
    margin-bottom: 50px;
  }
  .img-text {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .ready-work-wrapper {
    flex-direction: column;

    justify-content: flex-start;
  }
  .menu-main-title {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .second-block {
    text-align: start;
  }
  .link-button-description {
    padding: 15px 13px;
  }
  .img-text {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: start;
    gap: 20px 10px;
    margin-right: auto;
    margin-top: 10px;
  }
  .menu-main-title {
    text-align: start;
  }
  .list-about-servise {
    font-size: 14px;
  }
  .wrapper-about-servise-list {
    gap: 10px 0;
  }
  .link-button-description {
    font-size: 16px;
  }
  .title-description {
    font-size: 16px;
  }
  .paragraph-description {
    font-size: 12px;
  }
  .wrapper-description {
    gap: 40px;
  }
  .link-wrapper {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .about-servise {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .menu {
    margin-top: 20px;
  }
  .link-button-description {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-burger {
    width: 100%;
    top: 20%;
  }
  .form-wrapper {
    margin-top: 20px;
  }
  .list-about-servise {
    text-align: start;
  }
  .wrapper-description {
    margin-top: 10px;
    gap: 20px 0;
  }
  .foto-span {
    left: 250px;
  }
  .burger-menu {
    top: 15px;
  }
  .language-menu-wrapper {
    top: 10px;
  }
  .logo-image {
    width: 70%;
    object-fit: contain;
  }

  .menu-main-title {
    margin-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .menu-main-title {
    font-size: 24px;
    line-height: 38.51px;
  }
  .logo-image {
    width: 60%;
  }
  .logo {
    margin-bottom: 15px;
  }
  .adress-description {
    font-size: 20px;
  }
  .span-adress {
    padding: 5px;
  }
}
@media (max-width: 370px) {
  .logo-image {
    width: 50%;
  }
  .language-menu-wrapper {
    padding: 10px;
  }
  .ready-work-span {
    font-size: 20px;
  }
  .social-network-container {
    font-size: 20px;
  }
}
@media (max-width: 780px) {
  .form-wrapper {
    width: 80%;
  }
}
