html,
body,
div,
span,
h1,
h3,
p,
img,
strong,
b,
footer,
header,
nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 20px;*/
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1;
    font-family: sans-serif;
}
footer,
header,
nav {
    display: block
}

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

* {
    box-sizing: border-box
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f2f2f2;
    position: relative
}

img {
    max-width: 100%
}

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

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

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

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

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

.Body a {
    color: inherit;
    box-shadow: inset 0 -1px #b88b58
}

.Body a:hover {
    color: #b88b58
}

.Body p {
    margin-bottom: 15px
}

.Body h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    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;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff
}

@media only screen and (min-width: 64em) {
    .Menu {
        font-size: 13px;
        display: block;
        height: 45px;
        width: 100%;
        letter-spacing: 1px;
        background-color: #262626;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.Menu-item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    text-align: center;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out
}

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

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

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

.Menu-link {
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
    text-decoration: none;
    color: #fff;
    position: relative;
    line-height: 45px;
    top: 1px
}

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

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

.Header {
    position: relative;
    height: 45px;
    background-color: #262626;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    z-index: 2
}

@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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%
}

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

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

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

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

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

.HeaderButton {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 45px;
    height: 100%;
    padding: 0 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    fill: currentColor;
    border: 0;
    background: transparent;
    margin: 0;
    cursor: pointer
}

.HeaderButton:active {
    outline-width: 0
}

.HeaderButton:hover {
    color: #999
}

.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;
    text-transform: uppercase;
    color: inherit;
    font-weight: 600;
    cursor: pointer
}

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

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

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

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

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

.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 0 18px;
        border-top: 1px solid #505050;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: left
    }
}

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

.Copyright-container a {
    color: #fff
}

.Copyright-block {
    padding-top: 13px;
    font-size: 17px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 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;
    vertical-align: top;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 2px;
    font-weight: 700;
    line-height: 1;
    color: #b88b58;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

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

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

.MaterialTag--solid {
    color: #fff;
    background: #b88b58;
    border-color: #b88b58;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
}

.FormField-input:placeholder {
    color: #AFAFAF
}

@media only screen and (min-width: 48em) {

    .Messenger-content::-webkit-scrollbar-track:hover:vertical {
        background: #F3F3F3
    }

    .Messenger-content::-webkit-scrollbar-thumb:hover:vertical {
        background: #D9D9DE
    }
}

.MaterialMeta {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #808080;
    margin-right: 12px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    font-weight: normal
}

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

.MaterialMeta--source {
    background-image: url("");
    background-position-y: 1px
}

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

.MaterialMeta--time {
    background-size: 12px 12px;
    background-image: url("")
}

.MediaMaterialHeader {
    max-width: 840px
}

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

@media only screen and (min-width: 48em) {

    .MediaMaterialHeader-first {
        line-height: 38px
    }
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-size: 24px;
    font-weight: 700
}

@media only screen and (min-width: 48em) {

    .MediaMaterialHeader-first,
    .MediaMaterialHeader-separator {
        font-size: 36px
    }
}

.MediaMaterial {
    background-color: #fff;
    padding: 12px
}

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

.MediaMaterial-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 650px;
    margin: 0 auto 18px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: 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-align-items: 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;
    width: 100%;
    height: 1px;
    left: 0;
    z-index: 300;
    background-color: rgba(0, 0, 0, 0.15)
}

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

.Material-container {
    background: #fff;
    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
}


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

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

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

