@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

/* browser reset */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}

body {
  font-size: 1.4rem;
  line-height: 1;
  background: #ebebeb;
  font-family: "Roboto", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #777777;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  text-decoration: none;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
}

/* floating */

.left {
  float: left !important;
}

.right {
  float: right !important;
}

/* text aligments */

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

#wrapper {
  padding-top: 50px;
  height: 100vh;
  box-sizing: border-box;
}

.page-container {
  height: 100%;
}

.page-container .inner {
  height: 100%;
}

.inner {
  /*max-width: 1140px;*/
  padding: 0 3rem;
  margin: 0 auto;
}

/**************************************** front page ****************************************/

.front-page {
  background: #022434;
}

.field-to-add {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 29px;
}

.field-to-add:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5.5px;
  right: 10px;
  width: 10px;
  height: 11px;
  background: url(/images/sprite.png) no-repeat 0 0;
}

.remove-ico {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 35px;
  top: 50%;
  margin-top: -5px;
  z-index: 15;
  cursor: pointer;
}

.remove-ico:before,
.remove-ico:after {
  content: "";
  position: absolute;
  background: #b2cae1;
  width: 8px;
  height: 2px;
  top: 50%;
  left: 1px;
  margin-top: -1px;
  transform: rotate(45deg);
}

.remove-ico:after {
  transform: rotate(-45deg);
}

.autocomplate {
  border-radius: 3px;
  padding: 9px 20px 8px 13px;
  position: relative;
  font-size: 12px;
  background: #fff;
  border: none;
  width: 160px;
  box-sizing: border-box;
}

.top-menu-autocomplate.ui-autocomplete {
  width: 196px !important;
}

.ui-autocomplete {
  z-index: 99999;
  transform: translateY(6px);
  background: #fff;
  padding: 15px;
  display: none;
  box-sizing: border-box;
  border: 1px solid #dedddd;
  border-radius: 5px;
}

.ui-autocomplete li.ui-menu-item {
  font-size: 12px;
  position: relative;
  margin-bottom: 15px;
}

.ui-autocomplete li.all-result {
  text-align: center;
  padding-top: 5px;
}

.ui-autocomplete li.all-result a {
  text-decoration: underline;
  font-size: 12px;
  color: #1380c7;
}

.ui-autocomplete li.all-result a:hover {
  text-decoration: none;
}

.ui-autocomplete li div.ui-menu-item-wrapper {
  font-size: 12px;
  position: relative;
  padding: 0 0 0 27px;
}

.ui-autocomplete li div:before {
  content: "";
  width: 19px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
}

.ui-autocomplete li div.ru:before {
  background: url(/images/ico-ru.jpg) no-repeat 0 0;
}

.ui-autocomplete li div.ui-state-active,
.ui-autocomplete li div.ui-state-active:hover,
.ui-autocomplete li a.ui-state-active,
.ui-autocomplete li a.ui-state-active:hover {
  background: none;
  border: none;
  font-weight: normal;
  margin: 0;
}

.ui-autocomplete li div:hover span {
  text-decoration: none;
}

.ui-autocomplete li div span {
  text-decoration: underline;
  color: #1380c7;
}

.widget-wrap {
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  /*box-shadow: 6px 0 43px 0 rgba(0,0,0, 0.15);*/
  margin-bottom: 20px;
}

.extra-city-arrow {
  width: 38px;
  height: 56px;
  background: url(/images/sprite.png) no-repeat -55px 0;
  margin: -20px auto 0;
}

.widget-title {
  padding: 16px 24px 16px 15px;
  position: relative;
}

.widget-title .collapse-btn {
  height: 14px;
  border-radius: 2px;
  background: #e5e5e5;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 6px;
}
.widget-title .collapse-btn .text {
    display: inline-block;
    width: 0;
    font-size: 10px;
    color: #333;
    padding-left: 3px;
    overflow: hidden;
    transition: width 0.3s;
}

.widget-title .collapse-btn .collapse-icon {
    display: inline-block;
    width: 15px;
    height: 10px;
    border-radius: 2px;
    background: #e5e5e5;
}
.collapsed .widget-title .collapse-btn .text {
    width: auto;
}

.collapsed .widget-title .collapse-icon {
  transform: scaleY(-1);
}

.widget-title .collapse-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -6px;
  border: 4px solid transparent;
  border-bottom: 3px solid #959595;
}

.widget-content {
  padding: 0 15px 10px;
  position: relative;
}

.widget-content-country {
  padding-bottom: 35px;
}

.collapsed .widget-title-city {
  margin-bottom: 0;
}

.widget-title-city {
  font-size: 2rem;
  transition: margin 0.3s;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  margin-bottom: -10px;
}

.widget-title-city span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 25px;
}

.widget-title-city .edit {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #e9e9e9;
  margin-top: -8.5px;
  border-radius: 3px;
  cursor: pointer;
}

.widget-title-city .edit:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 11px;
  height: 11px;
  top: 50%;
  margin: -5.5px 0 0 -5.5px;
  background: url(/images/sprite.png) no-repeat -15px -31px;
}

.edit-city {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    transform: translate(0, -100%);
    opacity: 0;
    border-radius: 4px;
    box-sizing: border-box;
}

.edit-city.active {
    opacity: 1;
    z-index: 20;
    transform: translate(0, 0);
}

.edit-city input {
    border-radius: 4px 4px 0px 0px;
    height: 100%;
    width: 100%;
    background: #fff;
    border: none;
    box-sizing: border-box;
    outline: none;
    padding: 0 50px 0 15px;
    color: #1C4F69;
    font-size: 20px;
    text-transform: uppercase;
}

.edit-city button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 32px;
    border: none;
    background: #15B757;
    cursor: pointer;
}

.city-en {
  color: #777777;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.city-top-data {
  margin-bottom: 15px;
}

.time-city {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  color: #000;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}

.time-city:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(/images/clock.svg) no-repeat 0 0/14px 14px;
}

.wether-city {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  color: #000;
  display: inline-flex;
  vertical-align: top;
  padding-left: 20px;
  margin-left: 27px;
}

.wether-city a {
  margin-left: 4px;
}

.wether-city:before {
  /*content: "";*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 50%;*/
  /*margin-top: -8.5px;*/
  /*width: 17px;*/
  /*height: 17px;*/
  /*background: url(/images/sprite.png) no-repeat 0 -44px;*/
}
.wether-city .weather-open-weather {
    display: inline-flex;
    cursor: pointer;
}

.wether-city .weather-open-weather .wrp_img {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
}
.wether-city .weather-open-weather img {
    width: 34px;
    height: auto;
    object-fit: contain;
}

.elevation {
    display: inline-flex;
    align-items: center;
    padding-left: 20px;
}

.elevation .wrp_img img {
    width: 24px;
}

.elevation span{
    font-size: 12px;
    line-height: 24px;
    color: #000;
}

.small-title {
  font-size: 13px;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.small-title.small {
  text-transform: none;
}

.small-title strong {
  font-weight: 500;
}

.blue {
  color: #008cd5 !important;
}

.green {
  color: #00ca1d !important;
}

.orange {
  color: #ff5409 !important;
}

.cian {
  color: #00d0a6 !important;
}

.purple {
  color: #8e00d0 !important;
}

.red {
  color: #ff1e00 !important;
}
.green-light {
    background: #83E18D;
}

.yellow {
    background: #FFCE1F;
}

.sub-title {
  font-size: 11px;
  color: #333333;
  margin-bottom: 5px;
  font-weight: 500;
}

.sub-title-grey {
  font-size: 11px;
  color: #777777;
  margin-bottom: 5px;
  font-weight: 500;
}

.about-city {
  font-size: 0;
  position: relative;
}

.about-city:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e3e3e3;
}

