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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.icons-sprite, .samsung-footer .icons-samsung-ico-facebook, .samsung-footer .icons-samsung-ico-rss-light, .samsung-footer .icons-samsung-ico-state-pl, .samsung-footer .icons-samsung-ico-twitter, .samsung-footer .icons-samsung-ico-youtube {
  background: url('../img/samsung/icons-s048263e3d4.png') no-repeat;
}

.clearfix {
  zoom: 1;
}
.clearfix:after, .clearfix:before {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

@font-face {
  font-family: "samsungif_bd";
  src: url("../fonts/samsungif_bd-webfont.eot");
  src: url("../fonts/samsungif_bd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/samsungif_bd-webfont.woff") format("woff"), url("../fonts/samsungif_bd-webfont.ttf") format("truetype"), url("../fonts/samsungif_bd-webfont.svg#samsungif_bd") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "samsungif_blk";
  src: url("../fonts/samsungif_blk-webfont.eot");
  src: url("../fonts/samsungif_blk-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/samsungif_blk-webfont.woff") format("woff"), url("../fonts/samsungif_blk-webfont.ttf") format("truetype"), url("../fonts/samsungif_blk-webfont.svg#samsungif_blk") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "samsungif_rg";
  src: url("../fonts/samsungif_rg-webfont.eot");
  src: url("../fonts/samsungif_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/samsungif_rg-webfont.woff") format("woff"), url("../fonts/samsungif_rg-webfont.ttf") format("truetype"), url("../fonts/samsungif_rg-webfont.svg#samsungif_rg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ui";
  src: url("../fonts/ui.eot");
  src: url("../fonts/ui.eot?#iefix") format("embedded-opentype"), url("../fonts/ui.woff") format("woff"), url("../fonts/ui.ttf") format("truetype"), url("../fonts/ui.svg#ui") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-home:before,
.icon-products:before,
.icon-support:before,
.icon-search:before {
  font-family: 'ui';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-home:before {
  content: "\e000";
}

.icon-products:before {
  content: "\e001";
}

.icon-support:before {
  content: "\e002";
}

.icon-search:before {
  content: "\e003";
}

.cookie-notice-wrapper {
  position: absolute;
  top: 0;
  z-index: 10000;
  width: 100%;
  background: #b4b4b4;
}
.cookie-notice-wrapper .cookie-notice {
  display: none;
  font-size: 12px;
  line-height: 16px;
  font-family: Arial, sans-serif;
  position: relative;
  background-color: #b4b4b4;
  padding: 8px 25px 7px 10px;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cookie-notice-wrapper .cookie-notice a {
  color: #007cc0;
  font-weight: bold;
}
.cookie-notice-wrapper .cookie-notice .close {
  position: absolute;
  top: 5px;
  right: 10px;
}
.cookie-notice-wrapper .cookie-notice .close button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-weight: bold;
}

body {
  background-color: #000;
  min-width: 320px;
}

.samsung-header {
  background-color: #fff;
  font-family: arial, sans-serif;
  color: #111;
  height: 79px;
}
@media only screen and (max-width: 768px) {
  .samsung-header {
    height: 66px;
  }
}
@media only screen and (max-width: 480px) {
  .samsung-header {
    height: 51px;
  }
}
.samsung-header .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 1000px) {
  .samsung-header .inner {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .samsung-header .inner {
    padding: 0;
  }
}
.samsung-header img {
  display: block;
  max-width: 100%;
}
.samsung-header .logo {
  width: 106px;
  height: 36px;
  margin: 24px 32px 0 0;
  overflow: hidden;
  float: left;
}
@media only screen and (max-width: 1000px) {
  .samsung-header .logo {
    margin: 24px 22px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .samsung-header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 51px;
    margin: -27px 0 0 -76px;
  }
}
@media only screen and (max-width: 480px) {
  .samsung-header .logo {
    width: 102px;
    height: 34px;
    margin: -17px 0 0 -51px;
  }
}
.samsung-header .global-nav {
  float: left;
  padding-top: 28px;
  height: 51px;
}
@media only screen and (max-width: 768px) {
  .samsung-header .global-nav {
    padding: 0;
    height: 66px;
  }
}
@media only screen and (max-width: 480px) {
  .samsung-header .global-nav {
    height: 51px;
  }
}
.samsung-header .global-nav li {
  float: left;
}
.samsung-header .global-nav li .icon {
  display: none;
}
@media only screen and (max-width: 768px) {
  .samsung-header .global-nav li .icon {
    display: block;
    font-size: 34px;
  }
}
@media only screen and (max-width: 480px) {
  .samsung-header .global-nav li .icon {
    font-size: 24px;
  }
}
.samsung-header .global-nav li.home, .samsung-header .global-nav li.search {
  display: none;
}
@media only screen and (max-width: 768px) {
  .samsung-header .global-nav li {
    position: absolute;
    width: 17%;
    top: 0;
    text-align: center;
  }
  .samsung-header .global-nav li.home {
    display: block;
    left: 0;
  }
  .samsung-header .global-nav li.products {
    left: 17%;
  }
  .samsung-header .global-nav li.support {
    right: 17%;
  }
  .samsung-header .global-nav li.search {
    display: block;
    right: 0;
  }
  .samsung-header .global-nav li.business, .samsung-header .global-nav li.apps, .samsung-header .global-nav li.promotions {
    display: none;
  }
}
.samsung-header .global-nav li a {
  padding: 0.87em 1.47em 1.55em;
  display: block;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  font-family: samsungif_bd, arial, sans-serif;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .lt-ie8 .samsung-header .global-nav li a {
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .lt-ie8 .samsung-header .global-nav li a {
    line-height: 20px;
  }
}
.samsung-header .global-nav li a:visited {
  color: #000;
}
.samsung-header .global-nav li a:hover {
  color: #5abbf0;
}
@media only screen and (max-width: 1000px) {
  .samsung-header .global-nav li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .samsung-header .global-nav li a {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 0 0 0;
    color: #8C8C8C;
  }
  .samsung-header .global-nav li a:visited {
    color: #8C8C8C;
  }
  .samsung-header .global-nav li a:hover, .samsung-header .global-nav li a:active {
    color: #000;
  }
}
@media only screen and (max-width: 480px) {
  .samsung-header .global-nav li a {
    font-size: 8px;
    padding: 8px 0 0 0;
  }
}
.samsung-header .util {
  position: absolute;
  top: 14px;
  right: 40px;
}
@media only screen and (max-width: 768px) {
  .samsung-header .util {
    display: none;
  }
}
.samsung-header .util li {
  float: left;
  padding: 0 7px;
  font-size: 9px;
  line-height: 10px;
  border-left: 1px solid #cbcbcb;
}
.samsung-header .util li.first, .samsung-header .util li:first-child {
  border-left: none;
}
.samsung-header .util li a {
  text-decoration: none;
  color: #111;
}
.samsung-header .util li a:hover {
  color: #0c4da2;
  text-decoration: underline;
}

.samsung-footer {
  position: relative;
  font-size: 12px;
  background-color: #000;
}
.samsung-footer .icons-samsung-ico-facebook {
  background-position: 0 -60px;
}
.samsung-footer .icons-samsung-ico-rss-light {
  background-position: 0 -40px;
}
.samsung-footer .icons-samsung-ico-state-pl {
  background-position: 0 -80px;
}
.samsung-footer .icons-samsung-ico-twitter {
  background-position: 0 -20px;
}
.samsung-footer .icons-samsung-ico-youtube {
  background-position: 0 0;
}
.samsung-footer .inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .samsung-footer .inner {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .samsung-footer .inner {
    width: auto;
    padding: 0;
  }
}
.samsung-footer .social {
  padding: 10px 0 0 0;
}
.samsung-footer .social li {
  float: left;
  margin-right: 5px;
}
.samsung-footer .social li a {
  width: 20px;
  height: 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .samsung-footer .social {
    background-color: #333333;
    padding: 11px 15px 8px;
  }
  .samsung-footer .social li {
    display: inline;
  }
  .samsung-footer .social .icons-samsung-ico-twitter {
    margin-right: 0;
  }
  .samsung-footer .social .icons-samsung-ico-rss-light {
    display: none;
  }
  .samsung-footer .social .icons-samsung-ico-youtube,
  .samsung-footer .social .icons-samsung-ico-twitter {
    float: right;
  }
}
.samsung-footer .other-links {
  border-top: 1px solid #303030;
  margin-top: 9px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 15px;
  padding: 2px 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .samsung-footer .other-links {
    border-top: none;
    padding: 8px 0 16px 0;
    background: #000;
    margin: 0;
  }
}
.samsung-footer .other-links ul {
  float: left;
}
@media only screen and (max-width: 768px) {
  .samsung-footer .other-links ul {
    float: none;
  }
}
.samsung-footer .other-links li {
  float: left;
  margin: 5px 7px 4px 0;
  padding-right: 7px;
  border-right: 1px solid #474747;
}
.samsung-footer .other-links li.first, .samsung-footer .other-links li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.samsung-footer .other-links li.last, .samsung-footer .other-links li:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
.samsung-footer .other-links li a {
  color: #fff;
  text-decoration: none;
}
.samsung-footer .other-links li a:visited {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .samsung-footer .other-links li {
    padding: 0 15px;
    margin-right: 0;
    font-size: 14px;
  }
  .samsung-footer .other-links li.first, .samsung-footer .other-links li:first-child {
    padding: 0 15px;
  }
  .samsung-footer .other-links li.last-mobile {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.samsung-footer .other-links .copyright {
  float: right;
  padding: 7px 20px;
  color: #ccc;
}
@media only screen and (max-width: 768px) {
  .samsung-footer .other-links .copyright {
    float: none;
    font-size: 10px;
    margin: 7px 0;
    padding: 0 50px 0 15px;
    line-height: 1.2em;
    color: #666;
  }
}
.samsung-footer .other-links .country {
  display: none;
}
.samsung-footer .other-links .country a {
  display: block;
  width: 30px;
  height: 22px;
}
@media only screen and (max-width: 768px) {
  .samsung-footer .other-links .country {
    display: block;
    position: absolute;
    bottom: 14px;
    right: 14px;
  }
}

.visible-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hidden-mobile {
    display: none;
  }

  .visible-mobile {
    display: block;
  }
}
/*
10px	0.625em	62.5%	8pt
11px	0.688em	68.8%	8pt
12px	0.750em	75.0%	9pt
13px	0.813em	81.3%	10pt
14px	0.875em	87.5%	11pt
15px	0.938em	93.8%	11pt
16px	1.000em	100.0%	12pt
17px	1.063em	106.3%	13pt
18px	1.125em	112.5%	14pt
19px	1.188em	118.8%	14pt
20px	1.250em	125.0%	15pt
21px	1.313em	131.3%	16pt
22px	1.375em	137.5%	17pt
23px	1.438em	143.8%	17pt
24px	1.500em	150.0%	18pt
*/
body, html {
  height: 100%;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  body, html {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  body, html {
    font-size: 12px;
  }
}
@media screen and (max-width: 670px) {
  body, html {
    font-size: 11px;
  }
}

/*-webkit-transform: scale(0.8)*/
.site-wrapper {
  color: #fff;
  width: 100%;
  height: 100%;
  min-height: 624px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  background-color: #28292d;
  font: normal 1em/1em samsungif_rg, arial, sans-serif;
}
@media screen and (max-width: 740px) {
  .site-wrapper {
    min-height: auto;
    height: auto;
  }
}
@media screen and (min-width: 1500px) {
  .site-wrapper {
    min-height: 780px;
  }
}
.site-wrapper b {
  font: normal 14px/16px samsungif_bd, arial, sans-serif;
}
.site-wrapper h1 {
  color: #000;
  font: normal 28px/32px samsungif_bd, arial, sans-serif;
  padding: 10px 0 15px 0;
}
.site-wrapper .page {
  height: 100%;
  display: none;
  position: relative;
}
@media screen and (max-width: 740px) {
  .site-wrapper .page {
    margin-top: 50px;
    min-height: auto;
    height: auto;
  }
}
.site-wrapper a.marker {
  width: 27px;
  height: 27px;
  background: url(../img/marker.png) no-repeat 0 0;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  background-size: contain;
}
@media screen and (max-width: 740px) {
  .site-wrapper a.marker {
    display: none;
  }
}
.site-wrapper a.marker:hover {
  margin-top: -4px;
  margin-left: -4px;
  width: 35px;
  height: 35px;
}
.site-wrapper .tooltip {
  display: none;
  padding: 15px 20px 0 35px;
  position: absolute;
  top: 0;
  z-index: 101;
  left: 0;
  width: 252px;
  height: 146px;
  background: transparent url(../img/tooltip-right.png) no-repeat 0 0;
}
.site-wrapper .tooltip.t-bottom {
  background: transparent url(../img/tooltip-bottom.png) no-repeat 0 0;
}
.site-wrapper .tooltip h3 {
  font: normal 23px/23px samsungif_rg, arial, sans-serif;
  width: 220px;
}
.site-wrapper .tooltip p {
  margin-top: 7px;
  font: normal 13px/15px samsungif_rg, arial, sans-serif;
  width: 200px;
}
.site-wrapper .tooltip a {
  font: normal 15px/15px samsungif_bd, arial, sans-serif;
  color: #fff;
}

.home-samsung {
  position: absolute;
  top: 0;
  right: 20px;
  width: 87px;
  height: 69px;
  background: transparent url(../img/home.png) no-repeat 0 0;
  z-index: 101;
}
@media screen and (max-width: 740px) {
  .home-samsung {
    display: none;
  }
}

.home-local {
  position: absolute;
  top: 0;
  right: 106px;
  width: 87px;
  height: 69px;
  background: transparent url(../img/home-local_hover.png) no-repeat 0 0;
  z-index: 101;
}
.home-local:hover {
  background: transparent url(../img/home-local.png) no-repeat 0 0;
}
@media screen and (max-width: 740px) {
  .home-local {
    display: none;
  }
}

.link-home-mobile, .link-home-local {
  display: none;
}
@media screen and (max-width: 740px) {
  .link-home-mobile, .link-home-local {
    display: block;
  }
}

.page-content {
  overflow: hidden;
  position: absolute;
  left: 113px;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: inset 0px 0px 201px 55px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 201px 55px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 0px 201px 55px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 740px) {
  .page-content {
    left: 0;
    position: relative;
  }
}

.play-anchor {
  color: #fff;
  font: normal 14px/18px samsungif_rg, arial, sans-serif;
  display: block;
  height: 54px;
  text-decoration: none;
  margin-top: 15px;
  text-align: left;
}
.play-anchor div {
  float: left;
  width: 53px;
  height: 54px;
  background: transparent url(../img/kolko-bg.png) no-repeat 0 0px;
}
.play-anchor div img {
  margin-top: 3px;
  margin-left: 2px;
}
.play-anchor span {
  float: left;
  margin: 15px 0 0 15px;
}
@media screen and (max-width: 740px) {
  .play-anchor span {
    width: 200px;
  }
}
@media screen and (max-width: 740px) {
  .play-anchor {
    width: 270px;
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .play-anchor {
    width: 269px;
    padding-top: 19px;
    height: 49px;
  }
}

.play-anchor-l {
  display: block;
  width: 53px;
  height: 54px;
  background: transparent url(../img/kolko-l.png) no-repeat 0 0px;
}

.header-box {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .header-box {
    position: relative;
  }
}
.header-box h2 {
  font: normal 3em/1.2em samsungif_rg, arial, sans-serif;
  color: #fff;
}
.header-box h3 {
  color: #82858e;
  font: normal 1.4em/1.4em samsungif_bd, arial, sans-serif;
}

#home {
  width: 100%;
  /*max-width:1600px;*/
}
#home h3 {
  width: 80%;
  margin: auto;
}
#home .lodowka-1 {
  width: 20%;
  margin-left: 18%;
  margin-top: 10%;
}
@media screen and (max-width: 740px) {
  #home .lodowka-1 {
    width: 80%;
  }
}
#home .content-box {
  position: absolute;
  width: 35%;
  left: 50%;
  top: 27%;
}
@media screen and (max-width: 740px) {
  #home .content-box {
    width: 100%;
    left: 0%;
    text-align: center;
    position: relative;
    margin-top: 30px;
  }
}
#home .content-box h4 {
  font: normal 15px/18px samsungif_bd, arial, sans-serif;
  color: #e9e9e9;
  margin-bottom: 20px;
}
#home .content-box ul {
  font: normal 15px/18px samsungif_rg, arial, sans-serif;
  color: #82858e;
}
@media screen and (max-width: 740px) {
  #home .content-box ul {
    margin: 10px 20px 0 20px;
    width: auto;
  }
}
#home .content-box ul li {
  margin-bottom: 7px;
  color: #fff;
}
#home .content-box p {
  font: normal 14px/18px samsungif_rg, arial, sans-serif;
  color: #82858e;
  margin-top: 10px;
}
@media screen and (max-width: 740px) {
  #home .content-box p {
    margin: 10px 20px 0 20px;
    width: auto;
  }
}

