button {
      border: 0px solid #000;
      background-color: inherit;
  }
  
  .link-button {
      position: absolute;
      z-index: 4;
      text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
      display: inline-block;
      margin-top: 10px;
      font-size: 22px;
      width: 199px;
      height: 78px;
      text-align: center;
      line-height: 78px;
      font-weight: 900;
      color: #fff;
      border-radius: 7px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      overflow: hidden;
      outline: none;
      background-image: -webkit-linear-gradient(90deg, #f64156 0%, #f4102b 100%);
      background-image: -ms-linear-gradient(90deg, #f64156 0%, #f4102b 100%);
      -webkit-box-shadow: 0px 4px 0px 0px #b60116;
      box-shadow: 0px 4px 0px 0px #b60116;
  }
  
  .link-button::before {
      content: 'Забрать выигрыш';
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      right: 0;
      top: 0;
      border-radius: 5px;
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(#f4102b), to(#f64156));
      background: -webkit-linear-gradient(bottom, #f4102b 0%, #f64156 100%);
      background: -o-linear-gradient(bottom, #f4102b 0%, #f64156 100%);
      background: linear-gradient(0deg, #f4102b 0%, #f64156 100%);
  }
  
  .link-button:hover::before {
      opacity: 1;
      /*-webkit-box-shadow: 0px 4px 0px 0px #f1cb46;
      box-shadow: 0px 4px 0px 0px #f1cb46;*/
  }
  
  .link-button:hover {
      -webkit-box-shadow: 0px 4px 0px 0px #b60116;
      box-shadow: 0px 4px 0px 0px #b60116;
  }
  
  .link-button::after {
      content: "";
      position: absolute;
      left: -140px;
      top: -110px;
      z-index: 7;
      display: block;
      width: 35px;
      height: 300px;
      margin-left: 60px;
      background: rgba(255, 255, 255, 0.3);
      -webkit-box-shadow: 0 0 75px rgba(255, 255, 255, 0.4);
      box-shadow: 0 0 75px rgba(255, 255, 255, 0.4);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      /*transition: all 0.5s ease;*/
      -webkit-animation-name: shine;
      animation-name: shine;
      -webkit-animation-duration: 2.5s;
      animation-duration: 2.5s;
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      /*animation: shine 1.2s ease;*/
  }
  
  @-webkit-keyframes shine {
      0% {
          left: -140px;
      }
      100% {
          left: 760px;
      }
  }
  
  @keyframes shine {
      0% {
          left: -140px;
      }
      100% {
          left: 760px;
      }
  }
  
  #main-link-5 {
      left: 50%;
      transform: translateX(-50%);
      top: 310px;
      font-size: 20px;
      width: calc(100% - 60px);
      font-family: 'Gilroy Bold', arial;
      font-size: 20px;
      cursor: pointer;
      background-image: -webkit-linear-gradient(90deg, #f64156 0%, #f4102b 100%);
      background-image: -webkit-linear-gradient(90deg, #f64156 0%, #f4102b 100%);
  }
  
  #main-link-5:before {
      content: 'Забрать выигрыш';
      background-image: -webkit-linear-gradient(90deg, #f4102b 0%, #f64156 100%);
      background-image: -ms-linear-gradient(90deg, #f4102b 0%, #f64156 100%);
  }

@media only screen and (max-width : 600px) {
      #main-link-5 {
      top: 265px;
      width: calc(100% - 50px);
  }
}
@media only screen and (max-width : 500px) {
      #main-link-5 {
      top: 265px;
      width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 365px) {
#main-link-5 {
    top: 285px;
    width: calc(100% - 35px);
}
}

input {
    text-indent: 7px;
}
#modal_close {
    width: 30px;
    height: 30px;
    font-size: 28px;
    font-family: roboto condensed, arial;
    position: absolute;
    top: 10px;
    right: 13px;
    cursor: pointer;
    display: block;
}

#modal_form {
    width: 70%;
    height: 40%;
    border-radius: 10px;
    /* border: 3px #000 solid; */
    background: #f8f1f1;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 20px 10px;
    text-align: center;
    color: #222;
}
/* ÐšÐ½oÐ¿Ðºa Ð·aÐºÑ€Ñ‹Ñ‚ÑŒ Ð´Ð»Ñ Ñ‚ÐµÑ… ÐºÑ‚o Ð² Ñ‚aÐ½ÐºÐµ) */

.title-popap {
    font-size: 24px;
    font-family: roboto condensed, arial;
}
#modal_form p {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

#overlay {
    z-index:3; /* Ð¿oÐ´Ð»oÐ¶Ðºa Ð´oÐ»Ð¶Ð½a Ð±Ñ‹Ñ‚ÑŒ Ð²Ñ‹ÑˆÐµ ÑÐ»oÐµÐ² ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚oÐ² ÑaÐ¹Ñ‚a, Ð½o Ð½Ð¸Ð¶Ðµ ÑÐ»oÑ Ð¼oÐ´aÐ»ÑŒÐ½oÐ³o oÐºÐ½a */
    position:fixed; /* Ð²ÑÐµÐ³Ð´a Ð¿ÐµÑ€ÐµÐºÑ€Ñ‹Ð²aÐµÑ‚ Ð²ÐµÑÑŒ ÑaÐ¹Ñ‚ */
    background-color:#000; /* Ñ‡ÐµÑ€Ð½aÑ */
    opacity:0.8; /* Ð½o Ð½ÐµÐ¼Ð½oÐ³o Ð¿Ñ€oÐ·Ñ€aÑ‡Ð½a */
    -moz-opacity:0.6; /* Ñ„Ð¸ÐºÑ Ð¿Ñ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ð¾ÑÑ‚Ð¸ Ð´Ð»Ñ ÑÑ‚Ð°Ñ€Ñ‹Ñ… Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð¾Ð² */
    filter:alpha(opacity=80);
    width:100%;
    height:95%; /* Ñ€aÐ·Ð¼ÐµÑ€oÐ¼ Ð²o Ð²ÐµÑÑŒ ÑÐºÑ€aÐ½ */
    top:0; /* ÑÐ²ÐµÑ€Ñ…Ñƒ Ð¸ ÑÐ»ÐµÐ²a 0, oÐ±ÑÐ·aÑ‚ÐµÐ»ÑŒÐ½Ñ‹Ðµ ÑÐ²oÐ¹ÑÑ‚Ð²a! */
    left:0;
    cursor:pointer;
    display:none; /* Ð² oÐ±Ñ‹Ñ‡Ð½oÐ¼ ÑoÑÑ‚oÑÐ½Ð¸Ð¸ ÐµÑ‘ Ð½ÐµÑ‚) */
}
.rub-ramka {
    background: rgba(189, 61, 77, 0.04);
    padding: 12px 15px!important;
    color: rgb(8, 8, 8);
    font-size: 18px;
    font-family: roboto condensed, arial;
    border: 2px solid;
    border-radius: 4px;
    font-weight: bold;
    border-color: #bd3d4d;
    text-indent: 0!important;
    text-align: left;
    line-height: 25px;
    max-width: 880px;
    display: block;
    margin: 20px auto;
}

.head-form {
    font-weight: bold;
}
.rub-ramka-varning{
    font-weight: 500;
    color: rgb(226, 36, 60)
}
.rub-ramka-varning-2 {
    font-weight: 500; color: rgb(226, 36, 60)
}
.title-my {
    text-align: center;
    font-family: "PT Serif";
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    color: rgb(51, 51, 51);
    max-width: 880px;
    padding: 0 10px;
    margin: auto;
    margin-bottom: 0.3em;
}
.link-bio {
    border-bottom: 1px dashed;
    color: rgb(255, 31, 59);
    text-decoration: none;
    font-weight: 600;
}
.frame-container {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.row-form {
    text-align: center;
    font-family: Helvetica, sans-serif;
}

#order {
    max-width: 570px;
    margin: 25px auto;
    background: #fff;
    padding: 0px 0;
    box-shadow: 0px 0px 10px 1px #ebebeb;
    border-radius: 15px;
}

.head-form {}

.col-md-12 {
    width: 100%;
    display: block;
}

.col-md-12 input, .col-md-12 select {
    width: 80%;
    height: 58px;
    box-sizing: border-box;
    padding: 8px 10px 8px 45px;
    font-size: 17px;
    border-radius: 14px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    outline: none;
    color: #757575;
}

#order button {
    webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    text-align: center;
    text-transform: none;
    background-color: #54a22c;
    color: #fff;
    transition: opacity .2s ease-out;
    border: none;
    font-size: 32px;
    font-weight: bold;
    padding: 20px 0;
    width: 90%;
    outline: none;
    cursor: pointer;
}

#order h2,
#order h3 {
    color: #fff;
    background: #e31c23;
}

#order h3 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 29px;
    text-shadow: 0px 1px 2px #000;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}
.lock {
    margin-right: 15px;
}
.head-form {
    border-radius: 10px 10px 0 0;
    background: #3498db;
    font-size: 24px;
    padding: 10px 0 0;
}

.head-form img {
    margin-bottom: -10px;
    width: 100%;
}

#order h2 {
    padding-top: 8px;
    font-size: 17px;
    margin: 0;
}

