/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \***************************************************************************************************************/
:root {
  --color1: #008acc;
  --color2: #006697;
  --color3: #004768;
  --color4: #12b0fd;
  --color5: #b5e6ff;
  --color6: #f3fbff;
  --white: #fff;
  --black: #333;
  --gray: #666;
  --lightgray: #f0f0f0;
  --whatsapp: #25d366;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --xxl: 1400px;
}

@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(--white);
  margin: 0;
  padding: 0;
}
body.page-id-1164 {
  background-color: unset;
}

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

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

h1 {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
}

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

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

.white {
  color: var(--white) !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}

.pagination {
  margin-top: 40px;
}
.pagination a, .pagination span {
  display: inline-block;
  background-color: var(--color5);
  text-align: center;
  padding: 5px;
  min-width: 20px;
  height: 20px;
}
.pagination span {
  background-color: var(--lightgray);
}

blockquote {
  font-size: 1.125rem;
  background-color: var(--color5);
  border-left: 4px solid var(--color1);
  margin: 40px 0;
  padding: 20px 20px 20px 40px;
}

pre {
  position: relative;
  border: 1px dashed var(--color4);
  margin: 40px 0;
  padding: 40px;
}
pre:before {
  content: "";
  display: block;
  position: absolute;
  left: -22px;
  top: 20px;
  background-image: url(../js/../images/logo-code.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 23px;
}

.sticky {
  position: sticky;
  top: 20px;
}

main {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  main {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.btn {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.btn--default {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 40px;
  transition: all 0.2s ease-in-out;
}
.btn--small {
  font-size: 0.75rem;
  padding: 5px;
}
.btn--main {
  color: #fff;
  background-color: var(--color2);
}
.btn--main:hover {
  opacity: 0.9;
}
.btn--second {
  color: var(--gray);
  background-color: var(--lightgray);
}
.btn--second:hover {
  opacity: 0.9;
}
.btn__fly-wrap {
  position: fixed;
  z-index: 20;
  bottom: 120px;
  right: 20px;
  display: flex;
  flex-direction: column;
}
.btn__fly {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--whatsapp);
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: 5px 0;
  width: 50px;
  height: 50px;
}
.btn__fly-img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(102%);
  width: 30px;
  height: 30px;
}
.btn--edit {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color5);
  height: unset;
  padding: 4px;
}
.btn--edit.is-destructive {
  top: unset;
  bottom: 0;
}

.header {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  .header {
    display: flex;
    flex-direction: row;
    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 {
  border-bottom: 1px solid var(--color1);
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header__logo {
  text-decoration: none;
}
.header__logo-img {
  width: auto;
  max-height: 54px;
}
.header__contacts {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  background-color: var(--white);
  min-width: 200px;
}
@media (min-width: 768px) {
  .header__contacts {
    display: flex;
    flex-direction: column;
    justify-content: unset;
  }
}
@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 .messengers {
  display: flex;
  flex-direction: row;
}
@media (min-width: 992px) {
  .header__contacts .messengers {
    margin-top: 10px;
  }
}
.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;
  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;
    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(--color2);
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer__contacts {
  margin-top: 20px;
}
.footer__contacts .phone {
  display: inline-block;
  color: var(--white);
  font-size: 1.25rem;
  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;
}
@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(--color1);
  padding: 0;
}
@media (min-width: 992px) {
  .menu__main-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    bottom: unset;
    left: unset;
    z-index: unset;
    background-color: var(--white);
    border-bottom: 2px solid var(--color2);
  }
}
.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;
  }
}
.menu__main-nav-item {
  position: relative;
}
.menu__main-nav-item-939 > a {
  padding-left: 58px;
}
.menu__main-nav-item-939 > a:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 5px;
  background-image: url(../js/../images/china.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
}
@media (min-width: 992px) {
  .menu__main-nav-item-939 > a:before {
    top: 12px;
  }
}
.menu__main-nav-item-939:hover:before {
  opacity: 0.2;
  filter: unset;
}
.menu__main-nav-item-939.current-menu-item:before {
  opacity: 0.2;
  filter: unset;
}
.menu__main-nav-item-1002 .menu__main-submenu {
  grid-template-columns: repeat(2, 1fr);
}
@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: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05rem;
  border-top: 2px solid transparent;
  padding: 12px 20px;
  width: 100%;
}
.menu__main-link:hover {
  text-decoration: none;
  border-color: var(--color2);
}
@media (min-width: 992px) {
  .menu__main-link {
    color: var(--black);
    font-size: 0.65rem;
    padding: 20px 12px;
    width: unset;
  }
}
@media (min-width: 1200px) {
  .menu__main-link {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .menu__main-link--current {
    border-color: var(--color4);
  }
}
.menu__main-submenu {
  display: none;
  list-style: none;
  background-color: #fff;
  padding: 20px;
  margin: 0;
  min-width: 300px;
}
@media (min-width: 992px) {
  .menu__main-submenu {
    position: absolute;
    z-index: 3;
    top: 62px;
    left: 0;
    max-width: 300px;
  }
}
.menu__main-subitem {
  padding-top: 5px;
  padding-bottom: 5px;
}
.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;
  list-style: none;
  padding-left: 0;
}
.menu__footer-item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.menu__footer-item.pdf {
  position: relative;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .menu__footer-item.pdf {
    padding-left: 0;
  }
}
.menu__footer-item.pdf:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-image: url(../js/../images/file-pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(71%) sepia(86%) saturate(310%) hue-rotate(165deg) brightness(104%) contrast(106%);
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .menu__footer-item.pdf:before {
    left: -30px;
  }
}
.menu__footer-item.pdf:hover:before {
  filter: brightness(0) saturate(100%) invert(72%) sepia(68%) saturate(542%) hue-rotate(158deg) brightness(102%) contrast(101%);
}
.menu__footer-link {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
}