#wideSpace .lodowka-2 {
  width: 100%;
  margin-top: 30px;
}
#wideSpace .anchors-container {
  width: 376px;
  margin: auto;
  margin-top: 1em;
  position: absolute;
  overflow: hidden;
  bottom: 20px;
  right: 0;
  z-index: 100;
}
#wideSpace .anchors-container .play-anchor {
  float: left;
  margin-left: 15px;
  margin-top: 0;
}
@media screen and (max-width: 740px) {
  #wideSpace .anchors-container .play-anchor {
    float: none;
    margin: auto;
  }
  #wideSpace .anchors-container .play-anchor span {
    width: 140px;
  }
}
@media screen and (max-width: 350px) {
  #wideSpace .anchors-container .play-anchor {
    float: none;
    width: 300px;
    margin: auto;
    padding-top: 0;
  }
  #wideSpace .anchors-container .play-anchor span {
    width: 140px;
  }
}
@media screen and (max-width: 350px) {
  #wideSpace .anchors-container {
    margin-left: 25px;
  }
}
@media screen and (max-width: 740px) {
  #wideSpace .anchors-container {
    position: relative;
  }
}
#wideSpace .header-box {
  position: relative;
}
#wideSpace .header-box p {
  font: normal 14px/18px samsungif_rg, arial, sans-serif;
  color: #82858e;
  width: 70%;
  margin: 20px auto 0 auto;
  color: #fff;
}
@media screen and (min-width: 1500px) {
  #wideSpace .header-box p {
    width: 40%;
  }
}
#wideSpace .header-box .play-anchor {
  width: 304px;
  margin: 1em auto 0 auto;
}
#wideSpace .lodowka-wide {
  position: relative;
  width: 60%;
  margin: auto;
  display: none;
  top: 20px;
}
@media screen and (max-width: 740px) {
  #wideSpace .lodowka-wide {
    display: block;
    margin-bottom: 40px;
  }
}
#wideSpace .lodowka-wide .width-counter {
  position: absolute;
  top: 3%;
  left: 49%;
  display: none;
  font: normal 14px/14px samsungif_bd, arial, sans-serif;
}
#wideSpace .lodowka-wide .height-counter {
  position: absolute;
  top: 8%;
  left: -4%;
  display: none;
  font: normal 14px/14px samsungif_bd, arial, sans-serif;
}
#wideSpace .lodowka-wide .miarka {
  position: absolute;
  top: 6%;
  height: 33px;
  min-width: 25px;
  display: none;
  left: 50%;
  right: 50%;
}
#wideSpace .lodowka-wide .miarka .miarka-arrow {
  top: 11px;
  display: none;
  position: absolute;
  width: 10px;
  height: 9px;
}
#wideSpace .lodowka-wide .miarka .miarka-line {
  border: 1px solid #a8aec1;
  position: absolute;
  background: #fff;
  left: 10px;
  right: 10px;
  top: 15px;
}
#wideSpace .lodowka-wide .miarka.miarka-right .miarka-line {
  left: 0px;
}
#wideSpace .lodowka-wide .miarka.miarka-right .miarka-arrow {
  right: 0;
  background: url(../img/miarka-arrow-right.png) no-repeat 0 0;
}
#wideSpace .lodowka-wide .miarka.miarka-left .miarka-line {
  right: 0;
}
#wideSpace .lodowka-wide .miarka.miarka-left .miarka-arrow {
  left: 0;
  right: 11px;
  background: url(../img/miarka-arrow-left.png) no-repeat 0 0;
}
#wideSpace .lodowka-wide .miarka.miarka-door-right {
  transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  /* IE 9 */
  -webkit-transform: rotate(-11deg);
  top: 4%;
  left: 75%;
}
#wideSpace .lodowka-wide .miarka.miarka-door-right .miarka-line {
  left: 10px;
}
#wideSpace .lodowka-wide .miarka.miarka-door-right .miarka-arrow-l {
  right: 0;
  background: url(../img/miarka-arrow-right.png) no-repeat 0 0;
}
#wideSpace .lodowka-wide .miarka.miarka-door-right .miarka-arrow-r {
  left: 0;
  background: url(../img/miarka-arrow-left.png) no-repeat 0 0;
}
#wideSpace .lodowka-wide .miarka.miarka-door-right span {
  position: absolute;
  font: normal 15px/14px samsungif_bd, arial, sans-serif;
  left: 30%;
  top: -10px;
}
#wideSpace .lodowka-wide .miarka.miarka-door-left {
  transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  /* IE 9 */
  -webkit-transform: rotate(11deg);
  top: 4%;
  left: 0;
}
#wideSpace .lodowka-wide .miarka.miarka-door-left .miarka-line {
  left: 10px;
}
#wideSpace .lodowka-wide .miarka.miarka-door-left .miarka-arrow-l {
  right: 0;
  background: url(../img/miarka-arrow-right.png) no-repeat 0 0;
}
#wideSpace .lodowka-wide .miarka.miarka-door-left .miarka-arrow-r {
  left: 0;
  background: url(../img/miarka-arrow-left.png) no-repeat 0 0;
}
#wideSpace .lodowka-wide .miarka.miarka-door-left span {
  position: absolute;
  font: normal 15px/14px samsungif_bd, arial, sans-serif;
  left: 30%;
  top: -10px;
}
#wideSpace .lodowka-wide .miarka .miarka-point {
  background: url(../img/miarka2.png) no-repeat 0 0;
  position: absolute;
  width: 22px;
  height: 22px;
  bottom: -5px;
  left: 5px;
  display: none;
}

