@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover,
a {
  text-decoration: none;
}

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
html {
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #65574c;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1620px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.burger {
  display: none;
  position: relative;
  cursor: pointer;
  z-index: 111;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.burger.open:before {
  background: #fff;
  transform: rotate(-45deg);
  top: 16px;
  height: 2px;
}
.burger.open:after {
  background: #fff;
  top: 16px;
  transform: rotate(45deg);
  height: 2px;
}
.burger.open span:before {
  display: none;
}
.burger:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 9px;
  width: 30px;
  height: 3px;
  background: #daa17f;
  border-radius: 4px;
  transition: 0.5s;
}
.burger:after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 9px;
  width: 30px;
  height: 3px;
  background: #daa17f;
  border-radius: 4px;
  transition: 0.5s;
}
.burger span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.burger span:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 9px;
  width: 30px;
  height: 3px;
  border-radius: 4px;
  background: #daa17f;
}
@media (max-width: 992px) {
  .burger {
    display: block;
  }
}

.wrapper {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

.welcome-section {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-section__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100vh;
}
@media (max-width: 767px) {
  .welcome-section__content {
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .welcome-section {
    align-items: flex-start;
    padding-top: 120px;
  }
}
.welcome-section h1 {
  position: relative;
  z-index: 9;
  transform: translateX(-100px);
}
@media (max-width: 767px) {
  .welcome-section h1 {
    text-align: center;
    transform: translateX(0);
    color: #65574c;
  }
}
.welcome-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .welcome-section__bg {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
.welcome-section--portfolio .welcome-section__content {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .welcome-section--portfolio .welcome-section__content {
    justify-content: center;
  }
}
.welcome-section--portfolio h1 {
  transform: translateX(0);
  color: #65574c;
}
@media (max-width: 767px) {
  .welcome-section--portfolio .welcome-section__bg {
    -o-object-position: 25% 100%;
       object-position: 25% 100%;
  }
}
.welcome-section--work .welcome-section__content {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .welcome-section--work .welcome-section__content {
    justify-content: center;
  }
}
.welcome-section--work h1 {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .welcome-section--work .welcome-section__bg {
    -o-object-position: 80% 100%;
       object-position: 80% 100%;
  }
}
.welcome-section--contacts {
  background: linear-gradient(to bottom, white 0%, #daa17f 30%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-section--contacts img {
  display: block;
  max-width: 80%;
}

h1, .h1 {
  font-family: "Playfair Display", serif;
  font-size: 90px;
  color: #eaeae8;
  line-height: 130%;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }
}

.about-section {
  position: relative;
  z-index: 11;
  background: #dddddd;
  border-radius: 60px 60px 0 0;
  padding: 200px 0;
  margin-top: -50px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .about-section {
    border-radius: 40px 40px 0 0;
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .about-section {
    border-radius: 20px 20px 0 0;
    padding: 60px 0;
  }
}

.contacts-section {
  position: relative;
  z-index: 11;
  background: #dddddd;
  border-radius: 60px 60px 0 0;
  padding: 200px 0;
  margin-top: -50px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .contacts-section {
    border-radius: 40px 40px 0 0;
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .contacts-section {
    border-radius: 20px 20px 0 0;
    padding: 60px 0;
  }
}

.content-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .content-head {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .content-head {
    margin-bottom: 50px;
  }
}
.content-head span {
  width: 100%;
  height: 50px;
  display: block;
  background: #eaeae8;
}
@media (max-width: 1200px) {
  .content-head span {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .content-head span {
    height: 15px;
  }
}
.content-head span:first-child {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1200px) {
  .content-head span:first-child {
    border-radius: 0 8px 8px 0;
  }
}
@media (max-width: 767px) {
  .content-head span:first-child {
    border-radius: 0 6px 6px 0;
  }
}
.content-head span:last-child {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1200px) {
  .content-head span:last-child {
    border-radius: 8px 0 0 8px;
  }
}
@media (max-width: 767px) {
  .content-head span:last-child {
    border-radius: 6px 0 0 6px;
  }
}
.content-head--dark span {
  background: #dddddd;
}
.content-head__title {
  color: #daa17f;
  font-weight: 900;
  font-size: 70px;
  white-space: nowrap;
  margin: 0 20px;
}
@media (max-width: 1200px) {
  .content-head__title {
    margin: 0 15px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .content-head__title {
    margin: 0 10px;
    font-size: 18px;
  }
}

.about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 180px;
}
@media (max-width: 1200px) {
  .about {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
.about__man {
  width: 750px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .about__man {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .about__man {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about__man img {
  display: block;
  position: relative;
  z-index: 9;
  max-width: 100%;
}
@media (max-width: 767px) {
  .about__man img {
    max-width: 300px;
  }
}
@media (max-width: 566px) {
  .about__man img {
    max-width: 170px;
  }
}
.about__man:before {
  content: "";
  width: 540px;
  height: 750px;
  border-radius: 40px 40px 0 0;
  background: #daa17f;
  position: absolute;
  bottom: 0;
  left: calc(50% - 270px);
  z-index: 0;
}
@media (max-width: 1440px) {
  .about__man:before {
    width: 360px;
    height: 400px;
    left: calc(50% - 180px);
  }
}
@media (max-width: 767px) {
  .about__man:before {
    width: 240px;
    height: 300px;
    left: calc(50% - 120px);
  }
}
@media (max-width: 566px) {
  .about__man:before {
    width: 140px;
    height: 190px;
    left: calc(50% - 70px);
    border-radius: 20px 20px 0 0;
  }
}
.about__man:after {
  content: "";
  height: 5px;
  background: #daa17f;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 135px);
  width: 270px;
  display: none;
}
@media (max-width: 767px) {
  .about__man:after {
    display: block;
  }
}
@media (max-width: 566px) {
  .about__man:after {
    width: 170px;
    left: calc(50% - 85px);
  }
}
.about__content {
  width: calc(100% - 750px);
}
@media (max-width: 1440px) {
  .about__content {
    width: calc(100% - 450px);
  }
}
@media (max-width: 767px) {
  .about__content {
    width: 100%;
  }
}
.about__title {
  display: block;
  margin-bottom: 50px;
  font-size: 108px;
  line-height: 120%;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .about__title {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  .about__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about__title {
    font-size: 28px;
    text-align: center;
  }
}
.about p {
  font-size: 20px;
  line-height: 26px;
  color: #a4a4a4;
}
@media (max-width: 1200px) {
  .about p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .about p {
    font-size: 14px;
  }
}

.steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 180px;
}
@media (max-width: 1200px) {
  .steps {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .steps {
    margin-bottom: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.step-item {
  width: calc(33.3333333333% - 67px);
  min-height: 530px;
  background: linear-gradient(to bottom, #daa17f, #dbb9a4);
  border-radius: 40px;
  padding: 35px;
}
@media (max-width: 1440px) {
  .step-item {
    width: calc(33.3333333333% - 30px);
    min-height: 300px;
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .step-item {
    width: calc(33.3333333333% - 10px);
    padding: 20px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .step-item {
    width: 80%;
    height: 200px;
    margin-bottom: 50px;
  }
  .step-item:last-child {
    margin-bottom: 0;
  }
}
.step-item__number {
  display: block;
  font-size: 200px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 90px;
  line-height: 150px;
}
@media (max-width: 1440px) {
  .step-item__number {
    font-size: 150px;
    line-height: 100px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .step-item__number {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .step-item__number {
    font-size: 73px;
    line-height: 70px;
    margin-bottom: 30px;
  }
}
.step-item p {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  padding-right: 50px;
}
@media (max-width: 1440px) {
  .step-item p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) {
  .step-item p {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .step-item p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 374px) {
  .step-item p {
    font-size: 14px;
    line-height: 18px;
  }
}

.garant__title {
  font-size: 280px;
  color: #daa17f;
  margin-bottom: 100px;
  font-weight: 900;
  display: block;
}
@media (max-width: 1440px) {
  .garant__title {
    font-size: 200px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .garant__title {
    font-size: 120px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .garant__title {
    font-size: 66px;
    text-align: center;
    margin-bottom: 30px;
  }
}

.garant__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .garant__main {
    min-height: 190px;
    padding-bottom: 20px;
  }
}
.garant__left {
  width: calc(50% - 25px);
  position: relative;
}
@media (max-width: 767px) {
  .garant__left {
    width: auto;
    position: absolute;
    top: 60px;
    left: -100px;
  }
}
.garant__left-content {
  width: 100%;
  font-style: italic;
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  background: #daa17f;
  border-radius: 0 50px 50px 0;
  padding: 25px;
  position: relative;
}
@media (max-width: 1200px) {
  .garant__left-content {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .garant__left-content {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transform: rotate(-90deg);
    height: 40px;
    border-radius: 0 0 20px 20px;
    padding: 15px;
    text-align: center;
    white-space: nowrap;
  }
}
.garant__left-content:before {
  content: "";
  width: 400%;
  height: 100%;
  background: #daa17f;
  position: absolute;
  left: -400%;
  top: 0;
}
@media (max-width: 767px) {
  .garant__left-content:before {
    display: none;
  }
}
.garant__content {
  width: calc(50% - 25px);
}
@media (max-width: 767px) {
  .garant__content {
    width: 100%;
    padding-left: 50px;
  }
}
.garant__content p {
  font-size: 20px;
  color: #a4a4a4;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .garant__content p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .garant__content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.content-image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 650px;
  -o-object-position: 50%;
     object-position: 50%;
}
.content-image--contacts img {
  -o-object-position: 0;
     object-position: 0;
}

.form-block {
  padding: 270px 0 250px;
  background: #65574c;
  border-radius: 60px 60px 0 0;
  margin-top: -50px;
  position: relative;
  z-index: 15;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .form-block {
    padding: 150px 0 150px 0;
    border-radius: 40px 40px 0 0;
  }
}
@media (max-width: 767px) {
  .form-block {
    padding: 0px 0 50px 0;
    border-radius: 20px 20px 0 0;
  }
}
.form-block__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-block__info {
  width: calc(100% - 700px);
  max-width: 700px;
}
@media (max-width: 1440px) {
  .form-block__info {
    width: calc(50% - 25px);
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .form-block__info {
    width: 100%;
  }
}
.form-block__info p {
  font-size: 20px;
  color: #a4a4a4;
  line-height: 28px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .form-block__info p {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .form-block__info p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
  }
  .form-block__info p br {
    display: none;
  }
}
.form-block__main {
  width: 660px;
}
@media (max-width: 1440px) {
  .form-block__main {
    width: calc(50% - 25px);
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .form-block__main {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .form-block__btn {
    display: flex;
    justify-content: center;
  }
}
.form-block__logo {
  font-size: 35px;
  color: #eaeae8;
  font-family: "Outfit", sans-serif;
  width: 310px;
  height: 135px;
  border-radius: 0 0 30px 30px;
  background: #daa17f;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  margin-top: -270px;
  margin-bottom: 150px;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .form-block__logo {
    margin-top: -150px;
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .form-block__logo {
    font-size: 20px;
    width: 200px;
    height: 70px;
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .form-block__logo {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.form-block__title {
  display: block;
  font-size: 30px;
  color: #daa17f;
  font-family: "Playfair Display", serif;
  display: block;
  margin-bottom: 80px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .form-block__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .form-block__title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .form-block__contacts {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.form-block__contacts ul li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .form-block__contacts ul li {
    margin-bottom: 20px;
  }
}
.form-block__contacts ul li .icon {
  display: block;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .form-block__contacts ul li .icon {
    margin-right: 15px;
  }
}
.form-block__contacts ul li .icon img {
  display: block;
}
@media (max-width: 767px) {
  .form-block__contacts ul li .icon img {
    width: 30px;
  }
}
.form-block__contacts ul li a {
  color: #eaeae8;
  font-size: 28px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .form-block__contacts ul li a {
    font-size: 16px;
  }
}
.form-block__contacts ul li a:hover {
  color: #daa17f;
}

.form {
  margin-top: -45px;
}
.form__title {
  color: #eaeae8;
  display: block;
  font-size: 26px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .form__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.form__title span {
  color: #a4a4a4;
}
.form__row {
  display: flex;
  justify-content: space-between;
}
.form__col {
  width: calc(50% - 15px);
}
.form button {
  cursor: pointer;
  padding: 0 20px;
  height: 60px;
  background: #daa17f;
  border-radius: 10px;
  font-size: 26px;
  color: #eaeae8;
  border: none;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .form button {
    width: 200px;
    height: 40px;
    font-size: 16px;
  }
}
.form button:hover {
  background: #fff;
  color: #daa17f;
}

.form-group {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 20px;
  }
}
.form-group label {
  color: #eaeae8;
  display: block;
  font-size: 26px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .form-group label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.form-group label span {
  color: #a4a4a4;
}
.form-group input {
  font-family: "Raleway", sans-serif;
  width: 100%;
  padding: 0 20px;
  height: 62px;
  background: #a4a4a4;
  font-size: 20px;
  color: #000;
  border-radius: 10px;
  border: 0;
}
@media (max-width: 767px) {
  .form-group input {
    height: 40px;
  }
}
.form-group textarea {
  font-family: "Raleway", sans-serif;
  width: 100%;
  padding: 20px;
  height: 220px;
  background: #a4a4a4;
  font-size: 20px;
  color: #000;
  border-radius: 10px;
  border: 0;
  resize: vertical;
  min-height: 220px;
}

.header {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .header-content {
    align-items: center;
  }
}

.logo {
  position: relative;
  z-index: 12;
  font-size: 35px;
  color: #eaeae8;
  font-family: "Outfit", sans-serif;
  width: 310px;
  height: 135px;
  border-radius: 0 0 30px 30px;
  background: #daa17f;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .logo {
    font-size: 20px;
    width: 200px;
    height: 70px;
    border-radius: 0 0 20px 20px;
  }
}
.main-menu {
  padding-bottom: 26px;
}
@media (max-width: 992px) {
  .main-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    padding: 100px 20px 50px 20px;
    background: #daa17f;
    transform: translateY(-20px);
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
  }
}
.main-menu.open {
  transform: translateY(0);
  z-index: 8;
  opacity: 1;
}
.main-menu ul {
  display: flex;
}
@media (max-width: 992px) {
  .main-menu ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.main-menu ul li {
  margin-left: 60px;
}
@media (max-width: 1440px) {
  .main-menu ul li {
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  .main-menu ul li {
    margin: 15px 0;
    text-align: center;
  }
}
.main-menu ul li a {
  font-size: 26px;
  color: #daa17f;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
@media (max-width: 1440px) {
  .main-menu ul li a {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .main-menu ul li a {
    color: #fff;
  }
}
.main-menu ul li a:hover {
  border-color: #daa17f;
}
@media (max-width: 992px) {
  .main-menu ul li a:hover {
    border-color: #fff;
  }
}

.plan-section {
  position: relative;
  z-index: 11;
  background: #dddddd;
  border-radius: 60px 60px 0 0;
  padding: 200px 0 100px;
  margin-top: -50px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .plan-section {
    border-radius: 40px 40px 0 0;
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .plan-section {
    border-radius: 20px 20px 0 0;
    padding: 60px 0;
  }
}

.work-section {
  position: relative;
  z-index: 11;
  background: #dddddd;
  border-radius: 60px 60px 0 0;
  padding: 200px 0 100px;
  margin-top: -50px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .work-section {
    border-radius: 40px 40px 0 0;
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .work-section {
    border-radius: 20px 20px 0 0;
    padding: 60px 0;
  }
}

.remont-section {
  position: relative;
  z-index: 12;
  background: #eaeae8;
  border-radius: 60px 60px 0 0;
  padding: 200px 0 100px;
  margin-top: -50px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .remont-section {
    border-radius: 40px 40px 0 0;
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .remont-section {
    border-radius: 20px 20px 0 0;
    padding: 60px 0;
  }
}

.cleaning-section {
  position: relative;
  z-index: 13;
  background: #dddddd;
  border-radius: 60px 60px 0 0;
  padding: 200px 0 100px;
  margin-top: -50px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cleaning-section {
    border-radius: 40px 40px 0 0;
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .cleaning-section {
    border-radius: 20px 20px 0 0;
    padding: 60px 0;
  }
}

.portfolio-item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .portfolio-item {
    flex-direction: column;
  }
}
.portfolio-item__number {
  font-size: 280px;
  line-height: 200px;
  font-weight: 900;
  color: #daa17f;
  position: absolute;
  right: 0px;
  top: -130px;
  z-index: 9;
}
@media (max-width: 992px) {
  .portfolio-item__number {
    font-size: 90px;
    line-height: 100%;
    top: -60px;
    right: 10px;
  }
}
.portfolio-item--left-number .portfolio-item__number {
  right: auto;
  left: 0px;
}
.portfolio-item__slider {
  position: relative;
  width: 720px;
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .portfolio-item__slider {
    padding-left: 0;
    width: 480px;
  }
}
@media (max-width: 992px) {
  .portfolio-item__slider {
    width: 100%;
    margin-bottom: 30px;
    order: -2;
  }
}
.portfolio-item__info {
  width: calc(100% - 770px);
}
@media (max-width: 1440px) {
  .portfolio-item__info {
    width: calc(100% - 530px);
  }
}
@media (max-width: 992px) {
  .portfolio-item__info {
    width: 100%;
  }
}
.portfolio-item--reverse .portfolio-item__slider {
  padding-left: 0;
  padding-right: 140px;
}
@media (max-width: 1440px) {
  .portfolio-item--reverse .portfolio-item__slider {
    padding-right: 0;
  }
}

.portfolio-slider {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 480px) {
  .portfolio-slider {
    height: 280px;
    border-radius: 30px;
  }
}
.portfolio-slider .swiper-button-next, .portfolio-slider .swiper-button-prev {
  color: #65574c;
  height: 100%;
  width: 60px;
  top: 20px;
}
.portfolio-slider .swiper-button-next:after, .portfolio-slider .swiper-button-prev:after {
  font-size: 30px !important;
  font-weight: bold;
}
.portfolio-slider .swiper-button-next {
  right: 0px;
}
.portfolio-slider .swiper-button-prev {
  left: 0px;
}
.portfolio-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-item {
  margin-bottom: 280px;
}
@media (max-width: 992px) {
  .portfolio-item {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .portfolio-item {
    margin-bottom: 100px;
  }
}
.portfolio-item:last-child {
  margin-bottom: 0;
}
.portfolio-item__title {
  display: block;
  font-size: 50px;
  color: #65574c;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .portfolio-item__title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.portfolio-item__desc {
  display: block;
  margin-bottom: 30px;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  color: #daa17f;
}
@media (max-width: 767px) {
  .portfolio-item__desc {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.portfolio-item p {
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
}
.portfolio-item p:nth-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .portfolio-item p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.portfolio-item ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 30px;
}
.portfolio-item ul:nth-child {
  margin-bottom: 0;
}
.portfolio-item ul li {
  margin-bottom: 5px;
  font-size: 20px;
  color: #65574c;
}
@media (max-width: 767px) {
  .portfolio-item ul li {
    font-size: 16px;
  }
}

.portfoilo-dropdown__btn {
  position: relative;
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin-top: -50px;
  order: 2;
}
.portfoilo-dropdown__btn.active {
  margin-top: 50px;
}
.portfoilo-dropdown__btn.active img {
  transform: rotate(180deg);
}
.portfoilo-dropdown__btn img {
  display: block;
  width: 40px;
  transition: 0.5s;
}

.portfoilo-dropdown {
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  max-height: 0px;
  opacity: 0;
  transition: 0.5s;
  order: -2;
}
.portfoilo-dropdown--first {
  padding: 0;
}
.portfoilo-dropdown.active {
  max-height: 38500px;
  max-height: auto;
  opacity: 1;
  overflow: visible;
}
.portfoilo-dropdown.active.portfoilo-dropdown--first {
  padding-top: 120px;
}
@media (max-width: 992px) {
  .portfoilo-dropdown.active.portfoilo-dropdown--first {
    padding-top: 50px;
  }
}

.container--flex {
  display: flex;
  flex-direction: column;
}

.work-item {
  display: flex;
  justify-content: space-between;
  background-color: #daa17f;
  height: 700px;
  margin-bottom: 100px;
  overflow: hidden;
  border-radius: 40px;
  max-width: 900px;
  margin: 0 auto 100px;
}
@media (max-width: 1440px) {
  .work-item {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .work-item {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .work-item {
    height: 400px;
    border-radius: 20px;
  }
}
.work-item__side {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 30px 30px 30px;
}
@media (max-width: 767px) {
  .work-item__side {
    width: 100px;
    padding: 20px 10px;
  }
}
.work-item__title {
  font-size: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .work-item__title {
    font-size: 12px;
  }
}
.work-item__number {
  font-size: 200px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .work-item__number {
    font-size: 40px;
  }
}
.work-item__slider {
  width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .work-item__slider {
    width: calc(100% - 100px);
    height: 400px;
  }
}
.work-item__slider .work-slider {
  height: 100%;
}

.work-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .work-slider {
    border-radius: 20px;
  }
}
.work-slider .swiper-button-next, .work-slider .swiper-button-prev {
  color: #65574c;
  height: 100%;
  width: 60px;
  top: 20px;
}
.work-slider .swiper-button-next:after, .work-slider .swiper-button-prev:after {
  font-size: 30px !important;
  font-weight: bold;
}
.work-slider .swiper-button-next {
  right: 0px;
}
.work-slider .swiper-button-prev {
  left: 0px;
}
.work-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .contacts {
    flex-direction: column;
  }
}
.contacts__image {
  width: 560px;
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .contacts__image {
    width: 360px;
  }
}
.contacts img {
  display: block;
}
@media (max-width: 992px) {
  .contacts img {
    max-width: 300px;
  }
}
.contacts__content {
  width: calc(100% - 660px);
  padding-top: 200px;
}
@media (max-width: 1440px) {
  .contacts__content {
    width: calc(100% - 410px);
    padding-top: 120px;
  }
}
@media (max-width: 992px) {
  .contacts__content {
    width: 100%;
    padding-top: 0px;
    display: flex;
    justify-content: center;
  }
}
.contacts__content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contacts__content ul li {
    margin-bottom: 20px;
  }
}
.contacts__content ul li .icon {
  display: block;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .contacts__content ul li .icon {
    margin-right: 15px;
  }
}
.contacts__content ul li .icon img {
  display: block;
}
@media (max-width: 767px) {
  .contacts__content ul li .icon img {
    width: 30px;
  }
}
.contacts__content ul li a {
  color: #65574c;
  font-size: 50px;
  transition: 0.5s;
}
@media (max-width: 1440px) {
  .contacts__content ul li a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .contacts__content ul li a {
    font-size: 16px;
  }
}
.contacts__content ul li a:hover {
  color: #daa17f;
}/*# sourceMappingURL=styles.css.map */