

/* Start:/local/components/terem/redbanner/templates/.default.region/style.css?17394459035293*/


@media screen and (min-width: 881px) {
  .redbanner-show #redbanner{
    padding-top: 20px;
  }
  
  .redbanner-show header.transparent-header #redbanner {
    padding-top: 10px;
  }
}

.banner.top-banner .text-redbanner {
  font: 18px var(--text-font);
  letter-spacing: 0;
  text-transform: none;
  margin-right: 20px;
  padding: 0;
}

.banner.top-banner:hover .text-redbanner,
.banner.top-banner .text-redbanner span {
  border-bottom: none;
}

header .banner .tx {
  padding: 21px 0 22px;
}

.arrow-redbanner {
  position: relative;
}

.banner.top-banner.hide {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  margin: 0;
}

.arrow-redbanner::after,
.arrow-redbanner::before {
  content: '';
  position: absolute;
  right: 0;
  width: 6px;
  height: 1px;
}

.arrow-redbanner::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

.arrow-redbanner::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 13.7px;
}

@media (max-width:1199px) {
  .banner.top-banner .text-redbanner {
      font-size: 16px;
  }
}

/* button */
.redbanner-btn {
  position: absolute;
  border: 1px solid transparent;
  width: 28px;
  height: 28px;
  top: 50%;
  bottom: auto;
  right: 83px;
  left: auto;
  margin: 0;
  padding: 0;
  z-index: 999;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.redbanner-btn .b {
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: var(--background);
  top: 50%;
  left: 50%;
  border-radius: 5px;
}

.redbanner-btn .b1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleX(1.2);
      -ms-transform: translate(-50%, -50%) rotate(45deg) scaleX(1.2);
          transform: translate(-50%, -50%) rotate(45deg) scaleX(1.2);
}

.redbanner-btn .b2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.2);
      -ms-transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.2);
          transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.2);
}

.banner_mobile{
  display:none;
}

/* desktop styles */

@media (min-width:881px) {
  header .banner.top-banner {
    width: calc(100% - 40px);
    margin: 0 auto 0;
    background: #F3F0E9;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  header .banner.top-banner .text-redbanner {
    font-weight: 500;
    color: #654635;
    margin-right: 24px;
    border-bottom: 1px dashed #654635;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  header .banner .tx {
    padding: 12px 0 11px;
  }

  header .redbanner-btn { 
    border: none;
    border-color: transparent;
    right: 11px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  header .arrow-redbanner::after,
  header .arrow-redbanner::before {
    background: #654635;
    right: -2px;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }

  header .redbanner-btn .b {
    width: 13px;
    height: 1px;
    background: #654635;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }

  /* transparent-header styles */

  header.transparent-header .banner.top-banner {
    margin-top: 0;
    background: rgba(255, 255, 255, 0.40);
  }
  
  header.transparent-header .banner.top-banner .text-redbanner {
    color: var(--background);
    border-bottom: 1px dashed var(--background);
  }

  header.transparent-header .banner.top-banner:hover .text-redbanner {
    border-bottom: none;
  }

  header.transparent-header .arrow-redbanner::after,
  header.transparent-header .arrow-redbanner::before,
  header.transparent-header .redbanner-btn .b {
    background: var(--background);
  }

  /* end transparent-header styles */
}

/* end desktop styles */

@media (max-width:880px) {
  header .banner.top-banner{
    background: var(--lk-background);
  }
  
  .banner.top-banner .text-redbanner {
    font-size: 14px;
    margin-right: 4px;
    padding-bottom: 1px;
    color: var(--title-color);
    border-bottom: 1px dashed var(--title-color);
  }

  header .banner .tx {
    max-width: 94%;
    padding: 18px 0 19px;
  }

  .redbanner-btn {
      top: 50%;
      right: 6px;
      border: none;
      border-color: transparent;
  }

  .redbanner-btn .b {
    width: 10px;
    height: 1px;
    background-color: var(--dark-grey-color);
  }

  .arrow-redbanner::after,
  .arrow-redbanner::before {
    background: var(--title-color);
    right: -21px;
  }

  .banner_desktop{
      display:none;
  }
  .banner_mobile{
      display:block;
  }
}

/* End */


/* Start:/local/components/terem/profile.users/templates/userdata.favourite.logout.popup/style.css?17320226391418*/
/* logout-popup */

.yesno-userprofile-popup.center-popup .content {
    width: 400px;
    height: 200px;
    padding: 50px;
}

.yesno-userprofile-title {
    font: 600 18px/130% var(--title-font);
    text-align: center;
    margin-bottom: 30px;
    color: var(--text-color);
}

.yesno-userprofile-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font: 500 12px/16px var(--text-font);
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--title-color);
    width: 140px;
    height: 36px;
    border: 1px solid var(--line-color);
    border-radius: 4px;
}

.yesno-userprofile-btn.yes {
    margin-right: 16px;
}

.yesno-userprofile-btn:hover {
    background: var(--main-color);
    color: var(--background);
}