.about-city .about-city-left {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

.about-city .about-city-right {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-left: 4%;
  box-sizing: border-box;
  padding-left: 10px;
}

.lifehack {
  background: #F0F8FF;
  /*background: #f77;*/
  border-radius: 0px;
  padding: 10px;
  margin-left: -11px;
  margin-left: -15px;
  margin-right: -6px;
  position: relative;

}

.lifehack:before {
  position: absolute;
  content: "";
  right: 7px;
  top: 7px;
  width: 14px;
  height: 14px;
  background: url(/images/inf.svg) no-repeat 0 0;
}

.lifehack h3 {
  font-size: 11px;
  font-weight: 500;
  color: #577794;
  padding-right: 15px;
  margin-bottom: 5px;
}

.lifehack p {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  color: #577794;
  margin-bottom: 15px;
}

.pagin-lifehack {
  text-align: center;
}

.pagin-lifehack a {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
}

.about-city-item {
  margin-bottom: 15px;
}

.about-city-item ul {
  margin-bottom: 8px;
  list-style: none;
}

.about-city-item ul li {
  padding-left: 13px;
  align-items: center;
  font-size: 13px;
  position: relative;
  margin-bottom: 5px;
}

.about-city-item ul li:before {
  content: "\2192";
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  line-height: 0;
  color: #777777;
  margin-right: 4px;
    margin-top: auto;
    margin-bottom: auto;
}
.about-city-item ul li.ico-list {
    display: flex;
    align-items: center;
}
.about-city-item ul li.ico-list:before,
.about-city-item ul.iso__list li.ico-list:before {
  content: "";
  /*top: 2px;*/
  background: url(/images/icon-list.svg) no-repeat 0 0;
  width: 10px;
  height: 8px;
    display: inline-block;
}
.about-city-item ul li:not(.ico-list):before {
    top: 6px;
}

.about-city-item ul li a {
  display: inline-block;
  vertical-align: middle;
    margin-right: 4px;
}

.about-city-item ul li .list-land-icons {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  font-size: 0;
}

.about-city-item ul li .list-land-icons a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

.about-city-item ul li .list-land-icons a img {
  display: block;
}


.city-day {
  display: block;
  font-size: 10px;
  padding-left: 20px;
  color: #777;
}

.aero a {
  text-decoration: none;
}

.arrived-link,
.departures-link {
  display: inline-block;
  margin: 5px 3px 0 0;
  padding: 1px;
  border: 1px solid #999;
  border-radius: 3px;
}

.arrived-link img,
.departures-link img {
  width: 15px;
  height: 15px;
}

.directions-link,
.route-map-link,
.timetable-link {
  display: inline-block;
  margin: 5px 3px 0 0;
  padding: 1px;
  vertical-align: top;
  /*border: 1px solid #999;*/
  border-radius: 3px;
}

.list-icons {
  font-size: 0;
}

.icon {
  display: inline-block;
  vertical-align: top;
  margin: 5px 2px 0 0;
  padding: 1px;
  border: 1px solid #999;
  border-radius: 3px;
  position: relative;
  width: 14px;
  height: 16px;
}

.widget-wrap .icon {
    border:none;
}
.widget-wrap .link__icon,
.popup__map__beside .link__icon {
    display: inline-block;
    margin: 2px;
    width: 18px;
    max-width: 18px;
    height: 20px;
    max-height: 20px;
    overflow: hidden;
}
.widget-wrap .link__icon img ,
.popup__map__beside .link__icon img {
    width: 100%;
    height: auto;
}
.aero .icon,
.transport .icon {
  width: 18px;
  height: 20px;
}

.icon:last-child {
  margin-left: 0;
  margin-right: 0;
}

.icon img {
  max-width: 85%;
  max-height: 85%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icon.icon-apple img {
  transform: translate(-55%, -60%);
}
.widget-wrap
.directions-link img,
.route-map-link img,
.timetable-link img {
  width: 18px;
}

.ratp {
  color: #555;
  font-size: 9px;
}

.make-route img {
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

.make-route a {
  display: block;
  border: 1px solid #ccc;
  padding: 6px;
  margin-bottom: 8px;
  border-radius: 5px;
  text-decoration: none;
}

.make-route a:hover {
  background: #eee;
}

.link {
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: top;
}

.arrive-station {
  margin-bottom: 20px;
}

.arrive-station .sub-title {
  font-size: 12px;
}

.arrive-station ul {
  list-style-type: none;
}

.arrive-station ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 11px;
}

.country-title {
  color: #000;
  font-size: 12px;
  padding-left: 12px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  text-transform: uppercase;
}

.exchange {
  text-align: right;
  font-size: 11px;
  color: #000;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
}

.exchange span {
  color: #777;
}

.country-general-info {
  font-size: 0;
}

.country-general-info .country-general-info-left,
.country-general-info .country-general-info-right {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

.country-general-info .country-general-info-right {
  margin-left: 4%;
}

.country-general-info ul {
  list-style-type: none;
}

.country-general-info ul li {
  font-size: 12px;
  margin-bottom: 8px;
}

.country-general-info ul li a {
  color: #333;
  text-decoration: none;
}

.country-general-info ul li a strong {
  font-weight: 500;
}

.type-rozetka {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.14;
  color: #333;
  margin-bottom: 2rem;
  padding-left: 17px;
}

.type-rozetka:before {
  content: "";
  position: absolute;
  background: url(/images/lightning.svg) no-repeat 0 0/16px auto;
  width: 16px;
  height: 16px;
  left: -3px;
  top: 0;
}

.rozetki-list {
  width: 100%;
  margin-bottom: 2.5rem;
}

.rozetki-list th {
  border-bottom: 1px solid #E3E3E3;
  padding: 11px;
  font-weight: normal;
  font-size: 1.4rem;
}

.rozetki-list th:first-child {
  padding-left: 0;
  text-align: left;
}

.rozetki-list td {
  border-bottom: 1px solid #E3E3E3;
  padding: 11px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

.rozetki-list td:first-child {
  padding-left: 0;
  text-align: left;
}

.rozetki-list td img {
  max-width: 60px;
}

.rozetki-list td:last-child {
  padding-right: 0;
}

#rozetki .popup-inner {
  max-width: 540px;
}

.popup.rozetki .popup-inner {
  flex: 0 0 100%;
  min-width: 100%;
}

@media (min-width: 576px) {
  .popup.rozetki .popup-inner {
    flex: 0 0 100%;
    max-width: 530px;
    min-width: 0%;
  }
}

.info-block {
  background: #E8F0F3;
  padding: 10px 10px 10px 38px;
  position: relative;
  margin-bottom: 1.5rem;
}

.info-block p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.14;
  color: #555;
}

.info-block:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  background: url(/images/inf.svg) no-repeat 0 0/100% auto;
}

.list-car-speed {
  list-style-type: none;
  padding: 15px 0;
}

.list-car-speed li {
  position: relative;
  padding: 0 20px 12px 30px;
  margin-bottom: 12px;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.42;
  border-bottom: 1px solid #E3E3E3;
}

.list-car-speed li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 0 0;
}

.list-car-speed li.car:before {
  background-image: url(/images/speed-car.svg);
}

.list-car-speed li.trailer:before {
  background-image: url(/images/speed-trailer.svg);
}

.list-car-speed li.fine:before {
  background-image: url(/images/speed-fine.svg);
}

.visa-center {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
}

.visa-center h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 1.15;
  margin-bottom: 2rem;
  padding-left: 18px;
  position: relative;
}

/*.visa-center h3:before {*/

/*	content: "\2192";*/

/*	position: absolute;*/

/*	top: 0.8rem;*/

/*	left: 0;*/

/*	line-height: 0;*/

/*	font-size: 1.4rem;*/

/*	font-weight: normal;*/

/*}*/

.visa-center ul {
  list-style-type: none;
  padding-left: 18px;
  margin-bottom: 1rem;
}

.visa-center ul li {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.visa-center ul li a {
  padding-left: 20px;
  display: block;
  position: relative;
  color: #333;
  text-decoration: none;
}

.visa-center ul li a:before {
  /*content: "\2192";*/
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 12px;
  height: 7px;
  background: url(/images/arrow-sub.svg) no-repeat 0 0;
}

.calc-research {
  padding-left: 30px;
  margin-left: 10px;
  position: relative;
  color: #333322;
  font-size: 1.4rem;
  line-height: 1.14;
  margin-bottom: 5px;
}

.calc-research:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 28px;
  background: url(/images/calc.svg) no-repeat 0 0/100% auto;
}

.posolstvo {
  list-style-type: none;
  padding-left: 1.5rem;
}

.posolstvo li {
  padding-left: 23px;
  position: relative;
  margin-bottom: 1.7rem;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
}

.posolstvo li span {
  position: absolute;
  width: 16px;
  left: 0;
  top: 0;
}