.App-content {
    position: relative;
    z-index: 1;
    overflow: visible;
    background-color: #f2f2f2;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

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

.App--isMaterial .App-content {
    background-color: #E6E6E6
}

.Footer {
    color: #999999;
    background-color: #252525;
}

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



button {
    appearance: none;
    border-radius: 5px !important;
    box-shadow: 0px 4px 3px #242120 !important;
    padding: 10px 15px !important;
}

[scroll="goScrollToForm"] {
    cursor:pointer;
  }

  .api-form1 .ring-loading {
    width: 10px;
    height: 10px;
    padding: 15px!important;
    border: 7px dashed #000;
    border-radius: 100%;
    display: none;
    margin: 10px auto!important;
    animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  }
  @keyframes loadingD {
    0% {
          transform: rotate(0deg);
      }
    50% {
      transform: rotate(180deg);
      }
    100% {
      transform: rotate(360deg);
      }
  }

  .comment_date {
    font-size: 16px;
  }
  .api-form1 * {
    padding: 0;
    margin: 0;
  }
  .api-form1 .submit:hover {
    background: #2e7d32;
  }
  .api-form1 .form-header {
    text-align: center !important;
  }
  .cta-btn1 a,
  .cb-con .submit,
  .api-form1 .submit,
  .cb-but,
  .blg {
    outline: none !important;
    max-width: 100% !important;
    font-style: normal !important;
    box-sizing: border-box !important;
    line-height: 1.5 !important;
    position: static !important;
    height: auto !important;
    box-shadow: none !important;
    text-align: center !important;
    clear: both !important;
    font-weight: 700 !important;
    border: 0;
    background: #388e3c;
    color: #fff !important;
    font-size: 22px !important;
    text-decoration: none !important;
    padding: 15px 35px !important;
    border-radius: 35px !important;
    width: 100% !important;
    display: block;
    cursor: pointer !important;
    margin: 15px 0 0 !important;
    text-transform: none !important;
  }
  .api-form1 .text1 a:hover {
    text-decoration: underline !important;
    color: #a52626 !important;
  }
  .api-form1 .text1 a {
    box-shadow: none !important;
    font-weight: 700 !important;
    color: #ca2d2d !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
  }
  .api-form1 *:before,
  .api-form1 *:after {
    content: none;
  }
  .cb-con label,
  .api-form1 label {
    font-style: normal;
    font-size: 12px !important;
    font-weight: 700 !important;
    cursor: text !important;
    text-align: left !important;
    display: block !important;
    color: #222 !important;
    margin: 0 0 2.5px 20px !important;
    padding: 0 !important;
  }
  .api-form1 .country-flag {
    width: 25px !important;
    position: relative !important;
    top: 2px !important;
  }
  .api-form1 p.delivery {
    background: linear-gradient(
      to right,
      transparent 0%,
      #ddd 50%,
      transparent 100%
    ) !important;
    margin: 15px 0 0 !important;
    padding: 5px !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #555 !important;
  }
  .api-form1 .footnote1 {
    line-height: 15px !important;
    text-indent: 0 !important;
    font-size: 10px !important;
    margin: 10px 0 0 !important;
    text-align: center !important;
    padding: 0 !important;
    color: #888 !important;
    border-bottom: none!important;
  }
  .api-form1 .text {
    border: none !important;
    text-align: center !important;
    color: #222 !important;
    padding: 0 !important;
    font-size: 16px !important;
    width: 100% !important;
    float: none !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    margin: 10px 0 !important;
  }
  .api-form1 form {
    padding: 0 !important;
    background: 0 0 !important;
    margin: 15px auto 0 !important;
    border: none;
  }
  .api-form1 .form-body .text .offer-name,
  .api-form1 .form-body .text .offer-price {
    font: 700 18px/1.7 sans-serif !important;
    color: #ca2d2d !important;
  }
  .api-form1 {
    background: #fff !important;
    box-sizing: border-box !important;
    max-width: 465px !important;
    position: relative !important;
    margin: 0px auto !important;
    text-align: center !important;
    border: 2.5px dashed #ddd !important;
    border-radius: 2.5px !important;
    padding: 30px !important;
    clear: both !important;
  }
  .api-form1 .deadline1 {
    font: 700 15px/1.7 sans-serif !important;
    color: #222 !important;
    text-align: center !important;
    margin: 0 !important;
  }
  .time_remains{
      font: 700 1.1em/1.5 sans-serif!important;
      color: red!important;
  }
  .api-form1 .name:invalid,
  .api-form1 .phone:invalid,
  .api-form1 .country:invalid,
  .api-form1 .name,
  .api-form1 .phone,
  .api-form1 .country {
    font-style: normal;
    transition: 0.25s !important;
    line-height: 20px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    background: 0 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    background: #f2f2f2 !important;
    outline: none !important;
    box-sizing: border-box !important;
    border: 2.5px solid #ddd !important;
    border-radius: 35px !important;
    padding: 15px !important;
    margin: 0 0 15px !important;
  }
  .api-form1.name:focus,
  .api-form1 .phone:focus,
  .api-form1 .country:focus {
    border: 2.5px solid #aaa !important;
  }
  .api-form1 .cta-form {
    margin: 0 !important;
  }
  .api-form1 {
    padding: 15px !important;
  }
  .api-form1 .submit {
    font-size: 16px !important;
    padding: 15px 5px !important;
  }
  .form-header1 .form-header1 {
    text-align: center !important;
  }
  .api-form1 .cta-form1 {
    margin: 0 !important;
  }
  .cb-con1 .cta-form1 {
    text-align: center !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
  .cb-con1 .cta-form1 {
    margin-top: 15px !important;
    display: block;
  }
  .product-image1 {
    position: relative !important;
    margin: 0 auto !important;
    background: #fff !important;
    text-align: center !important;
    max-width: 200px;
  }
  .product-image1 img {
    margin: 0px auto 0px auto !important;
    border: none !important;
    padding: 0 !important;
    width: 100% !important;
    z-index: 0 !important;
    position: static !important;
    max-width: unset;
  }
  .cb-con1 .product-image1 {
    max-width: 200px;
  }
  
  .product-banner-text1 {
    font-size: 12px !important;
  }
  .product-banner1 {
    opacity: 0.9 !important;
    display: table !important;
    width: 80px !important;
    height: 80px !important;
    line-height: 20px !important;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    background: url("../images/product-banner.png") no-repeat center !important;
    background-size: 100% !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    text-decoration: none !important;
  }
  .product-banner-text1 {
    text-align: center !important;
    margin: 0 !important;
    font-weight: 700 !important;
    color: #f2f2f2 !important;
    display: table-cell !important;
    font-size: 20px !important;
    vertical-align: middle !important;
    position: relative;
  }
  .product-banner-text1:after {
    position: relative;
    top: -5px;
    left: -2.5px;
  }
  .product-banner-text1 {
    font-size: 16px !important;
  }
  .api-form1 .form-body1 .text1 .offer-name1,
  .api-form1 .form-body1 .text1 .offer-price1 {
    color: #ca2d2d !important;
    font-weight: 700 !important;
  }
  #text1 {
    margin-top: 40px;
    vertical-align: top;
    display: inline-block;
    width: 75%;
    margin-right: 0;
    text-align: center;
  }
  .offer-name1 {
    color: #ffeb3b !important;
  }
  .cb-con1 .name1:invalid,
  .cb-con1 .country:invalid,
  .cb-con1 .name1,
  .cb-con1 .country,
  .api-form1 .name1:invalid,
  .api-form1 .phone:invalid,
  .api-form1 .country:invalid,
  .api-form1 .name1,
  .api-form1 .name1:focus,
  .cta-btn1 *,
  .cta-btn1 {
    text-align: center !important;
    max-width: 445px;
    margin: 15px auto;
  }
  .api-form1 .text1 {
    border: none !important;
    text-align: center !important;
    color: #222 !important;
    padding: 0 !important;
    font-size: 18px !important;
    width: 100% !important;
    float: none !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    margin: 10px 0 !important;
  }
  @media (max-width: 768px) {
   
    .api-form1 .text {
      font-size: 15px !important;
    }
    .api-form1 .name:invalid,
    .api-form1 .phone:invalid,
    .api-form1 .country:invalid,
    .api-form1 .name,
    .api-form1 .phone,
    .api-form1 .country {
      padding: 10px !important;
      margin: 0 0 10px !important;
    }
    .cta-btn1 a,
    .cb-con .submit,
    .api-form1 .submit,
    .cb-but,
    .blg {
      margin: 10px 0 0 !important;
      font-size: 18px !important;
      padding: 10px 25px !important;
    }
    .api-form1 .footnote1 {
      font-size: 8px !important;
    }
    .main {
      width: 100%;
    }
    .main-btn {
      font-size: 16px !important;
    }
  }
  .order_block{
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 2em !important;
    box-shadow: none!important;
    width: 100%!important;
    border: none!important;
    max-width: 100%!important;
    line-height: 1.7 !important;
  }
  
  .api-form1 .form_control_vik_group { margin: 0px 0px 15px 0px!important; }
  .form_control_vik_group input.form_control_vik.name, .form_control_vik_group input.form_control_vik.phone { margin:0px!important; text-align:left!important; }
  input.form_control_vik:focus::placeholder {
    color: transparent;
  }
  input.form_control_vik.error { border-color: #c92f54!important; color: #c92f54!important; }
  input.form_control_vik.good { border-color: #388e3c!important; color: #388e3c!important; }
  .api-form1 .error_note { text-align:center; margin:4px 0px 0px 0px!important; font-size:13px; line-height: 16px; color: #c92f54; }
  
  input.form_control_vik.error:focus {
    border-color: #c92f54!important;
  }
  
  input.form_control_vik.good:focus {
    border-color: #0d7f56!important;
  }
  
  .mt-3 {
   margin-top: 30px;
  }
  .door__container {
    display: flex;
    justify-content: space-evenly;
  }
  
  .door_box {
    perspective: 500px;
    position: relative;
  }
  
  .door_box,
  .door {
    width: 165px;
    height: 346px;
    box-shadow: inset -1px -1px 0px 1px #191919, inset 1px 1px 0px 1px #191919;
  }
  
  .door,
  .hi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  
  .door {
    background-image: url(../images/door1.png);
    background-repeat: no-repeat;
    transform: rotateY(0deg);
    display: inline-block;
    transition: all 0.75s ease;
    transform-origin: 0% 0%;
    cursor: pointer;
    background-size: contain;
  }
  
  #door__2 {
    background-image: url(../images/door2.png);
  }
  
  #door__3 {
    background-image: url(../images/door3.png);
  }
  
  .door:hover {
    transform: rotateY(-30deg);
  }
  
  .door.open {
    transform: rotateY(-85deg);
  }
  
  .door__head {
    font-size: 18px;
    margin: 18px 0;
    text-align: center;
  }
  
  .door__sales {
    position: relative;
    font-size: 45px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0px 1px 2px 2px #7F7878;
    margin: 0 !important;
  }
  
  
  .door__title {
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 25px;
    background-color: #3A4752;
    padding: 10px 0 !important;
    border-radius: 0.5em;
  }
  
  @media(max-width: 1040px) {
  
    .door_box,
    .door {
      width: 95px;
      height: 200px;
    }
  
    .door__sales {
      font-size: 23px !important;
    }
  
    #form-block {
      margin-bottom: 30px !important;
    }
  }
  
  @media (max-width: 840px) {
    .door__sales {
      font-size: 20px !important;
      font-weight: 700 !important;
      color: red !important;
      border-radius: 30px !important;
      padding: 30px 5px;
    }
  
  
  
    .door {
      background-size: contain;
    }
  
    #door__2 {
      background-size: contain;
    }
  
    #door__3 {
      background-size: contain;
    }
  }
  
  @media(max-width:360px) {
    .door_box+.door_box {
      margin-left: 15px;
    }
  
    .door__sales {
      font-size: 19px !important;
      font-weight: 700 !important;
      color: red !important;
      border-radius: 30px !important;
      padding: 30px 5px;
    }
  
  }
  
  
  
  body *:not(i) {
    font-family: sans-serif !important;
  }
  
  p,
  ul li,
  ol li {
    font-size: inherit ;
    line-height: inherit;
  }
  
  @media (max-width: 768px) {
  
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
      font-size: 22px !important;
    }
  }
  
  @media (max-width: 426px) {
  
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
      font-size: 15px !important;
    }
  }
  
  @media (max-width: 371px) {
  
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
      font-size: 11px !important;
    }
  }
  
  
  .prodImg {
    width: 83%;
  }
  
  
  .wheel-img {
    position: relative;
    user-select: none;
  }
  
  .wheel-img__numbers {
    position: absolute;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none;
  }
  
  .wheel-img__number {
    color: #000;
    font-weight: bold;
    font-family: sans-serif;
    position: absolute;
    font-size: 3.5em;
    line-height: 1;
  }
  
  .wheel-img__number::before {
    content: "%";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    font-size: 0.7em;
  }
  
  .wheel-img__number:nth-child(1) {
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .wheel-img__number:nth-child(2) {
    top: 25%;
    left: 75%;
    transform: translate(-50%, -50%) rotateZ(45deg);
  }
  
  .wheel-img__number:nth-child(3) {
    top: 50%;
    left: 85%;
    transform: translate(-50%, -50%) rotateZ(90deg);
  }
  
  .wheel-img__number:nth-child(4) {
    top: 75%;
    left: 75%;
    transform: translate(-50%, -50%) rotateZ(135deg);
  }
  
  .wheel-img__number:nth-child(5) {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(180deg);
  }
  
  .wheel-img__number:nth-child(6) {
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%) rotateZ(225deg);
  }
  
  .wheel-img__number:nth-child(7) {
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%) rotateZ(270deg);
  }
  
  .wheel-img__number:nth-child(8) {
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%) rotateZ(315deg);
  }
  
  @media only screen and (max-width: 576px) {
    .wheel-img__number {
      font-size: 1.95em;
    }
  
    .wheel-img__number::before {
      top: 100%;
    }
  }
  
  @keyframes super-rotation {
    70% {
      transform: rotate(1640deg);
    }
  
    100% {
      transform: rotate(1620deg);
    }
  }
  
  .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;
  }
  
  .wheel-cursor {
    user-select: none;
  }
  
  .submit-roulette:hover {
    background: #bb0000;
    transition: background 0.3s;
  }
  
  .additional-form-fields {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
  }
  
  
  
  .submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none;
  }
  
  .submit-roulette {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: none;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0px 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .input-roulette::placeholder {
    font-size: 0.9em;
  }
  
  .input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: auto !important;
    display: block;
    margin: 10px auto;
  }
  
  
  .ruletka-p {
    text-indent: 0px;
    color: black;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: bold;
  }
  
  .ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  
  .ruletka-a {
    color: #1697ce;
  }
  
  .spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
  }
  
  .spin-wrapper .ruletka-p {
    margin-bottom: 15px;
  }
  
  .danger-text {
    color: red;
    font-weight: bold;
    white-space: nowrap;
  }
  
  .wheel {
    width: 380px;
    height: 380px;
    margin: 0 auto;
    position: relative;
  }
  
  .wheel img {
    max-width: 100%;
    max-height: 100%;
  }
  
  .wheel-img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
  }
  
  .wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 16px sans-serif !important;
    line-height: 61px !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: white 0px -2px 0px inset, white 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
    box-shadow: white 0px -2px 0px inset, white 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
    background: white;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, #eaeaea));
    background: -webkit-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
    background: -webkit-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
    background: radial-gradient(ellipse at center, white 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1);
  }
  
  
  .time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: bold;
  }
  
  .spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
  }
  
  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer;
  }
  
  .popup-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  
  .pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
  }
  
  .pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: white !important;
    border: medium none;
    cursor: pointer;
    outline: medium none;
  }
  
  .cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
  }
  
  .pop-up-layer {
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 99 !important;
  }
  
  .pop-up-layer-show {
    display: block;
  }
  
  .pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px auto;
    background: #fff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  }
  
  .pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
  }
  
  .pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor white white;
    -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;
  }
  
  .text_small {
    font-size: 0.5em !important;
    font-weight: normal !important;
  }
  
  #order {
    display: none;
  }
  
  @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-button:hover {
    color: white !important;
    text-decoration: none !important;
  }
  
  @media all and (max-width: 520px) {
    .wheel {
      width: 260px !important;
      height: 260px !important;
    }
  
    .cursor-text {
      line-height: 45px !important;
      font-size: 12px !important;
    }
  
    .close-popup {
      right: 0 !important;
    }
  }
  
  @media screen and (max-width: 520px) and (max-width: 345px) {
    .wheel {
      width: 250px !important;
      height: 250px !important;
    }
  
    .cursor-text {
      line-height: 40px !important;
      font-size: 11px !important;
    }
  }
  
  @media (max-width: 500px) {
  
    .door_box,
    .door {
      width: 85px;
      height: 180px;
    }
    .popup-title {
      font-size: 32px;
      margin-bottom: 20px;
    }
  }
  #form-block {
    padding-bottom: 40px;
  }

  img,
  video {
    max-width: 100%;
    height: auto
  }

  picture {
    display: block;
    margin-bottom: 1rem
  }

  .cr {
    color: red
  }

  .bl {
    color: #1c4587
  }

  .text--center {
    text-align: center
  }

  .mt {
    margin-top: 1rem
  }

  .udl {
    text-decoration: underline;
  }

  .bordered {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000
  }

  .ingridients-wrapper {
    overflow-x: scroll;
  }

  .ingridients {
    min-width: 100%;
    border: 1px solid #000;
  }

  .ingridients td {
    padding: 0 0.5rem;
    font-size: 16px;
    border: 1px solid #000;

  }

  @media (min-width:768px) {
    .mt {
      margin-top: 1.5rem
    }

    .ingridients td {
      font-size: 22px;

    }

  }
  .api-form1 .form_control_vik_group {
    margin: 0 0 15px 0 !important
  }

  .form_control_vik_group input.form_control_vik.name,
  .form_control_vik_group input.form_control_vik.phone {
    margin: 0 !important;
    text-align: left !important
  }

  input.form_control_vik:focus::placeholder {
    color: transparent
  }

  input.form_control_vik.error {
    border-color: #c92f54 !important;
    color: #c92f54 !important
  }

  input.form_control_vik.good {
    border-color: #388e3c !important;
    color: #388e3c !important
  }

  .api-form1 .error_note {
    text-align: center;
    margin: 4px 0 0 0 !important;
    font-size: 13px;
    line-height: 16px;
    color: #c92f54
  }

  input.form_control_vik.error:focus {
    border-color: #c92f54 !important
  }

  input.form_control_vik.good:focus {
    border-color: #0d7f56 !important
  }
  .v-order-wrapper-fon-bg2 {
    border: 1px solid #F3E8CB;
    padding: 10px;
    -webkit-box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .25);
    background: -webkit-gradient(linear, left top, left bottom, from(#F3E8CB), to(#FFFBF0));
    background: -o-linear-gradient(#F3E8CB, #FFFBF0);
    background: linear-gradient(#F3E8CB, #FFFBF0);
  }

  @media (max-width: 720px) {

    .v-order-wrapper-fon-bg2 .vik-winners-bl .left_block {
      background: transparent;
      margin-bottom: 20px;
    }

    .v-order-wrapper-fon-bg2 {
      border-radius: 15px;
      padding: 0px;
    }

  }
  @media only screen and (max-width: 500px) {
    .vik-winners-bl .lb_top {
      padding: 10px 10px 10px 10px;
    }

    .vik-winners-bl .lb_top:before {
      top: 5px;
      left: 5px;
      width: 20px;
      height: 25px;
      background-size: 100%;
    }

    .vik-winners-bl .lbt_text_1 {
      font-size: 18px;
      line-height: 20px;
    }

    .vik-winners-bl .lbt_text_2 {
      margin-top: 5px;
    }

    .vik-winners-bl .lb_text {
      font-size: 26px;
      line-height: 27px;
      margin-top: 20px;
    }

    .vik-winners-bl .lb_text>span {
      font-size: 40px;
      line-height: 41px;
    }

  }

  .vik-winners-bl .left_block {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    padding: 50px;
    background: #f9f9f9;
  }

  .vik-winners-bl .lb_top,
  .vik-winners-bl .wins {
    background: #fff;
  }

  .vik-winners-bl .lb_top {
    border: 1px solid #b5b5b5;
    border-radius: 15px;
    padding: 20px;
    position: relative;
  }

  .vik-winners-bl .lb_top:before {
    display: block;
    content: '';
    width: 40px;
    height: 50px;
    position: absolute;
    top: 25px;
    left: 25px;
  }

  .vik-winners-bl .lbt_text_1 {
    font-size: 20px;
    line-height: 30px;
    color: #272727;
    text-align: center;
  }

  .vik-winners-bl .lbt_text_2 {
    font-size: 13px;
    line-height: 15px;
    color: #626262;
    margin-top: 10px;
    text-align: center;
  }

  .vik-winners-bl .lb_text {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 50px 0 15px;
    text-align: center;
  }

  .vik-winners-bl .lb_text>span {
    display: inline-block;
    font-size: 30px;
    line-height: 76px;
  }

  .vik-winners-bl .wins {
    border: 1px solid #d8d8d8;
    border-radius: 15px;
  }

  .vik-winners-bl .win_line {
    display: table;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d8d8d8;
  }

  .vik-winners-bl .win_line>div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 5px 0 15px;
    font-size: 17px;
    line-height: 19px;
  }

  .vik-winners-bl .win_line:first-child {
    background: linear-gradient(89.47deg, #ed7b22 0, #f59a14 100%);
  }

  .vik-winners-bl .win_line:last-child {
    border-bottom: none;
  }


  @media only screen and (max-width: 1100px) {
    .vik-winners-bl .left_block {
      display: block;
    }
  }

  @media only screen and (max-width: 1000px) {
    .vik-winners-bl .left_block {
      padding: 30px 10px;
    }
  }

  @media only screen and (max-width: 880px) {
    .vik-winners-bl .left_block {
      max-width: 100%;
      float: none;
    }

    .vik-winners-bl .lb_text {
      text-align: center;
    }
  }

  @media (max-width: 720px) {
    .vik-winners-bl .win_line:first-child {
      display: none;
    }

    .vik-winners-bl .win_line {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      text-align: center;
    }

    .vik-winners-bl .win_line>div {
      width: 100% !important;
    }
  }

  @media only screen and (max-width: 500px) {
    .vik-winners-bl .lb_top {
      padding: 10px 10px 10px 10px !important;
    }

    .vik-winners-bl .lb_top:before {
      top: 5px;
      left: 5px;
      width: 20px;
      height: 25px;
      background-size: 100%;
    }

    .vik-winners-bl .lbt_text_1 {
      font-size: 18px;
      line-height: 20px;
    }

    .vik-winners-bl .lbt_text_2 {
      margin-top: 5px;
    }

    .vik-winners-bl .lb_text {
      font-size: 26px;
      line-height: 27px;
      margin-top: 20px;
    }

    .vik-winners-bl .lb_text>span {
      font-size: 40px;
      line-height: 41px;
    }
  }

  @media only screen and (max-width: 450px) {
    .vik-winners-bl .win_line>div {
      padding: 0 5px 0 10px;
      font-size: 15px;
      line-height: 19px;
    }
  }

  @media (max-width: 460px) {
    .vik-winners-bl .left_block {
      padding: 0 !important;
    }

    .vik-winners-bl .win_line>div {
      font-size: 14px !important;
    }

    .vik-winners-bl .lb_text>span {
      font-size: 20px;
    }

    .vik-winners-bl .lb_top {
      padding: 10px;
    }
    .product-image1 img {
    max-width: 150px;
}
  }
  .shakingbutton {
    animation: shakinganime 5s infinite;
  }

  @keyframes shakinganime {
    0% {
      transform: translateX(0);
    }

    46% {
      transform: translateX(0);
    }

    48% {
      transform: translateX(-10px);
    }

    50% {
      transform: translateX(10px);
    }

    52% {
      transform: translateX(-10px);
    }

    54% {
      transform: translateX(10px);
    }

    56% {
      transform: translateX(-5px);
    }

    58% {
      transform: translateX(5px);
    }

    60% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(0);
    }
  }
  #fountainG {
    position: relative;
    width: 96px;
    height: 12px;
    margin: 10px
  }

  .fountainG {
    position: absolute;
    top: 0;
    background-color: #000;
    width: 5px;
    height: 5px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
  }

  #fountainG_1 {
    left: 0;
    animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s
  }

  #fountainG_2 {
    left: 12px;
    animation-delay: .75s;
    -o-animation-delay: .75s;
    -ms-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s
  }

  #fountainG_3 {
    left: 24px;
    animation-delay: .9s;
    -o-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s
  }

  #fountainG_4 {
    left: 36px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s
  }

  #fountainG_5 {
    left: 48px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s
  }

  #fountainG_6 {
    left: 60px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s
  }

  #fountainG_7 {
    left: 72px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s
  }

  #fountainG_8 {
    left: 84px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s
  }

  @keyframes bounce_fountainG {
    0% {
      transform: scale(1);
      background-color: #000
    }

    100% {
      transform: scale(.3);
      background-color: #fff
    }
  }

  @-o-keyframes bounce_fountainG {
    0% {
      -o-transform: scale(1);
      background-color: #000
    }

    100% {
      -o-transform: scale(.3);
      background-color: #fff
    }
  }

  @-ms-keyframes bounce_fountainG {
    0% {
      -ms-transform: scale(1);
      background-color: #000
    }

    100% {
      -ms-transform: scale(.3);
      background-color: #fff
    }
  }

  @-webkit-keyframes bounce_fountainG {
    0% {
      -webkit-transform: scale(1);
      background-color: #000
    }

    100% {
      -webkit-transform: scale(.3);
      background-color: #fff
    }
  }

  @-moz-keyframes bounce_fountainG {
    0% {
      -moz-transform: scale(1);
      background-color: #000
    }

    100% {
      -moz-transform: scale(.3);
      background-color: #fff
    }
  }

  .load__comment {
    display: flex
  }

  #push-comments #push_3dv4f7 {
    background-color: #f0f0f0;
    box-sizing: border-box;
    padding: 3rem 2rem;
    transition: 1s;
    width: 100%
  }

  #push-comments #push_3dv4f7.hide {
    opacity: 0;
    display: block !important
  }

  #push-comments #push_3dv4f7__form {
    box-sizing: border-box;
    margin: auto;
    max-width: 600px
  }

  #push-comments #push_3dv4f7__title {
    color: #43a047;
    border-bottom: 0 solid;
    box-shadow: 1px 4px 10px -7px #ccc;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px
  }

  #push-comments #push_3dv4f7__message,
  .comment-input {
    border: 1px solid #43a047;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%
  }

  #push-comments #push_3dv4f7__submit {
    background: #43a047;
    border: none;
    box-shadow: 0 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    display: table;
    margin: 20px 0 0;
    height: 50px;
    transition: .5s;
    text-align: center;
    text-shadow: 0 0 1px #237a27;
    font-size: 18px;
    max-width: 280px;
    width: 100%
  }

  #push-comments #push_3dv4f7__submit:hover {
    background: #237a27;
    text-shadow: none;
    box-shadow: none
  }

  #push-comments #push_3dv4f7__label::after,
  #push-comments #push_3dv4f7__label::before {
    content: '';
    display: none
  }
  #push-comments #push_mlyjekpdfdd1 {
    box-sizing: border-box;
    padding: 3rem 0;
    transition: 1s;
    width: 100%;
    border-radius: 10px;
  }

  #push-comments #push_mlyjekpdfdd1.hide {
    opacity: 0;
    display: block !important;
  }

  #push-comments #push_mlyjekpdfdd1__form {
    box-sizing: border-box;
    margin: auto;
  }

  #push-comments #push_mlyjekpdfdd1__title {
    color: #222d34;
    border-bottom: 0px solid;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  #push-comments #push_mlyjekpdfdd1__message {
    border: 1px solid #e0e5ef;
    box-shadow: 0px 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%;
  }

  #push-comments #push_mlyjekpdfdd1__submit {
    background: #222d34;
    color: rgba(255, 255, 255, .8);
    border: 0;
    border: none;
    box-shadow: 0px 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    display: table;
    margin: 20px 0 0;
    transition: .5s;
    text-align: center;
    text-shadow: 0px 0px 1px #237a27;
    font-size: 18px;
    padding: 10px 30px;
  }

  #push-comments #push_mlyjekpdfdd1__submit:hover {
    background: #391f66;
    text-shadow: none;
    box-shadow: none;
  }

  #push-comments #push_mlyjekpdfdd1__label::before,
  #push-comments #push_mlyjekpdfdd1__label::after {
    content: '';
    display: none;
  }

  form a {
    text-decoration: none !important;
  }
  .x_country_select {
    display: none !important;
  }
  .flexx {
    display: flex;
    align-items: center;
  }
  .flexx picture {
    margin-bottom: 0;
  }