@import url("https://fonts.googleapis.com/css?family=Philosopher:700&subset=latin,latin-ext,cyrillic");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
content: none; }

table {
  border-collapse: collapse;
border-spacing: 0; }

body, html {
  width: 100%;
  height: 100%;
}

body {
  display: block; width: 100%;  height: 100%;
  background-color: #dc7b9a;
  background-image: url(bk1-s.jpg);
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
}
.main{
  display: block; width: 100%;  height: 100%;
  /*box-shadow: inset 0 0 10px #000;*/
}
.main .logo{
  display: block; width: 113px; height: 73px;
  position: absolute; right: 60px; top: 40px;
  background-image: url(logo1.png);
  background-size: 100%;
}
.main .text1{
  display: block; width: 289px; height: 97px;
  position: absolute; right: 0; top: 125px;
  background-image: url(text1.png);
  background-size: 100%;
}
.main .sshots{
  display: block; width: 100%; height: 280px;
  background: rgba(0,0,0,0.33);
  position: absolute; left:0; top: 217px;
  padding: 10px 0;
  overflow-x: scroll;
}
.main .sshots .list,
.main .sshots .list .sshot{
  list-style: none; margin:0; padding:0;

}
.main .sshots .list{
  display: inline-block;
  height: 270px; width: auto; min-width: 10px;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  margin-left: 10px;
}
.main .sshots .list .sshot{
  display: inline-block;
  height: 100%; width: auto;
  margin-right: 10px;
}
.main .sshots .list .sshot img{
  display: block; width: auto; height: calc(100% - 4px);
  border: solid 2px #ffa;
  box-shadow: 0 0 10px #000;
}
.main .banner{
  display: block; width: 100%; height: 100px; 
  position: absolute; left:0; bottom:0;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff, #fff);
  text-align: center;
}
.main .banner .a-btn{
  display: inline-block; width: 248px; height: 79px;
  font-size: 0;
  position: absolute; top:0;
  left: calc(50% - 124px);
}
.main .banner .btn{
  display: inline-block; width: 248px; height: 79px;
  position: relative;
  background-image: url(btn1.png);
  background-size: 100%;
  font-size: 0;
}
.main .banner .text-banner p{
  background: #fff;
  padding: 10px;
}
.main .banner.open{
  height: 310px;
}
.main .banner.open .text-banner{
  display: block;
}
.main .banner.open .arrow{
  transform: scale3d(1,-1,1);
  -webkit-transform: scale3d(1,-1,1);
}

.main .banner.thank{
  height: 60%;

  /*background: linear-gradient(to bottom, rgba(255,255,255,0), #fff, #fff, #fff);*/
  /*background: #cc10d8;*/
  background: none;


}
.main .banner .thanks{
  font-size: 30px; font-weight: bold;
  line-height: 40px;
  /*color: #ff79f5;*/
  /*color: #bddaff;*/
  color: #fff;
  /*margin-top: 30%;*/
  text-shadow: 
    0 0 6px #1f001f, 0 0 6px #1f001f, 0 0 6px #1f001f, 0 0 6px #1f001f,
    0 0 40px #fff, 0 0 40px #fff, 0 0 40px #fff, 0 0 40px #fff,
    0 0 40px #ff0, 0 0 40px #ff0, 0 0 40px #ff0, 0 0 40px #ff0;
}



/* Landscape */
@media only screen 
  and (orientation: landscape) {
  .main .banner{
    height: 85px;    
  }
  .main .banner.open{
      height: 200px;
  }
  .main .banner .text-banner{
    margin-top: 60px;
  }
  .main .sshots{
    left: auto; right: 0px;
    width: 380px;
    height: 140px;
    top: 100px;
  }
  .main .sshots .list{
    height: 135px;
  }
  .main .logo{
    right: 272px;
    top: 20px;
  }
  .main .text1{
    top: 5px;
  }
}
