/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \***************************************************************************************************************/
:root {
  --color1: #00B969;
  --color2: #2E3125;
  --white: #fff;
  --black: #111;
  --gray: #666;
  --lightgray: #f0f0f0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --xxl: 1400px;
  --radius: 3px;
}

@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 100;
  src: local("Circe Thin"), url(../js/../fonts/Circe-Thin.woff2) format("woff2");
}
@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 300;
  src: local("Circe Light"), url(../js/../fonts/Circe-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 400;
  src: local("Circe"), url(../js/../fonts/Circe.woff2) format("woff2");
}
@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 700;
  src: local("Circe Bold"), url(../js/../fonts/Circe-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 900;
  src: local("Circe ExtraBold"), url(../js/../fonts/Circe-ExtraBold.woff2) format("woff2");
}
html {
  font-family: "Circe", serif;
  font-size: 16px;
  font-weight: 400;
}

body {
  color: var(--black);
  font-size: 1rem;
  background-color: var(--color2);
  margin: 0;
  padding: 0;
}

.container-fluid {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

a {
  color: var(--color2);
}

h1 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.4rem;
  }
}

h2 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-weight: 400;
  font-size: 1.65rem;
}

.copyright {
  color: var(--white);
  font-size: 0.875rem;
  margin-top: 40px;
  margin-bottom: 0;
}

hr {
  color: transparent;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 90%);
  width: 100%;
  height: 1px;
  border: 0;
}

.btn {
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
}
.btn--default {
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding: 15px 25px;
  transition: all 0.2s ease-in-out;
}
.btn--main {
  color: #fff;
  background-color: var(--color1);
}
.btn--main:hover {
  opacity: 0.9;
}