.head-form span {
    color: #fff;
    line-height: 1.4;
    display: inline-block;
    margin: 8px 0 -8px 0;
    padding: 8px;
    font-size: 28px;
}

.head-form span img {
    margin-bottom: 0;
    width: auto;
    display: inline-block;
}

.date,
.price {
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px 0;
}

.date {
    background: #ebebeb;
    border-radius: 12px 0 0 12px;
    line-height: 26px;
    font-size: 18px;
    color: #434343;
}

.price {
    background: #0c3492;
    color: #fff;
    border-radius: 0 12px 12px 0;
    min-height: 48px;
    padding: 7px 0;
}

.new-price {
    font-size: 36px;
    display: inline-block;
    margin-left: 10px;
}

.old-price {
    display: inline-block;
    margin-top: 14px;
    font-size: 19px;
    vertical-align: top;
    text-decoration: line-through;
}

.discount {
    margin: 25px 0;
    display: inline-block;
    height: 100%;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 13px;
}

.name,
.phone {
    position: relative;
    border: none;
    background: no-repeat;
    padding: 0;
}

.icon-form {
    color: #3498db;
    font-size: 20px;
    position: absolute;
    left: 50px;
    top: calc(50% - 10px);
    transform: translateY(-50%);
}

button img {
    margin-bottom: -3px;
    display: inline-block;
}

