﻿@charset "UTF-8";

::-webkit-scrollbar-thumb {
  background-color: #444 !important;
}

.is-style-outline > :where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline {
  border: 2px solid;
  padding: 0.667em 1.333em;
}

.wp-block-columns:where(.has-background) {
  padding: 1.25em 2.375em;
}

h2,
h3,
h5 {
  overflow-wrap: break-word;
}

ol,
ul {
  overflow-wrap: break-word;
}

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
  color: green;
}

.site-logo img {
  width: 50px;
  height: 50px;
}

.wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container) {
  background-color: inherit;
  color: inherit;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -1px;
  top: 100%;
}

.wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content
  .wp-block-navigation__submenu-icon {
  margin-right: 0;
  margin-left: auto;
}

.wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  .wp-block-navigation-item__content {
  margin: 0;
}

@media (min-width: 782px) {
  .wp-block-navigation
    .has-child
    :where(.wp-block-navigation__submenu-container)
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }

  .wp-block-navigation
    .has-child
    :where(.wp-block-navigation__submenu-container)
    .wp-block-navigation__submenu-container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 0.5em;
    background: 0 0;
  }

  .wp-block-navigation
    .has-child
    :where(.wp-block-navigation__submenu-container)
    .wp-block-navigation__submenu-icon
    svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.wp-block-navigation
  .has-child:where(:not(.open-on-click)):hover
  > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}

.wp-block-navigation
  .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within
  > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}

.wp-block-navigation:where(.has-background),
.wp-block-navigation:where(.has-background)
  .wp-block-navigation
  .wp-block-page-list,
.wp-block-navigation:where(.has-background) .wp-block-navigation__container {
  gap: var(--wp--style--block-gap, 0.5em);
}

.wp-block-navigation
  :where(.wp-block-navigation__submenu-container)
  .wp-block-navigation-item__content,
.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content {
  padding: 0.5em 1em;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

p {
  overflow-wrap: break-word;
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}

.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}

.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}

.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}

.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}

.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}

.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html :where(img) {
  height: auto;
  max-width: 100%;
}

@font-face {
  font-family: cs-icons;
  src: url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
footer,
header,
main,
nav {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h2,
h3,
h5 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

b {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 1rem;
  border: 1px transparent solid;
  font-size: 0.85rem !important;
}

.button,
button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-color: transparent;
  text-decoration: none !important;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .button,
  button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.button:focus,
.button:hover,
button:focus,
button:hover {
  border-color: transparent;
}

.button:focus,
button:focus {
  outline: 0;
}

.button-primary {
  color: #fff;
  background-color: #000;
}

.button-effect {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-effect span {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button-effect span:first-child {
  display: block;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.button-effect span:last-child {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(200%) translateX(-50%);
      -ms-transform: translateY(200%) translateX(-50%);
          transform: translateY(200%) translateX(-50%);
}

.button-effect:hover span:first-child {
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
}

.button-effect:hover span:last-child {
  -webkit-transform: translateY(-100%) translateX(-50%);
      -ms-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%);
}

.button-effect span > i {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}

.form-control {
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control:focus {
  outline: 0;
  border-color: #80bdff;
}

.cs-input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.cs-input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.cs-input-group .button {
  line-height: 1.5rem;
}

.nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}

[class*="cs-icon-"] {
  font-family: cs-icons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-icon-cross:before {
  content: "\e923";
}

.cs-icon-mail:before {
  content: "\e903";
}

.cs-icon-search:before {
  content: "\e909";
}

body {
  overflow-x: hidden;
}

.h3,
h2,
h3,
h5 {
  line-height: 1.125;
}

a {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

p.has-drop-cap:not(:focus):first-letter {
  font-size: 4rem;
  line-height: 1;
  margin-top: 0.5rem;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}

.cs-d-none {
  display: none !important;
}

@media (min-width: 1120px) {
  .cs-d-lg-block {
    display: block !important;
  }
}

.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px;
  height: 1px;
}

.cs-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 760px) {
  .cs-container {
    max-width: 720px;
  }
}

@media (min-width: 1020px) {
  .cs-container {
    max-width: 1000px;
  }
}

@media (min-width: 1120px) {
  .cs-container {
    max-width: 1080px;
  }
}

@media (min-width: 1240px) {
  .cs-container {
    max-width: 1200px;
  }
}

@media (min-width: 1020px) {
  .layout-sidebar .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    margin-right: -20px;
    margin-left: -20px;
  }

  .layout-sidebar .content-area {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 660px;
            flex: 0 0 660px;
    max-width: 660px;
    min-width: 0;
  }

  .layout-sidebar .sidebar-area {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    max-width: 340px;
    min-width: 0;
  }
}

@media (min-width: 1120px) {
  .layout-sidebar .content-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 720px;
            flex: 0 0 720px;
    max-width: 720px;
  }

  .layout-sidebar .sidebar-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
  }
}

@media (min-width: 1240px) {
  .layout-sidebar .content-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 840px;
            flex: 0 0 840px;
    max-width: 840px;
  }
}

@media (min-width: 1120px) {
  .layout-sidebar-right .sidebar-area {
    padding-left: 40px;
  }
}

.site-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 1019.98px) {
  .layout-sidebar .content-area {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px #e9ecef solid;
  }
}

.sidebar-area .sidebar-1 {
  margin-left: auto;
  margin-right: auto;
}

.sidebar-area .sidebar-2 {
  display: none;
}

@media (min-width: 760px) {
  .sidebar-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }

  .sidebar-area .sidebar {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    position: initial;
  }

  .sidebar-area .sidebar-1 {
    padding-right: 40px;
  }

  .sidebar-area .sidebar-2 {
    display: block;
    padding-left: 39px;
    border-left: 1px #e9ecef solid;
  }
}

@media (min-width: 1020px) {
  .sidebar-area {
    margin-left: 0;
    margin-right: 0;
  }

  .sidebar-area .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }

  .sidebar-area .sidebar-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-area .sidebar-2 {
    display: none !important;
  }
}

@supports (position: sticky) or
  (position: -webkit-sticky) {
  @media (min-width: 1020px) {
    .sticky-sidebar-enabled.stick-to-bottom .sidebar-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

    .sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
      position: relative;
      bottom: 3rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
    }
  }
}

@-moz-document url-prefix() {
  @media (min-width: 1020px) {
    .sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
      top: 0;
      bottom: initial;
      margin-top: initial;
      flex: initial;
      -webkit-transition: 0.4s ease all;
      -o-transition: 0.4s ease all;
      transition: 0.4s ease all;
    }
  }
}

.header .cs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .logo-image {
  max-width: 300px;
}

.header-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 100%;
}

.header-center .header-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-center .header-col-left > div {
  margin-right: auto;
}

.header-center .header-col-center > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.header-center .header-col-right > div {
  margin-left: auto;
}

.footer-section {
  padding-bottom: 15px;
}

.footer-section > .cs-container > * {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-section > .cs-container p {
  padding: 0;
}

.footer-section > .cs-container p:last-child {
  margin-bottom: 0px;
}

.site-footer .site-title {
  display: inline-block;
  margin-bottom: 1rem;
}

.navbar-footer {
  margin-bottom: 1rem;
}

.navbar-footer .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 760px) {
  .site-title + .navbar-footer {
    float: right;
  }
}

