* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  font-family: roboto;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #252525;
}

p {
  color: #727695;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  background-color: #f9520b;
  border-radius: 50px;
  cursor: pointer;
}

.container {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
}

.container-gray {
  max-width: 1150px;
  margin: 0 auto;
  padding: 80px 0;
}

.wrapper-gray {
  background-color: #f2f2f2;
}

.section {
  margin: 80px 0;
}

.section-card {
  display: flex;
  align-items: center;
}

.section-side-by {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-section-wrapper {
  width: 100%;
  height: 100vh;
  background-color: #222;
  background-image: url(/img/slider/1.jpg);
  background-repeat: no-no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  opacity: 1;
  transition: all 300ms ease-in;
}

.slider-1 {
  background-image: url(/img/slider/2.jpg);
  background-repeat: no-no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: all 300ms ease-in;
}

.slider-2 {
  background-image: url(/img/slider/3.jpg);
  background-repeat: no-no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: all 300ms ease-in;
}

.slider-3 {
  background-image: url(/img/slider/4.jpg);
  background-repeat: no-no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: all 300ms ease-in;
}

.slider-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-txt h6 {
  color: #f9520b;
  font-size: 1.8rem;
}

.slider-txt p {
  color: #fff;
  font-size: .89rem;
  line-height: 1.8;
  padding: 0;
}

.slider-txt button {
  color: #fff;
  background-color: #ff9800;
  padding: 12px;
  border-radius: 0;
  font-size: .7rem;
  font-size: .7rem;
  border: none;
}

.header-nav {
  display: flex;
  flex-direction: column;
}

.header-top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.header-top-nav .logo {
  position: relative;
}

.header-top-nav .logo h1 {
  font-size: 2.2rem;
  color: #f9520b;
}

.header-top-nav .logo h1 .logo2 {
  font-size: 1.8rem;
  color: #fff;
}

.header-top-nav .logo h1 .logo3 {
  font-size: .8rem;
  color: #a6a4a5;
  padding-left: 8px;
}

.logo .toggle {
  position: absolute;
  top: 10px;
  right: -50px;
  width: 40px;
  cursor: pointer;
  display: none;
  flex-direction: column;
}

.toggle span {
  width: 100%;
  height: 4px;
  margin-bottom: 5px;
  background-color: #fff;
  transition: all 500ms ease-in;
}

.toggle-active span:first-child {
  transform: rotate(-220deg) translateX(15px);
}

.toggle-active span:nth-child(2) {
  transform: translateX(-1000px);
}

.toggle-active span:last-child {
  transform: rotate(220deg) translateX(15px);
}

.contact-info {
  display: flex;
  align-items: center;
}

.contact-info .contact-item {
  display: flex;
  align-items: flex-end;
  margin-right: 12px;
}

.contact-info .contact-item .info-icon {
  width: 25px;
  height: 25px;
}

.contact-info .contact-item .info-icon img {
  width: 100%;
  height: 100%;
}

.contact-info .contact-item .info-details {
  display: flex;
  flex-direction: column;
  padding-left: 8px;
}

.contact-info .contact-item .info-details h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}

.contact-info .contact-item .info-details span {
  font-size: .8rem;
  color: #f9520b;
}

.header-links-nav {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3838388a;
  border-radius: 4px;
}

.header-links-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-links-nav ul li a {
  font-size: .8rem;
  color: #fff;
  padding: 0 8px;
}

.header-links-nav ul li a:hover {
  color: #f9520b;
}

.border-left-org {
  position: relative;
}

.border-left-org::before {
  content: '';
  width: 40px;
  height: 4px;
  background-color: #f9530c;
  position: absolute;
  top: -10px;
}

.section-side-by .side-sections {
  width: 50%;
}

.section-side-by .side-sections {
  padding: 0 20px;
}

.side-sections h1 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.side-sections p {
  font-size: .8rem;
  line-height: 1.8;
}

.side-sections img {
  width: 100%;
  z-index: 5;
}

.side-section-img {
  width: 100%;
  position: relative;
}

.side-section-img::before {
  content: '';
  width: 25%;
  height: 25%;
  background-color: #f9520b;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  animation: imgWrapperOrg 10s infinite;
}

.side-section-img::after {
  content: '';
  width: 25%;
  height: 25%;
  background-color: #f9520b;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
  animation: imgWrapperOrg 10s infinite;
}

@keyframes imgWrapperOrg {
  0% {
    width: 25%;
    height: 25%;
    opacity: 1;
  }

  50% {
    width: 50%;
    height: 50%;
    opacity: .8;
  }

  100% {
    width: 25%;
    height: 25%;
    opacity: 1;
  }
}

.section-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-4 {
  width: 25%;
}

.card-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-right: 20px;
  background-color: #fff;
}

.card-item:last-child {
  margin-right: 0;
}

.card-img {
  position: relative;
}

.card-item img {
  width: 100%;
  min-height: 120px;
}

