*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
button:focus {
  outline: 0;
}
html,
body {
  width: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font: 100% sans-serif;
  box-sizing: border-box;
  height: 100%;
}
body {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: scroll;
  text-align: start;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
blockquote,
body,
caption,
div,
dl,
dt,
dd,
form,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
ul,
ol,
p,
pre,
textarea,
table,
td,
th,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img {
  border-style: none;
}
a,
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  border: 0;
  max-width: 100%;
  height: auto;
}
html,
body {
  min-height: 100%;
  background-color: #FCFCFC;
}
body {
  display: flex;
  flex-direction: column;
  min-width: 360px;
}
.header {
  border-bottom: 1px solid #e2dfda;
  position: sticky;
  top: 0px;
  z-index: 100;
  background-color: #fff;
}
.header__container {
  min-height: 60px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .header__container {
    min-height: 72px;
  }
}
.header-line {
  background-color: #173261;
  color: #fff;
  min-height: 48px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .header-line {
    display: flex;
    align-items: center;
  }
}
.footer {
  margin-top: auto;
}
.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 640px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 0 60px;
  }
}
.breadcrumbs {
  /*background-color: #fafafa;
  border-bottom: 1px solid #e2dfda;*/
  font-size: 12px;
  text-transform: uppercase;
}
.breadcrumbs__container {
  min-height: 48px;
  display: flex;
  align-items: center;
}
.product__info .wrapper {
  background-color: rgba(17, 36, 76, 0.05);
}
@media screen and (min-width: 840px) {
  .product__description .wrapper {
    border: 1px solid rgba(17, 36, 76, 0.05);
  }
}
@media screen and (min-width: 1200px) {
  .product__description .wrapper {
    border-top-width: 0;
  }
}
.product__prevnext {
  padding-top: 20px;
}
.product .wrapper_product-mobile {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 839px) {
  .product__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 640px) {
  .product .wrapper_product-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 840px) {
  .product .wrapper_product-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product__container {
    display: grid;
    grid-template-columns: 1fr 360px;
    column-gap: 20px;
  }
  .product__description {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-top: 20px;
  }
  .product__prevnext {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (min-width: 1024px) {
  .product__container {
    grid-template-columns: 1fr 400px;
  }
}
@media screen and (min-width: 1200px) {
  .product__container {
    grid-template-columns: 1fr 440px;
    column-gap: 40px;
  }
  .product__images {
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .product__description {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    padding-top: 0px;
  }
  .product__prevnext {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
@media screen and (min-width: 1600px) {
  .product__container {
    grid-template-columns: 1fr 520px;
    column-gap: 48px;
  }
}