.aggregator__list {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.aggregator-name {
  /*padding: 22px 20px 22px 60px;*/
  padding: 7px 20px 7px 0px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.15;
}

/*.aggregator-name:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate(0, -50%);
  width: 37px;
  height: 37px;
  background: url(/images/aggregator-ico.svg) no-repeat 0 0;
}*/

.company-name-ins {
  padding: 7px 20px 7px 0px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.15;
}

/*.company-name-ins:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background: url(/images/insurance.svg) no-repeat 0 0;
}*/

.popup.insurance .insurance_item a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.popup.insurance .insurance_item .wrp_img {
    width: 40px;
    height: 50px;
    margin-right: 20px;
}

.popup.insurance .insurance_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.insurance-companies {
  margin-bottom: 2rem;
}

.emergency-wrap {
  padding: 1.1rem 0;
  border-top: 1px solid #E3E3E3;
}

.emergency-number {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.15;
  padding: 12px 0 12px 0px;
}

.emergency-number span:first-child {
  display: inline-block;
  min-width: 85px;
}

.emergency-number span:last-child {
  padding-left: 10px;
  line-height: 2em;
}

.emergency-number span em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
}

.emergency-number span i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  padding: 3px 7px;
  font-style: normal;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 4px;
}

#rouming .popup-inner {
  max-width: 525px;
}

.your-country p {
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 1.3rem;
}

.your-country h3 {
  color: #333;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

.your-country-tabs {
  list-style-type: none;
  margin-bottom: 3rem;
}

.your-country-tabs li {
  position: relative;
  padding-left: 25px;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.4;
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5rem;
}

.your-country-tabs li span {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #D7E2EC;
  position: absolute;
  left: 0;
  top: 0;
}

.your-country-tabs li span:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #98B5CF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.your-country-tabs .active span:before {
  opacity: 1;
}

.list-countries-tels {
  padding-bottom: 4rem;
}

.list-countries-tel ul {
  list-style-type: none;
}

.list-countries-tel ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  margin-right: 4rem;
}

.list-countries-tel ul li em {
  display: table-cell;
  width: 100%;
  height: 30px;
  position: relative;
  vertical-align: middle;
}

.list-countries-tel ul li img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.list-countries-tel ul li span {
  display: block;
  padding-top: 1rem;
}

#alco .popup-inner {
  max-width: 290px;
}

.alco-norma {
  position: relative;
  font-size: 2rem;
  color: #333;
  line-height: 1;
  padding-left: 30px;
  margin-bottom: 2rem;
}

.alco-norma span {
  font-size: 1.4rem;
  display: block;
  opacity: 0.7;
  padding-top: 5px;
}

.alco-norma:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 23px;
  background: url(/images/alco-ico.svg) no-repeat 0 0;
}

#converter .popup-inner {
  max-width: 380px;
}

.currency {
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  line-height: 35px;
  padding-left: 98px;
  margin-bottom: 11px;
  height: 40px;
}

.currency .currency-name {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 1.8rem;
  width: 87px;
  background: #E6E6E6;
  box-sizing: border-box;
  padding: 0 9px;
}

.currency .currency-name span {
  vertical-align: middle;
  display: inline-block;
  line-height: 42px;
  margin-top: 1px;
}

.currency .currency-name img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
  margin-top: 1px;
}

.currency .currency-title {
  font-size: 1.4rem;
  color: #777;
}

.currency .currency-title b {
  font-size: 1.8rem;
  color: #333;
  margin-right: 6px;
}

.currency .currency-title b input {
  border: none;
  font-weight: normal;
  font-size: 1.6rem;
  outline: none;
  width: 100%;
  height: 100%;
  padding-right: 7px;
  box-sizing: border-box;
}

.currency-remove {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 9px;
  top: 50%;
  margin-top: -7px;
  z-index: 15;
  cursor: pointer;
}

.currency-remove:before,
.currency-remove:after {
  content: "";
  position: absolute;
  background: #b2cae1;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 1px;
  margin-top: -1px;
  transform: rotate(45deg);
}

.currency-remove:after {
  transform: rotate(-45deg);
}

.currency-sign {
  font-size: 11px;
  color: #777;
}

.extra-content .link {
    display: block;
    font-size: 11px;
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.4);
}

.popup.auto__width {
  right: auto;
}

.popup-center .popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

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

.account-popup .popup-inner {
  max-width: 260px;
  box-sizing: border-box;
  padding-top: 25px;
}

.popup-inner {
  background: #fff;
  border-radius: 5px;
  position: relative;
  max-width: 400px;
  padding: 15px 0 15px 55px;
  margin-left: 15px;
  margin-top: 10vh;
  overflow: hidden;
}

.popup-in {
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 1px;
}

.popup-inner .close-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  bottom: 0;
  background: #c2c2c2;
  cursor: pointer;
}

.popup-inner .close-popup:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 5px;
  background: red;
  width: 19px;
  height: 14px;
  background: url(/images/sprite.png) no-repeat 0 -64px;
}

.popup-title {
  font-size: 2rem;
  margin-bottom: 15px;
}

h3.arrow-d a {
  padding-right: 15px;
  position: relative;
  text-decoration: none;
}

h3.arrow-d a:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  right: 0;
  transition: right 0.35s;
  background: url(/images/duble-arrow.svg) no-repeat 0 0;
}

h3.arrow-d a:hover:after {
  right: -8px;
}

.popup-title + .popup-title {
  margin-top: -7px;
}

.popup-title img {
  margin-right: 1.2rem;
  position: relative;
  top: 6px;
}

.locations-list {
  margin-bottom: 17px;
    margin-right: -10px;
}

.locations-list .small-title {
  margin-bottom: 9px;
}

.locations-list ul {
  list-style-type: none;
}

.locations-list ul li {
  position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 45px;
  padding-left: 20px;
  line-height: 1.1;
  /*padding-top: 8px;*/
    border-top: 1px solid #E3E3E3;
}

.locations-list ul li a {
    max-width: calc(100% - 33px);
}

.locations-list ul li:last-child {
    border-bottom: 1px solid #E3E3E3;
}

.locations-list .rates {
    position: absolute;
    left: 0;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rate__chevron {
    display: block ;
    width: 14px;
    height: 6px;
    background: url(/images/sprite.png) no-repeat -37px -48px;
}

.locations-list ul li.single-marker:before {
  background-position: -37px -48px;
  height: 8px;
}

.locations-list ul li.no-marker:before {
  background: none;
}

.locations-list ul li a {
  text-decoration: none;
}

.locations-list ul li a span {
  display: inline-block;
  vertical-align: top;
  color: #333;
  position: relative;
  font-size: 12px;
  padding-right: 22px;
}

.locations-list ul li a span:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  top: 0;
  right: 0;
  background: url(/images/marker.svg) no-repeat 0 0;
}

.locations-list ul li a em {
  display: block;
  font-style: normal;
  font-size: 10px;
  color: #777;
}

.attractions-list ul {
  list-style-type: none;
}

.attractions-list ul li {
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 25px;
  position: relative;
}

.attractions-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
}

.attractions-list ul li.icon-1:before {
  background: url(/images/sprite.png) no-repeat -20px -64px;
}

.attractions-list ul li.icon-2:before {
  width: 10px;
  background: url(/images/sprite.png) no-repeat 0 -80px;
}

.attractions-list ul li.icon-3:before {
  width: 13px;
  background: url(/images/sprite.png) no-repeat -12px -80px;
}

.attractions-list ul li.icon-4:before {
  width: 13px;
  height: 12px;
  background: url(/images/sprite.png) no-repeat -27px -80px;
}

.attractions-list ul li.icon-5:before {
  background: url(/images/sprite.png) no-repeat -37px -64px;
}

.attractions-list ul li.icon-6:before {
  width: 16px;
  height: 16px;
  background: url(/images/sprite.png) no-repeat 0 -97px;
}

.attractions-list ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.attractions-list ul li a {
  text-decoration: none;
  transition: opacity 0.35s;
}

.attractions-list ul li a:hover {
  opacity: 0.7;
}

.attractions-list ul li a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1a0dab;
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.attractions-list ul li a:visited span {
  color: #660099;
}

.attractions-list ul li a em {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777;
  font-size: 11px;
  font-style: normal;
  display: block;
}

.attractions-list ul li a em b {
  color: #555555;
  font-weight: 700;
  font-style: normal;
}

/*===============================MAIN======================================*/

.main-page #wrapper {
  padding-top: 0;
}

.bg-map {
  background: url(/images/map.jpg) no-repeat center center/cover;
}

.header {
  padding: 30px 0;
}

