* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
}
html,
body {
  margin: 0;
  padding: 0;
  color: #3A3A3A;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
a,
a:hover {
  text-decoration: none;
  display: block;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button,
input {
  outline: none;
}
button {
  cursor: pointer;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
.container {
  width: 100%;
  max-width: 320px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 738px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0;
  }
}
.button-consult {
  padding: 8px 0px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #fff;
  border: 3px solid #9F8B72;
  background-color: #9F8B72;
}
.button-consult:hover {
  background-color: #8d795f;
  color: #fff;
}
@media (min-width: 576px) {
  .button-consult {
    padding: 10px 0px;
    width: 260px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .button-consult {
    font-size: 14px;
    width: 280px;
  }
}
@media (min-width: 992px) {
  .button-consult {
    padding: 12px 0px;
    margin-top: 30px;
  }
}
.no-overflow {
  overflow: hidden;
}
.header {
  padding-top: 7px;
  padding-bottom: 5px;
  height: 50px;
  color: #fff;
  background-color: #9F8B72;
}
@media (min-width: 768px) {
  .header {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 80px;
  }
}
.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  max-width: 110px;
}
@media (min-width: 576px) {
  .header__logo {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .header__logo {
    max-width: 450px;
  }
}
.header__logo p {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}
@media (min-width: 768px) {
  .header__logo p {
    font-size: 16px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .header__logo p {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .header__logo p {
    font-size: 19px;
  }
}
.header__logo span {
  position: absolute;
  top: 0;
  right: -10%;
  font-size: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .header__logo span {
    font-size: 12px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .header__logo span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .header__logo span {
    font-size: 14px;
  }
}
.header__contacts p {
  margin-bottom: 5px;
  text-align: right;
}
.header__contacts p:last-child {
  margin-bottom: 0px;
}
.header__contacts-phone {
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 768px) {
  .header__contacts-phone {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .header__contacts-phone {
    font-size: 16px;
  }
}
.header__contacts-adress {
  font-size: 7px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .header__contacts-adress {
    font-size: 8px;
  }
}
@media (min-width: 992px) {
  .header__contacts-adress {
    font-size: 10px;
  }
}
.section-femida {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #DDD4B7;
  background-image: url("../img/section1/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .section-femida {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .section-femida {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-femida::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(221, 212, 183, 0.9);
}
.section-femida-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
@media (min-width: 768px) {
  .section-femida-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .section-femida-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section-femida__img img {
  position: absolute;
  bottom: -30px;
  left: -30%;
  z-index: -1;
}
@media (min-width: 500px) {
  .section-femida__img img {
    max-width: 350px;
    left: -40%;
  }
}
@media (min-width: 576px) {
  .section-femida__img img {
    left: -10%;
  }
}
@media (min-width: 768px) {
  .section-femida__img img {
    max-width: 400px;
    bottom: -50px;
  }
}
@media (min-width: 992px) {
  .section-femida__img img {
    max-width: 550px;
    bottom: -70px;
  }
}
@media (min-width: 1200px) {
  .section-femida__img img {
    left: 40px;
  }
}
.section-femida__desc {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 250px;
  background-color: rgba(255, 255, 255, 0.829);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (min-width: 576px) {
  .section-femida__desc {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .section-femida__desc {
    max-width: 470px;
  }
}
@media (min-width: 992px) {
  .section-femida__desc {
    background-color: transparent;
    border-radius: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    max-width: 470px;
  }
}
.section-femida__title {
  margin-bottom: 12px;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .section-femida__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .section-femida__title {
    font-size: 40px;
  }
}
.section-femida__subtitle {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .section-femida__subtitle {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .section-femida__subtitle {
    font-size: 20px;
  }
}
.section-femida__desc p {
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .section-femida__desc p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .section-femida__desc p {
    font-size: 16px;
  }
}
.section-femida__item:last-child {
  margin-bottom: 0px;
}
.section-about {
  padding-top: 70px;
  height: 670px;
}
.section-about__title {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.section-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-about__content-first-column {
  padding-left: 40px;
}
.section-about__content-item {
  margin-bottom: 38px;
  max-width: 300px;
  text-align: center;
}
.section-about__content-item:last-child {
  margin-bottom: 0;
}
.section-about__content-item--right {
  margin-left: 70px;
}
.content-item__img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.content-item__title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}
.section-about__content-image {
  margin-top: auto;
  margin-bottom: auto;
  height: 370px;
  width: 250px;
}
.section-about__content-second-column {
  padding-right: 40px;
}
.section-services {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .section-services {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-services__wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-services__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-services__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .section-services__title {
    font-size: 40px;
  }
}
.section-services__subtitle {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .section-services__subtitle {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .section-services__subtitle {
    font-size: 20px;
  }
}
.section-services__buttons {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-services__buttons {
    margin-bottom: 30px;
  }
}
.section-services__buttons-item {
  padding: 5px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #3A3A3A;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.section-services__buttons-item:hover {
  color: #E2B177;
  border-color: #E2B177;
}
@media (min-width: 768px) {
  .section-services__buttons-item {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .section-services__buttons-item {
    font-size: 20px;
  }
}
.button--active {
  border: 1px solid #E2B177;
  color: #E2B177;
}
.accordeon__wrapper-one {
  display: none;
}
.accordeon__wrapper-one--active {
  display: block;
}
.accordeon__wrapper-two {
  display: none;
}
.accordeon__wrapper-two--active {
  display: block;
}
.accordeon__wrapper-one,
.accordeon__wrapper-two {
  margin-left: auto;
  margin-right: auto;
  width: 270px;
}
@media (min-width: 576px) {
  .accordeon__wrapper-one,
  .accordeon__wrapper-two {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .accordeon__wrapper-one,
  .accordeon__wrapper-two {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .accordeon__wrapper-one,
  .accordeon__wrapper-two {
    width: 800px;
  }
}
.accordeon-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #E2B177;
}
.accordeon-item:last-child {
  border-bottom: none;
}
.accordeon-item--active .accordeon-item__content {
  display: block;
}
.accordeon-item--active .accordeon-item__trigger-img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordeon-item__trigger {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.accordeon-item__trigger--blocked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordeon-item__trigger-img {
  margin-right: 15px;
  height: 20px;
  width: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordeon-item__trigger-text {
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .accordeon-item__trigger-text {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .accordeon-item__trigger-text {
    font-size: 20px;
  }
}
.accordeon-item__content {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .accordeon-item__content {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .accordeon-item__content {
    font-size: 16px;
  }
}
.section-benefits {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #DDD4B7;
  background-image: url("../img/section3/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .section-benefits {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .section-benefits {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-benefits::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(221, 212, 183, 0.9);
}
.section-benefits__wrapper {
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) {
  .section-benefits__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section-benefits__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-benefits__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .section-benefits__title {
    font-size: 40px;
  }
}
.section-benefits__subtitle {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .section-benefits__subtitle {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .section-benefits__subtitle {
    margin-bottom: 30px;
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .section-benefits__subtitle {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.section-benefits__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-benefits__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2B177;
}
@media (min-width: 768px) {
  .section-benefits__content-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.content-item__title {
  padding-left: 20px;
  width: 270px;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .content-item__title {
    padding-left: 30px;
    width: 500px;
  }
}
@media (min-width: 768px) {
  .content-item__title {
    width: 350px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .content-item__title {
    width: 450px;
    font-size: 16px;
  }
}
.content-item__desc {
  position: relative;
  padding-left: 20px;
  width: 270px;
  font-size: 11px;
}
@media (min-width: 576px) {
  .content-item__desc {
    padding-left: 30px;
    width: 500px;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .content-item__desc {
    width: 300px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .content-item__desc {
    width: 400px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .content-item__desc {
    width: 600px;
  }
}
.content-item__desc::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/section2/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 576px) {
  .content-item__desc::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .content-item__desc::before {
    top: 0;
    left: -5%;
  }
}
.section-steps {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .section-steps {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .section-steps {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-steps__wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-steps__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-steps__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .section-steps__title {
    font-size: 40px;
  }
}
.section-steps__subtitle {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .section-steps__subtitle {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .section-steps__subtitle {
    margin-bottom: 30px;
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .section-steps__subtitle {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.section-steps__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .section-steps__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-steps__content-step {
  width: 300px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-steps__content-step {
    width: 230px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .section-steps__content-step {
    width: 300px;
  }
}
.content-step__number {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 30px;
}
@media (min-width: 576px) {
  .content-step__number {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .content-step__number {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .content-step__number img {
    height: 83px;
  }
}
.content-step__title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .content-step__title {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .content-step__title {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .content-step__title {
    font-size: 16px;
  }
}
.content-step__desc {
  text-align: center;
  font-size: 11px;
  font-weight: 300;
}
@media (min-width: 576px) {
  .content-step__desc {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .content-step__desc {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .content-step__desc {
    font-size: 14px;
  }
}
.section-clients {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #DDD4B7;
  background-image: url("../img/section5/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .section-clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .section-clients {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-clients::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(221, 212, 183, 0.9);
}
.section-clients__wrapper {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
.section-clients__title {
  margin-bottom: 12px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-clients__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .section-clients__title {
    font-size: 40px;
  }
}
.section-clients__subtitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .section-clients__subtitle {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .section-clients__subtitle {
    margin-bottom: 30px;
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .section-clients__subtitle {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.section-clients__carousel {
  width: 240px;
  margin: 0 auto;
}
@media (min-width: 450px) {
  .section-clients__carousel {
    width: 320px;
  }
}
@media (min-width: 576px) {
  .section-clients__carousel {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .section-clients__carousel {
    width: 500px;
  }
}
.testimonial-carousel {
  text-align: center;
}
.testimonial__text {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 300;
}
@media (min-width: 576px) {
  .testimonial__text {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .testimonial__text {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .testimonial__text {
    font-size: 16px;
  }
}
.testimonial__user {
  font-size: 11px;
}
@media (min-width: 576px) {
  .testimonial__user {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .testimonial__user {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .testimonial__user {
    font-size: 14px;
  }
}
.owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20%;
  left: -30px;
  background-image: url("../img/section5/arrow-leftt.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 0.7;
}
@media (min-width: 576px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
  }
}
.owl-carousel .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20%;
  right: -30px;
  background-image: url("../img/section5/arrow-rightt.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 0.7;
}
@media (min-width: 576px) {
  .owl-carousel .owl-nav button.owl-next {
    right: -50px;
  }
}
.section-contacts {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section-contacts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .section-contacts {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-contacts__title {
  margin-bottom: 12px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-contacts__title {
    padding-left: 20px;
    text-align: left;
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .section-contacts__title {
    padding-left: 30px;
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .section-contacts__title {
    padding-left: 40px;
    font-size: 40px;
  }
}
.section-contacts__subtitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .section-contacts__subtitle {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .section-contacts__subtitle {
    padding-left: 20px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .section-contacts__subtitle {
    padding-left: 30px;
    margin-bottom: 40px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .section-contacts__subtitle {
    padding-left: 40px;
  }
}
.section-contacts__wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .section-contacts__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .section-contacts__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .section-contacts__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section-contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .section-contacts__info {
    width: 50%;
  }
}
.section-contacts__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-contacts__contacts-item {
  margin-right: 50px;
  margin-bottom: 50px;
}
.contacts-item__title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contacts-item__title {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .contacts-item__title {
    font-size: 18px;
  }
}
.contacts-item__desc {
  font-weight: 300;
  font-size: 11px;
}
@media (min-width: 576px) {
  .contacts-item__desc {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .contacts-item__desc {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .contacts-item__desc {
    font-size: 16px;
  }
}
.contacts-form__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.contacts-form__item {
  margin-bottom: 20px;
}
.contacts-form__item-name {
  padding-left: 1.5px;
  margin-bottom: 5px;
}
.contacts-form__item-field {
  width: auto;
  height: 30px;
  border: 0px;
  border-bottom: 1px solid #E2B177;
  font-size: 14px;
  padding-right: 10px;
  color: #E2B177;
}
.setcion-contacts__form-button {
  padding: 5px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #3A3A3A;
  text-transform: uppercase;
  border: 1px solid #E2B177;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.setcion-contacts__form-button:hover {
  color: #E2B177;
}
.section-contacts__subtitle--p0 {
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 576px) {
  .section-contacts__subtitle--p0 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .section-contacts__subtitle--p0 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .section-contacts__subtitle--p0 {
    margin-bottom: 40px;
  }
}
.section-contacts__desc {
  margin-bottom: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 300;
}
@media (min-width: 576px) {
  .section-contacts__desc {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .section-contacts__desc {
    margin-bottom: 20px;
    text-align: left;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .section-contacts__desc {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.section-contacts__map {
  width: 100%;
  height: 250px;
  background-color: #DDD4B7;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .section-contacts__map {
    height: 370px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .section-contacts__map {
    height: 439px;
  }
}
.section-contacts__button {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-contacts__button {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
  }
}
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
  color: #fff;
  background-color: #9F8B72;
}
@media (min-width: 768px) {
  .footer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 80px;
  }
}
.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  max-width: 90px;
}
@media (min-width: 576px) {
  .footer__logo {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    max-width: 450px;
  }
}
.footer__logo p {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__logo p {
    font-size: 16px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer__logo p {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .footer__logo p {
    font-size: 19px;
  }
}
.footer__logo span {
  position: absolute;
  top: 0;
  right: -10%;
  font-size: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__logo span {
    font-size: 12px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer__logo span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .footer__logo span {
    font-size: 14px;
  }
}
.footer__contacts p {
  margin-bottom: 5px;
  text-align: right;
}
.footer__contacts p:last-child {
  margin-bottom: 0px;
}
.footer__contacts-phone {
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer__contacts-phone {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .footer__contacts-phone {
    font-size: 16px;
  }
}
.footer__contacts-adress {
  font-size: 7px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__contacts-adress {
    font-size: 8px;
  }
}
@media (min-width: 992px) {
  .footer__contacts-adress {
    font-size: 10px;
  }
}
.modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.733);
  z-index: 999;
}
.modal--hide {
  display: none;
}
.modal-form {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  width: 300px;
  background-color: #fff;
}
@media (min-width: 576px) {
  .modal-form {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .modal-form {
    width: 400px;
  }
}
.modal-form__xmark {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modal-form__xmark:hover {
  opacity: 0.5;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modal-form__item {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
.modal-form__item textarea {
  resize: none;
  outline: none;
  height: 100px;
}
@media (min-width: 576px) {
  .modal-form__item {
    width: 300px;
  }
}
.modal-form__item-name {
  padding-left: 1.5px;
  margin-bottom: 5px;
}
.modal-form__item-field {
  width: 250px;
  height: 30px;
  border: 0px;
  border-bottom: 1px solid #E2B177;
  font-size: 14px;
  padding-right: 10px;
  color: #E2B177;
}
@media (min-width: 576px) {
  .modal-form__item-field {
    width: 300px;
  }
}
.modal_form__button-wrapper {
  text-align: center;
}
.modal__form-button {
  padding: 5px 20px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #3A3A3A;
  text-transform: uppercase;
  border: 1px solid #E2B177;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.modal__form-button:hover {
  color: #E2B177;
}
.modal-form__attention {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}
@media (min-width: 576px) {
  .modal-form__attention {
    width: 300px;
  }
}
.error {
  font-size: 12px;
  color: red;
}
.modal-form__success {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  width: 300px;
  text-align: center;
  background-color: #fff;
}
.modal-form__success h2 {
  font-size: 18px;
  font-weight: 400;
  color: olivedrab;
}
.modal-form__success h6 {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 576px) {
  .modal-form__success {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .modal-form__success {
    width: 400px;
  }
}
.success-xmark {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.success-xmark:hover {
  opacity: 0.5;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/*# sourceMappingURL=main.css.map */