#uniqueDesign {
  width: 100%;
  /*max-width:1600px;*/
}
#uniqueDesign .big-image {
  /*max-width:1053px;*/
  width: 35%;
  margin-left: 10%;
  margin-top: 4%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  #uniqueDesign .big-image {
    margin-top: 4%;
  }
}
@media screen and (max-width: 740px) {
  #uniqueDesign .big-image {
    width: 80%;
    display: block;
    margin: 50px auto 0 auto;
    height: 400px;
  }
}
#uniqueDesign .big-image .b-im {
  overflow: hidden;
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#uniqueDesign .big-image .b-im.hg-60 {
  width: 60%;
  left: 20%;
}
#uniqueDesign .big-image .b-im.hg-80 {
  width: 80%;
  left: 10%;
}
#uniqueDesign .big-image .b-im img {
  width: 100%;
}
#uniqueDesign .big-image .b-im span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}
#uniqueDesign .big-image .kliknij-powiekszyc {
  width: 188px;
  height: 45px;
  background: url(../img/kliknij-powiekszyc.png) no-repeat 0 0;
  position: absolute;
  z-index: 1000;
  left: 35%;
  top: 500px;
}
#uniqueDesign .content-box {
  position: absolute;
  width: 40%;
  left: 50%;
  top: 25px;
}
@media screen and (max-width: 1500px) {
  #uniqueDesign .content-box {
    top: 0px;
  }
}
@media screen and (max-width: 740px) {
  #uniqueDesign .content-box {
    width: 100%;
    left: 0%;
    top: 0;
    text-align: center;
    position: relative;
  }
}
#uniqueDesign .content-box h4 {
  font: normal 14px/18px samsungif_bd, arial, sans-serif;
  color: #e9e9e9;
}
#uniqueDesign .content-box p {
  font: normal 14px/18px samsungif_rg, arial, sans-serif;
  color: #fff;
  margin-top: 10px;
  width: 90%;
  min-width: 200px;
}
@media screen and (max-width: 740px) {
  #uniqueDesign .content-box p {
    width: auto;
    margin: 20px;
  }
}
#uniqueDesign .content-box .header-box {
  position: relative;
  width: auto;
  text-align: left;
  margin-bottom: 4em;
}
@media screen and (max-width: 740px) {
  #uniqueDesign .content-box .header-box {
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  #uniqueDesign .content-box .header-box h2 {
    font-size: 25px;
  }
}
#uniqueDesign .content-box h3 {
  margin-top: 1em;
  font: normal 22px/22px samsungif_rg, arial, sans-serif;
}
#uniqueDesign .content-box .gallery-anchor {
  margin-top: 1em;
  display: block;
}
@media screen and (max-width: 740px) {
  #uniqueDesign .content-box .gallery-anchor {
    margin-left: 20px;
  }
}
#uniqueDesign .content-box .gallery-anchor a {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 16%;
  display: block;
  float: left;
}
#uniqueDesign .content-box .gallery-anchor a img {
  width: 100%;
}
#uniqueDesign .content-box .play-anchor {
  clear: both;
}