.header:after {
  clear: both;
  content: "";
  display: block;
}

.header-logo {
  width: 155px;
  float: left;
}

.nav {
  margin: 0 160px;
  text-align: center;
}

.nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

.nav ul li a {
  color: #000;
}

.main-content {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.main-content h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2rem;
}

.fields-tour {
  max-width: 750px;
  margin: 0 auto;
}

.fields-list {
  font-size: 0;
  background: #fff;
  padding: 20px 40px 22px 17px;
  border-radius: 15px;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.field-item {
  width: 32%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.field-item:nth-child(3n+3) {
  margin-right: 0;
}

.field-in {
  position: relative;
  border-radius: 5px;
  padding-left: 30px;
}

.field-title {
  font-size: 12px;
  color: #777777;
  margin-bottom: 4px;
  padding-left: 30px;
}

.field-in .field-count {
  width: 22px;
  height: 22px;
  top: 4px;
  border-radius: 100%;
  left: 0;
  position: absolute;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: red;
  text-align: center;
  line-height: 22px;
}

.field-item:nth-child(1) .field-in .field-count {
  background: #53c05e;
}

.field-item:nth-child(2) .field-in .field-count {
  background: #f9a732;
}

.field-item:nth-child(3) .field-in .field-count {
  background: #1cbccf;
}

.field-item:nth-child(4) .field-in .field-count {
  background: #5e68f1;
}

.field-item:nth-child(5) .field-in .field-count {
  background: #ec433e;
}

.field-in input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  height: 30px;
  box-sizing: border-box;
  padding: 0 40px 0 10px;
  color: #333333;
  font-size: 12px;
}

.field-in .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  border-radius: 0 5px 5px 0;
  background: #d1d1d1;
  cursor: pointer;
}

.field-in .remove:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin-left: -5px;
  margin-top: -1px;
  background: #fff;
}

.add-field a {
  width: 30px;
  height: 30px;
  background: #53c05e;
  display: block;
  border-radius: 5px;
  position: relative;
  transition: opacity 0.35s;
}

.add-field a:hover {
  opacity: 0.7;
}

.add-field a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -5px;
  background: #fff;
}

.add-field a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  left: 50%;
  margin-top: -1px;
  top: 50%;
  margin-left: -5px;
  background: #fff;
}

.field-city-list {
  position: absolute;
  left: 30px;
  top: 100%;
  right: 0;
  z-index: 10;
  background: #fff;
  padding: 15px;
  display: none;
  border: 1px solid #dedddd;
  border-radius: 5px;
}

.field-city-list ul {
  list-style-type: none;
}

.field-city-list ul li {
  font-size: 12px;
  position: relative;
  padding-left: 27px;
  margin-bottom: 15px;
}

.field-city-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 13px;
  background: url(/images/ico-ru.jpg) no-repeat 0 0;
}

.field-city-list a {
  color: #1380c7;
}

.field-city-more {
  text-align: center;
  display: block;
  font-size: 12px;
}

.plan-tour {
  text-align: center;
  padding-top: 20px;
}

.plan-tour a {
  border-radius: 5px;
  background: #ec433e;
  color: #fff;
  font-size: 18px;
  padding: 15px 55px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  transition: 0.35s;
}

.plan-tour a:hover {
  opacity: 0.7;
}

.copyright {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.more-about-country {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #777;
  padding: 5px 0;
  text-align: center;
  color: #777777;
  background: #fff;
  text-decoration: none;
  transition: opacity 0.5s;
}

.more-about-country:hover {
  opacity: 0.7;
}

.more-about-country:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-left: -4px;
  margin-top: -2px;
  border: 4px solid transparent;
  border-top: 3px solid #959595;
}

.data-city {
  background: #E8F0F3;
  padding: 10px 15px 1px 15px;
  margin: -5px -15px 7px;
}

.how-arrive-station {
  margin-bottom: 10px;
}

.how-arrive-station a {
  border-radius: 5px;
  background: #5DC167;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 5px 9px 5px 21px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

.how-arrive-station a:before {
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(/images/arrive.svg) no-repeat 0 0;
  width: 15px;
  height: 14px;
}

.dostoprim,
.dostoprim2 {
  /*margin-bottom: 10px;*/
    margin: 5px;
  /*display: inline-block;*/
    flex: 1 0 45%;
}

.dostoprim a,
.dostoprim2 > a {
    /*display: block;*/
    border-radius: 5px;
  background: #3D9DCF;
  color: #fff;
  vertical-align: top;
  /*padding: 5px 7px;*/
  padding: 0px 7px;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
    text-align: center;

}

.dostoprim2 a {
  /*background: #FFCE1F;*/
  /*color: #333;*/
  background: #FF5656;
  color: #fff;
}

.how-to-arrive {
  margin: 5px 0 0 0;
}

.how-to-arrive td {
  vertical-align: middle;
  /*border-top:1px solid #ccc*/
  padding: 7px;
  font-size: 11px;
}

.how-to-arrive td a {
  border-radius: 5px;
  background: #d6eef6;
  color: #668fac;
  display: inline-block;
  vertical-align: top;
  padding: 5px 5px;
  margin: 0 5px 5px 0;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 1px 1px 1px #347b9d;
}

.how-to-arrive td a:hover {
  background: #ffcf5c;
}

.how-to-arrive td:first-child {
  background: url(/images/marker.svg) no-repeat 2px 12px;
}

.speed-restriction {
  margin: 5px 0 0 0;
}

.speed-restriction tr:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.speed-restriction td {
  vertical-align: middle;
  /*border-top:1px solid #ccc*/
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.speed-restriction td a {
  border-radius: 5px;
  background: #d6eef6;
  color: #668fac;
  display: inline-block;
  vertical-align: top;
  padding: 5px 5px;
  margin: 0 5px 0 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 1px 1px 1px #347b9d;
}

.speed-restriction td a:hover {
  background: #ffcf5c;
}

.speed-restriction td:first-child {
  background: url(/images/speed.svg) no-repeat 0px 8px;
  background-size: 17px;
  width: 17px;
  padding: 5px 0;
}

.speed-restriction td:first-child.car-movement {
  background: url(/images/car.svg) no-repeat 0px 15px;
  background-size: 17px;
  width: 17px;
  padding: 5px 0;
}

.speed-restriction td:first-child.jd-movement {
  background: url(/images/train.svg) no-repeat 0px 15px;
  background-size: 17px;
  width: 17px;
  padding: 5px 0;
}

.speed-restriction td:first-child.power-supply {
  background: url(/images/lightning.svg) no-repeat 0px 14px;
  background-size: 17px;
  width: 17px;
  padding: 5px 0;
}

.power-supply img {
  width: 60px;
  margin: 5px 5px 5px 0;
}

.speed-restriction td:first-child.hint {
  background: url(/images/hint.svg) no-repeat 0px 15px;
  background-size: 17px;
  width: 17px;
  padding: 5px 0;
}

.speed-restriction td.hint {
  font-size: 11px;
}

.field-row {
  margin-bottom: 7px;
}

.field-row input[type=text],
.field-row input[type=email],
.field-row input[type=password],
.field-row input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  height: 30px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}

.field-row .btn {
  width: 100%;
}

.btns {
  padding-top: 8px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 7px 15px 9px;
  border: none;
  background: #547596;
  cursor: pointer;
  transition: opacity 0.35s;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
}

.btn:hover {
  opacity: 0.7;
}

.btn.btn-red {
  background: #ec433e;
}

.btn.btn-google {
  text-align: left;
  background: #4285f4;
  padding-left: 34px;
}

.btn.btn-google:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  left: 2px;
  width: 25px;
  height: 21px;
  background: url(/images/sprite.png) no-repeat -68px -94px;
}

.notice {
  font-size: 11px;
  font-weight: 300;
  color: #777777;
  padding-top: 14px;
}

.notice a {
  color: #777777;
  text-decoration: underline;
}

.notice a:hover {
  text-decoration: none;
}

.forgotpass {
  font-size: 12px;
}

.notice.extra-text {
  padding-top: 7px;
  margin-bottom: 35px;
}

.saveroute-popup .popup-inner {
  max-width: 485px;
  min-height: 300px;
}

.saveroute-item {
  padding: 10px 15px 10px 0;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 5px;
}

.saveroute-item ul {
  list-style-type: none;
}

.saveroute-item ul li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 17px;
  position: relative;
  margin-right: 6px;
  color: #333333;
  font-size: 14px;
}

