
html, body, div, span, h1, h3, p, img, strong, b, figure, footer, header, nav {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0% 0%;
}


body {
  line-height: 1;
}

figure, footer, header, nav {
  display: block;
}

a {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0% 0%;
}

* {
  box-sizing: border-box;
}

body {
  background-color: rgb(242, 242, 242);
  position: relative;
}

img {
  max-width: 100%;
}

a {
  color: rgb(184, 139, 88);
  text-decoration: none;
}

.Body {
  font-size: 18px;
  line-height: 22px;
}
.form__secure::before {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  background-image: url(../fonts/secure-icon_1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 48em) {
  .Body {
      font-size: 20px;
      line-height: 27px;
  }
}

.Body > * {
  max-width: 980px;
  font-family: "PFRegal", "Georgia", serif;
}

.Body:last-child > :last-child {
  margin-bottom: 0px;
}

.Body a {
  color: inherit;
  box-shadow: 0px -1px rgb(184, 139, 88) inset;
}

.Body a:hover {
  color: rgb(184, 139, 88);
}

.Body p {
  margin-bottom: 15px;
}

.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
  font-size: 21px;
  font-weight: bold;
}

.SvgIcon {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.SvgIcon--meduzaLogo {
  margin-top: -2px;
  height: 45px;
  width: 100px;
}

.Menu {
  display: none;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

@media only screen and (min-width: 64em) {
  .Menu {
      font-size: 13px;
      height: 45px;
      width: 100%;
      letter-spacing: 1px;
      background-color: rgb(38, 38, 38);
      display: flex;
      justify-content: center;
  }
}

.Menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px;
  text-align: center;
  transition: color 0.15s ease-out 0s;
}

@media only screen and (min-width: 64em) {
  .Menu-item {
      padding: 0px 15px;
      border-bottom: 0px none;
  }
}

@media only screen and (min-width: 64em) {
  .Menu-item:last-of-type {
      border-right: medium none;
  }
}

@media only screen and (min-width: 64em) {
  .Menu-item:hover {
      color: rgb(153, 153, 153);
      background-color: inherit;
  }
}

.Menu-link {
  transition: color 0.15s ease-out 0s;
  text-decoration: none;
  color: rgb(255, 255, 255);
  position: relative;
  line-height: 45px;
  top: 1px;
}

.Menu-item:hover .Menu-link {
  color: rgb(153, 153, 153);
}

.MeduzaLogo {
  position: relative;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: contain;
}

.Header {
  position: relative;
  height: 45px;
  background-color: rgb(38, 38, 38);
  display: flex;
  flex-flow: row nowrap;
  z-index: 2;
}

@media only screen and (min-width: 64em) {
  .Header {
      padding: 0px 15px;
  }
}

@media only screen and (max-width: 63.9375em) {
  .Header .HeaderButton--chat {
      display: none;
  }
}

.Header-left {
  display: flex;
  flex-basis: 16%;
  flex-grow: 1;
  height: 100%;
}

.Header-center {
  height: 100%;
  display: none;
}

@media only screen and (min-width: 64em) {
  .Header-center {
      display: flex;
      justify-content: center;
      flex-grow: 2;
  }
}

.Header-right {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  flex-basis: 16%;
  flex-grow: 1;
}

.Header-meduzaLogo {
  display: flex;
  height: 45px;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
}

@media only screen and (min-width: 64em) {
  .Header-meduzaLogo {
      position: static;
  }
}

.HeaderButton {
  position: relative;
  display: flex;
  min-width: 45px;
  height: 100%;
  padding: 0px 15px;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  fill: currentcolor;
  border: 0px none;
  background: transparent none repeat scroll 0% 0%;
  margin: 0px;
  cursor: pointer;
}

.HeaderButton:active {
  outline-width: 0px;
}

.HeaderButton:hover {
  color: rgb(153, 153, 153);
}

.HeaderButton::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 1px solid rgb(103, 103, 103);
}