#drawer .szuflada1 {
  opacity: 0;
}
#drawer .szuflada2 {
  position: absolute;
  left: 0;
  opacity: 0;
}
#drawer .szuflada2.animated {
  top: 0 !important;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s linear;
  -ms-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s ease-in;
}
#drawer #chrome {
  position: relative;
  width: 68%;
  margin: auto;
}
#drawer .marker {
  display: none;
}
#drawer .header-box {
  position: relative;
  text-align: left;
  padding: 20px;
  top: auto;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  #drawer .header-box {
    padding-top: 50px;
  }
}
#drawer .header-box h2 {
  line-height: 1em;
  font-size: 2.5em;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  #drawer .header-box h2 {
    font-size: 1.8em;
  }
}
#drawer .header-box p {
  float: left;
  margin-top: 10px;
  line-height: 1.2em;
  font-size: 14px;
}
#drawer .header-box .header-box-div {
  width: 60%;
}
@media screen and (max-width: 740px) {
  #drawer .header-box .header-box-div {
    width: 95%;
  }
}
#drawer .play-anchor {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 1300px) {
  #drawer .play-anchor {
    position: relative;
    top: auto;
    right: auto;
    clear: both;
    margin-top: 30px;
    margin-left: 20px;
    float: left;
  }
}

#models .header-box {
  position: relative;
  margin-top: 15px;
  top: auto;
}
#models .disclaimer {
  font-size: 11px;
  margin: 50px auto 0 auto;
  width: 80%;
  color: #82858e;
}
#models .models-left {
  width: 56px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 30%;
  background: url(../img/arrow-sprite.png) no-repeat 0 0;
  z-index: 120;
  cursor: pointer;
}
#models .models-left.active {
  background-position: 0 -100px;
}
@media screen and (max-width: 740px) {
  #models .models-left {
    display: none;
  }
}
#models .models-right {
  width: 56px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 30%;
  background: url(../img/arrow-sprite.png) no-repeat -48px 0;
  z-index: 120;
  cursor: pointer;
}
#models .models-right.active {
  background-position: -25px -100px;
}
@media screen and (max-width: 740px) {
  #models .models-right {
    display: none;
  }
}
#models .models-slider {
  z-index: 1000;
  width: 150px;
  margin: 0px auto 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 740px) {
  #models .models-slider {
    display: none;
  }
}
#models .models-slider li {
  float: left;
  width: 25px;
  height: 15px;
  background: url(../img/slider-sprite.png) no-repeat;
  background-position: center -50px;
  cursor: pointer;
}
#models .models-slider li.active {
  background-position: center 0;
}
#models .models-list {
  position: relative;
  display: block;
  width: 67%;
  overflow: hidden;
  margin: 0px auto 0 auto;
}
@media screen and (max-width: 740px) {
  #models .models-list {
    width: 100%;
  }
}
#models .models-list .model-button {
  display: block;
  width: 162px;
  height: 36px;
  bottom: 7%;
  left: 50%;
  position: relative;
  margin-left: -65px;
  background: url(../img/button-zobacz-model.png) no-repeat;
}
#models .models-list .model {
  padding-top: 18px;
  display: none;
}
@media screen and (max-width: 740px) {
  #models .models-list .model {
    display: block;
  }
}
#models .models-list .model h4 {
  font: normal 14px/14px samsungif_bd, arial, sans-serif;
  margin-top: 15px;
  text-transform: uppercase;
}
#models .models-list .model .img-container {
  width: 50%;
  position: relative;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 740px) {
  #models .models-list .model .img-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
#models .models-list .model img {
  float: left;
  width: 100%;
}
@media screen and (max-width: 740px) {
  #models .models-list .model img {
    width: 100%;
  }
}
#models .models-list .model .model-description {
  width: 40%;
  float: left;
}
@media screen and (max-width: 740px) {
  #models .models-list .model .model-description {
    width: 90%;
    text-align: center;
    float: none;
    margin: auto;
  }
}
#models .models-list .model .model-description h3 {
  text-transform: uppercase;
  font: normal 36px/36px samsungif_rg, arial, sans-serif;
}
#models .models-list .model .model-description .model-features {
  margin-top: 15px;
  margin-bottom: 25px;
}
#models .models-list .model .model-description .model-features li {
  background: url(../img/arrow.png) no-repeat 0 5px;
  padding-left: 15px;
  margin-bottom: 6px;
  font: normal 16px/17px samsungif_rg, arial, sans-serif;
}
#models .models-list .model .model-description .model-features li a {
  text-decoration: none;
  color: #fff;
}
#models .models-list .model .model-description .model-features li a:hover {
  color: #646566;
}