.saveroute-item ul li:last-child {
  padding-right: 0;
}

.saveroute-item ul li:last-child:after {
  display: none;
}

.saveroute-item ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5.5px;
  right: 0;
  width: 10px;
  height: 11px;
  background: url(/images/sprite.png) no-repeat 0 0;
}

.remove-saveroute {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  top: 50%;
  margin-top: -5px;
  z-index: 15;
  cursor: pointer;
}

.remove-saveroute:before,
.remove-saveroute:after {
  content: "";
  position: absolute;
  background: #b2cae1;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 1px;
  margin-top: -1px;
  transform: rotate(45deg);
}

.remove-saveroute:after {
  transform: rotate(-45deg);
}

.popup.about-country .popup-inner {
  max-width: 723px;
  /*margin-left: auto;*/
  margin-right: auto;
}

.country-general-information {
  padding-top: 10px;
}

.country-general-information__image {
  width: 23%;
  float: left;
}

.country-general-information__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 6px;
}

.country-general-information__caption {
  color: #777;
  font-size: 13px;
}

.country-general-information__description {
  margin-left: 26%;
}

.country-general-information__table {
  display: table;
  width: 100%;
}

.country-general-information__row {
  display: table-row;
}

.country-general-information__th {
  display: table-cell;
  padding-right: 20px;
  font-size: 12px;
  color: #777;
  padding-bottom: 15px;
}

.country-general-information__td {
  display: table-cell;
  font-size: 12px;
  padding-bottom: 15px;
  color: #000;
}

.popup-title.popup-title-500 {
  font-weight: 500;
  margin-bottom: 3.2rem;
}

.popup .popup-content {
    font-size: 1.4rem;
    display: block;

}

.overflow_hidden {
    overflow: hidden;
}

.send-email {
  max-width: 277px;
  margin-bottom: 3rem;
}

.send-email p {
  font-size: 1.4rem;
  line-height: 1.12;
  margin-bottom: 1rem;
  color: #333333;
}

.form-field {
  font-size: 0;
}

.form-field input {
  width: 61%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  box-sizing: border-box;
  height: 3.5rem;
  border-radius: 4px;
  color: #000;
  border: 1px solid #D3D9DB;
  padding: 0 8px;
}

.form-field button {
  display: inline-block;
  vertical-align: top;
  width: calc(39% - 5px);
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  height: 3.5rem;
  border-radius: 4px;
  background: #0194FE;
  border: none;
}

.popup#import-meta .popup-inner {
  max-width: 723px;
  margin-left: auto;
  margin-right: auto;
}

.two-columns-lists {
  border-top: 1px solid #E0E0DF;
  font-size: 0;
}

.two-columns-lists .column {
  padding-top: 25px;
  padding-right: 20px;
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}

.two-columns-lists .column:nth-child(2n+1) {
  border-right: 1px solid #E0E0DF;
}

.two-columns-lists .column:nth-child(2n+2) {
  padding-left: 20px;
}

.two-columns-lists .column h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.two-columns-lists .column ul {
  list-style-type: none;
}

.two-columns-lists .column ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.13;
  color: #333333;
}

.two-columns-lists .column ul li a {
  color: #0194FE;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.35s;
}

.two-columns-lists .column ul li a:hover {
  opacity: 0.7;
}

.two-columns-lists .column ul li:before {
  content: "\2192";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.13;
  color: #777777;
}

.two-columns-lists .column ul li a.maps-link {
  font-size: 8px;
  padding-top: 1rem;
  display: inline-block;
  vertical-align: top;
  color: #333;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
}

.maps-link img {
  display: block;
  margin-bottom: 0.5rem;
}

.popup.auto__width.popup__big.attactions .popup-in {
    overflow: hidden;
}

.attractions-wrpper {
    display: flex;
}
.attractions-wrpper:after {
  clear: both;
  content: "";
  display: block;
}
.attractions-list__col {
  flex: 1 0 0;
}
.attractions-list__colRight {
    flex: 1 0 0;
    margin-left: 14px;
    padding-bottom: 2px;
}
.attractions-list__col h3,
.attractions-list__colRight h3 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.1rem;
  line-height: 1.18;
}
.attractions-list__colRight a:hover {
    text-decoration: none !important;
}

.attractions-list__colRight a:hover .name{
    text-decoration: underline;
}
.attractions-list__colRight .color {
    display: block;
    color: #111;
}
.attractions-list__colRight .color-light {
    opacity: 0.5;
}
.attractions-list__row {
  position: relative;
  padding: 5px 25px;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  margin-bottom: -1px;
  cursor: pointer;
  transition: opacity 0.35s;
}

.attractions-list__row:hover {
  opacity: 0.7;
}

.attractions-list__row h4 {
  font-size: 1.4rem;
  color: #333333;
  font-weight: normal;
}

.attractions-list__row span {
  font-size: 12px;
  color: #777;
}

.attractions-list__row:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/images/monument.svg) no-repeat 0 0;
}

.attractions-list__row .after {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 9px;
  height: 13px;
  background: url(/images/marker.svg) no-repeat 0 0;
}

.popup.attactions .popup-inner {
  max-width: 581px;
}

.attractions-list__wrap {
/*.attractions-list__colRight ul {*/
  max-height: 60vh;
  overflow-y: auto;
  margin-bottom: 15px;
}

.attractions-list__colRight ul {
  list-style-type: none;
  max-height: 60vh;
  overflow-y: auto;
}

.attractions-list__colRight ul li {
  font-size: 1.4rem;
  position: relative;
  padding: 7px 0 12px 25px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: -1px;
  line-height: 1.18;
}

/*.attractions-list__colRight ul li:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    background: #DADADA;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
}*/

.attractions-list__colRight ul li img {
  position: absolute;
  top: 7px;
  left: 0;
}

.attractions-list__colRight ul li a {
  color: #1A0DBE;
  display: block;
  text-decoration: none;
  background: inherit;
  font-size: inherit;
  padding-top: 0;
  padding-left: 0;
}

.attractions-list__colRight ul li a:hover {
  text-decoration: underline;
}

/*.attractions-list__colRight ul li span {*/

/*  color: #333;*/

/*}*/

.attractions-list__colRight ul li span em {
  font-style: normal;
  color: #777;
}

.maps-circle-link {
  padding-left: 40px!important;
  position: relative;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  color: #555555;
  font-size: 1.4rem;
  line-height: 1.18;
  transition: opacity 0.35s;
  text-decoration: none;
}

.maps-circle-link:before {
  content: "";
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: url(/images/maps-circle.svg) no-repeat 0 0;
}

.dostoprim .maps-circle-link:before {
    left: 5px;
    top: 3px;
}
.maps-circle-link:hover {
  opacity: 0.7;
}

.travel-plan-wrap {
  margin: 0 auto;
  max-width: 460px;
  padding: 5.5rem 0;
  font-family: "Montserrat", Arial, sans-serif;
}

.travel-plan-wrap > h2 {
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 4.2rem;
}

.travel-plan-wrap > h2 span {
  color: #4DBFFF;
  font-size: 2.3rem;
  display: block;
  font-weight: 700;
}

.travel-start-end {
  position: relative;
  margin-bottom: 2.4rem;
}

.travel-start-end input[type=text] {
  background: #0A374E;
  height: 56px;
  width: 100%;
  border: none;
  padding: 0 200px 0 46px;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, sans-serif;
}

.travel-start-end input[type=text]:disabled {
  color: transparent;
}

.travel-start-end input[type=text]:not(:disabled) {
  background: #fff;
  color: #1C4F69;
}

.travel-start-end input[type=text]:not(:disabled) ~ .checkbox-row {
  display: none;
}

.travel-start-end input[type=text]:not(:disabled) + .travel-start-end-right {
  width: 45px;
  height: 100%;
}

.travel-start-end input[type=text]:not(:disabled) + .travel-start-end-right .ok-location {
  display: block;
}

.travel-start-end input[type=text]:not(:disabled) + .travel-start-end-right .change-location,
.travel-start-end input[type=text]:not(:disabled) ~ .placeholder {
  display: none;
}

.travel-start-end .before {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url(/images/point.svg) no-repeat 0 0/cover;
}

.travel-start-end input[type=text]:not(:disabled) ~ .before {
  background: url(/images/point-dark.svg) no-repeat 0 0/cover;
}

.travel-start-end.end .placeholder {
  display: none;
}