.header {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  padding: 0;
}
@media (min-width: 768px) {
  .header {
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .header {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.header__wrap {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .header__wrap .block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header__desc {
  color: var(--white);
  margin: 0;
}
@media (min-width: 992px) {
  .header__desc {
    color: unset;
    font-size: 0.875rem;
    max-width: 240px;
  }
}
.header__address {
  display: none;
}
@media (min-width: 992px) {
  .header__address {
    display: inline;
    font-size: 0.75rem;
    line-height: 1.2;
    max-width: 160px;
    margin: 0;
  }
}
.header__logo {
  text-decoration: none;
}
.header__logo-img {
  width: auto;
  max-height: 30px;
}
.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .header__contacts {
    min-width: 250px;
  }
}
.header__contacts .phone {
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
}
.header__contacts .phone__label {
  color: #999;
  font-size: 0.75rem;
  line-height: 1.2;
}
.header__contacts .email {
  text-decoration: none;
}
@media (min-width: 992px) {
  .header__contacts .email {
    font-size: 1.25rem;
  }
}
.header__contacts .messengers {
  display: flex;
  flex-direction: row;
}
@media (min-width: 992px) {
  .header__contacts .messengers {
    margin-top: 10px;
  }
}
.header__contacts .messengers__link span {
  display: none;
}
@media (min-width: 768px) {
  .header__contacts .messengers__link span {
    display: inline;
  }
}
.header__contacts .messengers__icon--whatsapp {
  filter: brightness(0) saturate(100%) invert(63%) sepia(12%) saturate(2429%) hue-rotate(78deg) brightness(88%) contrast(101%);
}
.header__contacts .messengers__icon--telegram {
  filter: brightness(0) saturate(100%) invert(55%) sepia(92%) saturate(1467%) hue-rotate(170deg) brightness(94%) contrast(92%);
}
.header__contacts--mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  width: calc(100% - 60px);
  height: 60px;
}
@media (min-width: 992px) {
  .header__contacts--mobile {
    position: relative;
    bottom: unset;
    right: unset;
    z-index: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
    min-width: 200px;
    width: unset;
  }
}
@media (min-width: 1200px) {
  .header__contacts--mobile {
    min-width: 250px;
  }
}
.header__contacts--mobile .phone__label {
  display: none;
}
@media (min-width: 992px) {
  .header__contacts--mobile .phone__label {
    display: inline-block;
  }
}
.header__contacts--mobile .messengers {
  margin-left: 40px;
}
@media (min-width: 992px) {
  .header__contacts--mobile .messengers {
    margin-left: unset;
  }
}
.header__contacts--mobile .messengers__icon {
  width: 32px;
  height: 32px;
}
@media (min-width: 992px) {
  .header__contacts--mobile .messengers__icon {
    width: 20px;
    height: 20px;
  }
}
.header__space {
  height: 40px;
}
@media (min-width: 768px) {
  .header__space {
    flex-grow: 2;
  }
}

.footer__wrap {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer__contacts {
  margin-top: 20px;
}
.footer__contacts .phone {
  display: inline-block;
  color: var(--white);
  font-size: 1.75rem;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer__contacts .email {
  display: inline-block;
  color: var(--white);
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer__contacts .messengers {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer__contacts .messengers__link {
  color: var(--white);
}
.footer__contacts .messengers__icon--whatsapp,
.footer__contacts .messengers__icon--telegram {
  filter: invert(92%) sepia(100%) saturate(0%) hue-rotate(46deg) brightness(108%) contrast(100%);
}
.footer__contacts .address {
  color: var(--white);
  font-size: 0.75rem;
}
.footer__contacts *:first-child {
  margin-top: 0;
}
.footer__contacts *:last-child {
  margin-bottom: 0;
}
.footer__logo-img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(45%) saturate(0%) hue-rotate(121deg) brightness(111%) contrast(100%);
  width: auto;
  max-height: 40px;
}

.block {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 992px) {
  .block {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 1200px) {
  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.menu__main-wrap {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 60px;
  left: 0;
  background-color: var(--gray);
  padding: 20px 0 20px 40px;
  width: 100%;
}
@media (min-width: 992px) {
  .menu__main-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    bottom: unset;
    left: unset;
    background-color: var(--color2);
    border-radius: var(--radius);
    padding: 12px 25px 6px;
  }
}
.menu__main-d {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .menu__main-d {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.menu__main-burger {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: var(--color2);
  width: 60px;
  height: 60px;
}
@media (min-width: 992px) {
  .menu__main-burger {
    display: none;
  }
}
.menu__main-burger img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5%) hue-rotate(273deg) brightness(105%) contrast(101%);
  width: 28px;
  height: 28px;
}
.menu__main-burger-close {
  display: none;
}
.menu__main {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .menu__main {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .menu__main {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .menu__main-item:first-child {
    margin-left: 0;
  }
  .menu__main-item:last-child {
    margin-right: 0;
  }
}
.menu__main-link {
  display: inline-block;
  box-sizing: border-box;
  color: var(--white);
  font-size: 1.25rem;
  text-decoration: none;
  letter-spacing: 0.05rem;
  border-top: 2px solid transparent;
  padding: 12px 0;
  width: 100%;
}
.menu__main-link:hover {
  text-decoration: none;
  border-color: var(--color2);
}
@media (min-width: 992px) {
  .menu__main-link {
    padding: 20px 12px;
    width: unset;
  }
}
@media (min-width: 992px) {
  .menu__main-link--current {
    border-color: var(--color2);
  }
}
.menu__footer-title {
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.menu__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
}
.menu__footer-link {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
}

.form__label {
  color: var(--white);
}
.form__input, .form__textarea {
  font-size: 1.125rem;
  font-family: "Circe", serif;
  font-weight: 400;
  border: 0;
  box-sizing: border-box;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.form__input::placeholder, .form__textarea::placeholder {
  font-size: 1.125rem;
  font-weight: 400;
}
.popup {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color2);
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  max-width: 450px;
  max-height: 100%;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .popup {
    padding: 40px;
  }
}
.popup__wrap {
  display: none;
}
.popup__layout {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  width: 14px;
  height: 14px;
}
.popup__close:hover {
  opacity: 0.8;
}
.popup h3,
.popup p {
  color: var(--white);
}
.popup p {
  font-size: 0.875rem;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb__item:after {
  content: ">>";
  display: inline;
  font-size: 0.75rem;
  letter-spacing: -0.15rem;
  margin: 0 5px;
}
.breadcrumb__item.end::after {
  display: none;
}
.archive__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 22px 70px 4px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .archive__item {
    padding: 30px;
  }
}
.archive__item-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.archive__item-title {
  font-size: 1.25rem;
  text-decoration: none;
}

.messengers__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
  margin-right: 10px;
  margin-left: 10px;
}
.messengers__link:first-child {
  margin-left: 0;
}
.messengers__link:last-child {
  margin-right: 0;
}
.messengers__link span {
  margin-left: 3px;
}
.messengers__icon {
  width: 20px;
  height: 20px;
}
.messengers__icon--telegram {
  filter: invert(60%) sepia(100%) saturate(1648%) hue-rotate(170deg) brightness(89%) contrast(104%);
}
.messengers__icon--whatsapp {
  filter: invert(52%) sepia(96%) saturate(391%) hue-rotate(78deg) brightness(92%) contrast(88%);
}

.advantages.mtop {
  margin-top: -60px;
}
@media (min-width: 992px) {
  .advantages.mtop {
    margin-top: -100px;
  }
}
.advantages__wrap.bg_layout:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.4) 100%);
  width: 100%;
  height: 100%;
}
.advantages__wrap.bg_layout .block {
  position: relative;
  z-index: 1;
}
.advantages__title {
  color: var(--white);
  text-align: center;
}
.advantages__desc {
  color: var(--white);
  font-size: 1.25rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.advantage__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--white);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 22px 70px 4px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0);
  width: calc(100% - 60px);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .advantage__item {
    height: calc(100% - 100px);
    padding: 30px;
  }
}
.advantage__item-icon {
  filter: brightness(0) saturate(100%) invert(26%) sepia(93%) saturate(1413%) hue-rotate(175deg) brightness(89%) contrast(101%);
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}
.advantage__item-icon--withoutcolor {
  filter: unset;
}
.advantage__item-title {
  color: #616161;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 230px;
  z-index: 1;
}
.advantage__item-title a {
  color: #0e637a;
}
.advantage__item-title--white {
  color: var(--white);
}
.advantage__item-title--white a {
  color: var(--white);
}
.advantage__item-desc {
  color: #787878;
  font-size: 0.875rem;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  z-index: 1;
  margin: 0;
  max-width: 400px;
}
.advantage__item-desc--white {
  color: var(--white);
}
.advantage__item-edit-icon {
  font-size: 0.65rem;
  background-color: aliceblue;
  border: 1px solid #555;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.content__title {
  max-width: 600px;
  margin-bottom: 20px;
}
.content__left-column {
  position: sticky;
  top: 20px;
}
.content__managers {
  display: flex;
  flex-direction: column;
  background-color: var(--lightgray);
  padding: 30px;
}
.content__managers-title {
  color: var(--gray);
  font-size: 1.25rem;
}
.content__manager {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content__manager:first-child {
  margin-top: 0;
}
.content__manager:last-child {
  margin-bottom: 0;
}
.content__manager-name {
  font-size: 1.25rem;
}
.content__manager-phone, .content__manager-email {
  margin-top: 5px;
  margin-bottom: 5px;
}

.offer {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  /* gutenberg */
}
@media (min-width: 992px) {
  .offer {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .offer__wrap--bg {
    margin-top: -190px;
    padding-top: 125px;
  }
}
.offer__wrap--bg:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.4;
  display: block;
  content: "";
  background: rgb(155, 155, 155);
  background: linear-gradient(90deg, rgb(155, 155, 155) 57%, rgb(53, 53, 53) 100%);
  width: 100%;
  height: 100%;
}
.offer__wrap--bg .offer__main {
  position: relative;
}
.offer__wrap--bg * {
  z-index: 3;
}
.offer__main {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .offer__main {
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  .offer__main {
    max-width: 50%;
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.offer__title {
  margin: 0;
}
.offer__title--white {
  color: var(--white);
}
.offer__desc {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 550px;
}
.offer__desc--white {
  color: var(--white);
}
.offer__img {
  display: none;
}
@media (min-width: 992px) {
  .offer__img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
  }
}
.offer__img img {
  max-width: 100%;
  height: auto;
}
.offer__img .btn {
  text-align: center;
  width: 100%;
  height: 100%;
}
.offer__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.offer__video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.offer__video-bg:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: rgb(155, 155, 155);
  background: linear-gradient(90deg, rgba(239, 239, 239, 0.58) 57%, rgb(104, 104, 104) 100%);
  width: 100%;
  height: 100%;
}
.offer .breadcrumb {
  opacity: 0.6;
  margin-bottom: 20px;
}
.offer .breadcrumb__item,
.offer .breadcrumb__link {
  color: var(--white);
}
.offer__edit-bg-btn {
  position: absolute;
  right: 40px;
  top: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
