@import '/templates/viza/css/b-rub/stylesheet.min.css';

*,
::after,
::before {
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 320px;
  max-width: 100%;
  background-color: #fff;
  font-family: 'Proxima Nova', 'Helvetica Neue', 'Helvetica', 'Arial',
    sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #3b3c51;
  overflow-x: hidden;
  overflow-y: scroll;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

body > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.greybg {
  background-color: #f5f5f6;
}

.clr {
  border: medium none;
  clear: both;
  display: block;
  float: none;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

strong {
  font-weight: 700;
}

.centerBlock {
  width: 100%;
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.toppanel {
  position: relative;
  z-index: 15;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #8e92a1;
  border-bottom: 1px solid #e9e9eb;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.toppanel.error_page {
  top: 0;
}
.toppanel.panel_padding {
  top: 0;
}
.toppanel.spb_padding {
  top: 60px;
}
.toppanel.krd_padding {
  top: 120px;
}
.toppanel.msk_padding {
  top: 160px;
}
.toppanel.nino_padding {
  top: 60px;
}

.mobile_br {
  display: none;
}

.toppanel.sticky {
  position: fixed;
    top: 0;
    left: 0;
  background-color: #fff;
  z-index: 15;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
  box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
}
.toppanel.panel_padding.sticky,
.toppanel.krd_padding.sticky,
.toppanel.msk_padding.sticky {
  top: 44px;
    z-index: 100;
}

.toppanel .centerBlock {
  position: relative;
}

.toppanel .mod_geocity {
  float: left;
  margin-top: 0;
  vertical-align: top;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 380px;
}

.card_icon {
  display: table-cell;
  width: 140px;
  height: 42px;
  background-image: url(../images/card_icons.png);
  background-position: center;
  background-repeat: no-repeat;
}

.toppanel ul.menu.lastmenu {
  float: right;
  margin: 0;
    display: flex;
    justify-content: space-between;
}

.toppanel ul.menu li {
  display: inline-block;
  margin: 0 10px;
}

.toppanel ul.menu li a {
  color: #242747;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
    white-space: nowrap;
}

.toppanel ul.menu li a:hover,
.toppanel ul.menu li.active a,
.toppanel ul.menu li.active span {
  color: #f8a900;
    white-space: nowrap;
}

.menu_back span {
    display: none;
}
.item-267 {
    display: none !important;
}
.bg_top .toppanel:not(.sticky) ul.menu li .nav-child a {
    color: #242747;
}
.toppanel ul.menu li .nav-child {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 0;
    border: 1px solid #f1f1f3;
    -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
    -moz-box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
    box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
    width: 500px;
    display: none;
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
}
.toppanel ul.menu li.parent {
    padding-right: 12px;
    position: relative;
}

.bg_top .toppanel:not(.sticky) ul.menu li.parent:before {
    background-image: url(../images/arrow_down_white.png);
}
.toppanel ul.menu li.parent:before {
    background-image: url(/templates/viza/images/arrow_down.png);
    content: '';
    display: block;
    width: 8px;
    height: 5px;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 10px;
}
.toppanel ul.menu li.parent:hover .nav-child {
    display: grid;
}
.toppanel ul.menu li .nav-child li a img {
    margin-right: 10px;
}
.toppanel ul.menu li .nav-child li {
    padding: 5px 0;
    display: block;
}
.toppanel ul.menu li .nav-child::-webkit-scrollbar {
    width: 9px;
}
.toppanel ul.menu li .nav-child::-webkit-scrollbar-track {
    background: #fff;
}
.toppanel ul.menu li .nav-child::-webkit-scrollbar-thumb {
    background-color: #a3a5bb;
    border-radius: 5px;
    border: 2px solid #fff;
}

.mod_geocity .select_city_container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  white-space: nowrap;
  flex: none;
}

.mod_geocity .select_city {
  color: #1f31a3;
  font-weight: 700;
  text-decoration: none;
  padding-right: 13px;
  margin-right: 9px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mod_geocity .select_city::before {
  content: '';
  display: block;
  width: 8px;
  height: 5px;
  background-image: url(../images/arrow_down.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 8px;
}

.mod_geocity .select_city span {
  border-bottom: 1px dotted #1f31a3;
}

.mod_geocity .select_city:hover {
  color: #f8a900;
}

.mod_geocity .select_city:hover span {
  border-bottom: 1px dotted #f8a900;
}

.mod_geocity .address {
  font-size: 13px;
  white-space: nowrap;
    width: 170px;
    overflow: hidden;
}

.header {
  clear: both;
  min-height: 120px;
}

.header .centerBlock {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_left {
  display: flex;
  align-items: center;
  width: 43%;
  height: 130px;
}

.custom_bepartner p {
  font-size: 14px;
  color: #999;
}

.header_right {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 57%;
}

.custom_top_social {
  text-align: center;
  font-size: 0.75em;
}
.custom_top_social p {
  margin-bottom: 10px;
}
.custom_top_social a {
  display: inline-block;
  margin: 0 10px;
}

.header_right ul.menu {
  text-align: right;
}

.header_right ul.menu li {
  display: inline-block;
  margin-left: 20px;
  list-style: none;
}

.header_right ul.menu li:first-child {
  margin-left: 0;
}

.header_right ul.menu li a,
.header_right ul.menu li span {
  color: #2544c3;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header_right ul.menu li span {
  text-decoration: none;
}

.header_right ul.menu li a:hover,
.header_right ul.menu li.active a,
.header_right ul.menu li.active span {
  color: #f8a900;
}

.custom_logo {
  display: inline-block;
  vertical-align: middle;
}

.mod_geolocation {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}

.header_left .mod_geolocation .top_phones {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(255, 180, 0, 0.5);
}
.main .header_left .mod_geolocation .top_phones {
  background-color: rgba(255, 180, 0, 0.5);
}

.header_left .mod_geolocation .top_phones p {
  font-size: 1em;
  color: #8e92a1;
  margin: 7px 0;
}
.header_left .mod_geolocation .top_phones.nomargin p {
  margin: 0;
}
.header_left .mod_geolocation .top_phones p.top_phones_hours {
  text-align: center;
  font-size: 0.875em;
}

.header_left .mod_geolocation .top_phones a {
  font-weight: 700;
  font-size: 1.125em;
  color: #242747;
  letter-spacing: 1px;
}

.header_left .mod_geolocation .top_phones a:hover {
  color: #f8a900;
}

.custom_partner {
  font-size: 13px;
  color: #747474;
  margin-top: 7px;
}

.custom_phone {
  margin-top: 12px;
  width: 180px;
}

.custom_phone table td {
  padding-top: 3px;
  padding-bottom: 3px;
}

td.phone_first {
  background-image: url(../images/ico_iphone.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 13px;
}

td.phone_first p:first-child {
  font-size: 15px;
}

td.phone_second {
  background-image: url(../images/ico_phone.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  height: 25px;
}

.custom_phone a {
  color: #2a8ecf;
  text-decoration: none;
  border-bottom: 1px dashed #2a8ecf;
}

.custom_phone a:hover {
  border-bottom: 0;
}

.custom_map {
  float: right;
  margin-top: 12px;
}

.mainmenu {
  clear: both;
  margin-top: 30px;
}

.menu_destinations ul.menu {
  text-align: center;
  display: table-cell;
}

.menu_destinations ul.menu li {
  float: left;
  display: block;
  padding: 0 15px 15px;
}

.menu_destinations ul.menu li img {
  display: none;
}

.menu_destinations ul.menu li a {
  color: #1f31a3;
  text-decoration: none;
  display: block;
  min-width: 64px;
  position: relative;
}

.menu_destinations ul.menu li > a:hover,
.menu_destinations ul.menu li.active > a {
  color: #f8a900;
  text-decoration: none;
  border-bottom: 0;
}

.viza_page .menu_destinations,
.blog_page .menu_destinations {
  padding: 50px 40px 25px;
}

.viza_page .menu_destinations ul.menu li,
.blog_page .menu_destinations ul.menu li {
  width: 16%;
}

.viza_page .menu_destinations ul.menu li.lastitem,
.blog_page .menu_destinations ul.menu li.lastitem {
  display: none;
}

.viza_page .menu_destinations ul.menu li a span,
.blog_page .menu_destinations ul.menu li a span {
  font-weight: bold;
  border-bottom-color: #1f31a3;
}

.viza_page .menu_destinations ul.menu li.active > a span,
.blog_page .menu_destinations ul.menu li.active > a span {
  border-bottom-color: #f8a900;
}

.viza_page .menu_destinations ul.menu li:hover > a span,
.blog_page .menu_destinations ul.menu li:hover > a span {
  border-bottom-color: transparent;
}

.viza_page .dest_title,
.blog_page .dest_title {
  padding-bottom: 37px;
  line-height: 1.2;
}

.menu_destinations ul.menu li a i {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.menu_destinations ul.menu li > a.menu_gb i {
  background-image: url(../images/menu_flags.png);
  background-position: -72px top;
}

.menu_destinations ul.menu li > a.menu_usa i {
  background-image: url(../images/menu_flags.png);
  background-position: -144px top;
}

.menu_destinations ul.menu li > a.menu_eu i {
  background-image: url(../images/menu_flags.png);
  background-position: 0 top;
}

.menu_destinations ul.menu li > a.menu_asia i {
  background-image: url(../images/menu_flags.png);
  background-position: -216px top;
}

.menu_destinations ul.menu li > a.menu_aus i {
  background-image: url(../images/menu_flags.png);
  background-position: -288px top;
}

.menu_destinations ul.menu li > a.menu_more i {
  background-image: url(../images/menu_flags.png);
  background-position: -360px top;
}

.menu_destinations ul.menu li > a.menu_rus i {
  background-image: url(../images/menu_flags.png);
  background-position: -432px top;
}

.menu_destinations ul.menu li > a.menu_gb:hover i {
  background-position: -72px bottom;
}

.menu_destinations ul.menu li > a.menu_usa:hover i {
  background-position: -144px bottom;
}

.menu_destinations ul.menu li > a.menu_eu:hover i {
  background-position: 0 bottom;
}

.menu_destinations ul.menu li > a.menu_asia:hover i {
  background-position: -216px bottom;
}

.menu_destinations ul.menu li > a.menu_aus:hover i {
  background-position: -288px bottom;
}

.menu_destinations ul.menu li > a.menu_more:hover i {
  background-position: -360px bottom;
}

.menu_destinations ul.menu li > a.menu_rus:hover i {
  background-position: -432px bottom;
}

.menu_destinations {
  width: 100%;
  display: table;
  margin: 30px 0 50px;
  padding: 30px 40px;
  border: 1px solid #f1f1f3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
  box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dest_title {
  display: table-cell;
  vertical-align: top;
  width: 180px;
  color: #242747;
  font-weight: 700;
  font-size: 1.375em;
  padding-top: 15px;
  line-height: 1.2;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.ui-autocomplete {
  width: 205px;
  background-color: #fff;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-top: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.ui-autocomplete li {
  list-style: none;
  margin: 3px 0;
}

.ui-autocomplete li a {
  color: #a0a0a0;
}

.popup_select_city {
  display: none;
  position: fixed;
  width: 300px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 0;
  border: 1px solid #f1f1f3;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
  box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #151730;
  font-size: 1em;
  z-index: 1000;
  left: 0;
  top: 45px;
}

.popup_select_city .city_list {
  display: block;
  max-height: 180px;
  margin-bottom: 0;
  overflow: hidden;
}

.popup_select_city .city_link.hidden {
  display: none;
}

.popup_select_city .city_link a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  color: #34375d;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup_select_city .city_link a:hover,
.popup_select_city .city_link a.active {
  background-color: #f8f8f9;
  color: #1f31a3;
}

.popup_select_city .search_input {
  height: 28px;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 0 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup_select_city .search_input::after {
  display: block;
  content: '';
  background-image: url(../images/search_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 8px;
}

.popup_select_city .search_input input {
  display: block;
  height: 28px;
  width: 100%;
  border: 0;
  font-family: 'Proxima Nova';
  font-size: 1em;
  border-bottom: 1px solid #a3a5bb;
  padding: 0 7px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

.popup_select_city .search_input input:focus {
  border-bottom: 1px solid #01bdd7;
}

.popup_select_country {
  display: none;
  position: absolute;
  width: 300px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 0;
  border: 1px solid #f1f1f3;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
  box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #151730;
  font-size: 1em;
  z-index: 50;
  right: 0;
}

.popup_select_country .country_list {
  display: block;
  height: 180px;
  margin-bottom: 0;
  overflow: hidden;
}

.popup_select_country .country_link a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  color: #34375d;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup_select_country .country_link a:hover {
  background-color: #f8f8f9;
  color: #1f31a3;
}

.popup_search_country {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 0;
  border: 1px solid #f1f1f3;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
  box-shadow: 0 0 30px rgba(12, 12, 20, 0.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #151730;
  font-size: 1em;
  z-index: 50;
  right: 0;
  top: 77px;
}

.popup_search_country .country_list {
  display: block;
  height: 180px;
  margin-bottom: 0;
  overflow: hidden;
}

.popup_search_country .country_link a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  color: #34375d;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup_search_country .country_link a:hover {
  background-color: #f8f8f9;
  color: #1f31a3;
}

.popup_search_country .search_input {
  height: 28px;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 0 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup_search_country .search_input::after {
  display: block;
  content: '';
  background-image: url(../images/search_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 8px;
}

.popup_search_country .search_input input {
  display: block;
  height: 28px;
  width: 100%;
  border: 0;
  font-family: 'Proxima Nova';
  font-size: 1em;
  border-bottom: 1px solid #a3a5bb;
  padding: 0 7px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

.popup_search_country .search_input input:focus {
  border-bottom: 1px solid #01bdd7;
}

.wideBlock {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.bg_top {
  position: relative;
  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-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_top h1 {
  color: #fff;
}

.bg_top .top_flex {
  background: rgba(0, 0, 0, 0.5) no-repeat center;
}

.bg_top.franshiza .top_flex {
  background: rgba(0, 0, 0, 0.2) no-repeat center;
}

.bg_top.main,
.bg_top.franshiza {
  min-height: 940px;
}

.bg_top.franshiza,
.bg_top.country,
.bg_top.blog {
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg_top.blog {
  height: 720px;
  min-height: 720px;
}

.bg_top.main .parallax {
  background-image: url(../images/bg_top_main.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 120%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.bg_top .toppanel:not(.sticky) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.bg_top .toppanel:not(.sticky) ul.menu li a {
  color: #fff;
}

.bg_top .toppanel ul.menu li a:hover,
.bg_top .toppanel ul.menu li.active a {
  color: #f8a900;
}

.bg_top .toppanel:not(.sticky) .mod_geocity .select_city {
  color: #fff;
}

.bg_top .toppanel:not(.sticky) .mod_geocity .select_city span {
  border-bottom: 0;
  background-position: left bottom;
  background-repeat: repeat-x;
  border-bottom: 1px dotted #fff;
}

.bg_top .toppanel:not(.sticky) .mod_geocity .select_city:before {
  background-image: url(../images/arrow_down_white.png);
}

.bg_top .toppanel:not(.sticky) .mod_geocity .select_city:hover {
  color: #f8a900;
}

.bg_top .toppanel:not(.sticky) .mod_geocity .select_city:hover:before {
  background-image: url(../images/arrow_down_orange2.png);
}

.bg_top .toppanel:not(.sticky) .mod_geocity .select_city:hover span {
  border-bottom-color: transparent;
  background-image: none;
}

/*.toppanel.nojs {
    background-color: #fff !important;
    color: #8e92a1 !important;
}
.bg_top .toppanel.nojs ul.menu li a:hover,
.bg_top .toppanel.nojs ul.menu li a {
    color: #242747 !important;
}
.bg_top .toppanel.nojs .mod_geocity .select_city {
    color: #1f31a3 !important;
}*/

.custom_logo {
  width: 186px;
  height: 87px;
}

.custom_logo .logo {
  display: block;
  height: 87px;
  background-image: url(../images/logo_main_new.png);
  background-position: center;
  background-repeat: no-repeat;
}
.bg_top .custom_logo p {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bg_top .custom_logo .logo {
  min-height: 90px;
  min-width: 90px;
  background-image: url(../images/logo_main_new.png);
}

.bg_top .custom_logo .texxt {
  font-weight: 600;
  margin-left: 10px;
}

.bg_top .header_left .mod_geolocation .top_phones p {
  color: #ffffff;
}

.bg_top .header_left .mod_geolocation .top_phones a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1px;
}

.bg_top .header_right ul.menu li a {
  color: #ffffff;
}

.bg_top .header_left .mod_geolocation .top_phones a:hover,
.bg_top .header_right ul.menu li a:hover,
.bg_top .header_right ul.menu li.active a {
  color: #f8a900;
}

.bg_top .header {
  position: absolute;
  top: 50px;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
    width: 100%;
}

.mainform {
  padding-top: 50px;
    position: relative;
    z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainform_div {
  display: table;
  width: 115%;
  max-width: 1320px;
}

.mainform_left {
  display: table-cell;
  padding-top: 90px;
  vertical-align: top;
}
.garantform_left {
    padding-top: 40px;
}

.mainform_right {
  display: table-cell;
  width: 154px;
  vertical-align: middle;
  color: #ffffff;
  padding: 40px 0 0;
}

.mainform_right ul li {
  list-style: none;
  margin-bottom: 50px;
  line-height: 20px;
}

.mainform_right ul li strong {
  font-size: 2em;
  line-height: 1.5em;
}

.mainform_left .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 4.5em;
  margin-left: -3px;
  line-height: 50px;
}
@media (min-width: 1000px) and (max-width: 1600px) {
  .mainform_left .title {
    font-size: 3.2em !important;
  }
  .mainform_left .title h1 {
    margin: 135px 0 0;
  }
}

.mainform_left .title h1 {
  font-size: 1em;
  margin-bottom: 0;
  line-height: 1.25em;
}
.mainform_left .title p {
  line-height: 30px;
  font-size: 0.45em;
  margin-top: 1rem;
}


.mainform_form {
  margin-top: 50px;
}

.mainform_form > * {
  display: inline-block;
  vertical-align: top;
}

.single_input {
  width: 365px;
}

.mainform_form > span.top_form_text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.375em;
  padding-top: 10px;
}

.mainform_form .incity_select {
  float: none;
  width: 265px;
  height: 70px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mainform_form .incity_select .styled {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #8e92a1;
  font-size: 1em;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjI4MSIgaGVpZ2h0PSI1LjIzMiIgdmlld0JveD0iMCAwIDkuMjgxIDUuMjMyIj48dGl0bGU+0KDQtdGB0YPRgNGBIDI8L3RpdGxlPjxwb2x5Z29uIHBvaW50cz0iNC42NCA1LjIzMiA5LjI4MSAwIDAgMCA0LjY0IDUuMjMyIiBmaWxsPSIjOGU5MmExIi8+PC9zdmc+')
    right 15px center no-repeat;
}

.mainform_form .incity_select select {
  width: 100%;
  height: 54px;
}

.choose_country {
  display: none;
  width: 100%;
  color: #8e92a1;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  bottom: -50px;
}

.choose_country::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  left: 47%;
  top: -10px;
}

.mainform_form a.mainform_btn,
.mainform_form.mod_why_form a.mainform_btn {
  float: none;
  padding: 2px;
  display: inline-block;
  min-width: 270px;
  margin-left: 12px;
  margin-top: -5px;
  background-color: transparent;
  border: 3px solid transparent;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mainform_form a.mainform_btn span {
  display: block;
  height: 70px;
    padding: 0 20px;
  line-height: 70px;
  color: #ffffff;
  font-size: 1em;
  background-color: #B32228;
  border: 2px solid #B32228;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mainform_form.mod_why_form a.mainform_btn {
  margin-left: 5px;
  margin-right: 0;
}

.mainform_form a.mainform_btn:hover span,
.mainform_form.mod_why_form .mainform_btn:hover span {
  background-color: #B32228;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mainform_form a.mainform_btn:active span,
.mainform_form.mod_why_form .mainform_btn span {
  background-color: #B32228;
  border: 1px solid #B32228;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mainform_form a.mainform_btn:focus,
.mainform_form.mod_why_form .mainform_btn:focus {
  border: 3px solid #ffbcbf;
}

.mainform_form a.mainform_btn.top_whatsapp_btn,
.mainform_form a.mainform_btn.garant_whatsapp_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    font-size: 1.125em;
    text-align: center;
    text-decoration: none;
    background-color: rgba(87,187,99,1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 14px;
    margin-top: 0;
}
.mainform_form a.mainform_btn.top_whatsapp_btn span,
.mainform_form a.mainform_btn.garant_whatsapp_btn span {
    color: #ffffff;
    background-color: transparent;
    background-image: url(../images/bottom_whatsapp.png);
    background-position: left center;
    background-repeat: no-repeat;
    border: 0;
    padding-left: 25px;
}

.main_destinations {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main_destinations .menu_destinations {
  margin: 0;
  padding: 45px 0 35px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(12, 12, 20, 0.08);
  box-shadow: 0 0 0 rgba(12, 12, 20, 0.08);
  vertical-align: middle;
}

.main_destinations .menu_destinations ul {
  list-style: none;
}

.main_destinations .menu_destinations ul li {
  width: 13.6667%;
}

.main_destinations .dest_title {
  color: #ffffff;
}

.main_destinations .menu_destinations ul.menu li a {
  color: #ffffff;
  font-family: 'Proxima Nova', sans-serif;
}

.menu_destinations ul.menu li a span {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_destinations .menu_destinations ul.menu li a:hover {
  color: #f8a900;
}

.main_destinations .menu_destinations ul.menu li a:hover span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.top_flex {
  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-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  /*padding-top: 50px;*/
}

.bg_top.main .top_flex {
    background-image: url(/templates/viza/images/bg_top_main.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.top_garant {
    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-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #626064;
  
    background-image: url(/templates/viza/images/slide_garant.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.top_slider {
    height: 100vh;
}
.top_slider .slick-slide {
    display: flex !important;
    /*height: 100vh;*/
}

.garant_text h2 {
    font-size: 4.5em;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
    margin-bottom: 60px;
    line-height: 1em;
}
.garant_text h2 strong {
    font-weight: 700;
}
.garant_list {
    font-size: 1.875em;
}

.top_flex .toppanel,
.top_flex.header,
.top_flex .main_destinations {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bg_top.franshiza .top_flex {
  background-image: none;
}

.main_destinations {
  height: 200px;
  width: 100%;
  bottom: 0;
  left: 0;
}

#geo_city_offices p {
  margin-top: 15px;
  font-size: 0.875em;
  font-weight: bold;
}
#geo_city_offices em {
  display: block;
  font-size: 0.875em;
  font-style: normal;
}
#geo_city_offices .city_link {
  margin-bottom: 7px;
}

.popup_notice {
  width: 95%;
  max-width: 560px;
  background-color: #fff;
  padding: 30px 50px;
  display: none;
  position: absolute;
  margin: 0;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.popup_notice_close {
  width: 24px;
  height: 24px;
  background-image: url(../images/popup_close.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -25px;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -10px;
}
#popup_notice_overlay {
  z-index: 101;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  display: none;
  left: 0;
  top: 0;
  cursor: pointer;
}

.notice {
  background-color: #fff;
  position: relative;
  z-index: 100;
}
/*.notice_bg_left {
    background-image: url(../images/bg_notice_left.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.notice_bg_right {
    background-image: url(../images/bg_notice_right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 12px 0;
}*/
.notice p {
  margin-bottom: 6px;
  line-height: 14px;
  color: #151730;
  font-size: 0.875em;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.address.rotate {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
}

.cabinet_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 33px;
  line-height: 33px;
  color: #ffffff !important;
  background-color: #B32228 !important;
  border: 1px solid #B32228;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
.cabinet_link span {
  background-image: url(../images/ico_cabinet_link.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.cabinet_link:hover {
  color: #B32228 !important;
  background-color: transparent !important;
}

.input_radio {
  margin-top: 15px;
  text-align: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.input_radio p {
  font-weight: 700;
}
.radio_fields {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.radio_fields label {
  width: 28%;
  color: #fff;
}
.userfields .topform_left .radio_fields label {
  background-color: transparent;
  width: 28%;
}
.top_form .form .userfields {
  align-items: flex-start;
}
.top_form .input_radio {
  color: #fff;
}
.computing_complete .input_radio {
  margin-bottom: 15px;
}
.input_radio.error_field,
.input_radio.error_field p,
.input_radio.error_field label {
  color: #f77579 !important;
}
.agencyform .radio_fields label,
.popup_window .radio_fields label {
  color: #3b3c51;
}

.mobile_body .toppanel {
  padding-top: 0;
}
.mobile_body .toppanel.panel_padding {
  padding-top: 0;
}
.mobile_body .toppanel.panel_padding.krd_padding,
.mobile_body .toppanel.panel_padding.spb_padding,
.mobile_body .toppanel.panel_padding.msk_padding {
  padding-top: 0;
}
.mobile_body .notice {
  padding-top: 44px;
}
.messengers_panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 7px 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.messengers_panel .centerBlock {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.messengers_panel .centerBlock > span {
  font-size: 0.875em;
}
.mp_icons {
  display: flex;
  font-size: 0.75em;
}
.mp_whatsapp_btn {
  padding: 5px 9px;
  color: #fff;
  text-decoration: none;
  background-color: #1fb400;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 16px;
}
.mp_whatsapp_btn::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/mp-whatsapp.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 12px;
}
.mp_telegram_btn {
  padding: 5px 9px;
  color: #fff;
  text-decoration: none;
  background-color: #32a9db;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mp_telegram_btn::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/mp-telegram.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.tgbanner_block {
  padding: 40px 0;
}
h2.tgbanner_title {
  margin-bottom: 30px;
}
.tgbanner_flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}
.tgbanner_inner {
  position: relative;
}
.tgbanner_inner::after {
  content: '';
  display: block;
  width: 350px;
  height: 465px;
  background-image: url(../images/tgbanner_images/tgbanner_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.tg_banner_text {
  font-size: 1.25em;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.tgbanner_features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 56px;
  padding-right: 80px;
}
.tgbanner_features_item {
  width: 48%;
  max-width: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
}
.tgbanner_features_item .hexagon {
  margin-left: 0;
  margin-bottom: 12px;
}
.tgbanner_features_item img {
  width: 48px;
}
.tg_banner_btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
}
.tg_banner_btn .primary_btn {
  color: #ffffff;
}

.tg_banner_btn a {
  width: 295px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #B32228;
  color: #ffffff;
  font-size: 1.125em;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid;
  transition: box-shadow 0.5s, background-color 0.5s, border-color 0.5s,
    -webkit-box-shadow 0.5s;
  box-sizing: border-box;
}
.tg_banner_btn a span {
  color: #ffffff;
}


.shine span {
    -webkit-box-shadow: 0px 10px 70px rgb(255, 188, 191);
    -moz-box-shadow: 0px 10px 70px rgb(255, 188, 191);
    box-shadow: 0px 10px 70px rgb(255, 188, 191);
}


.top_whatsapp_btn,
.garant_whatsapp_btn {
    display: inline-block;
    width: 100%;
    max-width: 270px;
    justify-content: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 1.125em;
    text-align: center;
    text-decoration: none;
    background-color: rgba(87,187,99,1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 14px;
}
.top_whatsapp_btn span,
.garant_whatsapp_btn span {
    display: inline-block;
    background-image: url(../images/bottom_whatsapp.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.top_telegram_btn {
    display: inline-flex;
    width: 100%;
    max-width: 280px;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #ffffff;
    font-size: 1.125em;
    text-decoration: none;
    background-color: #158ad9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 16px;
}
.top_telegram_btn span {
    display: inline-block;
    background-image: url(../images/top_telega_btn.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 32px;
    height: 20px;
}

.top_slider .slick-prev {
    left: 50px;
    top: 50%;
}
.top_slider .slick-next {
    right: 50px;
    top: 50%;
}

.tg_banner_text_last {
  color: #34375d;
}

.tg_banner_text {
  color: #34375d;
}

.mod_why_form .privacy {
  color: whitesmoke;

}

@media screen and (max-width: 1530px) {
    .mainform_form > * {
        width: 46%;
        max-width: none;
        margin-bottom: 12px;
    }
    .mainform_form .incity_select {
        width: 46%;
    }
    .mainform_form a.mainform_btn.top_whatsapp_btn,
    .mainform_form a.mainform_btn.garant_whatsapp_btn {
        margin-left: 0;
    }
}
@media screen and (max-width: 1000px) {
  .tg_banner_text {
    font-size: 1em;
  }
  .tgbanner_inner::after {
    width: 300px;
  }
  .tgbanner_features {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  h2.tgbanner_title {
    text-align: center;
    margin-bottom: 450px;
  }
  .tgbanner_inner::after {
    width: 100%;
    max-width: 360px;
    height: 385px;
    background-image: url(../images/tgbanner_images/tgbanner_bgm.png);
    top: 50px;
    right: 50%;
    transform: translateX(50%);
  }
  .tgbanner_flex {
    flex-direction: column;
    align-items: center;
  }
  .tgbanner_features {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .tg_banner_text > p {
    text-align: center;
  }
  .tg_banner_text_last {
    text-align: center;
    margin-bottom: 20px;
  }
  .tgbanner_features_item {
    text-align: center;
  }
  .tgbanner_features_item .hexagon {
    margin-left: auto;
  }
  
	.notice p.mob_justify {
		text-align: justify;
	}
	.notice {
		padding-top: 44px;
	}	
}
@media screen and (max-width: 530px) {
  .tgbanner_features {
    flex-direction: column;
    align-items: center;
  }
  .tgbanner_features_item {
    width: 100%;
    max-width: 360px;
  }
  .tgbanner_inner::after {
    top: 85px;
  }
}

@media screen and (max-width: 1680px) {
  .mainform_right {
    padding: 0;
  }

  .mainform_left {
    padding-top: 0;
    vertical-align: middle;
  }

  .mainform_right ul li {
    padding: 5px 0;
    margin-bottom: 0;
  }

    .toppanel ul.menu li a,
    .toppanel ul.menu li span {
        font-size: .875em;
    }
}

@media screen and (max-width: 1529px) {
  .wideBlock {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
    .mod_geocity .address {
        font-size: 12px;
    }
    .mod_geocity .select_city {
        font-size: .875em;
    }

  .mainform_div {
    width: 100%;
  }

  .mainform_left .title {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 1440px) {
  .mainform_right {
    padding: 0;
  }

  .mainform_form {
    margin-top: 25px;
  }

  .main_destinations .menu_destinations {
    padding: 35px 0;
  }

    .toppanel ul.menu li a {
        font-size: .875em;
    }
}

@media screen and (max-height: 765px) {
  .bg_top.main {
    min-height: 764px;
  }

  .mainform_right ul li {
    padding: 5px 0;
  }
}

@media screen and (max-width: 1370px) {
  .bg_top.main {
    height: 800px;
    min-height: 800px;
  }

  .mainform_left {
  }

  .mainform_right ul li {
    padding: 5px 0;
  }

  .main_destinations .menu_destinations {
  }

  .toppanel ul.menu li {
    margin: 0 7px;
  }

  .toppanel ul.menu li a {
    font-size: 0.875em;
  }
  .toppanel .mod_geocity {
    max-width: 340px;
  }
  .cabinet_link {
    width: 125px;
  }
}

@media screen and (max-width: 1280px) {
  .mainform_left {
  }

  .mainform_right ul li {
    padding: 3px 0;
  }

    .top_slider .slick-prev {
        left: 10px;
    }
    .top_slider .slick-next {
        right: 10px;
    }
    .garant_text h2 {
        font-size: 3.5em;
    }
    .garant_list {
        font-size: 1.5em;
    }
    .mainform .centerBlock,
    .garant_text .centerBlock {
        padding-left: 50px;
        padding-right: 20px;
    }
    .mainform_form a.mainform_btn {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1149px) {
  .centerBlock {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mod_geolocation {
    margin-left: 50px;
  }

  .header_right ul.menu li a {
    font-size: 0.75em;
  }

  .menu_destinations ul.menu li {
    padding: 0 25px;
  }

  .leftmod {
    width: 30%;
  }

  .rightmod {
    float: right;
    width: 68%;
    margin-left: 0;
  }

    .mainform_form a.mainform_btn {
        min-width: 220px;
    }
    .mainform_form a.mainform_btn span {
        font-size: .875em;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1040px) {
  .bg_top.main {
    height: 850px;
  }

  .mod_geolocation {
    margin-left: 20px;
  }

  .menu_destinations ul.menu li {
    padding: 0 20px;
  }

  .mainform_right {
    display: none;
  }

  .mainform_form .incity_select {
    width: 285px;
  }

  .mainform_form .incity_select .styled {
    font-size: 0.938em;
  }

  .mainform_form a.mainform_btn {
    /*width: 190px;*/
    /*margin-right: 20px;*/
  }

  .mainform_form span.top_form_text {
    font-size: 1.125em;
  }

  .map_address {
    right: 15px;
  }

  .wideBlock {
    padding: 0 5px;
  }

  .toppanel ul.menu li {
    margin: 0 5px;
  }

  .header_right ul.menu li {
    margin-left: 5px;
  }

  .header_right ul.menu li a {
    font-size: 0.833em;
  }

  .header_left {
    width: 48%;
  }
}


.messengers_panel.mob {
  display: none;
}

.toppanel_geo.mob {
  display: none;
}

@media screen and (max-width: 959px) {
  .header_right {
    display: none;
  }

  .messengers_panel {
    display: flex;  
  }

  .header_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    padding-top: 10px;
  }

  .header_right {
    width: auto;
    max-width: 210px;
    overflow: hidden;
  }

  .top_flex {
    padding-top: 0;
  }

  .toppanel {
    position: static;
  }

  .toppanel .custom_grafik {
    width: 100%;
    float: none;
    text-align: center;
    line-height: 32px;
    margin-top: 0;
  }

  .mod_geocity .select_city {
    margin-left: 77px;
  }

  .ico_mobmenu {
    right: 12px;
    top: 61px;
    width: 35px;
    height: 35px;
  }

  .mod_geocity {
    z-index: 10;
  }

  .wideBlock .mod_geocity {
    display: none;
  }

  .wideBlock .messengers_panel.mob .centerBlock .mod_geocity {
    display: block;
  }

  .messengers_panel {
    background-color: transparent;
    display: none;
  }

  .messengers_panel.mob {
    display: flex;
    /* max-height: 40px; */
    padding-top: 0;
  }

 .messengers_panel.mob  .centerBlock > div > a{ 
 max-height: 29px;
   /* min-width: 100px; */
 }

 .mod_geocity .select_city_container {
  width: unset !important;
 }

  .messengers_panel .centerBlock {
    justify-content: space-between;
    padding: 0 40px;
  }

  .messengers_panel .centerBlock > span {
    display: none;
  }

  .toppanel ul.menu,
  .toppanel ul.menu.lastmenu {
    float: none;
    display: none;
  }

  .ico_mobmenu {
    display: block;
    position: fixed;
    right: 5px;
    top: 42px;
    background-image: url(../images/ico_mobmenu2.png);
    background-position: top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 30px;
    height: 30px;
    z-index: 1000;
    cursor: pointer;
  }

  .ico_mobmenu.dark_icon {
    background-image: url(../images/ico_mobmenu2.png);
  }

  .ico_mobmenu.open {
    background-position: bottom;
  }

  .error_body .ico_mobmenu {
    top: 12px;
  }

  .mobile_menu {
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    background-color: #efeff2;
    border-bottom: 0;
    z-index: 30;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }

  .mobile_menu li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding-left: 40px;
    text-align: left;
    font-size: 1.125em;
  }

  .mobile_menu li.fromright {
    font-weight: 700;
    text-transform: uppercase;
  }

  .mobile_menu li.fromright.item-126 {
    margin-bottom: 35px;
  }

  .mobile_menu li.lastitem {
    background-image: none;
    margin-left: 0;
    padding-right: 0;
  }

  .mobile_menu li a {
    display: block;
    color: #34375d !important;
    font-size: 1em;
    border-bottom: 0;
    text-decoration: none !important;
  }

  .fromtopphones {
    padding-left: 40px;
    color: #34375d;
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .fromtopphones a {
    color: #34375d;
    font-weight: 700;
    font-size: 1.125em;
    text-decoration: none;
  }

  ul.menu_small {
    height: auto;
    text-align: center;
  }

  .mainmenu ul.menu li ul li,
  ul.menu_small li {
    width: 20%;
    margin-bottom: 25px;
    padding: 0 15px !important;
    float: none !important;
    display: inline-block;
  }

  ul.menu_small li:first-child {
    padding-left: 30px;
  }

  ul.menu_small li.lastitem {
    padding-right: 30px;
  }

  .toppanel ul.menu li.active a {
    border-bottom: 0;
  }

  .centermod {
    margin-top: 20px;
  }

  .leftmod {
    display: none;
  }

  .rightmod {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .mainform_left {
    padding-top: 0;
  }

  .mainform_form {
    padding-right: 50px;
  }

  .mainform_left .title {
    font-size: 3em;
  }

  .mainform_form .incity_select {
    width: 100%;
    max-width: 388px;
  }

  .mainform_form a.mainform_btn,
  .mainform_form a.mainform_btn.top_whatsapp_btn,
  .mainform_form a.mainform_btn.garant_whatsapp_btn {
    display: block;
    width: 100%;
    max-width: 388px;
    margin: 0 auto 12px;
  }
    .mainform_form a.mainform_btn.top_whatsapp_btn,
    .mainform_form a.mainform_btn.garant_whatsapp_btn {
        width: calc(100% - 10px);
        max-width: 380px;
    }
    .mainform_form a.mainform_btn.top_whatsapp_btn span,
    .mainform_form a.mainform_btn.garant_whatsapp_btn span {
        display: inline-flex;
        position: relative;
        top: -5px;
    }

  .mainform_form span.top_form_text {
    display: none;
    text-align: center;
  }

  .cabinet_link {
    width: 165px;
  }

  .mainform {
    margin-top: -10px;
  }
  .mob_search_btn {
    width: 36px;
    height: 36px;
    background-image: url(../images/mob_search_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 25px;
    cursor: pointer;
  }
  .header_left .mod_search {
    display: none;
    width: 96%;
    max-width: 560px;
    margin: 10px auto;
  }
  .main_destinations .menu_destinations {
      padding: 12px 0;
  }
}

@media screen and (max-width: 729px) {
  .header {
    height: auto;
    min-height: 0;
    padding-bottom: 7px;
    background-position: left bottom;
  }

  .header_left {
    float: none;
    width: 100%;
    text-align: center;
  }

  .custom_logo {
    margin: 0 auto;
  }

  .header_center {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 5px;
  }

  .header_center > * {
    margin: 0 auto;
    text-align: center;
  }

  .header_center ul.menu {
    display: none;
  }

  .custom_partner {
    display: none;
  }

  .header_right {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .custom_cmcbanner {
    position: relative;
  }
  .custom_footertext {
    padding-right: 0;
  }
  .mobile_br {
    display: block;
  }

    .garant_text h2 {
        font-size: 3em;
    }
    .garant_list {
        font-size: 1.25em;
    }
}

@media screen and (max-width: 600px) {
  .mod_geolocation {
    margin-left: 0;
  }

  .bg_top.main {
    height: auto;
    min-height: 568px;
  }
  /*.bg_top.main .parallax {
    background-image: url(../images/bg_top_main_mob.jpg);
  }*/
    .bg_top .header {
        border-bottom: 0;
        padding-top: 25px;
    }

  .centerBlock {
    padding: 0 15px;
  }

  .toppanel {
    height: 0;
  }

  .mod_geocity {
    display: none;
  }

  .header {
    padding-bottom: 0;
    position: absolute;
    top: 50px;
    left: 0;
  }

  .header .centerBlock {
    display: block;
  }

  .header_left {
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    /*height: 100px;*/
    padding-top: 0;
  }

  .custom_logo {
    width: 110px;
    height: 50px;
    /*float: left;*/
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .custom_logo .logo {
    height: 47px;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .header_center {
    display: none;
  }

  .mainform_div {
    display: block;
    padding-bottom: 45px;
  }

  .mainform_left {
    display: block;
    width: 100%;
    padding-top: 50px;
  }

  .mainform_left .title {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .mainform_form {
    padding-right: 0;
  }

  .mainform_form .incity_select {
    height: 48px;
  }

  .mainform_form .incity_select .styled {
    height: 48px;
    line-height: 48px;
    padding: 0;
  }

  .mainform_form .incity_select select {
    height: 48px;
  }

  .mainform_form a.mainform_btn span,
  .mainform_form a.mainform_btn.top_whatsapp_btn,
  .mainform_form a.mainform_btn.garant_whatsapp_btn {
    height: 48px;
    line-height: 46px;
  }

  .mainform_form span.top_form_text {
    font-size: 0.875em;
    padding-top: 0;
  }

  .mainform_form span br {
    display: none;
  }

  .mainform_right {
    display: none;
  }

  .main_destinations {
    position: relative;
    height: auto;
  }

  .menu_destinations ul.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }

  .menu_destinations ul.menu li {
    padding: 0;
  }

  .dest_title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.25em;
  }

  .menu_destinations ul.menu li a {
    padding: 0;
    min-width: 0;
  }

  .menu_destinations ul.menu li > a i {
    width: 36px;
    height: 36px;
    /*-webkit-background-size: cover;
        background-size: cover;*/
  }

  .menu_destinations ul.menu li > a.menu_gb i {
    background-image: url(../images/menu_flags_mobile.png);
    background-position: -36px top;
  }

  .menu_destinations ul.menu li > a.menu_usa i {
    background-image: url(../images/menu_flags_mobile.png);
    background-position: -72px top;
  }

  .menu_destinations ul.menu li > a.menu_eu i {
    background-image: url(../images/menu_flags_mobile.png);
    background-position: 0 top;
  }

  .menu_destinations ul.menu li > a.menu_asia i {
    background-image: url(../images/menu_flags_mobile.png);
    background-position: -108px top;
  }

  .menu_destinations ul.menu li > a.menu_aus i {
    background-image: url(../images/menu_flags_mobile.png);
    background-position: -144px top;
  }

  .menu_destinations ul.menu li > a.menu_more i {
    background-image: url(../images/menu_flags_mobile.png);
    background-position: -180px top;
  }

  .menu_destinations ul.menu li > a.menu_gb:hover i {
    background-position: -36px bottom;
  }

  .menu_destinations ul.menu li > a.menu_usa:hover i {
    background-position: -72px bottom;
  }

  .menu_destinations ul.menu li > a.menu_eu:hover i {
    background-position: 0 bottom;
  }

  .menu_destinations ul.menu li > a.menu_asia:hover i {
    background-position: -108px bottom;
  }

  .menu_destinations ul.menu li > a.menu_aus:hover i {
    background-position: -144px bottom;
  }

  .menu_destinations ul.menu li > a.menu_more:hover i {
    background-position: -180px bottom;
  }

  .menu_destinations ul.menu li a span {
    display: none;
  }
  .mob_search_btn {
    margin-top: 25px;
  }

  .top_slider .slick-prev,
  .top_slider .slick-next {
    display: none !important;
  }

  .mod_geocity .select_city {
    margin-left: 0;
  }
}


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

  .header_left { 
    height: 100px;
    align-items: baseline;
    justify-content: left;
    gap: 10px;
    padding: 0;
  }

  .centerBlock {
    padding: 0 15px;
  }

  .mob_search_btn {
    margin: 0;
    background-size: 25px 25px;
  }

  .bg_top .header {
    padding-top: 0;
  }

  .mod_geolocation {
    margin-top: 0;
  }

  .main .header_left .mod_geolocation .top_phones {
    max-width: 164px;
  }

  .header_left .mod_geolocation .top_phones p {
    font-size: 0.875em;
  }

  .header_left .mod_geolocation .top_phones a {
    font-size: 12px;
  }

  .header_phone_ico::before {
    width: 20px !important;
    height: 20px !important;
  }

  .bg_top .custom_logo .texxt {
    font-size: 11px !important;
  }

  .custom_logo {
    width: 110px;
    height: 50px;
    /*float: left;*/
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .ico_mobmenu {
    right: 12px;
    top: 61px;
    width: 35px;
    height: 35px;
  }

  .mod_geocity {
    z-index: 10;
  }

  .wideBlock .mod_geocity {
    display: none;
  }

  .wideBlock .messengers_panel.mob .centerBlock .mod_geocity {
    display: block;
  }

  .messengers_panel {
    background-color: transparent;
    display: none;
  }

  .messengers_panel.mob {
    display: flex;
    /* max-height: 40px; */
    padding-top: 0;
  }

 .messengers_panel.mob  .centerBlock > div > a{ 
 max-height: 29px;
   /* min-width: 100px; */
 }

 .mod_geocity .select_city_container {
  width: unset !important;
 }

  .messengers_panel .centerBlock {
    justify-content: space-between;
    padding: 0 20px;
  }

  .messengers_panel .centerBlock > span {
    display: none;
  }

  .top_flex {
    padding-top: 100px !important;
  }

  .services_inner {
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .services, .wedoviza, .popular, .tgbanner_block, .callback_bg, .our_partners, .blog_module {
    padding: 0 15px !important;
  }

  .custom_partners h3 {
    font-size: 2.9em;
  }

  .mod_why_form {
    display: flex;
    flex-direction: column;
  }

  .mainform_form > * {
    width: auto;
  }

  .main_callback .mainform_form.mod_why_form input[type=tel], .main_callback .mainform_form.mod_why_form input[type=text] {
    height: 50px !important;
  }

  .main_callback .mainform_form.mod_why_form input {
    height: 20px;
  }

  .custom_partners p {
    display: block;
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
  }
  

    .top_slider .slick-next {
        top: 20%;
    }
    .top_slider .slick-prev {
        top: 20%;
        right: 70px;
        left: auto;
    }
    .top_garant {
        background-image: url(/templates/viza/images/slide_garant_mob.jpg);
    }
    .garant_text h2 {
        font-size: 2.25em;
        margin-bottom: 42px;
    }
    .garant_list {
        font-size: 1em;
    }
    .mainform .centerBlock,
    .garant_text .centerBlock {
        padding-left: 20px;
    }
}
@media screen and (max-width: 330px) {

}
@media screen and (max-width: 330px) {
  .mod_geolocation {
    text-align: left;
    position: relative;
    left: -10px;
  }

  .header_left .mod_geolocation .top_phones p {
    font-size: 0.75em;
  }

  .header_left .mod_geolocation .top_phones a {
    font-size: 1.125em;
  }
  .header_left {
    flex-direction: column;
  }
  .mod_geocity .select_city_container {
    text-align: left !important;
  }
  .custom_logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mob_search_btn {
    margin-top: 10px;
    margin-left: 0;
  }
}

.birthday_banner {
  background-image: url(../images/birthday/birthday_banner1920.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 155px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.top_flex.with_birthday_banner {
  padding-top: 150px;
}
.top_flex.with_birthday_banner .toppanel {
  top: 110px;
}
.top_flex.with_birthday_banner .toppanel.sticky {
  top: 0;
}

@media screen and (max-width: 1366px) {
  .birthday_banner {
    background-image: url(../images/birthday/birthday_banner1366.png);
    height: 110px;
  }
}
@media screen and (max-width: 1149px) {
  .birthday_banner {
    background-image: url(../images/birthday/birthday_banner1149.png);
    height: 92px;
  }
  .top_flex.with_birthday_banner {
    padding-top: 125px;
  }
  .top_flex.with_birthday_banner .toppanel {
    top: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .birthday_banner {
    background-image: url(../images/birthday/birthday_banner1024.png);
    height: 82px;
  }
  .top_flex.with_birthday_banner {
    padding-top: 113px;
  }
  .top_flex.with_birthday_banner .toppanel {
    top: 65px;
  }
}
@media screen and (max-width: 1000px) {
  .top_flex.with_birthday_banner {
    padding-top: 55px;
  }
}
@media screen and (max-width: 800px) {
  .birthday_banner {
    background-image: url(../images/birthday/birthday_banner800.png);
    height: 132px;
  }
  .top_flex.with_birthday_banner {
    padding-top: 110px;
  }
}
@media screen and (max-width: 600px) {
  .birthday_banner {
    background-image: url(../images/birthday/birthday_banner600.png);
    height: 99px;
  }
  .top_flex.with_birthday_banner {
    padding-top: 87px;
  }

  .popup_notice {
    padding: 30px 20px;
  }
  .popup_notice_close {
    right: 0;
  }
}
@media screen and (max-width: 450px) {
  .birthday_banner {
    background-image: url(../images/birthday/birthday_banner450.png);
    height: 74px;
  }
  .top_flex.with_birthday_banner {
    padding-top: 64px;
  }
}
@media screen and (max-width: 390px) {
  .birthday_banner {
    background-image: url(../images/birthday/birthday_banner390.png);
    height: 64px;
  }
  .top_flex.with_birthday_banner {
    padding-top: 55px;
  }
}

@media screen and (max-width: 375px) and (max-height: 667px) {
    .mainform_left {
        padding-top: 90px;
    }
    .mainform_div {
        padding-bottom: 0;
    }
    .mob_search_btn {
        margin-left: 0;
        margin-top: 10px;
    }
    .mainform.garant_text {
        padding-top: 120px;
    }
    .garantform_left {
        padding-top: 20px;
    }
}

.mainform_form a.mainform_btn, .mainform_form.mod_why_form a.mainform_btn {
  margin-left: 0 !important;
}

@media (max-width: 768px) {
  .max-link {
    width: 100% !important;
    height: 48px !important;
  }
}

.evc-consult-overlay {
  position: fixed;
  z-index: 10050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.evc-consult-modal {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  padding: 48px 40px 36px;
  box-sizing: border-box;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.evc-consult-close {
  position: absolute;
  right: -8px;
  top: -36px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.evc-consult-title {
  margin: 0 0 28px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  color: #1a2b4a;
}


.evc-consult-field {
  margin-bottom: 22px;
  text-align: left;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.evc-consult-phone {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c5c9d2;
  outline: none;
  font-size: 18px;
  line-height: 1.4;
  padding: 8px 0 10px;
  text-align: left;
  color: #1a2b4a;
  background: transparent;
  box-sizing: border-box;
}

.evc-consult-phone::placeholder {
  text-align: left;
  color: #9ca3af;
}

.evc-consult-phone:focus {
  border-bottom-color: #8b0032;
}

.evc-consult-phone.evc-consult-phone--invalid {
  border-bottom-color: #d93025;
}

.evc-consult-submit {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  margin: 8px auto 24px;
  padding: 14px 24px;
  border: 0;
  border-radius: 8px;
  background: #8b0032;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(139, 0, 50, 0.35);
  transition: background 0.2s ease;
}

.evc-consult-submit:hover {
  background: #6f0028;
}

.evc-consult-submit:disabled {
  opacity: 0.65;
  cursor: default;
}

.evc-consult-captcha {
  margin: 16px auto 8px;
  display: flex;
  justify-content: center;
}
.evc-consult-userfields {
  border: 0;
  padding: 0;
  margin: 0;
}

.evc-consult-consents {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
}

.evc-consult-check {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.35;
  color: #6b7280;
}

.evc-consult-check input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.evc-consult-check-box {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border: 1px solid #3b82f6;
  border-radius: 3px;
  background: #fff;
  position: relative;
}

.evc-consult-check input:checked + .evc-consult-check-box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #3b82f6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.evc-consult-check-text {
  flex: 1;
  width: 240px;
  text-align: center;
}

.evc-consult-check-line {
  display: block;
}

.evc-consult-check-link {
  color: #2563eb;
  text-decoration: underline;
}

.evc-consult-check-link:hover {
  text-decoration: underline;
}

.evc-consult-error {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #d93025;
  min-height: 16px;
}

.evc-consult-error--consent,
.evc-consult-error--global {
  text-align: center;
}

.evc-consult-success {
  margin: 16px 0 0;
  font-size: 16px;
  color: #15803d;
}
/* Мобильная вёрстка: контраст текста согласий ≥4.5:1 (WCAG AA, п. 4.4) */
@media screen and (max-width: 800px) {
  .mod_why_form .privacy,
  .popup_window .privacy,
  .curculator .privacy,
  p.privacy {
    color: #3d4255;
  }

  .mod_why_form .privacy a,
  .popup_window .privacy a,
  .curculator .privacy a {
    color: #1a237e;
    text-decoration: underline;
    font-weight: 600;
  }

  .mod_why_form .privacy a:hover,
  .popup_window .privacy a:hover,
  .curculator .privacy a:hover {
    color: #0d1547;
  }

  /* Лёгкое затемнение фото целиком — контраст белого текста согласий на светлых зонах */
  .callback_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    pointer-events: none;
  }

  .callback_bg .centerBlock {
    position: relative;
    z-index: 1;
  }

  .callback_bg .mainform_form.mod_why_form .privacy {
    color: #ffffff;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
    text-align: left;
    box-sizing: border-box;
  }

  .callback_bg .mod_why_form .privacy::before {
    border-color: #ffffff;
  }

  .callback_bg .mod_why_form .privacy a {
    color: #ffd54f;
  }

  .callback_bg .mod_why_form .privacy a:hover {
    color: #ffe082;
  }

  .evc-consult-check {
    font-size: 13px;
    line-height: 1.4;
    color: #3d4255;
  }

  .evc-consult-check-link {
    color: #1a237e;
    font-weight: 600;
  }

  .evc-consult-check-link:hover {
    color: #0d1547;
  }
}

/* п. 4.6: плавающие кнопки чат/звонок — одна колонка по оси X */
  .bottom_panel_mobile.sticky .centerBlock {
    width: 64px;
    max-width: 64px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .bottom_panel_mobile.sticky {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .bottom_panel_mobile.sticky .bottom_phone_mobile {
    width: 64px;
    max-width: 64px;
    margin: 0;
    align-items: center;
  }

  .bottom_panel_mobile.sticky .bottom_phone_mobile .bottom_phone {
    width: 64px;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }

  .bottom_panel_mobile.sticky .bottom_phone_mobile .bottom_chat,
  .bottom_panel_mobile.sticky .bottom_phone_mobile a.bottom_callback_btn,
  .bottom_panel_mobile.sticky .bottom_phone_mobile .hidden_icons a {
    width: 64px;
    height: 64px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .bottom_panel_mobile.sticky .bottom_phone_mobile a.bottom_callback_btn {
    display: flex;
    width: 64px;
    margin-top: 8px;
    margin-left: 0;
  }

  .bottom_panel_mobile.sticky .bottom_phone_mobile .hidden_icons {
    width: 64px;
    flex-direction: column;
    align-items: center;
  }

  .bottom_panel_mobile.sticky .bottom_phone_mobile .hidden_icons a {
    margin-top: 8px;
  }
}