.travel-start-end.end input[type=text]:disabled {
  color: #fff;
}

.travel-start-end.end input[type=text]:not(:disabled) {
  color: #1C4F69;
}

.travel-start-end.end .checkbox-row {
  display: none;
}

.travel-start-end-right {
  width: 245px;
  position: absolute;
  box-sizing: border-box;
  right: 0;
  top: 50%;
  text-align: right;
  padding-right: 10px;
  transform: translate(0, -50%);
}

.travel-start-end .placeholder {
  position: absolute;
  top: 8px;
  left: 46px;
  color: #fff;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  max-width: 45%;
}

.checkbox-row {
  position: absolute;
  left: 46px;
  bottom: 8px;
  max-width: 250px;
}

.checkbox-row input {
  display: none;
}

.checkbox-row input + label {
  padding-left: 22.4px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.4;
}

.checkbox-row input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 3px;
}

.checkbox-row input + label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 12px;
  height: 10px;
  transform: scale(0.8);
  opacity: 0;
  background: url(/images/check.svg) no-repeat 0 0;
}

.checkbox-row input:checked + label:after {
  opacity: 1;
}

.change-location {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.2rem;
  font-family: "Montserrat", Arial, sans-serif;
  color: #4DBFFF;
  text-decoration: none;
  transition: opacity 0.35s;
}

.travel-search {
  position: relative;
  margin-bottom: 1.4rem;
}

.travel-search input {
  background: #fff;
  height: 56px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 0 70px 0 18px;
  border-radius: 4px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.4rem;
}

.travel-search .icon {
  width: 56px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: 0;
  border: none;
  cursor: pointer;
  transition: opacity 0.35s;
}

.travel-search .icon:hover,
.change-location:hover {
  opacity: 0.7;
}

.travel-search .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -20px;
  transform: scale(0.8);
  width: 41px;
  height: 41px;
  background: url(/images/search-icon.svg) no-repeat 0 0;
}

.travel-add-new {
  padding: 19px 40px;
  position: relative;
  background: #1C4F69;
  border: 1px dashed #63AFEF;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 2.4rem;
}

.travel-add-new:before {
  content: "";
  width: 22px;
  height: 22px;
  margin-top: -11px;
  position: absolute;
  left: 13px;
  top: 50%;
  background: url(/images/circle-plus.svg) no-repeat 0 0/cover;
}

.travel-start-planing {
  background: #15B757;
  border-radius: 4px;
  line-height: 1.2;
  font-size: 2rem;
  padding: 1.4rem 2rem;
  max-width: 355px;
  display: block;
  box-sizing: border-box;
  margin: 25px auto 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.travel-middle {
  position: relative;
  margin-bottom: 1rem;
}

.travel-middle .before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url(/images/arrow-bottom.svg) no-repeat 0 0/cover;
}

.travel-middle .travel-middle-right {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 10px;
  width: 145px;
  box-sizing: border-box;
  text-align: right;
  transform: translate(0, -50%);
}

.travel-middle input {
  width: 100%;
  height: 56px;
  padding: 10px 140px 10px 46px;
  background: #1C4F69;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 1.8rem;
  outline: none;
  box-sizing: border-box;
}

.travel-middle input:not([disabled]) {
  background: #fff;
  color: #1C4F69;
  padding-right: 55px;
}

.travel-middle input:not([disabled]) + .travel-middle-right {
  height: 100%;
  width: 45px;
}

.travel-middle input:not([disabled]) ~ .before {
  background: url(/images/arrow-bottom-dark.svg) no-repeat 0 0/cover;
}

.travel-middle input:not([disabled]) + .travel-middle-right .change-location {
  display: none;
}

.travel-middle input:not([disabled]) + .travel-middle-right .ok-location {
  display: block;
}

.ok-location {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: #15B757;
  display: none;
  cursor: pointer;
  transition: opacity 0.35s;
}

.ok-location:hover {
  opacity: 0.7;
}

.ok-location:before {
  content: "";
  left: 50%;
  transform: scale(0.8);
  top: 50%;
  width: 26px;
  height: 19px;
  margin-top: -9px;
  margin-left: -13px;
  position: absolute;
  background: url(/images/check-white.svg) no-repeat 0 0;
}

.remove-location {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 100%;
  margin-left: 16px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  transition: opacity 0.35s;
}

.remove-location:hover {
  opacity: 0.7;
}

.remove-location:before,
.remove-location:after {
  content: "";
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -2px;
  height: 4px;
  width: 18px;
  margin-left: -9px;
  background: #3A6E88;
  transform: rotate(45deg);
}

.remove-location:after {
  transform: rotate(-45deg);
}

.travel-autocomplate.ui-autocomplete {
  background: #f5faff;
  padding: 19px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}

.travel-autocomplate.ui-autocomplete li div {
  font-size: 1.4rem;
  padding-left: 37px;
  font-family: "Montserrat", Arial, sans-serif;
}

.travel-autocomplate.ui-autocomplete li div span {
  color: #1C4F69;
  text-decoration: none;
}

.footer {
  padding: 32px 30px;
  border-top: 1px solid #3D4957;
  text-align: center;
}

.footer ul {
  list-style-type: none;
}

.footer ul li {
  margin: 0 2rem;
  display: inline-block;
  vertical-align: top;
}

.footer ul li a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.35s;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.4rem;
}

.footer ul li a:hover {
  opacity: 0.7;
}

.converter-wrap {
  background: #E8F0F3;
  margin-left: -20px;
  margin-right: -15px;
  padding: 12px 15px 12px 20px;
}

.converter-wrap-bottom {
  margin-bottom: 15px;
  margin-left: -20px;
  margin-right: -15px;
  height: 1px;
  background: #CBCBCB;
}

.converter-wrap .currency {
  padding-left: 67px;
  border: 1px solid #D3D9DB;
  background: #fff;
}

.converter-wrap .currency:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  border: 4px solid transparent;
  border-top: 3px solid #8C8C8C;
  margin-top: -2px;
}

.converter-wrap .currency.opened:after {
  transform: scaleY(-1);
  margin-top: -4px;
}

.converter-wrap .currency .currency-title {
  font-size: 0;
}

.converter-wrap .currency .currency-title b {
  font-weight: normal;
  font-size: 1.6rem;
  width: 64px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 7px;
  line-height: 42px;
}

.converter-wrap .currency .currency-title span {
  width: calc(100% - 71px);
  color: #777;
  box-sizing: border-box;
  padding-right: 14px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-size: 1.2rem;
}

.converter-wrap .currency .currency-name {
  width: 60px;
  padding: 0 6px;
  font-size: 1.4rem;
}

.converter-wrap .currency .currency-name img {
  margin-right: 3px;
  max-width: 32px;
  height: auto;
}

.country-content {
  padding-left: 5px;
}

.exchange-wrap {
  font-size: 0;
  padding-bottom: 8px;
}

.exchange-wrap .exchange {
  text-align: left;
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.exchange-label {
  text-align: right;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.exchange-label span {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #008CD5;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  transition: opacity 0.35s;
}

.exchange-label span:hover {
  opacity: 0.7;
}

.exchange-label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border: 4px solid transparent;
  border-top: 3px solid #008CD5;
  margin-top: -2px;
}

.exchange-label span.active:before {
  transform: rotate(-90deg);
  margin-top: -3px;
}

.currency-select {
  position: relative;
  margin-bottom: 11px;
}

.currency-select .currency {
  margin-bottom: 0;
  cursor: pointer;
}

.currency-select .currency:before {
  content: "";
  position: absolute;
  left: 131px;
  top: 0;
  bottom: 0;
  background: #E6E6E6;
  width: 1px;
}

.currency-select .dropdown-currency {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  max-height: 280px;
  padding: 17px;
  background: #fff;
  border: 1px solid #D3D9DB;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 99;
  overflow-y: auto;
  display: none;
}

.currency-select .dropdown-currency ul {
  list-style-type: none;
}

.currency-select .dropdown-currency ul li {
  font-weight: 300;
  color: #777;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 15px;
  transition: color 0.35s;
}

.currency-select .dropdown-currency ul li:hover,
.currency-select .dropdown-currency ul li.active {
  color: #000;
}

/*******************/

/**** main page ****/

html,
body {
  height: 100%;
}

#app {
  height: 100%;
}

.app__main #wrp {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.app__main .page-container {
  flex: 1 0 auto;
  margin-top: 70px;
}