@media screen and (min-width: 769px) {
    .yesno-userprofile-btns{
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .yesno-userprofile-popup.center-popup .content {
        width: 288px;
        height: 140px;
        padding: 30px;
    }

    .yesno-userprofile-btn {
        width: 100px;
    }

    .logout .yesno-userprofile-title {
        font: 400 14px/150% var(--title-font);
        margin-bottom: 20px;
    }

    .yesno-userprofile-popup.center-popup .l-center {
        background: unset;
    }
}

.yesno-userprofile-popup.center-popup .l-center {
    background: transparent;
}

/* End */


/* Start:/local/components/terem/profile.users/templates/userdata.profile.confirm.popup/style.css?17320227053165*/
.popup.popup-confirm .l-center {
    align-items: flex-start;
}

.redbanner-show .popup.popup-confirm .content {
    margin-top: 185px;
}

.popup.popup-confirm .content {
    max-width: 600px;
    min-height: 360px;
    background: var(--background);
    border-radius: 8px;
    padding: 50px 0 26px;
    margin: 116px auto 30px auto;
}

.popup.popup-confirm .popup-top {
    right: 3px;
    top: 3px;
    position: absolute;
}

.center-popup.popup-confirm .popup-top .close {
    display: block;
}

.popup.popup-confirm .close:before {
    display: none;
}

.popup.popup-confirm .form-section {
    max-width: 340px;
    margin: auto;
}

.popup-confirm .form-section .tx {
    position: relative;
    margin-bottom: 20px;
}

.popup-confirm .form-section .h2 {
    font: 600 30px/39px var(--title-font);
    color: var(--title-color);
    text-transform: none;
    text-align: left;
    margin-bottom: 20px;
}

.popup.popup-confirm .tx p {
    font: 400 16px/150% var(--text-font);
    color: var(--dark-grey-color);
    text-align: left;
}

.popup.popup-confirm .close .b {
    background: var(--dark-grey-color);
}

.popup-confirm .form-section .button {
    font: 500 12px/16px var(--text-font);
    display: block;
    height: 36px;
    text-align: center;
    color: var(--title-color);
    text-transform: uppercase;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background-color: var(--background);
    box-sizing: border-box;
    letter-spacing: 0.08em;
    padding: 10px 28px 10px 29px;
    margin-top: 36px;
}

.popup-confirm .form-section .button:hover {
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
    .redbanner-show .center-popup.active {
        top: 86px;
    }
}

@media screen and (max-width: 999px) {
    .redbanner-show .popup.popup-confirm .content {
        margin-top: 97px;
    }

    .popup-confirm.popup .l-center {
        align-items: center;
        background: none;
    }

    .popup.popup-confirm .popup-top {
        right: -1px;
        top: -1px;
    }

    .popup.popup-confirm .content {
        width: 500px;
        min-height: 261px;
        max-width: none;
        margin-top: 0;
        border-radius: 4px;
    }

    .popup.popup-confirm .form-section {
        max-width: 400px;
    }

    .popup-confirm .form-section .tx {
        position: relative;
        margin-bottom: 17px;
    }

    .popup-confirm .form-section .h2 {
        font: 600 21px/130% var(--title-font);
        color: var(--text-color);
    }


    .popup-confirm .form-section .button {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .popup.popup-confirm .content {
        width: 343px;
        padding: 45px 0 30px;
    }

    .popup.popup-confirm .form-section {
        padding-left: 30px;
        padding-right: 25px;
    }

    .popup-confirm .form-section .h2 {
        line-height: 128%;
    }

    .popup-confirm .form-section .tx {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 365px) {
    .popup.popup-confirm .content {
        width: calc(100% - 32px);
    }
}

/* End */


/* Start:/local/components/terem/profile.users/templates/userdata.menu.popup/style.css?17320226684440*/
.banner-top-padding.popup-top-padding {
  padding-top: 34px;
}

.redbanner-show .banner-top-padding.popup-top-padding {
  padding-top: 104px;
}

@media screen and (max-width: 640px) {
  .banner-top-padding.popup-top-padding {
    padding-top: 43px;
  }

  .redbanner-show .banner-top-padding.popup-top-padding {
    padding-top: 140px;
  }
}

@media screen and (max-width: 340px) {
  .redbanner-show .banner-top-padding.popup-top-padding {
    padding-top: 165px;
  }
}

.popup-lk-arrow {
  display: none;
}

@media (max-width: 880px) {
  .popup-lk-arrow {
    display: block;
    position: absolute;
    top: -8px;
    left: -15px;
    width: 40px;
    height: 40px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .popup-lk-arrow:before{
    content:" ";
		position: absolute;
    top: 12px;
    left: 15px;
    width: 10px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url('/assets/resources/images/back-arrow.svg');
  }
}

.popup-lk .inner {
  padding-top: 0;
}

.nav__popup-lk {
  background: var(--lk-background);
  height: 100vh;
}

.popup-lk__profile {
  width: 100%;
  height: 200px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--text-font);
  font-size: 16px;
  line-height: 150%;
  color: var(--title-color);
}

.popup-lk__profile .name {
  font: 600 21px/27px var(--title-font);
  margin-bottom: 10px;
  max-width: 300px;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.popup-lk__list-item {
  position: relative;
  background: var(--background);
  padding: 0 10px 0 70px;
}

.popup-lk__list-item {
  margin-bottom: 15px;
}

.popup-lk__list-item .lk-link {
  font: 400 14px var(--text-font);
  display: inline-block;
  color: var(--dark-grey-color);
}

.popup-lk__list-item:hover .lk-link,
.popup-lk__list-item:active .lk-link {
  color: var(--main-color);
}

.popup-lk__list-item:hover svg path,
.popup-lk__list-item:active svg path {
  stroke: var(--main-color);
}

.popup-lk__list-item .nav-icon {
  position: absolute;
  top: 22px;
  left: 32px;
}

.popup-lk__list-item .vector {
  position: absolute;
  top: 22px;
  right: 40px;
}

@media (max-width: 500px) {
  .popup-lk__profile {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
    width: calc(100% - 54px);
    padding-left: 54px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 8px;
  }

  .popup-lk__profile .name {
    font-size: 18px;
    max-width: 90%;
    text-align: left;
    margin-bottom: 9px;
  }

  .popup-lk__list-item {
    padding: 0px 10px 0px 55px;
  }

  .popup-lk__list-item .nav-icon {
    top: 23px;
    left: 17px;
  }

  .popup-lk__list-item .vector {
    right: 19px;
  }

  .popup-lk-arrow {
    left: -16px;
  }
}

.btn-white-mob {
  width: calc(100% - 32px);
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  font: normal 500 12px/16px var(--text-font);
  letter-spacing: 0.08em;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 10px 0 8px;
  margin: 30px auto 0;
}

.btn-white-mob:hover {
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.popup-lk__list-item:not(.my-object):not(:last-child) {
  margin-bottom: 0;
}

.popup-lk__list-item .lk-link {
  display: block;
  padding: 21px 0;
}

.popup-lk__list-item:not(:nth-last-child(2)) .lk-link {
  border-bottom: 1px solid var(--line-color);
}

.popup-lk__list-item.my-object .lk-link,
.popup-lk__list-item:last-child .lk-link {
  border: unset;
}

.popup-lk__list-item:last-child {
  margin-top: 15px;
}

@media screen and (min-width: 500px) {
  .popup-lk__profile {
    height: 180px;
  }

  .popup-lk__list-item .lk-link {
    font: 400 16px var(--text-font);
  }

  .btn-white-mob {
    width: 168px;
    padding: 9px 0 8px;
    margin: 30px 30px 0;
  }

  .popup-lk__list-item .lk-link {
    display: block;
    padding: 20px 0;
  }
}

/* End */


/* Start:/local/components/terem/profile.users/templates/userdata.menu.popup.desktop/style.css?17320226762365*/
.lk-popup-desktop .inner {
  position: relative;
}

.redbanner-show .lk-popup-desktop.center-popup.active {
  top: 86px;
}

@media screen and (max-width: 1199px) {
  .redbanner-show .lk-popup-desktop.center-popup.active,
  .redbanner-show .lk-popup-desktop.center-popup {
    top: 60px;
  }

  .lk-popup-desktop.center-popup.active,
  .lk-popup-desktop.center-popup {
    top: 55px;
  }
}

@media screen and (max-width: 879px) {
  .lk-popup-desktop {
    display: none;
  }
}

.nav-popup-desktop {
  background: var(--background);
  width: 240px;
  max-height: 435px;
  position: absolute;
  right: 24px;
  top: 24px;
  box-shadow: 0px 4px 11px rgba(115, 115, 115, 0.15);
  padding: 21px 20px 17px;
}

@media screen and (min-width: 1369px) {
  .nav-popup-desktop {
    right: 20px;
  }
}

.redbanner-show .nav-popup-desktop {
  top: 90px;
}

@media screen and (min-width: 1200px) {
  .redbanner-show .nav-popup-desktop {
    top: 94px;
  }
}

@media (max-width: 960px) {
  .nav-popup-desktop {
      right: 30px;
  }
}

.nav-popup-desktop .name {
  font: 600 16px/130% var(--title-font);
  color: var(--title-color);
  margin-bottom: 5px;
  max-width: 180px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.nav-popup-desktop .phone {
  font: 400 14px/150% var(--text-font);
  color: var(--dark-grey-color);
  margin-bottom: 18px;
}

.nav-popup-desktop__profile {
  border-bottom: 1px solid #e2e2e2;
}

.nav-popup-desktop-list {
  margin-top: 8px;
}

.nav-popup-desktop-list .item {
  font: 400 14px / 22px var(--text-font);
  color: var(--text-color);
  padding: 11px 0 12px;
}

.nav-popup-desktop-list .item .lk-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-popup-desktop-list .nav-icon {
  position: relative;
  display: block; 
  width: 22px;
  height: 22px;
}

.nav-popup-desktop-list .item-name {
  font: normal 400 14px var(--text-font);
  color: var(--text-color);
  padding-left: 9px;
}

.nav-popup-desktop-list .nav-icon svg {
  position: absolute;
  top: 0px;
  left: -5px;
}

.nav-popup-desktop-list .nav-icon svg.lk-like {
  top: -1px;
}

.nav-popup-desktop-list .item:hover .item-name {
  color: var(--main-color);
}

.nav-popup-desktop-list .item:hover svg path {
  stroke: var(--main-color);
}
/* End */


/* Start:/local/components/terem/form.form/templates/template.feedback.region/style.css?17320219271129*/
.ln-wrapper-inline {
  display: flex;
  flex-direction: row;
}

.ln-wrapper-inline>.ln {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.ln-wrapper-inline>.ln:first-child {
  padding-right: 1em;
  width: 20px;
}

.form-zvonok {
  padding-top: 121px;
  padding-bottom: 129px;
}

.form-zvonok .tx {
  margin-bottom: 36px;
}

.form-zvonok .h3 {
  font-family: var(--title-font);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  color: var(--title-color);
}

.form-zvonok .button {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 4px;
  font: normal 500 12px/16px var(--text-font);
  color: var(--background);
  background-color: var(--main-color);
  transition: all 0.3s ease;
  border: 1px solid transparent;
  padding: 10px 29px 9px 29px;
}

.form-zvonok .button:hover {
  border: 1px solid var(--main-color);
  background: var(--background);
  color: var(--main-color);
}

.ln:nth-child(8) {
  margin: -13px 0 0;
}

@media (max-width: 600px) {
  .ln-wrapper-inline>.ln:first-child {
    width: 50px;
  }
}
/* End */


/* Start:/local/components/terem/social.list/templates/footer.social.list.region/style.css?16956349181545*/

footer .simple-menu.social-block {
    line-height: 1;
}

footer .social-networks-container-item {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-position: center center;
    background-color: #F7F7F7;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 36px;
}

footer .simple-menu.social-block a {
    display: block;
}

footer .social-networks-container-item:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
}

footer .social-networks-container-item span {
    display: none;
    opacity: 0;
    font-size: 0;
    line-height: 0
}

footer .social-networks-container-item._tt {
    background-image: url('/assets/resources/images/footer_social-icons/base-icons-tiktok.svg')
}

footer .social-networks-container-item._yt {
    background-image: url('/assets/resources/images/footer_social-icons/base-icons-youtube.svg')
}

footer .social-networks-container-item._vk {
    background-image: url('/assets/resources/images/footer_social-icons/base-icons-vk.svg')
}

footer .social-networks-container-item._ok {
    background-image: url('/assets/resources/images/footer_social-icons/base-icons-odnoklasniki.svg')
}

footer .social-networks-container-item._tg {
    background-image: url('/assets/resources/images/footer_social-icons/base-icons-tg.svg')
}

footer .social-block .title-in-l-l {
    margin: 31px 0 21px;
}

@media screen and (max-width: 999px) {

    footer .social-block .title-in-l-l {
        margin: 60px 0 20px;
    }

}
/* End */


/* Start:/local/components/terem/form.form/templates/template.taxi/style.css?17320220231133*/
.form-popup .form-section .schedule {
    width: 100%;
    display: inline-block;
    background: var(--block-background);
    border-radius: 4px;
    font: 400 14px/170% var(--text-font);
    color: var(--title-color);
    text-align: start;
    padding: 20px;
    box-sizing: border-box;
}

.form-popup .form-section .schedule .title {
    font: 600 14px/130% var(--title-font);
    margin: 1px 0 11px;
}

.form-popup .form-section .schedule .time {
    font: 400 14px/170% var(--text-font);
    margin: 0;
    letter-spacing: 0.01px;
}

.form-popup .form-section .schedule .bold {
    font: 500 14px/170% var(--text-font);
    margin: 0;
    letter-spacing: 0.1px;
}

@media screen and (max-width: 999px) {
    .form-popup .form-section .schedule {
        padding: 21px 17px 19px 19px;
    }

    .form-popup .form-section .schedule .title {
        margin-top: 0;
    }
}

@media screen and (max-width: 640px) {
    .form-popup .form-section .schedule {
        padding: 19px 16px 20px;
    }

    .form-popup .form-section .schedule{
        padding: 19px 16px 20px;
        width: 100%;
        box-sizing: border-box;
    }
}
/* End */


/* Start:/local/components/terem/form.form/templates/.default.region/style.css?1618244743508*/
.ln-wrapper-inline {
	display: flex;
	flex-direction: row;
}

.ln-wrapper-inline>.ln {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.ln-wrapper-inline>.ln:first-child {
	padding-right: 1em;
	width: 20px;
}

@media (max-width: 600px) {
	.ln-wrapper-inline>.ln:first-child {
		width: 50px;
	}
}
.cursor-pointer {
	cursor: pointer;
}
.d-none {
	display: none;
}

.center-popup .content {
    padding-top: 70px;
}
@media (max-width: 999px) {
	.center-popup .content {
		padding-top: 100px;
	}
}
/* End */


/* Start:/local/components/terem/form.form/templates/template.new.ecxursion/style.css?17320219803309*/
.excursion-popup.form-popup.center-popup .popup-top {
    top: 17px;
}

.excursion-popup.form-popup .form-section .tx .h3 {
    margin-bottom: 21px;
}

.excursion-popup.form-popup .form-section .tx {
    margin-bottom: 29px;
}

.excursion-popup .hide-show-content__text {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    left: 31px;
    top: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.excursion-popup .hide-show-content+label::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 5px;
    bottom: 138px;
    width: 14px;
    height: 14px;
    border: 1px solid var(--border-color);
    background: var(--background);
    border-radius: 3px;
}

.excursion-popup .hide-show-content:checked+label::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 5px;
    bottom: 138px;
    width: 14px;
    height: 14px;
    border: 1px solid var(--main-color);
    background: var(--background);
    border-radius: 3px;
}

.excursion-popup .hide-show-content:checked+label::after {
    content: "";
    position: absolute;
    left: -29px;
    top: 8px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: var(--main-color);
    webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.excursion-popup .hide-show-content:checked~.hide-show-block {
    display: block;
}

.excursion-popup .hide-show-content__text {
    font: normal 500 16px/24px var(--text-font);
    color: var(--text-color);
    margin: 40px 0 20px 26px;
    position: relative;
    top: 0;
    left: 6px;
    justify-content: flex-start;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: 10px;
    -ms-flex-pack: 10px;
    justify-content: 10px;
}

.excursion-popup .hide-show-block {
    display: none;
    margin: 12px 0 0 0;
}

@media screen and (max-width: 999px) {

    .excursion-popup.form-popup .form-section .tx .h3 {
        margin-bottom: 20px;
    }

    .excursion-popup.form-popup label.block.arrow:last-child::after {
        top: 46%;
    }

    .excursion-popup .hide-show-content__text {
        left: 5px;
        font-size: 14px;
        line-height: 18px;
        margin-left: 21px;
    }

    .excursion-popup .hide-show-content+label::before, .excursion-popup .hide-show-content:checked+label::before {
        left: -26px;
        top: 0px;
    }

    .excursion-popup .hide-show-content:checked+label::after {
        left: -23px;
        top: 3px;
    }
}

@media screen and (max-width: 640px) {

    .excursion-popup.form-popup .form-section .tx {
        margin-bottom: 29px;
    }

    .excursion-popup .hide-show-content__text {
        line-height: 17px;
        font-size: 13px;
    }
}

/* End */


/* Start:/local/components/terem/form.form/templates/template.pdf/style.css?17320220152991*/
.popup-pdf.form-popup .form-section .tx .h3 {
    margin-bottom: 21px;
}

.popup-pdf.form-popup .form-section .tx {
    margin-bottom: 29px;
}

.popup-pdf .form-wrapper .project-name .text {
    font: 600 18px/130% var(--title-font);
    color: var(--text-color);
    pointer-events: none;
}

.popup-pdf .form-wrapper .project-name{
    margin-bottom: 19px;
    text-align: left;
}

.popup-pdf.form-popup .button {
    padding-top: 1px;
}

@media screen and (max-width: 999px) {
    .popup-pdf.form-popup .form-section {
        max-width: 401px;
    }

    .popup-pdf.form-popup .form-section .tx .h3 {
        margin-bottom: 20px;
    }

    .popup-pdf.form-popup .form-section .tx {
        margin-bottom: 27px;
    }

    .popup-pdf .form-wrapper .project-name .text {
        font-size: 16px;
    }

    .popup-pdf.form-popup .button {
        padding-left: 1px;
    }
}

@media screen and (max-width: 640px) {
    .form-popup .form-section .btn-wrapper {
        width: 288px;
    }
}

/* radio buttons */

/* .popup-pdf .form-wrapper .ln-radio {
    margin-bottom: 32px;
}

.popup-pdf .ln-title {
    font: 500 14px/150% var(--text-font);
    color: var(--text-color);
    margin-bottom: 16px;
}

.popup-pdf .form-wrapper .radio-wrapper {
    border-bottom: none;
}

.popup-pdf .radio-list {
    display: flex;
}

.popup-pdf .radio-wrapper {
    position: relative;
    cursor: pointer;
}

.popup-pdf .radio-wrapper:not(:last-child) {
    margin-right: 30px;
}

.popup-pdf .radio-wrapper .radio-placeholder {
    font: 400 16px/150% var(--text-font);
    color: var(--text-color);
    padding-left: 26px;
}

.popup-pdf .radio-wrapper .ico {
    box-sizing: border-box;
    position: absolute;
    top: 4px;
    left: 0;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.popup-pdf .radio-wrapper .ico::before {
    content: "";
    position: absolute;
    background: var(--title-color);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.1s;
}

.popup-pdf .radio-wrapper input[type="radio"] {
    display: none;
}

.popup-pdf .radio-wrapper input:checked+.ico {
    border: 1px solid var(--title-color);
}

.popup-pdf .radio-wrapper input:checked+.ico::before {
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 999px) {
    .popup-pdf .form-wrapper .ln-radio {
        margin-bottom: 36px;
    }

    .popup-pdf .ln-title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .popup-pdf .radio-list {
        flex-direction: column;
    }

    .popup-pdf .ln-title {
        margin-bottom: 20px;
    }

    .popup-pdf .radio-wrapper .radio-placeholder {
        padding-left: 32px;
    }

    .popup-pdf .radio-wrapper:not(:last-child) {
        margin-bottom: 16px;
        margin-right: 0;
    }
} */


/* end radio buttons */

/* End */


/* Start:/local/templates/terem/styles.css?174922334022306*/
body #bx-panel {
    z-index: 9995 !important;
}


footer.footer{
    background: none;
}

footer .simple-menu .simple-menu-item {
    max-width: 205px;
    margin-bottom: 5px;
    line-height: 1.79;
}

/* .footer-bottom {
    margin-top: 78px;
    margin-bottom: 100px;
} */

footer .footer-bottom .container {
    width: 100%;
    display: -ms-grid;
    display: grid;
}

.footer-bottom .h5 {
    font: 600 30px/130% var(--title-font);
    color: var(--title-color);
}

.footer-bottom .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.footer-bottom .footer-bottom-link {
    font: 400 14px/129% var(--text-font);
    color: var(--title-color);
}

.footer-bottom .footer-bottom-desc {
    padding-left: 20px;
    font-size: 10px;
}

.footer-bottom .footer-bottom-desc.footer-bottom-desc_button {
    padding-left: 0;
}

.footer-bottom .footer-bottom-desc p {
    font: 400 14px/129% var(--text-font);
    color: var(--title-color);
}

.footer-bottom .footer-bottom-desc>br {
    display: none;
}

.footer-bottom .footer-bottom-link {
    border-bottom: none;
    text-decoration: none;
}

.footer-bottom .footer-bottom-link.footer-bottom-link_no-underline {
    text-decoration: none;
}

.footer-bottom .footer-bottom-link.footer-bottom-link_no-underline:hover{
    text-decoration: none !important;
    color: var(--title-color) !important;
}

.footer-bottom .footer-bottom-link.footer-bottom-link_underline {
    text-decoration: unset;
    text-underline-offset: 2px;
    background: -webkit-gradient(linear, left top, right top, from(var(--title-color)), to(var(--title-color))) repeat-x 0 96% / 100% 1px;
    background: -o-linear-gradient(left, var(--title-color) 0%, var(--title-color) 100%) repeat-x 0 96% / 100% 1px;
    background: linear-gradient(to right, var(--title-color) 0%, var(--title-color) 100%) repeat-x 0 96% / 100% 1px;
    border-bottom: none;
    display: inline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.footer-bottom .footer-bottom-link.footer-bottom-link_underline:hover{
    /* text-decoration: none; */
    background: -o-linear-gradient(left, transparent 0%, transparent 100%) repeat-x 0 96% / 100% 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent)) repeat-x 0 96% / 100% 1px;
    background: linear-gradient(to right, transparent 0%, transparent 100%) repeat-x 0 96% / 100% 1px;
}

.footer-bottom .footer-bottom-link.footer-bottom-link_underline._address br{
    display: none;
}
.footer-bottom ._expo-map{
    margin-bottom: 37px;
}
.footer-bottom ._expo-map .tx{
    display: inline-block;
    padding-top: 9px;
}
.footer-bottom ._expo-map br{
   display: none;
}

.footer-bottom .footer-bottom-link:hover,
.footer-bottom .footer-bottom-link_underline.footer-bottom-link:hover {
    -webkit-text-decoration: underline transparent;
            text-decoration: underline transparent;
    color: var(--title-color) !important;
}

.footer-bottom-title {
    line-height: 1.3;
}

.footer-bottom-address {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    margin-left: 3px;
}

.footer-bottom .footer-bottom-title.h5 {
    margin-bottom: 12px;
    margin-top: 0;
}

.footer-bottom-desc p {
    margin-bottom: 13px;
}

.footer-logo {
    width: 100%;
    max-width: 83px;
}

.footer-logo img {
    width: 100%;
}

.footer-copyright {
    padding: 4px 0 0 30px;
}

.footer-copyright .cr {
    font: 400 10px/130% var(--text-font);
    color: var(--tab-color);
    margin-bottom: 20px;
}

.footer-copyright .footer-policy {
    font: 400 10px/130% var(--text-font);
    color: var(--tab-color);
    border-bottom: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--tab-color)), to(var(--tab-color)));
    background-image: -o-linear-gradient(left, var(--tab-color) 0, var(--tab-color) 100%);
    background-image: linear-gradient(to right, var(--tab-color) 0, var(--tab-color) 100%);
    background-repeat: repeat-x;
    background-position: 0 98%;
    background-size: 100% 1px;
}

.footer-copyright .footer-policy:hover {
    background-image: none;
}

footer .container.l-col-3>.item.footer-copyright {
    width: calc(66.3% - 40px);
    font-size: 10px;
}

.region_f {
    margin-top: 55px;
}

footer .title-in-l-l {
    font: 600 18px/130% var(--title-font);
    letter-spacing: 0;
    color: var(--title-color);
    margin: 27px 0 16px;
}

footer.footer {
    padding-top: 0;
}

footer div.tp {
    position: relative;
    margin: 0;
}

footer .wrapper {
    max-width: 1320px;
}

footer j-trigger.inner {
    margin: 40px 0;
}

.footer-nav .footer-menu-desk {
    display: block;
}

footer .footer-nav .container.l-col-4>.item {
    margin-bottom: 0;
}

footer .simple-menu a {
    font: 400 14px/130% var(--text-font);
    color: var(--dark-grey-color);
    letter-spacing: 0;
    border: none;
}

footer .l-l .container.l-col-4 .simple-menu {
    width: 25%;
}

footer .footer-bottom .button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font: 500 12px/16px var(--text-font);
    border-radius: 4px;
    letter-spacing: 0.08em;
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    padding: 10px 29px 8px;
    margin: 60px auto 0;
}

footer .footer-bottom .button:hover {
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .container:not(.uncut) {
    margin-bottom: 0;
}

footer .footer-vystavka {
    background: var(--block-background);
    padding-top: 72px;
    padding-bottom: 28px;
}

footer .vystavka-altufevo{
    border-top: 1px solid var(--border-color);
}
footer .vystavka-altufevo .footer-bottom-title{
    font-size: 18px;
}
.vystavka-altufevo .footer-bottom .container.l-col-4 > .item:first-child {
    margin-bottom: 30px;
}
.vystavka-altufevo .footer-bottom .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.vystavka-altufevo .footer-bottom .footer-bottom-desc {
    padding-top: 7px;
}
footer .vystavka-altufevo .footer-bottom .container{
    padding-bottom: 18px;
}
.vystavka-altufevo .footer-bottom .container.l-col-4 > .item{
    margin-bottom: 30px;
}
footer .footer-nav {
    padding-top: 31px;
    border-top: 1px solid var(--border-color);
}

footer .footer-nav.region {
    padding-top: 93px;
    border-top: none;
}

section.form-footer.form-section + footer .footer-nav.region { /* если перед футером форма, отступ убираем */
    padding-top: 0;
}

section.form-footer.form-section + footer .footer-nav.region .title-in-l-l:not(.simple-menu.social-block  .title-in-l-l) {
    margin-top: 0;
}

footer .footer-nav .container {
    margin-left: 0;
}

footer .footer-nav .container.l-col-4>.item {
    float: left;
    width: calc(25% - 90px);
    margin-right: 0;
    margin-left: 98px;
}

footer .footer-nav .container.l-col-4>.item:first-child {
    margin-left: 0;
}

footer .footer-copyright-block {
    padding-top: 51px;
    padding-bottom: 40px;
}

footer .footer-copyright-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    font-size: 0;
}
@media screen and (min-width: 768px){
    .footer-bottom .footer-bottom-link.footer-bottom-link_underline {
        background: -webkit-gradient(linear, left top, right top, from(var(--title-color)), to(var(--title-color))) repeat-x 0 91% / 100% 1px;
        background: -o-linear-gradient(left, var(--title-color) 0%, var(--title-color) 100%) repeat-x 0 91% / 100% 1px;
        background: linear-gradient(to right, var(--title-color) 0%, var(--title-color) 100%) repeat-x 0 91% / 100% 1px;
    }
    .footer-bottom .footer-bottom-link.footer-bottom-link_underline:hover{
        /* text-decoration: none; */
        background: -o-linear-gradient(left, transparent 0%, transparent 100%) repeat-x 0 91% / 100% 1px;
        background: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent)) repeat-x 0 91% / 100% 1px;
        background: linear-gradient(to right, transparent 0%, transparent 100%) repeat-x 0 91% / 100% 1px;
    }

    footer .vystavka-altufevo .footer-bottom-title{
        font-size: 21px;
    }
    footer .vystavka-altufevo .footer-bottom .container{
        -ms-grid-rows: 0.5fr 1fr 1fr;
        grid-template-rows: 0.5fr 1fr 1fr;
         padding-bottom: 14px;
    }
    .vystavka-altufevo .footer-bottom .container.l-col-4>.item:nth-child(4){
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 2;
        grid-column: 2;
    }
    .vystavka-altufevo .footer-bottom .container.l-col-4 > .item:nth-child(3) .footer-bottom-desc {
        padding-top: 6px;
    }
    .vystavka-altufevo .footer-bottom .container.l-col-4 > .item {
        margin-bottom: 26px;
    }
}

