@media (max-width:767px) {

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px
  }
}

.header-menu ul {
  position: absolute;
  border: medium none;
  top: 100%;
  padding: .25rem 0;
  min-height: 100%;
  width: 20rem;
  background: var(--color-light) none repeat scroll 0 0;
  filter: drop-shadow(0 .625rem 3.125rem rgba(21, 12, 33, .1))
}

@media (width <=90.06125rem) {
  .header-menu ul {
    width: 16.875rem;
    left: -5.625rem
  }
}

@media (width <=63.99875rem) {
  .header-menu ul {
    width: 13.75rem;
    left: -9.875rem
  }
}

.header-menu ul ul {
  left: 100%;
  margin-top: -.25rem;
  top: 0;
  background: #f2f2f2
}

.header-menu ul ul::before {
  display: none
}

.header-menu ul li.menu-item-has-children>a::after {
  content: "";
  background: url(../images/child-menu.svg) no-repeat right center/0.5rem .6875rem;
  width: .5rem;
  height: .6875rem
}

.header-menu .menu-item-has-children:hover>ul {
  display: block !important
}

.header-menu li {
  position: relative
}

.header-menu>li {
  height: 100%
}

.header-menu>li>a,
.header-menu>li>span {
  height: 100%;
  position: relative;
  text-align: left
}

.header-menu li.menu-item-2270 ul,
.header-menu li.menu-item-2131 ul,
.header-menu li.menu-item-2907 ul,
.header-menu li.menu-item-4037 ul,
.header-menu li.menu-item-2747 ul,
.header-menu li.menu-item-3598 ul {
  max-height: 25rem;
  overflow-y: auto;
  overflow-x: hidden
}

.header-menu .menu-item.sfHover,
.header-menu .menu-item:hover,
.header-menu .menu-item.current-menu-item {
  position: relative
}

.header-menu ul.sub-menu>li>a,
.header-menu ul.sub-menu>li>span {
  color: var(--color-primary);
  display: flex;
  padding: .3125rem .625rem;
  text-transform: initial;
  justify-content: space-between;
  width: 100%
}

.header-menu .sub-menu>ul>li ul.sub-menu {
  background: gray !important;
  width: 100%
}

.header-menu .sub-menu>li:hover {
  background: var(--color-accent)
}

.header-menu .sub-menu>li:hover>a {
  color: var(--color-light);
}

.header-menu ul li.current-menu-item {
  border: 1px solid var(--color-primary);
  background: var(--color-accent-hover)
}

.header-menu>li.menu-item-has-children>a:after,
.header-menu>li.menu-item-has-children>span:after {
  content: "";
  display: block;
  background: url(../images/arrow-menu.svg) no-repeat right center/0.625rem .3125rem;
  width: .625rem;
  height: .3125rem;
  margin: 0 0 0 .625rem;
  filter: brightness(0) invert(1)
}

.header-menu>li.menu-item-has-children>a::before,
.header-menu>li.menu-item-has-children>span::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -.0625rem;
  left: 1.25rem;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 1.6s ease-out;
  border-style: solid;
  border-width: 0 .75rem .75rem .75rem;
  border-color: transparent transparent var(--color-light) transparent;
  line-height: 0;
  filter: drop-shadow(0 .625rem 3.125rem rgba(21, 12, 33, .1))
}

.header-menu>li.menu-item-has-children:hover>a::before,
.header-menu>li.menu-item-has-children:hover>span::before {
  opacity: 1;
  transition: 0.4s ease-in
}

.section__bg_gray {
  background: #f8f8f9
}

.section__bg_gray .section__title>span {
  box-shadow: inset 0 .8em #f8f8f9, inset 0 1.1em var(--color-accent)
}

.section__header {
  z-index: 8;
  font-family: var(--font-family-accent);
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem
}

@media (width <=63.99875rem) {
  .section__header {
    row-gap: .9375rem
  }
}

@media (width <=47.99875rem) {
  .section__header {
    row-gap: .625rem
  }
}