@media (min-width: 1120px) {
  .site-search-wrap {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.search-form .search-submit {
  border-top-left-radius: 0;
  height: 100%;
  border-bottom-left-radius: 0;
}

.offcanvas {
  overflow: hidden;
  position: fixed;
  height: 100%;
  top: 0;
  left: -320px;
  width: 320px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.offcanvas-header .navbar-toggle {
  float: right;
  margin-right: 0;
  margin-left: 1rem;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.offcanvas-header .navbar-brand {
  margin-left: 20px;
}

.offcanvas-header .navbar-toggle {
  margin-right: 20px;
}

.navbar-offcanvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.navbar-offcanvas.navbar-border {
  border-top: none;
}

.offcanvas-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.offcanvas-inner {
  padding: 2rem;
}

.site-inner {
  position: relative;
  left: 0;
}

.offcanvas,
.site-inner {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.site-overlay {
  display: none;
}

.post-thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.post-thumbnail:before {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: "";
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.post-thumbnail:hover:before {
  opacity: 1;
}

.post-archive .post-inner > :last-child {
  margin-bottom: 0;
}

.post-archive article .entry-title {
  margin: 0;
}

.post-archive article .entry-title:not(:first-child) {
  margin-top: 1rem;
  line-height: 1.2 !important;
}

.style-align-center .post-standard {
  text-align: center;
}

.navbar-primary {
  background: #fff;
}

.navbar-primary {
  position: relative;
  z-index: 999;
}

@media (max-width: 759.98px) {
  .navbar-primary .cs-container {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-primary .cs-container .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.navbar-primary .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin: 0 auto;
}

.navbar-primary .navbar .navbar-nav {
  display: none;
}

.navbar-primary .navbar .navbar-brand,
.navbar-primary .navbar .navbar-search {
  padding: 0.5rem 0;
}

@media (min-width: 1120px) {
  .navbar-primary .navbar .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-enabled .navbar-primary:not(.sticky-nav) .navbar-brand {
    display: none;
  }
}

.navbar-toggle {
  margin-right: 2rem;
  padding: 0;
  border: none;
  background: 0 0;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.navbar-search {
  font-size: 18px;
}

@media (min-width: 1120px) {
  .search-disabled .navbar-search {
    display: none;
  }
}

.navbar-primary .navbar-search {
  margin-left: 1rem;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  height: 100%;
}

.navbar-nav li {
  display: inline-block;
  position: relative;
}

.navbar-nav li a {
  display: block;
}

.navbar-nav > li {
  height: 100%;
}

.navbar-nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.navbar-nav > li + li {
  margin-left: 2rem;
}

.navbar-nav > li.menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: -9999px;
  z-index: 10;
}

.navbar-nav > li.menu-item-has-children:not(.touch-device):hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  left: 0;
}

.navbar-nav > li.menu-item-has-children > a:after {
  content: "\e91f";
}

.navbar-nav .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-nav .menu-item-has-children > a:after {
  margin-left: 0.5rem;
  font-family: cs-icons;
  font-size: 12px;
  content: "\e921";
}

.navbar-nav .sub-menu {
  display: block;
  position: absolute;
  margin: 0;
  padding: 1rem 0;
  text-align: left;
  list-style: none;
}

.navbar-nav .sub-menu > li {
  padding: 0 1rem;
}

.navbar-nav .sub-menu a {
  min-width: 200px;
  padding: 0.5rem 0.5rem;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.navbar-nav .sub-menu a:focus,
.navbar-nav .sub-menu a:hover {
  padding-left: 1.5rem;
}

.navbar-nav li:not(.touch-device):hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-lonely li.menu-item-has-children > a:after {
  display: none;
}

.topbar .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}

.navbar-col > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.navbar-col:first-child > div {
  margin-right: auto;
}

.navbar-col:first-child > div > :last-child {
  margin-right: 2rem;
}

.navbar-col:last-child > div {
  margin-left: auto;
}

.navbar-col:last-child > div > :first-child {
  margin-left: 2rem;
}

@media (min-width: 1120px) {
  .navbar-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-primary.navbar-center .navbar-col,
  .navbar-primary.navbar-center .navbar-nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .topbar .col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .topbar .col-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1119.98px) {
  .navbar-primary .navbar-col:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .navbar-primary .navbar-col:first-child > div {
    width: 100%;
  }

  .navbar-primary .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    line-height: 40px;
    font-weight: bold;
    color: green;
    margin: 0 !important;
  }

  .navbar-primary .navbar-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }

  .navbar-primary .navbar-brand img {
    width: 50px;
    height: 50px;
  }

  .navbar-primary .navbar-col:last-child {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.archive-pagination:not(:empty) {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px #e9ecef solid;
  text-align: center;
}

.archive-pagination:not(:empty) .pagination {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.navigation.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px transparent solid;
}

.navigation.pagination:last-child {
  margin-bottom: 0;
}

.navigation.pagination .nav-links {
  display: inline-block;
  padding: 0;
  color: #dee2e6;
}

.navigation.pagination .nav-links > a,
.navigation.pagination .nav-links > span {
  display: inline-block;
  padding: 0 0.5rem;
}

.navigation.pagination .nav-links a:last-child:after {
  margin-left: 0.5rem;
  font-family: cs-icons;
  content: "\e91d";
}

.post-meta {
  padding-left: 0;
  list-style: none;
  color: #dee2e6;
  padding: 0;
  margin: 0;
}

.post-meta li {
  display: inline-block;
}

.meta-category .post-categories {
  padding-left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.meta-category .post-categories li {
  display: inline-block;
}

.meta-category .post-categories li + li {
  margin-left: 0.5rem;
}

.meta-category .post-categories li:not(:last-child):after {
  content: ",";
}

.navbar-nav li.csco-mega-menu {
  position: static;
}

.navbar-nav li.csco-mega-menu > .sub-menu {
  right: 0;
  left: 0;
  padding: 30px;
}

.navbar-nav li.csco-mega-menu .cs-mm-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}

.navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-left: -15px;
  margin-right: -15px;
}

.navbar-nav
  li.csco-mega-menu.csco-mega-menu-terms
  .cs-mm-content
  .cs-mm-categories {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-nav
  li.csco-mega-menu.csco-mega-menu-terms
  .cs-mm-content
  .cs-mm-categories
  li.menu-item {
  display: block;
  padding: 0;
}

.navbar-nav
  li.csco-mega-menu.csco-mega-menu-terms
  .cs-mm-content
  .cs-mm-categories
  li.menu-item
  a {
  min-width: 6.25rem;
}

.navbar-nav
  li.csco-mega-menu.csco-mega-menu-terms
  .cs-mm-content
  .cs-mm-posts-container {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.navbar-nav
  li.csco-mega-menu.csco-mega-menu-terms
  .cs-mm-content
  .cs-mm-posts-container
  .cs-mm-posts {
  display: none;
}

.widget .title-widget {
  margin-bottom: 2rem;
}

.widget ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

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

.sidebar .widget + .widget {
  margin-top: 3rem;
}

@media (min-width: 1240px) {
  .sidebar .widget + .widget {
    margin-top: 4rem;
  }
}

.offcanvas-sidebar .widget {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px transparent solid;
}

.offcanvas-sidebar .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget_nav_menu a {
  display: block;
  padding: 1rem 0;
}

.widget_nav_menu .menu > li:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.widget_nav_menu .menu > li:first-child > a {
  padding-top: 0;
}

.widget_nav_menu .menu > li:last-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.widget_nav_menu .menu > li:last-child > a {
  padding-bottom: 0;
}

.widget_nav_menu .menu > .menu-item:not(:first-child) {
  border-top: 1px #e9ecef solid;
}

.widget_nav_menu .menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.widget_nav_menu .menu-item-has-children > a {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.widget_nav_menu .menu-item-has-children > ul {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.widget_nav_menu .menu > .menu-item > .sub-menu {
  padding-bottom: 1rem;
}

.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:after {
  visibility: hidden;
  float: right;
  opacity: 0;
  font-family: cs-icons;
  font-size: 14px;
  content: "\e91d";
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.widget_nav_menu .sub-menu {
  display: none;
}

.widget_nav_menu .sub-menu a {
  padding: 0.25rem 0;
  line-height: 1;
}

.widget_recent_comments li {
  padding: 1rem 0;
  font-size: 0.875rem;
}

.widget_recent_comments li:not(:first-child) {
  border-top: 1px #e9ecef solid;
}

.widget_recent_comments li a {
  display: block;
  margin-top: 1rem;
  line-height: 22px !important;
}

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

.post-thumbnail img {
  display: block;
  width: 100%;
}

@media (max-width: 1019.98px) {
  .post-thumbnail,
  .post-thumbnail img {
    width: 100%;
  }
}

.pk-widget-posts-template-default .entry-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.pk-widget-posts-template-default .post-thumbnail img {
  width: 100%;
}

.pk-widget-posts-template-list .post-thumbnail {
  width: 100%;
}

.widget-area .pk-widget-posts-template-list > ul > li + li {
  margin-top: 1rem;
}

.widget-area .pk-widget-posts-template-list .post-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-area .pk-widget-posts-template-list .post-inner:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  width: 105px;
  max-width: 105px;
  padding-right: 15px;
}

.widget-area .pk-widget-posts-template-list .post-inner:first-child a {
  display: block;
  width: 100%;
}

.widget-area .pk-widget-posts-template-list .post-inner:first-child img {
  width: 100%;
  height: auto;
}

.widget-area .pk-widget-posts-template-list .post-inner:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 105px);
          flex: 0 0 calc(100% - 105px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100% - 105px);
  -ms-flex-preferred-size: calc(100% - 105px);
      flex-basis: calc(100% - 105px);
}

.cnvs-block-section-heading {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.cnvs-block-section-heading .cnvs-section-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cnvs-block-section-heading .cnvs-section-title > span {
  position: relative;
}

#search,
.form-control,
.offcanvas,
body,
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
  background-color: #fff;
}

body,
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
  color: #777;
}

.post-categories,
.post-meta,
label {
  color: #c9c9c9;
}

#search .close,
.pk-share-buttons-after-post.pk-share-buttons-scheme-default
  .pk-share-buttons-link:not(:hover),
.pk-share-buttons-before-post.pk-share-buttons-scheme-default
  .pk-share-buttons-link:not(:hover),
a {
  color: #000;
}

#search .close:hover,
a:hover {
  color: #88b14b;
}

.form-control,
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
  border-color: #eee;
}

.archive-pagination:not(:empty),
.header-enabled .navbar-primary:not(.sticky-nav-slide) .navbar,
.navigation.pagination,
.widget_nav_menu .menu > .menu-item:not(:first-child),
.widget_recent_comments li:not(:first-child) {
  border-top-color: #eee;
}

.navbar-offcanvas,
.navbar-primary:not(.sticky-nav-slide) .navbar,
.topbar {
  border-bottom-color: #eee;
}

#search input[type="search"],
h2,
h3,
h5 {
  color: #000;
}

#search input[type="search"]:-ms-input-placeholder {
  color: #000;
}

#search input[type="search"]:-moz-placeholder {
  color: #000;
}

#search input[type="search"]::-webkit-input-placeholder {
  color: #000;
}

.pk-widget-posts:not(.pk-widget-posts-template-slider) .entry-title a {
  color: #000;
  line-height: 1.5 !important;
}

.pk-widget-posts:not(.pk-widget-posts-template-slider) .entry-title a:hover {
  color: #a0a0a0;
}

.button-primary {
  color: #fff;
}

.button-primary:active,
.button-primary:focus,
.button-primary:hover,
.button-primary:not([disabled]):not(.disabled):active,
.pk-button-primary:not(:disabled):not(.disabled):active {
  color: #fff;
}

.button-primary {
  background-color: #88b14b;
}

.button-primary:active,
.button-primary:focus,
.button-primary:hover,
.button-primary:not([disabled]):not(.disabled):active,
.pk-button-primary:not(:disabled):not(.disabled):active {
  background-color: #aad866;
}

.site-title {
  color: #000;
}

.site-title:hover {
  color: #a0a0a0;
}

.navbar-primary {
  background-color: #fff;
}

.navbar-primary:not(.sticky-nav-slide) .navbar {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  min-height: 100px;
}

.navbar-primary .navbar-nav > li > a,
.navbar-primary a {
  color: #000;
}

.navbar-primary .navbar-nav > li > a:hover,
.navbar-primary a:hover {
  color: #88b14b;
}

.navbar-nav .sub-menu {
  background-color: #fff;
  border: 1px #eee solid;
}

.navbar-nav .cs-mm-categories > li > a,
.navbar-nav .sub-menu > li > a {
  color: #000;
}

.navbar-nav .cs-mm-categories > li > a:active,
.navbar-nav .cs-mm-categories > li > a:focus,
.navbar-nav .cs-mm-categories > li > a:hover,
.navbar-nav .sub-menu > li > a:active,
.navbar-nav .sub-menu > li > a:focus,
.navbar-nav .sub-menu > li > a:hover {
  color: #88b14b;
}

.navbar-nav .cs-mm-categories > li + li > a,
.navbar-nav .sub-menu > li + li > a {
  border-top: 1px #eee solid;
}

.topbar {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.topbar .navbar-nav > li > a,
.topbar a {
  color: #a0a0a0;
}

.topbar .navbar-nav > li > a:focus,
.topbar .navbar-nav > li > a:hover,
.topbar a:hover {
  color: #88b14b;
}

.offcanvas-header .navbar-brand,
.offcanvas-header .navbar-toggle {
  color: #000;
}

.offcanvas-header .navbar-brand:focus,
.offcanvas-header .navbar-brand:hover,
.offcanvas-header .navbar-toggle:focus,
.offcanvas-header .navbar-toggle:hover {
  color: #88b14b;
}

.offcanvas-header .navbar {
  background-color: #fff;
}

.navbar-offcanvas {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.post-categories a {
  color: #88b14b;
}

.post-categories a:focus,
.post-categories a:hover {
  color: #000;
}

::-moz-selection {
  color: #fff;
  background: #88b14b;
}

::selection {
  color: #fff;
  background: #88b14b;
}

::-moz-selection {
  color: #fff;
  background: #88b14b;
}

.entry-content .has-drop-cap:first-letter {
  color: #292929;
}

.site-footer {
  background-color: #000;
}

.site-footer {
  color: #a0a0a0;
}

.site-footer a {
  color: #fff;
}

.site-footer a:focus:active,
.site-footer a:hover {
  color: #a0a0a0;
}

.post-thumbnail:hover:before {
  background-color: rgba(44, 47, 48, 0.5);
}

body,
button,
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}

.post-categories,
.post-meta,
label {
  font-family: Montserrat;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.button {
  font-family: Montserrat;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
}

h2,
h3,
h5 {
  font-family: Montserrat;
  font-weight: 600;
}

.post-standard .entry-title {
  font-size: 2rem;
  letter-spacing: -0.05em;
  text-transform: none;
}

h2 {
  font-size: 2rem;
  letter-spacing: -0.05em;
  text-transform: none;
}

h3 {
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  text-transform: none;
}

h5 {
  font-size: 1rem;
  letter-spacing: -0.0375em;
  text-transform: none;
}

.cnvs-block-section-heading,
.nav-links {
  font-family: Montserrat;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
}

.cnvs-block-section-heading,
.cnvs-block-section-heading .cnvs-section-title,
.cnvs-block-section-heading .cnvs-section-title:after,
.cnvs-block-section-heading .cnvs-section-title:before,
.cnvs-block-section-heading.is-style-cnvs-block-section-heading-default,
.cnvs-block-section-heading.is-style-cnvs-block-section-heading-default
  .cnvs-section-title,
.cnvs-block-section-heading.is-style-cnvs-block-section-heading-default
  .cnvs-section-title:after,
.cnvs-block-section-heading.is-style-cnvs-block-section-heading-default
  .cnvs-section-title:before,
.cnvs-block-section-heading.is-style-cnvs-block-section-heading-default:after,
.cnvs-block-section-heading.is-style-cnvs-block-section-heading-default:before,
.cnvs-block-section-heading:after,
.cnvs-block-section-heading:before {
  border-color: #e9ecef;
}

.cnvs-block-section-heading,
.cnvs-block-section-heading .cnvs-section-title {
  color: #000;
}

.navbar-nav > li > a,
.widget_nav_menu .menu > li > a {
  font-family: Montserrat;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
}

.nav .sub-menu > li > a,
.navbar-nav .cs-mm-categories > li > a,
.topbar .navbar-nav > li > a,
.widget_nav_menu .sub-menu > li > a {
  font-family: Montserrat;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
  text-transform: none;
}

p.has-drop-cap:not(:focus):first-letter {
  font-family: Montserrat;
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

#search input[type="search"] {
  font-family: Montserrat !important;
  font-size: 1.7rem !important;
  font-weight: 600;
  letter-spacing: -0.05em !important;
  text-transform: none !important;
}

.topbar .navbar {
  height: 40px;
}

.navbar-primary .navbar {
  height: 85px;
}

.offcanvas .offcanvas-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.offcanvas .navbar-offcanvas {
  height: 50px;
}

.site-footer .site-title {
  font-family: Montserrat;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
  line-height: 1;
  text-transform: none;
}

.button-primary {
  border-radius: 0;
}

.cs-input-group-btn button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 1019px) {
  .layout-sidebar .content-area {
    border-bottom-color: #eee;
  }
}

@media (min-width: 760px) {
  .sidebar-area .sidebar-2 {
    border-left-color: #eee;
  }
}

@media (min-width: 970px) {
  .header-enabled .navbar-primary:not(.sticky-nav-slide) .navbar {
    border-top-width: 1px;
    border-top-style: solid;
    min-height: 100px;
  }

  .header-col {
    height: 100px;
  }
}

.page-content {
  text-align: left;
  color: #000;
}

.page-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto 15px;
}

.txt-red {
  color: red;
}

.block-big {
  text-align: center;
  font-size: 18px;
  color: red;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}

.h3 {
  font-weight: 700;
  font-size: 20px;
}

.doc-block {
  margin-bottom: 20px;
  background: #88b14b38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.doc-block__pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.doc-block__pic img {
  width: 250px;
  margin-bottom: 0;
}

.doc-block__text {
  margin: auto 0 auto 20px;
  font-style: italic;
}

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

.block {
  display: block;
}

.imp-block {
  background: #88b14b38;
  padding: 20px 0 10px;
}

.imp-block > b {
  padding-bottom: 10px;
}

div.imp-block {
  margin-bottom: 20px;
}

input.input-roulette,
select.input-roulette {
  border: 1px #353535 solid !important;
  font-size: 18px !important;
  color: #000 !important;
}

.ost {
  font-size: 18px;
}

@media screen and (max-width: 1020px) {
  aside.sidebar-area {
    display: none;
  }

  .site-title + .navbar-footer {
    float: none;
  }

  .navbar-nav > li + li,
  .navbar-nav > li:first-child {
    margin-right: 2rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .doc-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .doc-block__text {
    margin-left: 0;
  }

  .doc-block__pic img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .navbar-primary:not(.sticky-nav-slide) .navbar {
    min-height: 80px;
  }

  .site-content {
    margin-top: 10px;
  }

  .post-standard .entry-title {
    font-size: 27px;
  }
}

@media screen and (max-width: 480px) {
  .navbar-primary:not(.sticky-nav-slide) .navbar {
    min-height: 60px;
  }
}

img.b-comments__item-avatar {
  width: 50px;
  height: 50px;
  margin: 0;
}

.b-comments__item-avatar {
  float: left;
  margin-right: 10px;
}

.b-comments__item-ind {
  margin-left: 60px;
}

.b-comments__item-head {
  font-weight: 700;
}

.b-comments__item-text img {
  width: 100%;
  max-width: 350px;
  margin: 5px 0 0;
}

.b-comments__item-text {
  padding: 5px 0;
  line-height: 26px;
  font-size: 21px;
}

.rev-1 {
  margin-left: 60px;
}

.rev-2 {
  margin-left: 120px;
}

.obutton {
  margin: 0 auto 30px;
  max-width: 480px;
  padding: 20px 30px;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45) !important;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45) !important;
  border-radius: 10px;
  background-color: #f4663b;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  display: block;
}

.obutton:hover {
  color: #fff;
  -webkit-box-shadow: 0 4px 35px 0 rgba(129, 150, 160, 0.45) !important;
  box-shadow: 0 4px 35px 0 rgba(129, 150, 160, 0.45) !important;
}

.comm-ttl {
  font-weight: 700;
  font-size: 20px;
  margin: 50px 0 20px;
  border-top: 1px #eceff5 solid;
  padding-top: 30px;
}

.b-comments__comment {
  height: 100%;
  margin-bottom: 20px;
}

.order_block img.prod-img {
  max-width: 350px;
  width: 100%;
}

.prod-img {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

.price-block {
  font-size: 18px;
}

.b-comments__item-text a {
  text-decoration: underline;
}

.boxes {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.boxes__instructions {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 10px;
  background-color: #232f3e;
  border-radius: 4px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  max-width: 630px;
}

.boxes__wrapper {
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 560px;
  margin-top: 15px;
}

.boxes__wrapper > div {
  position: relative;
  width: 33%;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  cursor: pointer;
  text-align: center;
}

.boxes__wrapper > div:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.boxes__discount img,
.try {
  width: 100%;
  max-width: 180px;
}

.boxes__discount {
  display: none;
  font-size: 14px;
}

.sweet-alert,
.sweet-overlay {
  position: fixed;
  display: none;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.sweet-overlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

body {
  position: relative;
}

.sweet-alert {
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -150px;
  overflow: hidden;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

.sweet-alert p {
  color: #797979;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert button {
  background-color: #e84242;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 2px rgba(128, 179, 235, 0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px rgba(128, 179, 235, 0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #a5dc86;
}

.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
}

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
      transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  -ms-transform-origin: 0 60px;
      transform-origin: 0 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.submit-roulette:hover {
  background: #b00;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

#order_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}

.close {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 40px;
  cursor: pointer;
}

.close {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 40px;
  cursor: pointer;
}

.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
main,
nav {
  display: block;
}

a {
  background: 0 0;
}

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

b {
  font-weight: 700;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

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

button {
  overflow: visible;
}

button {
  text-transform: none;
}

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

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

input {
  line-height: normal;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

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

input,
textarea {
  outline: 0;
}

input:active,
textarea:active {
  outline: 0;
}

:focus {
  outline: 0;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

button:active,
button:focus {
  outline: 0 !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

@media screen and (max-width: 480px) {
  input {
    width: 90%;
  }
}

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

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          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: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
          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: 0;
  right: 0;
  margin: 0 auto;
  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;
  -o-border-image: none;
     border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
          animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running
    pop-up-appear-after;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

@-webkit-keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }

  30% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }

  30% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.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;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

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

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

.close {
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.submit-roulette:active {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: 0;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 3px #242120;
          box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  border: 1px #757575 solid;
}

.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: 700;
}

.danger-text {
  color: red;
  font-weight: 700;
}

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

.order_block h3 {
  font: bold 18px Arial !important;
  background: 0 0;
}

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

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

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.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: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          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: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
          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: 0;
  right: 0;
  margin: 0 auto;
  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;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
          animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }

  30% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

.boxes__discount__text {
  color: red;
  font-weight: 700;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-size: 30px;
  top: 31%;
}

@media screen and (max-width: 480px) {
  .boxes__discount__text {
    top: 29%;
  }
}

h3.orfpreform {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  text-align: center !important;
  display: block !important;
  padding: 1.5em 10px !important;
  line-height: 1.2 !important;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 18px !important;
  color: #000 !important;
}

@supports ((-moz-column-gap: 0.5em) or (column-gap: 0.5em)) {
}

@supports (-webkit-overflow-scrolling: touch) {
}

@supports (position: sticky) {
}

@supports (position: sticky) {
}

@supports (position: sticky) {
}

@supports (position: sticky) {
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

@supports (position: sticky) {
}

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

/*.card html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}*/

.card__item.glow::after {
  content: "";
  position: absolute;
  display: block;
  width: 72px;
  height: 72px;
  top: 20px;
  z-index: -1;
  background: rgba(173, 250, 76, 0.72);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.card h1 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.card p {
  margin-top: 0;
  margin-bottom: 1.7em !important;
}

.card b {
  font-weight: bolder;
}

.card a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.card a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.card a:not([href]):not([tabindex]):focus,
.card a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

.card a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.card img {
  vertical-align: middle;
  border-style: none;
}

.card button {
  border-radius: 0;
}

.card button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.card button,
.card input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.card button,
.card input {
  overflow: visible;
}

.card button {
  text-transform: none;
}

.card [type="submit"],
.card button {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

.card [type="submit"]::-moz-focus-inner,
.card button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.card ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

@media print {
  .card *,
  .card ::after,
  .card ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .card a:not(.btn) {
    text-decoration: underline;
  }

  .card img {
    page-break-inside: avoid;
  }

  .card p {
    orphans: 3;
    widows: 3;
  }
}

.card p:before {
  content: "";
  display: block;
  width: 10em;
  overflow: hidden;
}

.card h1 {
  font-size: 1.625em;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .card h1 {
    font-size: 2.4375em;
    margin-bottom: 0.61538462em;
  }
}

.card h1:first-child {
  margin-top: 0;
}

.card img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
  width: 100% !important;
}

.card input[type="tel"],
.card input[type="text"] {
  /*padding:.375em .75em;*/
  line-height: 1.5;
  color: #111;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}

.card input[type="tel"]::-ms-expand,
.card input[type="text"]::-ms-expand {
  background-color: transparent;
  border: 0;
}

.card input[type="tel"]:focus,
.card input[type="text"]:focus {
  color: #111;
  background-color: #fff;
  border-color: #4d3bfe;
  outline: 0;
}

.card input[type="tel"]::-webkit-input-placeholder,
.card input[type="text"]::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.5);
  opacity: 1;
}

.card input[type="tel"]::-ms-input-placeholder,
.card input[type="text"]::-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.5);
  opacity: 1;
}

.card input[type="tel"]:disabled,
.card input[type="text"]:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.card ::-moz-placeholder {
  color: #8c8c8c !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.card ::-webkit-input-placeholder {
  color: #8c8c8c !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.card :-ms-input-placeholder {
  color: #8c8c8c !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.card ::-ms-input-placeholder {
  color: #8c8c8c !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.card ::placeholder {
  color: #8c8c8c !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.btn:not(:disabled):not(.disabled),
.comment-respond .form-submit input:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.card .btn:not(:disabled):not(.disabled).active:focus,
.card .btn:not(:disabled):not(.disabled):active:focus,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active:focus,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25),
    inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25),
    inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.card ::-moz-selection {
  background-color: #4d3bfe;
  color: #fff;
}

.card ::selection {
  background-color: #4d3bfe;
  color: #fff;
}

.card a:active,
.card a:focus,
.card a:hover {
  color: #4d3bfe;
}

.card a:focus {
  outline: thin dotted;
}

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

.card h1 {
  font-weight: 700;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(1px) translateZ(0);
  transform: translateY(1px) translateZ(0);
}

@media (min-width: 576px) {
  @supports (display: grid) {
  }
}

@supports (display: grid) {
}

@supports (display: grid) {
}

@media (min-width: 576px) {
  @supports (display: grid) {
  }
}

.card {
  margin: 0 0 3em 0 !important;
  width: auto !important;
  max-width: 460px;
  padding: 25px !important;
  border-radius: 20px !important;
  border: 3px solid #5b2361 !important;
  background-color: #c066ff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: -o-repeating-linear-gradient(
    45deg,
    #ce0071,
    #9b2766 10px,
    #860049 10px,
    #e73a98 20px
  );
  background: repeating-linear-gradient(
    45deg,
    #ce0071,
    #9b2766 10px,
    #860049 10px,
    #e73a98 20px
  );
  min-width: auto !important;
}

.card__instructions {
  color: #fff !important;
  font-size: 32px !important;
  max-width: 433px;
  text-align: center;
  margin: 0 auto 40px;
}

.card__instructions p {
  text-align: center !important;
  padding-top: 0 !important;
  margin-top: 20px !important;
  color: #fff !important;
  line-height: 1.5 !important;
  font-size: 15px !important;
  border: none !important;
}

.card__instructions font,
.card__instructions h1 {
  text-transform: none !important;
  line-height: 1.1 !important;
  text-align: center !important;
  margin: 0 !important;
  font-weight: 700 !important;
}

.card__instructions h1 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 30px;
  padding: 0 !important;
}

.card__instructions .counter_attempts {
  color: #fff !important;
}

.card__counter {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  padding-bottom: 0 !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 20px;
  border: 3px solid #5b2361;
  overflow: hidden;
  background-color: #fff;
  background-image: url("../img/d70dd6a93f675c8172618a670cac34ed5ddecf78.svg");
}

.card__container img {
  margin: 0 !important;
}

.card__item {
  width: 25%;
  height: 112.5px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.card__item span {
  position: absolute;
}

.card__item__sale {
  width: auto !important;
}

.card__item .card__item__reload,
.card__item .card__item__sale {
  opacity: 0;
  z-index: 1;
}

.card__item__sale {
  position: relative;
  line-height: 0;
}

.card__item__sale p {
  font-family: "Saira Condensed", sans-serif !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 39px !important;
  text-align: center !important;
  color: #fff !important;
  position: absolute;
  top: 17px;
  left: 15px;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  white-space: nowrap;
}

.card span {
  font-family: "Saira Condensed", sans-serif !important;
}

.order_blockspan {
  font-family: "Saira Condensed", sans-serif !important;
}

.card__item:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.card__item__sale-100,
.card__item__sale-30,
.card__item__sale-50 {
  display: none;
}

.card__item__sale .card__item__sale-100,
.card__item__sale .card__item__sale-30,
.card__item__sale .card__item__sale-50 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card__item.sale .card__item__cover {
  opacity: 0;
}

.card__item__cover {
  width: auto !important;
}

.card__item.sale .card__item__sale {
  opacity: 1;
}

.card__item.sale-30 .card__item__sale-30 {
  width: 70%;
  display: block;
}

.card__item.sale-100 .card__item__sale-100 {
  width: 70%;
  display: block;
}

.card__item.sale-50 .card__item__sale-50 {
  width: 70%;
  display: block;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40% !important;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 19px !important;
  text-align: center !important;
  line-height: 1.7 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 100 !important;
  color: #111 !important;
  text-shadow: none !important;
  text-indent: unset !important;
  border: none !important;
}

.pop-up-text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 16px !important;
  text-align: center !important;
  line-height: 1.7 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 100 !important;
  margin: 0 !important;
}

.pop-up-window .pop-up-text {
  margin-bottom: 20px !important;
}

.pop-up-heading,
.pop-up-button {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  line-height: 1.7 !important;
  text-shadow: none !important;
}

.pop-up-heading {
  font: 100 40px/1.7 Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  margin-bottom: 20px !important;
  color: #111 !important;
}

.danger-text {
  font: 700 16px/1.7 Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  color: red !important;
}

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

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

.ruletka-p {
  margin-top: 0 !important;
}

@media (max-width: 1080px) {
  .card__instructions h1 {
    font-size: 24px !important;
  }

  .card__item__sale p {
    /*font-size: 17px !important;*/
    font-size: 5.5vw !important;
  }
}

@media only screen and (max-width: 425px) {
  .pop-up-heading {
    font-size: 34px;
  }

  .pop-up-window .pop-up-text {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 18px;
  }

  .close-popup {
    right: 0;
  }
}

@media only screen and (max-width: 425px) {
  .card__item {
    height: 90px;
  }

  .card__instructions {
    margin: 0 auto 10px;
  }

  .card__instructions h1 {
    font-size: 24px;
    margin-top: 0 !important;
  }

  /*  .card__item__sale p {
    font-size: 17px !important;
    line-height: 20px;
    top: 16px;
    left: 8px;
  }*/
  .card__item__sale-30 {
    left: 50% !important;
  }

  .card__item.glow::after {
    width: 52px;
    height: 52px;
  }
}

@media only screen and (max-width: 370px) {
  .card__instructions h1 {
    font-size: 20px !important;
  }

  .card__item__sale p {
    font-size: 5.5vw !important;
    line-height: 17px;
    top: 13px;
    left: 5px;
  }

  .card__item.glow::after {
    width: 40px;
    height: 40px;
    top: 20px;
  }
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 667px) {
}

@media only screen and (max-width: 684px) {
}

@media only screen and (max-width: 734px) {
}

@media only screen and (max-width: 736px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 1024px) {
  .card__item__sale p {
    font-size: 25px !important;
  }
}

@media only screen and (max-width: 428px) {
  .card__item__sale p {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 412px) {
  .card__item__sale p {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 375px) {
  .card__item__sale p {
    font-size: 23px !important;
  }
}

@media only screen and (max-width: 356px) {
  .card__item__sale p {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 344px) {
  .card__item__sale p {
    font-size: 21px !important;
  }
}

@media only screen and (max-width: 333px) {
  .card__item__sale p {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 321px) {
  .card__item__sale p {
    font-size: 19px !important;
  }
}

@media only screen and (max-width: 310px) {
  .card__item__sale p {
    font-size: 18px !important;
  }
}

/*Отступ для дерева комментов*/
.commpaddleft {
  padding-left: 10%;
}

.api-form1 * {
  padding: 0 !important;
  margin: 0 !important;
  font-family: roboto, sans-serif !important;
}

.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;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  line-height: 1.5 !important;
  position: static !important;
  height: auto !important;
  -webkit-box-shadow: none !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 !important;
  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 {
  -webkit-box-shadow: none !important;
          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: -webkit-gradient(
    linear,
    left top, right top,
    from(transparent),
    color-stop(50%, #ddd),
    to(transparent)
  ) !important;
  background: -o-linear-gradient(
    left,
    transparent 0%,
    #ddd 50%,
    transparent 100%
  ) !important;
  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: 18px !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;
}

.api-form1 .form-body .text .offer-name,
.api-form1 .form-body .text .offer-price {
  font: 700 18px/1.7 roboto, sans-serif !important;
  color: #ca2d2d !important;
}

.api-form1 {
  background: #fff !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 465px !important;
  position: relative !important;
  margin: -10px 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 roboto, sans-serif !important;
  color: #222 !important;
  text-align: center !important;
  margin: 0 !important;
}

.time_remains {
  font: 700 1.1em/1.5 roboto, 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;
  -webkit-transition: 0.25s !important;
  -o-transition: 0.25s !important;
  transition: 0.25s !important;
  line-height: 20px !important;
  -webkit-box-shadow: none !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;
  -webkit-box-sizing: border-box !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: -ms-grid;
  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: 300px;
}

.product-image1 img {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  width: 71% !important;
  z-index: 0 !important;
  position: static !important;
}

.cb-con1 .product-image1 {
  max-width: 300px;
}

.product-banner-text1 {
  font-size: 12px !important;
}

.product-banner1 {
  width: 117px !important;
  height: 117px !important;
}

.product-banner1 {
  opacity: 0.9 !important;
  display: table !important;
  width: 117px !important;
  height: 117px !important;
  line-height: 25px !important;
  color: #fff !important;
  font-size: 18px !important;
  text-align: center !important;
  background: url("urn:scrapbook:download:error:https://starglobus.org/landing_file/visanaIt/Spacer_3/img/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 .phone:invalid,
.cb-con1 .country:invalid,
.cb-con1 .name1,
.cb-con1 .phone,
.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 .deadline1 {
    font-size: 10px !important;
  }

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

  .close-popup {
    right: 0 !important;
  }

  .pop-up-heading {
    font-size: 25px !important;
  }

  .pop-up-text {
    font-size: 13px !important;
  }

  .main {
    width: 100%;
  }

  .main-btn {
    font-size: 16px !important;
  }
}

.order_block {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: roboto, sans-serif !important;
  padding-bottom: 0em !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 100% !important;
  border: none !important;
  max-width: 100% !important;
  line-height: 1.7 !important;
}

.submit-roulette:hover {
  background: #bb0000;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.additional-form-fields {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}

#order_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#order_form input,
#order_form select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  max-width: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 12px;
}

.submit-roulette:active {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[value="Получить бесплатно"],
.submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: none;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 3px #242120;
          box-shadow: 0px 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  font: bold 18px Arial !important;
}

input[value="Получить бесплатно"]:hover {
  background: #bb0000 !important;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

input[value="Получить бесплатно"]:active {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.input-roulette::-webkit-input-placeholder {
  font-size: 0.9em;
}

.input-roulette::-moz-placeholder {
  font-size: 0.9em;
}

.input-roulette:-ms-input-placeholder {
  font-size: 0.9em;
}

.input-roulette::-ms-input-placeholder {
  font-size: 0.9em;
}

.input-roulette::placeholder {
  font-size: 0.9em;
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: auto !important;
}

input[placeholder="Ваше имя"],
input[placeholder="Ваш телефон"] {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}

.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
}

.danger-text {
  color: red;
  font-weight: bold;
}

.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 Arial !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: -o-radial-gradient(center, ellipse cover, 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);
}

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

.order_block img {
  width: 100%;
  min-width: 200px;
  max-width: 400px;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.order_block h3 {
  font: bold 18px Arial !important;
  background: transparent;
  line-height: 1.3 !important;
}

#luckyshop_form,
#profit_form2,
#omni_form,
#everad_form,
#shakes_form,
#apilead_form,
#hp_form,
#p_hp_form,
#pw_hp_form,
#leadtrade_form,
#drcash_form,
#t_drcash_form,
#rocket_form,
#ad1_form,
#p_omni_form,
#m_leads,
#v_m_leads,
#kma_form,
#adbees_form,
#crm_form,
#leadgroup_form,
#leadbit_form,
#cpagetti_form,
#monsterleads_form,
#tl_form,
#adeptcpa_form,
#burg_tl_form,
#scpa_pw_ad1_form,
#scpa_pw_hp_form,
#scpa_pw_tl_form,
#scpa_pw_apilead_form,
#scpa_pw_leadtrade_form,
#scpa_pw_drcash_form,
#rekl_form,
#p_apilead_form,
#aff1_form,
#p_hp_form_test,
#p_rekl_form,
#static_omni_form,
#funcpa_form,
#ha9_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
  display: inline-block;
  margin-top: 4px;
}

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

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../img/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;
}

.pop-up-heading {
  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: 40%;
  margin: 0px auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
          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%;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
          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;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
          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;
}

@keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }

  30% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            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;
  }
}

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

.wheel-img {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wheel-img__numbers {
  position: absolute;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wheel-img__number {
  color: #000;
  font-weight: bold;
  font-family: Arial, Helvetica, 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%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wheel-img__number:nth-child(2) {
  top: 25%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotateZ(45deg);
}

.wheel-img__number:nth-child(3) {
  top: 50%;
  left: 85%;
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotateZ(90deg);
}

.wheel-img__number:nth-child(4) {
  top: 75%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%) rotateZ(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotateZ(135deg);
}

.wheel-img__number:nth-child(5) {
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotateZ(180deg);
}

.wheel-img__number:nth-child(6) {
  top: 75%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%) rotateZ(225deg);
      -ms-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotateZ(225deg);
}

.wheel-img__number:nth-child(7) {
  top: 50%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%) rotateZ(270deg);
      -ms-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotateZ(270deg);
}

.wheel-img__number:nth-child(8) {
  top: 25%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%) rotateZ(315deg);
      -ms-transform: translate(-50%, -50%) rotate(315deg);
          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%;
  }
}

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

  100% {
    -webkit-transform: rotate(1620deg);
            transform: rotate(1620deg);
  }
}

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

  100% {
    -webkit-transform: rotate(1620deg);
            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 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

* {
  outline: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
}

.pl_field_address_info {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: 0 !important;
  position: absolute;
  z-index: -1;
  width: 0 !important;
  height: 0 !important;
}

#main
  > div
  > div.archive-first.archive-standard
  > article
  > div
  > div
  > div
  > center
  > center
  > div.spin-result-wrapper.default_spin-result-wrapper
  > div
  > p
  > span {
  font-size: 20px !important;
}

#door__sales1,
#door__sales2,
#door__sales3 {
  font-size: 54px !important;
}

body * :not(i) {
  font-family: Georgia, Times, "Times New Roman", serif !important;
  line-height: 28px !important;
}

#main
  > div
  > div.archive-first.archive-standard
  > article
  > div
  > div
  > div
  > div.imp-block
  > ul
  > li,
#main
  > div
  > div.archive-first.archive-standard
  > article
  > div
  > div
  > div
  > ol
  > li,
#main
  > div
  > div.archive-first.archive-standard
  > article
  > div
  > div
  > div
  > ul
  > li,
.b-comments__item-ind,
p {
  font-size: 22px !important;
  line-height: 26px !important;
}

#main
  > div
  > div.archive-first.archive-standard
  > article
  > div
  > div
  > div
  > center
  > center
  > div.order_block.default_order-block
  > img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 10px auto;
}

@media (max-width: 840px) {
  #door__sales1,
  #door__sales2,
  #door__sales3 {
    font-size: 18px !important;
  }
}

