@charset "UTF-8";
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;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

h2 {
  font-weight: 400;

}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

:root {
  --background-color: white;
  --border-color: #d9d9d9;
  --text-color: #0E0E0E;
  --text-color-light: #565656;
  --button-background-color: #1054EB;
  --button-text-color: #ffffff;
}

body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  color: var(--text-color);
  line-height: 1.333;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font-family: 'IBM Plex Sans', sans-serif;
}

a {
  text-decoration: none;
}

.out {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background: var(--background-color);
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  padding-top: 171px;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.center {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
}

.bold {
  font-weight: 700;
}

.logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-color);
  transition: opacity .2s;
}

.logo:hover {
  opacity: .7;
}

.logo__preview {
  margin-right: 15px;
}

.logo__pic {
  display: block;
}

.logo__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.2px;
}

.logo_by .logo__preview {
  margin-right: 12px;
}

.logo_by .logo__title {
  font-size: 18px;
  font-weight: 400;
}

.logo_by .logo__title span {
  font-weight: 700;
}

.btn {
  display: inline-block;
  padding: 20px 35px;
  background: var(--button-background-color);
  border-radius: 4px;
  font-size: 28px;
  font-weight: 700;
  color: var(--button-text-color);
  letter-spacing: -0.28px;
  text-align: center;
  transition: transform .2s;
}

.btn:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.nav__list {
  display: -ms-flexbox;
  display: flex;
}

.nav__item {
  display: -ms-flexbox;
  display: flex;
  height: 81px;
  margin: 0 20px;
  padding-top: 3px;
  border-bottom: 3px solid transparent;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  transition: border-color .2s;
}

.nav__item:hover {
  border-color: var(--text-color);
}

.nav__item_tablet {
  display: none;
}

.nav__links {
  display: none;
}

.nav__link {
  display: block;
  padding: 5px 0;
  font-size: 22px;
  color: var(--text-color);
  letter-spacing: -0.1px;
  line-height: 1.36364;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--background-color);
  border-bottom: 1px solid var(--border-color);
  z-index: 20;
}

.header__center {
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -ms-flex-align: center;
  align-items: center;
}

.header__back {
  margin-right: 20px;
  padding: 10px 20px 10px 0;
  border-right: 1px solid var(--border-color);
  font-size: 0;
}

.header__back:hover svg {
  opacity: .7;
}

.header__back svg {
  fill: var(--text-color);
  transition: opacity .2s;
}

.header__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav {
  margin: auto;
}

.header__action {
  height: 81px;
  padding: 28px 35px;
  border-left: 1px solid var(--border-color);
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  transition: background .2s, color .2s;
}

.header__action:hover {
  background: var(--button-background-color);
  color: var(--button-text-color);
}

.header__action_color {
  background: var(--text-color);
  border: none;
  color: var(--background-color);
}

.header__burger {
  display: none;
  position: relative;
  width: 67px;
  height: 80px;
  margin: 0 -30px 0 auto;
  background: none;
  border-left: 1px solid var(--border-color);
  transform: translate3d(0, 0, 0);
}

.header__burger:before, .header__burger:after {
  content: "";
  position: absolute;
  width: 24px;
  left: 50%;
  margin-left: -12px;
  transition: all .2s;
}

.header__burger:before {
  top: 32px;
  height: 2px;
  background: var(--text-color);
}

.header__burger:after {
  top: 38px;
  height: 8px;
  box-shadow: 0 2px 0 0 var(--text-color) inset, 0 -2px 0 0 var(--text-color) inset;
}

.header__burger.active:before, .header__burger.active:after {
  top: 38px;
}

.header__burger.active:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__burger.active:after {
  height: 2px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.socials {
  display: -ms-flexbox;
  display: flex;
}

.socials__item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 60px;
  height: 60px;
  margin-left: -1px;
  border: solid var(--border-color);
  border-width: 0 1px;
  transition: all .2s;
}

.socials__item:hover {
  border-color: transparent;
  z-index: 2;
}

.socials__item:hover svg {
  fill: white;
}

.socials__item_discount:hover {
  background: #8AA752;
}

.socials__item_facebook:hover {
  background: #3B5A99;
}

.socials__item_instagram:hover {
  background: #c50091;
}

