html,
body,
div,
span,
h1,
h3,
p,
img,
strong,
b,
figcaption,
figure,
footer,
header,
nav {
  margin: 0;
  padding: 0;

  font-size: 100%;
  vertical-align: baseline;

  background: transparent none repeat scroll 0 0;
  border: 0;
  outline: 0;
}

body {
  line-height: 1;
}

.c15 {
  margin-bottom: 25px;
}

.c15,
.c15 td,
.c15 tr {
  border: 1px solid #d6d6d6;
}

.c15 .c3 p {
  margin-bottom: 0;
  padding: 5px 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: 400;
  vertical-align: middle;
  text-align: left;
}

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

a {
  margin: 0;
  padding: 0;

  font-size: 100%;
  vertical-align: baseline;

  background: transparent none repeat scroll 0 0;
}

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

body {
  position: relative;

  background-color: #f2f2f2;
}

img {
  max-width: 100%;
}

a {
  color: #b88b58;
  text-decoration: none;
}

.Body {
  font-size: 18px;
  line-height: 22px;
}

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

.subtitle {
  margin-top: 20px;

  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  font-family: roboto condensed, arial, helvetica neue, sans-serif;
}

.Body > * {
  max-width: 980px;

  font-family: pfregal, georgia, serif;
}

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

.Body a {
  color: inherit;

  -webkit-box-shadow: 0 -1px #b88b58 inset;
          box-shadow: 0 -1px #b88b58 inset;
}

.Body a:hover {
  color: #b88b58;
}

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

.Body p:empty {
  display: none;
}

.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;

  font-weight: 700;
  font-size: 21px;
  font-family: roboto condensed, arial, helvetica neue, sans-serif;
}

.SvgIcon {
  position: relative;
  z-index: 1;

  display: inline-block;
  overflow: hidden;

  vertical-align: middle;
}

.SvgIcon--meduzaLogo {
  height: 80px;
  margin-top: -2px;
}

.Menu {
  display: none;

  font-weight: 600;
  font-family: roboto condensed, arial, helvetica neue, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (min-width:64em) {
  .Menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 80px;

    font-size: 13px;
    letter-spacing: 1px;

    background-color: #262626;
  }

  .Menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: inherit;
  }
}

.Menu-item {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;

  text-align: center;

  -webkit-transition: color 0.15s ease-out 0s;
          transition: color 0.15s ease-out 0s;
}

.Menu-item a {
  color: inherit;
}

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

    border-bottom: 0;
  }

  .Menu-item:last-of-type {
    border-right: medium;
  }

  .Menu-item:hover {
    color: #999999;

    background-color: inherit;
  }
}

.Menu-link {
  position: relative;
  top: 1px;

  line-height: 45px;
  color: #ffffff;
  text-decoration: none;

  -webkit-transition: color 0.15s ease-out 0s;
          transition: color 0.15s ease-out 0s;
}

.Menu-item:hover .Menu-link {
  color: #999999;
}

.MeduzaLogo {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;

  display: inline-block;
  width: 100px;
  height: 100%;

  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: contain;
}

.Header {
  position: relative;
  z-index: 2;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  height: 80px;

  background-color: #262626;
}

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

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

.Header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  height: 100%;
}

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

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

.Header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

.Header-meduzaLogo {
  position: absolute;
  right: 0;
  left: 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
}

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

.HeaderButton {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 45px;
  height: 100%;
  margin: 0;
  padding: 0 15px;

  color: #ffffff;

  background: transparent none repeat scroll 0 0;
  border: 0;
  cursor: pointer;

  -moz-user-select: none;
       user-select: none;

  fill: currentcolor;
}

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

.HeaderButton:hover {
  color: #999999;
}

.HeaderButton::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  border-right: 1px solid #676767;
}

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

.HeaderButton-link {
  display: block;
  padding-top: 2px;

  font-weight: 600;
  font-family: roboto condensed, arial, helvetica neue, sans-serif;
  color: inherit;
  text-transform: uppercase;

  cursor: pointer;
}

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

.HeaderButton-link a {
  color: inherit;
}

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

.HeaderButton--chat a {
  color: inherit;
}

.Copyright {
  padding: 0 12px;

  line-height: 1.2;
}

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

.Copyright-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  margin: 0 auto;
  padding: 13px 0 12px;
}

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

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

    text-align: left;

    border-top: 1px solid #505050;
  }
}

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

.Copyright-container a {
  color: #ffffff;
}