@media (max-width: 360px) {
  #door__sales1,
  #door__sales2,
  #door__sales3 {
    font-size: 15px !important;
  }
}

body {
  position: relative;
  -webkit-animation-name: fadeInLoad;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 1.6s;
  /* Chrome, Safari, Opera */
  animation-name: fadeInLoad;
  animation-duration: 1.6s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeInLoad {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

/* Standard syntax */
@keyframes fadeInLoad {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #kmacb {
    right: 10px !important;
    bottom: 95px !important;
  }
}

#main
  > div
  > div.archive-first.archive-standard
  > article
  > div
  > div
  > div
  > div.imp-block
  > ul
  > li,
#main
  > div
  > div.archive-first.archive-standard
  > article
  > div
  > div
  > div
  > ol
  > li,
#main
  > div
  > div.archive-first.archive-standard
  > article
  > div
  > div
  > div
  > ul
  > li,
.b-comments__item-ind,
p {
  font-size: 20px !important;
}

.danger-text {
  margin-top: -3px !important;
  display: inline-block;
}

.verified-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 1px;
  color: transparent;
  vertical-align: -4px;
  border: 2px solid #d7e3ec;
  margin-left: 8px;
}

.tgme_widget_message_user {
  float: left;
}

.tgme_widget_message_author,
.tgme_widget_message_forwarded_from {
  font-size: 16px;
  line-height: 23px;
  margin: 1px 0;
  color: #2481cc;
  text-align: left;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tgme_widget_message_bubble {
  position: relative;
  border: 2px solid #d7e3ec;
  border-radius: 0 10px 10px;
  background: #fff;
  padding: 12px 17px;
}

.tgme_widget_message_bubble,
.tgme_widget_message_inline_keyboard {
  margin-left: 51px;
}

.tgme_widget_message_bubble_tail {
  pointer-events: none;
  position: absolute;
  left: -8px;
  top: -1px;
}

.tgme_widget_message_footer {
  font-size: 14px;
  line-height: 19px;
  color: #738ca7;
  margin: 5px 0 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mycity {
  margin-left: 5px;
  font-size: 0.6em;
  padding: 2px 4px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  background: #f0f0f0;
  line-height: 1.4 !important;
  color: #994500;
  border-radius: 4px;
}

.cs-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-moz-document url-prefix() {
  select {
    -webkit-text-indent: -2px;
    -moz-text-indent: -2px;
    text-indent: -2px;
    background: #fff;
  }
}

@media screen and (max-width: 479px) {
  .b-comments__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .mycity {
    display: inline-block;
    margin-left: 0px;
    margin-top: 5px;
  }

  .b-comments__item-head,
  .b-comments__item-text {
    font-size: 17px !important;
    line-height: 1.3 !important;
  }

  #search input[type="search"] {
    font-size: 1.2em !important;
  }

  .rev-1 {
    margin-left: 30px;
  }

  .rev-2 {
    margin-left: 90px;
  }
}

.door__wrapper .door__container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.door__wrapper .box__door {
  -webkit-perspective: 500px !important;
          perspective: 500px !important;
  position: relative !important;
}

.door__wrapper .box__door,
.door__wrapper .door {
  width: 190px !important;
  height: 400px !important;
  -webkit-box-shadow: inset -1px -1px 0px 1px #191919, inset 1px 1px 0px 1px #191919 !important;
          box-shadow: inset -1px -1px 0px 1px #191919, inset 1px 1px 0px 1px #191919 !important;
}

.door__wrapper .door,
.door__wrapper .hi {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.door__wrapper .door {
  background-image: url("../img/door.png") !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  -webkit-transform: rotateY(0deg) !important;
          transform: rotateY(0deg) !important;
  display: inline-block !important;
  -webkit-transition: all 0.75s ease !important;
  -o-transition: all 0.75s ease !important;
  transition: all 0.75s ease !important;
  -webkit-transform-origin: 0% 0% !important;
      -ms-transform-origin: 0% 0% !important;
          transform-origin: 0% 0% !important;
  cursor: pointer !important;
}

#door__2 {
  background-image: url("../img/door2.png") !important;
}

#door__3 {
  background-image: url("../img/door3.png") !important;
}