.kolka .header-box {
  position: relative;
  margin-top: 30px;
}
.kolka .play-anchor {
  width: 320px;
  margin: auto;
  clear: both;
  position: absolute;
  bottom: 40px;
  left: 36%;
}
@media screen and (max-width: 740px) {
  .kolka .play-anchor {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 20px;
  }
}
.kolka .columns {
  margin-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .kolka .columns {
    margin-top: 60px;
  }
}
.kolka .columns .column {
  -webkit-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  transition: margin 0.5s;
  margin-top: 8em;
  text-align: center;
  width: 25%;
  padding: 0 3% 0 3%;
  float: left;
}
.kolka .columns .column.hover {
  margin-top: 0em;
  -webkit-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  transition: margin 0.5s;
}
@media screen and (max-width: 740px) {
  .kolka .columns .column {
    width: 100%;
    margin: auto;
    padding-top: 2em !important;
  }
}
.kolka .columns .column .image-container {
  width: 65%;
  position: relative;
  margin: auto;
}
.kolka .columns .column .image-container img {
  left: 0;
  width: 100%;
  min-width: 208px;
}
@media screen and (max-width: 740px) {
  .kolka .columns .column .image-container img {
    width: auto;
    max-width: 224px;
  }
}
.kolka .columns .column .image-container img.second {
  position: absolute;
  top: 0;
  opacity: 0;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media screen and (max-width: 740px) {
  .kolka .columns .column .image-container img.second {
    display: none;
  }
}
.kolka .columns .column h1 {
  font: normal 3em/1.2em samsungif_rg, arial, sans-serif;
  color: #fff;
}
@media screen and (max-width: 1450px) {
  .kolka .columns .column h1 {
    font-size: 2em;
  }
}
.kolka .columns .column h2 {
  font: normal 1.4em/1.5em samsungif_bd, arial, sans-serif;
  color: #82858e;
}
.kolka .columns .column p {
  margin: 15px 15px;
  width: auto;
  text-align: left;
  font: normal 14px/17px samsungif_rg, arial, sans-serif;
  text-align: center;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media screen and (min-width: 960px) {
  .kolka .columns .column p {
    opacity: 0;
  }
}
.kolka .columns .column.hover {
  padding-top: 0;
}
.kolka .columns .column.hover p {
  opacity: 1;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.kolka .columns .column.hover .image-container .second {
  opacity: 1;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

#sterowanie {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 100000;
  right: 20px;
  padding-top: 60px;
  background-color: #27282c;
  box-shadow: inset 0px 0px 201px 55px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 201px 55px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 0px 201px 55px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 740px) {
  #sterowanie {
    position: relative;
    z-index: 100;
  }
}
#sterowanie .left-column {
  width: 42%;
  float: left;
  margin-left: 5%;
  margin-right: 2%;
}
#sterowanie .left-column h2 {
  font: normal 24px/30px samsungif_rg, arial, sans-serif;
  color: #fff;
}
#sterowanie .left-column p {
  margin-top: 20px;
  font: normal 14px/16px samsungif_rg, arial, sans-serif;
  color: #a3a3a3;
}
#sterowanie .left-column .regulacja-temperatury {
  margin-top: 30px;
  position: relative;
  width: 70%;
}
#sterowanie .left-column .regulacja-temperatury img {
  width: 100%;
}
#sterowanie .left-column .regulacja-temperatury div {
  position: absolute;
  top: 58%;
  right: -40px;
  font: normal 14px/16px samsungif_bd, arial, sans-serif;
  color: #a3a3a3;
}
#sterowanie .right-column {
  width: 49%;
  float: left;
}
#sterowanie .right-column .r-header {
  height: 36px;
  float: left;
  background-color: #3e3f42;
  text-align: center;
  color: #a3a3a3;
  font: normal 20px/36px samsungif_rg, arial, sans-serif;
}
#sterowanie .right-column .zywnosc-header {
  width: 60%;
  margin-right: 5%;
}
#sterowanie .right-column .temperatura-header {
  width: 35%;
}
#sterowanie .right-column .item {
  margin-top: 10px;
  float: left;
  width: 100%;
}
#sterowanie .right-column .item img {
  float: left;
  width: 70px;
}
#sterowanie .right-column .item .name {
  margin-left: 13px;
  float: left;
  width: 220px;
  font: normal 20px/36px samsungif_rg, arial, sans-serif;
  color: #a3a3a3;
}
#sterowanie .right-column .item .temperature {
  float: right;
  width: 50px;
  color: #a3a3a3;
  font: normal 20px/36px samsungif_rg, arial, sans-serif;
}
#sterowanie .right-column .item p {
  float: left;
  clear: both;
  font: normal 13px/15px samsungif_rg, arial, sans-serif;
  color: #a3a3a3;
  margin-top: 10px;
}
#sterowanie .sterowanie-footer {
  height: 65px;
  padding-top: 20px;
  background-color: #000;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #fff;
  font: normal 36px/40px samsungif_rg, arial, sans-serif;
}