@media screen and (min-width: 1000px) {

    .footer-bottom .container.l-col-4>.item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }

    footer .container.l-col-3>.footer-copyright {
        width: calc(66.3% - 40px);
        font-size: 10px;
    }

    .footer-bottom .footer-bottom-desc>br {
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    .footer-bottom ._expo-map br{
        display: block;
     }
     .footer-bottom ._expo-map .tx{
        padding-top: 0;
     }
    .footer-bottom .footer-bottom-link.footer-bottom-link_underline._address br{
        display: block;
        
    }
    .footer-bottom .footer-bottom-link.footer-bottom-link_underline._address{
        padding-top: 0;
    }
    footer .footer-bottom .container {
        gap: 22px 30px;
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: 1fr 22px 1fr;
        grid-template-rows: 1fr 1fr;
        margin-left: 0;
    }
    footer .footer-bottom .container > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    footer .footer-bottom .container > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    footer .footer-bottom .container > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }
    footer .footer-bottom .container > *:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    }
    footer .footer-bottom .container > *:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    footer .footer-bottom .container > *:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    footer .footer-bottom .container > *:nth-child(7) {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }
    footer .footer-bottom .container > *:nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 7;
    }

    .footer-bottom .container.l-col-4>.item:first-child {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
        -ms-grid-column: 1;
        grid-column: 1;
    }

    .footer-bottom .container.l-col-4>.item:nth-child(3) {
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .footer-bottom .container.l-col-4>.item:nth-child(6) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4/5;
    }

    footer .footer-vystavka {
        padding-bottom: 22px;
    }

    footer .vystavka-altufevo{
        padding: 60px 0 5px;
    }

    footer .vystavka-altufevo .footer-bottom .container {
        -ms-grid-rows: 0.5fr;
        grid-template-rows: 0.5fr;
    }
    .vystavka-altufevo .footer-bottom .container.l-col-4 > .item{
        margin-top: 9px;
    }
    .vystavka-altufevo .footer-bottom .container.l-col-4 > .item:first-child{
        margin-top: 0;
    }
    .vystavka-altufevo .footer-bottom .container.l-col-4>.item:nth-child(4) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 4;
        grid-column: 4;
    }
    .vystavka-altufevo .footer-bottom .container.l-col-4>.item:nth-child(3) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 3;
        grid-column: 3;
        margin-top: 3px;
    }
}