.door__wrapper .door:hover {
  -webkit-transform: rotateY(-30deg) !important;
          transform: rotateY(-30deg) !important;
}

.door__wrapper .door.open {
  -webkit-transform: rotateY(-85deg) !important;
          transform: rotateY(-85deg) !important;
}

.door__wrapper .door__sales {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 55px !important;
  line-height: 57px !important;
  font-weight: 700 !important;
  color: red !important;
  border-radius: 30px !important;
  padding: 30px 5px !important;
  -webkit-box-shadow: 0px 1px 2px 2px #7f7878 !important;
          box-shadow: 0px 1px 2px 2px #7f7878 !important;
  width: 85% !important;
  min-width: 70px !important;
}

.door__wrapper .door__title {
  color: #fff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  font-size: 22px !important;
  margin-bottom: 25px !important;
  background-color: #3a4752 !important;
  padding: 15px 0 !important;
  border-radius: 0.5em !important;
}

@media (max-width: 840px) {
  .door__wrapper .door__sales {
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    width: 65% !important;
    min-width: 50px !important;
  }

  .door__wrapper .box__door,
  .door__wrapper .door {
    width: 95px !important;
    height: 200px !important;
  }
}

@media screen and (max-width: 479px) {
  .door__wrapper .door__title {
    line-height: 1.4 !important;
    font-size: 18px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 360px) {
  .door__wrapper .box__door + .box__door {
    margin-left: 15px !important;
  }

  .door__wrapper .door__sales {
    font-size: 19px !important;
    line-height: 21px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
  }
}

.comment-sended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ced4da;
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.comment-sended__icon {
  max-width: 60px;
  margin: 0;
}

.comment-sended__text {
  font-size: 18px;
  max-width: 500px;
  padding-left: 5px;
}

.comment-sended__text p {
  margin-top: 0;
  margin-bottom: 0;
}

.comment-sended__text p.inner-small-text {
  font-size: 0.9em;
  color: #9e9e9e;
  margin-top: 2px;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .btn_comment {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .comment-btn-wrapper {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 240px;
  }
}

@media screen and (max-width: 411px) {
  .comment-sended {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .comment-sended__icon {
    margin-bottom: 10px;
    max-width: 50px;
  }

  .comment-sended__text {
    padding-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 411px) {
  .comment-sended__icon {
    margin: 0px 10px 10px;
  }
}

#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(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.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: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

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

#fountainG_3 {
  left: 24px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.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% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #000;
  }

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

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

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

.load__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

#push-comments #push_3dv4f7__title {
  color: #43a047;
  border-bottom: 0 solid;
  -webkit-box-shadow: 1px 4px 10px -7px #ccc;
          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;
  -webkit-box-shadow: 0 2px 4px -3px #237a27;
          box-shadow: 0 2px 4px -3px #237a27;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
}

#push-comments #push_3dv4f7__submit {
  background: #43a047;
  border: none;
  -webkit-box-shadow: 0 2px 4px -3px #000;
          box-shadow: 0 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  display: table;
  margin: 20px 0 0;
  height: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#push-comments #push_3dv4f7__label::after,
#push-comments #push_3dv4f7__label::before {
  content: "";
  display: none;
}

#push-comments #push_mlyjekpdfdd1 {
  background-color: #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Arial, serif;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  width: 100%;
}

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