.footer {
  flex: 0 0 auto;
}

/*html,*/

/*body,*/

/*.wrp__main {*/

/*  height: 100%;*/

/*}*/

/*.wrp__main > #wrapper {*/

/*    padding: 0;*/

/*    height: 100vh;*/

/*}*/

/*.wrp__content {*/

/*  flex: 1 0 auto;*/

/*}*/

.form__travel__start .travel-row {
  min-height: 56px;
}

.footer {
  flex: 0 0 auto;
}

.app__main #header {
  position: fixed;
}

.form__travel__start .selection {
  /*position: relative;*/
  /*z-index: -1;*/
  width: 100%;
  margin-left: 0;
  height: 56px;
}

.form__travel__start .select2-container {
  width: 100% !important;
}

.form__travel__start .selection .select2-selection {
  position: relative;
  z-index: -1;
  height: 56px;
  border: none;
  background: #0A374E;
  color: #fff;
  border-radius: 4px !important;
}

.select2-dropdown.select2-dropdown--below {
  /*margin-top: 1px;*/
  border-radius: 4px !important;
}

.select2-search--dropdown .select2-search__field {
  height: 36px;
}

.form__travel__start .selection .select2-selection__arrow {
  display: none;
}

.form__travel__start .travel-row.edit .select2-selection {
  background: #fff;
  color: #0A374E;
}

#form__travel__start .select2-selection__rendered {
  height: 56px;
  padding-left: 44px;
  padding-top: 15px;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}

#sel__travel__start {
  border: none;
}

.form__travel__start #travel__start .select2-selection__rendered {
  padding-top: 2px;
}

#form__travel__start .edit .select2-selection__rendered {
  padding-top: 15px;
  color: #0A374E;
}

#form__travel__start .edit .checkbox-row {
  display: none;
  color: #0A374E;
}

.form__travel__start .edit .select2-selection {
  z-index: 1;
}

.form__travel__start .edit .before {
  z-index: 10;
  background: url(/images/point-dark.svg) no-repeat 0 0/cover;
}

.form__travel__start .travel__btns.edit {
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  width: 45px;
  top: 50%;
  right: 0;
  padding-right: 10px;
  box-sizing: border-box;
  text-align: right;
  transform: translate(0, -50%);
}

.form__travel__start .travel__btns.edit .change-location {
  display: none;
}

.form__travel__start .travel__btns.edit .ok-location {
  display: block;
}

.form__travel__start .checkbox-row label:hover {
  cursor: pointer;
}

#travel__end {
  display: none;
}

#travel__end.show {
  display: block;
}

.first__city__travel {
  display: none;
}

#travel__search .icon {
  margin: 0 2px 0 0;
}

#travel__search.hide {
  display: none;
}

.travel-row.hide {
  display: none;
}

#travel__start.error {
  box-shadow: 0 0 5px 2px #f55;
}

.select2__option {
  display: flex;
  align-items: center;
}

.select2__flag {
  width: 24px;
  margin-right: 14px;
}

.front-page .select2-dropdown.select2-dropdown--below {
  margin-top: -56px;
}

.front-page .select2-search__field {
  border: none !important;
  outline: none;
}

.front-page .select2-results {
  background: #f9fcfd;
}

/**** main page end ****/

/******************************/

/**** map page(basic page) ****/

#wrp.google_map {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 100vh;
  height: 100%;
  overflow: hidden;
}

.google_map #header .inner {
  display: flex;
}

.google_map .logo {
  float: none;
}

.google_map .selection {
  flex: 1 1 100%;
  float: none;
  width: auto;
}

.google_map .page-sidebar {
  width: 100%;
  /*float: left;*/
  /*height: 100%;*/
  overflow-y: auto;
  padding-right: 15px;
  padding-top: 13px;
  background: rgba(2, 36, 52, 0.2);
  box-sizing: border-box;
  /*margin-left: -3rem;*/
  padding-left: 3rem;
}

#wrp.google_map .page-container {
  flex: 1 0 auto;
  background: #fefefe;
  overflow: hidden;
  position: relative;
}

#wrp.google_map .page-container,
#wrp.google_map .page-container .inner {
  display: flex;
}

#wrp.google_map .wrp__map {
  flex: 1 1 71.5%;
}

.google_map .page-sidebar {
  flex: 1 1 27.5%;
  min-width: 440px;
  max-width: 600px;
}

.google_map .page-content.wrp__map {
  flex: 1 1 71.5%;
}

.widget-title-country {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.block__country__img {
  height: 18px;
}

.widget-wrap {
  position: relative;
}

.block__city__img {
  position: absolute;
  top: 15px;
  left: -10px;
  transform: rotateZ(-45deg);
  height: 20px;
}

.popup.auto__width {
  width: 25%;
  min-width: 400px;
  max-width: 600px;
}

.popup.auto__width.popup__big {
  width: 600px;
  min-width: 400px;
  max-width: 600px;
}

.popup.auto__width.popup__big .inner {
    padding-right: 0;
}

.google_map .popup .inner {
  height: auto;
}

.google_map .popup .popup-inner {
  width: 100%;
  height: auto;
}

.google_map .popup.about-country .popup-inner {
  max-width: 778px;
}

.popup__places .dostoprim2 a {
  padding: 0 7px;
  background: rgba(0, 0, 0, 0);
}

.popup .wrp_iframe {
    position: relative;
    min-height: 500px;
    max-height: 90vh;
}

.popup .wrp_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/**** popup visa country ****/

.posolstvo img {
  width: 18px;
  height: auto;
}

.country-general-info .posolstvo li {
  font-size: 1.2em;
}

.google_map .popup.auto__width .popup-inner {
  margin-top: 4vh;
  margin-bottom: 30px;
  height: calc(100% - 10vh);
}

.wrap__list {
  display: none;
}

.wrap__list + a.show__more__list {
    display: inline-block;
    font-size: 12px;
    margin: 0px 0 8px;
    color: #aaa !important;
    border-bottom: 1px dashed #aaa;
}
/**** popup roaming ****/

.nav.nav-tabs.your-country-tabs {
  display: inline;
  margin: 0;
  border: none;
}

.nav.nav-tabs.your-country-tabs .nav-item {
  display: inline-block;
}

.nav.nav-tabs.your-country-tabs .nav-item a {
  text-decoration: none;
}

/**** popup places ( interesting ) ****/

.dostoprim2 .popup__places a {
  background: inherit;
  color: #333;
  padding-top: 0;
  padding-bottom: 0;
}

/**** end map page(basic page) ****/

.wrp__lifehacks__slick {
  position: relative;
  padding-bottom: 35px;
}

.slick-list {
  overflow: hidden;
}

.wrp__lifehacks__slick .lifehack__item {
  float: left;
}
.wrp__lifehacks__slick .lifehack__item a{
  color: #0194FE;
}

.wrp__lifehacks__slick .slick-arrow {
  position: absolute;
    display: block;
    width: 32px;
    height: 32px;
  bottom: 0px;
  z-index: 100;
  background: #fff;
  border: none;
  border-radius: 50%;
  outline: none;
}

.wrp__lifehacks__slick .slick-prev {
  left: 0%;
}

.wrp__lifehacks__slick .slick-next {
  right: 0%;
}

.wrp__lifehacks__slick .slick-prev:before {
  content: url("/images/arrow-left.svg");
    color: #0194FE
}

.wrp__lifehacks__slick .slick-next:before {
  content: url("/images/arrow-right.svg");
    color: #0194FE

}

.place__stoped li a {
  display: flex;
  align-items: center;
}

.about-city li > a {
  text-decoration: underline;
}

.about-city li > a:hover {
  text-decoration: none;
}

.how-to-arrive .alt__name {
  color: #888;
  font-size: 0.8em;
}

.about-city-item .green__card__list li:before {
  top: 10px;
}

.green__card__list a {
  font-size: 2rem;
}

.small-title span.small {
  font-size: 10.8em;
}

.about-city-item .airlines__links a {
    margin: 0 2px;
}
.about-city-item .airlines__links a.ios img,
.about-city-item .airlines__links a.android img {
    width: auto;
    height: 18px;
}
.about-city-item .airlines__links a.ios {
    margin-top: -3px;
}
/*** ************************************************** ***/
/*** google map popup style ***/

.popup__map__beside {
    max-width: 290px;
    /*margin-left: 5px;*/
    margin-top: 5px;
    overflow-y: hidden;
}

.popup__map__beside .prev_rates.wrp__header {
    margin-right: 15px;
}
/*.popup__map__beside .not_icon.wrp_header {*/
/*    margin-right: 15px;*/
/*}*/

.popup__map__beside .wrp__header p {
    font-weight: 500;
}

.popup__map__beside .title span {
    font-size: 14px;
    color: #333;
}
.popup__map__beside .title span.sub__title {
    font-size: 11px;
}
.popup__map__beside .small-title {
    margin-top:3px;
}

.popup__map__beside .wrp__favicon {
    margin-right :5px;
}

.popup__map__beside .places__list.d-flex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.popup__map__beside .places__list .places__item:first-child{
    border-top: 1px solid #E3E3E3;
}

.popup__map__beside .places__list.d-flex .places__item:nth-child(2){
    border-top: 1px solid #E3E3E3;
}

.popup__map__beside .places__item {
    border-bottom: 1px solid #E3E3E3;
}

.popup__map__beside .places__list.d-flex .places__item {
    max-width: 47%;
    flex: 1 1 47%;
}

.popup__map__beside .places__item__link {
    padding: 10px 0;
}

.popup__map__beside .wrp__link {
    font-size: 12px;
    color: #777777
}
.popup__map__beside .wrp__link:hover {
    color: #777777
}

.popup__map__beside .wrp__link .title {
    color: #1A0DBE!important
}

.popup__map__beside .wrp__link:hover .title {
    text-decoration: underline;
}

.popup__map__beside .wrp__country img {
    display: inline-block;
    height: 20px;
    margin-right: 7px;
}
.popup__map__beside .btn__add__route {
    position: relative;
    font-size: 12px;
    padding-left: 32px;
    color: #777777;
}

.popup__map__beside .wrp__foot {
    padding-top: 8px;
}

.popup__map__beside .btn__add__route:hover {
    color: #15B757;
    cursor: pointer;
}

.popup__map__beside .btn__add__route:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 25px;
    height: 28px;

    background-image: url("data:image/svg+xml,%0A%3Csvg width='25' height='28' viewBox='0 0 25 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3C0 1.34315 1.34315 0 3 0H14.1681C15.2219 0 16.1984 0.552896 16.7406 1.45651L23.3406 12.4565C23.9106 13.4066 23.9106 14.5934 23.3406 15.5435L16.7406 26.5435C16.1984 27.4471 15.2219 28 14.1681 28H3C1.34315 28 0 26.6569 0 25V3Z' fill='%2315B757'/%3E%3Cpath d='M9 10V18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 14L5 14' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

}
#map .gm-ui-hover-effect {
    right: 11px!important;
}

