article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ul {
  padding-left: 0
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  text-decoration: underline;
  background-color: transparent
}

a:hover {
  text-decoration: none
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

select {
  word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

:invalid {
  -webkit-box-shadow: none;
  box-shadow: none
}

:-moz-submit-invalid {
  box-shadow: none
}

:-moz-ui-invalid {
  box-shadow: none
}

:required:invalid {
  outline: 0
}

::-webkit-file-upload-button {
  cursor: pointer
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none
}

[type="file"] {
  cursor: pointer
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important
}

*:focus {
  outline: none !important
}

*[placeholder] {
  text-overflow: ellipsis
}

*[placeholder]::-webkit-input-placeholder {
  color: #9499ab !important;
  text-overflow: ellipsis
}

*[placeholder]:-moz-placeholder {
  color: #9499ab !important;
  text-overflow: ellipsis
}

*[placeholder]::-moz-placeholder {
  color: #9499ab !important;
  text-overflow: ellipsis
}

*[placeholder]:-ms-input-placeholder {
  color: #9499ab !important;
  text-overflow: ellipsis
}

*[placeholder].placeholder {
  color: #9499ab !important;
  text-overflow: ellipsis
}

*, ::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
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ul {
  padding-left: 0
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  text-decoration: underline;
  background-color: transparent
}

a:hover {
  text-decoration: none
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

select {
  word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

:invalid {
  -webkit-box-shadow: none;
  box-shadow: none
}

:-moz-submit-invalid {
  box-shadow: none
}

:-moz-ui-invalid {
  box-shadow: none
}

:required:invalid {
  outline: 0
}

::-webkit-file-upload-button {
  cursor: pointer
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none
}

[type="file"] {
  cursor: pointer
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important
}

*:focus {
  outline: none !important
}

*[placeholder] {
  text-overflow: ellipsis
}

*[placeholder]::-webkit-input-placeholder {
  color: #9499ab !important;
  text-overflow: ellipsis
}

*[placeholder]:-moz-placeholder {
  color: #9499ab !important;
  text-overflow: ellipsis
}

*[placeholder]::-moz-placeholder {
  color: #9499ab !important;
  text-overflow: ellipsis
}

*[placeholder]:-ms-input-placeholder {
  color: #9499ab !important;
  text-overflow: ellipsis
}

*[placeholder].placeholder {
  color: #9499ab !important;
  text-overflow: ellipsis
}

* {
  margin: 0;
  padding: 0
}

h1, h2 {
  font-weight: 700;
  line-height: 1;
  color: #34375d;
  margin: 25px 0
}

h2 {
  font-size: 3em
}

h2, h3 {
  letter-spacing: .01em
}

h1 {
  font-size: 4.5em;
  margin-bottom: 29px
}

h3 {
  color: #34375d;
  font-weight: 700;
  font-size: 1.375em;
  margin-bottom: 15px
}

.dopinfo {
  overflow: hidden
}

.dopinfo h3 {
  clear: both;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin: 20px 0
}

a {
  color: #1f31a3
}

a:hover {
  text-decoration: none
}

img {
  max-width: 100%
}

ul {
  list-style-position: inside;
  margin-top: 5px;
  margin-bottom: 5px
}

ul li {
  line-height: 1.5em
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-top: 5px;
  margin-bottom: 5px
}

ol li {
  line-height: 1.5em
}

.centermod {
  clear: both;
  margin-top: 0
}

.leftmod {
  float: left;
  width: 310px
}

.leftmod ul {
  font-size: 14px;
  position: relative;
  margin: 0;
  padding: 40px 40px 25px;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.leftmod ul li {
  margin-bottom: 15px
}

.leftmod ul li a {
  color: #1f31a3;
  text-decoration: underline
}

.leftmod ul li a:hover, .leftmod ul li.active a {
  color: #f8a900;
  text-decoration: none
}

.leftmod ul.menu_bottom {
  background-color: #ebebeb;
  border-bottom: 0;
  padding: 15px 0 5px 20px
}

.rightmod {
  float: left;
  width: 818px;
  margin-left: 20px;
  padding: 25px 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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mod_topsix p.title {
  font-size: 30px;
  color: #242747;
  border-bottom: 1px solid #242747;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: -8px;
  text-align: center
}

.mod_topsix > div {
  clear: both
}

.mod_topsix table td {
  color: #242747;
  font-size: 14px;
  padding-bottom: 20px
}

.mod_topsix table td a {
  color: #151730;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 5px
}

.mod_topsix table td a:hover {
  text-decoration: none;
  color: #f8a900
}

.mod_topsix table td p {
  background-position: left;
  background-repeat: no-repeat;
  margin: 4px 0
}

.mod_topsix table td p.vydano {
  background-image: url(../images/ico_check.png);
  padding-left: 22px
}

.mod_topsix table td p.price {
  background-image: url(../images/ico_price.png);
  padding-left: 22px
}

.mod_topsix table td p.srok {
  background-image: url(../images/ico_term.png);
  padding-left: 22px
}

.mod_topsix p.all_countries_link {
  text-align: center
}

.mod_topsix p.all_countries_link a {
  color: #1f31a3;
  text-decoration: underline
}

.mod_topsix p.all_countries_link a:hover {
  color: #f8a900;
  text-decoration: none
}

.why {
  background-color: #f5f4f4;
  margin: 30px 0;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both
}

.mod_why p.title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px
}

.mod_why ul {
  text-align: center;
  list-style: none
}

.mod_why ul li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 12px;
  margin: 0 -1em;
  width: 160px
}

.mod_why table td {
  vertical-align: top;
  padding: 5px 12px;
  width: 160px
}

.mod_why_form {
  margin: 12px -15px 0
}

.mod_why_form:after {
  content: "";
  clear: both;
  display: table
}

.mod_why_form .single_input {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px
}

.mod_why_form.mainform_form .single_input {
  margin-top: 0
}

.mod_why_form .mainform_btn {
  margin-left: 0;
  margin-right: 0
}

.mod_why_form input[type=text], .mod_why_form input[type=tel] {
  width: 160px;
  height: 33px;
  border: 0;
  border-bottom: 1px solid #ced1dc;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 1em;
  color: #a0a0a0;
  margin-right: 27px;
  padding: 0
}

.mod_why_form input input:focus {
  border-bottom: 1px solid #01bdd7
}

.mod_why_form input input.error_field {
  border-bottom: 1px solid #ff6547
}

.add_comment_form textarea.error_field {
  border: 1px solid #ff6547
}

.warranty {
  margin-top: 80px;
  clear: both
}

.mod_warranty p.title, .mod_warranty h2 {
  text-align: center;
  font-size: 30px
}

.warranty_bg {
  background-position: right center;
  background-repeat: no-repeat
}

.mod_warranty ul {
  width: 500px;
  padding: 15px 0 50px;
  margin-top: 20px
}

.mod_warranty ul li {
  list-style: none;
  background-image: url(../images/ico_star.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 40px;
  margin: 30px 0;
  min-height: 25px;
  line-height: 25px
}

.mod_warranty ul li a {
  color: #000;
  text-decoration: underline
}

.mod_warranty ul li a:hover {
  text-decoration: none
}

.payment {
  clear: both
}

.custom_payment {
  padding: 34px 40px;
  border: 1px solid #f1f1f3;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  white-space: nowrap;
  color: #34375d;
  font-weight: 700;
  font-size: 1.375em
}

.custom_payment_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -6px;
  margin-right: -6px
}

.custom_payment_col {
  padding-left: 6px;
  padding-right: 6px;
  -ms-flex-preferred-size: 0;
  flex-basis: auto;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%
}

.custom_payment img {
  max-width: 100%;
  margin-left: -.25em
}

.custom_payment a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000
}

.custom_payment a:hover {
  color: #2a8ecf;
  border-bottom: 0
}

.clients {
  clear: both;
  margin: 40px 0
}

.custom_clients {
  margin: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.custom_clients span {
  display: inline-block;
  width: 100%;
  max-width: 165px;
  height: 66px;
  color: #34375d;
  font-weight: 700;
  font-size: 1.375em;
  text-align: left;
  padding-left: 15px;
  vertical-align: top;
  padding-top: 15px
}

.custom_clients img {
  vertical-align: top
}

.content {
  clear: both
}

.content.greybg {
  background-color: #f5f5f6;
  padding-top: 30px;
  margin-top: 0
}

.footer {
  clear: both;
  background-color: #efeff2
}

.footer_top {
  border-bottom: 1px solid #dcdce2;
  padding: 33px 0
}

.footer_top p {
  margin-bottom: 10px
}

.footer_site_title {
  font-weight: 700;
  font-size: 1em;
  color: #242747;
  text-transform: uppercase;
  letter-spacing: .05em
}

.footer_menu {
  float: left;
  width: 75%
}

.footer_menu ul {
  display: table;
  width: 100%
}

.footer_menu ul li {
  display: inline-block;
  margin-right: 30px
}

.footer_menu ul li.lastitem {
  margin-right: 0
}

.footer ul li a {
  color: #494a52;
  font-size: 1em;
  text-decoration: none
}

.footer ul li a:hover, .footer ul li.active a, .footer ul li.active span {
  color: #f8a900;
  border-bottom: 0
}

.footer_phone {
  float: right;
  width: 24%
}

.footer_phone .mod_geolocation {
  display: block;
  margin-left: 0;
  text-align: right
}

.footer_phone .mod_geolocation p {
  color: #818288
}

.footer_phone .mod_geolocation p.top_phones_hours {
  font-size: .875em
}

.footer_phone .mod_geolocation a {
  font-size: 1.125em;
  color: #242747
}

.footer_phone .mod_geolocation a:hover {
  color: #f8a900
}

.bottom_logo {
  float: left;
  width: 250px;
  position: relative;
  text-align: center;
  top: -15px
}

.bottom_logo img {
  vertical-align: top;
  margin-top: 20px;
  display: inline-block
}

.bottom_logo img:first-child {
  margin-top: 0
}

.bottom_menu {
  float: right;
  display: table;
  width: 880px;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.footer_submenu {
  display: table-cell;
  width: 27%
}

.footer_submenu ul li {
  list-style: none
}

.footer_submenu .menu_title {
  font-weight: 700;
  font-size: 1em;
  color: #242747;
  text-transform: uppercase;
  margin-bottom: 15px
}

.bottom_text {
  margin: 30px 0 15px;
  font-size: .875em;
  line-height: 20px;
  color: #818288
}

ul.menu_addr {
  margin-left: 20px
}

ul.menu_addr li {
  margin: 10px 0
}

ul.menu_addr li a {
  border-bottom: 1px dashed #000;
  color: #000;
  font-size: 15px;
  text-decoration: none
}

ul.menu_addr li a:hover, ul.menu_addr li.active a {
  color: #2a8ecf;
  border-bottom: 0
}

.custom_design {
  float: right;
  font-size: .875em;
  color: #818288
}

.custom_design a {
  color: #494a52
}

.footer_bottom {
  clear: both;
  padding: 40px 0 50px
}

.bottom_form {
  height: 450px;
  margin-bottom: 30px;
  padding: 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden
}

.bottom_form .parallax {
  background-color: #bbb;
  width: 100%;
  height: 115%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none
}

.bottom_form .title {
  padding-top: 100px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 3em
}

.bottom_form .title strong {
  font-size: 1.5em
}

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

.bottom_bottom ul li {
  list-style: none
}

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

.menu_social li a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 5px
}

.mod_offices {
  text-align: center
}

.mod_offices p.title {
  font-size: 18px;
  margin-bottom: 27px
}

.mod_offices div {
  position: relative;
  width: 250px;
  height: 210px;
  overflow: hidden;
  margin-bottom: 0 !important
}

.mod_offices div img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

.mod_offices div img.active {
  z-index: 2
}

.breadcrumbs {
  margin-bottom: 4%;
  margin-top: 27px;
  font-size: .875em;
  color: #8e92a1;
  padding-left: 0
}

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

.breadcrumbs a {
  color: #8e92a1;
  text-decoration: none
}

.breadcrumbs a:hover {
  text-decoration: underline;
  color: #f8a900
}

.breadcrumbs span.separator {
  color: #8e92a1
}

.footer a.title {
  border-bottom: 1px dashed #000;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 22px;
  display: inline-block
}

.footer a.title:hover {
  color: #2a8ecf;
  border-bottom-color: transparent
}

p.coutry_short_descr {
  color: #7d7d7d;
  font-size: 18px
}

.viza_page h2, .viza_page h1 {
  font-size: 3em
}

.dopcontent h2, .dopcontent h1 {
  font-size: 1.75em;
  text-align: left !important
}

.viza_title {
  color: #34375d;
  font-weight: 700;
  font-size: 4.500em;
  margin: 0 0 34px -3px;
  line-height: 1
}

.country_nav_title {
  overflow: hidden
}

.country_nav_title h1 {
  float: left;
  color: #242747;
  font-size: 1.375em;
  margin-top: 0;
  margin-bottom: 25px
}

h2.popular_city_title {
  color: #242747;
  font-size: 1.375em;
  margin-top: 0;
  margin-bottom: 25px
}

.country_nav_title .search_input {
  float: right;
  width: 530px;
  height: 28px;
  margin: 0 0 25px;
  padding-right: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.country_nav_title .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
}

.country_nav_title .search_input input {
  display: block;
  height: 28px;
  width: 510px;
  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
}

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

.country_nav {
  position: relative;
  top: 0;
  display: table;
  width: 100%;
  margin-bottom: 40px
}

.country_col {
  display: table-cell;
  width: 16%
}

.country_nav > div {
  margin: 12px auto;
  width: 960px
}

.country_nav a {
  display: block;
  font-weight: 700;
  color: #1f31a3;
  margin: 12px 0;
  text-decoration: none
}

.country_nav a img {
  margin-right: 5px;
  width: 24px;
  height: 14px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .3)
}

.country_nav a span {
  border-bottom: 1px solid #c7cbe8;
  line-height: 16px;
  display: inline-block
}

.country_nav a:hover, .country_nav a.active {
  color: #f8a900
}

.country_nav a:hover span, .country_nav a.active span {
  border-bottom: 0
}

.popular_city_nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start
}

.popular_city_nav .country_col {
  flex-grow: 1
}

.popular_city_nav a {
  display: block;
  font-weight: 700;
  color: #1f31a3;
  margin: 12px 0;
  text-decoration: none;
  white-space: nowrap
}

.popular_city_nav a img {
  margin-right: 5px;
  width: 24px;
  height: 14px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .3)
}

.popular_city_nav a span {
  border-bottom: 1px solid #c7cbe8;
  line-height: 16px;
  display: inline-block
}

.popular_city_nav a:hover, .popular_city_nav a.active {
  color: #f8a900
}

.popular_city_nav a:hover span, .popular_city_nav a.active span {
  border-bottom: 0
}

.country_item h3 {
  font-size: 1.75em;
  line-height: 60px;
  margin-bottom: 0
}

.country_item h3 a {
  position: relative;
  text-decoration: none;
  background-image: url(../images/dotted_blue.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  display: inline-block;
  line-height: 30px
}

.country_item h3 a::after {
  content: '';
  display: block;
  background-image: url(../images/arrow_down.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 5px;
  position: absolute;
  right: -20px;
  top: 17px
}

.country_hidden {
  display: none
}

.country_links {
  margin: 15px 0;
  text-align: right;
  line-height: 50px
}

.country_links a {
  font-weight: 700;
  margin-right: 25px
}

.country_links a:hover {
  text-decoration: none
}

.country_links a.order_viza {
  position: relative;
  top: -5px;
  margin-right: 0
}

.country_item {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9eb
}

.country_item.active .country_hidden {
  display: block
}

.country_item.active h3 a {
  color: #151730;
  border-bottom: 0;
  background-image: none;
  text-decoration: none
}

.country_item h3 a:hover {
  border-bottom: 0;
  background-image: none
}

.country_item.active h3 a::after {
  background-image: url(../images/arrow_up.png)
}

.country_item.active h3 a:hover {
  color: #1f31a3
}

.country_item .country_descr {
  margin-bottom: 20px
}

.country_descr {
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: #fff;
  border: 1px solid #f1f1f3;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  color: #242747;
  padding: 0;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.country_vizy_header_prices .country_descr {
  margin-top: 0
}

.country_prices {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0;
  background-color: #fff;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 9
}

.item_prices {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.without_hotel {
  display: none
}

.prices_col {
  width: 25%;
  padding: 40px;
  border-left: 1px solid #f5f5f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.prices_col:first-of-type {
  border-left: 0
}

.prices_row_0 {
  color: #1f31a3;
  font-size: 1.75em;
  margin-bottom: 10px
}

.prices_row_0 span {
  border-bottom: 1px solid #1f31a3;
  display: inline-block;
  line-height: 1em
}

.prices_row_1 {
  color: #3b3c51;
  height: 60px
}

.prices_row_2 {
  color: #242747;
  font-size: 2.25em;
  margin-bottom: 5px
}

.prices_row_3 {
  color: #242747;
  font-size: 1em;
  margin-bottom: 20px
}

.prices_row_5 {
  color: #9499ab;
  font-size: .75em;
  margin-top: 10px
}

.country_vizy_header_prices {
  position: relative;
  margin-bottom: 40px
}

.country_has_hotel {
  display: inline-block;
  margin-top: 65px
}

.country_has_hotel.viza_catalog {
  display: block;
  position: relative;
  top: 0;
  margin-top: 20px
}

.country_has_hotel p {
  color: #fff;
  font-size: 1.25em;
  margin-bottom: 35px
}

.country_has_hotel.viza_catalog p {
  display: inline-block;
  font-family: 'Proxima Nova';
  font-size: 1em;
  color: #242747;
  margin-bottom: 0
}

.country_has_hotel.viza_catalog br {
  display: none
}

.country_radio {
  display: inline-block;
  margin-right: 55px
}

.country_has_hotel.viza_catalog .country_radio {
  margin-left: 25px;
  margin-right: 0
}

.country_radio label {
  display: block;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 1.75em;
  padding-left: 45px;
  background-image: url(../images/custom_radio.png);
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative
}

.country_has_hotel.viza_catalog label {
  font-family: 'Proxima Nova';
  font-size: 1em;
  color: #242747;
  height: 24px;
  line-height: 24px;
  padding-left: 36px;
  background-image: url(../images/custom_radio1.png)
}

.country_radio.checked label {
  background-position: left bottom
}

.country_radio input {
  opacity: 0;
  position: absolute;
  left: -10px;
  top: -10px
}

.country_has_hotel.viza_catalog .country_links {
  float: right;
  margin: 0
}

.country_descr table td {
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  border: 0
}

.country_descr table {
  border: 0;
  border-collapse: collapse
}

.country_important p.title {
  color: #bc252b;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px
}

a.order_viza {
  padding: 2px;
  width: 275px;
  display: block;
  float: right;
  border: 3px solid #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

a.order_viza span {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #151730;
  border: 1px solid #ced1dc;
  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
}

.country_item.active a.order_viza span {
  background-color: #b32228;
  border: 1px solid #b32228
}

.country_item.active a.order_viza:hover span, a.order_viza:hover span {
  border: 1px solid #b32228;
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a.order_viza:active span {
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a.order_viza:focus {
  border: 3px solid #ffbcbf
}

.country_consul {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0
}

.country_consul:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5)
}

.country_consul .centerBlock {
  position: relative;
  z-index: 2
}

.country_consul p.title {
  font-weight: 700;
  font-size: 3em;
  color: #fff;
  margin: 0 0 30px;
  text-align: center
}

.konsul_tabs {
  text-align: center;
  margin-bottom: 55px
}

.konsul_tabs li {
  display: inline-block;
  list-style: none;
  margin: 0 17px;
  font-weight: 700;
  font-size: 1.375em
}

.konsul_tabs li a {
  color: #fff;
  text-decoration: none;
  background-image: url(../images/dotted_white.png);
  background-position: center bottom;
  background-repeat: repeat-x
}

.konsul_tabs li.active a, .konsul_tabs li a:hover {
  color: #ffb400;
  background-image: none
}

.konsul_addr_row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.konsul_addr_col {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.konsul_descr {
  text-align: center;
  display: none
}

.konsul_descr.active {
  display: block
}

.konsul_descr h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 35px
}

.konsul_descr p {
  color: #fff;
  vertical-align: top;
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-right: 50px;
  text-align: left
}

.konsul_descr p a {
  color: #fff
}

.konsul_descr p a:hover {
  text-decoration: none
}

.konsul_descr .konsul_address {
  background-image: url(../images/ico_konsul_addr.png)
}

.konsul_descr .konsul_phone {
  background-image: url(../images/ico_konsul_phone.png)
}

.konsul_descr .konsul_fax {
  background-image: url(../images/ico_konsul_fax.png)
}

.konsul_descr .konsul_email {
  background-image: url(../images/ico_konsul_email.png);
  background-position: left top 6px
}

ul.country_documents {
  margin-top: 50px
}

ul.country_documents h2 {
  font-size: 1.75em
}

ul.country_documents > li {
  list-style: none;
  margin: 50px 0;
  padding: 40px 40px 25px;
  background-color: #fff;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

ul.country_documents .intro {
  color: #959595;
  margin: 20px 0
}

.country_price_item_cell {
  padding-top: 15px;
  width: 100%
}

.country_price_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 53px 30px;
  letter-spacing: .01em;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}

.country_price_item_col {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 30%;
  text-align: center
}

.country_price_item + .country_price_item {
  border-top: 1px solid #f5f5f7
}

.country_price_item_inner {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}

.country_price_item_link_container, .country_price_item_freq {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%
}

.country_price_item_link_container {
  padding-right: 30px;
  line-height: 1.7
}

.country_price_item_full_price {
  -ms-flex: 0 0 60%;
  -webkit-box-flex: 0;
  flex: 0 0 60%;
  max-width: 60%
}

.country_price_item_link {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s
}

.country_price_item_srok {
  font-size: 24px;
  font-weight: 700
}

.country_price_item_freq {
  font-size: 16px;
  color: #3b3c51;
  padding-right: 20px
}

.country_price_item_price {
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 700;
  color: #242747
}

.country_price_item_fee, .country_price_item_include {
  display: inline-block;
  vertical-align: baseline
}

.country_price_item_fee {
  font-size: 16px;
  font-weight: 700;
  color: #242747
}

.country_price_item_include {
  color: #9499ab;
  font-size: 12px;
  line-height: normal;
  -ms-flex: 0 0 40%;
  -webkit-box-flex: 0;
  flex: 0 0 40%;
  max-width: 40%
}

.fulltext h2 {
  float: left
}

.fulltext .descr {
  clear: left;
  float: left;
  margin-top: 15px;
  width: 655px
}

.fulltext ul > li, .country_important ul li {
  background-image: url(../images/marker.png);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left: 17px;
  margin-bottom: 17px;
  list-style: none
}

.fulltext .gallery {
  float: right;
  width: 280px;
  position: relative
}

.gallery_wrap {
  position: relative;
  width: 220px;
  height: 310px;
  overflow: hidden;
  border: 1px solid #b7b7b7;
  margin: 0 auto
}

.gallery_wrap > a {
  display: block;
  height: 310px;
  position: absolute;
  left: 0;
  top: 0
}

.gallery_wrap > a.active {
  z-index: 10
}

.gallery a.gprev, .gallery a.gnext {
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(../images/gallery_nav.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 145px
}

.gallery a.gprev {
  background-position: left;
  left: 0
}

.gallery a.gnext {
  background-position: right;
  right: 0
}

.country_important .mod_why_form {
  width: 390px;
  margin: 0 auto
}

.country_important .mod_form_title {
  font-size: 18px;
  text-align: center;
  color: #000;
  white-space: nowrap;
  margin-top: 60px;
  margin-bottom: 30px
}

.country_checking {
  margin: 50px auto
}

.country_checking p {
  margin-bottom: 15px
}

.country_checking strong {
  color: #272727;
  font-size: 1.375em;
  font-weight: 700
}

.country_checking img {
  max-width: 100%
}

.consul_table_wrap {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden
}

.country_consul table {
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, .35)
}

.country_consul table tr {
  border-bottom: 1px solid #c2c2c2
}

.country_consul table td {
  padding: 12px 15px;
  vertical-align: top;
  border: 1px solid #c2c2c2
}

ul.menu_small {
  text-align: center;
  font-size: 14px;
  height: 65px;
  margin-bottom: 40px
}

ul.menu_small li {
  list-style: none;
  float: left;
  height: 65px;
  padding: 0 20px
}

ul.menu_small li:first-child {
  padding-left: 0
}

ul.menu_small li.lastitem {
  padding-right: 0
}

ul.menu_small li img {
  display: block;
  margin: 0 auto 5px
}

ul.menu_small li span.image-title {
  border-bottom: 1px dashed #000
}

ul.menu_small li a {
  color: #000;
  text-decoration: none
}

ul.menu_small li a:hover, ul.menu_small li.active a {
  color: #bc252b
}

ul.menu_small li a:hover span, ul.menu_small li.active a span {
  border-bottom: 0
}

.custom_about img {
  margin-left: 10px;
  width: 231px;
  height: 163px
}

.custom_about img:first-child {
  margin-left: 0
}

.blog_item_title {
  position: relative;
  z-index: 5
}

.blog_category {
  position: relative;
  z-index: 5;
  margin-top: -443px
}

.blog_category h1, .blog_item_title h1 {
  text-align: left;
  font-size: 4.5em;
  font-weight: 700;
  color: #fff;
  margin: 60px 0
}

.blog_category p.item_date, .blog_item_title p.item_date {
  color: #fff
}

.blog_category .breadcrumbs a, .blog_item_title .breadcrumbs a {
  color: #fff
}

.popular_news {
  margin-bottom: 30px;
  padding: 40px 40px 25px;
  background-color: #fff;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.popular_news h3 {
  font-size: 1.75em
}

.popular_news_item {
  display: inline-block;
  width: 33%;
  padding-right: 70px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.popular_news_item a {
  font-weight: 700;
  font-size: 1.125em;
  text-decoration: none
}

.popular_news_item a span {
  line-height: 1em;
  border-bottom: 1px solid #c7cbe8;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s
}

.popular_news_item a:hover span {
  border-bottom: 1px solid transparent
}

.popular_date {
  display: block;
  color: #9499ab;
  font-size: .875em;
  margin: 10px 0 15px
}

.allnews {
  margin: 0 auto
}

.news_item {
  display: block;
  float: left;
  margin: 0 0 30px;
  width: 360px;
  background-color: #fff;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}

.news_img {
  height: 230px;
  position: relative
}

.news_img a {
  display: block;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.news_img a::before {
  content: "";
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  opacity: 0
}

.news_img a:hover::before {
  opacity: 1
}

.news_item h3 {
  font-size: 1.25em;
  padding: 0 30px;
  margin: 25px 0
}

.news_item h3 a {
  text-decoration: none;
  border-bottom: 1px solid;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s
}

.news_item h3 a:hover {
  border-color: transparent
}

.news_text {
  padding: 0 30px
}

.news_bottom {
  overflow: hidden;
  padding: 0 30px;
  margin-top: 5px
}

.news_bottom .popular_date {
  float: right
}

.item_params {
  float: left
}

.item_hits {
  display: block;
  float: left;
  background-image: url(../images/ico_hits.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  color: #9499ab;
  font-size: .875em;
  margin: 10px 0 15px
}

.item_like {
  float: left;
  margin-left: 25px
}

.item_like > * {
  display: inline-block;
  color: #9499ab;
  font-size: .875em;
  margin: 10px 3px 15px;
  vertical-align: top
}

.like_plus {
  background-image: url(../images/ico_like.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px
}

.like_minus {
  background-image: url(../images/ico_dislike.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px
}

.like_count {
  display: inline-block
}

.btn_pagination {
  display: block;
  width: 205px;
  height: 50px;
  line-height: 48px;
  margin: 0 auto 50px;
  color: #34375d;
  background-color: #fff;
  border: 1px solid #ced1dc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.btn_pagination:hover {
  color: #fff;
  background-color: #b32228;
  border: 1px solid #b32228
}

.btn_pagination:active {
  background-color: #b32228;
  border: 1px solid #b32228
}

.catalog_sort {
  text-align: right;
  margin-bottom: 30px;
  color: #9499ab
}

.catalog_sort > * {
  display: inline-block
}

.catalog_sort a {
  color: #34375d;
  width: 140px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.catalog_sort a.active {
  background-color: #fff;
  border: 1px solid #ced1dc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.short {
  clear: both;
  margin-bottom: 20px
}

.short p.title {
  font-weight: 500;
  margin-bottom: 10px
}

.short .text {
  font-size: 13px;
  color: #5f5f5f;
  margin-bottom: 10px
}

.short p.date {
  float: left;
  font-size: 13px
}

.short p.more {
  float: right;
  font-size: 13px
}

.short p.more a {
  color: #bc252b;
  border-bottom: 1px dashed #bc252b;
  text-decoration: none
}

.short p.more a:hover {
  border-bottom: 0
}

.blog_page h2 {
  margin-bottom: 25px
}

p.item_date {
  margin: 12px 0;
  font-size: 14px
}

.country_item_breadcrumbs {
  background-color: #fff;
  padding: 1px 0
}

.item_fulltext.country_page {
  background-color: #fff;
  padding-top: 1px;
  overflow: hidden
}

.item_fulltext p {
  margin: 20px 0;
  color: #3b3c51
}

.item_fulltext li {
  list-style: none;
  margin: 10px 0;
  position: relative;
  padding-left: 17px;
  color: #3b3c51
}

.item_fulltext li::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ffb400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px
}

.item_fulltext .breadcrumbs li {
  padding-left: 0
}

.item_fulltext .breadcrumbs li::before {
  display: none
}

.blog_item_title_outer {
  height: 360px;
  display: table
}

.blog_item_title_inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle
}

.blog_page .blog_item_title_inner h1 {
  margin: 0
}

.blog_page .blog_item_title_inner .item_date {
  color: #fff
}

.blog_lead {
  margin: 40px 0;
  font-size: 1.375em;
  color: #3b3c51
}

.blog_left {
  float: left;
  width: 770px;
  color: #3b3c51
}

.blog_right {
  float: right;
  width: 295px
}

.blog_fulltext p {
  margin-bottom: 15px;
  line-height: 1.5
}

.blog_fulltext h2, .blog_fulltext h3 {
  margin-top: 50px;
  margin-bottom: 20px
}

.bron_page .blog_fulltext h3 {
  font-size: 1.75em;
  margin: 30px 0
}

.blog_fulltext ol {
  counter-reset: list1
}

.blog_fulltext ol li {
  list-style: none;
  margin-bottom: 5px
}

.blog_fulltext ol li::before {
  content: counter(list1) ".";
  counter-increment: list1;
  margin-right: 15px;
  float: left
}

.blog_fulltext ul li {
  list-style: none;
  position: relative;
  padding-left: 17px;
  margin-bottom: 5px
}

.blog_fulltext ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ffb400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px
}

.blog_fulltext table {
  border-collapse: collapse;
  border-bottom: 1px solid #ebebeb
}

.blog_fulltext table tr:nth-child(even) {
  background-color: #f9fafc
}

.blog_fulltext table td {
  padding: 20px 28px;
  text-align: left;
  border-collapse: collapse
}

.blog_fulltext table th {
  padding: 20px 28px;
  color: #242747;
  font-weight: 700;
  text-align: left;
  border-collapse: collapse;
  border-bottom: 1px solid #ebebeb;
  vertical-align: top
}

.link_external {
  background-image: url(../images/link_external.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  padding-right: 17px
}

.link_external span {
  border-bottom: 1px solid #c7cbe8;
  display: inline-block;
  line-height: 1
}

.link_external:hover span {
  border-bottom: 0
}

.link_windowed {
  background-image: url(../images/link_windowed.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  padding-right: 17px
}

.link_windowed span {
  border-bottom: 1px solid #c7cbe8;
  display: inline-block;
  line-height: 1
}

.link_windowed:hover span {
  border-bottom: 0
}

.link_simple {
  text-decoration: none
}

.link_simple span {
  border-bottom: 1px solid #c7cbe8;
  display: inline-block;
  line-height: 1
}

.link_simple:hover span {
  border-bottom: 0
}

.link_dotted {
  text-decoration: none
}

.link_dotted span {
  display: inline-block;
  line-height: 1;
  background-image: url(../images/dotted_blue.png);
  background-repeat: repeat-x;
  background-position: left bottom
}

.link_dotted:hover span {
  background-image: none
}

.file_link {
  display: inline-block;
  width: 40%;
  vertical-align: top
}

.file_link a {
  display: block;
  padding: 10px 0 10px 70px;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #242747;
  font-size: .875em
}

.file_link a span {
  display: block;
  font-family: 'Proxima Nova';
  color: #8e92a1
}

.doc_link a {
  background-image: url(../images/doc_link.png)
}

.pdf_link a {
  background-image: url(../images/pdf_link.png)
}

.xls_link a {
  background-image: url(../images/xls_link.png)
}

.ppt_link a {
  background-image: url(../images/ppt_link.png)
}

.blog_right_image img {
  max-width: 100%
}

.blog_right_image h2, p.hidden_prop {
  display: none
}

.blog_right_image p {
  color: #9499ab;
  font-size: .75em;
  line-height: normal;
  margin: 15px 0
}

.blog_vrezka {
  border-top: 4px solid #ffb400;
  padding-top: 15px;
  color: #202021;
  text-transform: uppercase
}

.blog_gallery {
  margin: 30px 0 15px
}

.blog_gallery_caption p.hidden {
  display: none
}

.blog_gallery_caption p.active {
  display: block
}

.blog_gallery_item {
  width: 755px;
  display: none
}

.blog_gallery_item.active {
  display: block
}

.blog_gallery_item img {
  max-width: 100%
}

.blog_gallery_item h2, .blog_gallery_item span {
  display: none
}

.blog_gallery_nav {
  text-align: center
}

.blog_gallery_nav > * {
  display: inline-block;
  vertical-align: middle
}

.blog_gallery_nav a {
  width: 7px;
  height: 12px;
  margin: 0 7px;
  background-image: url(../images/blog_gallery_nav.png);
  background-repeat: no-repeat
}

.blog_gallery_nav a.prev {
  background-position: left center
}

.blog_gallery_nav a.next {
  background-position: right center
}

.blog_quote {
  background-color: #f5f5f6;
  padding: 25px 70px 25px 30px;
  margin: 50px 0
}

.blog_quote_text {
  color: #34375d;
  font-size: 1.375em
}

.blog_quote_caption {
  font-style: normal;
  color: #8e92a1
}

.blog_bottom {
  clear: both;
  border-top: 1px solid #e9e9eb;
  padding: 15px 0;
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap
}

.social_share {
  margin-top: 15px;
  text-align: center
}

.social_share li {
  margin: 0 5px !important
}

.avia_page {
  text-align: center
}

.avia_page h2 {
  font-size: 1.5em;
  margin: 20px 0
}

.avia_page table {
  width: 760px;
  margin: 35px auto
}

.avia_page table td {
  padding: 0 38px;
  width: 33%
}

.avia_page table td img {
  cursor: pointer
}

.avia_page ul {
  width: 760px;
  margin: 35px auto;
  list-style: none
}

.avia_page ul li {
  display: inline-block;
  margin: 0 -1em;
  width: 33%;
  vertical-align: top
}

.avia_page ul li p {
  padding: 0 38px
}

.avia_page ul li img {
  cursor: pointer
}

.attention {
  border: 1px solid #bc252b;
  padding: 20px 30px;
  text-align: center;
  width: 550px;
  font-size: 18px;
  margin: 15px auto
}

.attention span {
  color: #bc252b
}

.aviaform {
  margin: 50px 0;
  padding: 40px 40px 25px;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.aviaform .mod_form_title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px
}

.aviaform .mod_why_form {
  width: 590px;
  margin: 0 auto
}

.searchkod {
  margin: 25px auto 50px;
  width: 630px;
  height: 100px;
  padding-top: 70px;
  text-align: center;
  border: 3px solid #959595
}

.fransh_page {
  text-align: center;
  font-size: 18px
}

.fransh_page .aviaform {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0
}

.fransh_page .aviaform .mod_why_form {
  width: 820px
}

.fransh_page .aviaform .fulltext {
  margin-bottom: 20px
}

.fransh_page .aviaform p.automat {
  font-size: 14px;
  margin-top: 20px
}

.mod_why_form.faq {
  width: 600px;
  margin: 20px auto;
  background-color: #f6f6f6
}

.mod_why_form.faq textarea {
  width: 580px;
  height: 85px;
  padding: 5px 10px;
  border: 1px solid #d7d7d7;
  margin-bottom: 20px;
  resize: none;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
  color: #a0a0a0;
  display: block
}

.mod_why_form.faq a {
  width: 185px;
  margin: 15px auto;
  float: none
}

.comments_list {
  margin: 0 auto
}

.comment_item {
  display: block;
  float: left;
  margin: 0 0 30px;
  width: 360px;
  padding: 40px 35px 35px;
  background-color: #fff;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}

.ciu_image {
  float: left;
  width: 50px;
  height: 50px;
  margin-bottom: 17px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.ciu_title {
  margin-left: 70px;
  margin-bottom: 5px
}

.ciu_title a {
  text-decoration: none
}

.ciu_title span {
  color: #1f31a3;
  border-bottom: 1px solid #c7cbe8
}

.ciu_title span:hover {
  border-bottom: 0
}

.ciu_city {
  color: #34375d;
  margin-left: 70px
}

.comment_item_text {
  clear: both;
  color: #242747
}

.comment_bottom {
  margin-top: 10px;
  overflow: hidden
}

.stars {
  float: left;
  position: relative;
  margin-top: 10px
}

.stars_bg {
  height: 14px;
  width: 100px;
  background-image: url(../images/stars_grey.png);
  background-position: left center;
  background-repeat: repeat-x
}

.stars_bg > div {
  background-image: url(../images/stars_yellow.png);
  background-position: left center;
  background-repeat: repeat-x;
  height: 14px
}

.comment_bottom .popular_date {
  float: right;
  margin-bottom: 0
}

a.send_comment_btn {
  padding: 2px;
  width: 360px;
  display: block;
  border: 3px solid #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

a.send_comment_btn span {
  display: block;
  height: 70px;
  line-height: 68px;
  color: #fff;
  font-size: 1.125em;
  background-color: #b32228;
  border: 1px 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
}

a.send_comment_btn:hover span {
  border: 1px solid #bb2228;
  background-color: #bb2228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a.send_comment_btn:active span {
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a.send_comment_btn:focus {
  border: 3px solid #ffbcbf
}

.avg_rating {
  float: right;
  margin-top: 7px
}

.avg_rating p {
  margin-top: 16px;
  text-align: center;
  color: #9499ab;
  font-weight: 700;
  letter-spacing: .01em
}

.avg_rating p span {
  margin: 0 2px;
  vertical-align: middle;
  line-height: 1
}

.avg_rating p .star {
  display: inline-block;
  margin-right: 0;
  margin-top: -4px
}

.avg_rating_value {
  font-size: 1.125em;
  color: #34375d
}

.faq_text {
  float: left;
  width: 630px;
  color: #242747;
  font-size: 1.375em
}

.comments_descr {
  margin-bottom: 35px
}

.comments_page h1 {
  font-size: 4.5em
}

ul.faq_list {
  width: 785px;
  list-style: none
}

ul.faq_list li {
  clear: both;
  margin: 30px 0
}

ul.faq_list li .title {
  margin-top: 15px;
  font-size: 16px
}

ul.faq_list li .answer {
  position: relative;
  margin-left: 85px;
  margin-top: 20px;
  border: 1px solid #2a8ecf;
  padding: 15px 30px;
  border-radius: 7px
}

ul.pagination {
  text-align: center
}

ul.pagination li {
  margin: 0 7px;
  display: inline-block;
  list-style: none
}

ul.pagination li a {
  text-decoration: none;
  border-bottom: 1px dashed #2a8ecf
}

ul.pagination li a:hover {
  border-bottom: 0
}

.login_page {
  text-align: center;
  font-size: 18px
}

.login_form {
  width: 540px;
  margin: 30px auto 15px;
  background-color: #f6f6f6
}

.login_tabs a {
  float: left;
  width: 270px;
  height: 45px;
  line-height: 45px;
  color: #000;
  background-color: #d7d7d7;
  text-decoration: none
}

.login_tabs a.active {
  background-color: #f6f6f6;
  text-decoration: underline
}

#login, #reg {
  clear: both;
  padding-top: 40px
}

#reg {
  display: none
}

.login_btns {
  background-color: #fff
}

.login_form input {
  width: 215px;
  height: 31px;
  padding: 0 10px;
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
  color: #a0a0a0
}

.login_form input.repeatpass {
  float: right;
  margin-right: 21px
}

.login_form input.error_field {
  border: 1px solid red
}

.login_btns {
  padding: 15px 0
}

.login_btns a.cancel_btn {
  color: #f57c20;
  border: 2px solid #f57c20;
  display: block;
  width: 140px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  float: right
}

.login_btns a.cancel_btn:hover {
  background: #f57c20;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.login_btns a.login_btn, .login_btns a.reg_btn {
  color: #2a8ecf;
  border: 2px solid #2a8ecf;
  display: block;
  width: 175px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  float: right;
  margin-left: 20px
}

.login_btns a.login_btn:hover, .login_btns a.reg_btn:hover {
  background: #2a8ecf;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

#login p {
  font-size: 15px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 25px;
  color: #b7b7b7
}

#login p a {
  margin-right: 10px;
  margin-left: 10px
}

#login p a:hover {
  text-decoration: none
}

.cabinet_page h1 {
  font-size: 18px;
  font-weight: 400;
  text-align: center
}

.cabinet_page .login_info {
  width: 460px;
  margin: 30px auto
}

.cabinet_page .login_info p {
  float: left;
  line-height: 30px
}

.account_logout_form {
  float: right;
  width: 125px
}

.cabinet_page .login_info button {
  color: #f57c20;
  border: 2px solid #f57c20;
  display: block;
  width: 120px;
  height: 31px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  margin: 0 auto 15px
}

.cabinet_page .login_info button:hover {
  background: #f57c20;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.cabinet_form {
  text-align: center;
  clear: both;
  margin: 60px 0;
  padding: 40px 40px 25px;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.cabinet_form .userfields, .cabinet_form .cabinet_btns {
  width: 545px;
  margin: 0 auto 20px;
  padding: 0 30px
}

.cabinet_form .cabinet_btns {
  overflow: hidden
}

.cabinet_btns_left, .cabinet_btns_right {
  float: left;
  width: 50%
}

.cabinet_form .userfields input {
  width: 215px;
  height: 33px;
  border: 0;
  border-bottom: 1px solid #ced1dc;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 1em;
  color: #a0a0a0;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0
}

.cabinet_form .userfields input.error_field {
  border-bottom: 1px solid #ff6547
}

.cabinet_form .userfields input:focus {
  border-bottom: 1px solid #01bdd7
}

.cabinet_form .incity_select {
  width: 235px;
  height: 31px;
  float: none;
  margin: 0 auto;
  background-color: #fff
}

.cabinet_form .incity_select select {
  width: 100%;
  height: 31px
}

.cabinet_form .incity_select span.styled {
  width: 100%;
  height: 31px;
  line-height: 31px;
  background-position: right center
}

.cabinet_text {
  margin-bottom: 25px
}

.cabinet_btns a.load_files {
  color: #f57c20;
  border: 2px solid #f57c20;
  display: block;
  width: 160px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  margin: 0 auto 15px
}

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

.cabinet_btns a.send_files:hover {
  border-bottom: 0
}

.cabinet_btns .inputFile {
  display: block;
  width: 220px;
  height: 36px;
  margin: 0
}

.cabinet_btns .fileinp {
  color: #151730;
  background: #ffb400;
  border: 1px solid #ffb400;
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px auto 15px;
  position: relative;
  -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
}

.cabinet_btns .fileinp:hover {
  background-color: #ffac0b;
  border: 1px solid #ffac0b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.cabinet_btns .inputFile {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  z-index: 20 !important;
  opacity: 0;
  width: 220px;
  height: 50px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  cursor: pointer
}

.cabinet_btns .fonTypeFile {
  display: block;
  width: 220px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center
}

.cabinet_btns .inputFileVal {
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 31px;
  z-index: 1;
  border: 0 !important
}

.contacts_page h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px
}

.contacts_page .contact_item {
  padding: 30px 0;
  border-top: 1px solid #d7d7d7
}

.contacts_page .contact_item.first {
  padding-top: 0
}

.contact_left {
  float: left;
  width: 425px
}

.contact_left .title {
  font-size: 18px;
  font-weight: 500
}

.contact_left .addr {
  margin: 15px 0
}

.contact_right {
  float: right;
  width: 530px
}

.city_list {
  display: table;
  margin: 0 auto 30px
}

.city_column {
  width: 200px;
  display: table-cell
}

.highslide-html, .highslide-outline, .highslide-wrapper {
  background-color: transparent !important
}

.highslide-wrapper {
  border-radius: 9px
}

.highslide-html-content {
  padding: 0 !important
}

.highslide-header {
  padding-bottom: 0 !important
}

.highslide-caption {
  background-color: #fff !important;
  padding: 0;
  padding-right: 2px;
  padding-bottom: 10px;
  padding-left: 10px
}

.highslide-header ul li span {
  display: none
}

.highslide-header .highslide-move {
  display: none
}

.highslide-header .highslide-close {
  display: none
}

.highslide-footer {
  display: none
}

.highslide-active-anchor img {
  visibility: visible !important
}

.close_btn {
  width: 24px;
  height: 24px;
  background-image: url(../images/popup_close.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: -25px;
  top: -10px
}

.close_btn_hs {
  top: -35px;
  cursor: pointer
}

.highslide-image {
  background-color: #fff
}

#_loading {
  background-image: url(../images/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: none;
  z-index: 200
}

.dopcontent {
  clear: both;
  margin: 20px 0
}

.dopcontent p {
  margin: 15px 0
}

.dopinfo .centerBlock .custom h2 {
  margin: 10px 0
}

.dopinfo .centerBlock .custom p {
  padding: 10px 0
}

.dopcontent ul {
  margin-left: 20px;
  list-style: disc
}

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

.mod_geolocation a.phone_number {
  border-bottom: 0
}

.mod_geolocation a:hover {
  border-bottom: 0
}

p.geo_city {
  white-space: nowrap
}

.footer2_top img {
  width: 85px
}

.lologo {
  display: flex;
  align-items: center;
  flex-direction: row
}

.lologo .texxt {
  font-weight: 800;
  margin-left: 10px;
  width: min-content;
  text-align: left
}

.footer_right .top_phones {
  background-image: url(../images/ico_iphone.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  text-align: center
}

.footer_right p {
  font-size: 13px;
  margin-bottom: 7px
}

.footer_right a {
  font-size: 15px
}

.footer_right .top_address {
  text-align: center;
  padding-left: 30px
}

.footer_right p.fcontacts_title {
  text-align: center;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px
}

.popup_confirm {
  position: absolute;
  min-width: 280px;
  left: 0;
  top: 41px;
  padding: 25px 33px;
  border: 1px solid #f1f1f3;
  background: #fff;
  color: #34375d;
  font-size: 1em;
  z-index: 10000;
  line-height: normal;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  border-radius: 4px
}

.popup_confirm span {
  font-weight: 700
}

.popup_confirm_triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.popup_confirm_triangle:before {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: 100%;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: transparent transparent #fff transparent
}

.popup_confirm.active {
  display: block
}

.popup_confirm_btns {
  margin-top: 15px
}

a.confirm_yes {
  padding: 2px;
  display: inline-block;
  border: 3px solid #fff;
  margin-left: -5px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer
}

a.confirm_yes span {
  display: block;
  width: 85px;
  height: 35px;
  line-height: 35px;
  font-size: 1em;
  font-weight: 400;
  color: #151730;
  background: #b32228;
  border: 1px solid #b32228;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer
}

a.confirm_yes:hover span {
  background-color: #bb2228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a.confirm_yes:active span {
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a.confirm_yes:focus {
  border: 3px solid #ffbcbf
}

a.confirm_no {
  padding: 2px;
  display: inline-block;
  border: 3px solid #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer
}

a.confirm_no span {
  color: #34375d;
  background-color: #fff;
  border: 1px solid #ced1dc;
  display: block;
  width: 85px;
  height: 35px;
  line-height: 35px;
  font-size: 1em;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer
}

a.confirm_no:hover span {
  background: #b32228;
  border: 1px solid #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a.confirm_no:active span {
  background-color: #bb2228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a.confirm_no:focus {
  border: 3px solid #ffbcbf
}

.blog_page > img {
  display: block;
  width: 100%;
  height: auto;
  border: 0
}

#maplink {
  position: absolute;
  top: 85px;
  left: 60px;
  color: #2a8ecf;
  font-size: 13px;
  text-transform: lowercase;
  text-decoration: none
}

#maplink:hover {
  text-decoration: underline
}

a.filial_callback {
  color: #b32228;
  border: 2px solid #b32228;
  display: block;
  width: 410px;
  height: 31px;
  margin: 30px 0 15px;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  font-size: 18px
}

a.filial_callback:hover {
  background: #bb2228;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.filial_link {
  margin-bottom: 9px
}

.filial_link a {
  display: inline-block;
  font-weight: 700;
  font-size: 1.375em;
  text-decoration: none;
  border-bottom: 1px solid #1f31a3;
  line-height: 20px;
  margin-bottom: 7px
}

.filial_link a:hover {
  border-bottom: 1px solid transparent;
  color: #f8a900
}

.filial_link strong {
  display: inline-block;
  color: #f8a900;
  font-weight: 700;
  font-size: 1.375em;
  text-decoration: none;
  line-height: 20px;
  margin-bottom: 7px
}

.filial_franshiza_link {
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px
}

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

.filial_franshiza_link a:hover {
  border-bottom: 0
}

.second_news {
  margin: 30px 0;
  padding: 40px 40px 25px;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.second_news_img {
  width: 210px;
  height: 144px;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px
}

.second_text {
  margin: 20px 0 30px
}

.second_news h3 {
  color: #000;
  font-size: 18px;
  position: relative;
  padding-right: 140px
}

.second_news h3 span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px
}

.second_news p.mainnews_more {
  font-size: 16px
}

.news_pagination {
  clear: both;
  margin: 50px auto 70px;
  text-align: center
}

.news_pagination ul.pagination li {
  margin: 0 9px;
  color: #34375d;
  font-size: 1.325em;
  list-style-type: none;
  display: inline-block
}

.news_pagination ul.pagination li a {
  color: #1f31a3;
  border-bottom: 1px solid #8a93cc
}

.news_pagination ul.pagination li a:hover {
  border-bottom: 0
}

.news_pagination ul.pagination li.pag_nav {
  color: #9499ab
}

.news_pagination ul.pagination li.pag_nav a {
  color: #34375d;
  border-bottom: 0
}

.mod_why_form input.city_input {
  margin-right: 0
}

ul.faq_list li .answer span.arrow {
  background-image: url(../images/otzyv_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 14px;
  height: 16px;
  position: absolute;
  left: -13px;
  top: 17px
}

.avatar {
  background-position: left top;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  -webkit-background-size: cover;
  background-size: cover;
  border: 1px solid #2a8ecf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  float: left
}

.otzyv_date {
  float: right
}

.bg_top.press-blog .mainform {
  padding-top: 0;
  padding-bottom: 130px
}

.bg_top.press-blog .breadcrumbs, .press_page p img {
  margin-bottom: 40px
}

.press_page_top {
  padding-bottom: 6.8%;
  color: #fff;
  font-size: 22px;
  font-weight: 700
}

.press_page_top_inner {
  max-width: 680px
}

.press_page_top h1 {
  margin-top: 8.3%;
  font-size: 72px
}

.press-center {
  padding-top: 55px
}

.press_fulltext {
  margin: 15px 0;
  line-height: 1.4
}

.press_fulltext h1, .press_fulltext h2 {
  font-size: 1.75em;
  clear: both
}

.press_introtext {
  margin-top: 34px
}

.press_contact_list {
  margin-bottom: 28px;
  padding-left: 0;
  list-style: none
}

.press_contact_list li {
  display: inline-block;
  margin-bottom: 10px
}

.press_contact_list li:not(:last-child) {
  margin-right: 40px
}

.press_contact_list li a {
  padding-left: 30px;
  color: #ffb400;
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none
}

.press_contact_list li a span {
  border-bottom: 1px solid;
  -webkit-transition: border-bottom-color .3s;
  -o-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s
}

.press_contact_list li a:hover span {
  border-color: transparent
}

.tel-link {
  background-image: url("../images/tel.svg")
}

.email-link {
  background-image: url("../images/email.svg")
}

.press_introtext p {
  margin: 15px 0
}

.press_introtext p a {
  border-bottom: 1px dashed #000;
  color: #000;
  text-decoration: none;
  margin: 0 15px
}

.press_introtext p a:hover {
  border-bottom: 0
}

.press_warning {
  padding-left: 32px;
  color: #fff;
  font-size: 16px;
  background: url("../images/warning.svg") no-repeat
}

.press_page {
  position: relative;
  z-index: 2
}

.press_page h2 {
  margin-bottom: 40px
}

.press_wrap {
  position: relative
}

a.press_nav {
  display: block;
  width: 20px;
  height: 36px;
  position: absolute;
  top: 27px;
  background-image: url(../images/press_nav.png);
  background-repeat: no-repeat
}

a.press_nav.prev {
  background-position: left;
  left: 50px
}

a.press_nav.next {
  background-position: right;
  right: 50px
}

.press_slider {
  width: 810px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
  position: relative
}

.press_slider ul {
  width: 20000em;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0
}

.press_slider ul li {
  width: 280px;
  float: left;
  text-align: center;
  list-style: none
}

.press_module h2 {
  background: url(../images/black_dot.png);
  background-position: center;
  background-repeat: repeat-x;
  text-align: center;
  text-transform: uppercase;
  margin: 5px 0;
  font-size: 30px;
  font-weight: 700
}

.press_module h2 > span {
  background-color: #fff;
  padding: 0 45px
}

.country_vizy h3, .country_vizy h1 {
  margin: 0;
  height: 55px;
  line-height: 55px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400
}

.full_docs_list a {
  color: #000;
  border-bottom: 1px dashed #000;
  text-decoration: none;
  margin-right: 25px
}

.full_docs_list a:hover {
  border-bottom: 0
}

.country_order_form .userfields {
  width: 390px;
  margin: 0 auto
}

.country_order_form input {
  width: 160px;
  height: 33px;
  padding: 0 10px;
  border: 1px solid #d7d7d7;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
  color: #a0a0a0;
  float: left;
  margin-left: 20px
}

.country_order_form input.error_field {
  border: 1px solid red
}

.country_order_form a.zayavka_send {
  border: 2px solid #b32228;
  color: #fff;
  background: #b32228;
  display: block;
  font-size: 18px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  width: 160px;
  margin: 15px auto 0
}

.country_order_form a.zayavka_send:hover {
  background: transparent;
  color: #bb2228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

p.form_text {
  text-align: center;
  color: #2a8ecf;
  margin: 15px 0
}

.incity_select {
  position: relative;
  width: 182px;
  height: 33px;
  float: left;
  text-align: left;
  border-bottom: 1px solid #ced1dc;
  background-color: #fff
}

.incity_select.error_field {
  border: 1px solid red
}

.incity_select span.styled {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/select_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  padding-left: 10px;
  padding-right: 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  margin: 0;
  color: #a0a0a0;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.incity_select select {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 33px;
  z-index: 5;
  font-family: 'Proxima Nova', sans-serif
}

.country_order_form_title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px
}

.country_order_form {
  margin-top: 30px;
  padding: 40px 40px 25px;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.full_docs_list {
  padding-bottom: 20px;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  text-align: center
}

.mainnews_bg {
  margin: 30px 0;
  padding: 40px 40px 25px;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.popup_title {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center
}

.faq_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 17px
}

.faq_form_bg {
  padding: 21px 0 5px;
  margin: 30px 0 20px;
  background-color: #f6f6f6
}

.partner_page .aviaform .mod_why_form input.phone_number {
  margin-right: 0
}

.mod_why_form.question input {
  margin-right: 0;
  margin-left: 20px
}

.mod_why_form.question a {
  float: none;
  margin: 15px auto
}

.pasport_filter {
  position: relative;
  margin: 30px 0;
  padding: 40px 40px 25px;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.param-col {
  float: left;
  width: 230px;
  padding: 5px 40px 5px 0
}

.filter_param {
  clear: both
}

.input-wrapper.checked {
  background: #fff none repeat scroll 0 0
}

.input-wrapper {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.input-wrapper label {
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 45px;
  background-image: url(../images/custom_radio.png);
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative
}

.input-wrapper.checked label {
  background-position: left bottom
}

.input-wrapper input {
  opacity: 0;
  position: absolute;
  left: -10px;
  top: -10px
}

.param-col.label {
  font-weight: bold;
  width: 150px;
  line-height: 32px
}

.docs_list {
  display: none
}

.docs_list.active {
  display: block
}

.aviaform .incity_select {
  margin-right: 27px;
  text-align: left
}

.added_files table {
  margin: 20px auto
}

.vacancy_descr {
  color: #34375d;
  font-size: 1.375em
}

.vacancy_advantage ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px
}

.vacancy_advantage ul li {
  display: table;
  width: 360px;
  height: 225px;
  margin-bottom: 25px;
  padding-right: 115px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.vacancy_advantage ul li > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle
}

.vacancy_advantage ul li p {
  color: #3b3c51;
  margin: 15px 0
}

.vacancy_advantage ul li strong {
  color: #242747;
  font-size: 1.375em;
  font-weight: 700
}

.vacancy_city_container {
  background: #f5f5f6
}

.vacancy_city {
  position: relative;
  padding: 1px 0;
  background: no-repeat center top;
  background-size: 100% auto
}

.vacancy_bg {
  width: 100%;
  height: 560px;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0
}

.vacancy_city h2 {
  text-align: center;
  color: #fff;
  font-size: 3em;
  margin: 0
}

.vacancy_city h2 a {
  color: #ffb400;
  text-decoration: none;
  display: inline-block;
  position: relative
}

.vacancy_city h2 a::before {
  display: none;
  width: 0;
  height: 0
}

.vacancy_city h2 a::after {
  content: '';
  display: block;
  width: 12px;
  height: 6px;
  background-image: url(../images/arrow_down_orange.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: 27px
}

.vacancy_city h2 a span {
  background-image: url(../images/dotted_yellow.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  display: inline-block;
  line-height: 1;
  border-bottom: 0
}

.vacancy_city h2 a:hover span {
  background-image: none
}

.vacancy_title {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px
}

.vacancy_title_inner {
  display: inline-block;
  position: relative
}

.popup_select_contact.vacancy_drop {
  left: auto;
  right: -25px;
  top: 65px;
  text-align: left;
  height: auto
}

.popup_select_contact.vacancy_drop .contact_list {
  max-height: 150px
}

.vacancy_list {
  margin: 0 auto 30px;
  padding: 40px 60px;
  background-color: #fff;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.vacancy_item {
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #e9e9eb
}

.vacancy_item:first-of-type {
  border-top: 0
}

.vacancy_item h3 {
  float: left;
  font-size: 1.375em;
  line-height: 32px;
  margin-bottom: 0;
  color: #1f31a3;
  max-width: 65%
}

.vacancy_item h3 span {
  position: relative;
  text-decoration: none;
  background-image: url(../images/dotted_blue.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  line-height: 24px;
  cursor: pointer
}

.vacancy_item h3 span:hover, .vacancy_item.active h3 span {
  background-image: none;
  color: #242747
}

.vacancy_item h3 span::after {
  content: '';
  display: block;
  background-image: url(../images/arrow_down.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 5px;
  position: absolute;
  right: -15px;
  top: 13px
}

.vacancy_item h3 span:hover::after, .vacancy_item.active h3 span::after {
  background-image: url(../images/arrow_up.png)
}

.vacancy_salary {
  float: right;
  color: #242747;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 32px
}

.vacancy_salary strong {
  font-size: 1.222em
}

.vacancy_hidden {
  clear: both;
  display: none;
  color: #3b3c51;
  overflow: hidden
}

.vacancy_item.active .vacancy_hidden {
  display: block;
  margin-top: 30px
}

.vacancy_col {
  width: 49%;
  float: left;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.vacancy_text {
  padding-right: 350px;
  margin-bottom: 35px
}

.vacancy_text p {
  margin-bottom: 10px
}

.vacancy_col ul {
  margin-bottom: 20px
}

.vacancy_col ul li {
  list-style: none;
  background-image: url(../images/pricelist_marker.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  padding-left: 22px !important;
  line-height: 30px
}

.vacancy_col strong {
  font-size: 1.125em
}

a.show_hr_form {
  clear: both;
  padding: 2px;
  width: 360px;
  margin: 40px auto 50px;
  display: block;
  border: 3px solid #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

a.show_hr_form span {
  display: block;
  height: 70px;
  line-height: 68px;
  color: #fff;
  font-size: 1.125em;
  background-color: #b32228;
  border: 1px 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
}

a.show_hr_form:hover span {
  border: 1px solid #bb2228;
  background-color: #bb2228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a.show_hr_form:active span {
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a.show_hr_form:focus {
  border: 3px solid #ffbcbf
}

.vacancy_bottom {
  text-align: center;
  color: #242747;
  font-weight: 700;
  font-size: 1.375em;
  padding-top: 2%;
  padding-bottom: 7%;
  line-height: 1.4
}

.vacancy_bottom p {
  margin-bottom: 0
}

.vacancy_btn {
  display: block;
  margin: 0 auto;
  width: 220px;
  padding: 2px;
  border: 3px solid #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.vacancy_btn span {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
  font-weight: 400;
  color: #151730;
  background: #ffb400;
  border: 1px solid #ffb400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none
}

.vacancy_btn:hover span {
  background-color: #ffac0b;
  border: 1px solid #ffac0b;
  transition: all .5s ease 0
}

.vacancy_btn:active span {
  background-color: #ffa200;
  border: 1px solid #ffa200;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.vacancy_btn:focus {
  border: 3px solid #ffbcbf
}

.vacancy_list {
  margin-bottom: 40px
}

.vacancy_name {
  font-size: 24px;
  margin: 25px 0
}

.vacancy_send_success {
  border: 2px solid #f57c20;
  color: #f57c20;
  display: block;
  font-size: 18px;
  height: 31px;
  line-height: 31px;
  margin: 0 auto !important;
  text-align: center;
  text-decoration: none;
  width: 180px
}

.mobile_menu_ico {
  display: none
}

.user_auth {
  text-align: center;
  margin: 25px 0
}

#uLogin_1 {
  margin-top: 10px
}

.user_auth form {
  display: inline-block
}

.user_auth form input.button {
  background-color: #fff;
  border: 0;
  color: #2a8ecf;
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer
}

.admin_answer {
  margin-left: 90px;
  margin-top: 20px
}

.admin_avatar {
  width: 50px;
  height: 50px;
  -webkit-background-size: cover;
  background-size: cover;
  border: 1px solid #c40000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left
}

.admin_answer_baloon {
  margin-left: 70px;
  border: 1px solid #c40000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 15px 30px;
  position: relative
}

.admin_arrow {
  background-image: url("../images/answer_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  left: 30px;
  position: absolute;
  top: -14px;
  width: 16px
}

.admin_title {
  font-size: 18px;
  margin-top: 15px
}

.menusocmenu {
  list-style: none
}

.menusocmenu li {
  display: inline-block;
  margin-right: 15px;
  font-size: .875em
}

.menusocmenu li a {
  border-bottom: 1px solid #c5c6ca
}

.menusocmenu li a:hover {
  text-decoration: none;
  border-bottom: 0
}

.vkvidget {
  position: relative;
  margin: 20px 0
}

.filial_link.busy {
  background-image: url(../images/city_busy.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 17px
}

.filial_link.free {
  background-image: url(../images/city_free.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 17px
}

.freecity_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px
}

.freecity_text p {
  margin: 12px 0
}

.about_company {
  clear: both;
  padding-bottom: 20px
}

.about_video {
  float: left;
  width: 49%
}

.about_video p {
  font-size: 18px;
  margin: 90px 0 45px
}

.about_photos {
  float: right;
  width: 49%;
  margin-top: 40px;
  margin-bottom: 30px;
  border-left: 1px solid #9a9a9a
}

.about_photos p {
  font-size: 18px;
  margin: 50px 0 20px 70px
}

.allstaff {
  width: 345px;
  margin: 0 auto
}

.allstaff_row {
  clear: both;
  margin-bottom: 22px
}

.allstaff_row .staff_item:first-child {
  margin-left: 0
}

.staff_item {
  float: left;
  margin-left: -20px;
  position: relative
}

.staff_item > img {
  width: 68px;
  height: 68px;
  background-color: #fff;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer
}

.staff_popup {
  position: absolute;
  text-align: center;
  z-index: 1;
  left: -47px;
  top: -25px
}

.staff_popup img {
  width: 123px;
  height: 123px;
  background-color: #fff;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer
}

.staff_yellow {
  background-color: #ffab0a;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  white-space: nowrap
}

.staff_yellow strong {
  font-size: 15px
}

.mewtwo-flights--l {
  margin: 20px auto
}

.level_1 {
  margin-left: 25px
}

.level_2 {
  margin-left: 50px
}

.level_3 {
  margin-left: 75px
}

#vk_widget, #vk_groups {
  width: 100%
}

a.btn_details {
  color: #fff;
  background-color: #ffb400;
  border: 2px solid #ffb400;
  display: block;
  width: 175px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  margin: 20px auto
}

a.btn_details:hover {
  color: #ffb400;
  background-color: transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.service_list p {
  margin-bottom: 15px
}

.single_page p {
  margin: 17px 0
}

.single_page ul {
  margin-left: 25px
}

.single_page ul > li {
  background-image: url(../images/marker.png);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left: 17px;
  margin-bottom: 12px;
  list-style: none
}

.mewtwo-hotels--l {
  margin: 20px auto 20px
}

.city_office_descr h3 {
  color: #34375d;
  font-size: 3em;
  font-weight: 700;
  margin-left: 0;
  margin-top: 0;
  text-align: left
}

.baloon_title {
  font-size: 18px;
  font-weight: bold
}

.baloon strong {
  font-size: 16px
}

.baloon p {
  margin-bottom: 7px
}

.scroll {
  width: 100%;
  background-image: url(../images/scroll.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 36px;
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-animation: bouncing 1.4s infinite;
  animation: bouncing 1.4s infinite;
  -webkit-transition: transform 170ms ease-out, opacity 170ms ease-out;
  -webkit-transition: opacity 170ms ease-out .2s, -webkit-transform 170ms ease-out .2s;
  transition: opacity 170ms ease-out .2s, -webkit-transform 170ms ease-out .2s;
  -o-transition: transform 170ms ease-out .2s, opacity 170ms ease-out .2s;
  transition: transform 170ms ease-out .2s, opacity 170ms ease-out .2s;
  transition: transform 170ms ease-out .2s, opacity 170ms ease-out .2s, -webkit-transform 170ms ease-out .2s
}

.scroll.hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}

.wedoviza {
  padding-bottom: 45px
}

.wedoviza h3 {
  color: #34375d;
  font-size: 3em;
  font-weight: 700;
  margin: 40px 0 50px
}

@-webkit-keyframes bouncing {

0
{
  bottom: 20px
}
50
%{ bottom:

35
px

}
100
%{ bottom:

20
px

}
}
@keyframes bouncing {

0
{
  bottom: 20px
}
50
%{ bottom:

35
px

}
100
%{ bottom:

20
px

}
}
.wedo_list {
  text-align: center;
  letter-spacing: -.31em
}

.wedo_list_item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  margin-bottom: 56px;
  text-align: left;
  letter-spacing: normal
}

.wedo_list_text {
  padding-right: 26%
}

.wedo_list strong {
  display: block;
  font-weight: 700;
  font-size: 1.375em;
  color: #3b3c51;
  margin: 24px 0 18px
}

.wedo_list p {
  color: #3b3c51;
  line-height: 20px
}

.hexagon {
  background-image: url(../images/orange_hexagon.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 78px;
  height: 86px;
  text-align: center
}

.hexagon-empty {
  background: 0
}

.hexagon img {
  margin-top: 24px
}

.facts {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.facts_inner {
  background-color: #f5f5f6
}

.facts_bg_inner {
  position: relative;
  z-index: 2;
  width: 100%
}

.facts_bg_inner .slick-list {
  overflow: hidden
}

.facts_bg_item {
  width: 100%;
  list-style: none;
  outline: 0
}

.fact_inner {
  position: relative
}

.facts_text {
  font-weight: 700;
  font-size: 1.750em;
  color: #34375d;
  line-height: 1.3
}

.facts_name {
  text-align: right;
  color: #34375d
}

.facts_name p, .facts_text p {
  margin-bottom: 0
}

.facts_hexagon {
  background-position: right bottom 50%;
  background-repeat: no-repeat;
  width: 615px;
  height: 470px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  max-width: 50%;
  background-size: 100% auto
}

.fact_image {
  text-align: center
}

.fact_image img {
  position: relative;
  z-index: 2;
  vertical-align: top;
  max-width: none
}

#_dark, #_dark2, #_dark3 {
  z-index: 101;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  display: none;
  left: 0;
  top: 0;
  cursor: pointer
}

.services {
  position: relative;
  z-index: 1
}

.services h3 {
  color: #34375d;
  font-size: 3em;
  margin: 60px 0 40px
}

.services_inner {
  width: 100%;
  height: 360px;
  position: relative
}

.service_item {
  float: left;
  width: 265px;
  height: 322px;
  color: #3b3c51;
  background-color: #f5f5f6;
  padding: 30px 35px;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.service_item:first-of-type {
  margin-left: 0
}

.service_item img {
  max-height: 37px;
  margin-left: 5px
}

.service_item p {
  margin-left: 5px;
  margin-bottom: 20px;
  min-height: 70px
}

.service_item strong {
  display: block;
  font-size: 1.375em;
  font-weight: 700;
  color: #3b3c51;
  min-height: 48px;
  margin-top: 20px;
  margin-bottom: 12px;
  margin-left: 5px;
  padding-right: 17px;
  line-height: 1.1
}

.service_item.last strong {
  padding-right: 0;
  margin-top: -2px;
  margin-bottom: 20px
}

.service_item a {
  padding: 2px;
  display: block;
  border: 3px solid transparent;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.service_item a span {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  color: #34375d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.service_item a:hover span {
  background-color: #ffac0b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.service_item a:active span {
  background-color: #ffa200;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.service_item a:focus {
  border: 3px solid #ffbcbf
}

.press {
  position: relative;
  z-index: 1
}

.press h3 {
  color: #34375d;
  font-weight: 700;
  font-size: 3em;
  margin: 60px 0 40px
}

.press_container {
  margin: -30px -15px 0 -15px
}

.press_container:after {
  content: "";
  display: table;
  clear: both
}

.press_inner {
  width: 100%;
  height: 473px;
  position: relative;
  margin-bottom: 35px
}

.press_inner_slide {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-top: 30px
}

.slick-slide .press_inner_slide {
  margin-top: 0
}

.press_item {
  height: 410px;
  background-color: #f5f5f6;
  padding: 30px 35px
}

.press .press_item {
  float: left;
  width: 555px;
  height: 410px;
  background-color: #f5f5f6;
  padding: 30px 35px;
  margin-left: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.press_item:first-of-type {
  margin-left: 0
}

.press_item_top {
  overflow: hidden;
  margin-bottom: 35px
}

.press_item_top span {
  float: left;
  line-height: 50px;
  color: #8e92a1
}

.press_item_top img {
  float: right;
  max-height: 51px
}

.press_item p {
  font-size: 1.375em;
  color: #3b3c51;
  height: 200px;
  overflow: auto
}

.press_item a.press_btn {
  padding: 2px;
  display: block;
  border: 3px solid transparent;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.press_item a.press_btn span {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
  font-weight: 400;
  color: #151730;
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.press_item a.press_btn:hover span {
  background-color: #ffac0b;
  border: 1px solid #ffac0b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.press_item a.press_btn:active span {
  background-color: #ffa200;
  border: 1px solid #ffa200;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.press_item a.press_btn:focus {
  border: 3px solid #ffbcbf
}

.slick-prev {
  display: block;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(../images/slider_nav.png);
  background-position: center -55px;
  background-repeat: no-repeat;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 2px;
  top: 31%;
  left: -60px;
  position: absolute;
  z-index: 2;
  outline: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.slick-next {
  display: block;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(../images/slider_nav.png);
  background-position: center 1px;
  background-repeat: no-repeat;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 2px;
  top: 31%;
  right: -60px;
  position: absolute;
  z-index: 2;
  outline: 0;
  cursor: pointer
}

.slick-prev:hover, .slick-next:hover {
  background-image: url(../images/slider_nav_hover.png)
}

.slick-prev:focus, .slick-next:focus {
  background-image: url(../images/slider_nav.png);
  border: 3px solid #ffbcbf
}

.slick-prev:active, .slick-next:active {
  background-image: url(../images/slider_nav_active.png);
  border: 3px solid transparent
}

.slick-prev:focus, .slick-next:focus, .slick-prev:active, .slick-next:active {
  outline: none !important
}

.slick-prev::-moz-focus-inner, .slick-next::-moz-focus-inner {
  border: 0 !important
}

.slick-dots {
  width: 100%;
  height: 6px;
  text-align: center;
  position: relative;
  top: 0
}

.slick-dots li {
  display: inline-block;
  margin-right: 4px
}

.slick-dots li button {
  border: 0;
  display: block;
  width: 48px;
  height: 6px;
  margin: 0 3px;
  text-indent: -9999px;
  background-color: #e0e1e9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
  -khtml-opacity: .9;
  opacity: .9;
  cursor: pointer;
  outline: 0
}

.slick-dots li.slick-active button {
  background-color: #1f31a3
}

.slick-dots li button:hover {
  background-color: #9499ab
}

.facts_bg_inner .slick-dots {
  text-align: left;
  top: -75px;
  justify-content: flex-start
}

.facts_bg_inner .slick-dots li {
  float: left;
  width: 40px;
  margin-right: 4px
}

.facts_bg_inner .slick-dots li button {
  margin: 0
}

.slick-list {
  overflow: hidden
}

.main_callback {
  clear: both
}

.callback_bg {
  height: 504px;
  padding: 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden
}

.callback_bg .parallax {
  background-position: center;
  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
}

.callback_bg h3 {
  margin-top: 40px;
  color: #fff;
  font-size: 3em
}

.callback_bg p {
  color: #fff;
  max-width: 550px
}

.main_callback .mainform_form.mod_why_form input[type=tel], .main_callback .mainform_form.mod_why_form input[type=text] {
  display: inline-block;
  width: 100%;
  height: 70px;
  border: 0;
  font-family: 'Proxima Nova';
  font-size: 1.125em;
  color: #242525;
  text-align: left;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.popular {
  position: relative;
  z-index: 1
}

.scrollWrapper {
  width: 100%;
  overflow: auto
}

.popular h3 {
  color: #34375d;
  font-size: 3em;
  margin: 60px 0 32px
}

.popular_inner {
  width: 100%;
  height: 360px;
  position: relative
}

.popular_inner ul {
  height: 355px;
  margin: 0
}

.popular_inner ul li {
  width: 355px;
  height: 355px;
  margin-right: 40px;
  list-style: none;
  float: left;
  vertical-align: top
}

.popular_bg_left {
  background-position: right top;
  background-repeat: no-repeat;
  height: 355px;
  position: absolute;
  left: 0;
  bottom: 150px
}

.popular_bg_right {
  background-position: left top;
  background-repeat: no-repeat;
  height: 355px;
  position: absolute;
  right: 0;
  bottom: 150px
}

.scrollbar {
  margin: 50px auto 95px;
  width: 436px;
  height: 1px;
  background: #e2e2e6;
  line-height: 0
}

.scrollbar .handle {
  width: 100px;
  height: 6px;
  background: #1f31a3;
  cursor: pointer;
  position: relative;
  top: -2.5px
}

.scrollbar .handle:hover {
  height: 8px;
  top: -3.5px
}

.popular_item {
  float: left;
  width: 355px;
  height: 355px;
  padding: 30px 40px;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.popular_item.slick-active {
  opacity: 1
}

.popular_item a {
  color: #fff
}

.popular_top {
  margin-bottom: 35px
}

.popular_top a {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.popular_top a:hover {
  color: #ffb400;
  border: 1px solid #ffb400
}

.popular_top span {
  float: right;
  line-height: 32px
}

.popular_top strong {
  font-weight: 700
}

.popular_title {
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 27px
}

.popular_title a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  display: inline-block;
  line-height: 28px
}

.popular_title a:hover {
  text-decoration: none;
  color: #ffb400;
  border-bottom: 1px solid transparent
}

.popular_descr {
  overflow: hidden;
  margin-bottom: 32px
}

.popular_price {
  float: left;
  width: 47%;
  background-image: url(../images/ico_price.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 35px
}

.popular_price strong {
  font-size: 1.75em;
  font-weight: 700;
  display: block;
  margin-top: 7px
}

.popular_terms {
  float: right;
  width: 47%;
  background-image: url(../images/ico_terms.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 35px
}

.popular_terms strong {
  font-size: 1.75em;
  font-weight: 700;
  display: block;
  margin-top: 7px
}

.popular_item .callback_btn {
  padding: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.popular_item .callback_btn span {
  display: block;
  height: 50px;
  line-height: 46px;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  background: #b32228;
  border: 1px solid #b32228;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.popular_item .callback_btn:hover span {
  background-color: #bb2228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.popular_item .callback_btn:active span {
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.popular_item .callback_btn:focus {
  border: 3px solid #ffbcbf
}

.viza_btn {
  padding: 2px;
  display: block;
  width: 320px;
  text-align: center;
  text-decoration: none;
  border: 3px solid transparent;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.viza_btn span {
  display: block;
  height: 50px;
  line-height: 46px;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  background: #b32228;
  border: 1px solid #b32228;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.viza_btn:hover span {
  background-color: #bb2228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.viza_btn:active span {
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.viza_btn:focus {
  border: 3px solid #ffbcbf
}

.prices {
  background-color: #f5f5f6;
  padding: 1px 0;
  position: relative;
  z-index: 1
}

.prices h3 {
  color: #34375d;
  font-size: 3em;
  margin: 50px 0
}

.prices h3 a {
  position: relative;
  text-decoration: none
}

.prices h3 a span {
  border-bottom: 0;
  background-image: url(../images/dotted_blue.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  display: inline-block;
  line-height: 1em
}

.prices h3 a:hover span {
  border-bottom: 0;
  background-image: none
}

.prices h3 a::before {
  content: '';
  display: block;
  width: 15px;
  height: 9px;
  background-image: url(../images/arrow_down15.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: -25px;
  top: 28px
}

.prices_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1
}

.price_item {
  width: 25%;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 30px 25px;
  border: 1px solid #f5f5f7;
  vertical-align: middle;
  margin-left: -.3em;
  position: relative;
  z-index: 1
}

.price_item:first-child {
  border-radius: 20px 0 0 20px
}

.price_item.firstprice {
  margin: -30px 0 0;
  border-radius: 20px;
  padding: 39px 25px;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  position: relative;
  z-index: 2
}

.price_item.lastprice {
  border-radius: 0 20px 20px 0
}

.price_details {
  height: 0;
  overflow: hidden
}

.price_details.expand {
  height: auto
}

.best_offer {
  font-weight: 700;
  font-size: .875em;
  color: #ca1c23;
  text-transform: uppercase;
  margin: 0 0 17px;
  letter-spacing: .1em
}

.price_title {
  font-size: 1.75em;
  font-weight: 700
}

.price_title a {
  text-decoration: none;
  display: inline-block;
  line-height: 28px
}

.price_title a span {
  border-bottom: 1px solid #1f31a3
}

.price_title a:hover {
  text-decoration: none
}

.price_title a:hover span {
  border-bottom: 1px solid transparent
}

.price_descr {
  margin: 15px 0;
  color: #3b3c51;
  height: 85px;
  line-height: 1.25
}

.price_value {
  font-size: 1.750em;
  font-weight: 700;
  color: #242747;
  margin: 25px 0 20px
}

.firstprice_text {
  position: relative;
  top: -13px
}

.firstprice .price_value {
  font-size: 2.25em;
  margin: 17px 0 20px
}

.price_note {
  font-size: .75em;
  color: #9499ab
}

.price_docs {
  margin-top: 20px
}

.price_docs li {
  list-style: none;
  background-image: url(../images/pricelist_marker.png);
  background-position: left 2px;
  background-repeat: no-repeat;
  padding-left: 22px;
  line-height: 22px;
  margin-bottom: 6px
}

.price_docs li.disable {
  background-image: url(../images/pricelist_marker_dis.png);
  color: #9499ab
}

.blog_fulltext ul.price_docs li::before {
  display: none
}

.show_all_prices {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  font-weight: 700
}

.city_office_descr {
  background-color: #fff;
  padding: 5px 0 30px
}

.country_documents h2 {
  color: #151730;
  font-size: 1.375em;
  font-weight: 700;
  margin: 0 0 20px
}

.country_rest h2 {
  display: inline-block;
  color: #1f31a3;
  font-size: 1.375em;
  font-weight: 700;
  border-bottom: 1px dotted #1f31a3;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer
}

.country_rest h2:hover {
  border-bottom: 1px solid #f5f5f6;
  color: #151730
}

.country_rest h2:hover::before {
  background-image: none
}

.country_rest:first-of-type h2 {
  margin-top: 40px
}

.country_rest .descr {
  display: none
}

.country_rest.active {
  padding: 40px;
  background-color: #fff;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-left: -40px;
  margin-bottom: 30px
}

.country_rest.active .descr {
  display: block
}

.country_rest.active h2 {
  margin-top: 0;
  border-bottom: 1px solid #fff;
  color: #151730
}

.country_rest.active h2::before {
  background-image: none
}

.country_rest h2::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: -15px;
  top: 12px
}

.country_bottom {
  background-color: #f5f5f6;
  padding: 70px 0
}

.country_bottom h2 {
  margin-top: 0
}

.country_documents {
  width: 620px;
  float: left;
  padding: 40px;
  background-color: #fff;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.country_documents_right {
  float: right;
  width: 465px
}

.country_documents ul li, .country_rest ul li {
  list-style: none;
  background-image: url(../images/pricelist_marker.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  padding-left: 22px;
  line-height: 30px
}

.country_documents a, .country_rest a {
  text-decoration: none;
  border-bottom: 1px dotted #1f31a3
}

.country_documents a:hover, .country_rest a:hover {
  border-bottom: 0
}

.country_documents_btn {
  display: block;
  width: 300px;
  border: 3px solid #fff;
  margin: 20px auto 0;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border-bottom: 3px solid #fff !important
}

.country_documents_btn span {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 1px solid #ced1dc;
  text-align: center;
  text-decoration: none;
  color: #34375d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.country_documents_btn:hover span {
  background-color: #ffac0b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #ffac0b;
  border-bottom: 0 !important
}

.country_documents_btn:active span {
  background-color: #ffa200;
  border: 1px solid #ffa200;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.country_documents_btn:focus {
  border: 3px solid #ffbcbf;
  border-bottom: 3px solid #ffbcbf !important
}

.country_rest .country_documents_btn {
  display: none
}

.country_rest.active .country_documents_btn {
  display: block
}

.dopcontent.country_page {
  background-color: #fff;
  margin-bottom: 50px
}

.item_page.viza_page {
  position: relative
}

.country_page_caption {
  padding-bottom: 65px
}

.country_vizy {
  margin-top: 100px
}

.country_vizy_header_left {
  position: relative;
  display: inline-block;
  max-width: 640px;
  padding: 50px 0
}

.country_vizy_header_right {
  float: right;
  width: 150px;
  color: #fff;
  padding: 70px 0 0
}

.country_vizy_header_right ul {
  list-style: none
}

.country_vizy_header_right ul li + li {
  margin-top: 50px
}

.country_vizy_header_right ul li strong {
  font-size: 2em
}

.country_vizy_header {
  position: relative
}

.country_vizy_header h1 {
  font-size: 4.500em;
  color: #fff;
  height: auto;
  text-align: left;
  line-height: 1.25em;
  margin: 0
}

.country_vizy_header h1.smaller_header {
  font-size: 4.25em
}

.country_vizy_header h1 a {
  display: inline-block;
  color: #ffb400;
  text-decoration: none;
  position: relative
}

.country_vizy_header h1 a span {
  display: inline-block;
  background-image: url(../images/dotted_yellow.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  line-height: 1em
}

.country_vizy_header h1 a::before {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  background-image: url(../images/arrow_down_orange.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: -30px;
  top: 43px
}

.country_vizy_header h1 a:hover span {
  border-bottom: 0;
  background-image: none
}

.country_short_descr {
  font-size: 1.375em;
  color: #242747
}

.country_short_descr p {
  margin-bottom: 15px
}

.hidden_short_descr {
  display: none
}

.toggle_text {
  color: #242747;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px dotted #242747
}

.toggle_text:hover {
  border-bottom: 0
}

.orderviza_btn {
  display: block;
  width: 320px;
  margin: 0 auto 50px;
  padding: 2px;
  border: 3px solid transparent;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.country_vizy_header_btns .orderviza_btn {
  margin: 0
}

.orderviza_btn span {
  display: block;
  height: 50px;
  line-height: 48px;
  background-color: #b32228;
  border: 1px solid #b32228;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.orderviza_btn:hover span {
  background-color: #bb2228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.orderviza_btn:active span {
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.orderviza_btn:focus {
  border: 3px solid #ffbcbf
}

.price_btn {
  padding: 2px;
  display: block;
  width: 100%;
  border: 3px solid #fff;
  margin-left: -5px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.price_btn span {
  display: block;
  height: 50px;
  line-height: 49px;
  font-size: 1em;
  font-weight: 400;
  color: #151730;
  background-color: #fff;
  border: 1px solid #ced1dc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.firstprice .price_btn span, .order_btn.price_btn span {
  background: #ffb400;
  border: 1px solid #ffb400
}

.price_btn:hover span {
  background-color: #ffac0b;
  border: 1px solid #ffac0b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.firstprice .price_btn:hover span, .order_btn.price_btn:hover span {
  background-color: #ffac0b;
  border: 1px solid #ffac0b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.price_btn:focus {
  border: 3px solid #ffbcbf
}

.price_btn:active span {
  background-color: #ffa200;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.city_info {
  width: 100%;
  display: table
}

.city_info .contacts_col {
  display: inline-block;
  width: 32%;
  padding-right: 5%;
  line-height: 1.5;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.contacts_col p {
  margin-bottom: 0
}

.city_info .contacts_col.hidden {
  display: none
}

.city_info hr {
  height: 1px;
  border: 0;
  background-color: #e9e9eb;
  margin: 20px 0;
  margin-right: 9%
}

.address_text hr {
  display: none
}

.city_info_btn {
  padding: 2px;
  display: block;
  max-width: 360px;
  border: 3px solid #fff;
  margin-left: -5px;
  margin-top: 25px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.city_info_btn span {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 1px solid #ced1dc;
  text-align: center;
  text-decoration: none;
  color: #34375d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.city_info_btn:hover span {
  color: #fff;
  background-color: #b32228;
  border: 1px solid #b32228
}

.city_info_btn:active span {
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.city_info_btn:focus {
  border: 3px solid #ffbcbf
}

.alpha_col {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  margin-bottom: 25px
}

.alpha_col span {
  display: block;
  color: #34375d;
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 25px;
  text-transform: uppercase
}

.cities_list_mobile {
  display: none
}

.contacts_yamap {
  position: relative
}

.map_address {
  background-color: #fff;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 70px;
  top: 45px;
  z-index: 10
}

.address_header {
  padding: 25px 40px 0;
  border-bottom: 1px solid #e9e9eb;
  position: relative
}

.address_header strong {
  color: #242747;
  font-size: 1.25em;
  font-weight: 700
}

.address_header p {
  margin-top: -4px;
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 20px
}

.address_text {
  max-width: 375px;
  padding: 25px 40px 40px;
  margin: 0 auto;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.address_text_scroll {
  max-height: 560px;
  overflow: hidden
}

.address_text .city_info_btn {
  margin-top: 35px;
  margin-bottom: 0
}

.contacts_change_time {
  margin-bottom: 15px
}

.contacts_change_time p {
  margin-bottom: 0
}

.contact_subtitle {
  color: #8e92a1
}

.metro_ico {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px
}

.metro_grey {
  background-image: url(../images/ico_metro_grey.png)
}

.metro_green {
  background-image: url(../images/ico_metro_green.png)
}

.metro_yellow {
  background-image: url(../images/ico_metro_yellow.png)
}

.metro_red {
  background-image: url(../images/ico_metro_red.png)
}

.metro_blue {
  background-image: url(../images/ico_metro_blue.png)
}

.metro_pink {
  background-image: url(../images/ico_metro_pink.png)
}

.metro_lightgreen {
  background-image: url(../images/ico_metro_lightgreen.png)
}

.metro_brown {
  background-image: url(../images/ico_metro_brown.png)
}

.metro_purple {
  background-image: url(../images/ico_metro_purple.png)
}

.show_contacts_cities {
  text-decoration: none;
  position: relative
}

.show_contacts_cities span {
  border-bottom: 1px dotted #1f31a3;
  display: inline-block;
  line-height: 1em
}

.show_contacts_cities:hover span {
  border-bottom: 0
}

.show_contacts_cities::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: -12px;
  top: 15px
}

.popup_select_contact {
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #151730;
  font-size: 1em;
  z-index: 50;
  left: 10px;
  top: 90px
}

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

.popup_select_contact .contact_link a, .popup_select_contact .contact_link2 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_contact .contact_link a:hover, .popup_select_contact .contact_link2 a:hover {
  background-color: #f8f8f9;
  color: #1f31a3
}

.contacts_form_btn {
  display: block;
  width: 100%;
  max-width: 415px;
  padding: 2px;
  border: 3px solid transparent;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.contacts_form_btn span {
  display: block;
  height: 70px;
  line-height: 66px;
  color: #fff;
  font-size: 1.125em;
  background-color: #b32228;
  border: 1px 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
}

.contacts_form_btn:hover span {
  background-color: #bb2228;
  border: 1px solid #bb2228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.contacts_form_btn:active span {
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.contacts_form_btn:focus {
  border: 3px solid #ffbcbf
}

.allviza_text_left {
  float: left;
  width: 680px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bigdescr {
  font-size: 1.25em
}

.biggestdescr {
  font-size: 1.375em
}

.allviza_text_right {
  float: right;
  width: 460px
}

.allviza_text_right_image {
  margin: 20px 0
}

.allviza_text_right_image h2 {
  display: none
}

.allviza_text_right_image p {
  margin: 10px 0 45px !important;
  color: #9499ab;
  font-size: .75em
}

.franshiza_header .callback_btn, .franshiza_numbers .callback_btn, .franshiza_partners_btn, .franshiza_brand .callback_btn, .mod_why_form .franshiza_form_btn {
  display: block;
  width: 100%;
  max-width: 365px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border: 3px solid transparent;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 2px
}

.franshiza_numbers .callback_btn, .franshiza_partners_btn {
  margin: 0 auto 15px
}

.franshiza_header .callback_btn span, .franshiza_numbers .callback_btn span, .franshiza_partners_btn span, .mod_why_form .franshiza_form_btn span {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 1.125em;
  font-weight: 400;
  color: #151730;
  background: #ffb400;
  border: 1px solid #ffb400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

i.asterisk {
  color: #bf282f;
  font-style: normal
}

p.snoska {
  color: #9499ab;
  font-size: .75em;
  margin-bottom: 60px
}

.franshiza_header .callback_btn:hover span, .franshiza_numbers .callback_btn:hover span, .franshiza_partners_btn:hover span, .mod_why_form .franshiza_form_btn:hover span {
  background-color: #ffac0b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.franshiza_header .callback_btn:active span, .franshiza_numbers .callback_btn:active span, .franshiza_partners_btn:active span, .mod_why_form .franshiza_form_btn:active span {
  background-color: #ffa200;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.franshiza_header .callback_btn:focus, .franshiza_numbers .callback_btn:focus, .franshiza_partners_btn:focus, .mod_why_form .franshiza_form_btn:focus {
  border: 3px solid #ffbcbf
}

.franshiza_header h1 {
  color: #fff;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 42px
}

.franshiza_descr {
  color: #fff;
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 55px
}

.franshiza_descr p {
  margin-bottom: 0
}

.franshiza_descr strong {
  font-weight: 700;
  color: #ffb400
}

.franshiza_about {
  background-image: url(../images/franshiza_about.png);
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 55px;
  padding-top: 170px;
  text-align: center;
  color: #242747;
  font-size: 1.375em
}

.franshiza_about p {
  margin-bottom: 30px;
  padding: 0 150px
}

.franshiza_about a {
  font-size: 1em;
  font-weight: 700
}

.franshiza_goal {
  background-color: #ffb400;
  margin-top: 90px
}

.franshiza_goal .centerBlock {
  position: relative;
  height: 470px;
  padding: 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.franshiza_goal_bg {
  background-image: url(../images/franshiza_goal_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 615px;
  height: 470px;
  position: absolute;
  bottom: 0;
  right: -90px;
  z-index: 0
}

.franshiza_goal_photo {
  background-image: url(../images/franshiza_goal_photo.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 615px;
  height: 539px;
  position: absolute;
  bottom: 0;
  z-index: 1
}

.franshiza_goal h2 {
  margin-top: 130px;
  position: relative;
  z-index: 2
}

.franshiza_goal p {
  width: 620px;
  color: #242747;
  line-height: 38px;
  font-size: 1.75em;
  font-weight: 700;
  position: relative;
  z-index: 2
}

.franshiza_why {
  margin-top: 100px;
  text-align: center
}

.franshiza_why li {
  float: left;
  display: table;
  width: 360px;
  height: 120px;
  margin-bottom: 42px;
  background-image: url(../images/franshiza_why_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  list-style: none;
  vertical-align: middle;
  color: #242747;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2em
}

.franshiza_why li:nth-child(3n-1) {
  margin: 0 32px
}

.franshiza_why li span {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.franshiza_numbers {
  background-color: #f5f5f6;
  margin-top: 60px;
  text-align: center;
  padding: 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.franshiza_numbers h2 {
  margin-top: 80px
}

.franshiza_numbers_list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap
}

.franshiza_numbers_list > li, .franshiza_numbers_list .slick-list li {
  display: inline-block;
  list-style: none;
  background-image: url(../images/franshiza_numbers_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 290px;
  margin-bottom: 50px;
  padding-top: 90px;
  line-height: normal;
  vertical-align: top
}

.franshiza_numbers_list li strong {
  display: block;
  color: #1f31a3;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 60px
}

.franshiza_numbers_list li span {
  display: block;
  color: #1f31a3;
  font-size: 1.75em;
  font-weight: 700
}

.franshiza_numbers_list li p {
  color: #242747;
  font-size: 1.375em;
  font-weight: 700
}

.franshiza_prices {
  text-align: center;
  padding: 1px 0 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.franshiza_prices h2 {
  margin-top: 80px
}

.franshiza_prices_descr {
  color: #242747;
  font-size: 1.375em;
  width: 800px;
  margin: 0 auto 60px
}

.franshiza_price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px
}

.franshiza_price_col {
  max-width: 395px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 20px;
  padding-right: 20px
}

.franshiza_price_item {
  color: #fff;
  text-align: left;
  padding: 30px 40px;
  margin-bottom: 40px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .08);
  box-shadow: 0 0 32px rgba(0, 0, 0, .08)
}

.franshiza_price_item.first {
  background-image: url(../images/franshiza_price_item_first.png)
}

.franshiza_price_item.second {
  background-image: url(../images/franshiza_price_item_second.png)
}

.franshiza_price_item.third {
  background-image: url(../images/franshiza_price_item_third.png)
}

.franshiza_price_item .subtitle {
  font-size: .875em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px
}

.franshiza_price_item .title {
  font-size: 1.75em;
  font-weight: 700;
  margin: 20px 0
}

.naselenie_title {
  font-size: 1em;
  font-weight: 700
}

.naselenie_value {
  font-size: 1.375em;
  font-weight: 700;
  margin-bottom: 25px
}

.franshiza_price_item .description {
  margin-bottom: 25px
}

.franshiza_price_item .price {
  font-size: 1.375em;
  font-weight: 700
}

.franshiza_price_item .price span {
  font-size: 1.636em
}

.franshiza_price_item .price.franshiza_oldprice {
  font-size: 1em;
  margin-bottom: 10px;
  text-decoration: line-through
}

.franshiza_price_item a {
  padding: 2px;
  display: block;
  width: 100%;
  border: 3px solid transparent;
  margin-top: 20px;
  margin-left: -5px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.franshiza_price_item a span {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  color: #34375d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.franshiza_price_item a:hover span {
  background-color: #ffac0b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.franshiza_price_item a:active span {
  background-color: #ffa200;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.franshiza_price_item a:focus {
  border: 3px solid #ffbcbf
}

.franshiza_brand {
  position: relative;
  background-image: url(../images/franshiza_brand_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0;
  text-align: center
}

.franshiza_brand:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.franshiza_brand .centerBlock {
  position: relative;
  z-index: 2
}

.franshiza_brand h2 {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: .01em
}

.franshiza_brand_descr {
  color: #fff;
  font-size: 1.375em;
  width: 845px;
  margin: 0 auto 40px;
  line-height: 1.4
}

.franshiza_brand ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap
}

.franshiza_brand li {
  list-style: none;
  width: 320px;
  background-image: url(../images/franshiza_brand_ico.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 40px;
  color: #fff
}

.franshiza_brand li p {
  margin-bottom: 20px;
  line-height: 1.2
}

.franshiza_brand_list_item p:last-child {
  margin-bottom: 0
}

.franshiza_brand li strong {
  color: #ffb400;
  font-size: 1.75em;
  font-weight: 700
}

.franshiza_advantage {
  padding: 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.franshiza_advantage h2 {
  margin-top: 70px;
  margin-bottom: 60px
}

.franshiza_advantage ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none
}

.franshiza_advantage li {
  width: 280px;
  margin-bottom: 35px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.franshiza_advantage li p {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #3b3c51
}

.franshiza_advantage li strong {
  color: #242747;
  font-size: 1.375em;
  font-weight: 700
}

.franshiza_advantage li.last {
  width: 800px;
  color: #242747;
  font-size: 1.75em;
  font-weight: 700;
  padding-right: 0;
  padding-left: 40px;
  padding-top: 40px;
  line-height: 1.25em
}

.franshiza_form {
  padding-top: 51px;
  margin-top: -51px;
  overflow: hidden
}

.franshiza_form_inner {
  padding-top: 5%;
  max-width: 640px
}

.franshiza_form_overlay {
  background-color: #fff
}

.franshiza_form .centerBlock {
  position: relative;
  padding-top: 1px;
  height: 451px
}

.franshiza_form_bg {
  width: 626px;
  height: 451px;
  position: absolute;
  bottom: 0;
  right: -97px;
  z-index: 1
}

.franshiza_form_photo {
  width: 100%;
  height: 495px;
  background-image: url(../images/about_director.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  bottom: 0
}

.franshiza_form h2 {
  font-size: 35px;
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0
}

.franshiza_form .incity_select {
  display: inline-block;
  width: 290px;
  height: 70px;
  margin-right: 20px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden
}

.franshiza_form .incity_select span.styled {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #f9f9fa;
  background-position: 92% center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding-left: 30px;
  color: #8e92a1;
  font-size: 1.125em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.franshiza_form .incity_select select {
  width: 100%;
  height: 70px
}

.franshiza_form .single_input {
  float: left;
  width: 100%;
  max-width: 320px
}

.franshiza_form .mod_why_form input[type=text], .franshiza_form .mod_why_form input[type=tel] {
  display: block;
  width: 100%;
  height: 70px;
  background-color: #f9f9fa;
  border: 0;
  padding: 0 30px;
  margin-right: 0;
  color: #8e92a1;
  font-size: 1.125em;
  -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
}

.franshiza_form .country-phone-search {
  height: 33px !important;
  padding: 0 !important
}

.franshiza_form .mod_why_form input::-webkit-input-placeholder {
  color: #8e92a1;
  opacity: 1
}

.franshiza_form .mod_why_form input::-moz-placeholder {
  color: #8e92a1;
  opacity: 1
}

.franshiza_form .mod_why_form input:-moz-placeholder {
  color: #8e92a1;
  opacity: 1
}

.franshiza_form .mod_why_form input:-ms-input-placeholder {
  color: #8e92a1;
  opacity: 1
}

.franshiza_form .mod_why_form {
  max-width: 640px;
  position: relative;
  z-index: 2
}

.manager_name {
  max-width: 250px;
  text-align: right;
  position: absolute;
  right: -27px;
  bottom: 0;
  z-index: 2;
  letter-spacing: .025em
}

.manager_name p {
  margin-bottom: 0;
  color: #34375d
}

.blog_form {
  background-color: #fff
}

.blog_form .centerBlock {
  position: relative;
  padding: 1px 0;
  height: 560px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.blog_form_text {
  color: #34375d;
  font-size: 1.375em;
  padding-right: 70px;
  margin-bottom: 25px
}

.blog_form .franshiza_form_bg {
  height: 560px
}

.blog_form_photo {
  width: 100%;
  height: 631px;
  background-image: url(../images/blog_photo.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0
}

.blog_form .manager_name {
  width: 240px;
  bottom: -120px
}

.vacancy_form .centerBlock {
  position: relative;
  height: 495px
}

.vacancy_form .franshiza_form_bg {
  height: 495px
}

.vacancy_form_inner {
  padding-top: 6%
}

.vacancy_form h2 {
  color: #242747;
  text-align: left;
  margin-bottom: 36px
}

.vacancy_form_text {
  font-size: 1.375em;
  color: #34375d;
  line-height: 1.4;
  letter-spacing: .01em
}

.vacancy_form .manager_name {
  width: 240px;
  bottom: 31px
}

.vacancy_form .franshiza_form_bg {
  right: -116px
}

.franshiza_comments {
  height: 890px;
  padding: 1px 0;
  background-color: #f5f5f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.franshiza_comments h2 {
  color: #34375d;
  text-align: center;
  margin-top: 80px
}

.fci_slider {
  width: 100%
}

.fci_slider .slick-dots {
  top: 7px
}

.franshiza_comment_item {
  float: left;
  background-color: #fff;
  width: 810px;
  height: 590px;
  margin: 0 20px;
  border: 1px solid #f1f1f3;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  opacity: .25
}

.franshiza_comment_item.slick-active {
  opacity: 1
}

.fci_header {
  padding: 35px;
  padding-bottom: 25px
}

.fci_name {
  color: #34375d;
  font-size: 1.375em;
  font-weight: 700;
  float: left;
  margin-bottom: 10px
}

.fci_city {
  font-size: 1.375em;
  font-weight: 700;
  position: absolute;
  right: 35px;
  top: 35px
}

.fci_since {
  clear: both;
  color: #3b3c51;
  font-size: .875em
}

.fci_params {
  background-color: #fafafa;
  padding: 20px 35px 15px
}

.fci_params table td {
  vertical-align: top;
  color: #3b3c51
}

.fci_params table td p {
  font-size: .875em;
  margin-bottom: 5px
}

.fci_params table td p strong {
  font-size: 2em;
  font-weight: 700
}

.fci_params table td p em {
  color: #9499ab;
  font-size: .857em;
  font-style: normal
}

.fci_text {
  margin: 30px 0 35px;
  height: 288px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.fci_bg {
  background-image: url(../images/transparent.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  width: 98%;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0
}

.fci_text ul {
  padding: 0 35px;
  list-style: none
}

.fci_text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #3b3c51
}

.fci_text ul li strong {
  font-weight: 700
}

.fci_text ul li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffb400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px
}

.franshiza .centerBlock {
  height: 100%;
  display: table
}

.custom_franshiza {
  display: table-cell;
  vertical-align: middle
}

.partner_page {
  margin-bottom: 60px
}

.partner_page h1 {
  color: #34375d;
  font-size: 4.5em;
  font-weight: 700;
  text-align: center
}

.partner_page h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 40px 0 20px;
  text-transform: uppercase
}

.partner_description > p {
  color: #34375d;
  font-size: 1.375em;
  text-align: center;
  line-height: 30px
}

.partner_description h2 {
  color: #34375d;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 3em;
  line-height: 1;
  letter-spacing: .01em
}

.partner_description > p + ul {
  margin-top: 5.2%
}

.partner_page .aviaform .mod_why_form {
  width: 605px
}

.partner_page .aviaform .mod_why_form input {
  margin-bottom: 15px
}

.partner_page .aviaform .mod_why_form a {
  clear: both;
  float: none;
  margin: 0 auto
}

p.partner_attention {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px !important
}

p.partner_attention span {
  color: #bc252b
}

.partner_description ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -37px
}

.partner_description ul li {
  display: table;
  width: 33.3333%;
  height: 225px;
  margin-bottom: 37px;
  padding: 0 15px
}

.partner_description ul li > div {
  max-width: 260px
}

.partner_description ul li > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: top
}

.partner_description ul li .hexagon {
  margin-bottom: 24px
}

.partner_description ul li div p {
  color: #3b3c51;
  margin: 0 0 20px;
  line-height: 1.3
}

.partner_description ul li div p:last-child {
  letter-spacing: .025em
}

.partner_description ul li strong {
  color: #242747;
  font-size: 1.375em;
  font-weight: 700
}

.partner_description ul li.last {
  padding-top: 0
}

.partnermod {
  height: 560px;
  padding: 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.partnermod_parallax {
  position: absolute;
  width: 100%;
  height: 560px;
  padding: 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  left: 0
}

.partnermod_parallax .parallax {
  background-position: center;
  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
}

.partnermod h2 {
  text-align: center;
  color: #ffb400;
  margin-top: 80px
}

.partnermod .centerBlock > p {
  color: #fff;
  font-size: 1.375em;
  font-weight: 700;
  text-align: center;
  width: 600px;
  margin: 0 auto 30px
}

.agencyform {
  background-color: #fff;
  border: 1px solid #f1f1f3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 45px 0 20px;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px
}

.agencyform_title {
  color: #34375d;
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 50px
}

.agencyform .incity_select {
  float: none;
  display: inline-block;
  vertical-align: top;
  border: 0;
  border-bottom: 1px solid #ced1dc;
  text-align: left;
  width: 265px !important
}

.agencyform .incity_select span.styled {
  width: 100%;
  background-position: right center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em
}

.agencyform .incity_select select {
  width: 100%
}

.agencyform .mod_why_form .single_input {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 265px;
  margin-top: 0
}

.agencyform .mod_why_form input[type=text] {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ced1dc;
  padding: 0;
  font-size: 1em;
  margin-right: 0
}

.agencyform .mod_why_form input.error_field {
  border-bottom: 1px solid #ff6547
}

.news_form .single_input {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 265px !important;
  margin-left: 25px;
  border-bottom: 1px solid #ced1dc
}

.news_form .single_input input {
  display: block;
  height: 33px;
  border: 0;
  padding: 0;
  font-family: 'Proxima Nova';
  font-size: 1em;
  margin-right: 0
}

.news_form .single_input input.phone_number {
  margin-left: 15px
}

.agencyform .mod_why_form .input_email {
  margin: 0 65px
}

a.agencyform_btn {
  padding: 2px;
  display: block;
  width: 275px;
  float: none;
  border: 3px solid #fff;
  margin: 15px auto 10px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

a.agencyform_btn span {
  display: block;
  width: 265px;
  height: 50px;
  line-height: 49px;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  background: #b32228;
  border: 1px solid #b32228;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

a.agencyform_btn:hover span {
  background-color: #bb2228;
  border: 1px solid #bb2228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a.agencyform_btn:focus {
  border: 3px solid #ffbcbf
}

a.agencyform_btn:active span {
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.mod_why_form label {
  position: relative;
  display: block
}

.aviaform .mod_why_form label, .news_form label {
  float: left;
  width: 100%
}

.mod_why_form label span.error_msg, .mod_why_form label span.success_msg, .news_form span.error_msg, .news_form span.success_msg {
  font-size: .688em;
  position: absolute;
  left: 0;
  bottom: -15px
}

.error_msg {
  color: #ff6547
}

.success_msg {
  color: #26c454
}

.agencyform .snoska {
  margin-bottom: 0
}

.partner_dop {
  margin-top: 125px;
  margin-bottom: 75px
}

.partner_dop_text {
  display: table;
  width: 100%
}

.partner_dop_left {
  display: table-cell;
  width: 428px;
  color: #34375d;
  font-size: 1.375em;
  font-weight: 700;
  position: relative;
  top: 5px
}

.partner_dop_left a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px solid
}

.partner_dop_right {
  display: table-cell;
  color: #3b3c51;
  line-height: 1.5
}

.partner_dop_right p {
  max-width: 670px
}

.services_descr h1 {
  color: #34375d;
  font-size: 4.5em;
  margin-top: 50px
}

.services_descr p {
  color: #34375d;
  font-size: 1.375em;
  line-height: 30px
}

.services_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 75px
}

.services_list .service_item {
  float: none;
  margin: 0 30px 30px
}

.services_list .service_item.last {
  background-color: #fff
}

.service_item.last > strong {
  padding-right: 0;
  margin-top: -5px
}

.service_item.last p {
  line-height: 1.3;
  margin-bottom: 10px;
  min-height: 0
}

.service_item.last p strong {
  font-size: 16px;
  padding-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: inline-block
}

.service_item.last a {
  margin-top: 17px
}

.service_item.last a span {
  color: #fff;
  background: #b32228
}

.service_item a:hover span {
  color: #fff;
  background-color: #bb2228
}

.services_image {
  height: 420px;
  position: relative;
  overflow: hidden
}

.services_image .parallax {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 115%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none
}

.services_image .parallax.first_image {
  background-image: url(../images/services_image1.jpg)
}

.services_image .parallax.second_image {
  background-image: url(../images/services_image2.jpg)
}

.services_image .centerBlock {
  height: 100%
}

.services_image_text {
  display: table;
  width: 100%;
  height: 100%
}

.services_image_text h2 {
  color: #ffb400;
  font-size: 3em;
  display: table-cell;
  width: 480px;
  line-height: 48px;
  vertical-align: middle
}

.services_image_text > p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 30px
}

.services_profit {
  padding: 1px 0 40px
}

.services_profit ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px
}

.services_profit ul li {
  display: table;
  width: 360px;
  height: 225px;
  margin-bottom: 25px;
  padding-right: 105px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.services_profit ul li p {
  color: #3b3c51;
  margin: 15px 0
}

.services_profit ul li strong {
  color: #242747;
  font-size: 1.375em;
  font-weight: 700
}

.services_profit h2 {
  color: #34375d;
  font-size: 3em;
  margin: 70px 0 60px
}

.about_page {
  overflow: hidden
}

.about_page h1 {
  color: #34375d;
  font-size: 4.5em;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px
}

.about_descr {
  color: #242747;
  margin-bottom: 65px
}

.about_descr p {
  font-size: 1.375em;
  max-width: 700px;
  line-height: 30px
}

.about_history ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 45px;
  position: relative
}

.about_history ul li {
  width: 33%;
  min-width: 390px;
  list-style: none;
  position: relative
}

.about_history ul li::before {
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  background-color: #ffc016;
  position: absolute;
  top: 24px;
  z-index: 0
}

.about_history ul li:last-child::before {
  width: 0
}

.about_history_number {
  background-image: url(../images/about_number.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  color: #ffb400;
  font-size: 1.750em;
  font-weight: bold;
  position: relative
}

.about_history_year {
  color: #efeff2;
  font-size: 4.5em;
  font-weight: 700;
  margin-top: 45px
}

.about_history_title {
  color: #242747;
  font-size: 1.375em;
  font-weight: 700;
  margin-bottom: 5px
}

.about_history_location {
  color: #9499ab;
  font-size: .875em;
  margin-bottom: 15px
}

.about_history_text {
  color: #242747;
  line-height: 24px;
  padding-right: 70px
}

.about_history {
  position: relative
}

.about_history.endscroll {
  background-image: url(../images/shadow.png);
  background-position: center bottom;
  background-repeat: repeat-x
}

.history_inner {
  overflow: visible !important
}

.about_history_bg_left, .about_history_bg_right {
  width: 100%;
  height: 80%;
  background-repeat: repeat-y;
  position: absolute;
  bottom: 0;
  z-index: 1
}

.about_history_bg_left {
  background-image: url(../images/transparent_l.png);
  background-position: right bottom;
  left: 0
}

.about_history_bg_right {
  background-image: url(../images/transparent_r.png);
  background-position: left bottom;
  right: 0
}

.about_target {
  background-color: #fff;
  margin-top: 100px;
  margin-bottom: 125px;
  padding: 53px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.about_target .custom {
  display: table;
  width: 100%
}

.about_target_image {
  display: table-cell;
  width: 36%;
  vertical-align: middle;
  text-align: center
}

.about_target_image img {
  max-width: 100%
}

.about_target_text {
  display: table-cell;
  vertical-align: middle;
  color: #34375d;
  padding-right: 25px
}

.about_target_text p {
  font-size: 1.375em;
  margin-bottom: 20px;
  line-height: 30px
}

.about_target_text p.about_target_title {
  font-size: 1.75em;
  font-weight: 700
}

.about_target_btn {
  padding: 2px;
  display: inline-block;
  width: 265px;
  float: none;
  border: 3px solid #fff;
  margin: 0;
  margin-top: 10px;
  margin-right: 30px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.about_target_btn span {
  display: block;
  width: 265px;
  height: 50px;
  line-height: 49px;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  background: #b32228;
  border: 1px solid #b32228;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.about_target_btn:hover span {
  background-color: #bb2228;
  border: 1px solid #bb2228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.about_target_btn:focus {
  border: 3px solid #ffbcbf
}

.about_target_btn:active span {
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.about_target_text p strong {
  display: inline-block;
  width: 215px;
  vertical-align: middle;
  line-height: 24px
}

.about_mission {
  background-color: #f5f5f6
}

.about_mission .centerBlock {
  position: relative;
  height: 470px;
  padding: 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.about_mission_bg {
  background-image: url(../images/big_hexagon.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 615px;
  height: 470px;
  position: absolute;
  right: -90px;
  bottom: 0
}

.about_mission_photo {
  width: 615px;
  height: 522px;
  position: absolute;
  bottom: 0
}

.about_mission .custom {
  position: relative;
  width: 660px
}

.about_mission_text {
  color: #34375d;
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 39px;
  position: relative;
  z-index: 2;
  line-height: 1.3
}

.about_mission h2 {
  color: #34375d;
  margin-top: 120px;
  margin-bottom: 35px;
  position: relative;
  z-index: 2
}

.about_mission_director {
  float: right;
  text-align: right;
  color: #34375d;
  position: relative;
  z-index: 2
}

.about_rekvizity {
  padding-bottom: 70px;
  padding-top: 35px
}

.about_rekvizity h2 {
  color: #34375d;
  display: inline-block;
  width: 45%
}

.download_rekviz_btn {
  display: inline-block;
  width: 49%
}

.download_rekviz_btn a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #1f31a3;
  line-height: 16px
}

.download_rekviz_btn a:hover {
  border-bottom: 0
}

.rekvizity_table_first_cell {
  padding: 25px 30px;
  background-color: #f5f5f6
}

.rekvizity_table_first_cell > p {
  color: #34375d;
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 17px
}

.rekvizity_subtable td {
  color: #242747;
  padding-bottom: 17px;
  line-height: 24px
}

.rekvizity_table_second_cell {
  padding-left: 50px;
  color: #34375d
}

.rekvizity_table_second_cell p {
  margin-bottom: 20px
}

.rekvizity_table_second_cell p strong {
  font-size: 1.375em;
  font-weight: 700
}

.rekvizity_title {
  font-size: 1.75em;
  font-weight: 700
}

.rekvizity_table_second_cell p.rekvizity_title strong {
  font-size: 1em
}

.rekvizity_title a {
  display: inline-block;
  line-height: 26px;
  text-decoration: none;
  border-bottom: 1px solid #1f31a3
}

.rekvizity_title a:hover {
  border-bottom: 0
}

.rekvizity_btn {
  padding: 2px;
  display: inline-block;
  width: 265px;
  float: none;
  border: 3px solid #fff;
  margin-left: -5px;
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.rekvizity_btn span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 49px;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  background: #b32228;
  border: 1px solid #b32228;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.rekvizity_btn:hover span {
  background-color: #bb2228;
  border: 1px solid #bb2228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.rekvizity_btn:focus {
  border: 3px solid #ffbcbf
}

.rekvizity_btn:active span {
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.popup_window {
  width: 95%;
  max-width: 560px;
  background-color: #fff;
  padding: 50px 0 30px;
  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_privacy {
  width: 320px;
  background-color: #fff;
  display: none;
  position: absolute;
  margin: 0;
  z-index: 1000
}

.popup_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_close2 {
  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_callback_title {
  text-align: center;
  color: #242747;
  font-size: 1em;
  margin-bottom: 40px;
  padding: 0 70px
}

.popup_callback_title .form_name.upper {
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 10px
}

.popup_callback_title .title_text {
  font-weight: 700;
  font-size: 1.375em
}

.popup_name a {
  text-decoration: none
}

.popup_name span {
  color: #1f31a3;
  border-bottom: 1px solid #c7cbe8
}

.popup_name span:hover {
  border-bottom: 0
}

.popup_image {
  width: 50px;
  height: 50px;
  margin: 30px auto 15px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.popup_city {
  color: #34375d;
  margin: 5px 0 15px
}

.rate_us {
  text-align: center;
  color: #242747;
  font-size: 1.125em;
  margin: 20px 0
}

.popup_stars {
  width: 155px;
  height: 24px;
  margin: 10px auto;
  background-image: url(../images/popup_stars_grey.png);
  background-position: left center;
  background-repeat: repeat-x
}

.popup_stars.error {
  background-image: url(../images/popup_stars_error.png)
}

.popup_stars > span {
  display: block;
  float: left;
  width: 31px;
  height: 24px;
  cursor: pointer
}

.popup_stars > span.active {
  background-image: url(../images/popup_stars_yellow.png);
  background-position: center;
  background-repeat: no-repeat
}

.star svg {
  fill: currentColor
}

.star.active, .star.hovered {
  color: #ffb400
}

a.popup_btn {
  padding: 2px;
  width: 360px;
  display: block;
  margin: 0 auto 13px;
  border: 3px solid #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

a.popup_btn span {
  display: block;
  height: 70px;
  line-height: 68px;
  color: #fff;
  font-size: 1.125em;
  background-color: #b32228;
  border: 1px 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
}

a.popup_btn:hover span {
  border: 1px solid #bb2228;
  background-color: #bb2228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a.popup_btn:active span {
  background-color: #b32228;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

a.popup_btn:focus {
  border: 3px solid #ffbcbf
}

p.privacy {
  color: #9499ab;
  font-size: .75em;
  margin-top: 7px;
  margin-bottom: 7px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.privacy::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #9499ab;
  border-radius: 3px;
  margin-right: 4px;
  flex-shrink: 0
}

.privacy_checked::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23242747' d='M6.293 11.293 2.5 7.5l1.414-1.414L6.293 8.465 12.379 2.379l1.414 1.414z'/></svg>");
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat
}

.error_privacy::before {
  border: 1px solid #c40000;
  background-color: #ffd8cc
}

.mod_why_form .privacy {
  width: auto;
  justify-content: flex-start;
  margin-left: 50px
}

.agencyform .mod_why_form .privacy {
  margin-left: auto;
  justify-content: center
}

.mod_why_form .privacy a {
  color: #ffa200
}

.agencyform .mod_why_form .privacy a {
  color: #1f31a3
}

.curculator .privacy {
  white-space: normal
}

.popup_window .privacy a {
  color: #1f31a3;
  white-space: nowrap
}

.add_comment_form textarea {
  width: 100%;
  max-width: 480px;
  height: 250px;
  margin: 0 auto 40px;
  padding: 15px 20px;
  font-family: 'Proxima Nova';
  color: #242747;
  background-color: #f5f5f6;
  border: 1px solid #dfe2ed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.otzyv_phone_inputttt {
  height: 40px;
  padding: 0 0 0 35px;
  font-family: 'Proxima Nova';
  color: #242747;
  background-color: transparent;
  border: 1px solid #dfe2ed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.otzyv_phone {
  max-width: 480px;
  margin: 0 auto 20px
}

.otzyv_phone label {
  text-align: left
}

.otzyv_phone p {
  font-size: .75em;
  font-style: italic;
  margin: 12px 0
}

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

.otzyv_get_code > * {
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.otzyv_get_code a {
  width: 50%;
  height: 50px;
  margin-bottom: 0
}

.otzyv_get_code a.hidden {
  display: none
}

.otzyv_get_code a span {
  height: 40px;
  line-height: 40px;
  font-size: 1em
}

.user_auth .form_btn.disabled {
  cursor: inherit
}

.user_auth .form_btn.disabled span {
  background-color: #dfe2ed;
  border: 1px solid #dfe2ed
}

.sms_repeat_timer {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 1em;
  background-color: #ffb400;
  border: 1px solid #ffb400;
  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
}

.sms_repeat_timer.hidden {
  display: none
}

.sms_repeat_timer em {
  font-weight: bold;
  font-style: normal
}

.otzyv_confirm_code {
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}

.otzyv_confirm_code > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0
}

.otzyv_confirm_code input {
  width: 49%
}

.otzyv_confirm_code a {
  width: 49%;
  height: 50px;
  margin-bottom: 0
}

.otzyv_confirm_code a span {
  height: 40px;
  line-height: 40px;
  font-size: 1em
}

.otzyv_confirm_code p {
  width: 100%;
  font-size: .875em;
  margin: 10px 0
}

.otzyv_confirm_code p.confirm_result {
  font-size: .875em;
  font-style: normal;
  font-weight: bold;
  height: 15px
}

.otzyv_confirm_code p.confirm_result.success {
  color: #45ea1c
}

.otzyv_confirm_code p.confirm_result.error {
  color: #c40000
}

.otzyv_confirm_code a.processing span i {
  display: block;
  text-indent: -9999px;
  background-image: none;
  padding-left: 0;
  width: 28px;
  height: 28px;
  border: 6px solid rgba(177, 77, 17, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  top: 13%;
  margin: 0 auto 0 auto
}

@keyframes loader-rotate {

0
{
  transform: rotate(0)
}
100
%{ transform:rotate(360deg)

}
}
.ulogin-buttons-container {
  width: 435px !important;
  display: flex !important;
  justify-content: center;
  margin: 0 auto !important
}

.ulogin-buttons-container > div {
  width: 50px !important;
  height: 50px !important;
  padding: 3px !important;
  border: 3px solid transparent !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 50px auto !important;
  background-size: 50px auto !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-right: 0 !important
}

.ulogin-button-facebook {
  background-image: url(../images/cnt_fb.png) !important
}

.ulogin-button-odnoklassniki {
  background-image: url(../images/cnt_ok.png) !important
}

.ulogin-button-vkontakte {
  background-image: url(../images/cnt_vk.png) !important
}

.ulogin-button-google {
  background-image: url(../images/cnt_gplus.png) !important
}

.ulogin-button-yandex {
  background-image: url(../images/cnt_yandex.png) !important
}

.ulogin-button-twitter {
  background-image: url(../images/cnt_twt.png) !important
}

.ulogin-dropdown-button {
  background-image: url(../images/cnt_more.png) !important
}

.ulogin-button-mailru {
  background-image: url(../images/cnt_mailru.png) !important
}

.ulogin-buttons-container > div:hover {
  border: 3px solid #dfe2ed !important
}

.popup_window .userfields {
  margin: 0 auto;
  width: 360px
}

.user_auth .userfields {
  width: 100%
}

.input_line {
  margin-bottom: 10px
}

.input_line input[type=text] {
  border: 0;
  border-bottom: 1px solid #ced1dc;
  background-color: transparent;
  color: #5d5f7d;
  font-family: 'Proxima Nova';
  font-size: 1em;
  height: 34px;
  text-indent: 0;
  width: 100%;
  text-align: left;
  margin-left: 0
}

input.phone_number {
  min-width: 190px !important
}

.input_line input:focus {
  border-bottom: 1px solid #01bdd7
}

.input_line input.error_field {
  border-bottom: 1px solid #ff6547
}

.popup_window .incity_select {
  width: 100%;
  float: none;
  margin-bottom: 10px
}

.popup_window .form_btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px
}

.user_auth .form_btn {
  margin-left: auto
}

.userfields label {
  position: relative;
  display: block
}

.userfields label.single_label {
  display: inline-block;
  height: 70px
}

.viza_form .userfields label {
  display: inline
}

.toplabel {
  position: absolute;
  left: 0;
  top: -10px;
  color: #9499ab;
  font-size: .563em;
  text-transform: uppercase;
  white-space: nowrap
}

.clearfield {
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/clear_field.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 10px
}

.mainform_form .clearfield, .franshiza_form .clearfield {
  top: 27px;
  right: 10px
}

.mainform_form .toplabel {
  color: #fff
}

.error_msg {
  color: #ff6547;
  font-size: .688em;
  position: absolute;
  left: 0;
  bottom: 0
}

.error_msg.shiftdown {
  bottom: -17px
}

.success_msg {
  color: #26c454;
  font-size: .688em;
  position: absolute;
  left: 0;
  bottom: 0
}

.success_msg.shiftdown {
  bottom: -17px
}

span.sending_msg {
  font-size: 1em;
  font-weight: 400;
  color: #151730;
  background: #ffb400;
  border: 1px solid #ffb400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer
}

.main_callback .mainform_form span.sending_msg {
  display: inline-block;
  width: 250px;
  margin-left: 20px;
  margin-top: 0;
  height: 70px;
  line-height: 70px
}

.pasport_form span.sending_msg {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  margin-top: 0;
  margin-left: 5px
}

.franshiza_form span.sending_msg {
  width: 360px;
  margin-top: 28px
}

.agencyform span.sending_msg {
  width: 265px;
  height: 50px;
  line-height: 50px;
  margin: 48px auto 15px
}

.add_comment_form span.sending_msg {
  width: 360px;
  margin: 5px auto 18px
}

.mewtwo-flights-destination {
  display: none !important
}

.pasport_page {
  background-color: #f5f5f6
}

.pasport_page .breadcrumbs a {
  color: #fff
}

.pasport_page h1 {
  text-align: center;
  color: #fff;
  margin: 60px 0 15px
}

.pasport_top {
  background-color: #1f31a3;
  padding: 1px 0
}

.pasport_bottom {
  padding-bottom: 80px
}

.pasport_title {
  font-size: 4.5em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 60px 0 15px
}

.pasport_form_title {
  text-align: center;
  color: #fff;
  font-size: 1.375em;
  font-weight: 700;
  margin-bottom: 52px
}

.pasport_selects {
  text-align: center
}

.pasport_field {
  display: inline-block;
  width: 230px;
  margin: 0 -1px
}

.pasrort_select {
  position: relative;
  width: 100%;
  height: 70px;
  text-align: left;
  border-bottom: 1px solid #ced1dc;
  background-color: #fafafa
}

.first .pasrort_select {
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px
}

.last .pasrort_select {
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0
}

.pasrort_select.error_field {
  border: 1px solid red
}

.pasrort_select span.styled {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/select_arrow.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  display: block;
  padding-left: 17px;
  padding-right: 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  margin: 0;
  color: #3b3c51;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.pasrort_select select {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 5;
  font-family: 'Proxima Nova', sans-serif
}

.pasport_label {
  color: #fff;
  font-size: .688em;
  padding-left: 17px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px
}

.pasport_form_btn {
  padding: 2px;
  display: block;
  width: 360px;
  border: 3px solid transparent;
  margin: 40px auto 115px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.pasport_form_btn span {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 1.125em;
  font-weight: 400;
  color: #151730;
  background-color: #ffb400;
  border: 1px solid #ffb400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.pasport_form_btn span i {
  display: inline-block;
  font-style: normal;
  background-image: url(../images/btn_passport.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 40px
}

.pasport_form_btn:hover span {
  background-color: #ffac0b;
  border: 1px solid #ffac0b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.pasport_form_btn:focus {
  border: 3px solid #ffbcbf
}

.pasport_form_btn:active span {
  background-color: #ffa200;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.pasport_table {
  margin: -60px 0 0;
  padding: 40px 70px;
  background-color: #fff;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.pasport_table::before {
  content: '';
  position: absolute;
  left: 49%;
  top: -30px;
  border: 15px solid transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 15px;
  border-bottom: 15px solid #fff
}

.pasport_table table {
  width: 100%;
  margin-bottom: 75px;
  border-collapse: collapse;
  border-bottom: 1px solid #ebebeb
}

.pasport_table table tr:nth-child(even) {
  background-color: #f9fafc
}

.pasport_table table td {
  padding: 20px 28px;
  text-align: left;
  border-collapse: collapse
}

.pasport_table table th {
  padding: 20px 28px;
  color: #242747;
  font-weight: 700;
  text-align: left;
  border-collapse: collapse;
  border-bottom: 1px solid #ebebeb
}

.pasport_form_bg {
  height: 500px;
  padding: 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden
}

.pasport_form_bg .parallax {
  background-image: url(../images/passport_form.jpg);
  background-position: center;
  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
}

.pasport_form_bg h3 {
  margin-top: 130px;
  color: #fff;
  font-size: 3em
}

.pasport_form_bg p {
  color: #fff;
  max-width: 550px
}

.pasport_form {
  margin-top: 40px
}

.pasport_form .single_input {
  display: inline-block;
  width: 365px;
  vertical-align: top
}

.pasport_form input {
  display: block;
  height: 70px;
  border: 0;
  text-align: left;
  font-family: 'Proxima Nova';
  font-size: 1.125em;
  color: #242525;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent
}

.pasport_form .pasport_form_btn {
  display: inline-block;
  margin-top: -5px;
  vertical-align: top
}

.pasport_descr {
  margin-bottom: 100px
}

.main_docs {
  background-image: url(../images/main_docs.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-right: 60px;
  color: #3b3c51
}

.main_docs p {
  font-size: 1.375em
}

.pasport_docs {
  padding: 0 15px
}

.pasport_docs h3 {
  text-align: center;
  font-size: 1.75em;
  margin: 50px 0 0
}

#pasport_table_title {
  text-align: center;
  font-size: 1.75em;
  margin: 0 0 40px
}

.docs_list ul {
  padding-top: 25px
}

.docs_list ul li {
  display: inline-block;
  width: 33%;
  padding-right: 4%;
  margin-top: 50px;
  background-image: url(../images/franshiza_brand_ico.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 45px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.docs_list ul li strong {
  display: block;
  height: 55px;
  font-size: 1.375em;
  color: #242747
}

.bron_right_image {
  margin-top: 30px
}

.bron_right_text {
  margin-bottom: 100px;
  padding-right: 70px
}

.bron_right_text strong {
  display: block;
  font-size: 1.375em;
  margin-top: 15px;
  margin-bottom: 10px
}

.bron_right_text.first {
  margin-top: 210px
}

.bron_page .breadcrumbs a {
  color: #fff
}

.bron_page h1 {
  text-align: center;
  color: #fff;
  margin: 60px 0 15px
}

.bron_top {
  background-color: #1f31a3;
  padding: 1px 0
}

.bron_free {
  text-align: center;
  font-size: .875em;
  color: #fff;
  margin: 35px 0
}

.bron_list {
  margin-top: 100px;
  margin-bottom: 80px
}

.bron_list.partner_description ul li {
  width: 33%;
  padding-right: 8%
}

.bron_form {
  height: 500px;
  padding: 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden
}

.bron_form .parallax {
  background-position: center;
  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
}

.bron_topform_bg .parallax {
  background-image: url(../images/avia_topform.jpg)
}

.bron_middleform_bg .parallax {
  background-image: url(../images/avia_midform.jpg)
}

.bron_bottomform_bg .parallax {
  background-image: url(../images/avia_botform.jpg)
}

.bron_form h3 {
  margin-top: 130px;
  color: #fff;
  font-size: 3em
}

.bron_form p {
  color: #fff;
  max-width: 550px
}

.bron_form input {
  display: inline-block;
  height: 70px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-family: 'Proxima Nova';
  font-size: 1.125em;
  color: #242525;
  text-align: left;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.bron_form .incity_select {
  display: inline-block;
  width: 32%;
  float: none;
  height: 70px;
  border: 0;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.bron_form .incity_select span.styled {
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 30px;
  text-align: left;
  background-position: 92% center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #8e92a1;
  font-size: 1.125em
}

.bron_form .incity_select select {
  width: 100%;
  height: 70px
}

.select_hotel_btn {
  padding: 2px;
  display: block;
  width: 225px;
  border: 3px solid transparent;
  margin: 25px auto 0 -5px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.select_hotel_btn span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
  font-weight: 400;
  color: #151730;
  background-color: #ffb400;
  border: 1px solid #ffb400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.select_hotel_btn:hover span {
  background-color: #ffac0b;
  border: 1px solid #ffac0b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.select_hotel_btn:focus {
  border: 3px solid #ffbcbf
}

.select_hotel_btn:active span {
  background-color: #ffa200;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.bron_page {
  margin-bottom: 60px
}

.pasport_form .toplabel {
  color: #fff
}

.pasport_form .clearfield {
  top: 27px;
  right: 10px
}

.pasport_form .error_msg, .pasport_form .success_msg {
  bottom: -17px
}

.send_success {
  display: none
}

.video_frame {
  position: relative
}

.mod_video_bg {
  height: 470px;
  padding: 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: center
}

.mod_video_bg .parallax {
  background-position: center;
  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
}

.mod_video_bg .parallax:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5)
}

.mod_video_text_wrap {
  width: 100%;
  height: 100%;
  display: table
}

.mod_video_text {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.75em;
  color: #fff
}

.mod_video_text span {
  color: #ffb400
}

.mod_video_text a {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-top: 20px;
  background-image: url(../images/video_btn.png);
  background-position: center top;
  background-repeat: no-repeat
}

.mod_video_text a:hover {
  background-position: center bottom
}

.dsp-n {
  display: none
}

.viza_details_info {
  margin-bottom: 50px
}

.viza_details_info h2 {
  font-size: 2em
}

.viza_details_info p, .viza_details_info ul li {
  line-height: 1.5
}

.viza_details_info p {
  margin: 15px 0
}

.yamap {
  width: 100%;
  height: 860px
}

.yamap.preloading {
  background-image: url(../images/contacts_map_preloader_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

.yamap.preloading::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  left: 0;
  top: 0
}

.yamap.preloading::after {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-image: none;
  padding-left: 0;
  border: 6px solid #2544c3;
  border-top-color: rgba(255, 255, 255, .25);
  border-radius: 50%;
  animation: loader-rotate 1s linear infinite;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  z-index: 10
}

.mod_map {
  float: right;
  margin-top: 12px;
  width: 200px
}

.mapimg {
  width: 196px;
  height: 104px;
  margin: 0;
  position: relative
}

.mapimg > span {
  display: block;
  width: 15px;
  height: 29px;
  position: absolute;
  background-image: url(../images/topmap_marker1.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer
}

.mapimg > span > span {
  display: block;
  width: 15px;
  height: 7px;
  background-image: url(../images/topmap_marker_sh.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -6px;
  right: -7px
}

#k2ModuleBox143 .mewtwo-show_hotels__label {
  color: #fff !important
}

#k2ModuleBox143 .mewtwo-widget .mewtwo-flights-origin .mewtwo-hotels-guests__text, #k2ModuleBox143 .mewtwo-widget .mewtwo-flights-origin > input[type=text], #k2ModuleBox143 .mewtwo-widget .mewtwo-flights-destination .mewtwo-hotels-guests__text, #k2ModuleBox143 .mewtwo-widget .mewtwo-flights-destination > input[type=text], #k2ModuleBox143 .mewtwo-widget .mewtwo-flights-dates-depart .mewtwo-hotels-guests__text, #k2ModuleBox143 .mewtwo-widget .mewtwo-flights-dates-depart > input[type=text], #k2ModuleBox143 .mewtwo-widget .mewtwo-flights-dates-return .mewtwo-hotels-guests__text, #k2ModuleBox143 .mewtwo-widget .mewtwo-flights-dates-return > input[type=text], #k2ModuleBox143 .mewtwo-widget .mewtwo-flights-trip_class {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

#k2ModuleBox143 .mewtwo-widget .mewtwo-flights-dates:before {
  bottom: 2px !important
}

.bottom_text {
  position: relative
}

.custom_footertext {
  padding-right: 350px;
  opacity: .8
}

.custom_cmcbanner {
  position: absolute;
  right: 0;
  top: 25px
}

.custom_cmcbanner img {
  max-width: 100%
}

.perelinkovka .centerBlock {
  background-color: #fff;
  border: 1px solid #f1f1f3;
  padding: 25px 40px;
  margin-bottom: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

.perelinkovka_list {
  display: table;
  width: 100%;
  margin-bottom: 15px
}

.perelinkovka_list p {
  display: table-cell;
  width: 20%;
  padding: 0 3%;
  vertical-align: top;
  font-size: .875em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.perelinkovka_list a {
  font-size: 1.125em;
  font-weight: 700
}

.country_navigation {
  position: relative;
  margin-top: -50px
}

.country_navigation ul {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none
}

.country_navigation ul li a {
  color: #ffb400;
  font-size: 1.125em;
  font-weight: 700;
  text-decoration: none
}

.country_navigation ul li a span {
  display: inline-block;
  background-image: url(../images/dotted_yellow.png);
  background-position: left bottom;
  background-repeat: repeat-x
}

.country_navigation ul li a:hover span {
  background-image: none
}

.corp_item_list {
  letter-spacing: -.31em;
  margin-top: 5.2%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap
}

.corp_item {
  width: 29%;
  margin: 0 2% 25px;
  letter-spacing: .01em;
  text-align: center
}

.corp_item p {
  color: #3b3c51;
  margin: 9px 0;
  padding: 0 10px
}

.corp_item p strong {
  color: #242747;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 1.375em;
  line-height: 1
}

.corp_item .hexagon {
  margin: 0 auto 27px
}

.yurik_services {
  margin: 260px 0 0
}

.yurik_services h2 {
  text-align: center;
  margin-top: 80px
}

.yurik_services .services_list {
  justify-content: center;
  margin-bottom: 0
}

.yurik_services .services_list .service_item {
  margin: 0 30px 30px;
  height: auto;
  padding: 30px
}

.vyezdnoy {
  background-color: #fff;
  height: 586px
}

.vyezdnoy .centerBlock {
  max-width: 1290px;
  height: 100%
}

.vyezdnoy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%
}

.vyezdnoy_hexagon {
  background-image: url(../images/franshiza_form_bg.png);
  background-position: left -25px;
  background-repeat: no-repeat;
  position: relative;
  width: 51.3%;
  height: 100%
}

.vyezdnoy_hexagon img {
  max-width: none;
  position: relative;
  bottom: 35px
}

.vyezd_right {
  position: relative;
  width: 48.7%
}

.vyezd_right h2 {
  margin-top: 60px;
  margin-bottom: 24px
}

.vyezd_text {
  line-height: 1.4
}

.vyezd_text p {
  font-size: 1.375em;
  white-space: nowrap;
  margin-bottom: 0
}

.vyezd_text p strong {
  font-family: 'Proxima Nova Bold', sans-serif
}

.viza_form.vyezd_form {
  float: none;
  width: auto
}

.viza_form.vyezd_form.userfields {
  width: 100%;
  float: none
}

.vyezd_form .input_line {
  margin-top: 30px
}

.vyezd_form .input_line input[type=tel] {
  color: #5d5f7d
}

.vyezd_form .privacy {
  font-size: .75em;
  color: #5d5f7d;
  white-space: nowrap
}

.vyezd_form .privacy a {
  color: #1f31a3
}

.input_line label {
  padding-bottom: 15px
}

.popup_window .input_line label {
  padding-bottom: 0
}

.input_line input[type=tel] {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ced1dc;
  background-color: transparent;
  color: #5d5f7d;
  font-family: 'Proxima Nova Regular', sans-serif;
  font-size: 1em;
  height: 34px;
  text-indent: 0;
  text-align: left;
  margin-bottom: 5px
}

.input_line input:focus {
  border-bottom: 1px solid #ffb400;
  caret-color: #ffb400
}

.input_line input.phone_number:focus {
  border-bottom: 0
}

.input_line input.error_field {
  border-bottom: 1px solid #ca1c23
}

.vyezd_form .input_line input[type=tel]::-webkit-input-placeholder {
  color: #5d5f7d
}

.vyezd_form .input_line input[type=tel]::-moz-placeholder {
  color: #5d5f7d
}

.vyezd_form .input_line input[type=tel]:-moz-placeholder {
  color: #5d5f7d
}

.vyezd_form .input_line input[type=tel]:-ms-input-placeholder {
  color: #5d5f7d
}

.vyezd_form .privacy a {
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer
}

.vyezdnoy_btn {
  display: block;
  width: 100%;
  max-width: 365px;
  margin: 20px 0;
  margin-left: -5px;
  text-decoration: none;
  text-align: center;
  border: 3px solid transparent;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 2px
}

.vyezd_form .sending_msg {
  width: 100%;
  max-width: 365px;
  margin: 20px 0;
  margin-left: -5px
}

.vyezdnoy_btn span {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 1.125em;
  font-weight: 400;
  color: #151730;
  background: #ffb400;
  border: 1px solid #ffb400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.vyezdnoy_btn:hover span {
  background-color: #ffac0b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.vyezdnoy_btn:active span {
  background-color: #ffa200;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.vyezdnoy_btn:focus {
  border: 3px solid #ffbcbf
}

.yurik_clients {
  background-color: #f5f5f6
}

.clients_wrap {
  display: table;
  width: 100%;
  padding: 40px 0 44px
}

.clients_text {
  display: table-cell;
  width: 300px;
  color: #242747;
  font-weight: 700;
  font-size: 1.75em;
  vertical-align: middle
}

.clients_text a {
  text-decoration: none
}

.clients_text a span {
  border-bottom: 1px solid #8f98d1;
  display: inline-block;
  line-height: 1
}

.clients_text a:hover span {
  border-bottom: 0
}

.clients_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: middle
}

.clients_logos div {
  margin-bottom: 5px
}

.mobile_show_more {
  display: block;
  text-align: center;
  position: relative;
  color: #9499ab;
  font-weight: bold;
  height: 55px;
  line-height: 70px;
  background-image: url(../images/show_price_details_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 2;
  font-size: .875em
}

.mobile_show_more span {
  display: inline-block;
  padding-left: 18px;
  cursor: pointer;
  position: relative;
  transition: all .5s
}

.mobile_show_more span::before {
  content: '';
  width: 13px;
  height: 100%;
  background-image: url(../images/show_price_details.png);
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0
}

.mobile_show_more.expand span::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.franshiza_banner {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000
}

.franshiza_banner .fon {
  background: #000;
  opacity: .75;
  position: fixed;
  width: 100%;
  height: 100%
}

.modal_banner {
  background-image: url(../franshiza_images/franshiza_banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width: 850px;
  height: 450px;
  position: fixed;
  top: 80px;
  left: 50%;
  margin-left: -25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.franshiza_banner_close {
  background-image: url(../franshiza_images/franshiza_banner_close.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer
}

.franshiza_banner_form {
  position: absolute;
  bottom: 30px;
  right: 60px
}

.franshiza_banner_form .single_input {
  width: 265px;
  margin: 0 auto;
  position: relative
}

.franshiza_banner_input {
  display: block;
  width: 100%;
  height: 50px;
  background-image: url(../franshiza_images/franshiza_banner_input.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .2);
  box-shadow: 0 0 7px rgba(0, 0, 0, .2)
}

.franshiza_banner_form .single_input .error_msg, .franshiza_banner_form .single_input .success_msg {
  bottom: -18px
}

.franshiza_banner_btn {
  display: block;
  width: 270px;
  height: 81px;
  margin: 20px auto 0;
  background-image: url(../franshiza_images/franshiza_banner_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
  font-weight: bold;
  font-size: .875em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 55px
}

.franshiza_banner_form .sending_msg {
  width: 270px;
  height: 81px;
  margin: 20px auto 0;
  border: 0;
  background-color: transparent;
  background-image: url(../franshiza_images/franshiza_banner_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
  font-weight: bold;
  font-size: .875em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 55px
}

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

.contway_item {
  margin: 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.contway_item a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 48px;
  line-height: 48px;
  margin-right: 9px;
  color: #242747;
  font-weight: 700;
  font-size: .875em;
  text-decoration: none;
  text-transform: uppercase;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  -webkit-transition: color .3s;
  transition: color .3s
}

.contway_item a span {
  vertical-align: middle
}

.contact_icon {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: no-repeat;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.cnt_skype .contact_icon {
  background-image: url(../images/cnt_skype.png)
}

.cnt_wup .contact_icon {
  background-image: url(../images/cnt_wup.png)
}

.cnt_viber .contact_icon {
  background-image: url(../images/cnt_viber.png)
}

.cnt_telega .contact_icon {
  background-image: url(../images/cnt_telega.png)
}

.contway_item a:hover {
  color: #ffb400
}

.contact_icon:before {
  content: '';
  position: absolute;
  border: 3px solid transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left
}

.contway_item a:hover .contact_icon:before, .contway_item a:focus .contact_icon:before, .contway_item a:active .contact_icon:before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-color: #dfe2ed
}

.cabinet_menu {
  float: right;
  margin: 0
}

.popup_close_btn {
  width: 24px;
  height: 24px;
  background-image: url(../images/popup_close.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: -25px;
  top: -25px
}

.top_passport {
  background-color: #1f31a3
}

.bg_top.top_passport .top_flex {
  background: 0
}

.blog_price_block {
  background-color: #f5f5f6;
  padding-top: 70px;
  padding-bottom: 25px
}

.blog_price_descr {
  background: #fff;
  border: .8px solid #f7f4f4;
  box-sizing: border-box;
  box-shadow: 0 1px 22px rgba(48, 60, 103, 0.04);
  border-radius: 35px
}

.blog_price_header {
  background-color: #ffb400;
  background-image: url(../images/blog_price_header.png);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 35px 35px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px
}

.blog_price_header_price {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  line-height: 129px;
  margin-left: 67px
}

.blog_price_header_price strong {
  font-size: 2.188em
}

.blog_price_title {
  color: #34375d;
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 50px
}

.blog_price_header_consult {
  color: #fff;
  font-size: 2em;
  font-weight: bold
}

.blog_price_body {
  display: flex;
  justify-content: space-between
}

.blog_price_body_text {
  margin-left: 63px;
  margin-top: 68px;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 32px
}

.blog_price_body_text p {
  margin-bottom: 30px
}

.blog_price_body_text img {
  margin-right: 19px
}

.blog_price_body_form {
  margin-right: 150px;
  flex-shrink: 0
}

.blog_price_form_title {
  font-size: 1.875em;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 18px
}

.blog_price_form_checkbox {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: .015em;
  color: #1f31a3;
  padding-left: 30px;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer
}

.blog_price_form_checkbox::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/ico_blog_checkbox.png);
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0
}

.blog_price_form_checkbox.checked::before {
  background-position: left bottom
}

.blog_price_body_form input {
  display: block;
  width: 375px;
  height: 58px;
  background: #eeeef1;
  border: 1px solid #eeeef1;
  border-radius: 4px;
  margin-bottom: 21px;
  padding: 0 20px;
  font-size: 1.125em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.blog_price_body_form input.phone_number {
  border: 0;
  margin-bottom: 21px
}

.blog_price_form_btn {
  display: block;
  width: 375px;
  height: 58px;
  line-height: 58px;
  background: #ffb400;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #151730;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 21px;
  transition: all .5s
}

.blog_price_form_btn:hover {
  background-color: #ffac0b
}

.blog_price_body_form span.sending_msg {
  height: 58px;
  line-height: 58px;
  margin-bottom: 21px;
  font-size: 1.125em;
  font-weight: bold
}

.blog_price_footer {
  padding: 30px 75px 7px;
  background: #fafafa;
  border-radius: 0 0 35px 35px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap
}

.blog_price_footer > * {
  width: 33%;
  margin-bottom: 10px
}

.blog_price_param_title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: .015em;
  color: #1f31a3;
  background-image: url(../images/ico_blog_galka.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  padding-left: 36px;
  margin-bottom: 9px
}

.blog_price_param_value {
  padding-left: 36px;
  color: #151730
}

.blog_price_disabled_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 100px;
  margin-top: 20px
}

.blog_price_countries {
  padding: 30px 75px 7px;
  border-top: 3px solid #ffac0b;
  border-radius: 0 0 35px 35px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap
}

.blog_price_countries .custom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

.blog_price_countries .custom p {
  flex-basis: 30%
}

.blog_price_countries .custom::after {
  content: '';
  flex-basis: 30%
}

.blog_price_countries a {
  font-weight: 700;
  font-size: 1.25em;
  color: #1f31a3;
  margin: 12px 0;
  text-decoration: none
}

.curculator {
  position: relative;
  z-index: 0;
  padding: 40px;
  margin: 40px 0;
  text-align: center;
  background-color: #fff;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  color: #34375d
}

.curculator_title {
  font-weight: 700;
  font-size: 3em
}

.curculator_title span {
  display: block;
  font-size: .583em
}

.curculator_question {
  display: none
}

.curculator_question.active {
  display: block
}

.curc_question {
  font-weight: 700;
  font-size: 1.375em;
  margin: 35px 0
}

.curc_answers {
  display: table;
  width: 80%;
  margin: 0 auto
}

.answer_item {
  display: table-cell;
  min-width: 140px;
  color: #34375d;
  font-size: 1em;
  text-decoration: none;
  border: 1px solid #ced1dc;
  border-right: 0;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.answer_item:hover, .answer_item:focus, .answer_item:active, .answer_item.active {
  background-color: #ffb400;
  border: 1px solid #ffb400
}

.answer_item.first {
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px
}

.answer_item.last {
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  border-right: 1px solid #ced1dc
}

.curc_slider {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 420px;
  margin: 20px auto 0
}

.curc_slider::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #dcdee4;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 0
}

.curc_slider .curc_last {
  content: '';
  display: block;
  height: 3px;
  background-color: #f4ac00;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 0
}

.curc_slider .curc_last.step0 {
  width: 0
}

.curc_slider .curc_last.step1 {
  width: 33%
}

.curc_slider .curc_last.step2 {
  width: 66%
}

.curc_slider .curc_last.step3 {
  width: 99%
}

.curc_slider li {
  list-style: none;
  position: relative;
  z-index: 1
}

.curc_slider li a {
  display: block;
  color: #dcdee4;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  color: #dcdee4;
  font-weight: 700;
  font-size: 1.125em;
  text-decoration: none;
  border: 3px solid #dcdee4;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.curc_slider li.active a {
  color: #f4ac00;
  border: 3px solid #f4ac00
}

.curcform_left, .curcform_right {
  display: inline-block;
  margin: 0 9px
}

.curcform_left.input_line input[type=tel], .curcform_left.input_line input[type=text] {
  border: 0;
  background-color: transparent;
  color: #5d5f7d;
  font-size: 1em;
  height: 50px;
  text-indent: 0;
  width: auto;
  text-align: left;
  margin-bottom: 0
}

.curcform_left.input_line input:focus {
  border-bottom: 1px solid #01bdd7
}

.curcform_left.input_line input.error_field {
  border-bottom: 1px solid #ff6547
}

.curc_processing {
  margin: 35px 0 25px
}

.userfields .curc_processing > span {
  font-weight: 700;
  font-size: 1.375em;
  margin-bottom: 10px;
  display: inline-block
}

.curc_processing .curc_slider {
  display: inline-block;
  margin-left: 11px;
  top: 5px
}

.unanswered {
  margin: 35px 0 25px
}

.unanswered span {
  font-weight: 700;
  font-size: 1.375em;
  margin-bottom: 10px;
  display: inline-block
}

.curc_result {
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 25px
}

.curc_price {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 25px
}

.curc_price strong {
  font-size: 1.75em
}

.curc_processbar {
  width: 300px;
  height: 24px;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ffb400;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden
}

.curc_slider_done {
  height: 18px;
  background-color: #ffb400;
  -webkit-border-radius: 17px 0 0 17px;
  -moz-border-radius: 17px 0 0 17px;
  border-radius: 17px 0 0 17px;
  position: absolute;
  left: 2px;
  top: 2px
}

.curc_slider_done.complete {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  left: auto;
  right: 2px
}

.ui-progressbar {
  position: relative
}

.progress-label {
  position: absolute;
  left: 2px;
  top: 3px;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  z-index: 2
}

.ui-progressbar .ui-progressbar-value {
  height: 18px;
  margin: 0
}

.ui-widget-header {
  height: 18px;
  background-color: #ffb400;
  -webkit-border-radius: 17px 0 0 17px;
  -moz-border-radius: 17px 0 0 17px;
  border-radius: 17px 0 0 17px;
  border: 0;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 1
}

.ui-progressbar-complete {
  width: 98.5% !important;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px
}

.computing_complete {
  display: none
}

.curcform_right .sending_msg {
  display: block;
  width: 320px;
  height: 50px;
  line-height: 46px;
  font-size: 1em;
  font-weight: 400;
  color: #151730;
  background: #ffb400;
  border: 1px solid #ffb400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.bottom_panel_mobile {
    display: none;
    position: fixed;
    right: 24px;
    bottom: 93px;
    width: 64px;
    border-bottom: 0 !important;
    z-index: 100;
}

.bottom_panel_mobile .centerBlock {
  padding: 0
}

.bottom_panel_mobile.sticky {
  display: flex
}

.bottom_phone_mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*width: 450px;*/
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: .875em;
    /* padding-bottom: 15px; */
    /* padding-right: 10px; */
}

.bottom_panel_mobile a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  color: #fff;
  text-decoration: none;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.bottom_panel_mobile a.bottom_callback_btn {
  margin-top: 7px;
  background-image: url(../images/bottom_phone_ico.png);
  display: none
}

.bottom_panel_mobile a.bottom_whatsapp_btn {
  background-image: url(../images/bottom_whatsapp_ico.png)
}

.bottom_panel_mobile .bottom_chat {
  background-image: url(../images/bottom_chat_ico.png);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  color: #fff;
  text-decoration: none;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer
}

.bottom_panel_mobile a.bottom_telegram_btn {
  background-image: url(../images/bottom_telega_ico.png);
  margin-top: 6px
}

.hidden_icons {
  display: none
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: grayscale(85%);
  filter: url(../images/grayscale.svg#grayscale);
  -webkit-filter: grayscale(.85)
}

.yamap_placemark {
  width: 71px;
  height: 79px;
  background-image: url(../images/map_marker.png);
  background-position: center;
  background-repeat: no-repeat
}

.faq {
  padding: 0 0 111px
}

.faq h2 {
  text-align: center;
  margin-bottom: 24px
}

.netotvet {
  font-size: 1.375em;
  line-height: 1.4;
  text-align: center
}

.netotvet a {
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #8a93cc;
  display: inline-block;
  line-height: 1em
}

.netotvet a:hover {
  border-bottom: 1px solid transparent
}

.faq_items {
  position: relative;
  padding-top: 1px;
  margin-top: 51px
}

.answer {
  z-index: 0;
  width: 625px;
  min-height: 270px;
  padding: 36px 40px;
  background-color: #fff;
  border: 1px solid #f1f1f3;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 3px;
  display: none
}

.answer.active {
  display: block
}

.answer p {
  margin-bottom: 16px
}

.answer a {
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dotted
}

.answer strong {
  color: #242747;
  font-weight: 700;
  font-size: 1.375em
}

.question {
  width: 480px;
  margin-top: 41px
}

.question a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.1;
  position: relative;
  cursor: pointer
}

.question a span {
  background-image: url(../images/dotted_blue.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative
}

.question i {
  display: inline-block;
  background-image: url(../images/arrow_down.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 5px;
  margin-left: 8px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(-90deg);
  position: relative;
  top: -3px
}

.question a:hover {
  color: #242747
}

.question a:hover span, .question.active a span {
  background-image: none
}

.question a:hover i {
  background-image: url(../images/arrow_up.png);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg)
}

.after_pandemia {
  background-color: #f5f5f6;
  padding-top: 20px;
  padding-bottom: 50px
}

.after_pandemia .blog_item_title .breadcrumbs a {
  color: #3b3c51
}

.after_pandemia .blog_item_title h1 {
  color: #3b3c51
}

.after_pandemia .blog_item_title p.item_date {
  color: #3b3c51
}

.pasport_faq {
  margin: 60px 0 0;
  padding: 40px 70px;
  background-color: #fff;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.pasport_faq h3 {
  text-align: center;
  font-size: 1.75em;
  margin: 0 0 40px
}

.pasport_faq_item {
  border-bottom: 1px solid #e9e9eb;
  padding-bottom: 27px;
  padding-top: 27px;
  position: relative;
  cursor: pointer
}

.pasport_faq_item::before {
  content: '';
  background-image: url(../images/arrow_down.png);
  background-position: center 30px;
  background-repeat: no-repeat;
  width: 15px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0
}

.pasport_faq_item.active::before {
  background-image: url(../images/arrow_up.png)
}

.pasport_question {
  font-size: 1.25em;
  font-weight: 700;
  color: #181818;
  line-height: 21px;
  letter-spacing: .5px
}

.pasport_answer {
  display: none;
  font-size: 1.125em;
  margin-top: 33px;
  line-height: 23px;
  padding-right: 270px
}

.footer2 {
  background-color: #e5e5e5;
  padding-bottom: 36px
}

.footer2 p {
  margin-bottom: 0
}

.footer2_top .custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #aeaeb7;
  padding: 15px 0
}

.footer2_top .custom p {
  margin-bottom: 0
}

.footer2_top .custom p:nth-last-child(odd) {
  text-align: right;
  max-width: 500px;
  color: #a3a3a9;
  font-size: .75em
}

.footer2_menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #aeaeb7;
  padding: 40px 0 20px
}

.footer2_menu > div {
  width: 25%
}

.custom_footerlinks p {
  color: #99999f;
  font-size: .875em;
  text-transform: uppercase;
  margin-bottom: 15px
}

.custom_footerlinks p.top_indent {
  margin-top: 45px
}

.custom_footerlinks ul {
  margin-bottom: 20px
}

.custom_footerlinks ul li {
  list-style: none;
  margin-bottom: 7px
}

.custom_footerlinks ul li a {
  font-size: .75em;
  color: #000
}

.custom_footerlinks ul li a.footer_ico {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.custom_footerlinks ul li a.footer_ico::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/footer_social.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 9px
}

.custom_footerlinks ul li a.footer_ico.vk::before {
  background-position: center top
}

.custom_footerlinks ul li a.footer_ico.fb::before {
  background-position: center -16px
}

.custom_footerlinks ul li a.footer_ico.inst::before {
  background-position: center -32px
}

.custom_footerlinks ul li a.footer_ico.ok::before {
  background-position: center -48px
}

.custom_footerlinks ul li a.footer_ico.wa::before {
  background-position: center -64px
}

.custom_footerlinks ul li a.footer_ico.tg::before {
  background-position: center -80px
}

.custom_footerlinks ul li a.footer_ico.vb::before {
  background-position: center -96px
}

.custom_footerlinks ul li a.footer_ico.sk::before {
  background-position: center -112px
}

.custom_footercontacts {
  font-size: .875em
}

.custom_footerlinks ul li a.footer_ico.max::before {
  background-image: url(/templates/viza/images/max_footer.png);
  background-position: center center;
}

.custom_footercontacts p {
  font-size: .857em;
  margin-bottom: 12px
}

.custom_footercontacts p.fc_title {
  font-size: 14px;
  color: #99999f;
  text-transform: uppercase;
  margin-bottom: 15px
}

.custom_footercontacts p.top_indent {
  margin-top: 25px
}

.custom_footercontacts ul {
  margin-bottom: 20px
}

.custom_footercontacts ul li {
  list-style: none;
  margin-bottom: 7px
}

.custom_footercontacts a {
  font-size: 12px;
  color: #000
}

.custom_footercontacts a.phone_number {
  text-decoration: none;
  font-size: 1.75em;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.custom_footercontacts a.phone_number::before {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(../images/img_contacts/ico_contacts_phone.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 7px
}

.custom_footercontacts .fc_cabinetlink a {
  display: block;
  font-size: 14px;
  width: 164px;
  height: 30px;
  line-height: 30px;
  background-color: #b32228;
  color: #fff;
  border: 1px solid #b32228;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.custom_footercontacts .fc_cabinetlink a:hover {
  color: #b32228;
  background-color: transparent
}

.footer2_services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #aeaeb7;
  padding: 20px 0;
  color: #3b3c51;;
}

.footer2_services .custom {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.footer2_services .custom p {
  max-width: 360px;
  font-size: .875em
}

.footer2_services .custom p a {
  color: #000;
  font-size: .857em
}

.footer2_services .custom p:nth-child(even) {
  margin-left: 20px
}

.footer_payments {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.custom_payonline {
  margin-right: 20px
}

.footer2_copyright {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #aeaeb7;
  padding: 20px 0 0;
  color: #a3a3a9;
  font-size: .75em
}

.footer2_copyright p {
  margin-bottom: 20px
}

.footer2_developer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
  color: #a3a3a9;
  font-size: .75em;
  font-weight: 300
}

.footer2_developer a {
  color: #a3a3a9
}

.fc_inner {
  position: relative
}

.fc_slider {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start
}

.fc_slider_item {
  width: 100%;
  padding-right: 50px;
  flex: none
}

.fc_slider .slick-prev {
  width: 30px;
  height: 30px;
  background-image: url(../images/footer_slider_nav.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 27px;
  top: -35%
}

.fc_slider .slick-next {
  width: 30px;
  height: 30px;
  background-image: url(../images/footer_slider_nav.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: -35%
}

.fc_slider .slick-prev:hover, .fc_slider .slick-next:hover, .fc_slider .slick-prev:focus, .fc_slider .slick-next:focus {
  background-image: url(../images/footer_slider_nav_hover.png);
  border: 0
}

@import "../fonts/brutal/stylesheet.css";
.investition_page h1 {
  color: #fff;
  font-size: 3.75em
}

.investition_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  padding: 50px 25px;
  background: rgba(25, 48, 80, .5);
  border-radius: 9px
}

.investition_btn {
  padding: 2px;
  display: block;
  width: 25%;
  max-width: 360px;
  border: 3px solid transparent;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.investition_btn2 {
  width: 100%;
  max-width: 300px;
  margin-left: -5px
}

.investition_btn3 {
  width: 100%;
  max-width: none
}

.investition_btn span {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 1.125em;
  font-weight: 400;
  color: #151730;
  background-color: #ffb400;
  border: 1px solid #ffb400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.investition_btn2 span {
  height: 60px;
  line-height: 60px
}

.investition_btn span i {
  display: inline-block;
  font-style: normal;
  background-image: url(../images/btn_passport.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 40px
}

.investition_btn:hover span {
  background-color: #ffac0b;
  border: 1px solid #ffac0b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.investition_btn:focus {
  border: 3px solid #ffbcbf
}

.investition_btn:active span {
  background-color: #ffa200;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.investition_form .single_input {
  width: 25%;
  max-width: 257px;
  margin: 0 auto
}

.investition_form input {
  width: 100%;
  height: 70px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-family: 'Proxima Nova';
  font-size: 1.125em;
  color: #242525;
  text-align: left;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.investition_form .country-phone-selector {
  width: 66px
}

.investition_description {
  background-color: #f5f5f5;
  padding: 100px 0 50px
}

.investition_description h2 {
  font-size: 3em;
  text-align: center;
  color: #252525
}

.investition_description ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px
}

.investition_description ul li {
  flex-basis: 23%;
  text-align: center;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px
}

.investition_description ul li img {
  margin-bottom: 10px
}

.investition_calculate {
  background-image: url(../images/bg_calculate.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 110px
}

.investition_calculate h2 {
  color: #fff;
  text-align: center
}

.investition_calculate .subtitle {
  color: #fff;
  font-size: 1.25em;
  text-align: center
}

.calculate_form {
  background-color: #fff;
  box-shadow: 0 1px 22px rgba(48, 60, 103, 0.12);
  border-radius: 13px;
  margin: 25px 85px 0;
  background-image: url(../images/bg_plane.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.calculate_form_col {
  width: 50%;
  height: 100%
}

.calculate_form_col:nth-child(even) {
  border-left: 1px solid #efeff2
}

.calculate_form_col_inner {
  width: 80%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start
}

.calculate_form .field {
  margin-bottom: 40px;
  width: 100%;
  max-width: 375px
}

.calculate_form input[type=text], .calculate_form input[type=tel] {
  background-color: #fff;
  border: 0;
  width: 100%;
  height: 40px;
  padding: 0;
  border-bottom: 1px solid #dfe2ed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.calculate_form input[type=tel] {
  width: auto;
  margin-left: 15px;
  border-bottom: 0
}

.calculate_form.userfields label.single_label {
  display: block;
  position: relative;
  height: 40px
}

.calculate_form.userfields label.single_label span {
  position: absolute;
  bottom: -21px;
  left: 0
}

.calculate_form .btn {
  width: 270px
}

.custom_select {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  position: relative
}

.custom_select select {
  width: 100%;
  height: 35px;
  font-family: 'Brutal Type';
  font-size: 1.125em;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2
}

.custom_select select.select_shift {
  top: 22px
}

.custom_select span {
  display: block;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #d3d8ea;
  height: 35px;
  font-family: 'Brutal Type';
  font-size: 1.125em;
  padding: 0 0 7px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  white-space: nowrap
}

.select_with_label span {
  top: 20px
}

.custom_select span::after {
  content: '';
  display: block;
  width: 14px;
  height: 100%;
  background-image: url(../images/select.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 0
}

.custom_select.error span {
  border: 1px solid #f77579
}

.custom_radio {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px
}

.radio {
  position: relative;
  width: 120px
}

.form_label {
  width: 100%;
  font-size: .75em;
  color: #9499ab;
  margin-bottom: 10px;
  text-transform: uppercase;
  white-space: nowrap
}

.userfields sup {
  font-style: normal;
  color: #ca1c23
}

.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  width: 20px;
  height: 20px
}

.custom-radio + label {
  display: inline-flex;
  align-items: center;
  user-select: none
}

.custom-radio + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #1f31a3;
  border-radius: 50%;
  margin-right: .5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.custom-radio:checked + label::after {
  content: '';
  display: block;
  background-color: #ffa200;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 4px
}

.investition_form_agree {
  color: #818288;
  font-family: 'Brutal Type';
  font-size: .875em;
  margin-top: 16px;
  text-align: center;
  cursor: pointer
}

.investition_form_agree a {
  color: #1f31a3
}

.investition_form_agree i {
  display: inline-block;
  width: 19px;
  height: 18px;
  background-color: #fff;
  border: 3px solid #1f31a3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 13px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px
}

.investition_form_agree.active i::before {
  content: '';
  display: block;
  width: 17px;
  height: 16px;
  background-image: url(../images/check.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -2px;
  top: -2px
}

.investition_form_agree.error i {
  border: 3px solid #f77579
}

.investition_about {
  background-color: #fff;
  padding: 90px 0
}

.investition_about h3 {
  font-size: 2em;
  text-align: center;
  padding: 0 95px
}

.investition_about_items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.investition_about_item {
  width: 23%;
  position: relative
}

.investition_about_item_title {
  height: 235px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative
}

.investition_about_item_title::before {
  content: '';
  display: block;
  width: 179px;
  height: 171px;
  background-color: #f5f5f6;
  position: absolute;
  left: 0;
  top: 65px;
  z-index: 0
}

.investition_about_item_title span {
  width: 100px;
  flex: none;
  margin-left: -30px;
  text-align: right;
  font-family: 'Brutal Type';
  font-size: 10.313em;
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 1
}

.investition_about_item_title strong {
  font-size: 1.25em;
  font-weight: bold;
  padding-top: 140px;
  position: relative;
  z-index: 1
}

.investition_about_item_descr {
  margin-top: 25px
}

.investition_about_item_descr p {
  margin-bottom: 20px
}

.investition_presentation {
  background-image: url(../images/bg_presentation.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.investition_presentation .centerBlock {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-top: 115px;
  padding-bottom: 140px
}

.investition_presentation .centerBlock::before {
  content: '';
  display: block;
  width: 561px;
  height: 585px;
  background-image: url(../images/bg_magazine.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: -75px;
  bottom: -55px
}

.investition_presentation_inner {
  width: 100%;
  max-width: 715px;
  background-color: #fff;
  border-radius: 35px;
  padding: 50px
}

.investition_presentation_title {
  font-size: 2em;
  font-weight: bold;
  padding-right: 105px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(222, 219, 219, .62)
}

.investition_presentation_title p {
  margin-bottom: 30px
}

.investition_presentation_text {
  font-size: 1.25em;
  margin-bottom: 20px
}

.investition_programs {
  padding: 100px 0 55px
}

.investition_products_items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 50px
}

.product_item {
  width: 48.5%;
  background-color: #fff;
  box-shadow: 0 3px 16px rgba(59, 58, 72, 0.22);
  border-radius: 35px;
  padding: 30px 50px 50px;
  margin-bottom: 30px
}

.product_item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #1f31a3
}

.product_item_title img {
  width: 105px;
  flex: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.product_item_title span {
  font-size: 1.35em;
  font-weight: bold;
  padding-right: 25px
}

.product_item_conditions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1f31a3;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 15px
}

.product_item_descr {
  margin-top: 15px
}

.product_item_time {
  background-image: url(../images/ico_time_invest.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 38px;
  line-height: 33px
}

.product_item_price {
  background-image: url(../images/ico_price_invest.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 38px;
  line-height: 33px
}

.product_item_descr p {
  font-size: .875em;
  margin-bottom: 12px
}

.btn_more {
  font-size: 1.125em;
  background-image: url(../images/arrow.png);
  background-position: right 6px;
  background-repeat: no-repeat;
  padding-right: 15px
}

.vacancy_top_director {
  margin-top: 0;
  padding-top: 0;
  background-color: #f5f5f6;
  overflow: unset
}

.bottom_popup_order {
  display: none;
  width: 100%;
  max-width: 320px;
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: 20px 15px 7px;
  background-color: #fff;
  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, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100
}

.bottom_popup_order.show {
  display: block
}

.bottom_popup_order p {
  font-size: .875em;
  text-align: center;
  margin-bottom: 10px
}

.bottom_popup_close {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/popup_close.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 9px;
  right: 9px;
  cursor: pointer
}

.bottom_popup_btn a {
  display: block;
  height: 36px;
  line-height: 34px;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  background-color: #b32228;
  border: 1px solid #b32228;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none
}

.bottom_popup_order.mobile {
  width: 100%;
  max-width: none;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.bottom_popup_order.mobile p {
  font-size: .75em;
  margin-bottom: 7px
}

.blog_show_actual {
  padding: 70px 0 1px;
  background-color: #f5f5f6
}

.actual_wrap {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 545px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  margin-bottom: 70px
}

.actual_wrap .vyezdnoy_hexagon {
  background-image: none;
  width: 50%;
  left: auto
}

.actual_wrap .vyezdnoy_hexagon img {
  max-width: 100%;
  position: relative;
  bottom: 54px;
  left: auto
}

.ico_covid {
  background-image: url(../images/img_actual/ico_covid.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 45px;
  color: #15172e;
  font-size: 2.188em;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 30px
}

.timer_text {
  position: relative;
  font-size: 1.813em
}

.timer_text::before {
  display: block;
  content: '';
  background-image: url(../images/img_actual/ico_timer.png);
  background-position: left center;
  background-repeat: no-repeat;
  height: 50px;
  margin-bottom: 20px
}

.timer_text .yellow {
  color: #ffb400
}

.actual_right {
  width: 45%;
  padding-left: 50px
}

.actual_visas_wrap {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
  padding: 50px 0;
  margin-bottom: 70px
}

.actual_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 70px
}

.actual_item:last-child {
  margin-bottom: 0
}

.actual_item_icon {
  flex: none;
  padding-left: 88px;
  padding-right: 80px
}

.actual_title {
  font-size: 1.813em;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 200px;
  line-height: 1.25
}

.actual_title span {
  color: #ffac0b
}

.actual_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap
}

.actual_list p {
  font-size: 1.563em;
  margin-bottom: 10px;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.country_title {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.country_title .details_link {
  font-weight: 700;
  margin-left: 35px;
  margin-top: 3px
}

.country_vizy_header_btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.blog_tiles h3 {
  color: #34375d;
  font-weight: 700;
  font-size: 3em;
  margin: 60px 0 40px
}

.blog_tiles_items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px
}

.blog_tile_item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  color: white;
}

.fourinrow {
  width: 24.5%;
  height: 300px
}

.threeinrow {
  width: 16.4%;
  height: 250px
}

.blog_tile_title {
  width: 100%;
  padding: 20% 15px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1em;
  font-weight: 700;
  text-align: center
}

.blog_tile_title em {
  font-style: normal
}

.blog_tile_item:hover {
  color: #ffac0b
}

.contacts_address, .contacts_time, .contacts_phone, .contacts_email, .contacts_whatsapp, .contacts_map, .contacts_telegram, .contacts_yandex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125em;
  color: #000;
  margin-bottom: 22px
}

.contacts_address {
  margin-bottom: 10px
}

.contacts_phone a {
  text-decoration: none
}

.office_contacts_wrap {
  padding-top: 50px
}

.office_contacts_wrap a {
  color: #000
}

.office_contacts_wrap h3 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 50px
}

.office_contacts_wrap h3::after {
  content: '';
  display: block;
  width: 170px;
  height: 7px;
  background-color: #ffb400;
  position: absolute;
  left: 0;
  bottom: 0
}

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

.office_contacts_text {
  width: 43%;
  max-width: 460px
}

.office_contacts_image {
  width: 55%;
  max-width: 650px
}

.office_contacts_wrap hr {
  width: 100%;
  height: 7px;
  background-color: #ffb400;
  margin: 50px 0
}

.contacts_address::before {
  content: '';
  width: 36px;
  height: 36px;
  margin-right: 14px;
  background-image: url(../images/img_contacts/ico_contacts_address.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain
}

.contacts_time::before {
  content: '';
  width: 36px;
  height: 36px;
  margin-right: 14px;
  background-image: url(../images/img_contacts/ico_contacts_time.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain
}

.contacts_phone::before {
  content: '';
  width: 36px;
  height: 36px;
  margin-right: 14px;
  background-image: url(../images/img_contacts/ico_contacts_phone.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain
}

.contacts_email::before {
  content: '';
  width: 36px;
  height: 36px;
  margin-right: 14px;
  background-image: url(../images/img_contacts/ico_contacts_email.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain
}

.contacts_whatsapp::before {
  content: '';
  width: 36px;
  height: 36px;
  margin-right: 14px;
  background-image: url(../images/img_contacts/ico_contacts_whatsapp.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain
}

.contacts_telegram::before {
  content: '';
  width: 36px;
  height: 36px;
  margin-right: 14px;
  background-image: url(../images/img_contacts/ico_contacts_tg.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain
}

.contacts_map::before {
  content: '';
  width: 36px;
  height: 36px;
  margin-right: 14px;
  background-image: url(../images/img_contacts/ico_contacts_map.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain
}

.contacts_yandex {
  margin-top: 50px
}

.contacts_yandex::after {
  content: '';
  width: 153px;
  height: 34px;
  margin-left: 15px;
  background-image: url(../images/img_contacts/ico_contacts_yandex.png);
  background-position: left center;
  background-repeat: no-repeat
}

.contacts_yandex em {
  color: red;
  font-weight: 700;
  font-style: normal;
  margin-left: 7px
}

.contacts_yandex strong {
  font-size: 1.333em;
  font-weight: 700;
  margin-left: 7px
}

.office_contacts_text .metro_ico {
  margin-left: 50px;
  margin-bottom: 8px;
  font-size: .875em
}

.custom_footercontacts p.metro_ico {
  font-size: .75em
}

.header_phone_ico {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.header_phone_ico::before {
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 6px;
  background-image: url(../images/img_contacts/ico_contacts_phone.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  flex: none
}

.header_opening_ico {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .875em !important;
  margin-top: 10px;
  margin-bottom: 0
}

.header_opening_ico::before {
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 6px;
  background-image: url(../images/img_contacts/ico_contacts_time.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  flex: none
}

.create_route_link {
  display: none
}

.blog_stars {
  position: relative;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.blog_stars_bg {
  height: 14px;
  width: 100px;
  margin-left: 10px;
  background-image: url(../images/stars_grey.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative
}

.blog_stars_bg > div {
  background-image: url(../images/stars_yellow.png);
  background-position: left center;
  background-repeat: repeat-x;
  height: 14px
}

.blog_stars_bg > span {
  width: 20px;
  height: 14px;
  cursor: pointer
}

.blog_stars_bg > span.active {
  background-image: url(../images/stars_yellow.png);
  background-position: center;
  background-repeat: no-repeat
}

.blog_rating_tooltip {
  position: absolute;
  top: -50px;
  background-color: #fff;
  padding: 4px 7px;
  text-align: center;
  font-size: .75em;
  width: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.blog_rating_tooltip::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #fff transparent;
  border-width: 6px 6px 0;
  bottom: -6px;
  left: 50%;
  margin-left: -6px
}

.blog_author {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 600px
}

.blog_author_image {
  width: 110px;
  margin-right: 25px;
  flex: none
}

.blog_author_image img {
  max-width: 100%
}

.blog_relative_items {
  width: 100%;
  margin: 30px 0
}

.blog_relative_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap
}

.blog_relative_item {
  margin: 25px 0;
  flex-basis: 46%;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.blog_relative_image {
  width: 180px;
  flex: none;
  margin-right: 20px
}

.blog_relative_title {
  font-size: 1.125em;
  font-weight: 700
}

.blog_comments {
  width: 100%
}

.form_btns {
  text-align: center
}

.form_btns p.privacy {
  font-size: .75em;
  margin-bottom: 0
}

.form_btns a.agencyform_btn {
  margin-top: 0;
  overflow: hidden
}

.form_btns a.agencyform_btn i {
  font-style: normal
}

.form_btns a.agencyform_btn.processing span i {
  display: block;
  text-indent: -9999px;
  background-image: none;
  padding-left: 0;
  width: 28px;
  height: 28px;
  border: 6px solid rgba(177, 77, 17, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  top: 20%;
  margin: 0 auto 0 auto
}

@keyframes loader-rotate {

0
{
  transform: rotate(0)
}
100
%{ transform:rotate(360deg)

}
}
.blog_comment_success {
  width: 265px;
  height: 50px;
  line-height: 49px;
  font-size: 1em;
  font-weight: 400;
  color: #151730;
  background: #ffb400;
  border: 1px solid #ffb400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 3px auto 13px
}

.blog_comments_form_form {
  background-color: #fff;
  border: 1px solid #f1f1f3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -moz-box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  box-shadow: 0 0 30px rgba(12, 12, 20, .08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.blog_comments_form_fields {
  width: 90%;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  position: relative
}

.blog_comments_form_fields input {
  border: 1px solid #dfe2ed;
  background-color: #f5f5f6;
  width: 47%;
  height: 40px;
  padding: 0 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.blog_comments_form_fields textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #dfe2ed;
  background-color: #f5f5f6;
  padding: 10px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none
}

.blog_comments_form_fields input.error_field, .blog_comments_form_fields textarea.error_field {
  border: 1px solid #c40000;
  background-color: #ffdfe5
}

.blog_comments_form_fields .email_error {
  position: absolute;
  font-size: .75em;
  right: 0;
  top: -15px;
  color: #c40000
}

.blog_comments_list {
  border-top: 1px solid #dfe2ed;
  margin-bottom: 50px
}

.blog_comments_item {
  padding: 20px 25px
}

.blog_comments_item:nth-child(even) {
  background-color: #f5f5f6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px
}

.blog_comments_item_name {
  margin-bottom: 15px
}

.blog_comments_item_name strong {
  font-size: 1.125em
}

.blog_comments_item_name i {
  font-size: .875em;
  color: #dfe2ed;
  margin-left: 20px
}

.blog_destinations {
  width: 100%
}

#blog_popup_form_btn {
  max-width: 310px;
  text-align: center;
  margin-top: 20px
}

#blog_popup_form_btn2 {
  display: none;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  margin-bottom: 0 !important;
  z-index: 11
}

#blog_popup_form_btn2.visible {
  display: block
}

.footer2_msk_addresses {
  border-bottom: 1px solid #aeaeb7;
  padding-bottom: 20px
}

.footer2_msk_addresses p.fc_title {
  font-size: 14px;
  color: #99999f;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0
}

.address_list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap
}

.footer_address_item {
  flex-basis: 24%;
  background-color: #f5f5f6;
  margin: 8px 5px;
  padding: 10px 15px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  color: #3b3c51;
}

.footer_address_item p {
  font-size: .857em;
  margin-bottom: 7px
}

.investition_images {
  display: flex;
  justify-content: center;
  align-items: stretch
}

.investition_images img {
  margin: 0 1em
}

.invest_contacts_form {
  padding: 0 0 100px
}

.bottom_form_outer {
  margin: 0;
  box-shadow: 0 1px 22px rgba(48, 60, 103, .12);
  border-radius: 35px
}

.bottom_form_title {
  background: #193050;
  border-radius: 35px 35px 0 0;
  text-align: center;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center
}

.bottom_form_inner {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.bottom_form_left {
  width: 49%;
  padding-left: 55px
}

.important {
  background-image: url(../images/ico_shield.png);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left: 42px;
  padding-right: 30px;
  margin-bottom: 7px;
  color: #34375d;
  font-size: 1.375em;
  font-weight: 500
}

.manager {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: #818288
}

.manager img {
  margin-right: 40px;
  width: 195px;
  flex: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.manager strong {
  display: block;
  color: #151730;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 25px
}

.bottom_form_right {
  width: 49%
}

.bottom_form_right .userfields {
  width: 80%;
  max-width: 375px;
  margin: 0 auto
}

.bottom_form_right .field {
  max-width: 375px;
  margin-bottom: 15px;
  padding: 0 5px
}

.bottom_form_right .userfields input[type="text"], .bottom_form_right .userfields input[type="tel"] {
  height: 56px;
  background-color: #eeeef1;
  border: 1px solid #e5e7ee;
  width: 100%;
  padding: 0 12px
}

.bottom_form_right .userfields .country-phone, .bottom_form_right .userfields input {
  background-color: #eeeef1;
  border-bottom: 0;
  padding-left: 12px;
  justify-content: flex-start
}

.bottom_form_right .userfields .country-phone input[type="tel"], .bottom_form_right .userfields input[type="tel"] {
  border-color: transparent;
  width: auto
}

.bottom_form_right .userfields .country-phone.error_field, .bottom_form_right .userfields input.error_field {
  border: 1px solid #f77579
}

.error_field {
  border-color: #f77579 !important
}

.success_btn {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 1.125em;
  font-weight: 400;
  color: #151730;
  text-align: center;
  background-color: #ffb400;
  border: 1px solid #ffb400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.blog_comments_item_answer {
  margin-top: 25px;
  padding: 15px 25px;
  position: relative;
  background-color: #f5f5f6;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .875em
}

.blog_comments_item:nth-child(2n) .blog_comments_item_answer {
  background-color: #fff
}

.blog_comments_item_answer::before {
  content: '';
  width: 55px;
  height: 55px;
  margin-right: 12px;
  background-image: url(../images/map_marker.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  flex: none
}

.blog_comments_item_answer::after {
  content: '';
  position: absolute;
  left: 35px;
  top: -30px;
  border: 15px solid transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 15px;
  border-bottom: 15px solid #f5f5f6
}

.blog_comments_item:nth-child(2n) .blog_comments_item_answer::after {
  border-bottom: 15px solid #fff
}

.answer_title {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 12px
}

.reviews_answer::before {
  display: none
}

.reviews_answer .answer_title {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.reviews_answer .answer_title::before {
  content: '';
  width: 55px;
  height: 55px;
  margin-right: 12px;
  background-image: url(../images/map_marker.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  flex: none
}

.custom_partners h3 {
  color: #34375d;
  font-weight: 700;
  font-size: 3em;
  margin: 60px 0 40px
}

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

.custom_partners span {
  display: block;
  max-width: 100%;
  font-size: 1.125em;
  font-weight: bold;
  margin-top: 5px;
  color: #3b3c51;
}

.tgbanner_features_item p {
    color: #3b3c51;
}

.service_links {
  margin-bottom: 30px
}

p.service_links_title {
  color: #34375d;
  font-weight: 700;
  font-size: 1.375em;
  margin-top: 50px;
  margin-bottom: 20px;
  letter-spacing: .01em
}

.service_links_item {
  font-size: 1.125em;
  font-weight: bold
}

.service_links_item a {
  color: #34375d;
  text-decoration: none;
  transition: all .3s
}

.service_links_item a:hover {
  color: #2544c3
}

.contacts_block_btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: 50px 0
}

.contacts_block_btns a {
  width: 100%;
  max-width: 280px;
  margin-left: 0;
  margin-bottom: 15px
}

.contacts_block_btns a.orderviza_btn {
  max-width: 290px;
  font-size: .933em
}

.blog_whatsapp_block {
  margin: 50px 0
}

.blog_whatsapp_block .contway_item {
  flex-direction: column;
  align-items: flex-start
}

.blog_whatsapp_block .contway_item a {
  margin-right: 0;
  margin-bottom: 9px
}

#popup_irrelevant_window {
  padding-top: 0;
  padding-bottom: 0;
  position: fixed
}

.popup_irrelevant_text {
  padding: 20px 40px;
  font-size: 1em
}

.popup_irrelevant_text p {
  margin: 0 0 15px
}

.popup_irrelevant_text p strong {
  font-size: 1.25em
}

.popup_irrelevant_text ul {
  list-style: none;
  margin-top: 30px
}

.popup_irrelevant_text ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px
}

.popup_irrelevant_text ul li a {
  font-size: 1.125em;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s
}

.popup_irrelevant_text ul li a:hover {
  color: #f4ac00
}

.popup_irrelevant_text ul li img {
  height: 50px;
  margin-right: 15px
}

.custom_file_input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ced1dc;
  border-radius: 0 0 12px 0;
  margin-bottom: 25px
}

.custom_file_input .label {
  color: #5d5f7d;
  opacity: .7
}

.custom_file_input .type_file {
  position: relative;
  height: 34px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.custom_file_input .inputFile {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  width: 67px;
  height: 34px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  cursor: pointer
}

.custom_file_input .inputFileVal {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
  width: 67px;
  height: 34px;
  background-color: #ffac0b;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 2.5em;
  color: #fff;
  text-align: center;
  line-height: 20px
}

.cookie_popup {
  display: none;
  flex-direction: column;
  position: fixed;
  z-index: 100000;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #34375d;
  left: 20px;
  width: auto;
  max-width: 600px;
  padding: 12px;
  bottom: 20px;
  min-height: 60px;
  border: 1px solid #b8b8b8;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  margin: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .35)
}

.cookie_popup.show {
  display: flex
}

.cookie_popup h3 {
  font-size: 1em
}

.cookie_popup p {
  font-size: .75em;
  line-height: 15px;
  margin-bottom: 0
}

.cookie_popup a.btn_cookie_agree {
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  background-color: #b32228;
  text-align: center;
  text-decoration: none;
  transition: all .3s
}

.cookie_popup a.btn_cookie_disagree {
  color: #34375d;
  font-size: 14px;
  text-decoration: underline
}

.cookie_popup a.btn_cookie_disagree:hover {
  text-decoration: none
}

.cookie_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 9px
}

.cookie_policy_popup {
  display: none;
  flex-direction: column;
  position: fixed;
  z-index: 100001;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #34375d;
  left: 100px;
  width: auto;
  max-width: 300px;
  padding: 12px;
  bottom: 28px;
  min-height: 60px;
  border: 1px solid #b8b8b8;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  margin: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .35)
}

.cookie_policy_popup.show {
  display: flex
}

.cookie_policy_popup h3 {
  font-size: 1em
}

.cookie_policy_popup p {
  font-size: .75em;
  line-height: 15px;
  margin-bottom: 0
}

.cookie_policy_popup a.agree_cookie_policy {
  display: block;
  width: 120px;
  height: 32px;
  margin: 9px auto;
  line-height: 32px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  background-color: #b32228;
  text-align: center;
  text-decoration: none;
  transition: all .3s
}

@media screen and (max-width: 1149px) {
  .actual_wrap {
    overflow: hidden
  }
  .actual_wrap .vyezdnoy_hexagon {
    position: relative
  }
  .actual_wrap .vyezdnoy_hexagon img {
    bottom: 0
  }
  .actual_wrap .actual_right {
    margin-left: 0
  }
}

@media screen and (max-width: 1023px) {
  .actual_wrap {
    height: 500px
  }
  .actual_wrap .actual_right h2 {
    font-size: 2.25em
  }
  .actual_wrap .vyezdnoy_wrap {
    flex-wrap: nowrap;
    flex-direction: row
  }
  .actual_wrap .actual_right {
    text-align: left
  }
  .fourinrow {
    width: 33%
  }
  .threeinrow {
    width: 33%
  }
}

@media screen and (max-width: 880px) {
  .actual_title {
    padding-right: 50px
  }
  .actual_list p {
    font-size: 1.25em
  }
  .actual_wrap {
    height: 435px
  }
  .actual_wrap .actual_right {
    width: 50%
  }
  .actual_wrap .actual_right h2 {
    font-size: 2em
  }
  .timer_text {
    font-size: 1.25em
  }
}

@media screen and (max-width: 720px) {
  .actual_wrap .vyezdnoy_hexagon {
    width: 27%
  }
  .actual_wrap .actual_right {
    width: 73%
  }
  .actual_item_icon {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media screen and (max-width: 600px) {
  .ico_covid {
    margin-bottom: 20px;
    margin-top: 20px
  }
  .actual_today_item {
    width: 100%
  }
  .actual_item_icon img {
    width: 100px
  }
  .actual_title {
    font-size: 1.5em
  }
  .fourinrow {
    width: 49.5%
  }
  .threeinrow {
    width: 49.5%
  }
  .popup_callback_title {
    padding: 0
  }
  .cookie_popup, .cookie_policy_popup {
    left: 0
  }
  .cookie_btns {
    justify-content: flex-start
  }
  .cookie_popup a.btn_cookie_agree {
    margin-right: 24px
  }
  .bg_top .custom_logo .logo {
    min-height: 40px;
    min-width: 40px
  }
  .bg_top .custom_logo .logo {
    min-height: 40px;
    min-width: 40px
  }
  .bg_top .custom_logo .texxt {
    text-align: left;
    font-size: 12px
  }
}

@media screen and (max-width: 491px) {
  .actual_title {
    padding-right: 0
  }
  .actual_wrap {
    padding: 0 15px
  }
  .actual_wrap .vyezdnoy_hexagon {
    display: none
  }
  .actual_wrap .actual_right {
    width: 100%;
    padding-left: 0
  }
  .actual_info .centerBlock, .actual_visas .centerBlock {
    padding-left: 0;
    padding-right: 0
  }
}

@media screen and (max-width: 450px) {
  .actual_item_icon img {
    width: 75px
  }
  .actual_list p {
    font-size: 1.125em
  }
  .actual_title {
    font-size: 1.25em
  }
  .fourinrow {
    width: 100%
  }
  .threeinrow {
    width: 100%
  }
}

@media screen and (max-width: 321px) {
  .actual_item_icon {
    display: none
  }
  .actual_text {
    padding: 0 20px
  }
}

/* Обертка слайдера */
.background-slider-wrapper {
    position: relative;
    min-height: 600px;
    width: 100%;
    height: 100% !important;
}

/* Фоновый слайдер */
.background-slider {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    height: 100% !important;
}

/* Отдельные слайды с фонами */
.bg-slide {
    height: 600px !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100% !important;
}

/* Контент поверх слайдера */
.content-overlay {
    position: relative !important;
    z-index: 10 !important;
    pointer-events: auto;
}

/* Важно: показать контент до инициализации slick */
.background-slider-wrapper .mainform,
.background-slider-wrapper .main_destinations {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Стрелки slick должны быть поверх фона, но под контентом */
.background-slider .slick-arrow {
    z-index: 5;
}

.background-slider .slick-prev {
    left: 25px;
}

.background-slider .slick-next {
    right: 25px;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    height: 100% !important;
}