#push-comments #push_mlyjekpdfdd1__form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem 1rem;
  margin: auto;
  max-width: 600px;
}

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

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

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

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

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

#push_mlyjekpdfdd1__form input::-webkit-input-placeholder, #push_mlyjekpdfdd1__form textarea::-webkit-input-placeholder {
  font-size: 17px !important;
}

#push_mlyjekpdfdd1__form input::-moz-placeholder, #push_mlyjekpdfdd1__form textarea::-moz-placeholder {
  font-size: 17px !important;
}

#push_mlyjekpdfdd1__form input:-ms-input-placeholder, #push_mlyjekpdfdd1__form textarea:-ms-input-placeholder {
  font-size: 17px !important;
}

#push_mlyjekpdfdd1__form input::-ms-input-placeholder, #push_mlyjekpdfdd1__form textarea::-ms-input-placeholder {
  font-size: 17px !important;
}

#push_mlyjekpdfdd1__form input,
#push_mlyjekpdfdd1__form textarea,
#push_mlyjekpdfdd1__form input::placeholder,
#push_mlyjekpdfdd1__form textarea::placeholder {
  font-size: 17px !important;
}

@media screen and (max-width: 479px) {
  #push-comments #push_mlyjekpdfdd1__form {
    padding: 1.5rem 1rem;
  }

  #push-comments #push_mlyjekpdfdd1__title {
    font-size: 21px;
  }
}

