html.open-menu {
  overflow: hidden;
}

/* Header */
.header {
  z-index: 11;
  padding: 25px 0;
  font-family: "Montserrat", "Roboto";
  color: #1669af;
  background-color: #ffffff;
  font-weight: 500;
}
.header > div.center_block {
  height: 100%;
}
.header .top_block {
  margin-top: 15px;
  height: 100%;
  margin-bottom: 0px;
}
.header .top_block .top {
  height: 100%;
}
.header .logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
}
.header-subtitle-logo {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.header .logo-container a {
  text-decoration: none;
}
.header .logo {
  /*font-size: 37px;*/
  color: #ffffff;
}
.header .contact-item {
  display: flex;
  align-items: center;
  /*padding: 0 30px;*/
  font-size: 16px;
}
.header .contact-item.call-request a,
.footer-contact-btns .call-request a,
.mobile-menu-contacts .phone a {
  text-align: center;
  font-family: 'SourceSansPro';
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  transition: .3s;
  text-decoration: none;
  color: #fff;
  display: block;
  max-width: 231px;
  padding: 8px 15px;
  background-color: #2FBCB4;
  border-radius: 30px;
  border: 2px solid #2FBCB4;
}
.footer-contact-btns .call-request a {
  margin-bottom: 10px;
}
.mobile-menu-contacts .phone a {
  color: #2FBCB4;
  background-color: #fff;
}
.header .contact-item.call-request a:hover,
.footer-contact-btns .call-request a:hover {
  color: #2FBCB4;
  background-color: #fff;
}
.footer-contact-btns .call-request a:hover {
  background-color: #757472;
}
.header .contact-item.call-request a i,
.footer-contact-btns .call-request a i,
.mobile-menu-contacts .phone a i {
  margin-right: 8px;
}
.header .contact-item::before,
.header .contact-item.phone a::before {
  padding-right: 14px;
  font-family: 'clubstrannik';
  font-size: 23px;
}
.header-fixed .contact-item.phone a::before {
  font-size: 20px;
}
.header .left-block .contact-item {
  justify-content: flex-start;
}
.header .right-block .contact-item {
  justify-content: flex-end;
}
.header .right-block .contact-item.call-request {
  position: relative;
}
@media (min-width: 1251px) {
  .header .right-block .contact-item.call-request a:hover + .opening_hours {
    opacity: 1;
    pointer-events: unset;
    z-index: 3;
  }
}
.header .right-block .contact-item.call-request .opening_hours {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  padding: 10px;
  border-radius: 5px;
  background-color: #FEFFCC;
  max-width: 220px;
  font-size: 12px;
  line-height: 15px;
  top: calc(100% + 7px);
  right: 0;
  color: #181818;
}
.header .border_top_list, .sub-menu .border_top_list, .menu .regions_menu .border_top_list {
  border-top: 1px solid #c4c4c4;
  padding: 0 9px;
  color: #000000;
  margin-left: -10px;
}
.header .list .list_block, .sub-menu .list .list_block {
  background-color: #ffffff;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}
.menu .regions_menu .list .list_block {
  background-color: #ffffff;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.menu .regions_menu .list .regions_list_block .regions-grid {
  padding: 30px 80px 40px 80px;
}
.header .figure::before, .header .figure::after,
.sub-menu .figure::before, .sub-menu .figure::after,
.menu .regions_menu .figure::before, .menu .regions_menu .figure::after {
  content: '';
  position: absolute;
  left: 25%;
  top: -18px;
  border: 10px solid transparent;
  border-bottom: 8px solid #c4c4c4;
}
.header .figure::after,
.sub-menu .figure::after,
.menu .regions_menu .figure::after {
  border: 10px solid transparent;
  border-bottom: 9px solid #ffffff;
  top: -17px;
}
.menu .regions_menu .list::before, .menu .regions_menu .list::after {
  left: 5%;
}
.header .contact-item.phone {
  font-size: 22px;
  padding: 14px 0 0 0;
}
.header .contact-item.phone .search-page-link {
  display: none;
}
@media (max-width: 1250px) {
  .header .contact-item.phone form {
    display: none;
  }
  .header .contact-item.phone .search-page-link {
    display: block !important;
  }
  .header .contact-item.phone .search-page-link::before {
    content: none;
  }
}
@media (max-width: 768px) {
  .hikes_datail .header .contact-item.phone .search-page-link {
    display: none !important;
  }
}
.header .phone a {
  text-decoration: none;
  color: #181818;
  font-family: 'SourceSansPro';
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}
.header-fixed.header .phone a {
  margin-right: 25px;
}
.header .contact-item.phone a::before {
  content: '\ea03';
}
.header .contact-item.phone a {
  display: flex;
  align-items: center;
}
/*Строка поиска в шапке сайта*/
.header .search-form {
  position: relative;
  width: 100%;
}
.header .search-form .search-icon {
  display: flex;
  margin-right: 11px;
  margin-left: auto;
  width: 33px;
  height: 33px;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  cursor: pointer;
  transition: background-color 150ms, color 150ms;
}
.header .search-form.active .search-icon {
  background-color: var(--main-color);
  color: #ffffff;
}
.header .search-form .search-icon i {
  font-size: 24px;
  color: #000000;
  transition: .3s;
}
.header .search-form:hover .search-icon i {
  color: var(--main-color);
}
.header .search-form.active .search-icon i {
  color: #FFFFFF;
}
.header .search-form .search-input {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 248px;
  padding: 5px 10px;
  border: 1px solid #1968a8;
  z-index: 1;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 300;
  background-color: #ffffff;
  -webkit-appearance: none;
  border-radius: 0;
}
.header .search-form.active .search-input {
  display: block;
}
.header .search-form .search-hints {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  width: 248px;
  font-size: .9rem;
  line-height: 1.2;
  background-color: #ffffff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  visibility: hidden;
  transition: visibility 200ms;
}
.header .search-form.active .search-input:focus + .search-hints.visible {
  visibility: visible;
}
.header .search-form .search-hints__hint {
  padding: 5px 10px;
  cursor: pointer;
}
.header .search-form .search-hints__hint:hover {
  background-color: var(--main-light-color);
  color: #ffffff;
}
.header .search-form .search-submit {
  display: none;
}
.footer-menu-main .list_links_footer {
  font-family: 'AlegreyaSans';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.footer-menu-main .list_links_footer li {
  margin-bottom: 23px;
}
.footer-menu-main .list_links_footer li:last-child {
  margin-bottom: 0;
}
/*//Строка поиска в шапке сайта*/
@media (max-width: 1250px) {
  .header .contact-item {
    display: none;
  }
  .header .social {
    display: none;
  }
  .header .top_block {
    display: flex;
    align-items: center;
    margin-top: 0px;
  }
  .header-fixed .header-fixed-wrap__menu-btn {
    flex-grow: 0;
    flex-basis: calc(20% - 40px);
  }
  /*Строка поиска в шапке сайта*/
  .header .search-form .search-icon {
    height: 42px;
    width: 35px;
    margin-right: 0;
    background-color: transparent;
    color: #1669af;
  }
  .header .search-form .search-icon i {
    font-size: 19px;
  }
  .header .search-form .search-input {
    left: inherit;
    right: 0;
    top: 0;
    height: 42px;
    width: 246px;
    padding: 5px 33px 5px 15px;
  }
  .header .search-form .search-hints {
    top: calc(42px + 3px);
    right: 0;
    width: 246px;
  }
  .header .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 42px;
    z-index: 1;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 19px;
    color: #1669af;
  }
  .header .search-form.active .search-submit {
    display: flex;
  }
}
@media (max-width: 877px) {
  .header .search-form .search-input {
    width: calc(100vw - 104px);
  }
  .header .search-form .search-input,
  .header .search-form .search-icon,
  .header .search-form .search-submit {
    height: 56px;
  }
  .header .search-form .search-hints {
    top: calc(56px + 3px);
    width: calc(100vw - 104px);
  }
}
@media (max-width: 768px) {
  .header .search-form .search-input {
    width: calc(100vw - 74px);
  }
  .header .search-form .search-input,
  .header .search-form .search-icon,
  .header .search-form .search-submit {
    height: 62px;
  }
  .header .search-form .search-hints {
    top: calc(62px + 3px);
    width: calc(100vw - 74px);
  }
}
@media (max-width: 480px) {
  .header .search-form .search-input,
  .header .search-form .search-icon,
  .header .search-form .search-submit {
    height: 42px;
  }
  .header .search-form .search-hints {
    top: calc(42px + 3px);
  }
  .footer-menu-main{
    display: flex!important;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-main-content .footer-menu-main  .logo_pay{
    width: 100%;
    justify-content: center;
    gap: 10px;
    padding: 0;
  }
  .footer-main-content .padd_contacts {
    padding-left: 0!important;
  }
  .block_pay{
    margin-top: 10px;
  }
}
/*//Строка поиска в шапке сайта*/
.header .mobile-menu-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  font-size: 27px;
  color: #000000;
}
.header .mobile-menu-button i {
  cursor: pointer;
}
.header .mobile-menu-button i.opened {
  transform: rotate(90deg);
}
.header .mobile-phone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 25px;
  font-size: 16px;
}
.header .mobile-phone a {
  text-decoration: none;
}
.header .mobile-phone i {
  padding-right: 0;
  color: #ffffff;
}
.header .social {
  padding-top: 10px;
  font-weight: normal;
  font-size: 24px;
}
.header .social a {
  display: flex;
  align-items: center;
  margin-right: 14px;
  text-decoration: none;
  color: #000000;
}
.header-social-links {
  display: flex;
}
.header-social-text {
  font-family: 'SourceSansPro';
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  margin-top: 7px;
}
.header .social a:hover, .header .call-request a:hover, .header .phone:hover, .header .phone a:hover {
  color: var(--main-color);
}
.header .social .icon-vk {
  font-size: 9px;
}
.header .social .icon-facebook {
  font-size: 17px;
}
.header .social .icon-instagram {
  font-size: 16px;
}
.header .social .icon-Convert1 {
  font-size: 15px;
}
@media (min-width: 1251px) {
  .header .mobile-menu-button {
    display: none;
  }
  .header .mobile-phone {
    display: none;
  }
}
/* Desktop menu */
.menu {
  height: 50px;
  padding: 0 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.menu a {
  color: #181818;
  text-decoration: none;
  font-family: 'AlegreyaSans';
}
.menu .block_menu {
  height: 100%;
  justify-content: space-between;
}
.menu i.icon-figvam {
  font-size: 18px;
}
.menu .link {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}
.menu .name_item {
  padding: 16px;
}
.menu .name_item:first-child {
  padding-left: 0;
}
.menu .name_item:last-child {
  padding-right: 0;
}
.menu .sub-menu {
  height: 100%;
  cursor: pointer;
}
.menu .sub-menu .label {
  height: 100%;
  padding: 10px 30px;
  color: #181818;
  font-family: 'AlegreyaSans';
  font-size: 20px;
  font-weight: 500;
  transition: color 0.3s, background-color 0.3s;
}
.menu .regions_menu .label .icon-arrow-down,
.menu .sub-menu .label .icon-arrow-down {
  position: relative;
  padding-left: 10px;
  font-size: 8px;
  bottom: 1px;
}
.menu .sub-menu:hover .label {
  background-color: #ffffff;
}
.menu .name_item:hover {
  color: var(--main-color) !important;
}
.menu .sub-menu .list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 110;
  width: max-content;
  display: none;
  flex-direction: column;
}
.menu .sub-menu:hover .list {
  display: flex;
}
.sub-menu .list .list_block, .menu .regions_menu .list .list_block {
  display: flex;
  flex-direction: column;
}
.menu .sub-menu .list .list_block a {
  padding: 8px 0;
  color: var(--black-color);
  font-family: 'SourceSansPro';
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.menu .sub-menu .list .list_block a:hover {
  color: var(--main-color);
}
.menu .regions_menu {
  height: 100%;
  cursor: default;
  font-family: "Montserrat";
}
.menu .regions_menu .label {
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #181818;
  font-family: 'AlegreyaSans';
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
}
.menu .regions_menu .list {
  position: absolute;
  top: 90%;
  left: -15%;
  z-index: 110;
  width: max-content;
  display: none;
  flex-direction: column;
  width: 1215px;
}
.menu .regions_menu .list .subgroup {
  font-size: 15px;
  color: #1968a8;
}
.menu .regions_menu:hover .list {
  display: flex;
}
.menu .regions_menu .list a {
  padding-bottom: 8px;
  font-size: 15px;
  display: block;
  font-family: "Montserrat";
  color: #323232;
}
.menu .regions_menu .list a:hover {
  color: #1968a8;
}
.menu .regions_menu .padd_top_bottom {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.menu .regions_menu .name_region {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  padding-bottom: 14px;
}
.menu .regions_menu .add_tours {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.menu .regions_menu .add_tours a {
  padding: 10px 33px 10px 0;
}
.menu .regions_menu .add_tours i {
  color: #4b77d8;
  padding-right: 6px;
  font-size: 17px;
}
.menu .social {
  width: 100px;
  justify-content: space-between;
}
.menu .social a {
  display: flex;
  align-items: center;
}
.menu .social .icon-vk {
  font-size: 12px;
}
.menu .social .icon-facebook {
  font-size: 18px;
}
.menu .social .icon-instagram {
  font-size: 18px;
}
.main_title {
  background-color: var(--main-color);
  float: left;
  width: 100%;
  height: 90px;
  display: flex;
}
.main_title h1 {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: 'AlegreyaSans';
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}
@media (max-width: 1250px) {
  div.menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .mobile-menu-button {
    padding-left: 0;
  }
  .header .logo-container {
    padding-top: 0;
  }
  .header-subtitle-logo {
    margin-top: 0;
  }
  .main_title {
    height: 65px;
  }
  .main_title h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 750px) {
  .main_title > div {
    background-image: none;
  }
}
@media (max-width: 480px) {
  .main_title h1 {
    font-size: 24px;
    line-height: 29px;
  }
  .main_title {
    height: 50px;
  }
}
/* Tablet menu */
.header .tablet-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  height: initial;
  display: none;
  background-color: #ffffff;
  z-index: 1;
}
/* Fixed header */
.header.header-fixed {
  position: fixed;
  top: 0;
  z-index: 150;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 300ms, opacity 300ms;
  box-shadow: 0px 0px 27px 0px rgba(25, 104, 168, 0.1);
  padding: 20px 0;
}
.header-fixed-wrap {
  display: flex;
  justify-content: space-between;
}
.header-fixed-wrap .right-block {
  display: flex;
}
.header-fixed-wrap .call-request {
  margin-right: 10px;
}
.header.header-fixed.shown {
  visibility: visible;
  opacity: 1;
}
.header-fixed .header-fixed-logo {
  max-width: 190px;
  display: flex;
  align-items: center;
}
.header-fixed-logo-mob {
  display: none;
}
.header-fixed .left-block {
  padding-left: 18px;
  display: flex;
  align-items: center;
}
.header-fixed .header-fixed-wrap__menu-btn {
  margin-right: 40px;
}
.header-fixed .menu-button {
  display: block;
  font-size: 20px;
  cursor: pointer;
  color: #000000;
}
.header-fixed .menu-button.opened {
  transform: rotate(90deg);
}
.header-fixed .contact-item {
  justify-content: flex-end;
}
.header-fixed .contact-item.phone {
  display: flex;
  padding: 0;
}
.header-fixed .contact-item.phone .search-page-link {
  margin-right: 16px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.header-fixed .contact-item.phone .search-page-link span {
  vertical-align: middle;
}
.header-fixed .contact-item.phone .search-page-link::before {
  content: none;
}
@media (min-width: 1251px) and (max-width: 1420px) {
  .header-fixed.hikes_datail .contact-item.phone .search-page-link {
    font-size: 13px;
  }
  .header-fixed.hikes_datail .contact-item.phone a:not(.search-page-link) {
    font-size: 13px;
  }
  .header-fixed.hikes_datail .contact-item.phone a:not(.search-page-link)::before {
    padding-right: 10px;
    font-size: 13px;
  }
}
@media (max-width: 1250px) {
  .header-fixed .contact-item.phone a:not(.search-page-link) {
    display: none;
  }
  .header-fixed .contact-item.phone .search-page-link {
    margin-right: 0;
  }
}
.header .subscribe::before {
  content: '\e942';
}
.fixed-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  height: initial;
  display: none;
  background-color: #ffffff;
}
.fixed-menu > div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.fixed-menu i.close-button {
  position: absolute;
  top: 20px;
  z-index: 420;
  right: 35px;
  cursor: pointer;
  color: var(--black-color);
  font-size: 14px;
}
.contact-item.phone {
  padding: 14px 29px 7px 0;
}
.contact-item.subscribe a {
  color: #1968a8;
}
.contact-item.call-request a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  border-bottom: none;
}
.contact-item.subscribe:hover, .header-fixed .contact-item.subscribe:hover a, .header-fixed .call-request:hover {
  color: var(--main-color);
}
#container_1 .fixed-menu-wrapper {
  position: fixed;
  top: 0;
  z-index: 390;
  width: 100%;
  height: 100vh;
  background-color: black;
  opacity: 0.8;
}
/* Menu-items */
.fixed-menu .menu-items {
  padding: 18px;
  color: var(--black-color);
  font-family: 'AlegreyaSans';
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.fixed-menu .menu-items .link a {
  color: var(--black-color);
}
.fixed-menu .menu-items .link a:hover {
  color: var(--main-color);
}
.fixed-menu .menu-items .item {
  padding: 10px 0;
  cursor: pointer;
}
.fixed-menu .menu-items .item:hover {
  color: var(--main-color);
}
.fixed-menu .menu-items .item i.icon {
  margin-right: 8px;
  transition: .3s;
}
.fixed-menu .menu-items .item.sub-menu::after {
  font-family: clubstrannik;
  content: '\e945';
  font-size: 16px;
  transition: .3s;
  cursor: pointer;
}
.fixed-menu .menu-items .item.sub-menu span {
  cursor: pointer;
  transition: .3s;
  margin-right: 7px;
}
.fixed-menu .menu-items .item.link a {
  flex-grow: 1;
  text-decoration: none;
}
.fixed-menu .menu-items .item.link:hover a {
  color: var(-main-color);
}
.header-menu .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1250px) {
  .header-subtitle-logo {
    margin-top: 10px;
  }
}
@media (max-width: 1250px) and (min-width: 769px) {
  .header-menu {
    padding: 15px 0;
  }
  .header-menu > .center_block {
    padding: 0;
    max-width: inherit;
  }
  .header-menu > img {
    height: 48px !important;
  }
  .header-menu .top_block {
    width: 80%;
    padding-left: 30px;
  }
  .header-menu .mobile-menu-button {
    padding-left: 0;
  }
  .header-menu .top_block .block {
    margin-right: 40px;
    flex-grow: 0;
    flex-basis: calc(20% - 40px);
  }
  .header-menu .logo-container {
    padding-top: 0;
    flex-grow: 2;
  }
  .header-menu .right-block {
    display: none;
  }
  .open-menu .header.header-fixed {
    transition: inherit;
  }
}
/* Menu-content */
.fixed-menu .menu-content .content {
  height: 100%;
  width: 100%;
  display: none;
}
.fixed-menu .menu-content .content.active {
  display: block;
}
.fixed-menu .menu-content .content .link {
  font-family: 'SourceSansPro';
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
}
.fixed-menu .menu-content .content .link a {
  color: var(--black-color);
  text-decoration: unset;
}
.fixed-menu .menu-content .content .link a:hover {
  color: var(--main-color);
}
.fixed-menu .menu-content .content .tour-types .link i{
  font-size: 16px;
}
.fixed-menu .menu-content .content.regions > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fixed-menu .menu-content .content.regions {
  background-color: #F4F8FA;
}
.fixed-menu .menu-content .content.regions .all-regions {
  padding: 35px 22px;
}
.fixed-menu .menu-content .content.regions .all-regions .title {
  margin-bottom: 18px;
  font-size: 19px;
  color: #1968a8;
}
.fixed-menu .menu-content .content.regions .all-regions .list .subgroup,
.fixed-menu .menu-content .content.regions .all-regions .region-group__list .subgroup {
  padding-bottom: 8px;
  font-weight: 500;
  color: var(--main-color);
}
.fixed-menu .menu-content .content.regions .tour-types {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #FFFFFF;
  background-color: transparent;
  padding: 0;
}
.fixed-menu .menu-content .content.regions .regions_list_block .list_regions,
.fixed-menu .menu-content .content:not(.regions) {
  padding: 40px 40px 25px 40px;
  background-color: #F4F8FA;
  float: left;
}
.fixed-menu .menu-content .content.search .editors .label {
  margin-bottom: 6px;
  font-size: 18px;
}
.fixed-menu .menu-content .content.search .editors .editor {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border: 1px solid #e2e3e7;
  border-radius: 5px;
  cursor: pointer;
}
.fixed-menu .menu-content .content.search .editors .editor input {
  font-size: 16px;
}
.fixed-menu .menu-content .content.search .editors .editor.selectbox {
  justify-content: space-between;
}
.fixed-menu .menu-content .content.search .editors .editor.selectbox input {
  cursor: pointer;
}
.fixed-menu .menu-content .content.search .editors .editor.selectbox::after {
  content: '\e932';
  font-family: 'clubstrannik';
  font-size: 7px;
  color: #608cd7;
}
.fixed-menu .menu-content .content.search .buttons button {
  width: 100%;
  height: 35px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}
.fixed-menu .menu-content .content.search .buttons button.find {
  background-color: #4b7ad4;
}
.fixed-menu .menu-content .content.search .buttons button.clear {
  background-color: #3b4e88;
}
.fixed-menu .bottom .bottom_social {
  display: flex;
}
@media (max-width: 1640px) and (min-width: 1251px) {
  .fixed-menu .menu-content .content.regions .all-regions {
    padding: 35px 17px;
  }
  .fixed-menu .menu-content .content.regions .all-regions > div {
    padding: 0 5px;
  }
}
@media (max-width: 1250px) {
  .fixed-menu .menu-content .content.regions .all-regions {
    width: calc(100% + 6px);
    margin-left: -3px;
    margin-right: -3px;
    padding: 35px 0;
  }
  .fixed-menu .menu-content .content.regions .all-regions > div {
    padding: 0 3px;
  }
  .fixed-menu .menu-content .content.regions .all-regions .title {
    font-size: 12px;
  }
  .fixed-menu .menu-content .content.regions .all-regions .list .subgroup,
  .fixed-menu .menu-content .content.regions .all-regions .region-group__list .subgroup {
    font-size: 10px;
  }
  .fixed-menu .menu-content .content .link {
    font-size: 16px;
    line-height: 22px;
  }
  .fixed-menu .menu-content .content.search .editors .label {
    font-size: 13px;
  }
  .fixed-menu .menu-content .content.search .editors .editor input {
    font-size: 10px;
  }
  .fixed-menu .menu-content .content.search .buttons button {
    font-size: 9px;
  }
}
/* Bottom */
.fixed-menu .bottom {
  height: 70px;
  display: flex;
  align-items: center;
}
.fixed-menu .bottom .bottom_block {
  height: 100%;
  display: flex;
  align-items: center;
}
.fixed-menu .bottom .email {
  padding: 0 18px;
  font-family: 'SourceSansPro';
  font-size: 14px;
  font-weight: 600;
  color: var(--main-color);
  display: flex;
  align-items: center;
}
.fixed-menu .bottom .email i {
  margin-right: 8px;
  font-size: 24px;
  transition: .3s;
}
.fixed-menu .bottom .email a {
  text-decoration: none;
  color: var(--main-color);
  text-decoration: underline;
}
.fixed-menu .bottom .email:hover, .fixed-menu .bottom .email:hover a {
  color: var(--black-color);
  text-decoration: unset;
}
.fixed-menu .bottom .bottom_address_and_social {
  display: flex;
  justify-content: space-between;
}
.fixed-menu .bottom .bottom_address_and_social a {
  font-size: 24px;
  color: var(--main-color);
  text-decoration: none;
  margin-left: 10px;
}
.fixed-menu .bottom .bottom_address_and_social a:hover {
  color: var(--black-color);
}
.fixed-menu .bottom .bottom_address {
  display: flex;
  align-items: center;
}
.fixed-menu .bottom .bottom_address i {
  font-size: 20px;
  color: var(--black-color);
  margin-right: 10px;
}
.fixed-menu .bottom .bottom_address span {
  font-family: 'SourceSansPro';
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--black-color);
}
.just_space_between {
  display: flex;
  justify-content: space-between;
}
/* Footer */
.footer-main {
  z-index: -1;
}
.center-block-map {
  margin: 0 auto;
  width: 100%;
  z-index: 100;
}
.footer-main-wrap {
  width: 100% !important;
  margin: 0 !important;
}
.flex-position-logo {
  display: flex;
  justify-content: center;
  padding: 50px 0 30px;
}
.regions_list_block .list_regions {
  line-height: 2.1;
  padding-top: 40px;
}
.regions_list_block .list_regions .title {
  font-family: 'AlegreyaSans';
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #181818;
  margin-bottom: 10px;
}
.regions_list_block .list_regions .list .subgroup {
  color: #1968a8;
}
.regions_list_block .list_regions .link {
  margin-bottom: 12px;
}
.regions_list_block .list_regions .link:last-child {
  margin-bottom: 0;
}
.regions_list_block .list_regions .link a {
  text-decoration: none;
  transition: 0.3s color;
  font-family: 'SourceSansPro';
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #181818;
}
.regions_list_block .tour-types {
  background: #F6F2EE;
  width: 100%;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  float: left;
  padding: 0 20px;
}
.footer-main .tour-types {
  margin: 40px 0;
}
.regions_list_block .tour-types .link {
  padding: 18px;
  font-family: 'AlegreyaSans';
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.regions_list_block .tour-types .link a {
  color: #181818;
  cursor: pointer;
  text-decoration: none;
  font-family: 'AlegreyaSans';
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.regions_list_block .tour-types .link a i {
  font-size: 24px;
  margin-right: 10px;
}
.regions_list_block .tour-types .link a:hover,
.regions_list_block .list_regions .link a:hover {
  color: var(--main-color);
}
.footer-main-content {
  background-color: #757472;
  color: #ffffff;
  padding-top: 20px;
}
.footer-main-content a {
  color: #ffffff;
}
.list_links_footer a {
  color: #ffffff;
  text-decoration: none;
}
.list_links_footer a:hover {
  color: var(--main-color);
}
.footer-address-title {
  font-family: 'AlegreyaSans';
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}
.footer-address-text {
  font-family: 'SourceSansPro';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-right: 45px;
}
.padd-bottom {
  float: left;
  padding-bottom: 8px;
  width: 100%;
}
a.padd-bottom {
  color: #ffffff;
  text-decoration: none;
  padding-top: 8px;
}
.padd-bottom .mini-title {
  padding-right: 8px;
}
.mini-title-days {
  width: auto !important;
}
.telephon-footer {
  float: left;
  color: #ffffff;
  text-decoration: none;
  font-family: 'SourceSansPro';
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
.telephon-footer:hover {
  color: var(--main-color);
  transition: color 0.3s !important;
}
.footer-phone-online, .footer-email-director  {
  display: block;
  font-family: 'SourceSansPro';
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  float: left;
}
.footer-phone-online {
  width: 210px;
  max-width: 100%;
  border-radius: 5px;
  padding: 8px 0;
  background: #00D2EF;
  margin-bottom: 20px;
  border: 2px solid #00D2EF;
}
.footer-phone-online:hover {
  color: #00D2EF;
  background-color: transparent;
}
.footer-email-director {
  width: 235px;
  max-width: 100%;
  border-radius: 5px;
  padding: 8px 0;
  background: #14B5E8;
  border: 2px solid #14B5E8;
}
.footer-email-director:hover {
  color: #14B5E8;
  background-color: transparent;
}
.a-email-footer {
  margin-bottom: 16px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.a-email-footer i {
  font-size: 25px;
  margin-right: 7px;
}
.a-email-footer span {
  text-decoration: underline;
}
.a-email-footer .icon-Convert1 {
  padding-right: 10px;
  font-size: 15px;
}
.a-email-footer:hover, a.padd-bottom:hover {
  color: var(--main-color);
}
.img_sertif {
  display: flex;
  margin: 20px 0 0;
}
.img_sertif img {
  height: 80px;
  padding-right: 8px;
}
.footer-main .main_content {
  border-bottom: 2px solid #D9D9D9;
  width: 100%;
}
.footer-main  .footer-info {
  width: 100%;
}
.link-use_site {
  width: 100%;
  float: right;
  text-align: right;
}
.footer-main-content .disp_flex_center {
  display: flex;
  align-items: center;
}
.footer-main-content .logo_pay {
  display: flex;
  float: left;
  width: 57%;
  padding: 24px 0 0px;
}
.footer-main-content .logo_pay img {
  display: block;
  margin-right: 4px;
  padding: 6px 7px;
  background: #ffffff;
  height: 30px;
  width: 44px;
  border-radius: 5px;
}
.footer-main-content .icons a {
  text-decoration: none;
  padding-right: 15px;
  align-items: center;
  display: flex;
  font-size: 25px;
}
.footer-main-content .icons a:last-child {
  padding-right: 0;
}
.footer-main-content .icons a .icon-vk {
  font-size: 9px;
}
.footer-main-content .icons a .icon-facebook {
  font-size: 15px;
}
.footer-main-content .icons a .icon-instagram {
  font-size: 15px;
}
.footer-main-content .icons a:hover {
  color: var(--main-color);
}
.footer-main-content .padd_contacts {
  padding-left: 15px;
  float: left;
}
.footer-main-content .icons {
  float: left;
  padding: 25px 0 0;
  display: flex;
  text-align: center;
}
.footer-main-content .onpeak_link {
  float: right;
  color: #FFF;
  font-family: 'SourceSansPro';
  font-size: 16px;
  font-weight: 400;
}
.footer-main-content .onpeak_link:hover {
  color: var(--main-color);
}
.footer-main-content .copy {
  font-family: 'SourceSansPro';
  font-size: 16px;
  font-weight: 400;
}
.footer-main-content .link_docs a {
  color: #FFF;
  display: block;
  padding-bottom: 5px;
  font-family: 'SourceSansPro';
  font-size: 16px;
  font-weight: 400;
}
.footer-main-content .link_docs a:hover {
  color: var(--main-color);
}
.footer-main-content .block_pay {
  float: left;
}
.footer-main-content .block_docs {
  display: flex !important;
  align-items: flex-start;
}
.footer-main-content .col_sm_visible.block_docs {
  display: none !important;
}
.footer-main-content .list_links_footer li {
  white-space: nowrap;
}
.footer-main-content .list_links_footer li::before {
  content: none;
}
.subscribe-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 25px;
}
.footer-contact-btns {
  display: flex!important;
  flex-direction: column;
}
.our-contact-title {
  font-family: 'SourceSansPro';
  font-size: 19px;
  font-weight: 600;
}
.our-contact-bin {
  font-family: 'SourceSansPro';
  font-size: 19px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .fixed-menu .menu-items {
    font-size: 15px;
  }
  .fixed-menu .menu-items .item.sub-menu::after {
    font-size: 13px;
  }
  .footer-main-content .padd_contacts {
    padding-left: 0;
  }
  .footer-address-text {
    padding-right: 0;
  }
  .fixed-menu .regions_list_block .list_regions .title {
    font-size: 16px;
    line-height: 22px;
  }
  .fixed-menu .regions_list_block .list_regions .link a {
    font-size: 14px;
    line-height: 20px;
  }
  .fixed-menu .regions_list_block .list_regions .link {
    margin-bottom: 5px;
  }
  .fixed-menu .regions_list_block .tour-types .link a {
    font-size: 16px;
    line-height: 22px;
  }
  .fixed-menu .menu-content .content.regions .regions_list_block .list_regions,
  .fixed-menu .menu-content .content:not(.regions) {
    padding: 20px 20px 10px 20px;
  }
  .fixed-menu .bottom .email i,
  .fixed-menu .bottom .bottom_address_and_social a {
    font-size: 20px;
  }
  .fixed-menu .bottom .email {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .flex-position-logo {
    padding-bottom: 20px;
  }
  .header .logo-container > img,
  .flex-position-logo img {
    max-width: 320px;
  }
  .regions_list_block .list_regions {
    padding-top: 10px;
  }
  .subscribe-text {
    font-size: 1.5vw;
  }
  .footer-main-content .logo_pay img {
    width: auto;
    max-width: 48px;
  }
  .img_sertif {
    margin-top: 5px;
  }
  .header-subtitle-logo {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .footer-main-content .col_sm_hidden.block_docs {
    display: none !important;
  }
  .footer-main-content .col_sm_visible.block_docs {
    display: flex !important;
  }
  .footer-main-content .padd_contacts {
    padding-left: 15px;
  }
  .subscribe-text {
    font-size: 18px;
  }
  .footer-main-content .block_docs {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-main-content .copy {
    font-size: 12px;
  }
  .footer-main-content .link_docs a {
    font-family: 'SourceSansPro';
    font-size: 12px;
    font-weight: 600;
    color: #D2FABF99;
    padding-bottom: 2px;
  }
  .main_title h1 {
    line-height: 30px;
  }
  .footer-certificates-and-contact {
    display: flex!important;
    align-items: flex-end;
  }
  .onpeak_link_mobile {
    float: left;
    width: 100%;
    margin-bottom: 100px;
  }
  .footer-info{
    padding-top: 20px;
  }
  .footer-certificates-and-contact-wrap {
    padding-bottom: 20px!important;
  }
  .fixed-menu {
    display: none!important;
  }
}
@media (max-width: 480px) {
  .footer-main-content {
    font-size: 12px;
  }
  .telephon-footer {
    display: block;
    width: 100%;
    font-size: 20px;
  }
  .link_docs{
    font-size: 14px;
  }
  .footer-address-text {
    padding-right: 55px;
  }
  .footer-email-and-payment.col_xs_visible  {
    padding: 20px 5px!important;
    display: flex!important;
    flex-direction: column;
  }
  .footer-icons i {
    color: var(--main-color);
  }
  .footer-icons-title {
    color: var(--main-color);
    font-family: 'SourceSansPro';
    font-size: 20px;
    font-weight: 600;
    margin-right: 12px;
  }
  .footer-main-content .onpeak_link span {
    font-weight: 600;
  }
  .header .logo-container > img,
  .flex-position-logo img {
    max-width: 220px;
  }
  .header-subtitle-logo {
    max-width: 200px;
  }
  .a-email-footer {
    padding-top: 0;
  }
  .a-email-footer + .opening_hours {
    font-size: 12px;
    line-height: 15px;
    max-width: 193px;
  }
}
/* Mobile menu */
.header-menu-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  box-shadow: 0px 4px 10px 0px #1818180D;
}
.header-menu-mobile .phone, .header-menu-mobile .close {
  padding: 0;
  color: var(--black-color);
}
.header-menu-mobile .close {
  font-size: 12px;
  padding-right: 10px;
}
.header-menu-mobile .phone a {
  color: var(--black-color);
  text-decoration: none;
  font-size: 21px;
}
.header-menu-mobile .logo-header {
  flex-grow: 1;
  display: flex;
  padding: 0 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-menu-mobile .logo-header a {
  display: flex;
  width: 100%;
}
.header-menu-mobile .logo-header .header-subtitle-logo {
  max-width: 175px;
}
.mobile-menu-container {
  float: left;
  padding: 25px 15px;
}
.search-row {
  background-color: #F4F8FA;
  border-radius: 5px;
  margin-bottom: 10px;
}
.search-row__form {
  display: flex;
}
.search-row__input {
  flex-grow: 1;
  padding: 10px 15px;
  font-size: 14px;
}
.search-row__button {
  padding: 0 15px 0 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--black-color);
}
.search-row__hints {
  position: absolute;
  top: calc(100% + 3px);
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid var(--light-color);
  visibility: hidden;
}
.search-row__hints_visible {
  visibility: visible;
}
.search-row__hint {
  padding: 3px 15px;
  font-size: .9rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-menu-links {
  padding: 15px 15px 0;
}
.mobile-menu-links .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.mobile-menu-links .item .icon {
  font-size: 24px;
  color: var(--black-color);
  max-width: 40px;
}
.mobile-menu-links .item .label a {
  font-family: 'AlegreyaSans';
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: var(--black-color);
}
.mobile-menu-links .item.active .label a {
  color: #333333;
}
.mobile-menu-links .item .sub-menu {
  display: none;
}
.mobile-menu-links .item.active .sub-menu {
  display: block;
}
.mobile-menu-links .item .sub-menu .sub-menu-label a {
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--light-text-color);
}
.mobile-menu-links .item .sub-menu.in .sub-menu-label {
  padding-left: 10px;
}
.mobile-menu-links .item .sub-menu .sub-menu-content {
  display: none;
}
.mobile-menu-links .item .sub-menu.active .sub-menu-content {
  display: block;
}
.mobile-menu-links .item .sub-menu.active .sub-menu-content .sub-menu-links {
  padding-left: 15px;
}
.mobile-menu-links .item .sub-menu.active .sub-menu-content .sub-menu-links ul li::before {
  content: none;
}
.mobile-menu-links .item .sub-menu.active .sub-menu-content .sub-menu-links ul a {
  font-weight: 500;
  text-decoration: none;
  color: var(--main-color);
}
.mobile-menu-links .item .sub-menu.active .sub-menu-content .sub-menu-links ul a::before {
  content: '';
  display: inline-block;
  width: .3rem;
  height: .3rem;
  margin-right: 3px;
  background-color: var(--main-color);
  border-radius: 50%;
  vertical-align: middle;
}
.mobile-menu-contacts {
  padding: 0 15px;
  color: var(--additional-blue-color);
}
.mobile-menu-contacts .opening_hours {
  color: #181818;
  margin-bottom: 17px;
  max-width: 255px;
  float: left;
}
.mobile-menu-contacts > div {
  padding: 25px 15px 15px 15px;
  float: left;
  width: 100%;
  border-top: 1px solid #F4F8FA;
}
.mobile-menu-contacts > div > :first-child {
  margin-bottom: 17px;
}
.mobile-menu-contacts a {
  text-decoration: none;
  color: var(--additional-blue-color);
  display: flex;
  align-items: center;
  font-family: 'SourceSansPro';
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.mobile-menu-contacts a > span {
  display: inline-block;
  font-size: 24px;
  width: 40px;
}
.mobile-menu-icons {
  padding: 20px 30px;
  display: flex;
  align-items: flex-end;
}
.mobile-menu-icons span {
  font-family: 'SourceSansPro';
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: var(--black-color);
  margin-right: 15px;
}
.mobile-menu-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--additional-blue-color);
  font-size: 24px;
}
.mobile-menu-icons a:hover {
  color: #ffffff;
}
.mobile-menu-icons a:not(:last-child) {
  margin-right: 10px;
}
.mobile-menu-icons a .icon-vk {
  font-size: .7rem;
}
.mob_pay_footer img {
  margin: 0 0 6px 0;
}
.mob_pay_footer {
  flex-direction: row;
}
.mob_pay_phone{
  font-weight: 700;
  font-size: 18px;
}
.mob_pay_label{
  font-weight: 400;
  font-size: 10px;
}
.select_time_countplace {
  display: none;
}
.public_offert_wrap {
  text-align: left;
  margin-bottom: 15px;
  padding: 20px 0;
}
.subscribe-form-container {
  max-width: 100%;
  float: left;
  padding: 20px;
  background: #6D6D6D;
  border-radius: 3px;
  font-family: 'SourceSansPro';
}
input[type="text"].input-footer {
  float: left;
  max-width: 100%;
  font-family: 'SourceSansPro';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #FFF;
  color: #979797;
  display: block;
  margin-bottom: 18px;
  padding: 8px 10px;
  border-radius: 5px;
  width: 220px;
}
.subscribe-btn { 
  width: 220px;
  max-width: 100%;
  border-radius: 5px;
  padding: 8px;
  background: #38DCD2;
  border: 2px solid #38DCD2;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  text-decoration: unset;
  cursor: pointer;
}
.subscribe-alert {
  font-family: 'SourceSansPro';
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
}
.subscription-form .form-agreements a {
  text-decoration: underline;
}
.subscribe-alert a:hover {
  color: var(--main-color);
}
.subscription-form {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.subscription-form .form-agreements {
  margin-bottom: 15px;
}

.subscription-form .form-agreements label:before {
  border: 1px solid #FFFFFF;
}

.subscription-form .form-agreements input:checked + label:before {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: var(--main-color);
}

.subscribe-widget__condition.form-agreements {
  margin: 15px 0;
}
.subscribe-btn:hover {
  color: #38DCD2;
  background-color: transparent;
}
.certificates-title {
  font-family: 'SourceSansPro';
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .footer-callback-block {
    padding-left: 0!important;
  }
}
@media (max-width: 768px) {
  .public_offert_wrap {
    padding: 10px 0;
    margin-bottom: 0;
  }
  .public_offert_wrap > span {
    display: flex;
    flex-direction: column;
  }
  .public_offert_wrap > span .public_offert {
    margin-left: 0;
    margin-top: 10px;
  }
}
.public_offert {
  text-transform: uppercase;
  background-color: #404040;
  color: #FFF;
  padding: 4px 15px;
  border-radius: 5px;
  white-space: nowrap;
  font-family: 'SourceSansPro';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 10px;
  width: fit-content;
}
.color_red {
  color: #e33627;
}
@media (max-width: 1250px) {
  .header .mobile-phone,
  .header .right-block .contact-item.phone a {
    display: none;
  }
  .header-menu .right-block {
    display: block;
    height: auto;
  }
  .header .right-block .contact-item.phone {
    display: flex;
    padding: 0;
  }
  .header-menu {
    box-shadow: 0px 4px 10px 0px #1818180D;
    margin-bottom: 15px;
  }
  .header-fixed .header-fixed-logo {
    display: none;
  }
  .header-fixed-logo-mob {
    max-width: 190px;
    display: flex;
    align-items: center;
  }
  .header-fixed .left-block {
    padding-left: 0;
  }
  .header-fixed .header-fixed-wrap__menu-btn {
    margin-right: 0;
  }
}
@media (max-width: 1250px) and (min-width: 769px) {
  .header-menu .top_block {
    width: 100%;
    padding-left: 0;
  }
  .header-menu .top_block .block {
    margin-right: 0;
    flex-basis: auto;
  }
  .header-menu .logo-container {
    flex-grow: 0;
  }
  .header-menu > .center_block {
    padding: 0 30px;
    max-width: inherit;
  }
  .header-fixed .header-fixed-wrap__menu-btn {
    margin-right: 0;
    padding-left: 30px;
    flex-basis: 25%;
  }
}
@media (max-width: 768px) {
  .subscribe-form-container {
    border-color: #4588bd;
  }
}
.subscribe-widget {
  z-index: 1000;
  --default-size: 52px;
  --transition-duration: 400ms;
  --padding-vertical: 23px;
  --padding-horizontal: 30px;
}
.subscribe-widget__wrapper {
  position: fixed;
  bottom: 56px;
  right: 130px;
  width: var(--default-size);
  height: var(--default-size);
  background-color: #ffffff;
  border-radius: 50%;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .33));
  transition: width var(--transition-duration), height var(--transition-duration), border-radius var(--transition-duration);
}
.coockies-not-accepted .subscribe-widget__wrapper {
  bottom: 86px;
}
.subscribe-widget__form {
  transform: scale(0);
  width: 100%;
  height: 100%;
  padding: var(--padding-vertical) var(--padding-horizontal);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: transform var(--transition-duration), opacity calc(var(--transition-duration) / 2);
}
.subscribe-widget__input {
  height: 40px;
  padding: 5px 10px;
  border-bottom: 1px solid #E3E8EA;
  font-family: 'SourceSansPro';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
}
.subscribe-widget__input::placeholder {
  color: #979797;
}
.subscribe-widget__submit {
  height: 40px;
  background-color: #38DCD2;
  border: 2px solid #38DCD2;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: 'SourceSansPro';
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 5px;
}
.subscribe-widget__submit:hover {
  background-color: transparent;
  color: #38DCD2;
}
.subscribe-widget__condition {
  font-family: 'SourceSansPro';
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
  color: var(--black-color);
}
.subscribe-widget__condition a {
  color: var(--black-color);
  font-weight: 600;
}
.subscribe-widget__condition a:hover {
  color: var(--additional-blue-color);
}
.subscribe-widget__title {
  display: flex;
  align-items: center;
  font-family: 'AlegreyaSans';
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--black-color);
  margin-bottom: 20px;
}
.subscribe-widget__title i {
  font-size: 30px;
  color: var(--black-color);
  margin-right: 10px;
}
.subscribe-widget__text {
  font-family: 'SourceSansPro';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 10px;
}
.subscribe-widget__close {
  position: absolute;
  top: 15px;
  right: 15px;
  transform: rotate(45deg);
  --size: 16px;
  width: var(--size);
  height: var(--size);
  --stroke-width: 2px;
  cursor: pointer;
}
.subscribe-widget__close::before,
.subscribe-widget__close::after {
  content: '';
  display: block;
  background-color: var(--black-color);
}
.subscribe-widget__close::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: var(--stroke-width);
}
.subscribe-widget__close::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--stroke-width);
  height: 100%;
}
@media (max-width: 576px) {
  .coockies-not-accepted .subscribe-widget__wrapper {
    bottom: 103px;
  }
  .coockies-not-accepted .mobile-bottom-line {
    height: 175px;
  }
}
@media (max-width: 480px) {
  .subscribe-widget__form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .subscribe-widget__close {
    top: 8px;
    right: 8px;
  }
  .subscribe-widget__title {
    font-size: .98rem;
    letter-spacing: -.2px;
  }
  .subscribe-widget__text {
    font-size: .98rem;
    line-height: 1.2;
  }
}
.subscribe-widget__button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: var(--default-size);
  height: var(--default-size);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: opacity var(--transition-duration), visibility 0s, background-color 0s var(--transition-duration);
  background-color: #FFFFFF;
  color: var(--main-color);
  font-size: 54px;
}
.subscribe-widget__button:hover {
  transform: scale(1.05);
}
.subscribe-widget__hint {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  right: calc(100% + 30px);
  padding: 10px 14px;
  white-space: nowrap;
  background: #ffffff;
  border-radius: 3px;
  visibility: visible;
  transition: visibility 0s var(--transition-duration);
}
.subscribe-widget__hint::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  --size: 12px;
  width: var(--size);
  height: var(--size);
  background: #ffffff;
}
.subscribe-widget__wrapper:hover .subscribe-widget__hint {
  display: block;
}
.subscribe-widget.active .subscribe-widget__wrapper {
  width: calc(100vw - 30px);
  max-width: 350px;
  height: auto;
  border-radius: 9px;
}
.subscribe-widget.active .subscribe-widget__form {
  transform: scale(1);
  opacity: 1;
  transition: transform var(--transition-duration), opacity calc(var(--transition-duration) / 2) calc(var(--transition-duration) / 2);
}
.subscribe-widget.active .subscribe-widget__button {
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-duration), visibility 0s var(--transition-duration);
}
.subscribe-widget.active .subscribe-widget__hint {
  visibility: hidden;
  transition: visibility 0s;
}
@media (max-width: 480px) {
  .subscribe-widget__hint {
    display: none !important;
  }
}
.region_closed {
  opacity: .3;
}
/* Region groups */
.list_regions .region-group_0 {
  grid-area: var(--sng);
}
.list_regions .region-group_1 {
  grid-area: var(--eur);
}
.list_regions .region-group_2 {
  grid-area: var(--afr);
}
.list_regions .region-group_3 {
  grid-area: var(--ame);
}
.list_regions .region-group_4 {
  grid-area: var(--asi);
}
.list_regions .region-group_5 {
  grid-area: var(--oce);
}
.list_regions .region-group_6 {
  grid-area: var(--pol);
}
.regions-grid.list_regions {
  --sng: g_0;
  --eur: g_1;
  --afr: g_2;
  --ame: g_3;
  --asi: g_4;
  --oce: g_5;
  --pol: g_6;
  display: grid !important;
  grid-template-areas: "g_0 g_1 g_2 g_3 g_4 g_5" "g_0 g_1 g_2 g_3 g_4 g_6";
  grid-template-rows: max-content;
  row-gap: 20px;
  justify-content: space-between;
}
.regions_list_block .list_regions {
  margin-top: 0;
}