.section__title {
  position: relative;
  font-family: var(--font-family-base);
  font-size: clamp(1.75rem, 1.3995098039rem + 1.4379084967vw, 3.125rem);
  font-weight: 900;
  line-height: inherit;
  max-width: 70%
}

@media (width <=63.99875rem) {
  .section__title {
    max-width: unset
  }
}

.section__title span {
  background-size: 1px 1em;
  box-shadow: inset 0 .8em var(--color-light), inset 0 1.1em var(--color-accent);
  display: inline
}

.section__undertitle {
  font-family: var(--font-family-accent);
  font-size: clamp(0.75rem, 0.6703431373rem + 0.3267973856vw, 1.0625rem);
  letter-spacing: .1em;
  line-height: inherit;
  text-transform: uppercase;
  font-weight: 500;
  position: relative
}

.section__undertitle::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 50%;
  width: 70px;
  height: 1px;
  background: var(--color-primary)
}

@media (width <=47.99875rem) {
  .section__undertitle::before {
    display: none
  }
}

.section__white+.section__white .section__container {
  padding-top: 0 !important
}

.mobile-menu {
  width: 2.125rem;
  height: 2.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none
}

.mobile-menu__main-page {
  padding: 10px;
  font-size: 15px;
  display: block
}

.mobile-menu__inner,
.mobile-menu__box::before,
.mobile-menu__box::after {
  content: "";
  display: block;
  width: 1.625rem;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  top: 13px;
  transition: all 0.15s ease-out 0s
}

.mobile-menu__box {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  cursor: pointer
}

.mobile-menu__box::before {
  top: 6px;
  width: 15px
}

.mobile-menu__box::after {
  bottom: 3px;
  top: unset
}

.mobile-menu__btn {
  margin-top: 20px;
  height: 48px;
  padding: 0 26px;
  width: 100%;
  max-width: 300px
}

.mobile-menu__contacts {
  padding: 10px;
  font-size: 15px !important
}

.mobile-menu__contacts-title {
  font-weight: 800
}

.mobile-menu__messengers {
  column-gap: 1rem;
  margin-top: 23px;
  display: flex;
  align-items: flex-start
}


.popup__info .mobile-menu__messengers, .footer-col .mobile-menu__messengers {
  justify-content: center;
}

.mobile-menu__messengers img {
  max-height: 35px;
  height: 35px;
  width: auto;
}

.mobile-menu__messengers img:first-child {
  max-height: 35px;
  width: auto;
}

.mobile-menu__messengers-item {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center
}

.slicknav_menu .current-menu-item span:not([class]) {
  background-color: #fed703
}

.mobile-menu.active .mobile-menu__box::before {
  top: -3px;
  opacity: 0;
  background: #fff
}

.mobile-menu.active .mobile-menu__box::after {
  transform: rotate(-45deg);
  bottom: 10px;
  left: 0;
  background: #fff
}

.mobile-menu.active .mobile-menu__inner {
  transform: rotate(45deg);
  top: 13px;
  left: 0;
  background: #fff
}

.polt-off {
  display: none;
  position: fixed;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  z-index: 9999;
  transition: visibility 0.4s, transform 0.4s;
  top: 80px
}

.polt-off__left {
  height: 100%;
  width: 100%;
  transform: translate3d(-100%, 0, 0);
  left: 0;
  padding-left: 0
}

.polt-off__state_close {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  transition: none
}

@media (max-width:991px) {
  .polt-off {
    display: block
  }
}

@media (max-width:767px) {
  .polt-off {
    top: 80px
  }
}

body.loaded .mobile-menu__static {
  display: none
}

.slicknav_nav {
  margin: 0;
  padding: 0;
  border-top: .0625rem solid #ddd
}

.slicknav_nav li {
  display: block;
  list-style: none
}

.slicknav_nav li>a,
.slicknav_nav li>span {
  display: block;
  position: relative;
  padding: .625rem;
  font-size: .9375rem;
  border-bottom: .0625rem solid #ddd;
  color: #333;
  text-decoration: none
}