.Copyright-block {
      flex: 1 0 20%;
  -webkit-box-flex: 1;
  padding-top: 13px;

  font-size: 17px;

  -ms-flex: 1 0 20%;
}

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

    border-top: 0;
  }
}

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

.MaterialTag {
  position: relative;
  z-index: 30;

  display: inline-block;

  font-weight: 700;
  line-height: 1;
  font-family: roboto condensed, arial, helvetica neue, sans-serif;
  vertical-align: top;
  color: #b88b58;
  text-transform: uppercase;

  border: 1px solid;
  border-radius: 2px;

  -moz-user-select: none;
       user-select: none;
}

@media only screen and (max-width:32em) {
  .MaterialTag {
    height: 15px;
    padding: 0 5px;

    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.5px;
  }
}

span.MaterialTag {
  cursor: default;

  pointer-events: none;
}

@media only screen and (min-width:32em) {
  .MaterialTag--medium {
    height: 20px;
    padding: 0 7px;

    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}

.MaterialTag--solid {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);

  background: #b88b58 none repeat scroll 0 0;
  border-color: #b88b58;
}

.MaterialMeta {
  display: inline-block;
  margin-right: 12px;
  padding-left: 18px;

  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-family: roboto condensed, arial, helvetica neue, sans-serif;
  color: gray;

  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px auto;
}

@media only screen and (min-width:48em) {
  .MaterialMeta {
    margin-right: 15px;

    font-size: 15px;
    line-height: 18px;
  }
}

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

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

.MediaMaterialHeader {
  max-width: 100%;
}

.MediaMaterialHeader-first {
  line-height: 27px;
  color: #000000;
}

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

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
  font-weight: 700;
  font-size: 24px;
  font-family: roboto condensed, arial, helvetica neue, sans-serif;

  -webkit-transition: color 0.25s ease-out 0s;
          transition: color 0.25s ease-out 0s;
}

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

.MediaMaterial {
  padding: 12px;

  background-color: #ffffff;
}

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

.MediaMaterial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 650px;
  margin: 0 auto 18px;
}

@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: 0 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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    text-align: center;
  }
}

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

.Material {
  padding: 12px 0 0;
}

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

.Material-shadow {
  position: absolute;
  left: 0;
  z-index: 300;

  width: 100%;
  height: 1px;

  background-color: rgba(0, 0, 0, 0.15);
}

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

.Material-container {
  position: relative;

  background: #ffffff none repeat scroll 0 0;
}

@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;
}

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

.Figure-caption {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 7px 12px 0;

  font-size: 15px;
  line-height: 21px;
}

@media only screen and (min-width:40.625em) {
  .Figure-caption {
    padding-right: 0;
    padding-left: 0;

    font-size: 16px;
    line-height: 18px;
  }
}

.App {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;

  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s;
}

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

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

.App-content {
  position: relative;
  z-index: 1;

      flex: 1 0 auto;
  -webkit-box-flex: 1;
  overflow: visible;

  background-color: #f2f2f2;

  -ms-flex: 1 0 auto;
}

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

.App--isMaterial .App-content {
  background-color: #e6e6e6;
}

.Footer {
  font-family: roboto condensed, arial, helvetica neue, sans-serif;
  color: #999999;

  background-color: #252525;
}

.logo {
  display: block;
  margin-top: 0;
}

.ava-img {
  display: none;
  width: 50px;
  margin-right: 10px;

  vertical-align: middle;
}

.Body a {
  color: #0000ff;
}

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

a.button {
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 15px 20px;

  font-size: 20px;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none;

  background-color: red;
  border-radius: 50px;
}

a.button:hover {
  background-color: #c11f1f;
}