@media (max-width: 576px) {
  .b24-widget-button-position-bottom-right .b24-widget-button-popup {
    display: none!important;
  }
  .b24-widget-button-wrapper.b24-widget-button-position-bottom-right{
    bottom: 7px;
    right: 15px;
  }
  .subscribe-widget__wrapper{
    bottom: 15px;
    right: 90px;
  }
  .subscribe-widget.active .subscribe-widget__wrapper{
    width: auto;
    left: 10px;
    bottom: 95px;
    right: 10px;
  }
}
.head-regions {
  margin-bottom: 40px;
}

.menu .regions_menu .list .regions_list_block .tour-types {
  padding: 0 62px;
}

.b24-widget-button-inner-block {
  background-color: #00C3DE !important;
}

.mobile-bottom-line,
.scroll-top .scroll-top__mobile {
  display: none;
}

.z-callme-widget {
  visibility: unset!important;
}

@media (max-width: 576px) {
  .mobile-bottom-line {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 140;
  }
  .scroll-top .icon-Arrow-l-up {
    position: absolute;
    bottom: -11px;
    left: 0;
  }
  .scroll-top > i {
    width: 56px !important;
    height: 56px !important;
  }
  .z-callme-widget.callme .callme__content {
    bottom: 5px;
  }
  .scroll-top .icon-Arrow-l-up:before {
    content: url("/public/images/arrow_to_top.svg");
  }
  .scroll-top .scroll-top__mobile {
    align-items: center;
    justify-content: center;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    border-radius: 17px;
    padding: 9px 15px;
    background: white;
  }
  .scroll-top .scroll-top__mobile span{
    font-family: 'SourceSansPro';
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-left: 10px;
  }

  .connecting-phone-ico i,
  .done-ico i {
    margin: 0 !important;
  }
  .connecting-phone-ico,
  .done-ico {
    font-size: 32px !important;
  }
}