@media screen and (min-width: 1600px) {
    footer .footer-bottom .container {
        gap: 22px 30px;
    }
}

@media screen and (max-width: 1300px) {
    footer .l-l .container.l-col-4 .simple-menu {
        width: calc(25.03% - 27.5px);
    }

}

@media screen and (max-width: 1279.9px) {
    footer .footer-bottom .container {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 0.5fr 1fr 1fr 1fr;
        grid-template-rows: 0.5fr 1fr 1fr 1fr;
        max-width: 676px;
        margin-left: 0;
    }
    footer .footer-bottom .container > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    footer .footer-bottom .container > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    footer .footer-bottom .container > *:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    footer .footer-bottom .container > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    footer .footer-bottom .container > *:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    footer .footer-bottom .container > *:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    footer .footer-bottom .container > *:nth-child(7) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }
    footer .footer-bottom .container > *:nth-child(8) {
        -ms-grid-row: 4;
        -ms-grid-column: 2;
    }

    footer .footer-bottom .container::after {
        content: none;
    }

    .footer-bottom .container.l-col-4>.item:first-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        margin-bottom: 17px;
    }

    .footer-bottom .container.l-col-4>.item:nth-child(3) {
        -ms-grid-row: 3;
        grid-row: 3;
    }

    .footer-bottom .container.l-col-4>.item:nth-child(4) {
        -ms-grid-row: 4;
        grid-row: 4;
    }

    .footer-bottom .container.l-col-4>.item:nth-child(5) {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 2;
        grid-column: 2;
    }

    .footer-bottom .h5 {
        font-size: 21px;
    }

    .footer-bottom .h5 br {
        display: none;
    }

    footer .footer-vystavka {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .footer-bottom .container.l-col-4>.item {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 999px) {

    .footer-nav .footer-menu-desk {
        display: none;
    }

    /* .footer-bottom {
        margin-top: 50px;
        margin-bottom: 50px;
    } */

    .footer-copyright .cr {
        margin-right: 0;
    }

    .footer-logo-image {
        min-width: 100px;
    }

    .container.l-col-3>.item.footer-copyright {
        width: 100%;
        margin-bottom: -30px;
    }

    footer .l-l .container.l-col-4 .simple-menu,
    footer .l-l .container.l-col-4 .simple-menu.s-main {
        width: 100%;
    }

    footer .l-l .container.l-col-4 .simple-menu {
        width: calc(26.8% - 18px);
        float: left;
    }

    footer .footer-nav {
        width: 100%;
        padding-top: 0;
        border-top: 1px solid var(--line-color);
    }

    footer .footer-nav.region {
        padding-top: 80px;
        border-top: none;
    }

    .footer-logo {
        width: 100%;
    }

    footer .footer-copyright-block {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .footer-logo img {
        width: 100%;
        max-width: 83px;
        min-width: auto;
    }

    .footer-copyright {
        padding: 0 0 0 40px;
    }
}

@media screen and (max-width: 767px) {

    footer .footer-nav.region {
        padding-top: 60px;
    }

    .footer-nav .footer-menu-item:first-child .footer-menu-item-button {
        border-top: 1px solid var(--line-color);
    }

    footer .footer-copyright-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer-logo img {
        max-width: 85px;
        padding-left: 1px;
    }

    .footer-copyright {
        padding: 20px 0 0 0;
    }

    footer .l-l .container.l-col-4 .simple-menu {
        width: 100%;
    }

    footer .s-main .simple-menu-item {
        max-width: initial;
        float: left;
        width: 50%;
    }

    footer .simple-menu .simple-menu-item {
        width: 50%;
        float: left;
        max-width: initial;
    }

    footer .l-l .container.l-col-4 .simple-menu,
    footer .l-l .container.l-col-4 .simple-menu.s-main {
        width: 100%;
    }

    .simple-menu .simple-menu-item {
        width: 50%;
        float: left;
        max-width: initial;
    }

    .footer-bottom-inner {
        margin: 40px 0;
    }

    footer .footer-bottom .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 10px;
    }

    .footer-bottom .h5 br {
        display: block;
    }

    .footer-bottom .container.l-col-4>.item {
        margin-bottom: 30px;
    }
    .footer-bottom .container.l-col-4 .item._expo-map {
        margin-bottom: 38px;
    }
}

@media screen and (max-width: 425px) {
    footer .simple-menu .simple-menu-item {
        width: 100%;
    }
}


/* Footer tablet and mobile */

.footer-nav {
    padding-top: 0;
    background: unset;
}

.footer-nav .footer-menu-tab-mob {
    display: none;
}

.footer-nav .footer-menu-item-button {
    display: block;
    position: relative;
    width: 100%;
    font: 18px/130% var(--title-font);
    font-weight: 600;
    color: var(--title-color);
    border-bottom: 1px solid var(--line-color);
    cursor: pointer;
    padding: 24px 0;
}

.footer-nav .footer-menu-item-button .arrow {
    display: inline-block;
    position: absolute;
    top: 44%;
    right: 30px;
    cursor: pointer;
}

.footer-nav .footer-menu-item-button .arrow span {
    display: block;
    width: 16px;
    height: 2px;
    background-color: var(--title-color);
    transform: rotate(0);
    -webkit-transition: opacity .1s ease .1s, -webkit-transform .2s;
    transition: opacity .1s ease .1s, -webkit-transform .2s;
    transition: transform .2s, opacity .1s ease .1s;
    transition: transform .2s, opacity .1s ease .1s, -webkit-transform .2s;
    -webkit-transition: transform .2s, opacity .1s ease .1s;
    -moz-transition: transform .2s, opacity .1s ease .1s;
    -ms-transition: transform .2s, opacity .1s ease .1s;
    -o-transition: transform .2s, opacity .1s ease .1s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.footer-nav .footer-menu-item-button .arrow span:nth-child(1) {
    transform: rotate(90deg);
    position: relative;
    top: 2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.footer-nav .footer-menu-item.active .footer-menu-item-button .arrow span {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.footer-nav .footer-menu-item.active .footer-menu-item-button .arrow span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg) translate(-1.5px, 0);
    -webkit-transform: rotate(90deg) translate(-1.5px, 0);
    -moz-transform: rotate(90deg) translate(-1.5px, 0);
    -ms-transform: rotate(90deg) translate(-1.5px, 0);
    -o-transform: rotate(90deg) translate(-1.5px, 0);
}

.footer-nav .footer-menu-item .footer-menu-item-wrapper {
    display: none;
    padding-top: 28px;
    /* padding-bottom: 18px; */
}

.footer-nav .footer-menu-item-child {
    margin-bottom: 17px;
}

.footer-nav .footer-menu-item-child:last-child {
    margin-bottom: 0;
}

.footer-nav .footer-menu-item-child>a {
    display: inline-block;
    font: 400 14px/150% var(--text-font);
    color: var(--dark-grey-color);
    text-align: left;
    border-bottom: 1px solid var(--title-color);
    padding-bottom: 0;
}

.footer-nav .footer-menu-item-child>a:hover {
    border-bottom: 1px solid transparent;
}

@media screen and (max-width: 999px) {

    .footer-nav .footer-menu-tab-mob {
        display: block;
    }

    .footer-nav .footer-menu-item-button {
        width: auto;
        padding: 24px 30px 22px;
        line-height: 24px;
    }

    .footer-nav .footer-menu-item-button .arrow {
        top: 46%;
    }

    .footer-nav .footer-menu-item .footer-menu-item-wrapper {
        padding-bottom: 28px;
        border-bottom: 1px solid var(--line-color);
    }

    .footer-nav .footer-menu-item:last-child .footer-menu-item-wrapper {
        border-bottom: none;
    }
}

@media screen and (max-width: 1000px) {

    .footer-nav .footer-menu-item .footer-menu-item-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 640px) {
    /* .footer-nav .footer-menu {
        margin: 0 -26px;
    } */

    .footer-nav .footer-menu-item-button {
        padding-left: 26px;
        padding-right: 26px;
    }

    .footer-nav .footer-menu-item .footer-menu-item-wrapper {
        padding-left: 26px;
        padding-right: 26px;
    }
}

@media screen and (max-width: 500px) {
    /* .footer-nav .footer-menu {
        margin: 0 -16px;
    } */

    .footer-nav .footer-menu-item-button {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-nav .footer-menu-item .footer-menu-item-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-nav .footer-menu-item-button .arrow {
        right: 20px;
    }
}

/* end Footer tablet and mobile */
/* End */


/* Start:/assets/resources/css/popup.form.styles.css?173202544115134*/
.form-popup.center-popup .content {
    width: calc(100% - 30px);
    max-width: 720px;
    padding: 70px 50px 71px 50px;
}

.form-popup .popup-top {
    display: block;
}

.form-popup.center-popup .popup-top {
    right: 15px;
    top: 18px;
}

.form-popup .close {
    margin: 0px 2px 0px 0;
}

.form-popup.popup .close .b {
    background: var(--dark-grey-color);
}

.form-popup.popup .close:before {
    border: none;
}

.form-popup .form-section {
    max-width: 340px;
    margin: 0 auto;
}

.form-popup .form-section .tx {
    margin-bottom: 29px;
}

.form-popup .form-section .tx .h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    text-align: left;
    margin-bottom: 21px;
}

.form-popup .form-section .tx .form-title {
    max-width: 328px;
}

.form-popup .form-section .description {
    font: 400 14px/150% var(--text-font);
    text-align: start;
    color: var(--text-color);
}

.form-popup .form-wrapper .ln:not(:last-child) {
    margin-bottom: 8px;
}

.form-popup .form-wrapper .input-wrapper {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #a7adb8;
    height: 52px;
    cursor: text;
    /* margin: 1px 0 0 0; */
    box-sizing: border-box;
}

.form-popup .form-wrapper .input-wrapper.focus {
    border-bottom: 2px solid #A7ADB8;
}

.form-popup .form-wrapper .input-wrapper .placeholder {
    position: absolute;
    left: 0;
    top: 52%;
    -webkit-transform: translate(0, -52%);
    transform: translate(0, -52%);
    font: 400 16px/21px var(--text-font);
    color: rgba(0, 0, 0, .6);
    -webkit-transition: all .15s;
    transition: all .15s;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.form-popup .form-wrapper select, .form-popup .form-wrapper input.text {
    border: none;
    background: 0 0;
    width: 100%;
    font: 400 16px/21px var(--text-font);
    color: rgba(0, 0, 0, .87);
    padding: 0;
    -webkit-transition: all .15s;
    transition: all .15s;
    margin: 6px 0;
    height: auto;
}

.form-popup .form-wrapper select{
    height: 100%;
    margin: 0;
    padding: 18px 0 0;
    pointer-events: all;
}

.form-popup .form-wrapper .input-wrapper.focus .placeholder {
    font-size: 11px;
    line-height: 14px;
    color: #969ba5;
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
    -webkit-transition: all .15s;
    transition: all .15s;
}

.form-popup .ln-wrapper-inline {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.form-popup .ln-wrapper-inline>.ln:first-child {
    width: 100%;
    padding: 0;
}

.form-popup select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-popup select::-ms-expand {
    display: none;
}

.form-popup label.block.arrow:last-child::after {
    content: "";
    position: absolute;
    top: 44%;
    right: 19px;
    height: 6px;
    width: 6px;
    background-color: var(--background);
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    border-right: 1px solid var(--tab-color);
    border-bottom: 1px solid var(--tab-color);
    -webkit-transition: .3s all;
    transition: .3s all;
    pointer-events: none;
}

.form-popup .form-wrapper .ln {
    width: 100%;
    margin-bottom: 17px;
}

.form-popup.popup .ln a {
    border-bottom: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--dark-grey-color)), to(var(--dark-grey-color)));
    background-image: linear-gradient(to right, var(--dark-grey-color) 0, var(--dark-grey-color) 100%);
    background-repeat: repeat-x;
    background-position: 0 96%;
    background-size: 100% 1px;
}

.form-popup.popup .ln a:hover {
    color: var(--dark-grey-color);
    background-image: none;
}

.form-popup .form-section .btn-wrapper {
    margin: 39px 1px 41px;
}

.form-popup .button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    font: 500 12px var(--text-font);
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--background);
    border-radius: 4px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 0;
    margin: 0;
}

