*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -webkit-text-size-adjust: 100%;
}

a {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

body {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1;
}

.wrapper {
  overflow: hidden;
}

.container {
  width: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.container__inner {
  padding: 0 15px;
}

.header__wrap {
  display: table;
  width: 100%;
  padding: 10px 15px;
}

.header__cell {
  display: table-cell;
  vertical-align: middle;
}

.logo {
  display: block;
  position: relative;
  padding-left: 45px;
  text-decoration: none;
}

.logo:before {
  content: '';
  width: 36px;
  height: 38px;
  background: url("../images/logo.png") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
}

.logo__text {
  color: #30343A;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.logo__text span {
  display: block;
}

.menu__item:not(.menu__item_mobile) {
  display: none;
}

.menu_mobile {
  display: block;
  width: 40px;
  height: 40px;
  background: #04C4D0;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
}

.menu_mobile:before,
.menu_mobile:after,
.menu_mobile span {
  content: '';
  width: 20px;
  height: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
}

.menu_mobile:before {
  margin-top: -6px;
}

.menu_mobile:after {
  margin-top: 4px;
}

.menu_mobile span {
  margin-top: -1px;
}

.header__content {
  background: url("../images/header_mobile_bg.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 75px 0;
}

.header__content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
}

.header__title {
  padding: 0 15px;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
}

.info {
  border-bottom: 1px solid #DDE2EA;
  padding: 20px 0;
}

.info__name {
  font-weight: bold;
  padding: 10px 0;
}

.info__name:before {
  content: '';
  width: 46px;
  height: 46px;
  -webkit-box-shadow: 0 0 0 6px rgba(4, 196, 208, 0.2);
  -moz-box-shadow: 0 0 0 6px rgba(4, 196, 208, 0.2);
  box-shadow: 0 0 0 6px rgba(4, 196, 208, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/author_ava.jpg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  float: left;
  margin-right: 30px;
}

.info__item {
  position: relative;
  font-size: 14px;
  color: #727B89;
  padding: 5px 0 5px 30px;
  display: inline-block;
}

.info__item_date:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/date_icon.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.info__item_views,
.info__item_likes {
  display: none;
}

.info__button {
  display: none;
}

.content__text {
  color: #586271;
  line-height: 1.5;
  padding: 20px 0 5px;
}

.content__text a,
.content__list a,
.comments a,
.pop-up-text a {
  color: #04C4D0;
}

.content__photo {
  text-align: center;
  padding: 10px 0 0;
}

.content__photo img {
  display: inline-block;
}

.content__photo img+img {
  margin-top: 20px;
}

.content__subtitle {
  font-size: 12px;
  font-style: italic;
  color: #A7ACB5;
  padding: 10px 0 0;
}

.content__list {
  padding: 15px 0 10px;
  line-height: 1.5;
}

.button__wrap {
  text-align: center;
  padding: 20px 0;
}

.button {
  display: inline-block;
  padding: 20px 30px;
  min-width: 280px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background: #04C4D0;
  cursor: pointer;
  -webkit-transition: box-shadow .3s, text-shadow .2s;
  -moz-transition: box-shadow .3s, text-shadow .2s;
  -ms-transition: box-shadow .3s, text-shadow .2s;
  -o-transition: box-shadow .3s, text-shadow .2s;
  transition: box-shadow .3s, text-shadow .2s;
}

.button:hover {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
  -moz-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
  box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
  text-shadow: 2px 2px 0 #04C4D0, -2px -2px 0 #04C4D0, -2px 2px 0 #04C4D0, 2px -2px 0 #04C4D0,
    5px 5px 5px #fff, -5px -5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff;
}

.comment {
  background: rgba(167, 172, 181, 0.17);
  border: 1px solid #DDE2EA;
  padding: 35px 0 30px;
  margin-bottom: 50px;
}

.comment__title {
  color: #30343A;
  text-transform: uppercase;
  padding: 0 0 15px;
}

.comment__field {
  max-width: 430px;
  padding: 0 0 10px;
}

.comment__field label {
  font-size: 12px;
  text-transform: uppercase;
  color: #727B89;
}

.comment__field input,
.comment__field textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #DDE2EA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  resize: none;
  margin: 5px 0 0;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
}

.comment__button {
  padding: 10px 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #04C4D0;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0;
  display: table;
  cursor: pointer;
  -webkit-transition: box-shadow .3s;
  -moz-transition: box-shadow .3s;
  -ms-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

.comment__button:hover {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
  -moz-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
  box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
}

.container__notification {
  padding: 20px 30px;
  border: 1px solid #04C4D0;
  display: none;
}

aside,
footer {
  display: none;
}

@media (min-width: 480px) {
  .header__content {
    background: url("../images/header_bg.jpg") center left no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }

  .container__inner {
    padding: 0 40px;
  }

  .header__title {
    font-size: 50px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1335px;
  }

  .container__inner {
    border: solid #DDE2EA;
    border-width: 0 1px;
  }

  .header__wrap {
    padding: 15px;
  }

  .logo {
    padding-left: 60px;
  }

  .logo:before {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }

  .logo__text {
    font-size: 24px;
  }

  .logo__text span {
    font-size: 31px;
  }

  .menu {
    display: table;
    margin-left: auto;
  }

  .menu__item:not(.menu__item_mobile) {
    display: inline-block;
    vertical-align: top;
  }

  .menu__item a {
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 5px;
    display: block;
    color: #30343A;
    text-decoration: none;
  }

  .menu__item a:hover,
  .menu__item a.active {
    color: #04C4D0;
  }

  .menu__item_mobile {
    display: none;
  }

  .main {
    display: table;
    width: 100%;
    border-right: 1px solid #DDE2EA;
  }

  .main__cell {
    display: table-cell;
    vertical-align: top;
  }

  .info {
    border: solid #DDE2EA;
    border-width: 0 1px 1px 1px;
  }

  .info .container__inner {
    border: none;
  }

  .info__inner {
    display: table;
    width: 100%;
    padding: 10px 0;
  }

  .info__cell {
    display: table-cell;
    vertical-align: middle;
  }

  .info__wrap {
    display: table;
    margin-left: auto;
  }

  .info__name {
    padding-left: 75px;
    position: relative;
  }

  .info__name:before {
    float: none;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -23px;
  }

  .info__item {
    padding-right: 15px;
  }

  .info__item_views,
  .info__item_likes {
    display: inline-block;
  }

  .info__item_views:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../images/views_icon.svg") center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
  }

  .info__item_likes:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../images/like_icon.svg") center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
  }

  .content__photo img+img {
    margin-left: 20px;
  }

  .content__subtitle {
    font-size: 16px;
    padding-top: 15px;
  }

  .aside__case {
    position: relative;
    width: 340px;
  }

  aside {
    display: block;
    width: 340px;
    padding: 40px 30px 0;
  }

  .fix aside {
    position: fixed;
    height: 100%;
    top: 0;
    background: #fff;
  }

  aside a {
    text-decoration: none;
  }

  .aside__content {
    background: #f4f0eb;
  }

  .aside__subtitle {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    color: #000;
    padding: 30px 15px;
  }

  .aside__tags {
    padding: 35px 0 0;
  }

  .aside__title {
    font-size: 24px;
    padding-bottom: 15px;
  }

  .aside__wrap {}

  .aside__item {
    display: inline-block;
    padding: 10px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 12px;
    border: 1px solid #04C4D0;
    font-weight: normal;
    color: #727B89;
    margin-bottom: 10px;
  }

  .aside__item:hover {
    background: #04C4D0;
    color: #fff;
  }

  .button {
    font-size: 20px;
  }

  .comment {
    margin: 0;
  }

  footer {
    background: #ECFEFF;
    display: block;
    padding: 40px 0;
  }

  .footer__wrap {
    display: table;
    width: 85%;
    table-layout: fixed;
  }

  .footer__cell {
    display: table-cell;
    vertical-align: top;
  }

  .footer__title {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 0 5px;
  }

  .footer__link {
    font-size: 14px;
    padding: 5px 0;
    display: block;
    font-weight: normal;
    text-decoration: none;
    color: inherit;
  }

  .footer__link:hover {
    color: #04C4D0;
  }
}

@media (min-width: 1280px) {
  .header__title {
    font-size: 50px;
    width: 55%;
  }

  .menu__item a {
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px;
  }

  .info__wrap {
    margin: 0 auto;
  }

  .info__item {
    padding-right: 35px;
  }

  .info__button {
    padding: 10px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #04C4D0;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin-left: auto;
    display: table;
    cursor: pointer;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
  }

  .info__button:hover {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
    box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
  }
}

.countdown-block {
  text-align: center;
  background: #ed1b24;
  color: #fff;
  padding: 10px;
  box-shadow: 0 0 black;
}

.countdown-block>h3 {
  font-weight: 800;
  font-size: 39px;
  padding-top: 5px;
  margin: 0;
  line-height: 1;
  padding: 10px;
}

.countdown-container {
  max-width: 320px;
  background: #ed1b24;
  border: 5px solid #fffd07;
  text-align: center;
  margin: 0 auto;
}

.countdown-container h3 {
  color: #fffd07;
  margin: 0 auto;
  margin-top: -10px;
  background: #ed1b24;
  width: 90%;
  text-transform: uppercase;
  font-weight: 700;
}

.countdown {
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 39px;
  line-height: 1;
}

.countdown-item {
  color: #fff;
  width: 80px;
  font-weight: bold;
  text-align: center;
}

.countdown-divider {
  color: #fff;
  width: 1rem;
}

.countdown-text {
  margin: 0 auto;
  margin-bottom: -8px;
  background: #ed1b24;
  width: 90%;
  color: #fffd07;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.countdown-text span {
  text-align: center;
  width: 33%;
}

.best-form {
  font: 16px/1.2 "Rubik", sans-serif;
  padding: 1rem;
  padding-bottom: 40px;
  color: #fff;
  background-color: #fa0;
  background-image: url("data:image/svg + xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAxNjAwIDgwMCc + PGcgPjxwYXRoIGZpbGw9JyNmZmI4MDMnIGQ9J000ODYgNzA1LjhjLTEwOS4zLTIxLjgtMjIzLjQtMzIuMi0zMzUuMy0xOS40Qzk5LjUgNjkyLjEgNDkgNzAzIDAgNzE5LjhWODAwaDg0My44Yy0xMTUuOS0zMy4yLTIzMC44LTY4LjEtMzQ3LjYtOTIuMkM0OTIuOCA3MDcuMSA0ODkuNCA3MDYuNSA0ODYgNzA1Ljh6Jy8 + PHBhdGggZmlsbD0nI2ZmYzYwNycgZD0nTTE2MDAgMEgwdjcxOS44YzQ5LTE2LjggOTkuNS0yNy44IDE1MC43LTMzLjVjMTExLjktMTIuNyAyMjYtMi40IDMzNS4zIDE5LjRjMy40IDAuNyA2LjggMS40IDEwLjIgMmMxMTYuOCAyNCAyMzEuNyA1OSAzNDcuNiA5Mi4ySDE2MDBWMHonLz48cGF0aCBmaWxsPScjZmZkNDBjJyBkPSdNNDc4LjQgNTgxYzMuMiAwLjggNi40IDEuNyA5LjUgMi41YzE5Ni4yIDUyLjUgMzg4LjcgMTMzLjUgNTkzLjUgMTc2LjZjMTc0LjIgMzYuNiAzNDkuNSAyOS4yIDUxOC42LTEwLjJWMEgwdjU3NC45YzUyLjMtMTcuNiAxMDYuNS0yNy43IDE2MS4xLTMwLjlDMjY4LjQgNTM3LjQgMzc1LjcgNTU0LjIgNDc4LjQgNTgxeicvPjxwYXRoIGZpbGw9JyNmZmUxMTEnIGQ9J00wIDB2NDI5LjRjNTUuNi0xOC40IDExMy41LTI3LjMgMTcxLjQtMjcuN2MxMDIuOC0wLjggMjAzLjIgMjIuNyAyOTkuMyA1NC41YzMgMSA1LjkgMiA4LjkgM2MxODMuNiA2MiAzNjUuNyAxNDYuMSA1NjIuNCAxOTIuMWMxODYuNyA0My43IDM3Ni4zIDM0LjQgNTU3LjktMTIuNlYwSDB6Jy8 + PHBhdGggZmlsbD0nI2ZmZWYxNScgZD0nTTE4MS44IDI1OS40Yzk4LjIgNiAxOTEuOSAzNS4yIDI4MS4zIDcyLjFjMi44IDEuMSA1LjUgMi4zIDguMyAzLjRjMTcxIDcxLjYgMzQyLjcgMTU4LjUgNTMxLjMgMjA3LjdjMTk4LjggNTEuOCA0MDMuNCA0MC44IDU5Ny4zLTE0LjhWMEgwdjI4My4yQzU5IDI2My42IDEyMC42IDI1NS43IDE4MS44IDI1OS40eicvPjxwYXRoIGZpbGw9JyNmZmVhMzQnIGQ9J00xNjAwIDBIMHYxMzYuM2M2Mi4zLTIwLjkgMTI3LjctMjcuNSAxOTIuMi0xOS4yYzkzLjYgMTIuMSAxODAuNSA0Ny43IDI2My4zIDg5LjZjMi42IDEuMyA1LjEgMi42IDcuNyAzLjljMTU4LjQgODEuMSAzMTkuNyAxNzAuOSA1MDAuMyAyMjMuMmMyMTAuNSA2MSA0MzAuOCA0OSA2MzYuNi0xNi42VjB6Jy8 + PHBhdGggZmlsbD0nI2ZmZTU0NycgZD0nTTQ1NC45IDg2LjNDNjAwLjcgMTc3IDc1MS42IDI2OS4zIDkyNC4xIDMyNWMyMDguNiA2Ny40IDQzMS4zIDYwLjggNjM3LjktNS4zYzEyLjgtNC4xIDI1LjQtOC40IDM4LjEtMTIuOVYwSDI4OC4xYzU2IDIxLjMgMTA4LjcgNTAuNiAxNTkuNyA4MkM0NTAuMiA4My40IDQ1Mi41IDg0LjkgNDU0LjkgODYuM3onLz48cGF0aCBmaWxsPScjZmZlMTU3JyBkPSdNMTYwMCAwSDQ5OGMxMTguMSA4NS44IDI0My41IDE2NC41IDM4Ni44IDIxNi4yYzE5MS44IDY5LjIgNDAwIDc0LjcgNTk1IDIxLjFjNDAuOC0xMS4yIDgxLjEtMjUuMiAxMjAuMy00MS43VjB6Jy8 + PHBhdGggZmlsbD0nI2ZmZGM2NCcgZD0nTTEzOTcuNSAxNTQuOGM0Ny4yLTEwLjYgOTMuNi0yNS4zIDEzOC42LTQzLjhjMjEuNy04LjkgNDMtMTguOCA2My45LTI5LjVWMEg2NDMuNGM2Mi45IDQxLjcgMTI5LjcgNzguMiAyMDIuMSAxMDcuNEMxMDIwLjQgMTc4LjEgMTIxNC4yIDE5Ni4xIDEzOTcuNSAxNTQuOHonLz48cGF0aCBmaWxsPScjZmZkNzcxJyBkPSdNMTMxNS4zIDcyLjRjNzUuMy0xMi42IDE0OC45LTM3LjEgMjE2LjgtNzIuNGgtNzIzQzk2Ni44IDcxIDExNDQuNyAxMDEgMTMxNS4zIDcyLjR6Jy8 + PC9nPjwvc3ZnPg==");
  background-size: cover;
}

form {
  max-width: 320px;
  margin: 0 auto;
}

.product {
  max-width: 320px;
  margin: 0 auto;
  display: flex;
}

.product .left {
  width: 50%;
}

.product .right {
  width: 50%;
  text-align: center;
}

.product .price-old {
  line-height: 1;
}

.product .price-old span {
  display: inline-block;
  padding: 0 1rem;
  font-size: 35px;
  color: #000;
  position: relative;
}

.product .price-old span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 5px solid #ed1b24;
  transform: rotate(-10deg);
}

