#site-header {
  z-index: 9999 !important;
}

.custom__content__news {
  margin: 50px 0;
}

.custom__style__marker {
  list-style-type: none;
  /* list-style-image: url('/wp-content/themes/iceface/assets/img/icon-tick-20.png'); */
  margin-left: 30px;
}

.custom__style__marker li {
  position: relative;
  margin-bottom: 6px;
  word-spacing: 3px;
  color: #444;
}

.custom__style__marker li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -26px;
  background-image: none;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
}

.custom__style__marker--protiv li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -26px;
  background-image: none;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
}

.news__vopros__content {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.news__vopros__img {
  max-width: 450px;
  border-radius: 10px;
  /* margin-left: 50px; */
}

.news__vopros__menu {
  margin: 15px 0 0;
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.news__vopros__menu--margin {
  margin: 0 0 20px;
}

@media (max-width: 650px) {
  .news__vopros__menu--margin {
    margin-top: 0 !important;
  }
}

.news__vopros__menu--top {
  margin: 20px 0;
}

.news__vopros__link {
  border: 1px solid #eee;
  border-radius: 30px;
  padding: 5px 10px;
  margin: 0;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}

.news__vopros__link--preim {
  /* white-space: pre-wrap; */
  background-color: #719267;
  color: #fff;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.news__vopros__link:focus,
.news__vopros__link:hover {
  border-color: #000;
}

.news__expert {
  margin: 50px 0 0;
  padding: 20px;
  border: 4px solid #719267;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news__expert__img {
  max-width: 200px;
  border-radius: 50%;
}

.news__expert__content {
  margin-left: 30px;
}

.news__expert__title {
  font-size: 14px;
  font-weight: 700;
}

.news__expert__fio {
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
  margin-top: 20px;
}

.news__expert__dol {
  font-size: 14px;
  font-weight: 700;
}

.news__expert__btn__cust {
  margin-top: 10px;
}

.news__expert__pod {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}

.news__text {
  width: 60%;
  color: #454d68;
  word-spacing: 3px;
  color: #444;
  line-height: 1.7;
}

.news__text a {
  color: var(--green-background);
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.2s linear;
}

.news__text a:focus,
.news__text a:hover {
  color: #2c3924;
}

.news__text--two {
  margin-top: 50px;
}

.custom__img__news {
  border-radius: 10px;
}

.news__prisiv {
  background-color: #5b7849;
  padding: 30px 0;
  margin-top: 50px;
}

.news__priziv__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news__priziv__img {
  max-width: 400px;
  margin-left: 30px;
  border-radius: 10px;
}

.news__prisiv__item {
  color: #fff;
}

.news__prisiv__item:last-child {
  margin-left: 50px;
}

.news__piziv__text1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  font-family: var(--font-title);
}

.news__piziv__text2 {
  margin-top: 15px;
  font-size: 18px;
  text-align: right;
  line-height: 1.3;
  font-family: var(--font-title);
}

.news__piziv__text3 {
  color: #ffffff;
  font-size: 18px;
  text-align: right;
  margin-top: 20px;
  line-height: 1.3;
  font-family: var(--font-title);
}

.news__block__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.news__priziv__btn {
  background-color: #ed4c5c;
  padding: 10px 20px;
  /* margin-top: 20px; */
  display: block;
  max-width: 140px;
  text-align: center;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.news__priziv__btn:focus,
.news__priziv__btn:hover {
  background-color: #c44350;
}

.news__block__btn > .news__priziv__btn--m {
  display: flex;
  justify-content: flex-end;
}

.news__priziv__btn--m > a {
  background-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  /* max-width: 140px; */
  text-align: center;
  color: #000 !important;
  border-radius: 0;
  border: none !important;
  box-shadow: 0 4px 10px rgb(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
}

.news__priziv__btn--m > a:focus,
.news__priziv__btn--m > a:hover {
  background-color: #fff;
  color: #000 !important;
  box-shadow: 0 4px 10px rgb(0, 0, 0, 0.7);
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-149f41d.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default
  > div
  > div
  > div
  > div
  > div
  > section
  > div
  > div
  > div
  > div
  > div
  > div.elementor-element.elementor-element-d473ab2.elementor-widget__width-initial.elementor-widget.elementor-widget-html
  > div {
  float: right;
}

/* Страница для маркетлога */

.header {
  border-bottom: 6px solid #719267;
}

.header__content {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header__logo__img {
  max-width: 150px;
}

.header__grup {
  text-align: center;
}

.header__phone a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.header__phone a:focus,
.header__phone a:hover {
  color: #719267;
}

.beadrooms {
  background-color: #f8f8f8;
  padding: 15px 0;
  margin-top: 15px;
}

.beadrooms__link {
  color: #1a180b;
  margin-left: 10px;
}

.beadrooms__link:first-child {
  margin-left: 0;
}

.recvisiti__title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  text-align: center;
}

.rekvisiti__block {
  margin-top: 50px;
  border-top: 2px solid #719267;
  padding-top: 30px;
}

.rekvisiti__block:first-child {
  border-top: none;
  padding-top: 0;
}

.recvisiti__text {
  margin-top: 20px;
}

.recvisiti__text p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}

.rekvisiti__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rekvisiti__lic__img {
  max-width: 400px;
  margin-left: 40px;
}

.recvisiti__big__title {
  color: #f2f2f2;
  font-family: var(--font-title);
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8em;
  letter-spacing: 3.8px;
  text-align: center;
  margin: 50px 0;
}

.rekvisiti__item {
  width: 50%;
  border: 1px solid #eee;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rekvisiti__item:first-child {
  padding-left: 30px;
}

.rekvisiti__pole__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.rekvisiti__grup {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

.rekvisiti__pole {
  margin-left: 15px;
}

.rekviziti__grup__img {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.rekvisiti__doc__img {
  max-width: 300px;
  object-fit: contain;
}

.footer {
  background-color: #cec2b2;
  color: #000;
  padding: 20px 0;
  margin-top: 50px;
}

.copyright {
  text-align: center;
  font-weight: 700;
  color: #000;
}

.form__div {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

.form__input {
  margin-top: 10px;
}

.form__label {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.form__radio {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.has-spinner,
.wpcf7-submit {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #719267;
  border-radius: 8px 8px 8px 8px !important;
  box-shadow: -8px 3px 10px 0px rgb(0 0 0 / 50%);
}

/* ----------------------- */

.servises__block {
  margin-top: 40px;
}

.servises__block__title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.servises__block__inner {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.servises__block__item {
  background-color: #fff;
  box-shadow: 0 4px 10px rgb(0, 0, 0, 0.3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.servises__block__item:focus,
.servises__block__item:hover {
  box-shadow: 0 4px 10px rgb(0, 0, 0, 0.5);
}

.servises__block__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
}

.servises__block__content {
  padding: 20px;
}

.servises__block__item__title {
  font-size: 20px;
  font-weight: 600;
  min-height: 50px;
  line-height: 1.2;
}

.servises__block__item__text {
  margin-top: 10px;
  min-height: 120px;
}

.servises__block__item__btn {
  display: inline-block;
  margin-top: 30px;
  background-color: var(--green-background);
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}

.servises__block__item__btn:focus,
.servises__block__item__btn:hover {
  background-color: var(--green-background-tem);
  color: #fff;
}

.servises__block__item__link {
  text-decoration: none;
  color: #000;
}

.servises__block__item__link:focus,
.servises__block__item__link:hover {
  text-decoration: none;
  color: #000;
}

.new__pskidka {
  background-color: var(--green-background);
  padding: 40px;
  margin: 40px 0;
}

.new__pskidka p {
  margin-bottom: 0 !important;
}

.new__pskidka__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new__pskidka__item {
  width: 50%;
}

.new__pskidka__item:nth-child(1) {
  margin-right: 40px;
}

.new__pskidka__img {
  height: 250px;
  object-fit: cover;
  object-position: center;
  display: block;
  width: 100%;
  max-width: 100%;
}

.new__pskidka__title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.new__pskidka__grup {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  width: 100%;
}

.new__pskidka_btn__grup {
  margin-top: 15px;
}

.new__pskidka__link {
  /* margin-left: 20px; */
}

.prew__news__block {
  margin: 40px 0;
}

.prew__news__block__title {
  font-weight: 600;
  font-size: 30px;
  color: #1a180b;
}

.prew__news__block__inner {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}

.prew__news__block__img > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}

.prew__news__block__item:focus .prew__news__block__img > img,
.prew__news__block__item:hover .prew__news__block__img > img {
  transform: scale(1.1);
}

.prew__news__block__link {
  position: relative;
}

.prew__news__block__content {
  position: absolute;
  bottom: 15px;
  left: 0;
  background: rgb(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px 10px;
}

.prew__news__block__item__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  min-height: 40px;
}

.prew__news__block__item__btn {
  font-size: 14px;
  font-weight: 400;
}

.prew__news__block__item {
  box-shadow: 0 4px 10px rgb(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.prew__news__block__item:focus,
.prew__news__block__item:hover {
  box-shadow: 0 4px 10px rgb(0, 0, 0, 0.5);
}

.new__pskidka__btn__z {
  background-color: #ed4c5c !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  display: inline-block !important;
  /* max-width: 140px; */
  text-align: center !important;
  color: #fff !important;
  border-radius: 0 !important;
  transition: all 0.2s ease-in-out !important;
}

.new__pskidka__btn__z:focus,
.new__pskidka__btn__z:hover {
  background-color: #c44350 !important;
  color: #fff;
}

@media (max-width: 991px) {
  .news__vopros__content {
    flex-wrap: wrap;
  }
  .new__pskidka {
    padding: 20px;
  }

  .new__pskidka__inner {
    flex-wrap: wrap;
  }

  .new__pskidka__item {
    width: 100%;
  }

  .new__pskidka__item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .servises__block__inner {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .prew__news__block__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 750px) {
  .servises__block__inner {
    grid-template-columns: 1fr;
  }

  .custom__style__marker li:before {
    top: 3px;
  }

  .news__prisiv__item:last-child {
    margin-left: 0;
    display: none;
  }

  .news__text {
    width: auto;
  }
}

@media (max-width: 650px) {
  .news__prisiv > div > div > div:nth-child(1) > div.news__block__btn > div > a {
    font-size: 20px;
  }

  .priziv__skidka > div > div > div:nth-child(2) > div.priziv__skidka__content > div.priziv__custom__btn > button {
    max-width: inherit !important;
    display: inline-block !important;
    font-size: 20px !important;
  }

  .servicesCos__banner__content.servicesCos__banner__content--top > div.news__priziv__btn--m.marquiz__container > a {
    font-size: 20px !important;
  }

  .news__vopros__menu {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .news__vopros__img {
    max-width: 100%;
    margin: 0 auto;
  }

  .news__vopros__link {
    font-size: 14px;
    white-space: wrap;
  }

  .news__expert {
    margin: 30px 0 0;
    flex-wrap: wrap;
  }

  .news__expert__content {
    margin-left: 0;
    margin-top: 30px;
  }

  .news__expert__img {
    margin: 0 auto;
  }

  .news__piziv__text1 {
    font-size: 30px;
  }

  .news__expert__dol {
    margin-top: 10px;
  }

  .news__vopros__content {
    margin-bottom: 20px;
  }
}

@media (max-width: 565px) {
  .servises__block__item__text {
    min-height: 100%;
  }

  .prew__news__block__content {
    position: static;
  }

  .prew__news__block__img {
    overflow: hidden;
  }

  .custom__content__news {
    margin: 10px 0;
  }

  .news__piziv__text1 {
    font-size: 20px;
  }

  .news__piziv__text2 {
    font-size: 14px;
  }

  .news__piziv__text3 {
    font-size: 16px;
  }

  .news__priziv__btn--m > a {
    padding: 5px 10px;
    font-size: 16px;
  }

  .term-description > p > img {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .prew__news__block__inner {
    grid-template-columns: 1fr;
  }
}