.e-comebacker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: normal;
  z-index: 9000;
}

.e-comebacker,
.e-comebacker * {
  font-family: "Open Sans", sans-serif !important;
  vertical-align: initial;
}

.e-comebacker h1,
.e-comebacker h2,
.e-comebacker h3,
.e-comebacker h4,
.e-comebacker h5,
.e-comebacker h6 {
  font-size: 15px !important;
  font-weight: initial !important;
  font-style: initial !important;
  margin: 0 !important;
}

.e-comebacker button {
  padding: 0 !important;
  border: 0 !important;
  font: inherit !important;
  color: inherit !important;
  background: 0 0 !important;
  cursor: pointer;
}

.e-comebacker a {
  color: #fff !important;
  text-decoration: none !important;
}

.e-comebacker p {
  padding: 0 !important;
  margin: 0 !important;
}

.e-comebacker__inner {
  width: 100%;
  height: 100%;
  max-width: 670px;
  margin: 0 auto;
  overflow: hidden auto;
  word-spacing: -5px;
}

.e-comebacker__inner::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  height: 100vh;
  vertical-align: middle;
}

.e-comebacker__inner > * * {
  word-spacing: initial;
}

.e-comebacker__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  background: #fff;
  padding: 10px 14px;
  border-radius: 4px;
  width: 100%;
  vertical-align: middle;
  overflow: hidden auto;
}