.product .discount-text {
  margin-top: 1rem;
  color: #000;
  font-size: 18px;
}

.product .price {
  color: #ed1b24;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 1;
}

.product .price span {
  font-weight: 300;
  font-size: 50%;
  margin-left: 5px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.country-input,
.name-input,
.phone-input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  background: #fff;
  border: 0;
  border-radius: 6px;
  transition: all 0.15s ease-in-out;
  box-sizing: border-box;
}

.name-input input,
.phone-input input,
.country-input select {
  display: block;
  width: 100%;
  border: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 6px;
}

input::placeholder {
  text-decoration: underline dotted;
  font-family: sans-serif;
  color: grey !important;
}

select::-ms-expand {
  display: none;
}
select {
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/customselect.png") center right 15px no-repeat, #ffffff;
}

.button-submit {
  text-align: center;
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 14px 0;
  background-image: linear-gradient(to top, #137c09, #16ac0c);
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font: 18px/1.4 "Rubik", sans-serif;
  font-weight: 400;
  transition: all .3s ease-out;
}

.button-submit-text {
  color: #fff;
  flex: 1 1 auto;
  font: inherit;
  font-weight: 400;
}

.button-submit-arrow {
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1rem solid #fff;
  margin-right: 1rem;
}

.button-submit:hover {
  transform: scale(1.1);
}

#only-mob {
  display: none;
}

