html{
  background:#ffffff;
}
body{
  overflow:auto;
}
html, body{
  height:100%;
  margin:0;
}

body, input{
  font-family: 'Maven Pro', sans-serif;
  font-family: 'Lato', sans-serif;
  font-size:16px;
  color:#000000;
}

#page{
  width:100%;
  min-width:320px;
  min-height:100%;
  position:relative;
  background:url(images/content_rb.png) no-repeat right bottom;
}

.center{
  width:980px;
  display:block;
  margin:0 auto;
}

.logos{
  white-space:nowrap;
  position:relative;
  text-align:left;
}
.logos a,
.logos span{
  text-indent:-999em;
  display:inline-block;
  background:url(images/spacer.gif) no-repeat center;
  background-size:contain;
  vertical-align:middle;
}
.logos .henkel{
  width:102px;
  height:58px;
  width:153px;
  height:87px;
  background-image:url(images/henkel.png);
  background-image:url(images/henkel.svg), none;
}
.logos .schwarzkopf{
  width:88px;
  height:40px;
  width:132px;
  height:60px;
  background-image:url(images/schwarzkopf.png);
  background-image:url(images/schwarzkopf.svg), none;
  margin:0 0 15px 30px;
}
#header .logos{
  display:inline-block;
  margin:17px 0 0 0;
}
#_header .logos .henkel{
  width:70px;
  height:40px;
}
#_header .logos .schwarzkopf{
  width:62px;
  height:28px;
  margin:0 0 11px 10px;
}
.frame{
  padding:30px;
  border:2px solid #D9D9D9;
  position:relative;
  margin:30px 0 0 0;
}
.frame .corner{
  width:55px;
  height:55px;
  background:#ffffff;
  position:absolute;
  right:-16px;
  top:-16px;
}
.frame .corner::before,
.frame .corner::after{
  content:'';
  background:#ff0001;
  position:absolute;
  right:0;
  top:0;
}
.frame .corner::before{
  width:3px;
  height:34px;
  right:15px;
}
.frame .corner::after{
  width:34px;
  height:3px;
  top:15px;
}

#content.country .frame{
  position:absolute;
  top:50%;
  transform:translate(0, -50%);
  margin:0;
}
.country{
  list-style:none;
  padding:60px 0;
  margin:0;
  white-space:nowrap;
  text-align:center;
  display:block;
}
.country li{
  width:265px;
  position:relative;;
  box-sizing:border-box;
  display:inline-block;
  vertical-align:top;
  margin:0 15px;
  box-shadow: 0px 2px 2px 0px rgba(142,142,142,0.35);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background:#ffffff;
}
.country li::before{
  content:'';
  width:100%;
  height:150px;
  position:absolute;
  background:#F4F4F4;
  top:0;
  left:0;
}
.country li a{
  font-size:14px;
  line-height:16px;
  text-transform:uppercase;
  text-align:left;
  font-weight:bold;
  text-decoration:none;
  color:#FF0001;
  padding:165px 40px 20px 40px;
  position:relative;;
  display:block;
  box-shadow:0 0 2px 0 rgba(0,0,0,.5);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.country li a::before{
  content:'';
  width:175px;
  height:100px;
  background:url(images/lv.jpg) no-repeat center;
  background-size:cover;
  position:absolute;
  top:25px;
  left:40px;
}
.country li a.lt::before{
  background-image:url(images/lt.jpg);
}
.country li a.ee::before{
  background-image:url(images/ee.jpg);
}
.country li a::after{
  content:'';
  width:8px;
  height:12px;
  padding-left:15px;
  background:url(images/foward.png) no-repeat right center;
  background-image:url(images/foward.svg), none;
  background-size:contain;
  transition:all .1s;
}
.country li a:hover::after{
  padding-left:20px;
}

#header{
  width:100%;
  height:150px;
  z-index:100;
  position:fixed;
}
#header > span{
  width:100%;
  height:100%;
  position:absolute;
  background:#ffffff url(images/corner_gray.png) no-repeat right top;
  background-size:contain;
box-shadow: 0 3px 3px 0px rgba(217,217,217,.6);
}
#header > div{
  width:100%;
  height:100%;
  position:relative;
}

#menu .menu{
  display:none;
}
#menu ul{
  list-style:none;
  padding:15px 0 0 0;
  margin:0;
  float:left;
}
#menu li{
  float:left;
  margin:0 30px 0 0;
  border-left:2px solid #D9D9D9;
  padding:0 0 0 30px;
}
#menu li a{
  font-size:21px;
  line-height:28px;
  color:#3B3E3F;
  text-decoration:none;
}
#menu li.active a{
  color:#FF0001;
}
#menu .button{
  font-size:0;
  position:absolute;
  text-indent:-999em;
  background:url(images/spacer.gif) no-repeat center center;
  background-size:contain;
  display:none;
}


#content{
  width:100%;
  min-height:830px;
  padding:160px 0 200px 0;
  position:relative;
}
#content.country{
  min-height:100vh;
  padding:30px 0 50px 0;
  box-sizing:border-box;
}