.slicknav_nav li ul li .header-menu__link {
  padding-left: 1.25rem !important
}

.slicknav_nav li ul li ul li .header-menu__link {
  padding-left: 1.875rem !important
}

.slicknav_nav li ul li ul li ul li .header-menu__link {
  padding-left: 2.5rem !important
}

.slicknav_nav {
  margin: 0;
  padding: 0;
  border-top: .0625rem solid #ddd
}

.slicknav_nav li {
  display: block;
  list-style: none
}

.slicknav_nav li>a,
.slicknav_nav li>span {
  display: block;
  position: relative;
  padding: .625rem;
  font-size: .9375rem;
  border-bottom: .0625rem solid #ddd;
  color: #333;
  text-decoration: none
}

.swiper-pagination {
  position: relative !important;
  background: inherit;
  z-index: 3;
  width: 100%;
  margin: 3.125rem auto 0
}

.swiper-pagination-container {
  overflow: hidden !important
}

.swiper-pagination-bullet {
  background: var(--color-light);
  opacity: 1;
  border: none !important;
  margin: 0 0.625rem !important;
  width: .9375rem;
  height: .9375rem;
  position: relative;
  z-index: 2
}

.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1
}

.swiper-pagination-bullet-active {
  border: none !important;
  background: var(--color-primary) !important
}

.iti {
  position: relative;
  display: flex;
  align-items: center;
  width: 100% !important
}

.iti__flag {
  background-image: url(../images/flags.webp) !important
}

.iti__globe {
  background-image: url(../images/globe.webp) !important
}

.iti__flag-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
  z-index: 2
}

.iti__selected-country {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden
}

.iti__input {
  padding-left: 60px !important;
  width: calc(100% - 60px)
}

.iti__input::-moz-placeholder,
.iti__input::placeholder {
  padding-left: 10px !important
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  .iti__flag {
    background-image: url(../images/flags%402x.webp) !important
  }

  .iti__globe {
    background-image: url(../images/globe%402x.webp) !important
  }
}

.iti__selected-flag {
  border-radius: 50%
}

.iti__dropdown-content {
  z-index: 99 !important
}

.iti--inline-dropdown .iti__country-list {
  max-height: 120px !important
}

input,
textarea {
  min-height: 3rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: 100%;
  outline: none;
  border: none;
  color: var(--color-light);
  background: var(--color-input-background);
  appearance: none;
  position: relative;
}

input.error {
  border: 1px solid #ff0000;
}