.e-comebacker__content.e-comebacker-active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.modal-leave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.modal-leave__info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding-right: 25px;
}

.modal-leave__product-view {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0px;
}

.modal-leave .modal-leave__title {
  font-size: 36px !important;
  color: #ffb300;
  font-weight: 700 !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  text-align: center;
}

.modal-leave .modal-leave__motivation {
  font-size: 19px !important;
  font-weight: 600 !important;
  text-align: center;
}

.modal-leave .modal-leave__motivation > strong {
  color: #ffb300;
}

.modal-leave__btn-motivation {
  text-decoration: underline;
}

.modal-leave .modal-leave__text {
  font-size: 16px !important;
  margin: 12px auto 14px !important;
  text-align: center;
  padding: 0px !important;
}

.modal-leave__text .inner-red {
  color: #d32f2f;
  font-weight: 700;
}

.modal-leave__btn-wrapper {
  margin: 0 auto;
  max-width: 290px;
  text-align: center;
}

.modal-leave .modal-leave__btn-next {
  padding: 10px;
  border-radius: 4px;
  font-size: 21px !important;
  line-height: 25px;
  width: 100%;
  height: 66px;
  background-color: #28a745 !important;
  color: #fff !important;
  font-weight: 700 !important;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.modal-leave .modal-leave__btn-next:hover {
  background-color: #1f8a37 !important;
}

.modal-leave .modal-leave__btn-no {
  color: #78909c !important;
  font-size: 14px !important;
  margin: 15px 0 0 0 !important;
}

.modal-leave .modal-leave__btn-no:hover {
  text-decoration: underline;
}

.modal-leave__on-sale {
  position: relative;
  padding-top: 0px;
  margin: 0 auto;
}

.modal-leave__sale-label {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: 50%;
  position: absolute;
  top: -24px;
  left: -20px;
  color: #fff;
  background-color: #388e3c;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 34px;
  font-weight: 700;
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg);
}

.modal-leave__image {
  max-width: 100%;
  max-height: 310px;
}

.modal-offer {
  width: 100%;
}

.modal-offer .modal-offer__title {
  font-size: 25px !important;
  font-weight: 600 !important;
  margin-bottom: 8px;
  color: #c62828;
  text-align: center;
  padding: 0 35px;
}

.modal-offer__timer {
  margin-top: 4px;
  text-align: center;
}

.modal-offer__timer-time {
  font-size: 30px;
  font-weight: 700;
  color: #f44336;
}

.modal-offer__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.modal-offer__price {
  text-align: center;
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  margin-right: 0px;
}

.modal-offer__price .__label {
  font-size: 20px;
  margin-bottom: 10px;
}

.modal-offer__price .__value {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #f44336;
}

.modal-offer__price .__currency {
  font-size: 0.74em;
  margin-left: 4px;
  text-transform: uppercase;
}

.modal-offer__product {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  text-align: center;
}

.modal-offer__product .__image {
  max-width: 100%;
  max-height: 210px;
}

.modal-offer__cong-text {
  max-width: 570px;
  margin: 4px auto 19px;
  text-align: center;
}

.modal-offer__cong-text .__title {
  font-size: 17px !important;
  font-weight: 700 !important;
  text-align: center;
  color: red !important;
  margin-bottom: 5px !important;
}

.modal-offer__cong-text p {
  margin-bottom: 5px !important;
  text-align: center !important;
}

.modal-offer__field {
  text-align: center;
  margin-bottom: 5px;
}

.modal-offer__form {
  padding-left: 24px;
  padding-bottom: 0px;
}

.modal-offer__field .__wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
}

.modal-offer__field .__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  display: inline-block;
  width: 100%;
  max-width: 180px;
  padding-right: 12px;
  text-align: right;
}