.form-popup .button:hover {
    border: 1px solid var(--main-color); 
    background: var(--background);
    color: var(--main-color);
}

.form-popup .form-wrapper div:last-child {
    margin-bottom: 0;
}

.form-popup .text.rules {
    font-size: 14px;
    color: var(--text-color);
    text-align: start;
    line-height: 150%;
}

.form-popup .rules a:hover {
    background-image: none;
}

.form-popup form .hidden{
    display: none;
}

/* радио кнопки "звонок" и "whatsapp" */

.form-popup .form-wrapper .ln.ln-radio {
    margin-bottom: 3px;
    margin-top: 30px;
}

.form-popup .ln-title {
    font: 500 14px/150% var(--text-font);
    color: var(--text-color);
    margin-bottom: 15px;
    text-align: left;
}

.form-popup .radio-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-width: 257px;
}

.form-popup .radio-wrapper {
    position: relative;
    cursor: pointer;
    width: fit-content;
    text-align: left;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.form-popup .radio-wrapper:not(:last-child) {
    margin-right: 49px;
    margin-bottom: 18px;
}

.form-popup .radio-wrapper .radio-placeholder {
    font: 400 16px/150% var(--text-font);
    color: var(--text-color);
    padding-left: 26px;
}

.form-popup .radio-wrapper .ico {
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    left: 0;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.form-popup .radio-wrapper .ico::before {
    content: "";
    position: absolute;
    background: var(--title-color);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.1s;
}

.form-popup .radio-wrapper input[type="radio"] {
    display: none;
}

.form-popup .radio-wrapper input:checked+.ico {
    border: 1px solid var(--title-color);
}

.form-popup .radio-wrapper input:checked+.ico::before {
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 999px) {
    .form-popup .form-wrapper .ln.ln-radio {
        margin-bottom: 12px;
    }
}


@media screen and (max-width: 767px) {
    .form-popup .form-wrapper .ln.ln-radio {
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 374px) {
    .form-popup .radio-wrapper:not(:last-child){
        margin-bottom: 10px;
    }

    .form-popup .form-wrapper .ln.ln-radio {
        margin-bottom: 20px;
    }

    .online-form-popup.form-popup .form-section .tx .h3{
        width: 85%;
    }
}

/* end радио кнопки "звонок" и "whatsapp" */

@media screen and (min-width: 1000px) {
    .form-popup.center-popup .content {
        margin: 24px auto 35px;
    }

    .redbanner-show .form-popup.center-popup.active .content{
        margin-top: 94px;
    }

    .form-popup .form-wrapper .ln-wrapper-inline .ln {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .form-popup.center-popup .content {
        margin: 54px auto 35px;
    }

    .redbanner-show .form-popup.center-popup.active .content{
        margin-top: 124px;
    }
}

@media screen and (max-width: 999px) {

    .form-popup.popup .l-center {
        min-height: 100%;
        width: 100%;
        display: flex;
        align-items: flex-start;
    }

    .redbanner-show .form-popup.center-popup .content{
        margin-top: 99px;
    }

    .form-popup.center-popup .content {
        width: calc(100% - 50px);
        margin: 0 auto auto;
        padding: 36px 0 20px 15px;
    }

    .form-popup .form-section {
        max-width: 400px;
    }

    .form-popup.popup .close {
        margin: 3px 2px 3px 0;
    }

    .form-popup .popup-top {
        display: none;
    }

    .form-popup .form-section .tx .h3 {
        font-size: 18px;
        line-height: 150%;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .form-popup .ln-wrapper-inline {
        flex-direction: column;
        gap: 0;
    }

    .form-popup label.block.arrow:last-child::after {
        top: 45%;
    }

    .form-popup .form-section .btn-wrapper {
        width: 287px;
        margin: 39px 0 41px;
    }
}

@media screen and (max-width: 640px) {
    .redbanner-show .form-popup.center-popup.active .content{
        margin-top: 165px;
        padding-top: 24px;
    }

    .form-popup.center-popup .content {
        width: 100%;
        margin: 0;
        padding-top: 36px;
        padding-left: 0;
    }

    .form-popup .form-section {
        width: 100%;
    }

    .form-popup .form-section .tx {
        text-align: start;
    }

    .form-popup .form-section .tx .h3 {
        padding: 0 16px;
        margin: 0 0 20px 0;
    }

    .form-popup .form-section .description {
        padding: 0 16px;
    }

    .form-popup .form-section .form-wrapper {
        margin: 0;
        padding: 0 16px;
    }

    .form-popup .form-section {
        width: 100%;
    }

    .form-popup .form-section .form-wrapper{
        max-width: none;
    }
}

/* Поле сообщение/вопрос */
.form-popup .form-wrapper .ln-textarea {
    margin-bottom: 142px;
    margin-top: 24px;
}

.form-popup .ln-textarea textarea.text {
    min-height: 153px;
    width: 100%;
    border: 1px solid #A7ADB8;
    border-radius: 4px;
    font: 400 16px/21px var(--text-font);
    box-sizing: border-box;
    padding: 16px 15px;
}

.form-popup .ln-textarea .input-wrapper.print textarea.text, .form-popup .ln-textarea .input-wrapper.focus textarea.text {
    border: 2px solid #A7ADB8;
}

.form-popup .ln-textarea textarea::-webkit-resizer {
    opacity: 0;
}

.form-popup .form-wrapper .ln-textarea .input-wrapper {
    display: block;
    border-bottom: none;
}

.form-popup .ln-textarea .input-wrapper.not-empty .placeholder-textarea,
.form-popup .ln-textarea .input-wrapper.focus .placeholder-textarea,
.form-popup .ln-textarea .input-wrapper.focus.not-empty .placeholder-textarea {
    display: none;
}

.form-popup .ln-textarea .input-wrapper .placeholder-textarea {
    top: 29px;
    left: 16px;
}

/* end Поле сообщение/вопрос */

/* чекбокс */
.ln.policy {
    margin: 40px 0 39px;
}

.ln.policy .policy-wrapper {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    cursor: pointer;
    /* Клик на чекбокс Safari может интерпретировать это как попытку выделить текст, это активирует стиль для ::selection. Запрещаем */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE10+/Edge */
    user-select: none;
}

.ln.policy .policy-placeholder {
    font: 400 14px/150% var(--text-font);
    color: var(--dark-grey-color);
    text-align: start;
    padding: 1px 0 0 32px;
}

.ln.policy .policy-placeholder a {
    border-bottom: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--dark-grey-color)), to(var(--dark-grey-color)));
    background-image: linear-gradient(to right, var(--dark-grey-color) 0, var(--dark-grey-color) 100%);
    background-repeat: repeat-x;
    background-position: 0 96%;
    background-size: 100% 1px;
}

.ln.policy .policy-placeholder a:hover {
    color: var(--dark-grey-color);
    background-image: none;
}

.ln.policy .policy-wrapper input[type="checkbox"] {
    position: absolute;
    left: 1px;
    top: 3px;
    opacity: 0;
    /* Клик на чекбокс Safari может интерпретировать это как попытку выделить текст, это активирует стиль для ::selection. Запрещаем */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE10+/Edge */
    user-select: none;
}

.ln.policy .policy-wrapper .ico {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid var(--border-color);
    border-radius: 2.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ln.policy .policy-wrapper .ico:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: var(--main-color);
    border-radius: 2px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ln.policy .policy-wrapper input:checked+.ico {
    border: 1px solid var(--main-color);
}

.ln.policy .policy-wrapper input:checked+.ico:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}

/* состояние ошибки */
.ln.policy .policy-wrapper.error .policy-placeholder, 
.ln.policy .policy-wrapper.error .policy-placeholder a { 
    color: var(--main-color) !important;
}

.ln.policy .policy-wrapper.error .policy-placeholder a {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--main-color)), to(var(--main-color))) !important;
    background-image: -o-linear-gradient(left, var(--main-color) 0, var(--main-color) 100%) !important;
    background-image: linear-gradient(to right, var(--main-color) 0, var(--main-color) 100%) !important;
}

