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, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'gothic';
  src: url("../fonts/gothic.eot");
  src: url("../fonts/gothic.eot?#iefix") format("embedded-opentype"), url("../fonts/gothic.woff") format("woff"), url("../fonts/gothic.ttf") format("truetype"), url("../fonts/gothic.svg#gothic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothicb';
  src: url("../fonts/gothicb.eot");
  src: url("../fonts/gothicb.eot?#iefix") format("embedded-opentype"), url("../fonts/gothicb.woff") format("woff"), url("../fonts/gothicb.ttf") format("truetype"), url("../fonts/gothicb.svg#gothicb") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'anastasia';
  src: url("../fonts/anastasia.eot");
  src: url("../fonts/anastasia.eot?#iefix") format("embedded-opentype"), url("../fonts/anastasia.woff") format("woff"), url("../fonts/anastasia.ttf") format("truetype"), url("../fonts/anastasia.svg#anastasia") format("svg");
  font-weight: normal;
  font-style: normal;
}
.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.summer-shopwindow .gallery:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: gothic, arial;
}

.ol {
  outline: 1px solid red;
}

.dn {
  display: none !important;
}

.summer {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.summer-shopwindow {
  position: relative;
  margin: 100px auto;
  z-index: 10;
  width: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.summer-shopwindow .gallery {
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.summer-shopwindow .gallery-image {
  display: none;
  vertical-align: top;
  text-align: center;
  width: 48%;
}
.summer-shopwindow .gallery-image-item {
  display: none;
  position: relative;
  width: 100%;
  max-width: 600px;
}
.summer-shopwindow .gallery-image-item.visible {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .summer-shopwindow .gallery-image-item {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-shopwindow .gallery-image-item {
    width: 90%;
  }
}
.summer-shopwindow .gallery-image.visible {
  display: inline-block;
}
.summer-shopwindow .gallery-aside {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 51%;
  padding-left: 5%;
}
.summer-shopwindow .gallery-aside-switcher {
  display: inline-block;
  position: relative;
  background: #ecedee;
  height: 40px;
  overflow: hidden;
  margin-bottom: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.summer-shopwindow .gallery-aside-switcher[data-sex="2"]:before {
  left: 162px;
}
@media only screen and (max-width: 1024px) {
  .summer-shopwindow .gallery-aside-switcher[data-sex="2"]:before {
    left: 122px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-shopwindow .gallery-aside-switcher[data-sex="2"]:before {
    left: 142px;
  }
}
.summer-shopwindow .gallery-aside-switcher[data-sex="3"]:before {
  left: 322px;
}
@media only screen and (max-width: 1024px) {
  .summer-shopwindow .gallery-aside-switcher[data-sex="3"]:before {
    left: 242px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-shopwindow .gallery-aside-switcher[data-sex="3"]:before {
    left: 282px;
  }
}
.summer-shopwindow .gallery-aside-switcher:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 156px;
  height: 36px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .summer-shopwindow .gallery-aside-switcher:before {
    width: 116px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-shopwindow .gallery-aside-switcher:before {
    width: 136px;
  }
}
.summer-shopwindow .gallery-aside-switcher .item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 160px;
  font: normal 16px/40px gothic, arial;
  color: #4e4b48;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .summer-shopwindow .gallery-aside-switcher .item {
    width: 120px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-shopwindow .gallery-aside-switcher .item {
    width: 140px;
  }
}
.summer-shopwindow .gallery-aside-textblock {
  display: none;
}
.summer-shopwindow .gallery-aside-textblock.visible {
  display: block;
}
.summer-shopwindow .gallery-aside-legend {
  display: none;
}
.summer-shopwindow .gallery-aside-legend.visible {
  display: block;
}
.summer-shopwindow .gallery-aside-title {
  display: block;
  width: 60%;
  font: normal 50px/50px gothic, arial;
  color: #4e4b48;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1024px) {
  .summer-shopwindow .gallery-aside-title {
    width: 90%;
    font: normal 36px/36px gothic, arial;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-shopwindow .gallery-aside-title {
    width: 80%;
    font: normal 40px/40px gothic, arial;
    margin: 0 0 20px 0;
  }
}
.summer-shopwindow .gallery-aside-price {
  display: block;
  width: 60%;
  font: normal 40px/40px gothicb, arial;
  color: #e85252;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 1024px) {
  .summer-shopwindow .gallery-aside-price {
    width: 90%;
    font: normal 28px/28px gothicb, arial;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-shopwindow .gallery-aside-price {
    width: 80%;
    font: normal 36px/36px gothicb, arial;
    margin: 0 0 30px 0;
  }
}
.summer-shopwindow .gallery-aside-text {
  display: block;
  width: 90%;
  min-height: 240px;
  font: normal 16px/20px gothic, arial;
  color: #4e4b48;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 1024px) {
  .summer-shopwindow .gallery-aside-text {
    min-height: 160px;
    font: normal 13px/17px gothic, arial;
    color: #4e4b48;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-shopwindow .gallery-aside-text {
    min-height: 180px;
    font: normal 14px/18px gothic, arial;
    color: #4e4b48;
    margin: 0 0 30px 0;
  }
}
.summer-shopwindow .gallery-aside-colors {
  display: none;
  border-top: #c3c2c2 2px solid;
  border-bottom: #c3c2c2 2px solid;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .summer-shopwindow .gallery-aside-colors {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-shopwindow .gallery-aside-colors {
    padding-bottom: 28px;
  }
}
.summer-shopwindow .gallery-aside-colors.visible {
  display: block;
}
.summer-shopwindow .gallery-aside-colors .item {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  margin-bottom: 25px;
  width: 120px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .summer-shopwindow .gallery-aside-colors .item {
    width: 80px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-shopwindow .gallery-aside-colors .item {
    width: 100px;
  }
}
.summer-shopwindow .gallery-aside-colors .item img {
  display: block;
  width: 100%;
}
.summer-shopwindow .gallery-aside-colors .item:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 100%;
  border-top: #fff 4px solid;
  border-right: #fff 4px solid;
  border-left: 0px solid transparent;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .summer-shopwindow .gallery-aside-colors .item:before {
    bottom: -10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-shopwindow .gallery-aside-colors .item:before {
    bottom: -10px;
  }
}
.summer-shopwindow .gallery-aside-colors .item.visible:before, .summer-shopwindow .gallery-aside-colors .item:hover:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border-top: #212020 4px solid;
  border-right: #fff 4px solid;
  border-left: 0px solid transparent;
}
.summer-shopwindow .gallery-aside-buybtn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 50px;
  margin: 40px 0 30px 0;
  cursor: pointer;
  background: #e85252;
  font: normal 20px/46px gothicb, arial;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .summer-shopwindow .gallery-aside-buybtn {
    width: 150px;
    height: 40px;
    padding: 0 10px;
    font: normal 15px/36px gothicb, arial;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-shopwindow .gallery-aside-buybtn {
    width: 160px;
    height: 40px;
    padding: 0 10px;
    font: normal 16px/36px gothicb, arial;
  }
}
.summer-shopwindow .gallery-aside-more {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 50px;
  margin: 40px 0 30px 60px;
  cursor: pointer;
  border: 2px solid #e85252;
  font: normal 20px/46px gothicb, arial;
  color: #e85252;
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .summer-shopwindow .gallery-aside-more {
    width: 150px;
    height: 40px;
    padding: 0 10px;
    font: normal 15px/36px gothic, arial;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-shopwindow .gallery-aside-more {
    width: 160px;
    height: 40px;
    padding: 0 10px;
    font: normal 16px/36px gothicb, arial;
  }
}
.summer .block {
  position: relative;
  z-index: 1;
  line-height: 0;
  font-size: 0;
  margin: 0 0 20px 0;
  width: 100%;
}
.summer .block-bg {
  display: block;
  width: 100%;
}
.summer .block.final {
  margin-bottom: 0;
  -moz-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.summer .textblock {
  position: relative;
  display: table;
  font-size: 0;
  line-height: 0;
  width: 70%;
  margin: 100px auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer .textblock {
    width: 80%;
  }
}
.summer .textblock .left {
  display: inline-block;
  width: 35%;
  padding-right: 30px;
  font: normal 40px/35px gothic, arial;
  color: #212020;
  text-transform: uppercase;
  text-align: right;
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer .textblock .left {
    font: normal 40px/35px gothic, arial;
  }
}
.summer .textblock .right {
  display: inline-block;
  width: 65%;
  padding-left: 30px;
  font: normal 24px/34px gothic, arial;
  color: #212020;
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
  border-left: 2px solid #212020;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer .textblock .right {
    font: normal 22px/30px gothic, arial;
  }
}
.summer-movie {
  position: relative;
  display: block;
  width: 100%;
  background: #000;
  text-align: center;
}
.summer-movie-plug {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(../img/sportMay/videoPlug.jpg) no-repeat 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.summer-movie .no-video {
  position: relative;
  display: block;
  vertical-align: middle;
  background: #000;
  text-align: center;
  font: normal 36px/40px gothicb, arial;
  color: #8fb0b5;
  text-transform: uppercase;
  min-height: 700px;
}
@media only screen and (max-width: 1024px) {
  .summer-movie .no-video {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .summer-movie .no-video {
    min-height: 550px;
  }
}
.summer-movie .no-video a {
  text-decoration: underline;
}
.summer-movie-item {
  display: inline-block;
  width: 100%;
  height: 100%;
}