@media (width <=47.99875rem) {

  input,
  textarea {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

input {
  border-radius: 4.0625rem;
  height: 40px;
  border: 1px solid transparent;
}

@media (width <=47.99875rem) {
  input {
    height: 3rem;
  }
}

input:focus {
  background-color: var(--color-input-background);
  border-color: var(--color-border);
}

textarea {
  border-radius: 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media (width <=47.99875rem) {
  textarea {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

input::placeholder,
textarea::placeholder {
  font-size: 1.125rem;
  color: var(--color-input-placeholder);
}

@media (width <=47.99875rem) {

  input::placeholder,
  textarea::placeholder {
    font-size: 0.875rem;
  }
}

.form {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-block: 1.25rem;
}

@media (max-width: 767px) {
	.form {
    padding: 15px;
    border-radius: 20px;
	}
}

@media (width <=47.99875rem) {
  .form {
    row-gap: 0.875rem;
    padding-block: 0.625rem;
  }
}

.form__title {
  font-size: 1.875rem;
  font-weight: 900;
}

@media (width <=63.99875rem) {
  .form__title {
    font-size: 2.125rem;
  }
}

@media (width <=47.99875rem) {
  .form__title {
    font-size: 1.125rem;
  }
}

.form__thx {
  display: flex;
  position: absolute;
  background: var(--color-light);
  max-width: 31.25rem;
  height: 12.5rem;
  z-index: 10;
  align-items: center;
  justify-content: center;
  text-align: center;
  bottom: -100%;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 1.25rem;
  border-radius: 1.25rem;
  width: 80%;
  transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}

.form-wrap {
  overflow: hidden;
}

.form-wrap::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: 5;
  border-radius: inherit;
}

.form-wrap.success::before {
  display: flex;
}

.form-wrap.success .form__thx {
  bottom: 50%;
  opacity: 1;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-0.3125rem);
  }

  50% {
    transform: translateX(0.3125rem);
  }

  75% {
    transform: translateX(-0.3125rem);
  }

  100% {
    transform: translateX(0);
  }
}

.thx_pop {
  font-size: 1rem;
  font-weight: 600;
  padding: 1.25rem 3.125rem;
  text-align: center;
}

#my-popup {
  max-width: 43.75rem !important;
  padding: 1.875rem 3.125rem 2.5rem;
}

.error_message {
  display: none;
}

.error {
  position: relative;
}

.error_input {
  border: 0.0625rem solid var(--color-input-error) !important;
  color: var(--color-input-error) !important;
  animation: shake 0.3s ease-in-out;
}

.error .error_message {
  position: absolute;
  bottom: 0.125rem;
  left: 1.625rem;
  transition: all 0.5s ease;
  font-size: 0.875rem;
  display: block;
  color: var(--color-input-error);
  background: transparent;
}

@media (width <=47.99875rem) {
  .error .error_message {
    font-size: 0.75rem;
    left: 1.25rem;
  }
}

.phone_message {
  display: none;
  color: red;
  position: absolute;
  z-index: 1;
  background: white;
  left: 3.125rem;
  bottom: -0.375rem;
  padding: 0 0.25rem;
  font-size: 0.875rem;
}

.phone_message.error {
  display: block;
}

.phone_inp {
  width: 100% !important;
  padding-left: 2.75rem !important;
}

.lines-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -5;
}

.background-lines__line1 {
  z-index: 7;
  left: 0;
}

.background-lines__line2 {
  left: 25%;
}

.background-lines__line3 {
  left: 50%;
}

.background-lines__line4 {
  right: 25%;
}

.background-lines__line5 {
  right: 0;
}

.lines-noyellow .background-lines:after {
  display: none;
}

.lines-noyellow .background-lines:after {
  display: none;
}

@media (max-width: 991px) {
  .background-lines__line3:after {
    display: none;
  }

  .background-lines__line1 {
    left: 7px;
  }

  .background-lines__line5 {
    right: 7px;
  }

  .background-lines__line2 {
    display: none;
  }

  .background-lines__line4 {
    display: none;
  }
}

@media (max-width: 757px) {
  .background-lines {
    display: none;
  }
}

.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  padding: 20px 40px;
  overflow: hidden;
  border: none;
  border-radius: 1rem;
  min-width: 360px;
  width: max-content;
}

@media (width <=47.99875rem) {
  .dialog {
    padding: 20px;
  }
}

@media (width <=30.06125rem) {
  .dialog {
    min-width: 95%;
  }
}

.dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.dialog__close {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 30px;
  font-weight: 100;
  border-radius: 0 0 0 10px;
}

.dialog .form__title {
  margin-right: 40px;
}

.dialog[open] {
  animation: show 0.7s;
}

.dialog.hide {
  animation: hide 0.6s;
}