.under-button {
    display: block;
    width: 90%;
    margin: 15px auto;
    text-align: left;
    color: #818181;
    font-size: 11px;
    line-height: 20px;
}

.under-button i {
    font-style: normal;
    color: red;
}

.footer {
    background: #ebebeb;
    padding: 20px 25px;
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    border-radius: 0 0 15px 15px;
}

.footer span {
    background: #e31c23;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    line-height: 32px;
}

.lead-footer-block {
    border: none!important;
}
.orderForm  {
    padding-bottom: 25px;
}
.head-form {
    margin-bottom: 15px;
}
@media(max-width: 767px) {
    .date,
    .price {
        width: 100%;
        float: none;
        border-radius: 12px;
    }
    .date br {
        display: none;
    }
    .discount {
        border: none;
    }
    .date {
        border-radius: 12px 12px 0 0;
    }
    .price {
        border-radius: 0 0 12px 12px;
    }
    #order button {
        font-size: 21px;
    }
    button img {
        margin-bottom: -5px;
        display: inline-block;
    }
    .footer {
        text-align: center;
    }
}
@media(max-width: 600px) {
    .icon-form {
        font-size: 18px;
        left: 45px;
        top: 28px;
        transform: none;
    }
}
@media(max-width: 500px) {
    .icon-form {
        left: 37px;
    }
    #modal_form {
        width: 80%;
        height: 60%;
    }
}
@media(max-width: 400px) {
    .icon-form {
        left: 30px;
    }
}
@media(max-width: 375px) {
    .icon-form {
        left: 34px;
    }
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

 .svg-inline--fa.fa-w-16 {
     width: 1em;
 }
.icon-form {
    color: #3498db;
    font-size: 20px;
    position: absolute;
    left: 79px;
    top: calc(50% - 10px);
    transform: translateY(-50%);
}

 .svg-inline--fa {
     display: inline-block;
     font-size: inherit;
     height: 1em;
     overflow: visible;
     vertical-align: -.125em;
 }

 @media screen and (max-width: 767px) {
     .icon-form {
         left: 62px;
     }
 }
.img1 {
    background-image: url(../img/product.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 306px;
    height: 306px;
}
/* Code tidied up by ScrapBook */
html {
    font-family: sans-serif;
}

body {
    margin: 0px;
}

strong {
    font-weight: 700;
}

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

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

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

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

input {
    line-height: normal;
}

@media print {

    *,
    *::after,
    *::before {
        color: rgb(0, 0, 0) ! important;
        text-shadow: none ! important;
        background: transparent none repeat scroll 0px 0px ! important;
        box-shadow: none ! important;
    }
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: rgb(153, 153, 153);
    opacity: 1;
}

.form-group {
    margin-bottom: 15px;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 122, 183);
    border-color: rgb(46, 109, 164);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(40, 96, 144);
    border-color: rgb(32, 77, 116);
}

.btn-primary:active {
    background-image: none;
}

html,
body,
div,
h1,
strong,
form,
input {
    margin: 0px;
    padding: 0px;
    /* border: 0px none; */
    outline: 0px none;
}

:focus {
    outline: 0px none;
}

body {
    line-height: 1;
    font-family: Tahoma;
}

html {
    height: 100%;
    width: 100%;
    min-width: 900px;
}

body {
    width: 100%;
    color: rgb(0, 0, 0);
    font: 12px/120% Tahoma, Geneva, sans-serif;
    background: rgb(3, 5, 22) none repeat scroll 0% 0%;
    position: relative;
}

html {
    min-width: 320px;
}

.form-order {
    max-width: 450px;
    margin: 0 auto;
}

.form-order h1 {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 449px) {
    .form-order {
        max-width: 300px;
    }
}

input[type=submit] {
    cursor: pointer
}

input {
    margin: 0
}

.btn-primary {
    border-radius: 100px;
    border: none;
    background-image: linear-gradient(to top, #129f20 0, #5be368 100%);
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: block;
    width: 90%;
    margin: 15px auto;
    outline: 0 !important;
    letter-spacing: .68px;
    padding: 20px 12px !important
}

.btn-primary:hover {
    background-image: linear-gradient(to top, #129f20 0, #5be368 100%)
}

.btn-primary:active {
    background-image: linear-gradient(to top, #129f20 0, #5be368 100%)
}

@media (max-width:600px) {
    .btn-primary {
        font-size: 25px
    }
}

.chat-foofaster-form input[type=text]:not(:focus)+span.cursor:before {
    display: block;
    animation: cursor 1s infinite step-end
}

@keyframes cursor {
    50% {
        background: 0 0
    }
}dialog::backdrop{background:#000;opacity:.7}
.old_pr {
    text-decoration:line-through;
}