@media only screen and (min-width: 64em) {
  .HeaderButton::after {
      top: 10px;
      bottom: 10px;
  }
}

.HeaderButton-link {
  display: block;
  padding-top: 2px;
  text-transform: uppercase;
  color: inherit;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.HeaderButton-link::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
}

.HeaderButton--chat {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.Copyright {
  padding: 0px 12px;
  line-height: 1.2;
}

@media only screen and (min-width: 64em) {
  .Copyright {
      padding: 0px;
  }
}

.Copyright-container {
  display: flex;
  flex-flow: row wrap;
  margin: 0px auto;
  padding: 13px 0px 12px;
}

.Copyright-container a:hover {
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 48em) {
  .Copyright-container {
      max-width: 675px;
      padding: 10px 0px 18px;
      flex-wrap: nowrap;
      text-align: left;
  }
}

@media only screen and (min-width: 64em) {
  .Copyright-container {
      max-width: 860px;
  }
}

.Copyright-container a {
  color: rgb(255, 255, 255);
}

.Copyright-block {
  font-size: 17px;
  flex: 1 0 20%;
}

@media only screen and (min-width: 48em) {
  .Copyright-block {
      padding-top: 0px;
      border-top: 0px none;
  }
}

.Copyright-block:last-child {
  text-align: right;
}

.MaterialTag {
  position: relative;
  z-index: 30;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
  color: rgb(184, 139, 88);
}

@media only screen and (max-width: 32em) {
  .MaterialTag {
      height: 15px;
      line-height: 15px;
      padding: 0px 5px;
      font-size: 10px;
      letter-spacing: 0.5px;
  }
}

span.MaterialTag {
  cursor: default;
  pointer-events: none;
}

@media only screen and (min-width: 32em) {
  .MaterialTag--medium {
      height: 20px;
      line-height: 20px;
      padding: 0px 7px;
      letter-spacing: 1px;
      font-size: 12px;
  }
}

.MaterialTag--solid {
  color: rgb(255, 255, 255);
  background: rgb(184, 139, 88) none repeat scroll 0% 0%;
  border-color: rgb(184, 139, 88);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.MaterialMeta {
  display: inline-block;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: rgb(128, 128, 128);
  margin-right: 12px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px auto;
  font-weight: normal;
}

@media only screen and (min-width: 48em) {
  .MaterialMeta {
      font-size: 15px;
      line-height: 18px;
      margin-right: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .MaterialMeta--source {
      white-space: nowrap;
  }
}

.MaterialMeta--time {
  background-size: 12px 12px;
}

.MediaMaterialHeader {
  max-width: 840px;
}

.MediaMaterialHeader-first {
  color: rgb(0, 0, 0);
  line-height: 27px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first {
      line-height: 38px;
  }
}

.MediaMaterialHeader-first, .MediaMaterialHeader-separator {
  transition: color 0.25s ease-out 0s;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first, .MediaMaterialHeader-separator {
      font-size: 36px;
  }
}

.MediaMaterial {
  background-color: rgb(255, 255, 255);
  padding: 12px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial {
      padding: 25px 15px 20px;
  }
}

.MediaMaterial-header {
  display: flex;
  flex-flow: column wrap;
  max-width: 650px;
  margin: 0px auto 18px;
  align-items: flex-start;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-header {
      max-width: 1000px;
      margin-bottom: 25px;
  }
}

.MediaMaterial-tag {
  margin-bottom: 5px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial-tag {
      margin-bottom: 11px;
  }
}

.MediaMaterial-meta {
  margin-top: 12px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial-meta {
      margin-top: 12px;
  }
}

.MediaMaterial-materialContent {
  width: 100%;
  max-width: 650px;
}

.MediaMaterial-body {
  position: relative;
  max-width: 650px;
  margin: 0px auto;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-body {
      max-width: 1000px;
  }
}

@media only screen and (min-width: 48em) {
  .MediaMaterial--fullWidth .MediaMaterial-header {
      align-items: center;
      text-align: center;
  }
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
  max-width: none;
}

.Material {
  padding: 12px 0px 0px;
}

@media only screen and (min-width: 48em) {
  .Material {
      padding: 15px 0px 0px;
  }
}

.Material-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.15);
}

.Material-shadow--top {
  top: 0px;
}

.Material-container {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  position: relative;
}

@media only screen and (min-width: 48em) {
  .Body h3 {
      margin-top: 35px;
      margin-bottom: 10px;
      font-size: 26px;
      line-height: 27px;
  }
}

.MaterialContent--bannerless .Body > * {
  margin-right: auto;
  margin-left: auto;
}

.MaterialContent .Figure {
  margin-right: -12px;
  margin-left: -12px;
}

@media only screen and (min-width: 40.625em) {
  .MaterialContent .Figure {
      margin-right: auto;
      margin-left: auto;
  }
}

.Figure {
  margin: 15px -12px;
}

.Figure img {
  display: block;
  margin: 5px auto;
}

@media only screen and (min-width: 48em) {
  .Figure {
      margin: 27px auto 20px;
  }
}

@media only screen and (min-width: 75em) {
  .Figure {
      max-width: 650px;
  }
}

.Figure img {
  max-width: 100%;
  vertical-align: bottom;
padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (min-width: 40.625em) {
  .Figure img {
      border-radius: 2px;
  }
}

.Figure-caption {
  width: 100%;
  max-width: 650px;
  margin: 0px auto;
  padding: 7px 12px 0px;
  font-size: 15px;
  line-height: 17px;
}

@media only screen and (min-width: 40.625em) {
  .Figure-caption {
      padding-right: 0px;
      padding-left: 0px;
      font-size: 16px;
      line-height: 18px;
  }
}

.App {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s;
}

.App-content, .App-footer {
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s;
}

.App-footer {
  position: relative;
  z-index: 1;
}

.App-content {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-color: rgb(242, 242, 242);
  flex: 1 0 auto;
}

.App-header {
  position: relative;
  z-index: 200;
}

.App--isMaterial .App-content {
  background-color: rgb(230, 230, 230);
}

.Footer {
  color: rgb(153, 153, 153);
  background-color: rgb(37, 37, 37);
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
outline: 1px solid rgb(37, 37, 37);
}

.logo {
  display: block;
  margin-top: 10px;
}

.ava-img {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.Body a {
  color: blue;
}

.Body a:hover {
  box-shadow: none;
}

a.button {
  font-size: 20px;
  text-align: center;
  color: rgb(255, 255, 255) ! important;
  background-color: red;
  display: block;
  width: 100%;
  max-width: 320px;
  border-radius: 30px;
  text-decoration: none;
  padding: 15px;
}

a.button:hover {
  background-color: rgb(193, 31, 31);
}

html {
  font-family: sans-serif;
}

body {
  margin: 0px;
}

figure, footer, header, main, nav {
  display: block;
}

a {
  background: transparent none repeat scroll 0% 0%;
}

a:active, a:hover {
  outline: 0px none;
}

b, strong {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}

img {
  border: 0px none;
}

figure {
  margin: 1em 40px;
}

button {
  color: inherit;
  font: inherit;
  margin: 0px;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0px none;
  padding: 0px;
}


footer {
  outline: 2px solid #252525;
}


#comebacker_main_div {
  display: none!important;
}


/*!
Licensed under the MIT license
Copyright (c) 2013 Daniel Eden
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

/* originally authored by Nick Pettit - nickpettit/glide */

/* originally authored by Nick Pettit - nickpettit/glide */

/* originally authored by Nick Pettit - nickpettit/glide */

/* originally authored by Nick Pettit - nickpettit/glide */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

header {
  display: block;
}

small {
  font-size: 80%;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: Roboto, sans-serif;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

p {
  margin: 0;
  padding: 0;
}

.ib {
  display: inline-block;
}

input::-ms-clear {
  display: none;
}

::-webkit-input-placeholder {
  color: #212121;
  font-size: 17px;
}

::-moz-placeholder {
  color: #212121;
  font-size: 17px;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #212121;
  font-size: 17px;
}

/* Firefox 18- */
:-ms-input-placeholder {
  font-size: 17px;
  color: #212121;
}

.header {
  background-color: #a9daea;
  background-image: url(../images/header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 39px;
  position: relative;
}

.header::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2px;
  height: 20px;
  width: 2660px;
  background: url(../images/after-bg.png) no-repeat center;
  z-index: 5;
}

.header .form {
  margin-top: 10px;
}

@media screen and (max-width: 1280px) {
  .header .form::after {
      display: none;
  }
}

@media screen and (max-width: 1190px) {

  .header .form::after {
      display: block;
  }



}

@media screen and (max-width: 1110px) {
  .header .form::after {
      display: none;
  }
}

@media screen and (max-width: 1023px) {
  .header::after {
      display: none;
  }
}

@media screen and (max-width: 639px) {

  .header .form {
      margin-left: auto;
      margin-right: auto;
  }
}


.form-box .form {
  margin-right: auto;
  margin-left: auto;
border: 1px solid #a9a9a9;
}

.form {
  height: auto;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  color: #444;
  background-color: #fff;
  text-align: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-bottom: 3px;
  position: relative;
  z-index: 10;
  border-radius: 5px;
}

/* .form::after {
  content: '';
  display: block;
  position: absolute;
  width: 67px;
  height: 310px;
  background-image: url(../images/header__arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 150px;
  right: -48px;
} */

.form__head {
  font-size: 19px;
  color: #222;
  padding: 15px 40px;
  background-color: #fff2d4;
  font-weight: bold;
  border-radius: 5px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.form__date {
  color: #f7420b;
  display: inline-block;
}

.form__lastpack {
  font-size: 18px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  margin-bottom: 20px;
}

.form__count {
  color: #f7420b;
  font-weight: 800;
}

.form__label {
  width: 94%;
  position: relative;
  display: block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.form__label::before {
  content: '';
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 20px;
  top: 20px;
}

.form__label-name::before {
  background-image: url(../fonts/user-icon.svg);
  height: 23px;
  width: 20px;
}

.form__label-tel::before {
  background-image: url(../fonts/phone-icon.svg);
  height: 23px;
  width: 23px;
  top: 23px;
}

.form__input {
  padding: 20px;
  padding-left: 50px;
  border-radius: 50px;
  border: 1px solid #d9dadc;
  -webkit-box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form__input::-webkit-input-placeholder {
  color: #202020;
  font-size: 17px;
}

.form__input:-ms-input-placeholder {
  color: #202020;
  font-size: 17px;
}

.form__input::-ms-input-placeholder {
  color: #202020;
  font-size: 17px;
}

.form__input:hover {
  -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 1px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 1px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form__input:focus {
  -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 1px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 1px 2px 5px rgba(0, 0, 0, 0.2);
}

.form__secure {
  padding-left: 30px;
  position: relative;
  text-align: left;
  margin-top: 8px;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 230px;
}

.form__secure::before {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  background-image: url(../fonts/secure-icon_1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__footnote {
  margin-top: 18px;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price__title {
  font-size: 13px;
}

.price__currency {
  font-size: 14px;
}

.price__old, .price__new {
  min-width: 40%;
}

.price__old {
  margin-right: 20px;
  position: relative;
}

.price__old::after {
  content: '';
  display: block;
  position: absolute;
  height: 42px;
  width: 1px;
  background-color: #cacaca;
  right: -9px;
  top: 50%;
  transform: translate(0, -50%);
}

.price__new {
  margin-left: 0px;
}

.price__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}

.price__number {
  font-size: 40px;
}

.price__number {
  font-size: 40px;
  line-height: 1;
}

.price__old .price__value {
  position: relative;
}

.price__old .price__value::before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  left: 8px;
  width: 87%;
  background-color: #f7420b;
  top: 16px;
  transform: rotate(15deg);
}

.price__old .price__value::after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  left: 8px;
  width: 87%;
  background-color: #f7420b;
  top: 16px;
  transform: rotate(-15deg);
}

.price__old .price__number {
  font-size: 37px;
  color: #838383;
  margin-bottom: -5px;
}

.price__new .price__number {
  color: #87b136;
  font-weight: bold;
  line-height: 0.96;
  margin-bottom: -4px;
}


.price__currency {
  line-height: 1;
  margin-top: -2px;
}

.price__new .price__number {
  color: #87b136;
  font-weight: bold;
}

.btn {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  width: 220px;
  border-radius: 67px;
  border: none;
  width: 220px;
  height: 71px;
  -webkit-box-shadow: inset 0 0 10px rgba(247, 207, 123, 0.48), 0px 19px 37px -26px rgba(0, 0, 0, 0.37);
  box-shadow: inset 0 0 10px rgba(247, 207, 123, 0.48), 0px 19px 37px -26px rgba(0, 0, 0, 0.37);
  line-height: 22px;
  background-image: -webkit-gradient(linear, left top, right top, from(#82aa34), color-stop(1%, #82aa34), color-stop(50%, #8db838), to(#82aa34));
  background-image: -webkit-linear-gradient(left, #82aa34 0%, #82aa34 1%, #8db838 50%, #82aa34 100%);
  background-image: -o-linear-gradient(left, #82aa34 0%, #82aa34 1%, #8db838 50%, #82aa34 100%);
  background-image: linear-gradient(to right, #82aa34 0%, #82aa34 1%, #8db838 50%, #82aa34 100%);
  border-bottom: 5px solid #749c27;
  padding-top: 3px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.btn__small {
  font-size: 17px;
  display: block;
}

.btn:hover {
  -webkit-box-shadow: inset 0 0 4px rgba(247, 207, 123, 0.48), 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 4px rgba(247, 207, 123, 0.48), 0px 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: #008064;
  background-image: -webkit-gradient(linear, left top, right top, from(#afcd71), color-stop(1%, #afcd71), color-stop(50%, #8db838), to(#afcd71));
  background-image: -webkit-linear-gradient(left, #afcd71 0%, #afcd71 1%, #8db838 50%, #afcd71 100%);
  background-image: -o-linear-gradient(left, #afcd71 0%, #afcd71 1%, #8db838 50%, #afcd71 100%);
  background-image: linear-gradient(to right, #afcd71 0%, #afcd71 1%, #8db838 50%, #afcd71 100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn:active {
  border-bottom: 1px solid #749c27;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.timerbox {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 62px;
  width: 198px;
  height: 80px;
  margin: 0 auto 25px;
}
.timerbox .countbox-num {
  width: 49px;
  float: left;
  box-sizing: border-box;
  height: 62px;
  display: inline-block;
  zoom: 1;
  position: relative;
}

.timerbox .countbox-space {
  position: relative;
  float: left;
  width: 24px;
  font-size: 24px;
  color: #292929;
  text-align: center;
  height: 62px;
  padding: 0;
}

#countbox-days1,
#countbox-hours1,
#countbox-mins1,
#countbox-secs1 {
  float: left;
  width: 17px;
  height: 30px;
  margin-left: 8px;
  text-align: center;
  z-index: 1;
  color: #292929;
}
#countbox-days2,
#countbox-hours2,
#countbox-mins2,
#countbox-secs2 {
  float: left;
  width: 15px;
  height: 30px;
  text-align: center;
  z-index: 1;
}
.timerbox .countbox-text {
  margin-top: 45px;
  font-size: 14px;
  color: #292929;
  text-align: center;
}

.clock {
  padding: 10px 0;
  font-size: 14px;
  margin-bottom: 0!important;
}