.ln.policy .policy-wrapper.error .policy-placeholder a:hover { 
    color: var(--main-color) !important;
    background-image: none !important;
}

.ln.policy .policy-wrapper.error .ico {
    border: 1px solid var(--main-color);
}

@media screen and (max-width: 999px) {
    .ln.policy .policy-placeholder {
        padding-left: 26px;
    }
}

@media screen and (max-width: 640px) {
    .ln.policy .policy-wrapper .ico {
        top: 3px;
    }
}

@media screen and (max-width: 374px) {
    .ln.policy .policy-placeholder {
        font-size: 12px;
    }
    .ln.policy .policy-wrapper .ico {
        top: 2px;
    }
}

/* end чекбокс */

/* End */


/* Start:/assets/resources/css/form.styles.css?173202540417235*/
section.form-template.form-footer.form-section {
    font: 400 14px/150% var(--text-font);
    margin: 120px auto;
    padding: 0;
}

.form-template.form-section .ln a {
    border-bottom: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--dark-grey-color)), to(var(--dark-grey-color)));
    background-image: linear-gradient(to right, var(--dark-grey-color) 0, var(--dark-grey-color) 100%);
    background-repeat: repeat-x;
    background-position: 0 96%;
    background-size: 100% 1px;
}

.form-template.form-section .ln a:hover {
    color: var(--dark-grey-color);
    background-image: none;
}