.oui {
  position: relative;

  width: 781px;
  height: 460px;

  font-family: Roboto !important;

  background: transparent linear-gradient(135deg, #3c72b5 0%, #7b9fcc 100%) repeat scroll 0 0;
  border: 5px solid #dddddd;
}

.actsss {
  display: none !important;
}

.eeee {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;

  display: none;
  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.kmacb-form2 .modal-block {
  position: fixed;
  top: 6%;
  left: 50%;
  z-index: 11000;

  width: 792px;
  height: 470px;
  margin-left: -396px;
  overflow: hidden;

  font-family: Arial, sans-serif;
  color: #222222;

  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

p.ouimainp {
  display: block;
  padding-top: 23px;

  font-weight: 700;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #ffffff;
}

.ouimain-text-img {
  display: block;
  width: 90%;
  margin-top: 27px;
  padding: 0 5%;
}

.ouimain-img {
  display: block;
  float: left;
  width: 30%;
  margin: 0 auto;
}

.ouimain-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.ouimain-text {
  display: block;
  float: right;
  width: 65%;
  margin-top: 15px;
  margin-left: 5%;
}

.ouimain-text p {
  padding-bottom: 5px;

  font-size: 22px;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #ffffff;
}

.ouimain-text-img::after {
  content: "";

  display: block;
  clear: both;
}

.kmacb-form input[type=button] {
  position: absolute;
  bottom: 29px;

  display: block;
  width: 402px;
  height: 64px;
  margin-left: 195px;
  padding: 0 10px;

  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 60px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-indent: 0;

  background: transparent linear-gradient(135deg, #de455c 0%, #de455c 13%, #c01f37 76%, #c01f37 100%) repeat scroll 0 0;
  border: 1px solid #499bea;
  border-radius: 10px;
  cursor: pointer;
  opacity: 1;

  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}

.lucky-chat-status__text--online::before {
  background-color: #93c296;
}

.lucky-chat-status__text--offline::before {
  background-color: red;
}

.lucky-chat-status__text::before {
  content: "";

  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;

  border-radius: 50%;
}

.lucky-chat-message__text::after {
  content: "";
  position: absolute;

  width: 0;
  height: 0;

  border-style: solid;
}

.lucky-chat-message__item--doctor .lucky-chat-message__name::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;

  width: 0;
  height: 0;
  margin-right: -2px;

  border-width: 0 14px 12px 0;
  border-style: solid;
  border-color: transparent #5fc890 transparent transparent;
}

.lucky-chat-message__item--doctor .lucky-chat-message__text::after {
  display: none;
}

.lucky-chat-message__item--guest .lucky-chat-message__text::after {
  top: 0;
  left: 100%;

  margin-left: -2px;

  border-width: 14px 12px 0 0;
  border-color: #c8d8e8 transparent transparent;
}

.lucky-chat-message__item--system .lucky-chat-message__text::after {
  top: 0;
  right: 100%;

  margin-right: -2px;

  border-width: 0 14px 12px 0;
  border-color: transparent #d47c3c transparent transparent;
}

html {
  font-family: sans-serif;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

b,
strong {
  font-weight: 700;
}

h1 {
  margin: 0.67em 0;

  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;

  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

  border: 0;
}

input {
  line-height: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.br0 {
  position: absolute;
  top: -100px;
  left: -10000px;

  display: none;
}

.disign_layer {
  margin-bottom: 15px;
}

.disign_layer a {
  color: inherit;
  text-decoration: none;


}

.pwrap {
  display: inline !important;
}

.left_count {
  width: 178px;
  margin: 12px 0;
  padding: 23px;

  color: #ffffff;
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;

  background: red;
}

.countdown-block {
  margin-right: -10px;
  margin-left: -10px;
  padding: 10px 0;

  text-align: center;
  color: #ffffff;

  background: #fff500;
}

.countdown-block > h3 {
  margin: 0;
  padding-top: 5px;

  font-weight: 800;
  font-size: 36px;
}

.countdown-container {
  max-width: 320px;
  margin: 0 auto;

  text-align: center;
}

.countdown-container .redd {
  margin: 0 auto;

  font-weight: 800;
  font-size: 30px;
  line-height: 32px;
  color: red;
}

.countdown-container h3 {
  margin: 0 auto;

  font-weight: 700;
  font-size: 18px;
  font-family: Roboto;
  color: #000000;
  text-transform: uppercase;
}

.countdown-container h6 {
  font-size: 14px;
  font-family: inherit;
  color: #0079f2;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;

  font-weight: 300;
  font-size: 39px;
  line-height: 1;
}

.countdown-item {
  width: 5rem;

  font-weight: 800;
  color: red;
}

.countdown-divider {
  width: 1rem;

  color: #000000;
}

.countdown-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: -8px;

  font-weight: 700;
  font-size: 1rem;
  font-family: Roboto;
  color: #000000;
  text-transform: uppercase;
}

.countdown-text span {
  width: 4rem;
  margin-right: 2rem;
}

.countdown-text span:last-child {
  margin-right: 0;
}

.best-form {
  margin-right: -10px;
  margin-left: -10px;
  padding: 16px;

  font: 16px/1.2 "Arial";
  color: #ffffff;

  background-image: linear-gradient(to top, #d1f0ff, #e9f8ff);
}

.best-form > .wrap {
  max-width: 310px;
  margin: 0 auto;
}

.product {
  display: flex;
  margin-bottom: 15px;
}

.product .left {
  width: 50%;
}

.product .right {
  width: 50%;

  font-family: Roboto;
  text-align: center;
}

.product .discount {
  width: 85%;
  height: 5rem;
  margin-top: -0.3rem;

  font-style: italic;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 5rem;
  text-align: center;
  color: red;
  letter-spacing: -3px;

  background-image: linear-gradient(to right, #ffff00, #ffeb3b);
  border-radius: 10px;
  transform: skew(-15deg);
}

.product .discount div {
  transform: skew(15deg);
}

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

.product .discount-text {
  margin-top: 1rem;

  font-size: 18px;
  color: #000000;
}

.product .price span {
  display: inline-block;

  font-weight: 300;
  font-size: 50%;
}

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

.product .price-old span {
  position: relative;

  display: inline-block;
  padding: 0 1rem;

  font-weight: 700;
  font-size: 25px;
  color: #000000;
}

.product .price-old span:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;

  border-top: 5px solid #ed1b24;
  transform: rotate(-10deg);
}

.country-input,
.name-input,
.phone-input {
  position: relative;

  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;

  font-size: 20px;
  color: #000000;
}

.name-input input,
.phone-input input,
.country-input select {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 10px 15px;
  padding-left: 35px;

  font: inherit;
  color: inherit;

  border: 0;
  border-radius: 6px;

  transition: all 0.15s ease-in-out;
}


select::-ms-expand {
  display: none;
}

select {
  background-image: url("../img/sel.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;

  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
          appearance: none !important;
}

.phone-input::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;

  width: 21px;
  height: 24px;

  background-image: url("../img/phone-icon.svg");
  background-repeat: no-repeat;
}


.country-input::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;

  width: 21px;
  height: 24px;

  background-image: url("../img/location-icon.svg");
  background-repeat: no-repeat;
}

.name-input::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;

  width: 22px;
  height: 23px;

  background-image: url("../img/user-icon.svg");
  background-repeat: no-repeat;
}

.button-submit:focus,
input:focus-within,
select:focus-within {
  outline: 0;
  box-shadow: 0 0 0 4px #bdab3c;
}

.name-input:focus-within input,
.phone-input:focus-within input,
.country-input:focus-within input {
  outline: 0;
}

.name-input .country {
  vertical-align: -2px;

  border-radius: 3px;
}

.name-input label,
.phone-input label {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;

  text-align: left;
}

.button-submit {
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  margin: 15px auto;
  padding: 14px 0;

  font: 24px/1.4 "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #544c4c;
  text-transform: uppercase;
  text-decoration: none;

  background-image: linear-gradient(to top, #d8b81b, #fff080);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: .3s;
}

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

.button-submit-text {
  flex: 1 1 auto;

  font: inherit;
  font-weight: 700;
  line-height: 1;
  color: #544c4c;
}

.button-submit-arrow {
  width: 0;
  height: 0;
  margin-right: 1rem;

  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1rem solid #ffffff;
}

.ord_button {
  display: inline-block;
  margin: 20px 0 30px;
  padding: 10px 30px;

  font-size: 25px !important;
  line-height: 27px;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none !important;

  background-color: #5d9d52;
  border: 3px solid #ffffff;
  border-radius: 8px;
  box-shadow: 2px 3px 8px #999999;

  transition: all 0.3s ease-in 0s;
}

.ord_button:hover {
  text-decoration: none !important;

  background-color: #5d9d52;
  box-shadow: 2px 3px 3px #999999;
  transform: scale(1.1);
}

.advert_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;

  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

@media (max-width:768px) {
  .advert_wrap__item1 {
    display: none;
  }
}

.prod-price {
  max-width: 300px;
  margin: 0 auto 20px;

  line-height: 1;
}

.pop-old-price {
  font-size: 24px;
  color: gray;
  text-decoration: line-through;
}

.pop-new-price {
  font-weight: bold;
  font-size: 32px;
  color: #544c4c;
  text-shadow: 0 0 4px #e3c72e;
}

.pop-price::before {
  content: " ";
  position: absolute;
  top: -60px;
  left: calc(50% - 60px);

  width: 120px;
  height: 65px;

  background: url("../img/sale.png") no-repeat;
  background-size: 120px;
}

.price-bottom {
  width: 100%;
}

.pop-prod,
.pop-price {
  position: relative;

  margin: auto;

  text-align: center;
}

.pop-prod img {
  width: 100%;
  margin-bottom: 50px;
}

.-contentshowsubtitle {
  max-width: 100%;
}