.price-tag {
  position: absolute;
  bottom: 0;
  padding: 8px;
  background-color: #f9520b;
  color: #fff;
  font-weight: 600;
}

.price-tag .sub {
  font-size: .8rem;
  font-weight: 500;
}

.card-descr h4, p {
  margin: 12px 0;
  padding: 0 12px;
}

.card-descr p {
  font-size: .8rem;
  line-height: 1.8;
}

.card-descr .card-btn {
  margin: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #a9afbc29;
  padding-top: 4px;
}

.card-descr .card-btn button {
  border: none;
}

.card-descr .card-btn a:first-child button {
  color: #fff;
  background-color: #ff9800;
  padding: 8px;
  border-radius: 0;
  font-size: .7rem;
}

.card-descr .card-btn a:last-child button {
  color: #0c59db;
  background-color: transparent;
  font-size: .7rem;
  border: none;
}

.rent-btn {
  color: #fff;
  background-color: #ff9800;
  padding: 4px;
  border-radius: 0;
  font-size: .7rem;
}

.rent-btn a button {
  color: #fff !important;
}

.home-contact-wrapper {
  width: 100%;
  background-image: url(/img/contact-us.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}

.home-contact-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #222;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.7;
}

.home-contact-wrapper .side-sections {
  z-index: 1;
}

.home-contact-wrapper .border-left-org {
  color: #fff;
}

.home-contact-wrapper .contact-info-wrapper {
  display: flex;
  flex-direction: column;
}

.home-contact-wrapper .contact-info-wrapper .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.home-contact-wrapper .contact-info-wrapper .contact-item-icon {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}

.home-contact-wrapper .contact-info-wrapper .contact-item-icon img {
  width: 100%;
  height: 100%;
}

.home-contact-wrapper .contact-info-wrapper .contact-details {
  display: flex;
  flex-direction: column;
}

.home-contact-wrapper .contact-info-wrapper .contact-details h5 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 8px;
}

.txt-fff {
  color: #fff;
  font-size: 1rem;
}

.side-section-form {
  display: flex;
  flex-direction: column;
  padding: 12px;
  background-color: #222222a8;
  border-radius: 8px;
  box-shadow: 0 2px 12px -3px #222;
}

.side-section-form h5 {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 8px;
}

.side-section-form .input-row {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.side-section-form .input-row input, select {
  width: 100%;
  padding: 14px;
  margin-right: 12px;
}

input, select, textarea {
  font-weight: normal;
  /* border-bottom:1px solid #e1dbdb; */
}

input, select, textarea:focus-visible {
  outline: none;
}

.row-select-once select {
  width: 28%;
  font-family: roboto;
}

.row-select-once select option {
  font-family: roboto;
}

.side-section-form textarea {
  font-family: roboto;
  padding: 14px;
}

.side-section-form .input-row input:last-child {
  margin-right: 0;
}

form button {
  width: 100px;
  padding: 16px;
  border-radius: 0;
  border: none;
  background-color: #ff9800;
  color: #fff;
  cursor: pointer;
}

.home-page-reviews-section {
  display: flex;
  align-items: center;
}

.review-cards-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-card-item {
  width: 33.33%;
  padding: 15px;
  margin: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 8px -4px #222;
  border-radius: 8px;
}

.review-card-item .review-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.review-card-item .review-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.reviewer-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
}

.reviewer-details h6 {
  font-size: .8rem;
}

.reviewer-details a {
  font-size: .6rem;
  color: #00aa6c;
}

.reviewer-details .stars {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
}

.reviewer-details .stars img {
  width: 100%;
}

.review-descr p {
  font-size: .8rem;
  line-height: 1.8;
}

.read-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.read-more-btn button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 8px 0;
}

.read-more-btn button a {
  color: #f9520b;
}

footer {
  width: 100%;
  background-color: #222;
  padding: 50px 0;
}

.footer-items-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-item {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
}

.footer-item h6 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 15px;
}

.footer-item li {
  font-size: .8rem;
  padding-bottom: 4px;
  color: #727695;
  font-weight: normal;
}

.footer-item li a {
  font-size: .8rem;
  padding-bottom: 4px;
  color: #727695;
  font-weight: normal;
}

.footer-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-icons a {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.footer-icons a img {
  width: 100%;
  height: 100%;
}

.popup-form-wrapper {
  display: none;
  width: 100%;
}

.popup-form-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #222;
  position: absolute;
  top: 0;
  bottom: 100%;
  opacity: 0;
}

.fix-popup {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  animation: slide-in-pop-up 500ms;
}

@keyframes slide-in-pop-up {
  0% {
    transform: translate(0, -0);
  }
}

.popup-form-wrapper .side-section-form {
  width: 50% !important;
  margin: 0 auto;
  position: relative;
}

.popup-form-wrapper .side-section-form textarea {
  width: 100%;
}

.popup-form-wrapper .side-section-form .close-btn {
  cursor: pointer;
}