#map .gm-ui-hover-effect span{
    height: 30px !important;
    width: 30px !important;
    background: #A7A7A7!important;
}

.btn-link {
    border-radius: 5px;
    /*background: #3D9DCF;*/
    color: #333;
    vertical-align: top;
    padding: 5px 7px;
    font-size: 11px;
    text-transform: uppercase;
}

.btn-link:hover {
    color: inherit;
    text-decoration: none;
}

.btn-place-add-route {
    width: 24px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='28' viewBox='0 0 25 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3C0 1.34315 1.34315 0 3 0H14.1681C15.2219 0 16.1984 0.552896 16.7406 1.45651L23.3406 12.4565C23.9106 13.4066 23.9106 14.5934 23.3406 15.5435L16.7406 26.5435C16.1984 27.4471 15.2219 28 14.1681 28H3C1.34315 28 0 26.6569 0 25V3Z' fill='%23D3D3D3'/%3E%3Cpath d='M9 10V18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 14L5 14' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    cursor: pointer;
}
.btn-place-add-route:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='28' viewBox='0 0 25 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3C0 1.34315 1.34315 0 3 0H14.1681C15.2219 0 16.1984 0.552896 16.7406 1.45651L23.3406 12.4565C23.9106 13.4066 23.9106 14.5934 23.3406 15.5435L16.7406 26.5435C16.1984 27.4471 15.2219 28 14.1681 28H3C1.34315 28 0 26.6569 0 25V3Z' fill='%2315B757'/%3E%3Cpath d='M5 14.2028L8.42857 17.7273L14 12' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.btn-place-add-route.active {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='28' viewBox='0 0 25 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3C0 1.34315 1.34315 0 3 0H14.1681C15.2219 0 16.1984 0.552896 16.7406 1.45651L23.3406 12.4565C23.9106 13.4066 23.9106 14.5934 23.3406 15.5435L16.7406 26.5435C16.1984 27.4471 15.2219 28 14.1681 28H3C1.34315 28 0 26.6569 0 25V3Z' fill='%2315B757'/%3E%3Cpath d='M5 14.2028L8.42857 17.7273L14 12' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
    /***************** !!! ****************/

.arrive-station {
  display: none;
}

.city-day .weekDay {
  text-transform: capitalize;
}

    /************ esim ************/

.buy-sim {
    padding: 20px 0 27px;
}
.buy-sim a {
    display: inline-block;
    vertical-align: top;
    padding: 0 22px;
    position: relative;
    text-decoration: none;
    margin-right: 64px
}
.buy-sim a:hover:after {
    right: -5px
}
.buy-sim a img {
    max-width: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.buy-sim a:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    right: 0;
    transition: right 0.35s;
    background: url(../images/duble-arrow.svg) no-repeat 0 0;
}
.about-esim {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 23px;
}
.about-esim h2 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.18;
    color: #000;
    margin-bottom: 25px;
}
.about-esim h3 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.18;
    color: #000;
    margin-bottom: 20px;
}
.about-esim p {
    font-size: 1.4rem;
    line-height: 1.17;
    color: #000;
    margin-bottom: 18px;
}
.about-esim ul {
    list-style-type: none;
}
.about-esim ul li {
    padding-left: 26px;
    font-size: 1.4rem;
    line-height: 1.17;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
    position: relative;
}
.about-esim ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/check-green.svg) no-repeat 0 0;
}
.about-esim ul li.no:before {
    background: url(../images/cross-red.svg) no-repeat 0 0;
}

/************ tour ************/
.google_map .popup.tour-travel .popup-inner {
    max-width: 852px;
}
.head-tour {
    padding-right: 50px;
    position: relative;
    margin-bottom: 16px;
}

.head-tour span {
    position: absolute;
    right: 0;
    top: 50%;
    width: 45px;
    transform: translate(0, -50%);
}
.playmarket-small {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 19px;
    background: url(../images/playmarket-small.svg) no-repeat center center / cover;
}
.app-small {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 21px;
    background: url(../images/app-small.svg) no-repeat center center / cover;
}
.head-tour .wrp_img {
    width: auto;
    height: 26px;
}
.head-tour img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 0 center;
}
.besttour-title {
    font-size: 1.6rem;
    line-height: 1.18;
    margin-bottom: 10px;
}
.columns-tours {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    padding-top: 10px;
    margin-bottom: 20px;
}

.columns-tours .wrp_tours {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}


.columns-tour {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 13px;
    margin-bottom: 15px;

}

.btns-tour {
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.btns-tour .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    min-width: 90px;
    height: 29px;
    padding: 0;
    color: #FFFFFF !important;
}
.btns-tour .btn.btn-orange {
    min-width: 115px;
}
.btns-tour .btn + .btn {
    margin-left: 10px;
}
.besttour__item {
    border-top: 1px solid #E3E3E3;
    padding-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.besttour__logo {
    width: 105px;
    text-align: center;
    float: left;
}

.besttour__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.besttour__description {
    margin-left: 120px;
}
.besttour__description p {
    font-size: 1.2rem;
    line-height: 1.16;
    font-weight: 300;
    margin-bottom: 15px;
}
.besttour__description .btns-tour{
    text-align: left;
    justify-content: flex-start;
}
.besttour__description .btns-tour .btn:first-child {
    margin-right: 8px;
}
.btn.btn-blue {
    background: #3D9DCF;
}

.btn.btn-orange {
    background: #FF8514;
}

.btn_size_1  {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    min-width: 90px;
    height: 29px;
    padding: 0;
    opacity: 1;

    /*color: #FFFFFF !important;*/
    transition: opacity 0.3s;
}
.btn_size_1:hover {
    opacity: 0.7;
}

.text_white {
    color: #FFFFFF!important;
}

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

.link_span {
    color: #777777;
}