.socials__item_dribble:hover {
  background: #E84C88;
}

.socials__item svg,
.socials__item img {
  margin: auto;
}

.socials__item svg {
  fill: var(--text-color);
  transition: fill .2s;
}

.socials__item img {
  max-height: 20px;
}

.footer {
  border-top: 1px solid var(--border-color);
}

.footer__center {
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -ms-flex-align: center;
  align-items: center;
}

.footer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.footer__nav {
  margin: auto;
}

.footer__link {
  margin: 0 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--text-color);
  letter-spacing: .93px;
  transition: opacity .2s;
}

.footer__link:hover {
  opacity: .7;
}

.title {
  margin-top: -10px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -.25px;
  line-height: 1.2;
}

.title_lg {
  margin-top: -20px;
  font-size: 70px;
  letter-spacing: -.35px;
  line-height: 1.14286;
}

.content {
  font-size: 30px;
  letter-spacing: -.15px;
}

.content_title {
  font-size: 30px;
  letter-spacing: -.15px;
  font-weight: 400;
}

.content figcaption {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-color-light);
}

.linkurl {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--button-background-color);
}
.content_quote {
  max-width: 420px;
  margin-top: -8px;
}

.content_quote blockquote {
  color: var(--text-color-light);
}

.content_mb {
  margin-bottom: 60px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 90px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row__col {
  padding: 0 20px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.row_three .row__col {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.row_subscribe {
  -ms-flex-align: end;
  align-items: flex-end;
}

.row_products {
  margin-bottom: 100px;
}

.row_mb0 {
  margin-bottom: 0;
}

.category {
  padding: 20px 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--text-color-light);
}

.hr {
  height: 1px;
  margin-bottom: 90px;
  background: var(--border-color);
}

.hr_mb0 {
  margin: 0;
}

.product {
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100% - 40px);
  margin-bottom: 40px;
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
  -ms-flex-direction: column;
  flex-direction: column;
}

.product__container {
  display: block;
  color: #0E0E0E;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product__preview {
  position: relative;
  margin: -1px -1px 0;
}

.product__pic {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.05), 0 10px 26px 0 rgba(36, 33, 69, 0.3);
}

.product__wrap {
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px 25px;
}

.product__title {
  font-size: 30px;
  letter-spacing: -.15px;
}

.product__price {
  margin-left: auto;
  padding: 5px 0 0 20px;
  font-size: 25px;
  letter-spacing: -.12px;
  color: #565656;
}

.product__foot {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d9d9d9;
  color: #565656;
}

.product__type, .product__tags {
  display: -ms-flexbox;
  display: flex;
  color: #565656;
  -ms-flex-align: center;
  align-items: center;
}

.product__type {
  border-right: 1px solid #d9d9d9;
  padding: 17px 25px 15px;
  font-size: 13px;
  letter-spacing: 0.87px;
  font-weight: 500;
  text-transform: uppercase;
  transition: color .2s;
}

.product__type:hover {
  color: #0E0E0E;
}