.block{
  padding:15px 0 40px 0;
  position:relative;
}
.block .frame h3{
  font-family: 'Maven Pro', sans-serif;
  font-size:21px;
  line-height:21px;
  font-weight:500;
  margin:0 0 20px 0;
}
.block .frame h3 span{
  padding:5px 15px;
  background:#F0F1F5;
  display:inline-block;
}
.block.contacts h4{
  margin:20px 0 0 0;
}
.block.contacts p{
  margin:0 0 10px 0;
}


.list{
  font-size:0;
  text-align:left;
  overflow:hidden;
}
.list > div{
  margin-right:-70px;
}
.list .item{
  font-size:10px;
  line-height:10px;
  color:#1a1a1a;
  text-decoration:none;
  vertical-align:top;
  width:265px;
  height:230px;
  display:inline-block;
  background:#fff;
  margin:0 55px 45px 0;
  position:relative;
  overflow:hidden;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
box-shadow: 0px 3px 3px 0px rgba(63,169,245,0.5);
  box-shadow: 0px 2px 2px 0px rgba(142,142,142,0.35);
}
.list .item > span{
  display:none;
}
.list .item > div{
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  display:none;
}
.list .item > div.info,
._list .item:focus > div,
.list .item:hover > div{
  display:block;
}
.list .item > div > img{
  width:265px;
  height:150px;
  background:#eee;
  display:block;
}
[rel="noslegusas-loterijas"].block .list .item > div{
  filter: grayscale(100%);
}
.list .item > div > div{
  padding:10px;
  background:#fff;
}
.list .item > div.hover{
  background:#fff url(images/spacer.gif) no-repeat center top;
  background-size:cover;
}
.list .item > div.hover > div{
  font-size:11px;
  line-height:13px;
  color:#222222;
  padding:160px 20px 10px 20px;
  background:none;
}
[rel="noslegusas-loterijas"].block .list .item > div.hover > div{
  color:#3A3A3A;
}  
.list .item > div > span{
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
background: rgb(243,220,0);
background: -moz-linear-gradient(90deg, rgba(243,220,0,1) 0%, rgba(248,184,0,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(243,220,0,1) 0%, rgba(248,184,0,1) 100%);
background: linear-gradient(90deg, rgba(243,220,0,1) 0%, rgba(248,184,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3dc00",endColorstr="#f8b800",GradientType=1);
  -moz-opacity:.74;
  opacity:.74;
  filter:alpha(opacity=74);
}
.list .item:hover > div > span{
  display:none;
}
.list .item h4{
  font-size:12px;
  line-height:15px;
  color:#FF0001;
  font-weight:bold;
  text-transform:uppercase;
  margin:0 0 5px 0;
}
[rel="noslegusas-loterijas"].block .list .item h4{
  color:#3A3A3A;
}
.list .item div.hover h4{
  text-align:center;
}


.partners{
  height:130px;
  background:url(images/logos.png) no-repeat center;
  background-size:contain;
}

#footer{
  width:100%;
  height:120px;
  background:#F0F1F5;
  position:absolute;
  bottom:0;
}
#footer > span{
  display:none;
}
#footer > div{
  width:100%;
  height:100%;
  position:relative;
  background:url(images/corner.png) no-repeat right bottom;
  background-size:contain;
box-shadow:inset  0 3px 3px 0px rgba(217,217,217,.6);
}
#footer .links{
  float:left;
  margin:20px 0 0 0;
}
#footer .links ul{
  list-style:none;
  margin:0;
  padding:0;
}
#footer .links li{
  font-size:15px;
  line-height:18px;
  color:#222222;
  display:inline-block;
  margin:0 15px 0 0;
}
#footer .links li::before{
  content:'|';
  padding-right:15px;
}
#footer .links li:first-child::before{
  display:none;
}
#footer .links a{
  color:#222222;
  text-decoration:none;
}
#footer .links a:hover{
  color:#FF0001;
}

#footer .info{
  float:right;
  margin:20px 0 0 0;
}
#footer .info h3{
  font-size:14px;
  line-height:18px;
  color:#FF0001;
  margin:0 0 5px 0;
}
#footer .info > span{
  font-size:12px;
  line-height:15px;
  color:#222222;
  _text-transform:uppercase;
  display:block;
}
#footer .info dir{
  margin:0;
  padding:0 0 0 30px;
}
#footer .info > span a{
  color:#222222;
  text-decoration:none;
}
#footer .info > span a:hover{
  text-decoration:underline;
}


form{
  margin:0;
}
.left{
  float:left;
}
.right{
  float:right;
}
.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  display:block;
}

sup, sub{
	height: 0;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
}
sup{
	bottom: 1.5ex;
  font-size:55%;
}
sub{
	top: .5ex;
  font-size:65%;
}

input:focus, textarea:focus, select:focus{
  outline: none;
  outline-width:0;
}
textarea{
  resize: none;
}
/*
  -moz-opacity:.8;
  opacity:.8;
  filter:alpha(opacity=80);


    100% — FF
    95% — F2
    90% — E6
    85% — D9
    80% — CC
    75% — BF
    70% — B3
    65% — A6
    60% — 99
    55% — 8C
    50% — 80
    45% — 73
    40% — 66
    35% — 59
    30% — 4D
    25% — 40
    20% — 33
    15% — 26
    10% — 1A
    5% — 0D
    0% — 00

*/
