html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a, em, img, small, strong, 
b, u, i {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

a img {
  border: none;
}

body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'Myriad-Bold';
  src: url("myriadpro-bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: 'Myriad-Regular';
  src: url("myriadpro-regular.woff") format("woff");
  font-weight: normal;
}

#container_dc {
  position: absolute;
  border: 1px solid #ccc;
  width: 160px;
  height: 600px;
  box-sizing: border-box;
  margin: auto;
  display: none;
  overflow: hidden;
  background: #fff;
  color: #0b1560;
  font-family: 'Myriad-Regular';
  text-transform: uppercase;
}

#background_exit_dc {
  position: absolute;
  width: 100%;
  height: 100%;
  background:none;
  display: block;
  top:0;
  left: 0;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
}

#svg {
  position: absolute;
  top:0;

  cursor: pointer;
}
#emblem
{
  top:15px;
  left:0;
  position: absolute;
  z-index: 1;
  opacity: 0;
  width:160px;
}
#finnair {

  width: 110px;
  height: 12px;
  position: absolute;
  z-index: 223;
  display: block;
  bottom: 30px;
  right:25px;
}
#cta {
	position: absolute;
	z-index: 9999;
	display: inline-block;
	cursor: pointer;
	bottom: 67px;
  left: 17px;
  right: 17px;
	line-height: 35px;
	height: 35px;
	padding: 0 29px 0 14px;
	color: #fff;
	font-size: 11px;
	background: #0b1560;
	text-align: center;
  	opacity:0;
}

#cta svg
  {
    width:9px; 
    display: inline-block;
    fill:none;
    stroke:#fff;
    stroke-linecap:square;
    stroke-miterlimit:10;
    stroke-width:1.5;
    height: 100%;
    position: absolute;
    top:0;
    right:13px;
  }

#cta:hover {
  background: #162067;
}

.hidden {
	opacity: 0;
}

#textContainer {
	position:relative;
	height:208px;
	margin:10px;
}

#textContent, #textContent2 {
	
	position: absolute;
	bottom:0;
	font-family: 'Myriad-Bold';
	font-size: 20px;
	width: 100%;
}

#textContent {
	z-index: 20;

}

#textContent2 {
	opacity: 0;
}

.centered {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.priceText {
	bottom: 90px;
    position: absolute;
}

.prices {
	position: absolute;
    top: -80px;
    text-align: right;
    width: 100%;
}

.offer {
	display: block;	
    margin-top: 25px;
    text-align: right;
    overflow: hidden;
    margin-right: 10px;
}

.offer::before {
	content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: -20px;
    height: 20px;
}

.destination {
	display: block;
	font-size: 21px;
}

.price {
	display: block;
	font-size: 21px;
	float:right;
}

.price::before {
	content: "ОТ";
    font-family: 'Myriad-Regular';
    font-size: 14px;
    float: left;
    display: block;
    white-space: pre;
    text-align: right;
    margin-top: 3px;
    margin-right: 5px;
}