.product__tags {
  padding: 14px 25px;
  font-size: 16px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product__fav {
  display: -ms-flexbox;
  display: flex;
  width: 49px;
  border-left: 1px solid #d9d9d9;
}

.product__fav.active svg {
  opacity: 1;
}

.product__fav svg {
  margin: auto;
  opacity: .7;
  transition: opacity .2s;
}

.product_sm .product__title,
.product_sm .product__price {
  font-size: 23px;
}

.product_sm .product__price {
  padding-top: 0;
}

.subscribe__title {
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .87px;
  text-transform: uppercase;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.subscribe__flex {
  display: -ms-flexbox;
  display: flex;
}

.subscribe__field {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.subscribe__input, .subscribe__btn {
  height: 70px;
  font-size: 30px;
  letter-spacing: -.15px;
}

.subscribe__input {
  width: 100%;
  padding: 0 24px;
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  text-overflow: ellipsis;
  transition: border-color .2s;
}

.subscribe__input:focus {
  border-color: var(--text-color);
}

.subscribe__input::-webkit-input-placeholder {
  opacity: .5;
  color: var(--text-color);
}

.subscribe__input:-ms-input-placeholder {
  opacity: .5;
  color: var(--text-color);
}

.subscribe__input::placeholder {
  opacity: .5;
  color: var(--text-color);
}

.subscribe__btn {
  margin-left: 10px;
  padding: 0 45px;
  background: var(--text-color);
  color: var(--background-color);
  transition: background .2s;
}

.subscribe__btn:hover {
  background: var(--button-background-color);
  color: var(--button-text-color);
}

.actions {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.actions__btn {
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: 0 5px;
  padding: 10px 20px;
  border: 1px solid var(--text-color);
  font-size: 30px;
  letter-spacing: -.15px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--text-color);
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  transition: background .2s, color .2s;
}

.actions__btn:hover {
  background: var(--text-color);
  color: var(--background-color);
}

.previews {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px 90px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.previews__item {
  margin-bottom: 28px;
  padding: 0 14px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.previews__item_sm {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.previews img {
  display: block;
  width: 100%;
  pointer-events: none;
}

.previews figcaption {
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .87px;
  text-transform: uppercase;
  color: var(--text-color-light);
}

.previews figcaption span {
  color: var(--text-color);
}

.previews_last {
  margin-bottom: 40px;
}

.about {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  font-size: 22px;
  letter-spacing: -.1px;
}

.about__col {
  padding: 0 20px;
  -ms-flex: 1;
  flex: 1;
}

.about__title {
  margin-bottom: 5px;
  font-weight: 700;
}

.about__list {
  border-top: 1px solid var(--text-color);
}

.about__item {
  padding: 14px 0;
  border-bottom: 1px solid var(--border-color);
}

.meta {
  margin-bottom: 110px;
}

.meta, .meta__list, .meta__share {
  display: -ms-flexbox;
  display: flex;
}

.meta__list {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.meta__item {
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
  padding: 17px;
  border: 1px solid var(--border-color);
  font-size: 18px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--text-color-light);
  -ms-flex: 1;
  flex: 1;
}

.meta__share {
  width: 80px;
  height: 80px;
  margin-left: 20px;
  background: var(--text-color);
  color: var(--background-color);
  transition: background .2s, color .2s;
}

.meta__share:hover {
  background: var(--button-background-color);
  color: var(--button-text-color);
}

.meta__share svg {
  margin: auto;
  fill: var(--background-color);
}

.buy {
  text-align: center;
}

.buy__title {
  margin: 0 0 45px;
}

.buy__group {
  display: inline-block;
}

.buy__group:hover .buy__confetti {
  display: block;
}

.buy__text {
  margin-top: 35px;
  color: var(--text-color-light);
}

.buy__confetti {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 999;
}

.page {
  max-width: 880px;
  margin: 0 auto 100px;
  font-size: 24px;
}

.page h1 {
  margin-bottom: 90px;
  font-size: 70px;
  letter-spacing: -.35px;
  line-height: 1.14286;
}

.page h6 {
  font-size: 24px;
  text-transform: uppercase;
}

.page h6,
.page p,
.page li {
  margin-bottom: 32px;
}

.page ul li:before {
  content: '– ';
}

.page a {
  color: var(--text-color);
}

.parallax {
  position: relative;
}

.parallax__top, .parallax__bottom {
  position: relative;
  background: var(--background-color);
  z-index: 4;
}

.parallax__top {
  margin-top: -90px;
  padding: 90px 0 110px;
}

.parallax__fixed {
  position: fixed;
  left: 0;
  width: 100%;
  padding-bottom: 50px;
}

.parallax__fixed.static {
  position: static;
}

.parallax__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  pointer-events: none;
  transition: opacity .2s;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

.promo {
  display: block;
  padding: 12px 0 13px;
  background: #5029cd;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  transition: background .2s, color .2s;
}

.promo:hover {
  background: var(--button-background-color);
  color: var(--button-text-color);
}

@media only screen and (max-width: 1240px){
  .center{
    padding: 0 30px;
  }
  .row_three .row__col{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 1023px){
  .nav__list{
    display: block;
    margin-bottom: 20px;
  }
  .nav__item{
    display: block;
    height: auto;
    margin: 0;
    padding: 5px 0;
    border: none;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
  }
  .nav__item_tablet{
    display: block;
  }
  .nav__links{
    display: block;
  }
  .header__wrap{
    display: block;
    position: fixed;
    top: 81px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: var(--background-color);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    overflow: auto;
  }
  .header__wrap.open{
    opacity: 1;
    visibility: visible;
  }
  .header__action{
    display: none;
  }
  .header__burger{
    display: block;
  }
  .footer__wrap{
    display: none;
  }
  .title{
    margin: -5px 0 15px;
    font-size: 34px;
  }
  .title_lg{
    margin-top: -10px;
    font-size: 42px;
    line-height: 1.2;
  }
  .content{
    font-size: 24px;
  }
  .row_subscribe{
    display: block;
  }
  .product__title{
    font-size: 22px;
  }
  .product__price{
    padding-top: 0;
    font-size: 22px;
  }
  .subscribe{
    margin-bottom: 30px;
  }
  .about{
    display: block;
    margin: 0;
    font-size: 20px;
  }
  .about__col{
    padding: 0;
  }
  .about__col:not(:last-child){
    margin-bottom: 30px;
  }
  .about_list .about__col{
    margin: 0;
  }
  .about_list .about__col:not(:first-child) .about__list{
    border: none;
  }
}

@media only screen and (max-width: 767px){
  .container{
    padding-top: 121px;
  }
  .center{
    padding: 0 15px;
  }
  .header__back{
    display: none;
  }
  .header__wrap{
    padding: 30px 15px;
  }
  .header__burger{
    margin-right: -15px;
  }
  .content_quote{
    margin: 0 0 40px;
  }
  .content_quote blockquote{
    position: relative;
    padding: 18px 20px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 22px;
  }
  .content_quote blockquote:before, .content_quote blockquote:after{
    content: '';
    position: absolute;
    left: 22px;
    bottom: -12px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: var(--border-color) transparent transparent transparent;
  }
  .content_quote blockquote:after{
    left: 23px;
    bottom: -10px;
    border-color: var(--background-color) transparent transparent transparent;
  }
  .content_quote figcaption{
    margin-top: 22px;
  }
  .content_mb{
    margin-bottom: 40px;
  }
  .row{
    display: block;
    margin: 0 0 40px;
  }
  .row__col{
    padding: 0;
  }
  .row_products{
    margin-bottom: 50px;
  }
  .row_mb0{
    margin-bottom: 0;
  }
  .hr{
    margin-bottom: 40px;
  }
  .hr_mb0{
    margin: 0;
  }
  .product{
    margin-bottom: 15px;
  }
  .product__wrap{
    display: block;
    padding: 25px 15px 15px;
  }
  .product__price{
    margin-top: 8px;
    padding: 0;
  }
  .product__type, .product__tags{
    padding-left: 15px;
    padding-right: 15px;
  }
  .product__fav{
    display: none;
  }
  .product_sm .product__title,
  .product_sm .product__price{
    font-size: 22px;
  }
  .subscribe__title{
    text-align: center;
  }
  .subscribe__flex{
    display: block;
  }
  .subscribe__input, .subscribe__btn{
    height: 56px;
    font-size: 22px;
  }
  .subscribe__input{
    text-align: center;
  }
  .subscribe__btn{
    width: 100%;
    margin: 10px 0 0;
  }
  .actions__btn{
    height: 56px;
    font-size: 22px;
  }
  .previews{
    display: block;
    margin-bottom: 40px;
  }
  .previews__item{
    margin-bottom: 15px;
  }
  .previews_last{
    margin-bottom: 30px;
  }
  .meta{
    margin-bottom: 60px;
  }
  .meta, .meta__list{
    display: block;
  }
  .meta__item{
    margin: 0 0 -1px;
  }
  .meta__share{
    width: 100%;
    height: 60px;
    margin: 15px 0 0;
  }
  .buy__title{
    margin-bottom: 25px;
  }
  .page{
    margin-bottom: 40px;
  }
  .page h1{
    margin-bottom: 20px;
    font-size: 42px;
  }
  .page h6,
  .page p,
  .page li{
    margin-bottom: 24px;
  }
  .parallax__top{
    padding-bottom: 60px;
  }
  .parallax__fixed{
    padding-bottom: 25px;
  }
}