@media screen and (max-width: 759px) {
  .product {
    display: block;
  }

  .product .left,
  .product .right {
    width: 100%;
  }

  #not-on-mob {
    display: none;
  }

  #only-mob {
    display: block;
    text-align: center;
  }
}

.btnbtn {
  animation: shadow-pulse2 1s infinite;
}

@keyframes shadow-pulse2 {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 128, 0, 0.9);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

.btnbtn {
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255) !important;
  background-color: #008000;
  display: inline-block;
  padding: 10px 50px;
  margin: 30px auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  animation: shadow-pulse2 1s infinite;
  font-weight: 700;
  white-space: normal;
}

.pulse {
  background-color: rgba(0, 113, 227, 1);
  animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
  }

  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.timer-in-button {
  margin: 10px;
  display: block;
  white-space: nowrap;
}

.timer-in-button span {
  margin: 0 7px;
  background: white;
  color: red;
  padding: 5px;
  border-radius: 3px;
}

.prod-pulse {
  margin-bottom: 15px;
  border-radius: 20px;
  animation: prod-shadow-pulse 1s infinite;
}

@keyframes prod-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.9);
    /*крассный*/
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

.img-responsive {
  width: 100%;
}

.countdown-container h3 {
  font-size: 1rem;
}

.countdown-text {
  font-size: 0.8rem;
}

