* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #e7e7e7;
    font-family: 'PT Sans', sans-serif;
}

.limit {
    max-width: 985px;
    width: 100%;
    margin: 0 auto;
}

header {
    background-color: #000000;
    font-size: 0px;
    margin-top: 40px;
    text-align: center;
}

header a,
.comment a {
    cursor: pointer;
}

header .logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    text-decoration: none;
    text-align: left;
}

header .logo .menu {
    width: 30px;
}

header .logo img {
    display: inline-block;
    vertical-align: middle;
}

header .logo_img {
    position: absolute;
    top: -24px;
    left: 48px;
}

header nav {
    display: inline-block;
    vertical-align: middle;
}

header nav ul li {
    display: inline-block;
}

header nav ul li a {
    font-size: 14px;
    padding: 14px 5px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

header nav ul li a:hover {
    background: #373737;
}

header .soc_bl {
    display: inline-block;
    vertical-align: middle;
    width: 29%;
    text-align: right;
}

header .soc_bl .soc_item {
    display: inline-block;
    vertical-align: middle;
    padding: 21px 15px;
    background-color: #373737;
    margin: 2px 2px 2px 0px;
    text-decoration: none;
}

header .soc_bl .soc_item span {
    font-size: 14px;
    color: white;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
}

header .soc_bl .bg_red {
    background-color: #d70101;
}

main .main-container {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 20px 0px 15px;
    padding: 20px;
}

main .main-container .content {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

main .main-container .content h1 {
    color: #b40404;
    margin: 15px 0px;
}

main .main-container .content h1 span {
    display: block;
}

main .main-container .content .colorRed {
    color: #b40404;
}

main .main-container .content p {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 17px;
}

main .main-container .content img {
    max-width: 100%;
    display: block;
    margin: 10px 0;
}

main .main-container .content .colorBlue {
    color: darkblue;
}

main .main-container .content .colorBlue img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}

main .main-container .content .center {
    text-align: center;
}

main .main-container .content .list {
    padding-left: 40px;
}

main .main-container .content .colorYellow {
    background-color: #fcff35;
}

main .main-container .content .fl_l {
    float: left;
    width: 250px;
    padding-right: 10px;
}

main .main-container .content .fl_r {
    float: right;
    width: 250px;
    padding-right: 10px;
}

main .main-container .content .colorPink {
    color: #e3593b;
}

main .main-container .content .colorSmoke {
    color: #565555;
}

main .main-container .content .bord_tit {
    color: darkblue;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid #9a9a9a;
    border-top: 1px solid #9a9a9a;
}

main .main-container .content .pl_text {
    background: url('../images/pl.jpg');
    width: 182px;
    height: 189px;
    background-size: contain;
    padding: 10px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    color: #5a3400;
}

main .main-container .content .pl_text p {
    font-size: 13px;
    line-height: 1.2;
}

main .main-container .content h3 {
    margin: 10px 0px;
}

main .main-container .content .list2 {
    padding-left: 40px;
}

main .main-container .form_block {
    font-size: 0px;
}

main .main-container .form_block .left_bl_form {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: right;
}

main .main-container .form_block .left_bl_form .prices {
    background: #f9ce43;
    border: 1px solid #f17400;
    padding: 10px 50px 11px 10px;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 10px;
    width: 290px;
    display: inline-block;
}

main .main-container .form_block .left_bl_form .old_price {
    font-size: 24px;
    color: #97907b;
    font-weight: bold;
    text-decoration: line-through;
}

main .main-container .form_block .left_bl_form .how__many {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: -1px;
    font-weight: bold;
}

main .main-container .form_block .left_bl_form .new_price {
    font-size: 48px;
    color: #02963c;
    font-weight: bold;
    line-height: 1;
}

main .main-container .form_block .left_bl_form .prod_bl {
    position: relative;
    text-align: right;
}

main .main-container .form_block .left_bl_form .prod_bl img {
    display: inline-block;
}

main .main-container .form_block .left_bl_form .sale {
    background: url('../images/discount.png') no-repeat;
    width: 128px;
    height: 128px;
    padding: 36px 0;
    color: #ffffff;
    position: absolute;
    bottom: 227px;
    left: 0px;
    z-index: 9;
}

main .main-container .form_block .left_bl_form .sale .text__top {
    position: absolute;
    line-height: 1;
    font-size: 19px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

main .main-container .form_block .left_bl_form .sale .text__top span {
    font-size: 39px;
    font-weight: 700;
}

main .main-container .form_block .left_bl_form .shtamp {
    position: absolute;
    bottom: 90px;
    left: 10px;
    width: 100px;
}

main .main-container .form_block .right_bl_form {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 20px;
}

main .main-container .form_block .right_bl_form .form-border {
    background: rgba(2, 150, 60, 0.4);
    padding: 5px;
}

main .main-container .form_block .right_bl_form .form-border .form {
    background: #02963c;
    padding: 20px;
    -webkit-box-shadow: inset 0px 0px 22px #696969;
    box-shadow: inset 0px 0px 22px #696969;
}

main .main-container .form_block .right_bl_form .form-border .form .zakaz {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
}

main .main-container .form_block .right_bl_form .form-border .form select {
    display: block;
    height: 43px;
    width: 100%;
    margin: 10px auto 0;
    padding: 4px 15px;
    background: url('../images/arrow.png') 95% 50% no-repeat #ffffff !important;
    font-size: 18px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

main .main-container .form_block .right_bl_form .form-border .form input {
    display: block;
    width: 100%;
    margin: 10px auto;
    height: 43px;
    color: #000000;
    padding: 0px 15px;
    font-size: 18px;
}

main .main-container .form_block .right_bl_form .form-border .form .footer__shipment {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

main .main-container .form_block .right_bl_form .form-border .form .footer__total {
    font-size: 28px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

main .main-container .form_block .right_bl_form .form-border .form .btn_shadow {
    width: 100%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto 35px;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

main .main-container .form_block .right_bl_form .form-border .form .btn_shadow .btn {
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    background: #f9c400;
    background: -webkit-linear-gradient(top, #f9c400 0%, #f59d00 50%, #f17000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9c400), color-stop(50%, #f59d00), to(#f17000));
    background: linear-gradient(to bottom, #f9c400 0%, #f59d00 50%, #f17000 100%);
    padding: 21px 23px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 24px;
    color: white;
    outline: none;
    border: 2px solid #ffc700;
}

main .main-container .comments {
    border-top: 1px solid #9a9a9a;
    padding-top: 30px;
}

main .main-container .comments .comm_tit {
    color: #cc0000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

main .main-container .comments .comment {
    border-top: 1px solid #e7e9ed;
    padding-top: 20px;
    padding-bottom: 20px;
}

main .main-container .comments .comment .ava {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
}

main .main-container .comments .comment .ava img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

main .main-container .comments .comment .comm_body {
    margin-left: 65px;
}

main .main-container .comments .comment .comm_body .comm_name {
    font-weight: bold;
}

main .main-container .comments .comment .comm_body .comm_name .data {
    color: #8492a6;
    font-size: 14px;
}

main .main-container .comments .comment .comm_body .comm_text {
    margin-top: 10px;
}

main .main-container .comments .comment .comm_body .comm_like_repl {
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

main .main-container .comments .comment .comm_body .comm_like_repl .icon-thumbs-up-alt {
    color: #999;
    float: left;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

main .main-container .comments .comment .comm_body .comm_like_repl .reply {
    color: #108ee9;
    text-decoration: none;
    display: inline-block;
}

main .main-container aside {
    display: inline-block;
    width: 28%;
    vertical-align: top;
    padding: 12px;
    background: #f1f1f1 none repeat scroll 0% 0%;
    border: 1px solid #e1e1e1;
}

main .main-container aside img {
    width: 100%;
}

main .main-container aside .sb_tit {
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 10px;
}

main .main-container aside .sb_tit span {
    display: block;
}

main .main-container aside .list_sb {
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

main .main-container aside .list_sb li {
    font-weight: bold;
}

main .main-container aside .prod_sb {
    width: 200px;
    display: block;
    margin: 0 auto;
}

main .main-container aside .btn_sn {
    display: block;
    text-align: center;
    padding: 10px;
    color: white;
    border-radius: 30px;
    background-color: #1f2f85;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

main .contentSpoil {
    display: none;
    text-align: center;
}

main .spoil {
    background: #eee;
    width: 100%;
    font-size: 16px;
    color: #000;
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
}

main .hide_txt {
    display: none;
}

main .hide_txt2 {
    display: none;
}

main .img_text_a {
    width: 600px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

main .img_text_a p {
    position: absolute;
    font-size: 0 !important;
    left: 0;
    top: 0;
    width: 100%;
}

main .img_text_a p span {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #c60401;
}

main .img_text_a .wd2 {
    top: inherit;
    bottom: 0px;
}

main .img_text_a .wd2 span {
    width: 25%;
}

main .show_p_wbs {
    display: none;
    position: fixed;
    background: #fff;
    width: 368px;
    right: 171px;
    bottom: 30px;
    padding: 30px;
    border-radius: 1px;
    box-shadow: 0 1px 23px 3px #696868;
}

main .show_p_wbs .show_p_img {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

main .show_p_wbs p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

main .show_p_wbs:after {
    top: 100%;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right: 0;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 23px;
    margin-left: -30px;
}

main .btn {
    display: block;
}

.img_text_a2 {
    position: relative;
}

.img_text_a2 p {
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 800px) {
    header nav {
        display: none;
    }

    main .img_text_a p span {
        font-size: 13px;
    }

    main .main-container .content .little-text {
        font-size: 13px;
    }

    header .soc_bl {
        display: none;
    }

    header .logo .menu {
        width: 30px;
        padding: 10px 0px;
        margin-left: 15px;
    }

    header .logo {
        width: 100%;
    }

    header .logo_img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    main .main-container aside {
        display: none;
    }

    main .main-container .content {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
}

@media screen and (max-width: 600px) {
    .img_text_a2 {
        position: relative;
        margin-bottom: 20px;
    }

    .fl_l img {
        padding: 10px;
    }

    main .img_text_a {
        width: 400px;
    }

    main .show_p_wbs {
        right: 20px;
        bottom: 30px;
    }

    main .main-container .form_block .left_bl_form {
        display: block;
        vertical-align: top;
        width: 100%;
        text-align: center;
    }

    main .main-container .form_block .left_bl_form .prod_bl {
        position: relative;
        text-align: center;
    }

    main .main-container .form_block .left_bl_form .prod_fr {
        display: inline-block;
        width: 204px;
    }

    main .main-container .form_block .left_bl_form .sale {
        width: 128px;
        height: 128px;
        padding: 36px 0;
        color: #ffffff;
        position: absolute;
        bottom: 189px;
        left: 101px;
    }

    main .main-container .form_block .left_bl_form .shtamp {
        position: absolute;
        bottom: 77px;
        left: 113px;
    }

    main .main-container .form_block .right_bl_form .form-border {
        background: rgba(2, 150, 60, 0.4);
        padding: 5px;
        width: 320px;
        margin: 0 auto;
    }

    main .main-container .form_block .right_bl_form {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    main .main-container .content .fl_l {
        float: none;
        width: 100%;
        padding-right: 0px;
    }

    main .main-container .content .fl_r {
        float: none;
        width: 100%;
        padding-right: 0px;
    }

    main .main-container .content .pl_text {
        background: url('../images/pl.jpg') no-repeat center;
        width: 184px !important;
        height: 189px;
        background-size: contain;
        padding: 6px 10px;
        text-align: center;
        font-family: 'Noto Sans', sans-serif;
        font-size: 14px;
        margin: 0 auto;
        color: #5a3400;
    }

    main .main-container .content .prod_main {
        width: 200px;
    }

    main .main-container .form_block .left_bl_form .prices {
        padding: 10px 10px 10px 10px;
    }
}

@media screen and (max-width: 450px) {
    main .img_text_a {
        width: 285px;
    }

    main .main-container .form_block .right_bl_form .form-border {
        background: rgba(2, 150, 60, 0.4);
        padding: 5px;
        width: 285px;
    }

    main .main-container .form_block .left_bl_form .sale {
        left: 0;
    }

    main .main-container .form_block .left_bl_form .shtamp {
        position: absolute;
        bottom: 77px;
        left: 0;
    }
}

.pulse {
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  
    50% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
    }
  
    100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  }

.nw {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px; 
  font-size: 14px;
  text-align: left;
  margin-top: 15px !important;
}

.list-green {
    list-style-type: none !important;
    list-style: none !important;
    margin: 0;
    padding: 0 !important;
  }
  
  .list-green li {
    position: relative;
    padding-left: 24px;
    background-image: url(../images/gal.png);
    background-position: left top 5px;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 7px;

  }
  
  .list-red {
    list-style-type: none !important;
    list-style: none !important;
    margin: 0;
    padding: 0 !important;
  }
  
  .list-red li {
    position: relative;
    padding-left: 27px;
    background-image: url(../images/crest.png);
    background-position: left top 0px;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    height: 25px;
  }
  

  .disp-text {
    background: #eee;
    width: 100%;
    font-size: 16px;
    color: #000;
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
  }


  .form {
    background: #FDF6ED;
    border: 1px solid #F5E4CD;
    font-size: 14px;
    padding-top: 80px;
    padding-bottom: 80px
}

.form__title {
    color: #151515
}

.form__text {
    font-size: 18px;
    margin: 20px 0
}

.form__req {
    color: red
}

.form__legal,.form__footer {
    font-size: .875rem
}

.form__link {
    color: inherit
}

.form__ssl {
    display: flex;
    align-items: center
}

.form__ssl span {
    display: inline-block;
    border-radius: 50em;
    padding: .125rem .5rem;
    background-color: #4bad33;
    color: #fff;
    font-size: .875rem;
    font-weight: 500;
    margin-right: .875rem
}

.form__ssl span:before {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-lock-fill" viewBox="0 0 16 16"><path d="M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z"/></svg>');
    background-repeat: no-repeat;
    background-size: .875rem .875rem;
    width: .875rem;
    height: .875rem;
    margin-right: .25rem
}

.form__ssl p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0
}

.form .form-control::placeholder {
    color: #d1d1d1;
    font-size: 14px
}

.form .form-control,.form .form-select .form-check-input {
    border-color: #d1d1d1
}

.thank-you {
    margin-top: 3rem;
    padding: 4rem 0
}

.thank-you__title {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 800;
    text-transform: uppercase
}

.thank-you__text {
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .thank-you {
        padding:8rem 0
    }

    .thank-you__title {
        font-size: 2.625rem;
        text-align: center;
        margin-bottom: 1.5rem
    }

    .thank-you__text {
        text-align: center;
        font-size: 1.25rem
    }
}

.close-popup,
.cursor-text {
  cursor: pointer;
  position: absolute;
}

.cursor-text,
.pop-up-window,
.spin-result-wrapper,
.spin-wrapper,
.wheel-wrapper {
  text-align: center;
}

.spin-wrapper {
  padding: 40px 10px;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 4px solid #e70d14;
}

.spin-wrapper p {
  text-align: center !important;
  font-size: 18px;
  line-height: 1.3em;
  text-indent: 0;
  padding: 0;
  margin-bottom: 40px;
}

.spin-wrapper .spin-title {
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.wheel {
  width: 506px !important;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.wheel-cursor {
  display: flex;
  align-items: center;
  justify-content: center;
  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 {
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #262626;
  z-index: 2;
  display: inline-block;
  /* font-size: 13px; */
  width: 70px !important;
  height: 70px;
  line-height: 63px;
  border-radius: 50%;
  vertical-align: middle;
  top: 30%;
  left: 53px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  box-shadow: rgb(255 255 255) 0px -2px 0px inset,
    rgb(255 255 255) 0px 2px 0px inset, rgb(0 0 0 / 40%) 0px 0px 5px;
}

@keyframes scale {
  0% {
    transform: scale(100%);
  }
  100% {
    transform: scale(110%);
  }
}

@keyframes scale2 {
  0% {
    transform: translate(-50%, -50%) scale(100%);
  }
  100% {
    transform: translate(-50%, -50%) scale(110%);
  }
}

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

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

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

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}

.pop-up-layer {
  position: fixed !important;
  top: 0 !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: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto !important;
  background: #fff;
  padding: 70px 10px 20px !important;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  background-image: url(../images/bg-prise.png);
  background-position: center;
  background-size: cover;
}

.pop-up-window::after,
.pop-up-window::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pop-up-window::before {
  width: 110px;
  height: 110px;
  top: -55px;
  background: linear-gradient(180deg, #2aa6eb 21.15%, #006aa5 100%);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: url(../images/med.svg);
  width: 84px;
  height: 67px;
  top: -32px;
  /* border-width: medium medium 4px 4px; */
  /* border-style: none none solid solid; */
  /* border-color: currentcolor currentcolor #fff #fff; */
  -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;
}

.spin-wrapper::after,
.spin-wrapper::before {
  content: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.spin-wrapper::before {
  width: 90px;
  height: 90px;
  top: -55px;
  background: linear-gradient(180deg, #2aa6eb 21.15%, #006aa5 100%);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.spin-wrapper::after {
  display: block;
  width: 65px;
  height: 56px;
  top: -38px;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  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(-50%);
  }
}

@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 !important;
  margin-bottom: 20px !important;
}

p.pop-up-text {
  margin: 20px auto 25px !important;
  font-size: 24px !important;
  line-height: 30px !important;
  text-align: center !important;
  text-indent: 0;
  color: #414141 !important;
  font-weight: 400;
}

.pop-up-button,
.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.pop-up-button {
  text-transform: uppercase !important;
  padding: 10px 20% !important;
  font-size: 20px !important;
  border-radius: 5px !important;
  background-color: #2aa6eb !important;
  border: none !important;
  cursor: pointer !important;
  outline: 0 !important;
  border-radius: 50px !important;
}

.cursor-wheel {
  position: absolute;
  bottom: 38px;
  left: 38px;
}

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

.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(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
} */

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

.rotate-min {
  animation-name: rotation-min;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotation-min {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.time_pxains span {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}

.time_pxains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px;
}
.order_block {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product {
  max-width: 500px;
  margin: 20px auto;
  position: relative;
}
.product img {
  width: 100%;
  max-width: 500px;
  display: block;
}

form {
  text-align: center;
  max-width: 350px;
  width: auto;
  margin: 0 auto 30px;
  padding: 0 10px;
}

.prices {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: -20px;
  color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
  width: 150px;
  height: 105px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-transform: rotateZ(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotateZ(-16deg);
  text-align: center !important;
  background: -o-linear-gradient(left, #eea513 0, #fded13 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eea513),
    to(#fded13)
  );
  background: linear-gradient(to right, #eea513 0, #fded13 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 19%;
  padding: 5px;
}

.prices span {
  display: block;
  font-size: 22px;
}

.prices .old_price span {
  font-weight: normal;
}
.prices .old_price span,
.prices .new_price span {
  display: inline-block;
}

.new_price {
  border-bottom: 2px solid red;
}
.timer {
  font-weight: normal;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
}
.timer b {
  display: inline;
  background: url(../images/timerIcon2.png) no-repeat left bottom 2px;
  padding-left: 14px;
  color: #ea163c;
  font-weight: bold;
  text-align: center;
}
.delivery {
  margin-top: 0px;
  font-weight: normal;
  margin-top: 10px;
  font-weight: bold;
  color: #253a56;
  font-style: italic;
  gap: 5px;
}
.delivery img {
  margin-right: 10px;
}
label {
  display: block;
  margin: 10px auto;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
select {
  border: 1px solid #939780;
  font-size: 14px;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  color: #666;
  background: #fff;
}

input {
  border: 1px solid #939780;
  font-size: 14px;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  color: #666;
  background: #fff;
}

textarea {
  border: 1px solid #939780;
  font-size: 14px;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  color: #666;
  background: #fff;
}

.button {
  border: 1px solid #939780;
  font-size: 14px;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  color: #666;
}

.submit {
  border: 1px solid #84c239;
  font-size: 16px;
  padding: 7px;
  background: #84c239;
  color: #ffffff;
  border-radius: 5px;
  cursor: hand;
  cursor: pointer;
}

.input {
  width: 80%;
  height: 25px;
  background: #fff;
  border-radius: 7px;
}

.select {
  width: 81%;
  height: 30px;
  background: #ffffff;
  border-radius: 7px;
}
.comm_text img {
    max-width: 300px!important;
    width: 100%;
    margin-top: 8px;
}
.form_group {
  padding: 10px;
  display: block;
  margin: 10px auto;
  border: 2px solid grey;
  border-radius: 5px;
  width: auto;
    height: 42px;
  min-width: 250px;
}
.btn {
  display: block;
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  background-color: #ea163c!important;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 350px;
  margin-bottom: 15px;
  animation: 1s pulse4 infinite alternate ease-in-out;
}

@keyframes pulse4 {
  0% {
    transform: scale(1);
  }

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

.btn:hover {
  opacity: 0.9;
}
.red {
  color: #ea163c;
}
.attenzione {
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 27px;
}

@media all and (max-width: 998px) {
  .wheel {
    width: 100% !important;
  }
  .pop-up-heading {
    font-size: 33px !important;
  }
  .pop-up-text {
    margin-bottom: 15px !important;
  }
  .cursor-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cursor-wheel {
    width: 70%;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 10px;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .wheel-wrapper {
    max-width: 506px;
    margin: 0 auto;
  }
  .cursor-text {
    width: 48% !important;
    height: 48% !important;
    top: 50%;
  }

  .product img {
    padding-bottom: 70px;
  }


}

@media (max-width: 480px) {
  .cursor-text {
    width: 48% !important;
    height: 48% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8px;
    line-height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

@media (max-width: 359px) {
  .cursor-text {
    font-size: 10px;
  }

}

.red-link {
	display: block;
	text-align: center;
	text-decoration: underline;
	color: #2790dd!important;
	font-size: 32px;
	line-height: 1.4em;
	font-weight: 700;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.red-link:hover {
	text-decoration: underline;
}
.red-link::after {
	display: inline-block;
	-webkit-animation: dotty steps(1, end) 2s infinite;
	animation: dotty steps(1, end) 2s infinite;
	content: '';
	position: absolute;
	margin-left: 10px;
}
@keyframes dotty {
	0% {
		content: '';
	}
	25% {
		content: '>';
	}
	50% {
		content: '>>';
	}
	75% {
		content: '>>>';
	}
	100% {
		content: '';
	}
}

.text-center {
    text-align: center!important;
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}

.d-flex {
    display: flex!important;
}

.justify-content-center {
    justify-content: center!important;
}

.align-items-center {
    align-items: center!important;
}

.old-price {
    color: #868686;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 1.5rem;
    padding-right: .5rem
}

.new-price {
    color: #ea163c;
    font-size: 2rem;
    font-weight: 700
}