@import url("../fonts/fonts.css");
html,
body {
  background: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-size: 16px;
  line-height: 155%;
  font-weight: 400;
  overflow-x: hidden;
}

body,
input,
select,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
}

.text-underline {
  text-decoration: underline;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.alt-font {
  font-family: "Educational Gothic", sans-serif;
}

.hr {
  border: none;
  border-bottom: 1px solid rgba(42, 47, 54, 0.1);
}

.hr-cut-divider {
  position: relative;
  border: none;
  border-bottom: 1px dashed #000;
}
.hr-cut-divider::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 30px;
  width: 20px;
  height: 15px;
  background: url("../images/icons/cut.svg") no-repeat center;
  background-size: contain;
}

.radius-12 {
  border-radius: 12px;
}

.radius-20 {
  border-radius: 24px;
}

.radius-24 {
  border-radius: 24px;
}

.bg-sand {
  background: #F3CF8D;
}

.bg-sand-100 {
  background: #FFF3DD;
}

.bg-sand-200 {
  background: #FADB9D;
}

.bg-white-50 {
  background: rgba(255, 255, 255, 0.5);
}

.bg-dark {
  background: #000;
}

.bg-dark-75-hover:hover {
  background: rgba(0, 0, 0, 0.75);
}

.bg-sky {
  background: #CEE3EB;
}

.bg-sky-100 {
  background: #E4F8FF;
}

.bg-peach {
  background: #FFD2B5;
}

.bg-rose {
  background: #E6CED1;
}

.bg-purple {
  background: #EBE6F6;
}

.bg-white-glass {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.border-dark {
  border-color: #000;
}

.border-dark-lite {
  border-color: rgba(0, 0, 0, 0.1);
}

.btn-small {
  padding: 8px 16px;
}

.text-nowrap {
  white-space: nowrap;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.form-input {
  border: 1px solid #000;
  padding: 10px 16px;
  border-radius: 12px;
  display: block;
  width: 100%;
}
.form-input:focus, .form-input:focus-visible {
  border: 1px solid #000;
  outline: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/arrow_drop_down.svg") no-repeat;
  background-position: right 16px center;
}

.radio-custom {
  cursor: pointer;
  position: relative;
}
.radio-custom input {
  display: none;
}
.radio-custom input:checked + span {
  background: white;
  text-shadow: 0 0 0.5px currentColor;
}
.radio-custom span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border-radius: 12px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.radio-custom:hover span {
  text-shadow: 0 0 0.5px currentColor;
  background: white;
}

.input-calc {
  padding: 8px 16px;
}
.input-calc input {
  width: 48px;
}

.header .header-wrap {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 9px 12px;
}
.header nav a {
  padding: 11px 16px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header nav a.active, .header nav a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.header .droplink {
  position: relative;
}
.header .droplink .main-lang {
  position: relative;
  z-index: 9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 8px 12px;
}
.header .droplink .dropmenu {
  width: 100%;
  visibility: hidden;
  position: absolute;
  padding: 8px 12px;
  font-weight: 500;
  border-radius: 2px;
  opacity: 0;
  top: -50px;
  left: 0;
  background: rgb(244, 244, 245);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 12px;
}
.header .droplink.active .main-lang {
  background: rgba(42, 47, 54, 0.1);
}
.header .droplink.active .dropmenu {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.header .btn {
  padding: 10px 12px;
  line-height: 140%;
  font-size: 14px;
}
.header .btn-cart {
  padding: 10px;
}

.hero-present {
  position: relative;
  height: 100%;
}
.hero-present:after {
  content: "";
  position: absolute;
  inset: 0;
  background: -o-radial-gradient(50% 50%, 50% 50%, rgba(243, 207, 141, 0) 50%, #F3CF8D 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(243, 207, 141, 0) 50%, #F3CF8D 100%);
}

.hero-title {
  background: url(../images/title-bg.svg) no-repeat;
  padding: 12px 0 4px;
}

.btn-hero {
  padding: 4px 16px 4px 8px;
}

.map,
#map {
  width: 100%;
  min-height: 444px;
  height: 100%;
}

.collapse-section .collapse-item {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.collapse-section .collapse-item:hover .collapse-question {
  opacity: 0.75;
}
.collapse-section .collapse-item .collapse-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
.collapse-section .collapse-item.active .collapse-answer {
  height: auto;
  margin-top: 16px;
  visibility: visible;
  opacity: 1;
}
.collapse-section .collapse-item.active .open-icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.section-contacts .contact-item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section-contacts .contact-item:first-child {
  padding-top: 0;
}
.section-contacts .contact-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.section-contacts .location {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section-contacts .location .poster img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.section-contacts .location .poster:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper-reviews .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.swiper-pagination {
  position: relative;
  top: 0;
  text-align: left;
}

.swiper-pagination-bullet {
  background: #fff;
  border-radius: 12px;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  opacity: 1;
  width: 40px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-weight: 600;
}

.type-cleaning-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 16px;
}
.type-cleaning-badge.house-cleaning-badge {
  background: rgba(255, 240, 158, 0.5);
}
.type-cleaning-badge.renovation-cleaning-badge {
  background: rgba(205, 158, 255, 0.5);
}

.how-section .how-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section-team .team-card .team-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0;
}
.section-team .team-card .team-info:first-child {
  padding-top: 0;
}
.section-team .team-card .team-info:last-child {
  padding-bottom: 0;
  border-bottom: none;
}