.modal-offer__field .__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  font-size: 16px;
  padding-left: 17px;
  width: 100%;
  border-radius: 4px;
  margin: 3px 0px;
  border: 1px solid #757575 !important;
}

.modal-offer .modal-offer__btn-submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #16a835 !important;
  background-image: -o-linear-gradient(
    90deg,
    #38a22e 1%,
    #3ab02a 100%
  ) !important;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #38a22e), to(#3ab02a)) !important;
  background-image: -o-linear-gradient(left, #38a22e 1%, #3ab02a 100%) !important;
  background-image: linear-gradient(90deg, #38a22e 1%, #3ab02a 100%) !important;
  color: #fff !important;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  border-radius: 4px;
  font-size: 24px !important;
  font-weight: 700 !important;
  font-family: Arial, sans-serif !important;
  margin-top: 6px;
  padding: 10px !important;
}

.modal-offer .modal-offer__btn-submit .__bg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #16a835 !important;
  background-image: -o-linear-gradient(
    90deg,
    #1f9913 1%,
    #2eae1d 100%
  ) !important;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #1f9913), to(#2eae1d)) !important;
  background-image: -o-linear-gradient(left, #1f9913 1%, #2eae1d 100%) !important;
  background-image: linear-gradient(90deg, #1f9913 1%, #2eae1d 100%) !important;
  border-radius: inherit;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.modal-offer .modal-offer__btn-submit .__text {
  position: relative;
  z-index: 1;
}

.modal-offer .modal-offer__btn-submit:hover .__bg {
  opacity: 0;
}

.pl_field_address_info {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: 0 !important;
  position: absolute;
  z-index: -1;
  width: 0 !important;
  height: 0 !important;
}

.popin-anim {
  -webkit-animation: 280ms ease-out popin_appear;
  animation: 280ms ease-out popin_appear;
}

@-webkit-keyframes popin_appear {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes popin_appear {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.fadeIn-anim {
  -webkit-animation: 280ms ease-out fadeIn_appear;
  animation: 280ms ease-out fadeIn_appear;
}

@-webkit-keyframes fadeIn_appear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn_appear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.e-comebacker {
  color: #000;
}

.modal-leave .modal-leave__title {
  line-height: 1.3 !important;
}

.modal-leave .modal-leave__btn-no {
  white-space: normal;
  line-height: 1.4 !important;
}

.modal-offer__cong-text p {
  font-size: 16px !important;
}

.modal-offer__field .__input::-webkit-input-placeholder {
  font-weight: 400;
}

.modal-offer__field .__input::-moz-placeholder {
  font-weight: 400;
}

.modal-offer__field .__input:-ms-input-placeholder {
  font-weight: 400;
}

.modal-offer__field .__input::-ms-input-placeholder {
  font-weight: 400;
}

.modal-offer__field .__input,
.modal-offer__field .__input::placeholder {
  font-weight: 400;
}

.modal-offer__timer-time {
  line-height: 1.2 !important;
}

.e-comebacker .upstar::after {
  bottom: 28px;
  right: -5px;
  font-size: 10px;
}

.e-comebacker .action-rule {
  font-size: 13px;
  margin-top: 4px !important;
  color: #979797;
}

.modal-offer__field .__input::-webkit-input-placeholder {
  font-size: 16px !important;
}

.modal-offer__field .__input::-moz-placeholder {
  font-size: 16px !important;
}

.modal-offer__field .__input:-ms-input-placeholder {
  font-size: 16px !important;
}

.modal-offer__field .__input::-ms-input-placeholder {
  font-size: 16px !important;
}

.modal-offer__field .__input,
.modal-offer__field .__input::placeholder {
  font-size: 16px !important;
}

.modal-offer__field .__label {
  color: #000;
}

@media screen and (max-width: 700px) {
  .e-comebacker {
    display: none !important;
  }
}

.ffl * {
  font-family: roboto-fixed-line, sans-serif !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  line-height: 1.5;
}

@media screen and (min-width: 469px) {
  .ffl {
    display: none;
  }
}

.ffl {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: red;
  text-align: center;
  width: 100%;
  padding: 11px 30px;
  opacity: 0;
}

.ffl__anim {
  -webkit-animation: example 1.3s ease;
  animation: example 1.3s ease;
  opacity: 1;
}

@-webkit-keyframes example {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes example {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

.ffl__wrap {
  position: relative;
}

.ffl__close {
  position: absolute;
  top: 0;
  right: -20px;
  color: #fff;
  font-size: 25px;
  font-family: serif;
  line-height: 16px;
  height: 16px;
  width: 16px;
  cursor: pointer;
  font-weight: 700;
}

.ffl__out {
  display: none;
}

.ffl__text {
  color: #fff;
  text-transform: uppercase;
}

.ffl__price {
  font-size: 17px;
  white-space: nowrap;
  text-transform: lowercase;
}

.ffl__price-value {
  font-size: 17px;
  text-transform: uppercase;
}

.ffl__btn,
.ffl__btn:active,
.ffl__btn:focus,
.ffl__btn:hover {
  background-color: #ff0;
  color: red;
  border-radius: 3px;
  padding: 10px 25px;
  display: inline-block;
  margin: 5px auto;
  text-decoration: none;
  -webkit-animation: blinker 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: blinker 2s cubic-bezier(1, 0, 0, 1) infinite;
  line-height: 1.2;
  text-transform: uppercase;
}

@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.7;
  }
}

.ffl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#created-button-1,
#created-button-2 {
  line-height: 1.5em !important;
}

.my-com-date {
  color: #5b5f65;
  text-shadow: 0 0 0 #000;
  font-weight: 600;
  line-height: 34px;
  padding: 1px 4px 1px 4px;
  background: #fdfdfd;
  border-radius: 3px;
  font-size: 20px;
}

.out-comebacker-content-btn:hover {
  text-decoration: none !important;
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
}

.out-comebacker-content-btn:focus {
  text-decoration: none;
  color: #fff;
}

.out-comebacker-content-btn:active {
  border: 1px solid #fff;
}

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

input,
textarea {
  outline: 0;
}

input:active,
textarea:active {
  outline: 0;
}

:focus {
  outline: 0;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

button:active,
button:focus {
  outline: 0 !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.price_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.old_price {
  margin-right: 20px;
}

.old_price-value {
  font-size: 26px;
  font-weight: 700;
  text-decoration: line-through;
}

.new_price-value {
  font-size: 26px;
  font-weight: 700;
  color: #f4663b;
}

.price_text {
  font-size: 14px;
  color: #000;
}

.timer-data {
  font-size: 24px;
  color: red;
}

.form {
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}

.country_select {
	padding: 0.375rem 1rem;
	border-color: #eee;
	color: #777;
}

.country_select,
.input {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.country_select,
.input {
	margin-bottom: 15px;
}

.input:hover,
.input:focus,
.input:active,
.country_select:hover,
.country_select:focus,
.country_select:active {
	border-color: #000;
}

form {
  --form-border: #333;
  --form-check-border-checked: #f4663b;
  --form-check-bg-checked: #f4663b;
  --form-check-yes-checked: #f4663b;
}

.form__checkbox {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  -ms-grid-columns: -webkit-min-content 15px 1fr;
  -ms-grid-columns: min-content 15px 1fr;
  grid-template-columns: min-content 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
  width: 100%;
  text-align: left;
  text-transform: inherit;
}

.form__checkbox a {
  text-decoration: underline;
  color: #000;
}

.form__checkbox-mark {
  width: 20px;
  height: 20px;
  border: 1px solid var(--form-border);
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer;
}

.form__checkbox-mark:after {
  position: relative;
  content: "";
  display: none;
  width: 80%;
  height: 80%;
  top: 2px;
  left: 1px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.823 2.774A.5.5 0 0 0 10 2.392V.91a.5.5 0 0 0-.823-.382l-5.422 4.58a.5.5 0 0 1-.637.007L.815 3.246A.5.5 0 0 0 0 3.634v1.503a.5.5 0 0 0 .185.389l2.933 2.38a.5.5 0 0 0 .637-.007l6.068-5.125z' fill='%23fff'/%3E%3C/svg%3E");
}

.form__checkbox-mark:hover {
  border-color: var(--form-check-border-hover);
  background: hsla(0, 0%, 100%, 0.9);
}

.form__checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: -10;
  background-color: var(--form-bg);
}

.form__checkbox input[type="checkbox"]:checked ~ .form__checkbox-mark:after {
  display: block;
}

.form__checkbox input[type="checkbox"]:checked ~ .form__checkbox-mark {
  border-color: var(--form-check-border-checked);
  background-color: var(--form-check-bg-checked);
}

.form__checkbox input[type="checkbox"]:checked ~ .form__checkbox-mark:after {
  border-color: var(--form-check-yes-checked);
}

.form__checkbox input[type="checkbox"]:active ~ .form__checkbox-mark,
.form__checkbox input[type="checkbox"]:focus ~ .form__checkbox-mark {
  border-color: var(--form-check-border-checked);
}

.center {
	text-align: center;
	color: #fff;
}