#gallery {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  right: 0;
  background-color: #000;
}
@media screen and (max-width: 740px) {
  #gallery {
    position: relative;
    z-index: 100;
  }
}
#gallery #full {
  position: relative;
  margin: auto;
  height: 80%;
  width: 100%;
  overflow: hidden;
  cursor: crosshair;
}
@media screen and (max-width: 740px) {
  #gallery #full {
    display: none;
  }
}
#gallery #full img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#gallery #full img.active {
  display: block;
}
#gallery .thumbs {
  position: relative;
  height: 20%;
  overflow: hidden;
  width: 100%;
}
#gallery .thumbs .thumb {
  cursor: pointer;
  margin-top: 10px;
  float: left;
  margin-right: 1%;
  width: 15.5%;
  overflow: hidden;
  height: 80%;
}
@media screen and (max-width: 740px) {
  #gallery .thumbs .thumb {
    width: 100%;
    height: auto;
    margin: 0;
    cursor: default;
  }
}
#gallery .thumbs .thumb img {
  width: 100%;
}

.close-button {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 63px;
  height: 90px;
  z-index: 10;
  background: url(../img/close-button.png) no-repeat;
}
@media screen and (max-width: 740px) {
  .close-button {
    display: none;
  }
}

.nav-button {
  display: none;
  cursor: pointer;
  z-index: 1001;
  background: url(../img/nav-button.png) no-repeat;
  background-size: contain;
  width: 87px;
  height: 69px;
  position: absolute;
  right: 20px;
  top: 0;
}
@media screen and (max-width: 740px) {
  .nav-button {
    display: block;
  }
}
@media screen and (max-width: 390px) {
  .nav-button {
    width: 62px;
    height: 49px;
  }
}