body .z-callme-widget.callme.callme--square {
  position: fixed;
  bottom: 62px;
  right: 137px;
  z-index: 10100;
}
body.coockies-not-accepted .z-callme-widget.callme.callme--square{
  bottom: 92px;
}
@media (max-width: 576px) {
  body .z-callme-widget.callme.callme--square {
    position: fixed;
    bottom: 13px;
    right: 90px;
    z-index: 10100;
  }
  body.coockies-not-accepted .z-callme-widget.callme.callme--square{
    bottom: 112px;
  }
  body .z-callme-widget.callme.callme--square > div,
  body .z-callme-widget.callme.callme--square > div:hover {
    padding: 7px 0px !important;
  }
  .z-callme-widget.callme.callme--square .callme__content {
    border-radius: 100px !important;;
  }
  .z-callme-widget.callme.callme--square .callme__icon {
    width: 46px !important;
    height: 32px !important;
  }
  .z-callme-widget .icon-default-phone-ico:before {
    content: url("/public/images/footer_phone.svg") !important;
  }
  .z-callme-widget.callme.callme--square .callme__icon__text {
    display: none;
  }
}

.call-fixed {
  position: fixed;
  bottom: 52px;
  right: 150px;
  z-index: 145;
}

.call-fixed.coockies-not-accepted {
  bottom: 95px;
}

.call-fixed a {
  background-color: var(--main-color);
  color: #FFFFFF;
  font-family: 'SourceSansPro';
  font-size: 16px;
  height: 56px;
  width: 210px;
  border-radius: 30px;
  text-decoration: unset;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.call-fixed a:hover {
  color: #FFFFFF;
  background-color: #37D8FF;
}

.call-fixed a::before {
  content: '\e92e';
  font-family: 'clubstrannik';
}

.call-fixed:hover .call-fixed__notice {
  display: flex;
  position: absolute;
  top: -130%;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  z-index: 2;
  padding: 10px;
  width: max-content;
  max-width: 420px;
  font-size: 12px;
  line-height: 14px;
  justify-content: space-between;
}

.call-fixed__content {
  position: relative;
}

.call-fixed__notice {
  display: none;
}

@media (max-width: 576px) {
  .call-fixed {
    bottom: 18px;
    right: 20%
  }

  .call-fixed a {
    font-size: 14px;
    height: 44px;
    width: 180px;
  }

  .call-fixed:hover .call-fixed__notice {
    top: -157%;
  }

  .call-fixed.coockies-not-accepted {
    bottom: 146px;
  }
}