.dialog__phones-list {
  padding-block: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media (width <=47.99875rem) {
  .dialog__phones-list {
    padding-block: 10px 0;
  }
}

@media (width <=30.06125rem) {
  .dialog__phones-list {
    gap: 0.5rem;
    flex-direction: column;
  }
}

.dialog__phones-item {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (width <=47.99875rem) {
  .dialog__phones-item {
    font-size: 16px;
  }
}

.dialog__phones-item img {
  width: 25px;
  height: auto;
}

.dialog__phones-link {
  text-decoration: underline;
}

.dialog__messengers {
  padding-block: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media (width <=47.99875rem) {
  .dialog__messengers {
    padding-block: 10px 0;
  }
}

.dialog__messengers-link {
  width: 40px;
  height: 40px;
}

.dialog__messengers-link img {
  width: 100%;
  height: 100%;
}

@keyframes show {
  from {
    opacity: 0.9;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes hide {
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

.footer__body {
  padding-block: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 767px) {
  .footer-links {
    width: 100%;
  }
}

@media (width <=63.99875rem) {
  .footer__body {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <=47.99875rem) {
  .footer__body {
    padding-block: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer__menu {
  padding-block: 1rem;
  display: flex;
  gap: 1rem;
  font-size: 14px;
}

.wp-block-quote {
  border: none !important;
  margin-top: 30px !important;
  background: #ebf1f4 !important;
  padding: 20px 70px 20px 30px !important;
  font-style: italic;
}

.wp-block-quote p {
  margin-top: 0 !important;
}

.blockquote {
  background: #ebf1f4;
}

.single-post__container {
  padding-top: 70px !important;
  max-width: 850px !important;
}

.single-post__container a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #0073aa;
}

.single-post__container a::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #0073aa;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.single-post__container a:hover::after {
  opacity: 1;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
}

.single-post h2 {
  font-size: 28px;
}

.single-post h3 {
  font-size: 24px;
}

.single-post h4 {
  font-size: 20px;
}

.single-post .wp-block-column {
  margin-top: 30px;
}

.single-post .wp-block-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single-post .wp-block-image.alignwide {
  margin-top: 30px;
  margin-left: -110px;
  margin-right: -110px;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-block-group a:not([class]) {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #0073aa;
}

.wp-block-group a:not([class])::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: #0073aa;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.wp-block-group a:not([class]):hover::after {
  opacity: 1;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

footer a:hover {
  color: #228B22;
}

.footer .background-lines {
  background: rgba(243, 243, 243, 0.25);
}

.swiper-pagination {
  z-index: 4;
  margin-top: 40px;
}

.section+.footer {
  margin-top: 88px;
}

.footer {
  color: #ffffff;
  background: #232323;
  position: relative;
}

.footer-links {
  display: flex
;
    flex-direction: column;
    align-items: flex-start;
  grid-column: span 1;
  columns: 2;
  font-size: 16px;
}

.footer-links li:first-child {
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 500;
}

@media (width <=47.99875rem) {
  .footer-links {
    justify-self: center;
    grid-column: unset;
    font-size: 14px;
  }
}

@media (width <=30.06125rem) {
  .footer-links {
    columns: unset;
  }
}

.footer-links li>a {
  width: 100%;
  padding: 5px 0;
  display: block;
  color: #ddd;
}

.footer::after {
  content: "";
  position: absolute;
  background: rgba(16, 16, 16, 0.85);
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
}

.footer__bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.footer-col__title {
  font-weight: 900;
  line-height: 1.2;
  font-size: 22px;
}

.footer__logo-text {
  max-width: 75%;
  margin-top: 26px;
  font-size: 14px;
}

.footer-btn-ttl {
  font-size: 14px;
}

.footer__socials {
  display: flex;
  margin-top: 12px;
  margin-left: 22px;
}

.footer__socials-title {
  margin-top: 10px;
  font-size: 14px;
  margin-left: 22px;
}

.footer__socials-item:not(:first-child) {
  margin-left: 12px;
}

.footer__socials-item img {
  width: 24px;
  height: auto;
}

.footer__callback-text {
  margin-top: 20px;
  max-width: 80%;
  font-size: 14px;
}

.footer__callback-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 14px;
  padding: 9px 21px;
}

.footer__messengers {
  margin-top: 15px;
  display: flex;
}

.footer__messengers-item:not(:first-child) {
  padding-left: 10px;
}

.footer__contacts {
  margin-top: 15px;
}

.footer__contacts-item {
  display: flex;
  align-items: center;
}

.footer__contacts-item img {
  margin-right: 10px;
}

.footer__contacts-item:not(:first-child) {
  margin-top: 10px;
}

.footer__phone {
  display: block;
  font-weight: 700;
}

.footer__address-text {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  text-decoration: underline !important;
  font-size: 14px;
}

.footer__map {
  padding-left: 20px;
  display: block;
  margin-top: 15px;
}

.footer__copyright {
  font-size: 14px;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  padding-block: 30px 15px;
  border-top: 1px solid #ddd;
}

@media (width <=47.99875rem) {
  .footer__copyright {
    padding-block: 15px 10px;
  }
}

.footer__copyright-separator {
  padding: 0 8px;
}

.footer__links {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

@media (width <=47.99875rem) {
  .footer__links {
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
  }
}

.footer__links a img {
  display: inline !important;
}

.footer__links a {
  text-decoration: underline;
}

.footer__developer {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer__developer img {
  height: 35px;
}

.footer__sitemap {
  display: block;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 6px;
}

.footer-map {
  position: relative;
}

.footer-map a:hover {
  color: #355476;
}

.footer-map__container {
  padding-top: 87px;
  padding-bottom: 87px;
}

.footer-map .lines-noyellow {
  display: none;
}

.footer-map__bg {
  z-index: 2;
  display: block;
  position: absolute !important;
  width: 100%;
  height: 100%;
}

.footer-map__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-map__contacts {
  width: 374px;
  position: relative;
  border-radius: 20px;
  z-index: 3;
  padding: 30px;
  color: #fff;
  background: rgba(16, 16, 16, 0.723);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

@media (max-width:767px) {
  .footer-map__contacts {
    color: #000000;
  }
}

.footer-map__contacts-title {
  font-size: 25px;
  font-weight: 900;
}

.footer-map__contacts-subtitle {
  font-size: 14px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif
}

.footer-map__contacnts-list {
  margin-top: 5px
}

.footer-map__contacts-item {
  text-align: left;
  display: flex;
  align-items: center;
  gap: .5rem
}

.footer-map__contacts-item a {
  text-decoration: underline;
  line-height: 1.2;
}

.footer-map__contacts-item a:hover {
  color: #355476
}

.footer-map__contacts-item img {
  align-self: flex-start;
  height: 18px;
  filter: invert(1);
}

@media (max-width:767px) {
  .footer-map__contacts-item img {
    filter: none;
  }
}

.footer__col_contacts {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 1rem
}

@media (width <=63.99875rem) {
  .footer__col_contacts {
    text-align: unset
  }
}

.footer__call-order {
  display: block;
  text-decoration: underline;
  font-size: 14px
}

@media (max-width:1199px) {
  .footer__copyright {
    flex-direction: column
  }

  .single-post .wp-block-image.alignwide {
    margin-top: 30px;
    margin-left: unset;
    margin-right: unset
  }
}

@media (max-width:991px) {
  .slicknav_nav {
    display: block !important
  }

  .swiper-pagination {
    margin-top: 20px
  }

  .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px
  }
}

@media (max-width:767px) {
  #wpadminbar {
    display: none !important
  }

  .footer .lines-noyellow {
    display: none
  }

  .footer-map {
    display: flex;
    flex-direction: column
  }

  .footer-map .lines-noyellow {
    display: block
  }

  .footer-map__contacts {
    background: transparent;
    padding: 0
  }

  .footer-map__container {
    padding-block: 20px
  }

  .footer-map__bg {
    height: 267px;
    order: 1;
    position: unset !important
  }

  .section__title br {
    display: none
  }

  section+.footer {
    margin-top: unset
  }

  .footer__copyright {
    flex-direction: column;
    align-items: center
  }

  .footer-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .footer__links {
    display: flex;
    align-items: center;
    flex-direction: column
  }

  .footer__copyright-separator {
    display: none
  }

  .footer__links a {
    margin-top: 5px
  }

  .footer__socials {
    margin-left: unset
  }

  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    padding: 40px 20px 20px
  }
}

@media (max-width:575px) {
  .r-tabs-anchor {
    height: 48px !important;
    display: flex;
    align-items: center
  }

  .footer__copyright-link {
    padding: 16px
  }

  .popup__phones-item {
    font-size: 14px
  }
}

@media (max-width:500px) {
  .popup__phones-item:not(:first-child) {
    margin-top: 10px
  }

  .wp-block-group h1 {
    font-size: 28px
  }

  .wp-block-group h2 {
    font-size: 22px
  }
}

.popup_thx {
  display: none
}

.footer-map_contacts-list {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.truck {
  width: 15em;
  height: 5em;
  font-size: 10px;
  background-color: #444;
  border-radius: 0.4em;
  position: relative;
  animation: 
  move 10s infinite;
      z-index: 1;
}

@keyframes put-put {
  0% {
      margin-top: 0;
      height: 5em;
  }

  5% {
      margin-top: -0.2em;
      height: 5.2em;
  }

  20% {
      margin-top: -0.1em;
      height: 5em;
  }

  35% {
      margin-top: 0.1em;
      height: 4.9em;
  }

  40% {
      margin-top: -0.1em;
      height: 5.1em;
  }

  60% {
      margin-top: 0.1em;
      height: 4.9em;
  }

  75% {
      margin-top: 0;
      height: 5em;
  }

  80% {
      margin-top: -0.4em;
      height: 5.2em;
  }

  100% {
      margin-top: 0.1em;
      height: 4.9em;
  }
}

@keyframes move {
  0% {
      margin-left: 90%;
  }

  50% {
      margin-left: 45%;
  }

  100% {
      margin-left: 0;
  }

  0%, 100% {
      filter: opacity(0);
  }

  10%, 90% {
      filter: opacity(1);
  }
}

.truck::before,
.truck::after,
.truck .cab::after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 2em;
  height: 2em;
  background-color: #444;
  border: 0.1em solid white;
  border-radius: 50%;
  bottom: -1em;
}

.truck::before {
  left: 0.6em;
}

.truck::after {
  right: 0.6em;
}

.truck .logo {
  position: absolute;
  width: 40px;
  height: 43px;
  background-image: url(../images/logo-truck.png);
  background-size: 40px 43px;
  background-repeat: no-repeat;
  left: 55px;
  bottom: 4px;
  border-radius: 40% 0 0.4em 0.4em;
}

.truck .cab {
  position: absolute;
  width: 3.3em;
  height: 2.5em;
  background-color: #333;
  left: -3.5em;
  bottom: 0;
  border-radius: 40% 0 0.4em 0.4em;
}

.truck .cab::before {
  content: '';
  position: absolute;
  width: 2em;
  height: 1.5em;
  background-color: #333;
  top: -1.5em;
  right: 0;
  border-radius: 100% 0 0 0;
}

.truck .cab::after {
  left: 0.5em;
}

.truck .glass {
  position: absolute;
  width: 3.3em;
  height: 2.5em;
  background-color: #33333300;
  left: -3.5em;
  bottom: 0;
  border-radius: 40% 0 0.4em 0.4em;
}

.truck .glass::before {
  content: '';
  position: absolute;
  width: 11px;
  height: 12px;
  background-color: #444;
  top: -12px;
  right: 9px;
  border-radius: 100% 0 0 0;
}

.truck .smoke,
.truck .smoke::before,
.truck .smoke::after {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #333;
  right: -0.1em;
  bottom: -0.5em;
  border-radius: 50%;
}

.truck .smoke {
  animation:
      drift 2s infinite,
      smoke-1 2s infinite;
}

.truck .smoke::before {
  animation: 
      drift 3s infinite,
      smoke-2 3s infinite;
}

.truck .smoke::after {
  animation: 
      drift 4s infinite,
      smoke-3 4s infinite;
}

@keyframes drift {
  0%, 100% {
      filter: opacity(0);
  }

  15% {
      filter: opacity(0.9);
  }
}

@keyframes smoke-1 {
  to {
      width: 3em;
      height: 3em;
      right: -3em;
      bottom: 0.5em;
  }
}

@keyframes smoke-2 {
  to {
      width: 2.5em;
      height: 2.5em;
      right: -6em;
      bottom: 0.8em;
  }
}

@keyframes smoke-3 {
  to {
      width: 3.5em;
      height: 3.5em;
      right: -4em;
      bottom: 0.2em;
  }
}