.form__wrap {
  max-width: 600px;
}
.form__wrap .wpcf7-response-output {
  color: --var(--white);
  margin: 0;
  padding: 10px;
}
.form__label {
  display: flex;
  flex-direction: column;
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
}
.form__label .wpcf7-list-item {
  margin-left: 0;
}
.form__label .wpcf7-list-item-label {
  cursor: pointer;
}
.form__label .wpcf7-list-item-label a {
  color: var(--white);
}
.form__input, .form__textarea, .form__select,
.form .components-select-control__input {
  font-family: "Circe", serif;
  font-size: 1.125rem;
  font-weight: 400;
  border: 0;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
}
.form__input::placeholder, .form__textarea::placeholder, .form__select::placeholder,
.form .components-select-control__input::placeholder {
  font-size: 1.125rem;
  font-weight: 400;
}
.form__submit:disabled {
  color: var(--gray);
  background-color: var(--lightgray);
}

.popup {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color1);
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  max-height: 100%;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .popup {
    padding: 40px;
  }
}
.popup--small {
  max-width: 450px;
}
.popup--action {
  overflow-y: hidden;
  height: calc(100% - 100px);
}
.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__content h3 {
  margin: 0;
}
.popup__content h3, .popup__content p, .popup__content ul, .popup__content ol {
  color: var(--white);
}
.popup__cookies-consent {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 60px;
  background-color: var(--color5);
  box-sizing: border-box;
  font-size: 0.875rem;
  padding: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .popup__cookies-consent {
    right: 10px;
    bottom: 10px;
    padding: 20px;
    max-width: 400px;
    width: unset;
  }
}
.popup__cookies-consent p {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
}
.popup__cookies-consent a {
  font-size: 0.875rem;
  text-decoration: underline;
}
.popup__cookies-consent-btns {
  display: flex;
  flex-direction: row;
}
.popup__cookies-consent-btns .btn {
  margin-left: 10px;
  margin-right: 10px;
}
.popup__cookies-consent-btns .btn:first-child {
  margin-left: 0;
}
.popup__cookies-consent-btns .btn:last-child {
  margin-right: 0;
}
.popup h3,
.popup p {
  color: var(--white);
}
.popup p {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .popup p {
    font-size: 1rem;
  }
}
.popup iframe html {
  margin-top: 0 !important;
}