.doors {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
  overflow: hidden;
  min-height: 500px;
  background-color: #28292d;
}
.doors .door {
  width: 50%;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 100;
}
.doors .door img {
  width: 100%;
  opacity: 0;
}
.doors .door-l {
  left: 0;
}
.doors .door-r {
  right: 0;
}
@media screen and (max-width: 740px) {
  .doors {
    display: none;
  }
}

.doors-h {
  z-index: 100000;
  opacity: 1;
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.doors-h:hover {
  opacity: 0;
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  transition: all 3s ease-out;
}

.nav {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 113px;
  background: #28292d url(../img/menu.jpg);
  font: normal 15px/16px samsungif_bd, arial, sans-serif;
  background-color: #f0f0f0;
  box-shadow: inset 0px 0px 79px 5px rgba(0, 0, 0, 0.71);
  -moz-box-shadow: inset 0px 0px 79px 5px rgba(0, 0, 0, 0.71);
  -webkit-box-shadow: inset 0px 0px 79px 5px rgba(0, 0, 0, 0.71);
}
@media screen and (max-width: 740px) {
  .nav {
    display: none;
    width: 100%;
    bottom: auto;
  }
}
.nav ul {
  width: 100%;
}
.nav ul li {
  position: relative;
}
.nav ul li .video-run {
  position: absolute;
  width: 30px;
  height: 98px;
  top: 2px;
  right: -30px;
  background: url(../img/video-run.png) no-repeat right 0;
  cursor: pointer;
}
.nav ul li .video-run.active {
  width: 95px;
  right: -95px;
}
.nav ul li a {
  overflow: hidden;
  border-bottom: 1px solid #080909;
  text-align: center;
  height: 103px;
  width: 100%;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 740px) {
  .nav ul li a {
    height: 70px;
  }
}
.nav ul li a.active span, .nav ul li a:hover span {
  color: #949aac;
}
.nav ul li a.active .menu-icon.icon-0, .nav ul li a:hover .menu-icon.icon-0 {
  background-position: -130px -786px;
}
.nav ul li a.active .menu-icon.icon-1, .nav ul li a:hover .menu-icon.icon-1 {
  background-position: -136px 10px;
}
.nav ul li a.active .menu-icon.icon-2, .nav ul li a:hover .menu-icon.icon-2 {
  background-position: -130px -92px;
}
.nav ul li a.active .menu-icon.icon-3, .nav ul li a:hover .menu-icon.icon-3 {
  background-position: -136px -289px;
}
.nav ul li a.active .menu-icon.icon-4, .nav ul li a:hover .menu-icon.icon-4 {
  background-position: -130px -477px;
}
.nav ul li a.active .menu-icon.icon-5, .nav ul li a:hover .menu-icon.icon-5 {
  background-position: -130px -189px;
}
.nav ul li a.active .menu-icon.icon-6, .nav ul li a:hover .menu-icon.icon-6 {
  background-position: -139px -371px;
}
.nav ul li a.active .menu-icon.icon-7, .nav ul li a:hover .menu-icon.icon-7 {
  background-position: 0px 0px;
}
.nav ul li a .menu-icon {
  background: transparent url(../img/sprite.png) no-repeat;
  margin: 6px auto 0 auto;
  width: 62px;
  height: 55px;
}
@media screen and (max-width: 740px) {
  .nav ul li a .menu-icon {
    float: left;
    margin-left: 20px;
  }
}
.nav ul li a .menu-icon.icon-0 {
  background-position: 9px -786px;
}
.nav ul li a .menu-icon.icon-1 {
  background-position: 2px 10px;
}
.nav ul li a .menu-icon.icon-2 {
  background-position: 9px -92px;
}
.nav ul li a .menu-icon.icon-3 {
  background-position: 4px -289px;
}
.nav ul li a .menu-icon.icon-4 {
  background-position: 10px -477px;
}
.nav ul li a .menu-icon.icon-5 {
  background-position: 10px -189px;
}
.nav ul li a .menu-icon.icon-6 {
  background-position: 0px -371px;
}
.nav ul li a .menu-icon.icon-7 {
  background-position: 0px 0px;
}
.nav ul li a span {
  font: normal 13px/16px samsungif_bd, arial, sans-serif;
  color: #646566;
}
@media screen and (max-width: 740px) {
  .nav ul li a span {
    float: left;
    display: block;
    margin-left: 20px;
    margin-top: 20px;
    font: normal 26px/35px samsungif_rg, arial, sans-serif;
  }
}
@media screen and (max-width: 500px) {
  .nav ul li a span {
    font: normal 20px/35px samsungif_rg, arial, sans-serif;
  }
}
@media screen and (max-width: 390px) {
  .nav ul li a span {
    font: normal 16px/35px samsungif_bd, arial, sans-serif;
  }
}
.nav ul li.active a {
  color: #fff;
}

.popup_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100005;
  display: none;
}

.popup_overlay {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100006;
}

.popup_content {
  height: 575px;
  width: 980px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  z-index: 100007;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: white url(../img/page.jpg) no-repeat center center;
  -webkit-box-shadow: 0 0 18px rgba(142, 142, 142, 0.26);
  -moz-box-shadow: 0 0 18px rgba(142, 142, 142, 0.26);
  box-shadow: 0 0 18px rgba(142, 142, 142, 0.26);
}

.popup_close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -15px;
  right: 15px;
  background: url(../img/popup-close.png) no-repeat;
  z-index: 108;
}

.popup_hand_left {
  position: absolute;
  background: url(../img/hand-left.png) no-repeat;
  width: 701px;
  height: 317px;
  right: 866px;
  top: 200px;
}

.popup_wrapper iframe {
  width: 950px;
  height: 510px;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}

@media screen and (max-width: 1000px) {
  .popup_wrapper {
    position: relative;
    left: auto;
    top: auto;
    height: 100%;
    padding: 50px 0 30px 0;
    width: auto;
    background: #fff;
  }

  .popup_content {
    width: auto;
    height: 100%;
    position: relative;
    background: #fff;
    margin: 0 10px 20px 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .popup_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
  }
}