.product .price-old span {
  font-size: 35px;
}

.product .price {
  font-size: 40px;
}

@media screen and (max-width: 759px) {
  .img-responsive {
    margin: 0 auto;
    width: 50%;
    display: block;
  }
}


.quantity {
  color: #45688e;
  font-weight: bold;
  padding: 2px 3px 1px;
  background: #dae2e8;
  margin-bottom: 20px;
}

.comment {
  border-bottom: 1px solid #dae1e8;
  padding: 15px;
  margin-bottom: 15px;
}

.content .comment .avatar {
  width: 48px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.comm_text {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px);
}

.comm_text>a {
  text-decoration: none;
}

.content .comm_text .user_name {
  color: #2b587a;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}

.content .comm_text .text {
  font-size: 15px;
  line-height: 1.5;
}

.content .comm_text .time {
  color: #999;
  margin-bottom: 0;
}

.content p,
.content img:not(.country),
.content h1,
.content h2 {
  margin-bottom: 16px;
}

.west-side-custom {
  padding: 10px 10px 10px 50px;
}

@media screen and (max-width: 600px) {
  .west-side-custom {
    padding: 10px 5px;
  }
}

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;

  margin-bottom: 20px;
}

.wheel {
  width: 380px !important;
  margin: 0 auto;
  position: relative;
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor-text {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  line-height: 61px;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
  font-size: 18px;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

.order_block {
  display: none;
}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../images/cross.svg");
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: 0px;
  cursor: pointer;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.pop-up-layer {
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}

.pop-up-layer-show {
  display: block;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 10%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background-color: rgb(113, 195, 65);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: rgb(113, 195, 65);
  color: rgb(255, 255, 255);
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

.pop-up-button:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.wheel img {
  max-width: 100%;
}

@media all and (max-width: 520px) {
  .wheel {
    width: 225px !important;
  }

  .cursor-text {
    line-height: 36px;
    font-size: 11px;
  }
}

.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1883deg);
    transform: rotate(1883deg);
  }

  100% {
    -webkit-transform: rotate(1874deg);
    transform: rotate(1874deg);
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1883deg);
    transform: rotate(1883deg);
  }

  100% {
    -webkit-transform: rotate(1874deg);
    transform: rotate(1874deg);
  }
}

.overflow {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .comment:nth-last-child(n+7) {
    display: none;
  }
}


@media (max-width: 420px) {
  .order_block {
    margin-left: -15px;
    margin-right: -15px;
  }

  .countdown-block > h3 {
    font-size: 32px;
  }
}

@media (min-width: 760px) {
  .product {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}