.form-template.form-section .button-wrapper {
    position: relative;
    margin: 39px 1px 41px;
}

.form-template.form-section .button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    font: 500 12px var(--text-font);
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid var(--main-color);
    padding: 0;
    margin: 0;
}

.form-template .button:hover {
    border: 1px solid var(--main-color);
    background: var(--background);
    color: var(--main-color);
}

.form-template.form-section .tx {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.form-template.form-section .description {
    font: 400 14px/150% var(--text-font);
    text-align: center;
    color: var(--dark-grey-color);
}

.form-template.form-section .form-wrapper {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

.form-template.form-section .form-wrapper .response {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}

.form-template.form-section .form-wrapper .response.active {
    opacity: 1;
    -webkit-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    z-index: 2;
}

.form-template .form-wrapper .h5.response-inner p:first-child {
    font: 600 18px/150% var(--title-font);
    color: var(--text-color);
    text-transform: uppercase;
    text-shadow: none;
}

.form-template .form-wrapper .h5.response-inner p:last-child {
    font: 400 14px/150% var(--text-font);
    color: var(--text-color);
    text-transform: none;
    text-shadow: none;
    margin-top: 20px;
}

.form-template .form-wrapper form {
    position: relative;
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    z-index: 2;
}

.form-template .form-wrapper form.hidden {
    /* скрытие формы после отправки */
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    z-index: 0;
    pointer-events: none;
}

.form-template.form-section .form-wrapper .ln:not(:last-child) {
    margin-bottom: 8px;
}

.form-template.form-section .form-wrapper div:last-child {
    margin-bottom: 0;
}

.form-template.form-section .form-wrapper .input-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 1px solid #A7ADB8;
    height: 52px;
    cursor: text;
}

.form-template.form-section .form-wrapper .input-wrapper.focus {
    border-bottom: 2px solid #A7ADB8;
}

.form-template.form-section .form-wrapper input.text {
    height: unset;
    border: none;
    background: none;
    width: 100%;
    font: 400 16px/21px var(--text-font);
    color: rgba(0, 0, 0, 0.87);
    padding: 0;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    margin: 6px 0;
}

.form-template.form-section .form-wrapper .input-wrapper .placeholder {
    position: absolute;
    left: 0;
    top: 52%;
    -webkit-transform: translate(0, -52%);
        -ms-transform: translate(0, -52%);
            transform: translate(0, -52%);
    font: 400 16px/21px var(--text-font);
    color: rgba(0, 0, 0, 0.6) !important;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.form-template.form-section .form-wrapper .input-wrapper.focus .placeholder {
    font-size: 11px;
    line-height: 14px;
    color: #969BA5 !important;
    -webkit-transform: translateY(-18px);
        -ms-transform: translateY(-18px);
            transform: translateY(-18px);
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.form-template.form-section .form-wrapper .input-wrapper.focus.not-empty .placeholder {
    display: block;
    font-size: 11px;
    line-height: 14px;
    color: #969BA5;
    -webkit-transform: translateY(-18px);
        -ms-transform: translateY(-18px);
            transform: translateY(-18px);
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.form-template.form-section .form-wrapper .input-wrapper.not-empty .placeholder {
    display: none;
}

.form-template .ln-wrapper-inline {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.form-template .ln-wrapper-inline>.ln:first-child {
    width: 100%;
    padding: 0;
}

.form-template .ln-wrapper-inline .ln {
    max-width: 195px;
    width: 100%;
}

.form-template select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-template select::-ms-expand {
    display: none;
}

.form-template .form-wrapper select, .form-template .form-wrapper input.text {
    border: none;
    background: 0 0;
    width: 100%;
    font: 400 16px/21px var(--text-font);
    color: rgba(0, 0, 0, .87);
    padding: 0;
    -webkit-transition: all .15s;
    transition: all .15s;
    margin: 6px 0;
    height: auto;
}

.form-template .form-wrapper select{
    height: 100%;
    margin: 0;
    padding: 18px 0 0;
    pointer-events: all;
}

.form-template label.block.arrow:last-child::after {
    content: "";
    position: absolute;
    top: 43%;
    right: 4px;
    height: 7px;
    width: 7px;
    background-color: var(--background);
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    border-right: 1px solid rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    -webkit-transition: .3s all;
    transition: .3s all;
    pointer-events: none;
}

.form-template.form-section .form-wrapper .ln.text {
    margin-top: 40px;
    color: var(--dark-grey-color);
}

.form-template.form-section .form-wrapper .btn-wrapper {
    margin-top: 39px;
}

.form-template.form-section .tx {
    text-align: center;
}

.form-template.form-section .h3 {
    font: 600 30px/130% var(--title-font);
    letter-spacing: normal;
    color: var(--title-color);
    margin: 0 auto 20px;
}

/* upload-file */
.form-template .upload-file {
    width: 100%;
}

.form-template.form-section .form-wrapper .upload-file .input-wrapper {
    box-sizing: border-box;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.form-template input.file {
    width: 100%;
    height: 36px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.form-template .upload-file .plus {
    margin-right: 20px;
}

.form-template .upload-file .plus path {
    transition: all 0.3s ease;
}

.form-template .upload-file .btn-text {
    font: 500 12px var(--text-font);
    color: var(--title-color);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.form-template.form-section .form-wrapper .upload-file .input-wrapper:hover {
    border: 1px solid var(--main-color);
}

.form-template.form-section .form-wrapper .upload-file .input-wrapper:hover .plus path {
    fill: var(--main-color)
}

.form-template.form-section .form-wrapper .upload-file .input-wrapper:hover .btn-text {
    color: var(--main-color);
}

.form-template.form-section .form-wrapper .upload-file .input-wrapper.disabled {
    border: 1px solid var(--border-color);
    cursor: default;
}

.form-template.form-section .form-wrapper .upload-file .input-wrapper.disabled input {
    cursor: default;
}

.form-template.form-section .form-wrapper .upload-file .input-wrapper.disabled .plus path {
    fill: var(--border-color)
}

.form-template.form-section .form-wrapper .upload-file .input-wrapper.disabled .btn-text {
    color: var(--border-color);
}

.form-template .upload-file .file-list {
    display: grid;
    gap: 20px;
    font: 400 16px/150% var(--text-font);
    color: var(--title-color);
}

.form-template .upload-file .file-list .file:first-child {
    margin-top: 40px;
}

.form-template .upload-file .file-list .file {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.form-template .upload-file .file-list .file .name, 
.form-template .upload-file .file-list span {
    font: 400 16px/150% var(--text-font);
    color: var(--title-color);
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-template .upload-file .file-list .delete-btn {
    box-sizing: border-box;
    position: relative;
    width: 11px;
    height: 11px;
    cursor: pointer;
}

.form-template .upload-file .file-list .delete-btn .b {
    position: absolute;
    height: 1.5px;
    width: 10px;
    background-color: var(--tab-color);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
}

.form-template .upload-file .file-list .delete-btn .b1 {
    transform: rotate(45deg) scaleX(1.2);
}

.form-template .upload-file .file-list .delete-btn .b2 {
    transform: rotate(-45deg) scaleX(1.2);
}

.form-template .upload-file .red-error {
    font: 400 14px/150% var(--text-font);
    color: var(--main-color);
    margin-top: 10px;
}

.form-template .upload-file .red-error.hide {
    display: none;
}

@media screen and (min-width: 1000px) {
    .form-template .upload-file .file-list .file:first-child {
        margin-top: 30px;
    }
}
/* end upload-file */

/* upload-form */

@media (min-width: 1000px) {

    .form-template.upload-form.form-section .tx {
        max-width: 640px;
    }

    .form-template.upload-form.form-section .form-wrapper {
        max-width: 645px;
    }

    .form-template.upload-form.form-template .ln-wrapper-inline .ln {
        max-width: calc(50% - 10px);
    }

    .form-template.upload-form .form-wrapper .input-wrapper {
        max-width: 100%;
    }
}
/* end upload-form */

@media (min-width: 1000px) {
    .form-template.form-section .button {
        max-width: fit-content;
        margin: 0 auto;
        padding: 10px 56px 10px 57px;
    }

    .form-template.form-section .form-wrapper .ln-wrapper-inline .ln {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 999px) {
    section.form-template.form-footer.form-section {
        margin: 100px auto;
    }

    .form-template.form-section .tx .h3 {
        padding-right: 1px;
    }

    .form-template.form-section .tx {
        max-width: 344px;
        margin-bottom: 20px;
    }

    .form-template.form-section .form-wrapper {
        max-width: 344px;
    }

    .form-template .ln-wrapper-inline {
        flex-direction: column;
        gap: 0;
    }

    .form-template .ln-wrapper-inline .ln {
        max-width: 100%;
    }

    .form-template label.block.arrow:last-child::after {
        top: 47%;
        right: 19px;
    }

    .form-template.form-section .button { 
        max-width: 343px;
        padding-left: 1px;
    }
}

@media screen and (max-width: 640px) {
    section.form-template.form-footer.form-section {
        margin: 80px auto;
    }

    .form-template.form-section .tx {
        margin-bottom: 30px;
    }

    .form-template.form-section .tx .h3 {
        font-size: 21px;
        padding-right: 0;
    }

    .form-template label.block.arrow:last-child::after {
        top: 48%;
        right: 18px;
    }

    .form-template.form-section .button {
        padding-top: 1px;
    }
}

/* чекбокс */
.ln.policy {
    margin: 40px 0 39px;
}

.ln.policy .policy-wrapper {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    cursor: pointer;
    /* Клик на чекбокс Safari может интерпретировать это как попытку выделить текст, это активирует стиль для ::selection. Запрещаем */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE10+/Edge */
    user-select: none;
}

.ln.policy .policy-placeholder {
    font: 400 14px/150% var(--text-font);
    color: var(--dark-grey-color);
    text-align: start;
    padding: 1px 0 0 32px;
}

.ln.policy .policy-placeholder a {
    border-bottom: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--dark-grey-color)), to(var(--dark-grey-color)));
    background-image: linear-gradient(to right, var(--dark-grey-color) 0, var(--dark-grey-color) 100%);
    background-repeat: repeat-x;
    background-position: 0 96%;
    background-size: 100% 1px;
}

.ln.policy .policy-placeholder a:hover {
    color: var(--dark-grey-color);
    background-image: none;
}

.ln.policy .policy-wrapper input[type="checkbox"] {
    position: absolute;
    left: 1px;
    top: 3px;
    opacity: 0;
    /* Клик на чекбокс Safari может интерпретировать это как попытку выделить текст, это активирует стиль для ::selection. Запрещаем */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE10+/Edge */
    user-select: none;
}

.ln.policy .policy-wrapper .ico {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid var(--border-color);
    border-radius: 2.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ln.policy .policy-wrapper .ico:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: var(--main-color);
    border-radius: 2px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ln.policy .policy-wrapper input:checked+.ico {
    border: 1px solid var(--main-color);
}

.ln.policy .policy-wrapper input:checked+.ico:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}

/* состояние ошибки */
.ln.policy .policy-wrapper.error .policy-placeholder, 
.ln.policy .policy-wrapper.error .policy-placeholder a { 
    color: var(--main-color) !important;
}

.ln.policy .policy-wrapper.error .policy-placeholder a {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--main-color)), to(var(--main-color))) !important;
    background-image: -o-linear-gradient(left, var(--main-color) 0, var(--main-color) 100%) !important;
    background-image: linear-gradient(to right, var(--main-color) 0, var(--main-color) 100%) !important;
}

.ln.policy .policy-wrapper.error .policy-placeholder a:hover { 
    color: var(--main-color) !important;
    background-image: none !important;
}

.ln.policy .policy-wrapper.error .ico {
    border: 1px solid var(--main-color);
}

@media screen and (max-width: 999px) {
    .ln.policy .policy-placeholder {
        padding-left: 26px;
    }
}

@media screen and (max-width: 640px) {
    .ln.policy .policy-wrapper .ico {
        top: 3px;
    }
}

@media screen and (max-width: 374px) {
    .ln.policy .policy-placeholder {
        font-size: 12px;
    }
    .ln.policy .policy-wrapper .ico {
        top: 2px;
    }
}

/* end чекбокс */

/* End */
/* /local/components/terem/redbanner/templates/.default.region/style.css?17394459035293 */
/* /local/components/terem/profile.users/templates/userdata.favourite.logout.popup/style.css?17320226391418 */
/* /local/components/terem/profile.users/templates/userdata.profile.confirm.popup/style.css?17320227053165 */
/* /local/components/terem/profile.users/templates/userdata.menu.popup/style.css?17320226684440 */
/* /local/components/terem/profile.users/templates/userdata.menu.popup.desktop/style.css?17320226762365 */
/* /local/components/terem/form.form/templates/template.feedback.region/style.css?17320219271129 */
/* /local/components/terem/social.list/templates/footer.social.list.region/style.css?16956349181545 */
/* /local/components/terem/form.form/templates/template.taxi/style.css?17320220231133 */
/* /local/components/terem/form.form/templates/.default.region/style.css?1618244743508 */
/* /local/components/terem/form.form/templates/template.new.ecxursion/style.css?17320219803309 */
/* /local/components/terem/form.form/templates/template.pdf/style.css?17320220152991 */
/* /local/templates/terem/styles.css?174922334022306 */
/* /assets/resources/css/popup.form.styles.css?173202544115134 */
/* /assets/resources/css/form.styles.css?173202540417235 */