.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__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 992px) {
  .archive__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.archive__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  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;
}
@media (min-width: 992px) {
  .archive__item {
    padding: 30px;
  }
}
.archive__item-img-link {
  flex-grow: 2;
}
.archive__item-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.archive__item-title {
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
}

.messengers__link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.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 {
  max-width: 600px;
  margin-bottom: 60px;
}
.advantages__desc {
  color: var(--gray);
  max-width: 800px;
  margin-top: 0;
}

.advantage__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 20px 4px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0);
  width: calc(100% - 40px);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .advantage__item {
    width: calc(100% - 60px);
    height: calc(100% - 100px);
    padding: 30px;
  }
}
.advantage__item--min {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 50px);
}
.advantage__item--min .advantage__item-title {
  text-align: center;
  width: 100%;
}
.advantage__item--layout * {
  z-index: 2;
}
.advantage__item--layout:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgb(0, 102, 151);
  background: linear-gradient(159deg, rgb(0, 102, 151) 9%, rgba(255, 255, 255, 0) 67%);
  width: 100%;
  height: 100%;
}
.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.2;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 230px;
  z-index: 2;
}
.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;
}

.offer {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  /* gutenberg */
}
@media (min-width: 992px) {
  .offer {
    flex-direction: row;
  }
}
.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 {
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 550px;
}
.offer__desc--white {
  color: var(--white);
}
.offer__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  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 .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;
}

.content__title {
  max-width: 600px;
  margin-bottom: 20px;
}
.content__manager {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  background-color: var(--lightgray);
  padding: 30px;
}
.content__manager-wrap {
  display: flex;
  flex-direction: column;
}
.content__manager-title {
  flex-grow: 2;
  color: var(--gray);
  font-size: 1.25rem;
}
.content__manager-contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 260px;
}
.content__manager-contacts:first-child {
  margin-top: 0;
}
.content__manager-contacts:last-child {
  margin-bottom: 0;
}
.content__manager-image {
  position: relative;
  margin-left: -50px;
  width: 130px;
  height: 130px;
}
.content__manager-image img {
  border-radius: 100%;
  width: 130px;
  height: 130px;
}
.content__manager-quote {
  max-width: 450px;
}
.content__manager-name {
  font-size: 1.25rem;
}
.content__manager-phone {
  flex-grow: 2;
  font-size: 1.5rem;
  text-decoration: none;
}
.content__manager-email {
  margin-top: 5px;
  margin-bottom: 5px;
}
.content__posts li {
  background-color: var(--color6);
  padding: 20px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content__mailing {
  display: flex;
  flex-direction: column;
  background-color: var(--color1);
  padding: 30px;
}
.content__mailing-title {
  color: var(--white);
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0;
}

.calculator__wrap {
  background-color: var(--color4);
  box-sizing: border-box;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .calculator__wrap {
    padding: 40px;
  }
}

.faq__item {
  background-color: var(--white);
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.faq__item:first-child {
  margin-top: 0;
}
.faq__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .faq__item {
    padding: 20px;
  }
}
.faq__item-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--color3);
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 992px) {
  .faq__item-title {
    font-size: 1.25rem;
  }
}
.faq__item-title:before {
  content: "";
  display: block;
  background-image: url(../js/../images/angle-small-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(19%) sepia(72%) saturate(5555%) hue-rotate(185deg) brightness(87%) contrast(107%);
  width: 28px;
  height: 28px;
}
.faq__item-title.open:before {
  transform: rotate(90deg);
}
.faq__item-desc {
  display: none;
  font-size: 1rem;
  margin: 0;
  margin-top: 10px;
  margin-left: 28px;
}
.faq__item-desc.rich-text {
  display: block;
}
